main {
  display: block;
  margin: 0;
  background: #000000;
}

.top-bottom-wrapper {
  padding: 82px 0 89px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #FBDED7;
}

/* ------------------------------
 MV
------------------------------ */
.products-mv {
  position: relative;
  overflow: hidden;
  background: #000000;
}

.products-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .products-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}

.products-mv__text {
  min-width: 0;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products-mv__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.3333333333%;
}
@media screen and (max-width: 750px) {
  .products-mv__text-wrapper {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .products-mv__text {
    padding-left: 0;
    text-align: center;
  }
}

.products-mv__logo {
  display: block;
  width: 159px;
  max-width: 100%;
  height: auto;
}

.products-mv__ttl {
  margin: 16px 0 0;
  color: #fff;
  font-family: "Optima", "Tenor Sans", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  line-height: 2.8;
}
@media screen and (max-width: 750px) {
  .products-mv__ttl {
    position: relative;
    z-index: 2;
    margin-top: -58px;
  }
}

.products-mv__pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 56.5972222222%;
  padding-right: 2.0833333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .products-mv__pic {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.products-mv__pic img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------------------
 POINT
------------------------------ */
.products-point-wrapper {
  position: relative;
  display: block;
  background: #000000;
}
.products-point-wrapper sup {
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: super;
}

.products-point-inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 60px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .products-point-inner {
    padding: 15px 5.8666666667% 25px;
  }
}

.products-point-navi {
  position: absolute;
  top: 99px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .products-point-navi {
    top: 20px;
  }
}

.products-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .products-point-list {
    gap: 50px;
    max-width: 100%;
  }
}

.products-point-item {
  width: 100%;
}
.products-point-item__num {
  margin: 0 0 24px;
  color: #fff;
  text-align: center;
  font-family: "Optima", "Tenor Sans", serif;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .products-point-item__num {
    margin-bottom: 16px;
  }
}
.products-point-item__num-label {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .products-point-item__num-label {
    font-size: 0.8125rem;
    line-height: 1.2307692308;
  }
}
.products-point-item__num-value {
  display: block;
  margin-top: 5px;
  font-size: 2.375rem;
  line-height: 1.2105263158;
}
@media screen and (max-width: 750px) {
  .products-point-item__num-value {
    margin-top: 4px;
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.products-point-item__banner {
  width: 100%;
  margin: 0 0 27px;
  padding: 9px 20px;
  background: #E2DFDA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4545454545;
}
.products-point-item__banner .jsSpBreak {
  display: none;
}
@media screen and (max-width: 750px) {
  .products-point-item__banner .jsSpBreak {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  .products-point-item__banner {
    width: 93.9393939394%;
    margin: 0 auto 24px;
    padding: 9px 16px;
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}
.products-point-item__lead {
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .products-point-item__lead {
    width: 93.9393939394%;
    margin: 0 auto 26px;
  }
}
.products-point-item__lead li {
  position: relative;
  padding-left: 51px;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 2.6;
}
@media screen and (max-width: 750px) {
  .products-point-item__lead li {
    padding-left: 23px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 17px;
    letter-spacing: 0;
  }
  .products-point-item__lead li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .products-point-item__lead li .jsPcBreak {
    display: none;
  }
}
.products-point-item__lead li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 30px;
  height: 1px;
  background: #A39C8F;
}
@media screen and (max-width: 750px) {
  .products-point-item__lead li::before {
    top: 9px;
    width: 20px;
  }
}
.products-point-item:nth-child(2) .products-point-item__lead li:first-child {
  font-size: 0.9375rem;
  line-height: 1.6;
}
.products-point-item:nth-child(2) .products-point-item__lead li:first-child::before {
  top: 12px;
}
@media screen and (max-width: 750px) {
  .products-point-item:nth-child(2) .products-point-item__lead li:first-child {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .products-point-item:nth-child(2) .products-point-item__lead li:first-child::before {
    top: 9px;
  }
}
.products-point-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .products-point-item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.products-point-item__pic {
  width: 100%;
}
.products-point-item__pic img {
  display: block;
  width: 100%;
  height: auto;
}
.products-point-item.products-point-item--side-pic .products-point-item__lead {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 330px;
          flex: 0 1 330px;
  min-width: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .products-point-item.products-point-item--side-pic .products-point-item__lead {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
}
.products-point-item.products-point-item--side-pic .products-point-item__pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  width: 360px;
}
@media screen and (max-width: 750px) {
  .products-point-item.products-point-item--side-pic .products-point-item__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 68.7878787879%;
    margin: 0 auto;
  }
}
.products-point-item__note {
  margin: 0;
  padding-left: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 2.6;
}
@media screen and (max-width: 750px) {
  .products-point-item__note {
    padding: 0 3.0303030303%;
    margin-top: 20px;
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
.products-point-item.products-point-item--nopic .products-point-item__lead {
  margin-bottom: 0;
}

/* ------------------------------
 LINE UP (items)
------------------------------ */
.products-lineup-wrapper {
  position: relative;
  display: block;
  background: #2F2E2E;
}
.products-lineup-wrapper sup {
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: super;
}

.products-lineup-inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 120px 60px 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .products-lineup-inner {
    padding: 80px 0 8px;
  }
}

.products-lineup-navi {
  position: absolute;
  top: 40px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .products-lineup-navi {
    top: 28px;
    left: 0;
  }
}

.products-lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .products-lineup-list {
    gap: 40px;
    max-width: 100%;
    padding: 0 6.1333333333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.products-item-wrapper {
  max-width: 1300px;
  padding: 86px 40px 60px;
  border: 1px solid #A39C8F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .products-item-wrapper {
    max-width: 100%;
    padding: 0;
    border: none;
  }
}

.products-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1022px;
  width: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .products-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 100%;
    padding: 0 10px;
  }
}

.products-item__gallery {
  position: relative;
  width: 42.0743639922%;
  max-width: 430px;
  min-height: 438px;
  margin-right: 60px;
}
@media screen and (max-width: 750px) {
  .products-item__gallery {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-right: 0;
  }
}

.products-item__gallery-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.products-item__gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-item__gallery-list li {
  display: block;
  height: 438px;
}
@media screen and (max-width: 750px) {
  .products-item__gallery-list li {
    height: auto;
    aspect-ratio: 620/800;
  }
}
.products-item__gallery-list .pic01,
.products-item__gallery-list .pic02,
.products-item__gallery-list .pic03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.products-item__gallery-list img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 750px) {
  .products-item-wrapper:nth-child(1) .products-item__gallery-list .pic01 img {
    width: 25.8064516129%;
  }
  .products-item-wrapper:nth-child(1) .products-item__gallery-list .pic02 img {
    width: 29.0322580645%;
  }
  .products-item-wrapper:nth-child(1) .products-item__gallery-list .pic03 img {
    width: 100%;
  }

  .products-item-wrapper:nth-child(2) .products-item__gallery-list .pic01 img {
    width: 25.4838709677%;
  }
  .products-item-wrapper:nth-child(2) .products-item__gallery-list .pic02 img {
    width: 27.0967741935%;
  }
  .products-item-wrapper:nth-child(2) .products-item__gallery-list .pic03 img {
    width: 100%;
  }

  .products-item-wrapper:nth-child(3) .products-item__gallery-list .pic01 img {
    width: 50.9677419355%;
  }
  .products-item-wrapper:nth-child(3) .products-item__gallery-list .pic02 img {
    width: 51.6129032258%;
  }
  .products-item-wrapper:nth-child(3) .products-item__gallery-list .pic03 img {
    width: 100%;
  }
}
.products-item__gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 18px;
  height: 46px;
  padding: 0;
  border: none;
  background: no-repeat center/contain;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.products-item__gallery-arrow:hover {
  opacity: 0.6;
}
.products-item__gallery-arrow.slick-disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.products-item__gallery-arrow.products-item__gallery-arrow--prev {
  left: -13.488372093%;
  background-image: url(../images/product_carousel_arrow_left_pc.png);
}
@media screen and (max-width: 750px) {
  .products-item__gallery-arrow.products-item__gallery-arrow--prev {
    left: 8px;
    background-image: url(../images/product_carousel_arrow_left_sp.png);
  }
}
.products-item__gallery-arrow.products-item__gallery-arrow--next {
  right: -13.488372093%;
  background-image: url(../images/product_carousel_arrow_right_pc.png);
}
@media screen and (max-width: 750px) {
  .products-item__gallery-arrow.products-item__gallery-arrow--next {
    right: 8px;
    background-image: url(../images/product_carousel_arrow_right_sp.png);
  }
}

.products-item__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.products-item__thumbs li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
}
.products-item__thumbs button {
  display: block;
  width: 100%;
  aspect-ratio: 80/82;
  padding: 0;
  border: 1px solid #2F2E2E;
  background: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products-item__thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-item__thumbs li.is-current button {
  border-color: #A39C8F;
}

.products-item__concentration {
  position: absolute;
  left: 15px;
  top: 90px;
  z-index: 3;
  overflow: hidden;
  width: 118px;
  height: 118px;
  margin: 0;
  padding: 26px 0 0;
  border-radius: 50%;
  background: #FBDED7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}
@media screen and (max-width: 750px) {
  .products-item__concentration {
    left: 8px;
    top: 62px;
    width: 102px;
    height: 102px;
    padding: 22px 0 0;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
  .products-item__concentration sup {
    font-size: 0.35rem;
  }
}

.products-item__body {
  width: 42.0743639922%;
  min-width: 0;
  padding-top: 6px;
}
@media screen and (max-width: 750px) {
  .products-item__body {
    width: 100%;
    padding-top: 33px;
  }
}

.products-item__badge {
  position: absolute;
  left: 27px;
  top: 31px;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 8px 24px;
  border: 1px solid #A39C8F;
  border-radius: 20px;
  color: #FEEACD;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .products-item__badge {
    left: 2.5806451613%;
    top: 2.5%;
    padding: 6px 14px;
    color: #FEEACD;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.products-item__badge.is-on-pic03 {
  color: #6D4D11;
}

.products-item__subtitle {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .products-item__subtitle {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.products-item__headline {
  margin: 0 0 44px;
  padding-bottom: 24px;
  border-bottom: 1px solid #A39C8F;
  color: #FEEACD;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 1.375rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .products-item__headline {
    margin-bottom: 31px;
    padding-bottom: 22px;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.products-item__bullets {
  margin: 0 0 44px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .products-item__bullets {
    margin-bottom: 31px;
  }
}
.products-item__bullets li {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 13px;
}
@media screen and (max-width: 750px) {
  .products-item__bullets li {
    padding-left: 28px;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.products-item__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 18px;
  height: 18px;
  background: url(../images/product_check01_pc.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .products-item__bullets li::before {
    top: 0.25em;
    width: 16px;
    height: 16px;
    background-image: url(../images/product_check01_sp.png);
  }
}

.products-item__name {
  margin: 0;
  padding-top: 44px;
  border-top: 1px solid #A39C8F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .products-item__name {
    padding-top: 26px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
}

.products-item__accordion {
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .products-item__accordion {
    margin-top: 26px;
  }
}

.products-item__accordion-head {
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 30px;
  border: none;
  border-top: 1px solid #A39C8F;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FEEACD;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .products-item__accordion-head {
    padding: 14px 26px 14px 0;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.products-item__accordion-head:last-of-type {
  border-bottom: 1px solid #A39C8F;
}
.products-item__accordion-head:last-of-type.is-open {
  border-bottom: none;
}
.products-item__accordion-head i {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.products-item__accordion-head i::before, .products-item__accordion-head i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #FEEACD;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.products-item__accordion-head i::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.products-item__accordion-head.is-open i::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.products-item__accordion-body {
  display: none;
  padding: 20px 30px 20px 0;
  border-top: 1px dashed #A39C8F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .products-item__accordion-body {
    padding: 16px 0 16px;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.products-item__accordion-body:last-of-type {
  border-bottom: 1px solid #A39C8F;
}
.products-item__accordion-body p {
  margin: 0;
}

.products-lineup-note {
  max-width: 1132px;
  margin: 33px 0 0 auto;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .products-lineup-note {
    max-width: 100%;
    margin: 66px auto 0;
    text-align: left;
    padding: 0 8.5333333333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.625rem;
    line-height: 1.6;
  }
}

/* ------------------------------
 VOICE
------------------------------ */
.products-voice-wrapper {
  position: relative;
  display: block;
  background: #121212;
}

.products-voice-inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 100px 60px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-voice-navi {
  position: absolute;
  top: 40px;
  z-index: 1;
}

.products-voice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-voice-item {
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products-voice-item__pic {
  width: 100%;
  aspect-ratio: 320/230;
  background: #323232;
}
.products-voice-item__txt {
  margin: 24px 0 0;
  padding: 24px;
  border: 1px solid #A39C8F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #333232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}

.products-voice-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 14px;
  height: 36px;
  padding: 0;
  border: none;
  background: no-repeat center/contain;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.products-voice-arrow:hover {
  opacity: 0.6;
}
.products-voice-arrow.slick-disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.products-voice-arrow.products-voice-arrow--prev {
  left: -20px;
  background-image: url(/ferthea/top/images/topic_arrow_prev_pc.png);
}
.products-voice-arrow.products-voice-arrow--next {
  right: -20px;
  background-image: url(/ferthea/top/images/topic_arrow_next_pc.png);
}

.products-voice-list.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.products-voice-list.slick-slider .slick-dots li {
  margin: 0;
}
.products-voice-list.slick-slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #A39C8F;
  font-size: 0;
  cursor: pointer;
}
.products-voice-list.slick-slider .slick-dots li.slick-active button {
  background: transparent;
  border: 1px solid #fff;
}

/* ------------------------------
 ONLINE SHOP
------------------------------ */
.products-onlineshop-wrapper {
  position: relative;
  display: block;
  background: #121212;
}

.products-onlineshop-inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 132px 60px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .products-onlineshop-inner {
    padding: 81px 5.8666666667% 67px;
  }
}

.products-onlineshop-navi {
  position: absolute;
  top: 21px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .products-onlineshop-navi {
    top: 40px;
  }
}

.products-onlineshop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10.5263157895%;
  width: 100%;
  max-width: 836px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .products-onlineshop-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    max-width: 100%;
  }
}

.products-onlineshop-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.3157894737%;
          flex: 0 0 26.3157894737%;
  width: 26.3157894737%;
}
@media screen and (max-width: 750px) {
  .products-onlineshop-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 260px;
  }
}
.products-onlineshop-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 46px;
}
@media screen and (max-width: 750px) {
  .products-onlineshop-item img {
    height: 120px;
  }
}
.products-onlineshop-item:nth-child(1) img {
  width: 102px;
}
.products-onlineshop-item:nth-child(2) img {
  width: 149px;
}
.products-onlineshop-item:nth-child(3) img {
  width: 120px;
}

.products-onlineshop-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 170px;
  padding: 0 24px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.products-onlineshop-item__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .products-onlineshop-item__btn {
    height: 120px;
  }
}

.products-onlineshop-note {
  max-width: 836px;
  margin: 14px auto 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .products-onlineshop-note {
    max-width: 260px;
    margin: 16px auto 0;
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
/*# sourceMappingURL=../../../_development/maps/products/css/products.css.map */
