/** Shopify CDN: Minification failed

Line 1262:0 Unexpected "}"

**/
li.megamenuC .mega-menu {
    position: static;
}
li.megamenuC .mega-menu .mega-menu__content {
  right: 0;
  width: 100%;
}
li.megamenuC .mega-menu ul.mega-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  max-width: 1200px;
}
li.megamenuC .mega-menu ul.mega-menu__list li {
  width: calc((100% - 120px) / 5);
}
li.megamenuC .mega-menu ul.mega-menu__list li .mega-menu__link small {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-top: 7px;
}

.mainslider .swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-top: 0!important;
}
.mainslider .swiper_navi {
  background: rgba(127, 127, 127, 0.6);
  width: 50px!important;
  height: 100px!important;
  top: calc(50% - 50px);
}
.mainslider .swiper_navi svg {
  color: #fff;
  height: 20px;
}
.mainslider .swiper-button-next.swiper_navi {
  right: 50% !important;
  margin-right: -517px;
}
.mainslider .swiper-button-prev.swiper_navi {
  left: 50% !important;
  margin-left: -517px;
}

@media (max-width: 767px) {
  .rankingsec .grid__item:nth-of-type(n+5) {
    display: none;
  }
}

.bnrsec .contents_block_heading {
    font-family: Sawarabi Gothic;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
}
@media (max-width: 767px) {
  .bnrsec .contents_block_heading {
    font-size: 12px;
  }
  .bnrsec .contents_block_image_wrapper:has(+ .contents_block_info) {
    margin-bottom: 5px!important;
  }
}

.bnrsec02 .contents_block_heading {
    font-family: Sawarabi Gothic;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
}

.mediasec .contents_block_heading {
  font-family: Sawarabi Gothic;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .mediasec .page-width {
    padding: 0;
  }
  .mediasec .contents_blocks {
    display: block!important;
  }
  .mediasec .contents_blocks .contents_block_part {
    margin-left: 10px;
  }
}

.article-tags {
    margin-bottom: 5px;
}
.article-tags .badge {
    background: #1b1b1b;
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}
.collection__view-all a.link.underlined-link {
    border-bottom: 1px solid #1b1b1b;
    position: relative;
    width: 140px;
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 0.05em;
    text-align: center;
    vertical-align: middle;
}
.collection__view-all a.link.underlined-link:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  top: -2px;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: transform .2s;
}

.fNav__list li a {
  font-family: Sawarabi Gothic;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 992px) {
  .fNav--typeB {
    padding: 30px 0;
  }
  .fNav--typeB .fNav__logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .fNav--typeB .fNav__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fNav--typeB .fNav__list li {
    padding: 0 14px;
  }
  .fNav--typeB .fNav__list li:not(:last-child) {
    border-right: 1px solid #1b1b1b;
  }
  .fNav--typeB .fNav__list li a:after {
    content: none !important;
  }
  .fNav__list {
    list-style: none;
  }
  .fNav__list ul, .fNav__list li {
    list-style: none;
  }
  .fNav__list li {
    height: 14px;
  }
}

@media (max-width: 991px) {
  [class*='fNav--type']:not(.fNav--typeA) {
    padding: 0;
    background: #FFF;
    color: #1b1b1b !important;
  }
  [class*='fNav--type']:not(.fNav--typeA) a {
    color: #1b1b1b !important;
  }
  [class*='fNav--type']:not(.fNav--typeA) .fNav__list {
    display: block;
    max-width: 100%;
    border-top: 1px solid #dfdfdf;
  }
  [class*='fNav--type']:not(.fNav--typeA) .fNav__list li {
    border-right: none !important;
    padding: 0;
  }
  [class*='fNav--type']:not(.fNav--typeA) .fNav__list li a {
    position: relative;
    padding: 8px 15px;
    line-height: 24px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
  }
  [class*='fNav--type']:not(.fNav--typeA) .fNav__list li a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    top: -2px;
    bottom: 0;
    margin: auto;
    right: 15px;
    transition: transform .2s;
  }
  [class*='fNav--type']:not(.fNav--typeA) .fNav__list li:last-child a {
    border-bottom: none;
  }
  .fNav__logo {
    text-align: center;
    padding: 60px 0 20px;
  }
}

.snsNav {
  list-style: none;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.snsNav li {
  list-style: none;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .snsNav li {
    margin: 0 10px;
  }
}
.snsNav li a {
  padding: 0;
}
.snsNav svg {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.snsNav.snsNav--small svg {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.snsNav.snsNav--small li {
  margin-right: 15px;
}

.newssec .article-tags {
    margin-bottom: 0;
}
.newssec .article-tags .badge {
    background: transparent;
    color: inherit;
    font-weight: bold;
    border: none;
    padding: 0;
}
.newssec .blog-slide .card-wrapper .text-wrapper h3 {
    font-family: "Sawarabi Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.newssec .grid__item {
    position: relative;
  padding: 0 10px;
}
.newssec .grid__item:after {
    position: absolute;
    top: 0;
    left: -15px;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dfdfdf;
}
.newssec .grid__item:first-child:after {
    content: none;
}

@media (min-width: 992px) {
  .header__icons .sds__modal--open {
      display: none;
  }
}
@media (max-width: 991px) {
  .header__icon svg {
    width: 24px;
  }
  .icon_hamburger2 small {
    line-height: 1;
  }
}

.menu-drawer__inner-container .module {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.menu-drawer__inner-container .module:empty{
  display: none;
}
.menu-drawer__inner-container .module img {
  height: 60px;
  width: auto;
  margin-right: 36px;
}
.menu-drawer__inner-container .module span {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
}
.menu-drawer__inner-container .module span.call {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  vertical-align: middle;
}
.menu-drawer__inner-container .module span:first-child {
  margin-bottom: 5px;
}
.menu-drawer__inner-container .module span:last-child {
  margin-bottom: 0!important;
  font-size: 12px;
}
.menu-drawer__inner-container .module span svg {
  margin-right: 8px;
}

.header__icon span.wishlist-hero-items-count.cart-count-bubble {
  display: none!important;
    line-height: 1.7rem;
    text-align: center;
    height: auto;
}
button.Mui-disabled.Mui-disabled {
    background: none !important;
    color: #000 !important;
}
.shopify-payment-button button {
    background: #B51717;
}
.shopify-payment-button button:after {
    box-shadow: none;
}
#wishlist-hero-product-page-button button {
    background: #000!important;
}

.row,
.itemList {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0px -15px 30px!important;
  gap: 30px 0;
}

@media (max-width: 1200px) {
  .row,
  .itemList {
    margin: 0px -7.5px 15px!important;
    gap: 15px 0;
  }
}

.row:last-child,
.itemList:last-child {
  margin-bottom: 0;
}

.row--center {
  justify-content: center;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

[class*=col-], .itemList__unit {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  list-style: none;
}

@media (max-width: 1200px) {
  [class*=col-], .itemList__unit {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2, .itemList--6 .itemList__unit {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-1_5, .itemList--5 .itemList__unit {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-3, .itemList--4 .itemList__unit {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .itemList--3 .itemList__unit {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6, .itemList--2 .itemList__unit {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12, .itemList--1 .itemList__unit {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.col-pc {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-pc-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-pc-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-pc-1_4, .itemList-pc--7 .itemList__unit {
  flex: 0 0 14.285714%;
  max-width: 14.285714%;
}

.col-pc-2, .itemList-pc--6 .itemList__unit {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-pc-1_5, .itemList-pc--5 .itemList__unit {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-pc-3, .itemList-pc--4 .itemList__unit {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-pc-4, .itemList-pc--3 .itemList__unit {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-pc-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-pc-6, .itemList-pc--2 .itemList__unit {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-pc-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-pc-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-pc-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-pc-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-pc-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-pc-12, .itemList-pc--1 .itemList__unit {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-pc-first {
  order: -1;
}

.order-pc-last {
  order: 13;
}

.order-pc-0 {
  order: 0;
}

.order-pc-1 {
  order: 1;
}

.order-pc-2 {
  order: 2;
}

.order-pc-3 {
  order: 3;
}

.order-pc-4 {
  order: 4;
}

.order-pc-5 {
  order: 5;
}

.order-pc-6 {
  order: 6;
}

.order-pc-7 {
  order: 7;
}

.order-pc-8 {
  order: 8;
}

.order-pc-9 {
  order: 9;
}

.order-pc-10 {
  order: 10;
}

.order-pc-11 {
  order: 11;
}

.order-pc-12 {
  order: 12;
}

.offset-pc-0 {
  margin-left: 0;
}

.offset-pc-1 {
  margin-left: 8.333333%;
}

.offset-pc-2 {
  margin-left: 16.666667%;
}

.offset-pc-3 {
  margin-left: 25%;
}

.offset-pc-4 {
  margin-left: 33.333333%;
}

.offset-pc-5 {
  margin-left: 41.666667%;
}

.offset-pc-6 {
  margin-left: 50%;
}

.offset-pc-7 {
  margin-left: 58.333333%;
}

.offset-pc-8 {
  margin-left: 66.666667%;
}

.offset-pc-9 {
  margin-left: 75%;
}

.offset-pc-10 {
  margin-left: 83.333333%;
}

.offset-pc-11 {
  margin-left: 91.666667%;
}

@media (max-width: 991px) {
  .col-tab {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-tab-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-tab-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-tab-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-tab-3, .itemList-tab--4 .itemList__unit {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-tab-4, .itemList-tab--3 .itemList__unit {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-tab-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-tab-6, .itemList-tab--2 .itemList__unit {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-tab-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-tab-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-tab-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-tab-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-tab-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-tab-12, .itemList-tab--1 .itemList__unit {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-tab-first {
    order: -1;
  }
  .order-tab-last {
    order: 13;
  }
  .order-tab-0 {
    order: 0;
  }
  .order-tab-1 {
    order: 1;
  }
  .order-tab-2 {
    order: 2;
  }
  .order-tab-3 {
    order: 3;
  }
  .order-tab-4 {
    order: 4;
  }
  .order-tab-5 {
    order: 5;
  }
  .order-tab-6 {
    order: 6;
  }
  .order-tab-7 {
    order: 7;
  }
  .order-tab-8 {
    order: 8;
  }
  .order-tab-9 {
    order: 9;
  }
  .order-tab-10 {
    order: 10;
  }
  .order-tab-11 {
    order: 11;
  }
  .order-tab-12 {
    order: 12;
  }
  .offset-tab-0 {
    margin-left: 0;
  }
  .offset-tab-1 {
    margin-left: 8.333333%;
  }
  .offset-tab-2 {
    margin-left: 16.666667%;
  }
  .offset-tab-3 {
    margin-left: 25%;
  }
  .offset-tab-4 {
    margin-left: 33.333333%;
  }
  .offset-tab-5 {
    margin-left: 41.666667%;
  }
  .offset-tab-6 {
    margin-left: 50%;
  }
  .offset-tab-7 {
    margin-left: 58.333333%;
  }
  .offset-tab-8 {
    margin-left: 66.666667%;
  }
  .offset-tab-9 {
    margin-left: 75%;
  }
  .offset-tab-10 {
    margin-left: 83.333333%;
  }
  .offset-tab-11 {
    margin-left: 91.666667%;
  }
}

@media (max-width: 767px) {
  .col-sp {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sp-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sp-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sp-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sp-3, .itemList-sp--4 .itemList__unit {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sp-4, .itemList-sp--3 .itemList__unit {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sp-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sp-6, .itemList-sp--2 .itemList__unit {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sp-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sp-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sp-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sp-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sp-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sp-12, .itemList-sp--1 .itemList__unit {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sp-first {
    order: -1;
  }
  .order-sp-last {
    order: 13;
  }
  .order-sp-0 {
    order: 0;
  }
  .order-sp-1 {
    order: 1;
  }
  .order-sp-2 {
    order: 2;
  }
  .order-sp-3 {
    order: 3;
  }
  .order-sp-4 {
    order: 4;
  }
  .order-sp-5 {
    order: 5;
  }
  .order-sp-6 {
    order: 6;
  }
  .order-sp-7 {
    order: 7;
  }
  .order-sp-8 {
    order: 8;
  }
  .order-sp-9 {
    order: 9;
  }
  .order-sp-10 {
    order: 10;
  }
  .order-sp-11 {
    order: 11;
  }
  .order-sp-12 {
    order: 12;
  }
  .offset-sp-0 {
    margin-left: 0;
  }
  .offset-sp-1 {
    margin-left: 8.333333%;
  }
  .offset-sp-2 {
    margin-left: 16.666667%;
  }
  .offset-sp-3 {
    margin-left: 25%;
  }
  .offset-sp-4 {
    margin-left: 33.333333%;
  }
  .offset-sp-5 {
    margin-left: 41.666667%;
  }
  .offset-sp-6 {
    margin-left: 50%;
  }
  .offset-sp-7 {
    margin-left: 58.333333%;
  }
  .offset-sp-8 {
    margin-left: 66.666667%;
  }
  .offset-sp-9 {
    margin-left: 75%;
  }
  .offset-sp-10 {
    margin-left: 83.333333%;
  }
  .offset-sp-11 {
    margin-left: 91.666667%;
  }
  .itemList-sp--3,
  .itemList.itemList--typeC,
  .itemList.itemList--typeD {
    margin-left: -5px;
    margin-right: -5px;
  }
  .itemList-sp--3 .itemList__unit,
  .itemList.itemList--typeC .itemList__unit,
  .itemList.itemList--typeD .itemList__unit {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .itemList-sp--3 .itemList__unit p,
  .itemList.itemList--typeC .itemList__unit p,
  .itemList.itemList--typeD .itemList__unit p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 479px) {
  .col-sp2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sp2-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sp2-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sp2-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sp2-3, .itemList-sp2--4 .itemList__unit {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sp2-4, .itemList-sp2--3 .itemList__unit {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sp2-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sp2-6, .itemList-sp2--2 .itemList__unit {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sp2-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sp2-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sp2-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sp2-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sp2-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sp2-12, .itemList-sp2--1 .itemList__unit {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sp2-first {
    order: -1;
  }
  .order-sp2-last {
    order: 13;
  }
  .order-sp2-0 {
    order: 0;
  }
  .order-sp2-1 {
    order: 1;
  }
  .order-sp2-2 {
    order: 2;
  }
  .order-sp2-3 {
    order: 3;
  }
  .order-sp2-4 {
    order: 4;
  }
  .order-sp2-5 {
    order: 5;
  }
  .order-sp2-6 {
    order: 6;
  }
  .order-sp2-7 {
    order: 7;
  }
  .order-sp2-8 {
    order: 8;
  }
  .order-sp2-9 {
    order: 9;
  }
  .order-sp2-10 {
    order: 10;
  }
  .order-sp2-11 {
    order: 11;
  }
  .order-sp2-12 {
    order: 12;
  }
  .offset-sp2-0 {
    margin-left: 0;
  }
  .offset-sp2-1 {
    margin-left: 8.333333%;
  }
  .offset-sp2-2 {
    margin-left: 16.666667%;
  }
  .offset-sp2-3 {
    margin-left: 25%;
  }
  .offset-sp2-4 {
    margin-left: 33.333333%;
  }
  .offset-sp2-5 {
    margin-left: 41.666667%;
  }
  .offset-sp2-6 {
    margin-left: 50%;
  }
  .offset-sp2-7 {
    margin-left: 58.333333%;
  }
  .offset-sp2-8 {
    margin-left: 66.666667%;
  }
  .offset-sp2-9 {
    margin-left: 75%;
  }
  .offset-sp2-10 {
    margin-left: 83.333333%;
  }
  .offset-sp2-11 {
    margin-left: 91.666667%;
  }
}

.product_descriptionBox img {
  border: none!important;
}

.prod_desc_image {
  text-align: center;
}

.product__description > section {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .product__description > section {
    margin-bottom: 50px;
  }
}
.product__description.rte ul {
    padding-left: 0!important;
  }
}
.conceptC__bg {
  z-index: 2;
  overflow: hidden;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.conceptC__bg.container {
  background-size: 1200px auto;
}
.conceptD__row {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}
.conceptD__img {
  max-width: calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
}
.conceptD__img {
  position: relative;
  z-index: 2;
}
.conceptD__img img {
  z-index: 2;
  display: block;
  position: static;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .conceptD__img {
    line-height: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .conceptD__img img {
    position: relative;
    height: auto !important;
  }
}
.conceptD__text {
  position: relative;
  /* z-index: 3; */
  max-width: calc(50% + 30px);
  flex: 0 0 calc(50% + 30px);
  /* margin: 50px 0 0px 0; */
  padding: 60px;
  background: #B51716;
  color: #fff;
}
@media (max-width: 767px) {
  .conceptD__text {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.conceptD__text.bgBlack {
  background: #1B1B1B;
}
.conceptD__text .h2C {
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: #fff;
}
.conceptD__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .conceptD__text .h2C {
    font-size: 18px;
    line-height: 24px;
  }
}
/* .conceptD2 .conceptD__text {
  margin: 111px 0 111px -60px;
} */
@media (max-width: 767px) {
  .conceptD2 .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .conceptD2 .conceptD__text {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .conceptD__row--textLeft {
    padding-bottom: 60px;
  }
  .conceptD__row--textLeft .conceptD__img {
    order: 2;
    /* margin-top: 60px; */
  }
  .conceptD__row--textLeft img {
    bottom: -60px;
    height: calc(100% + 60px);
  }
  .conceptD__row--textLeft .conceptD__text {
    order: 1;
    /* margin: 0px -60px 0px 0;
    padding: 60px; */
  }
}
@media (max-width: 767px) {
  .conceptD__row {
    flex-wrap: wrap;
  }
  .conceptD__img, .conceptD__text {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .conceptD__img img {
    position: relative;
    bottom: 0;
    height: auto!important;
    margin-bottom: 0!important;
  }
  .conceptD__text {
    position: relative;
    /* z-index: 3; */
    margin: -60px 15px 0;
    max-width: 100%;
    padding: 40px 20px;
  }
  .conceptD__text h2 span, .conceptD__text h2 small {
    color: #fff;
  }
  .conceptD__text p {
    font-size: 12px;
  }
}

.voiceBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
  margin: 0;
  height: 100%;
}
.voiceBox__img {
  max-width: 140px;
  flex: 0 0 140px;
  margin-right: 15px;
  text-align: center;
}
.voiceBox__text p {
  margin-bottom: 15px;
  font-size: 12px;
}
.voiceBox__text p:last-child {
  margin-bottom: 0;
}
.voiceBox__user {
  border-top: 1px solid #1b1b1b;
  padding-top: 15px;
  font-size: 12px;
  display: block;
  font-style: normal;
}
@media (max-width: 991px) {
  .voiceBox__img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .voiceBox {
    display: block;
    padding: 15px;
    background: #f2f2f2;
    border-radius: 10px;
  }
  .voiceBox__user {
    text-align: right;
  }
}