@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body.add-set {
  width: 100%;
  color: #333;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  min-width: 1220px;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  body.add-set {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  body.add-set.menu-open {
    overflow-y: hidden;
  }
}
body.add-set.modal-open {
  overflow-y: hidden;
}
body.add-set.modal-open .header {
  display: none;
}
body.add-set #Contents {
  min-height: 400px;
  margin-bottom: 40px;
}

#primary {
  width: 100%;
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  transition: 0.2s linear;
}
a:hover {
  color: #333;
  opacity: 0.7;
}
a:visited {
  color: #333;
}
a:active {
  color: #707070;
}
a.link {
  text-decoration: underline;
}
a.link-more {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  a.link-more {
    font-size: 14px;
    padding-right: 16px;
  }
}
a.link-more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  a.link-more::after {
    width: 12px;
    height: 12px;
  }
}

img {
  max-width: 100%;
}

input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333;
  content: "";
}

input[type=checkbox] {
  width: 100%;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 4px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 9px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
}

input[type=textarea],
input[type=select] {
  width: 100%;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 8px;
}

.line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
  margin: 16px 0;
}

.font-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sp-scroll {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .sp-scroll > * {
    width: fit-content;
    padding-bottom: 8px;
  }
  .sp-scroll > .list-product {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .sp-scroll > .list-product > * {
    width: 35.8974358974vw;
    max-width: 200px;
    min-width: 130px;
  }
  .sp-scroll .tab__btn-wrap {
    margin-bottom: 0 !important;
  }
  .sp-scroll .tab__btn {
    white-space: nowrap;
  }
  .sp-scroll + .tab__content {
    margin-top: 8px;
  }
}
.add-set .common-container {
  width: 1220px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .add-set .common-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.add-set .common-container--static {
  width: 960px;
}
@media screen and (max-width: 767px) {
  .add-set .common-container--static {
    width: 100%;
  }
}
.add-set .common-container .side {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
}
.add-set .common-container .side.active {
  display: block;
}
.add-set .common-container .side.active::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.add-set .common-container .side .modal-body {
  position: relative;
  width: 364px;
  max-height: 85vh;
  border-radius: 8px;
  padding: 24px 16px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .add-set .common-container .side .modal-body {
    width: calc(100% - 32px);
  }
}
.add-set .common-container .side .modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #B63621;
  border-radius: 50%;
  z-index: 6;
  cursor: pointer;
}
.add-set .common-container .side .modal-close::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background: #B63621;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.add-set .common-container .side .modal-close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background: #B63621;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.add-set .common-container .main {
  flex: 1;
}

.heading {
  font-size: 24px;
  font-weight: bold;
  color: #B63621;
  margin: 24px 0 8px;
}

.sub-heading {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 16px;
}

.heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#dvProductDetailArea h2.heading {
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  margin: 40px 0 16px;
}
@media screen and (max-width: 767px) {
  #dvProductDetailArea h2.heading {
    font-size: 20px;
  }
}

.tab__btn-wrap {
  display: flex;
  gap: 8px;
  margin: 8px 0 16px;
}
.tab__btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #B63621;
  border: 1px solid #B63621;
  border-radius: 40px;
  padding: 10px 16px;
}
.tab__btn:hover {
  color: #B63621;
}
.tab__btn.is-active {
  background: #B63621;
  color: #fff;
}

.common-slider .slick-track {
  margin-left: 0;
}
.common-slider .slide-arrow {
  width: 32px;
  height: 32px;
  background-color: #B63621;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.common-slider .prev-arrow {
  left: -16px;
}
.common-slider .prev-arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  position: absolute;
  left: 13px;
  top: 11px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .common-slider .prev-arrow {
    left: calc(50% - 100px);
  }
}
.common-slider .next-arrow {
  right: -16px;
}
.common-slider .next-arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  right: 13px;
  top: 11px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .common-slider .next-arrow {
    right: calc(50% - 100px);
  }
}
.common-slider .slick-dots {
  bottom: -16px;
}
.common-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  background: #EDEAE1;
}
.common-slider .slick-dots li.slick-active {
  background: #B63621;
}
.common-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.common-slider .slick-dots li button::before {
  font-size: 0;
  line-height: 0;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  content: "";
  opacity: 1;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 40px;
}
.btn-wrap--left {
  justify-content: flex-start;
}
.btn-wrap--right {
  justify-content: flex-end;
}

.btn {
  min-width: 240px;
  border-radius: 40px;
  padding: 13px 24px;
}
.btn--primary {
  background: #B63621;
  color: #fff;
}
.btn--secondary {
  border: 1px solid #B63621;
  border-radius: 40px;
  color: #B63621 !important;
  background: #fff;
  font-weight: 600;
}
.btn--secondary:hover {
  background: #fff;
  opacity: 0.7;
}

.accordion-trigger {
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.accordion-trigger:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.accordion-trigger::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.accordion-trigger.is-active::after {
  transform: translateY(-20%) rotate(-135deg);
}

.accordion-content {
  display: none;
}

#dvCheckList .productCheckList {
  float: none;
  margin: 0;
}

#dvCheckList .productCheckList ul {
  width: 100%;
}

#dvCheckList .productCheckList ul li {
  margin: 4px 0;
}

#dvCheckList .productCheckList ul li.thumnail a {
  display: inline-block;
  line-height: 1;
}

#dvCheckList .productCheckList ul li.thumnail img {
  width: 100%;
}

#dvCheckList .productCheckList ul li.thumnail .soldout {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
  width: auto;
  height: auto;
  line-height: 1.4;
  opacity: 1;
}

.list-product {
  display: grid;
  gap: 24px 16px;
}
@media screen and (max-width: 767px) {
  .list-product {
    gap: 16px;
  }
}
.list-product__col3-2 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col3-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col4-2 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col4-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col5-2 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col5-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col6-2 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col6-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col3-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col3-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-product__col4-3 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col4-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-product__col5-3 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col5-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-product__col6-3 {
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 16px;
}
@media screen and (max-width: 767px) {
  .list-product__col6-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 8px;
  }
}
.list-product ul:not(.slick-dots) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.list-product .thumb {
  position: relative;
  line-height: 1;
}
.list-product .thumb a {
  display: block;
}
.list-product .thumb img {
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.list-product .thumb .soldout {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
}
.list-product .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.list-product .icon img {
  height: 22px;
}
.list-product .productName,
.list-product .name {
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 4px;
  line-height: 1.4em;
  height: 2.8em;
}
.list-product .productPrice,
.list-product .price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 4px;
}
.list-product .productPrice .tax,
.list-product .price .tax {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .list-product .productPrice .tax,
  .list-product .price .tax {
    font-size: min(2.3076923077vw, 11px);
  }
}
.list-product .productPrice__item,
.list-product .price__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}
.list-product .normal {
  color: #333;
}
.list-product .normal__label {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .list-product .normal__label {
    font-size: min(2.3076923077vw, 11px);
  }
}
.list-product .sale {
  color: #B63621;
}
.list-product .sale__label {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .list-product .sale__label {
    font-size: min(2.3076923077vw, 11px);
  }
}
.list-product .base__label {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .list-product .base__label {
    font-size: min(2.3076923077vw, 11px);
  }
}
.list-product .base__price {
  position: relative;
  color: rgba(0, 0, 0, 0.57);
  font-size: 16px;
  font-weight: 400;
}
.list-product .base__price::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.57);
  position: absolute;
  bottom: 8px;
  left: 0;
}
.list-product__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 14px;
}
.list-product__icon img {
  height: 22px;
}
.list-product .rank {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #B63621;
  margin-bottom: 8px;
}
.list-product.slick-slider {
  margin-left: -8px;
  margin-right: -8px;
}
.list-product.slick-slider .slick-track {
  display: flex;
}
.list-product.slick-slider .slick-slide {
  height: auto;
  margin: 0 8px;
}
.list-product.slick-slider .slick-dots {
  bottom: -30px;
}
.list-product.slick-slider .slide-arrow {
  top: 92px;
  transform: none;
}
.list-product.slick-slider.slick-dotted {
  margin-bottom: 54px;
}

#breadcrumb {
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    font-size: 12px;
    margin: 16px 0;
    overflow-x: auto;
  }
}
#breadcrumb ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #breadcrumb ul {
    flex-wrap: nowrap;
    width: fit-content;
  }
}
#breadcrumb ul li {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #breadcrumb ul li {
    white-space: nowrap;
  }
}
#breadcrumb ul li a {
  position: relative;
  padding-right: 16px;
}
#breadcrumb ul li a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: rotate(45deg) translateY(-50%);
}

#Head {
  background-color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  transition: 0.5s;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 8px 0;
  }
}
.header > .common-container {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .header > .common-container {
    gap: 8px;
    justify-content: space-between;
    padding-right: 8px;
  }
}
.header__logo img {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 100%;
    max-width: 170px;
  }
}
.header__logo a {
  display: inline-block;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .header__nav {
    flex: none;
  }
}
.header__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
.header__menu .has-child {
  position: relative;
  padding-right: 16px;
  cursor: pointer;
}
.header__menu .has-child::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #B63621;
  border-bottom: 2px solid #B63621;
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotate(45deg);
}
.header__menu .has-child.is-active::after {
  top: 7px;
  transform: rotate(-135deg);
}
.header__menu-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 32px 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header__menu-child .common-container {
    padding: 0;
  }
}
.header__item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) {
  .header__item {
    gap: 16px 40px;
  }
}
.header__item a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__item a span {
  font-size: 16px;
  font-weight: bold;
  flex: 1;
}
.header__item a img {
  width: 60px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.header__utility {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .header__utility {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .header__utility .tel a {
    font-size: 14px;
    font-weight: bold;
    color: #B63621;
    border: 1px solid #B63621;
    border-radius: 40px;
    padding: 3px 8px 3px 4px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header__utility .tel a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__utility .tel a span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__utility img {
    width: 32px;
  }
}
.header__utility-item {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header .hamburger-menu {
    display: none;
  }
}
.header__mobile-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 8px 0 4px;
}
@media screen and (min-width: 768px) {
  .header__mobile-menu {
    display: none;
  }
}
.header__mobile-menu-item {
  text-align: center;
}
.header__mobile-menu-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.34);
}
.header__mobile-menu-item span, .header__mobile-menu-item a {
  display: block;
  font-size: min(3.8461538462vw, 15px);
  font-weight: 500;
  color: #B63621;
}
.header__mobile-menu-item .has-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  padding-right: 0;
}
.header__mobile-menu-item .has-child::after {
  position: static;
  margin-bottom: 2px;
}
.header__mobile-menu-item .has-child.is-active::after {
  margin: 4px 0 0;
}
.header__mobile-menu-child {
  background: #B63621;
  padding: 8px 16px;
}
.header__mobile-menu-child .header__item {
  display: block;
}
.header__mobile-menu-child .header__item li {
  padding: 8px 0;
}
.header__mobile-menu-child .header__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
.header__mobile-menu-child .header__item span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.header__mobile-menu-child .header__item img {
  width: 48px;
}

#HeadSearch {
  position: relative;
  width: 240px;
  height: auto;
  padding: 0;
  float: none;
}
@media screen and (max-width: 767px) {
  #HeadSearch {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    padding: 16px;
    background: #fff;
  }
}

#HeadSearch .wrapSearch,
#HeadSearch .textBox {
  width: 100%;
}

#HeadSearch .textBox input {
  width: 100%;
  font-size: 14px;
  color: #333;
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 12px 10px;
}

#HeadSearch .textBox input::-webkit-input-placeholder {
  color: #999;
}

#HeadSearch .btnSearch {
  width: auto;
  line-height: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #HeadSearch .btnSearch {
    right: 16px;
  }
}

#HeadSearch .btnSearch a {
  display: inline-block;
}

#HeadSearch .btnSearch a img {
  width: 36px;
}

#HeadCartView {
  width: auto;
  height: auto;
  float: none;
  padding: 0;
  position: relative;
}
#HeadCartView .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #B63621;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 2px;
  right: 0;
}
#HeadCartView .menu {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  background-color: #f0f0f0;
  border-radius: 8px;
  min-width: 220px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #HeadCartView .menu {
    display: none !important;
  }
}
#HeadCartView .dvMiniCart {
  background: none;
}

#HeadCartView > a {
  height: auto;
  line-height: 1;
}

.dvMiniCart {
  border-radius: 8px;
  padding: 8px;
}
.dvMiniCart .miniCart {
  display: flex;
  gap: 16px;
  margin: 16px 0;
}
.dvMiniCart .miniCart__img {
  width: 30%;
}
.dvMiniCart .miniCart__text {
  flex: 1;
}

.dvMiniCart ul li.productInfo .productName,
.dvMiniCart ul li.productInfo .productPrice {
  float: none;
  display: block;
  width: 200px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .hamburger-menu .menu-trigger {
    position: relative;
    width: 32px;
    height: 32px;
  }
  .hamburger-menu .menu-trigger span {
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #B63621;
    position: absolute;
  }
  .hamburger-menu .menu-trigger span:first-child {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hamburger-menu .menu-trigger span:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger-menu .menu-trigger span:last-child {
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hamburger-menu .menu-content {
    position: fixed;
    left: -85vw;
    top: 0;
    width: 85vw;
    height: 100%;
    background: #B63621;
    padding: 40px 16px;
    transition: all 0.5s;
    z-index: 3;
    overflow-y: auto;
  }
  .hamburger-menu .menu-content.open {
    left: 0;
  }
  .hamburger-menu .menu-content a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 8px 0;
  }
  .hamburger-menu .menu-content .accordion-trigger {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin-top: 24px;
  }
  .hamburger-menu .menu-content .accordion-trigger::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 8px;
    top: 4px;
    transform: rotate(45deg);
  }
  .hamburger-menu .menu-content .accordion-trigger.is-active::after {
    top: 10px;
    transform: rotate(-135deg);
  }
  .hamburger-menu .menu-content .accordion-content {
    padding-top: 16px;
  }
  .hamburger-menu .menu-content .accordion-content a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }
  .hamburger-menu .menu-content .accordion-content a img {
    width: 48px;
  }
  .hamburger-menu .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .hamburger-menu .overlay.open {
    display: block;
    opacity: 1;
  }
  .hamburger-menu .menu-close {
    display: none;
    position: fixed;
    top: 16px;
    left: calc(85vw + 4px);
    width: 40px;
    height: 40px;
    background-color: #d9d9d9;
    border-radius: 50%;
    z-index: 3;
  }
  .hamburger-menu .menu-close::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: rgba(0, 0, 0, 0.87);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .hamburger-menu .menu-close::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: rgba(0, 0, 0, 0.87);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .hamburger-menu .menu-close.open {
    display: block;
  }
  .hamburger-menu .btn-wrap {
    padding: 32px 16px;
    margin-top: 0;
  }
  .hamburger-menu .header__menu {
    border-top: 1px solid #ddd;
  }
  .hamburger-menu .header__menu .has-child {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
  .hamburger-menu .header__menu .has-child::after {
    top: 18px;
    right: 16px;
  }
  .hamburger-menu .header__menu .has-child.is-active::after {
    top: 20px;
  }
  .hamburger-menu .header__item {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .hamburger-menu .header__item > li {
    border-bottom: none;
    border-top: 1px solid #ddd;
  }
  .hamburger-menu .header__item a {
    gap: 8px;
    padding: 8px 16px;
  }
  .hamburger-menu .header__category {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }
  .hamburger-menu .header__category li {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  .hamburger-menu .header__category-parent {
    display: none;
  }
  .hamburger-menu .header__category-list {
    display: block;
  }
  .hamburger-menu .header__category-list a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
  }
  .hamburger-menu .header__category-list a:not(.header__category-parent) {
    padding-left: 56px;
  }
  .hamburger-menu .header__category-list a:not(.header__category-parent)::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    left: 32px;
    top: 16px;
  }
  .hamburger-menu .menu-content__list li {
    border-bottom: 1px solid #333;
    padding: 0 16px;
  }
  .hamburger-menu .menu-content__list li a {
    display: block;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#Foot {
  border-top: none;
  padding: 0;
}

.footer {
  background-color: #B63621;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    letter-spacing: 0;
    padding: 40px 0;
  }
}
.footer a {
  color: #fff;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.footer__logo a {
  display: block;
}
.footer__logo img {
  width: 170px;
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__right {
    width: 100%;
  }
}
.footer__nav {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
  }
}
.footer__nav-item {
  min-width: 170px;
}
@media screen and (max-width: 767px) {
  .footer__nav-item {
    min-width: 100%;
  }
}
.footer__nav-item p {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}
.footer__nav-item ul {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer__nav-item ul {
    width: 100%;
  }
}
.footer__nav-item li {
  font-size: 14px;
  padding: 4px 0;
}
.footer__nav-title {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .footer__nav-title {
    width: 100% !important;
  }
}
.footer__copy {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    text-align: left;
  }
}

.main-slider {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main-slider {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .main-slider .slick-slide {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    margin: 4px 8px 12px;
  }
}
.main-slider .slick-slide img {
  width: 440px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .main-slider .slick-slide img {
    width: 100vw;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-slider .slide-arrow {
    top: calc(100% + 8px);
    transform: none;
  }
}
.main-slider .prev-arrow {
  left: 40px;
}
@media screen and (max-width: 767px) {
  .main-slider .prev-arrow {
    left: 8px;
  }
}
.main-slider .next-arrow {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .main-slider .next-arrow {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .main-slider .slick-dots {
    bottom: auto;
    top: calc(100% + 10px);
  }
}

@media screen and (max-width: 767px) {
  .main-slide + .line {
    display: none;
  }
}

.list-feature {
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .list-feature {
    display: flex;
    gap: 0 16px;
  }
}
.list-feature__item {
  position: relative;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .list-feature__item {
    width: 300px;
    margin: 0;
  }
}
.list-feature__img {
  text-align: center;
}
.list-feature__img img {
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.list-feature__text {
  line-height: 1.7;
  margin-top: 8px;
}
.list-feature__title {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-program {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .list-program {
    flex-direction: column;
  }
}
.list-program__item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .list-program__item a {
    display: flex;
    align-items: center;
    gap: 0 16px;
  }
}
.list-program__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list-program__img {
    width: calc(50% - 8px);
  }
}
.list-program__img img {
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.list-program__text {
  line-height: 1.7;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .list-program__text {
    flex: 1;
  }
}
.list-program__title {
  font-size: 18px;
  font-weight: bold;
}
.list-program__desc {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.57);
}

.list-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .list-info {
    grid-template-columns: 1fr;
  }
}
.list-info li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
  padding-bottom: 16px;
}
.list-info span {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.57);
  margin-bottom: 8px;
}
.list-info__text {
  font-size: 16px;
  line-height: 1.6;
}
.list-info__text a {
  text-decoration: underline;
}

.product-list-page .heading-wrap {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-list-page .heading-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.product-list-page .heading {
  font-size: 32px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .product-list-page .heading {
    font-size: 24px;
  }
}
.product-list-page .heading span {
  font-size: 24px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .product-list-page .heading span {
    font-size: 18px;
  }
}
.product-list-page__title {
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  margin: 32px 0 16px;
}
@media screen and (max-width: 767px) {
  .product-list-page__title {
    font-size: 20px;
  }
}
.product-list-page__sort-wrap {
  display: flex;
  gap: 8px 24px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .product-list-page__sort-wrap {
    flex-direction: column;
    margin: 16px 0;
  }
}
.product-list-page #pagination.above {
  margin: 0;
}
.product-list-page #pagination.above .add-pager__link-wrapper {
  display: none;
}
.product-list-page #pagination.above .add-pager__wrapper {
  padding: 4px 0;
}
.product-list-page #pagination.above .add-total {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .product-list-page #pagination.above .add-total {
    width: 100%;
  }
}
.product-list-page #pagination.above .add-total span {
  font-size: 20px;
}
.product-list-page #pagination.below {
  margin-top: 40px;
}
.product-list-page #pagination.below .add-total {
  display: none;
}
.product-list-page #pagination.below .add-pager__wrapper {
  display: block;
}
.product-list-page #pagination.below .add-pager__link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.product-list-page #pagination.below .add-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
}
.product-list-page #pagination.below .add-num a {
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid #D9D9D9;
}
.product-list-page #pagination.below .add-num span {
  background: #B63621;
  color: #fff;
  border: none;
}
.product-list-page #pagination.below .add-back a {
  position: relative;
  color: rgba(0, 0, 0, 0);
}
.product-list-page #pagination.below .add-back a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #B63621;
  border-bottom: 2px solid #B63621;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(45deg);
}
.product-list-page #pagination.below .add-next a {
  position: relative;
  color: rgba(0, 0, 0, 0);
}
.product-list-page #pagination.below .add-next a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #B63621;
  border-top: 2px solid #B63621;
  position: absolute;
  top: 4px;
  right: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .product-list-page .search-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-list-page .search-btn.fixed-bottom {
    position: fixed;
    bottom: 8px;
    left: 16px;
    width: calc(100% - 32px);
    z-index: 3;
  }
}
.product-list-page .search-btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #B63621;
  padding: 12px 24px;
  border: 1px solid #B63621;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .product-list-page .search-btn a {
    width: 100%;
    border-radius: 40px;
    justify-content: center;
  }
}
.product-list-page .list-product .name {
  display: block;
  height: auto;
  -webkit-line-clamp: none;
  -webkit-box-orient: initial;
}

.add-set #sortBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  flex: 1;
  padding: 0;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox {
    flex-wrap: nowrap;
    gap: 8px;
  }
}
.add-set #sortBox .box {
  position: relative;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .box {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .box:last-child .nav {
    left: auto;
    right: 0;
  }
}
.add-set #sortBox .title {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 11px;
    letter-spacing: 0;
    margin-right: 0 !important;
  }
}
.add-set #sortBox .title:hover {
  opacity: 0.7;
}
.add-set #sortBox .title .selected {
  position: relative;
  font-weight: bold;
  padding-right: 16px;
  border: 1px solid rgba(0, 0, 0, 0.34);
  padding: 10px 32px 10px 16px;
  border-radius: 4px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title .selected {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: normal;
    overflow-x: hidden;
    word-break: keep-all;
    margin-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title .selected::before {
    content: "";
    width: 16px;
    height: 100%;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.add-set #sortBox .title .selected::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #B63621;
  border-bottom: 2px solid #B63621;
  position: absolute;
  right: 8px;
  top: 12px;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title .selected::after {
    top: 14px;
    right: 4px;
  }
}
.add-set #sortBox .nav {
  display: none;
  width: 160px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .nav {
    right: auto;
    left: 0;
  }
}
.add-set #sortBox .nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.add-set #sortBox .nav li.active {
  font-size: 100%;
  padding: 6px 16px;
  height: auto;
  line-height: inherit;
  color: #333;
  background-color: #e9e9e9;
}
.add-set #sortBox .nav li a {
  padding: 6px 16px !important;
  height: auto !important;
  background-color: #f9f9f9 !important;
}

.side .categoryList:not(:first-child) {
  margin-top: 8px;
}
.side .categoryList .title {
  position: relative;
  display: block;
  font-weight: bold;
  background-color: #eee;
  border-radius: 4px;
  padding: 8px 32px 8px 8px;
}
.side .categoryList .title::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.side .categoryList .title.is-active::after {
  content: "";
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: contain;
}
.side .categoryList ul:not(.search-color) li a {
  display: block;
  padding: 8px;
}
.side .categoryList ul:not(.search-color) li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.side .categoryList .child {
  background-color: #f7f7f7;
}
.side .categoryList .child li {
  position: relative;
  padding-left: 16px;
}
.side .categoryList .child li::before {
  content: "";
  width: 6px;
  height: 8px;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  position: absolute;
  left: 12px;
  top: 12px;
}
.side .search-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 16px 0;
}
.side .search-color li {
  font-size: 11px;
}
.side .search-color a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.side .search-color img {
  width: 32px;
  max-width: 100%;
}

.dvProductAdvancedSearch__title {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.dvProductAdvancedSearch__content .title {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: left;
  border-radius: 4px;
  padding: 8px 32px 8px 8px;
  border: 1px solid rgba(0, 0, 0, 0.34);
  margin-top: 16px;
}
.dvProductAdvancedSearch__content .title.accordion-trigger::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.dvProductAdvancedSearch__content .title.accordion-trigger.is-active::after {
  content: "";
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: contain;
}
.dvProductAdvancedSearch__content .accordion-content {
  display: none;
}
.dvProductAdvancedSearch__content input[type=search] {
  border: 1px solid rgba(0, 0, 0, 0.34);
  padding: 12px 8px;
  width: 100%;
  border-radius: 4px;
}
.dvProductAdvancedSearch__content table td {
  padding: 0;
  margin-top: 16px;
}
.dvProductAdvancedSearch__content table td select {
  border: 1px solid rgba(0, 0, 0, 0.34);
  padding: 12px 8px;
  width: 100%;
  border-radius: 4px;
}
.dvProductAdvancedSearch .search-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  font-size: 11px;
  margin: 16px 0;
}
.dvProductAdvancedSearch .search-color__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.dvProductAdvancedSearch .search-color__trigger {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.dvProductAdvancedSearch .button {
  padding: 0;
  margin-top: 16px;
}
.dvProductAdvancedSearch .button .btn-sort-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  width: 100%;
  background: #B63621;
  color: #fff;
  border-radius: 40px;
  padding: 8px 24px 8px 8px;
}

.product-detail__container {
  display: flex;
  gap: 24px 80px;
}
@media screen and (max-width: 767px) {
  .product-detail__container {
    flex-direction: column;
  }
}
.product-detail #dvProductDetailArea #detailImage {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .product-detail #dvProductDetailArea #detailImage {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.product-detail #dvProductDetailArea #detailOne {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .product-detail #dvProductDetailArea #detailOne {
    width: 100%;
  }
}
.product-detail__slider img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-detail__thumbnail {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .product-detail__thumbnail {
    margin: 8px 8px 0;
  }
}
.product-detail__thumbnail img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-detail__thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .product-detail__thumbnail .slick-track {
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
  }
}
.product-detail__thumbnail .slick-track::before {
  content: none;
}
.product-detail__thumbnail .slick-track::after {
  content: none;
}
.product-detail__thumbnail .slick-slide {
  width: auto !important;
  cursor: pointer;
}
.product-detail__thumbnail .slick-current img {
  border: 2px solid #333;
}
.product-detail .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.product-detail .icon .soldout {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 12px;
}
.product-detail__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.product-detail__id {
  font-size: 14px;
}
.product-detail__copy {
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 8px;
}
.product-detail__outline {
  line-height: 2;
}
.product-detail .wrapProductPrice {
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .product-detail .wrapProductPrice .productPrice {
    display: flex;
    align-items: center;
  }
}
.product-detail .wrapProductPrice .productPrice__label {
  display: inline-block;
  width: 130px;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .product-detail .wrapProductPrice .productPrice__label {
    width: auto;
    flex: 1;
  }
}
.product-detail .wrapProductPrice .productPrice__price {
  font-size: 32px;
  font-weight: 700;
}
.product-detail .wrapProductPrice .productPrice .tax {
  font-size: 12px;
  font-weight: 700;
}
.product-detail .wrapProductPrice .productPrice .sale__label {
  color: #B63621 !important;
}
.product-detail .wrapProductPrice .productPrice .sale__price {
  color: #B63621 !important;
}
.product-detail .wrapProductPrice .productPrice .base__price {
  position: relative;
  color: rgba(0, 0, 0, 0.57) !important;
  font-size: 24px;
  font-weight: 400 !important;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .product-detail .wrapProductPrice .productPrice .base__price {
    font-size: 18px;
  }
}
.product-detail .wrapProductPrice .productPrice .base__price::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.57);
  position: absolute;
  bottom: 14px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product-detail .wrapProductPrice .productPrice .base__price::after {
    bottom: 10px;
  }
}
.product-detail .teiki__note {
  background: #FAF8F2;
  padding: 8px 16px;
  margin: 16px 0;
}
.product-detail__set-promotion {
  background-color: #f9f0dc;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 16px 0 !important;
}
.product-detail__novelty {
  margin: 24px 0;
}
.product-detail__novelty .noveltyProduct {
  gap: 16px;
  padding: 8px;
  border: none;
  border-radius: 8px;
  background: #f7f7f7;
  margin-bottom: 0;
}
.product-detail__novelty .noveltyProduct .image {
  width: 72px;
  line-height: 1;
}
.product-detail__novelty .noveltyProduct .image img {
  width: 100% !important;
  height: auto !important;
}
.product-detail__novelty-head {
  margin-bottom: 10px;
}
.product-detail__novelty-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.product-detail__novelty-name {
  font-weight: bold;
  margin-bottom: 8px;
}
.product-detail .productSellInfo {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-detail .productSellInfo .selectVariation {
  margin: 24px 0;
}
.product-detail .productSellInfo .selectVariation__label {
  font-size: 12px;
  font-weight: 700;
}
.product-detail .productSellInfo .selectVariation__title {
  font-size: 11px;
  color: #707070;
}
.product-detail .productSellInfo .selectVariation__wrap + .selectVariation__wrap {
  margin-top: 8px;
}
.product-detail .productSellInfo .selectVariation__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .product-detail .productSellInfo .selectVariation__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-detail .productSellInfo .selectVariation__item a {
  display: block;
}
.product-detail .productSellInfo .selectVariation__img {
  width: 100%;
}
.product-detail .productSellInfo .selectVariation__name {
  font-size: 12px;
  text-align: center;
  margin: 4px 0 0 !important;
}
.product-detail .productSellInfo .selectVariation .VariationPanel__img {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 0;
}
.product-detail .productSellInfo .selectVariation .VariationPanel__img.selected {
  border: 2px solid #333;
  border-radius: 4px;
}
.product-detail .productSellInfo .selectVariation .VariationPanel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.product-detail .productSellInfo .selectVariation .VariationPanel.selected {
  border: 2px solid #333;
}
.product-detail .productSellInfo .selectVariation select {
  min-width: 300px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .product-detail .productSellInfo .selectVariation select {
    width: 100%;
    min-width: auto;
  }
}
.product-detail .option-value {
  margin: 24px 0;
}
.product-detail .option-value__title {
  display: block;
  margin: 8px 0 4px;
}
.product-detail .option-value__checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 12px 0;
}
.product-detail .option-value__textbox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
.product-detail .option-value__selectbox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
.product-detail__btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0 0;
}
.product-detail .addCart {
  flex: 1;
}
.product-detail .addCart .btnCart {
  padding: 0;
  margin: 0 0 8px !important;
}
.product-detail .addCart .btnCart .btn {
  width: 100%;
  font-size: 16px;
  border-radius: 40px;
  padding: 16px 24px;
}
.product-detail .addCart .btnCart .btn--primary:hover {
  background: #B63621;
  color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .product-detail .buy-able {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 8px;
    background: rgba(238, 238, 238, 0.9);
    padding: 12px 8px;
    z-index: 8;
  }
  .product-detail .productCart {
    line-height: 1;
    flex: 1;
    margin: 0;
  }
  .product-detail .product-detail__btn-wrap {
    margin-top: 0;
  }
  .product-detail .addCart {
    display: flex;
    gap: 0 4px;
  }
  .product-detail .addCart .btn {
    min-width: auto;
    font-size: 14px !important;
    font-weight: 700;
    padding: 16px 0 !important;
  }
  .product-detail .addCart .btnCart {
    flex: 1;
    margin: 0 !important;
  }
  .product-detail .addCart .btnCart:empty {
    display: none;
  }
}
.product-detail .error {
  color: #B63621;
}
.product-detail .btn-favorite a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
}
.product-detail .btn-favorite a img {
  width: 24px;
}
.product-detail .btn-mail {
  min-width: 300px;
}
.product-detail .productAmount {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .product-detail .productAmount {
    margin: 0;
  }
}
.product-detail .productAmount input {
  width: 72px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .product-detail .productAmount input {
    width: 64px !important;
    padding: 16px;
    margin-bottom: 5px;
  }
}
.product-detail #divProductArrivalMail {
  padding: 0;
}
.product-detail #divProductArrivalMail td {
  padding: 16px !important;
}
.product-detail #divProductArrivalMail input {
  width: 100% !important;
  background: #F7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.product-detail .btnListContact li + li {
  margin-top: 4px;
}
.product-detail .snsList {
  margin: 24px 0;
}
.product-detail .multi-variation {
  border-bottom: 1px solid #ddd;
  margin: 40px 0 !important;
}
.product-detail .multi-variation__item {
  display: flex;
  align-items: center;
  gap: 8px 16px;
  border-top: 1px solid #ddd;
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .product-detail .multi-variation__item {
    flex-wrap: wrap;
    padding: 12px 0;
  }
}
.product-detail .multi-variation__text {
  flex: 1;
  font-size: 13px;
}
.product-detail .multi-variation__kind {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.product-detail .multi-variation__btn-area {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .product-detail .multi-variation__btn-area {
    width: 100%;
  }
}
.product-detail .multi-variation__btn-area .addCart {
  display: flex;
  align-items: center;
}
.product-detail .multi-variation__btn-area .btnCart .btn {
  min-width: 200px;
  font-size: 14px;
  margin-right: 8px;
}
.product-detail .multi-variation__btn-area .btnCart:empty {
  display: none;
}
.product-detail .multi-variation .error {
  font-size: 12px;
}
.product-detail .multi-variation .product-detail__set-promotion {
  font-size: 12px;
  padding: 2px 8px;
  margin: 8px 0 !important;
}
.product-detail .multi-variation .product-detail__set-promotion:empty {
  display: none;
}
.product-detail .tblReviewInput {
  background: #f9f9f9;
  padding: 40px 80px;
}
@media screen and (max-width: 767px) {
  .product-detail .tblReviewInput {
    padding: 16px;
  }
}
.product-detail .tblReviewInput tr {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .product-detail .tblReviewInput tr {
    flex-direction: column;
  }
}
.product-detail .tblReviewInput th {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .product-detail .tblReviewInput th {
    width: 100%;
    text-align: left !important;
    font-weight: 700;
  }
}
.product-detail .tblReviewInput td {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .product-detail .tblReviewInput td {
    width: 100%;
  }
}
.product-detail .tblReviewInput input,
.product-detail .tblReviewInput textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-detail .tblReviewInput select {
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .product-detail .tblReviewInput select {
    width: 100%;
  }
}
.product-detail .tblReviewInput .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
}
.product-detail .review .spMessage {
  margin-bottom: 16px;
}
.product-detail .review__item {
  border-top: 1px solid #ccc;
  padding: 24px 0;
  margin-bottom: 0 !important;
}
.product-detail .review__info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-detail .review__info span {
  display: flex;
  align-items: center;
}
.product-detail .review__title {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
}
.product-detail .review__comment {
  margin-bottom: 0 !important;
}

.product-desc {
  max-width: 752px;
  margin: 40px auto;
}
.product-desc .tab__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  margin-bottom: 24px;
}
.product-desc .tab__btn {
  width: calc((100% - 32px) / 3);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.57);
  background: none;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.34);
  padding: 0 0 16px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .product-desc .tab__btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product-desc .tab__btn.is-active {
  font-weight: 700;
  color: #B63621;
  border-bottom: 4px solid #B63621;
}
.product-desc .tab__content {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .product-desc .tab__content {
    padding: 40px 16px;
  }
}
.product-desc__info table {
  display: table;
  border-top: 1px solid rgba(0, 0, 0, 0.87);
}
.product-desc__info table tr {
  display: table-row;
}
.product-desc__info table tr:last-child th, .product-desc__info table tr:last-child td {
  border-bottom: none;
}
.product-desc__info table th, .product-desc__info table td {
  display: table-cell;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .product-desc__info table th, .product-desc__info table td {
    display: block;
    width: 100%;
  }
}
.product-desc__info table th {
  width: revert-layer;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product-desc__info table th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product-desc__info table td {
    padding-bottom: 12px;
  }
}

div[data-tab-group=productDetail] .heading {
  text-align: center;
  margin: 0 0 40px !important;
}

#dvCrossSell, #dvUpSell {
  margin: 0 !important;
}

.add-set .add-u__form-wrapper .add-u__w-auto {
  display: inline-block;
}
.add-set .add-u__form-wrapper .add-u__w-auto select {
  width: auto;
  padding-right: 48px;
}

@media screen and (min-width: 768px) {
  .add-set .add-shipping__list .shippingName {
    padding-right: 16px;
  }
}

@media screen and (min-width: 768px) {
  .add-set .add-coupon__list tr {
    gap: 16px;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .add-set .add-coupon__list tr .add-code {
    flex: 0 0 160px;
  }
}

@media screen and (min-width: 768px) {
  .add-set .add-coupon__list tr .add-name {
    flex: 0 0 300px;
  }
}

@media screen and (min-width: 768px) {
  .add-set .add-coupon__list tr .add-waribiki {
    flex: 0 0 104px;
  }
}

.search-coordinate {
  margin-bottom: 8px;
}
.search-coordinate__item:not(:first-child) {
  margin-top: 8px;
}
.search-coordinate .title {
  position: relative;
  display: block;
  font-weight: bold;
  background-color: #eee;
  border-radius: 4px;
  padding: 8px 32px 8px 8px;
}
.search-coordinate ul li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.search-coordinate ul li a {
  display: block;
  padding: 8px;
}
.search-coordinate .keyword-search {
  display: block;
  margin-bottom: 16px;
}
.search-coordinate .keyword-search input {
  width: 100%;
  height: auto;
  line-height: 1.4;
  border: 1px solid #ccc;
  padding: 8px;
  margin: 0;
  width: 100%;
  border-radius: 4px;
  background: #fff url(../img/common/icon_search.svg) right center no-repeat;
  background-size: 32px;
}

.coordinate-list-page #pagination.above {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .coordinate-list-page #pagination.above {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .coordinate-list-page .sp-search-btn {
    display: none;
  }
}
.coordinate-list-page .sp-search-btn a {
  display: block;
  text-align: center;
  width: 100%;
  background: url(../img/common/icon_filter_white.svg) left 16px center #333 no-repeat;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 24px;
}
.coordinate-list-page .sp-search-btn.fixed-bottom {
  position: fixed;
  bottom: 8px;
  left: 16px;
  width: calc(100% - 32px);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .coordinate-top-page {
    padding-top: 40px;
  }
}
.coordinate-top-page main > .unit:first-child .heading {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .coordinate-top-page main > .unit:first-child .heading {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .coordinate-top-page .sp-search-btn {
    display: none;
  }
}
.coordinate-top-page .sp-search-btn a {
  display: block;
  text-align: center;
  width: 100%;
  background: url(../img/common/icon_filter_white.svg) left 16px center #333 no-repeat;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 24px;
}
.coordinate-top-page .sp-search-btn.fixed-bottom {
  position: fixed;
  bottom: 8px;
  left: 16px;
  width: calc(100% - 32px);
  z-index: 2;
}

.list-coordinate__img img {
  max-width: 100%;
}
.list-coordinate__name {
  margin: 12px 0;
}
.list-coordinate__staff {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.list-coordinate__staff-img {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.list-coordinate__staff-img img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.list-coordinate__info {
  margin-top: 8px;
}
.list-coordinate__info + .list-coordinate__info {
  margin-top: 0px;
}

.top_recommend_curetor {
  padding: 40px !important;
  margin-top: 80px;
}
.top_recommend_curetor__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.top_recommend_curetor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.top_recommend_curetor__item {
  width: calc((100% - 72px) / 4);
}
.top_recommend_curetor__img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
}
.top_recommend_curetor__img img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_recommend_curetor__name {
  text-align: center;
}

.coordinate-detail-page #dvProductDetailArea #detailImage {
  width: 558px;
}
@media screen and (max-width: 767px) {
  .coordinate-detail-page #dvProductDetailArea #detailImage {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.coordinate-detail-page #dvProductDetailArea #detailOne {
  flex: 1;
  width: auto;
  float: none;
}
.coordinate-detail-page__staff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.coordinate-detail-page__staff-img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.coordinate-detail-page__staff-img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.coordinate-detail-page__staff-info {
  flex: 1;
}
.coordinate-detail-page__staff-name {
  font-size: 20px;
  font-weight: bold;
}
.coordinate-detail-page__staff-insta {
  margin-top: 4px;
}
.coordinate-detail-page__staff-insta a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: bold;
}
.coordinate-detail-page__staff-insta img {
  width: 24px;
}
.coordinate-detail-page__follow-btn .btn {
  min-width: auto;
  border-radius: 24px;
  padding: 8px 16px;
}
.coordinate-detail-page .afterfollow {
  border: 1px solid #ccc;
}
.coordinate-detail-page__info {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-top: 24px;
}
.coordinate-detail-page__title {
  font-size: 20px;
  margin: 8px 0;
}
.coordinate-detail-page__like-btn {
  margin-top: 24px;
}
.coordinate-detail-page__like-btn a {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.coordinate-detail-page__like-btn img {
  width: 24px;
}
.coordinate-detail-page .snsList {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-top: 24px;
}
.coordinate-detail-page__use {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-top: 24px;
}
.coordinate-detail-page__use-heading {
  font-size: 16px !important;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 20px !important;
}
.coordinate-detail-page__use-item {
  display: flex;
  gap: 24px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.coordinate-detail-page__use-item:last-of-type {
  border-bottom: 1px solid #ddd;
}
.coordinate-detail-page__use-img {
  width: 136px;
}
.coordinate-detail-page__use-img img {
  max-width: 100%;
}
.coordinate-detail-page__use-detail {
  flex: 1;
}
.coordinate-detail-page__use-name {
  font-size: 16px;
}
.coordinate-detail-page__use-variation select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 4px;
}
.coordinate-detail-page__use-variation + .coordinate-detail-page__use-variation {
  margin-top: 8px;
}
.coordinate-detail-page__use-btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.coordinate-detail-page__tags {
  background: #f7f7f7;
  padding: 16px 16px 1px;
  border-radius: 8px;
  margin-top: 40px;
}
.coordinate-detail-page__tags p {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.coordinate-detail-page__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
}
.coordinate-detail-page__tags ul a {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 4px 12px;
}

.live-onair__wrap {
  background: #EDEAE1;
  padding: 24px;
  border-radius: 16px;
}

.list-ranking.list-product .slide-arrow {
  top: 128px;
}

.index-btn {
  margin: 24px 0;
}

.bottom-banner {
  background: #EDEAE1;
  padding: 32px 0;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .bottom-banner {
    padding: 32px 16px;
  }
}

.list-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .list-banner {
    grid-template-columns: 1fr;
  }
}
.list-banner img {
  max-width: 100%;
  border-radius: 8px;
}

.list-category {
  display: flex;
  justify-content: center;
  background: #f5f5f5;
  padding: 12px 16px;
}
@media screen and (min-width: 768px) {
  .list-category {
    display: none;
  }
}
.list-category li {
  flex: 1;
  text-align: center;
}
.list-category li img {
  width: 56px;
}
.list-category li span {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.brand-summary {
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .brand-summary {
    margin-top: 0;
  }
}
.brand-summary__container {
  display: flex;
  gap: 16px 24px;
}
@media screen and (max-width: 767px) {
  .brand-summary__container {
    flex-direction: column;
  }
}
.brand-summary__img {
  width: 558px;
}
@media screen and (max-width: 767px) {
  .brand-summary__img {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.brand-summary__text {
  flex: 1;
}
.brand-summary__text h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .brand-summary__text h1 {
    font-size: 24px;
  }
}
.brand-summary__text p {
  font-size: 16px;
  line-height: 1.6;
}
.brand-summary__text .btn-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .brand-summary__text .btn-wrap {
    justify-content: center;
  }
}

table.table-layout {
  display: table;
  width: 100%;
}
table.table-layout tbody {
  display: table;
  width: 100%;
}
table.table-layout tr {
  display: table-row;
  width: 100%;
}
table.table-layout th, table.table-layout td {
  display: table-cell;
}

.static-page .heading {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .static-page .heading {
    margin: 24px 0;
  }
}
.static-page .sub-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .static-page table {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .static-page tr {
    display: block !important;
  }
}
.static-page th {
  font-weight: bold;
  text-align: left;
  line-height: 1.7;
  padding: 24px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .static-page th {
    display: block !important;
    border-bottom: none;
    padding: 24px 0 0;
    color: #B63621;
    font-size: 16px;
  }
}
.static-page td {
  line-height: 1.7;
  padding: 24px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .static-page td {
    display: block !important;
    padding: 16px 0;
  }
}
.static-page ol.list {
  padding-left: 1em;
  margin: 1em 0;
}
.static-page ol.list li {
  list-style: decimal;
  margin: 1em 0;
}
.static-page ul.list {
  padding-left: 1em;
  margin: 1em 0;
}
.static-page ul.list li {
  list-style: disc;
  margin: 1em 0;
}
.static-page.privacy .sub-heading {
  color: #B63621;
}
.static-page.privacy p {
  margin: 1em 0;
}
.static-page.privacy h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 2em 0 0;
}

.subscription-attention {
  background: #faf8f2;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .subscription-attention {
    padding: 24px 16px;
  }
}
.subscription-attention__heading {
  font-size: 18px;
  font-weight: bold;
  margin: 24px 0 16px;
}
.subscription-attention__heading:first-child {
  margin-top: 0;
}
.subscription-attention__sub-heading {
  font-weight: bold;
  margin: 16px 0 8px;
}
.subscription-attention--page-confirm {
  background: #f7f7f7;
  font-size: 12px;
  text-align: left;
  padding: 16px;
  margin-top: 16px;
}
.subscription-attention--page-confirm .subscription-attention__heading {
  font-size: 16px;
}
.subscription-attention--page-confirm .subscription-attention__sub-heading {
  font-size: 14px;
}

.add-u__btn-02.btn--primary {
  background: #B63621;
  border-color: #B63621;
}

.attention, .fred {
  color: #B63621 !important;
}

.login-attention {
  margin-top: 1em !important;
}
.login-attention a {
  font-weight: bold;
  color: #B63621;
  text-decoration: underline;
}