@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* main */
/* ----------------------------------------------------------------------------*/
#wrapper {
  /*------------------------------

    開発環境の初期化

  ------------------------------*/
}
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: auto;
  }
}
#wrapper a {
  cursor: revert;
}
#wrapper ol,
#wrapper ul,
#wrapper menu {
  list-style: none;
}
#wrapper img {
  max-width: 100%;
}
#wrapper table {
  border-collapse: collapse;
}
#wrapper textarea {
  white-space: revert;
}
#wrapper meter {
  -webkit-appearance: revert;
  appearance: revert;
}
#wrapper ::placeholder {
  color: unset;
}
#wrapper :where([hidden]) {
  display: none;
}
#wrapper :where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
#wrapper :where([draggable=true]) {
  -webkit-user-drag: element;
}
#wrapper body {
  margin: 0;
  padding: 0;
}
#wrapper a {
  text-decoration: none;
}
#wrapper a {
  cursor: revert;
}
#wrapper ol,
#wrapper ul,
#wrapper menu {
  list-style: none;
}
#wrapper img {
  max-width: 100%;
}
#wrapper table {
  border-collapse: collapse;
}
#wrapper textarea {
  white-space: revert;
}
#wrapper meter {
  -webkit-appearance: revert;
  appearance: revert;
}
#wrapper ::placeholder {
  color: unset;
}
#wrapper :where([hidden]) {
  display: none;
}
#wrapper :where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
#wrapper :where([draggable=true]) {
  -webkit-user-drag: element;
}
#wrapper div, #wrapper p, #wrapper span, #wrapper ul, #wrapper li, #wrapper sup, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5 {
  font-feature-settings: "palt";
}
#wrapper .l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wrapper .l-inner {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  #wrapper .l-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .l-inner {
    padding: 0;
    max-width: 86.6666666667vw;
  }
}
#wrapper sup {
  font-size: 0.75em !important;
}
#wrapper #main {
  overflow: visible;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.15rem;
  color: #ffffff;
  background-image: url("../img/bg-blue_pc.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  #wrapper .display-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper .display-pc {
    display: none !important;
  }
}
#wrapper #main *,
#wrapper #main *::before,
#wrapper #main *::after {
  box-sizing: border-box;
}
#wrapper #main .img img {
  display: block;
  width: 100%;
}
#wrapper #main [data-anim] {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#wrapper #main [data-anim=top] {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
#wrapper #main [data-anim=left] {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  opacity: 0;
}
#wrapper .content {
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper .content {
    padding-top: 130px;
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper .content {
    padding-top: 8.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper .content {
    padding-bottom: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .content {
    padding-top: 5.3333333333vmin;
    padding-bottom: 45.3333333333vmin;
  }
}
#wrapper .content:before, #wrapper .content:after {
  content: "";
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #wrapper .content:before, #wrapper .content:after {
    background-image: url("../img/bg-snow-topbottom_pc.png");
    height: 18.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .content:before, #wrapper .content:after {
    background-image: url("../img/bg-snow-topbottom_sp.png");
    height: 35.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .content:before {
    top: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper .content:before {
    top: -1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .content:before {
    top: 0vmin;
  }
}
#wrapper .content:after {
  transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  #wrapper .content:after {
    bottom: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper .content:after {
    bottom: -1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .content:after {
    bottom: 0vmin;
  }
}
#wrapper .content__inner {
  overflow-y: hidden;
  position: relative;
}
#wrapper .content__inner:before, #wrapper .content__inner:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #wrapper .content__inner:before, #wrapper .content__inner:after {
    background-image: url("../img/bg-snow-middle_pc.png");
    top: 500px;
    width: 168px;
    height: 4694px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper .content__inner:before, #wrapper .content__inner:after {
    top: 31.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper .content__inner:before, #wrapper .content__inner:after {
    width: 10.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper .content__inner:before, #wrapper .content__inner:after {
    height: 293.375vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .content__inner:before, #wrapper .content__inner:after {
    background-image: url("../img/bg-snow-middle_sp.png");
    top: 173.3333333333vmin;
    width: 22.4vmin;
    height: 2839.8666666667vmin;
  }
}
#wrapper .content__inner:before {
  left: 0;
}
#wrapper .content__inner:after {
  right: 0;
  transform: scale(-1, 1);
}

/*============================
  楽天・Yahoo用ヘッダー・フッター
============================*/
.mall-header {
  position: relative;
  top: inherit;
  z-index: inherit;
  background-color: #000;
}

.mall-header > div {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .mall-header > div {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 1560px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mall-header > div {
    padding-top: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mall-header > div {
    padding-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mall-header > div {
    width: 97.5vw;
  }
}
@media screen and (max-width: 767px) {
  .mall-header > div {
    width: 92vmin;
    padding: 2.6666666667vmin 0;
  }
}

.mall-header a {
  display: inline-block;
  transition: ease 0.5s;
}
.mall-header a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .mall-header img {
    width: 189px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mall-header img {
    width: 11.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .mall-header img {
    width: 33.3333333333vmin;
  }
}

.mall-footer {
  background: #ffffff;
}
.mall-footer .sixpad-top-link {
  position: relative;
  width: 50%;
  display: block;
  padding: 15px 7px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #000;
  margin: 5vw auto;
  transition: ease 0.5s;
}
.mall-footer .sixpad-top-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .mall-footer .sixpad-top-link {
    padding: 0.7rem 0.5rem;
    font-size: 4.2666666667vw;
    width: 80%;
    margin: 3rem auto;
  }
}
.mall-footer .copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mall-footer .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mall-footer .copyright {
    padding-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mall-footer .copyright {
    padding-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .mall-footer .copyright {
    padding: 2.6666666667vmin 0;
  }
}

/*============================
  section
============================*/
.section {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section__inner {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .section__inner {
    width: 68.75vw;
  }
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding: 0 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .section__inner--wide {
    width: 1400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .section__inner--wide {
    width: 87.5vw;
  }
}
.section.special {
  margin-top: 0;
}

/*============================
  h2
============================*/
.holidaycp-h2 {
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("../img/ic-kazari.png");
}
@media screen and (min-width: 768px) {
  .holidaycp-h2 {
    padding-bottom: 50px;
    background-size: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .holidaycp-h2 {
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .holidaycp-h2 {
    background-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .holidaycp-h2 {
    padding-bottom: 10.6666666667vmin;
    background-size: 14.2666666667vmin;
  }
}
.holidaycp-h2__num {
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.004em;
}
@media screen and (min-width: 768px) {
  .holidaycp-h2__num {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .holidaycp-h2__num {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .holidaycp-h2__num {
    font-size: 5.3333333333vmin;
  }
}
.holidaycp-h2__main {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .holidaycp-h2__main {
    margin-top: 50px;
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .holidaycp-h2__main {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .holidaycp-h2__main {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .holidaycp-h2__main {
    margin-top: 9.3333333333vmin;
    font-size: 6.9333333333vmin;
  }
}
.holidaycp-h2__sub {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .holidaycp-h2__sub {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .holidaycp-h2__sub {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .holidaycp-h2__sub {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .holidaycp-h2__sub {
    margin-top: 2.6666666667vmin;
    font-size: 4vmin;
  }
}

/*============================
  KV
============================*/
.kv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv {
    padding-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv {
    padding-right: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv {
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    padding: 4vmin 4vmin 0 4vmin;
  }
}
.kv__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.kv__img img {
  max-width: none;
  width: 100%;
}
.kv__txt {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-54.5%);
}
@media screen and (min-width: 768px) {
  .kv__txt {
    bottom: 40px;
    width: 1189px;
    height: 181px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__txt {
    bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__txt {
    width: 74.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__txt {
    height: 11.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__txt {
    bottom: 5.3333333333vmin;
    width: 76vmin;
    height: 41.8666666667vmin;
  }
}
.kv__scrolldown {
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .kv__scrolldown {
    bottom: -65px;
    right: 55px;
    width: 161px;
    height: 161px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__scrolldown {
    bottom: -4.0625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__scrolldown {
    right: 3.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__scrolldown {
    width: 10.0625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__scrolldown {
    height: 10.0625vw;
  }
}
.kv__scrolldown__anchor {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv__scrolldown__anchor:hover .kv__scrolldown__anchor__arrow {
    top: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__scrolldown__anchor:hover .kv__scrolldown__anchor__arrow {
    top: 4.0625vw;
  }
}
.kv__scrolldown__anchor__arrow {
  position: absolute;
  left: 50%;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .kv__scrolldown__anchor__arrow {
    top: 50px;
    width: 5px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__scrolldown__anchor__arrow {
    top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__scrolldown__anchor__arrow {
    width: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__scrolldown__anchor__arrow {
    height: 3.75vw;
  }
}
.kv__scrolldown__anchor__round {
  animation: 4s ease-in-out infinite rotation1;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fixedbnr {
  transform: translateY(100%);
  position: fixed;
  z-index: 100;
  transition: transform ease-in-out 1s;
}
@media screen and (min-width: 768px) {
  .fixedbnr {
    bottom: 0px;
    left: 0px;
    width: 421px;
    height: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixedbnr {
    bottom: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixedbnr {
    left: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixedbnr {
    width: 26.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixedbnr {
    height: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .fixedbnr {
    display: none !important;
  }
}
.fixedbnr.is-active {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .fixedbnr.is-active {
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixedbnr.is-active {
    bottom: 1.25vw;
  }
}
.fixedbnr__close {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fixedbnr__close {
    top: 10px;
    right: 10px;
    width: 16px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixedbnr__close {
    top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixedbnr__close {
    right: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixedbnr__close {
    width: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixedbnr__close {
    height: 0.9375vw;
  }
}
.fixedbnr__anchor {
  display: block;
  position: relative;
}
.fixedbnr__anchor__img img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0 30px;
}

/*============================
  SPアンカーリンク
============================*/
@media screen and (max-width: 767px) {
  .sp-anchor {
    padding: 0 4vmin 21.3333333333vmin 4vmin;
  }
}
.sp-anchor__dl {
  border-bottom: 1px solid #977942;
}
@media screen and (max-width: 767px) {
  .sp-anchor__dl {
    padding: 5.3333333333vmin 0 0;
  }
}
.sp-anchor__dl:first-child {
  border-top: 1px solid #977942;
}
@media screen and (max-width: 767px) {
  .sp-anchor__dl:first-child {
    padding-bottom: 5.3333333333vmin;
  }
}
.sp-anchor__dl:first-child .sp-anchor__list__item:last-child {
  border-bottom: 1px dashed #977942;
}
.sp-anchor__dl__dt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sp-anchor__dl__dt {
    padding-bottom: 4vmin;
  }
}
.sp-anchor__dl__dd__attention {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sp-anchor__dl__dd__attention {
    margin-top: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
.sp-anchor__list__item:first-child .sp-anchor__list__item__anchor {
  padding-top: 0;
}
.sp-anchor__list__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .sp-anchor__list__item {
    border-bottom: 1px dashed #977942;
  }
}
.sp-anchor__list__item__anchor {
  display: block;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("../img/ic-spanchor.png");
}
@media screen and (max-width: 767px) {
  .sp-anchor__list__item__anchor {
    padding: 2vmin 0;
    background-size: 5.3333333333vmin;
  }
}
.sp-anchor__list__item__anchor__off {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .sp-anchor__list__item__anchor__off {
    top: -0.5333333333vmin;
    padding: 1.2vmin 2vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .sp-anchor__list__item__anchor__name {
    margin-left: 2vmin;
    font-size: 3.2vmin;
  }
}

/*============================
  プロダクト
============================*/
@media screen and (min-width: 768px) {
  .product {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product {
    padding-left: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product {
    padding-right: 1.875vw;
  }
}
.product__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .product__img {
    padding: 0 1.3333333333vmin;
  }
}
.product__img__off {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 95;
}
@media screen and (min-width: 768px) {
  .product__img__off {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__off {
    width: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__off {
    height: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img__off {
    width: 24vmin;
    height: 24vmin;
  }
}
.product__img__slick {
  position: relative;
}
.product__img__slick__item__anchor img {
  max-width: none !important;
  width: 100%;
}
.product__img__slick .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .product__img__slick .slick-dots {
    right: -28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__slick .slick-dots {
    right: -1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img__slick .slick-dots {
    right: -4.5333333333vmin;
  }
}
.product__img__slick .slick-dots li {
  flex: 1;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.product__img__slick .slick-dots li button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  transition: ease 0.5s;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .product__img__slick .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__slick .slick-dots li button {
    width: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__slick .slick-dots li button {
    height: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img__slick .slick-dots li button {
    width: 1.8666666667vmin;
    height: 1.8666666667vmin;
  }
}
.product__img__slick .slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .product__img__slick .slick-dots li:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__slick .slick-dots li:not(:first-child) {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img__slick .slick-dots li:not(:first-child) {
    margin-top: 1.8666666667vmin;
  }
}
.product__img__slick .slick-arrow {
  position: absolute;
  border: 0;
  background: url(../img/ic-slick-arrow.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
  z-index: 10;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .product__img__slick .slick-arrow {
    top: 45%;
    width: 52px;
    height: 69px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__slick .slick-arrow {
    width: 3.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__slick .slick-arrow {
    height: 4.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img__slick .slick-arrow {
    top: 44vmin;
    width: 10.6666666667vmin;
    height: 13.3333333333vmin;
  }
}
.product__img__slick .slick-arrow.slick-prev {
  left: 0;
}
.product__img__slick .slick-arrow.slick-next {
  right: 0;
  transform: scaleX(-1);
}
.product__img__line-txt {
  position: absolute;
  z-index: 95;
}
@media screen and (min-width: 768px) {
  .product__img__line-txt {
    line-height: 2;
    left: -30px;
    bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__line-txt {
    left: -1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__line-txt {
    bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img__line-txt {
    line-height: 2.3;
    left: -1.3333333333vmin;
    bottom: 2.6666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .product__img__line-txt--rwsleep {
    left: -5.3333333333vmin;
  }
}
@media screen and (max-width: 767px) {
  .product__img__line-txt--rwsleep .product__img__line-txt__inner {
    font-size: 5.0666666667vmin;
  }
}
.product__img__line-txt__inner {
  color: #09243e;
  background-color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0 30px;
}
@media screen and (min-width: 768px) {
  .product__img__line-txt__inner {
    font-size: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__line-txt__inner {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__line-txt__inner {
    padding-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__line-txt__inner {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__line-txt__inner {
    padding-bottom: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__line-txt__inner {
    padding-left: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img__line-txt__inner {
    font-size: 5.8666666667vmin;
    padding: 2.4vmin;
  }
}
.product__img__badge {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .product__img__badge {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__badge {
    right: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__badge {
    bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img__badge {
    right: 3.3333333333vmin;
    bottom: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__img__badge__item {
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__badge__item {
    width: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img__badge__item {
    width: 15.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__img__badge__item:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__img__badge__item:not(:first-child) {
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img__badge__item:not(:first-child) {
    margin-left: 1.3333333333vmin;
  }
}
.product__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product__logo {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__logo {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .product__logo {
    margin-top: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__logo--corebelt img {
    width: 179px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__logo--corebelt img {
    width: 11.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .product__logo--corebelt img {
    width: 44.9333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__logo--rw img, .product__logo--rwsleep img {
    width: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__logo--rw img, .product__logo--rwsleep img {
    width: 17.5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__logo--rw img, .product__logo--rwsleep img {
    width: 66.9333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__logo--rw {
    min-height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__logo--rw {
    min-height: 3.75vw;
  }
}
@media screen and (min-width: 768px) {
  .product__logo--pgslim img {
    width: 205px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__logo--pgslim img {
    width: 12.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__logo--pgslim img {
    width: 46.5333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__logo--prtwins img {
    width: 249px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__logo--prtwins img {
    width: 15.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__logo--prtwins img {
    width: 56.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__logo--cushionfit img {
    width: 218px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__logo--cushionfit img {
    width: 13.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__logo--cushionfit img {
    width: 50vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__logo--kneefit img {
    width: 189px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__logo--kneefit img {
    width: 11.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__logo--kneefit img {
    width: 39.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__logo--saunasuit img {
    width: 225px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__logo--saunasuit img {
    width: 14.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__logo--saunasuit img {
    width: 49.8666666667vmin;
  }
}
.product__medical {
  display: inline-block;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .product__medical {
    margin-top: 20px;
    font-size: 14px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__medical {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__medical {
    font-size: 0.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__medical {
    padding-top: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__medical {
    padding-right: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__medical {
    padding-bottom: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__medical {
    padding-left: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .product__medical {
    padding: 1.3333333333vmin 2.6666666667vmin;
    margin-top: 5.3333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
.product__shopper-present {
  position: relative;
  color: #ccaf7b;
  display: inline-block;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .product__shopper-present {
    margin-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__shopper-present {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__shopper-present {
    padding-bottom: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__shopper-present {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__shopper-present {
    margin-top: 2.6666666667vmin;
    padding-bottom: 1.3333333333vmin;
    font-size: 4vmin;
  }
}
.product__shopper-present:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccaf7b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product__h3 {
  line-height: 1.37;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .product__h3 {
    margin-top: 35px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__h3 {
    margin-top: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__h3 {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__h3 {
    text-align: center;
    margin-top: 8vmin;
    font-size: 6.4vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__h3--narrow {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__h3--narrow {
    margin-left: -1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__h3--narrow {
    margin-right: -1.25vw;
  }
}
@media screen and (min-width: 768px) {
  .product__h3--large {
    margin-top: 50px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__h3--large {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__h3--large {
    font-size: 2vw;
  }
}
.product__homegym {
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .product__homegym {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__homegym {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__homegym {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__homegym {
    text-align: center;
    margin-top: 4vmin;
    font-size: 4vmin;
  }
}
.product__size {
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .product__size {
    line-height: 1.5;
    margin-top: 30px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__size {
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__size {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__size {
    line-height: 1.3;
    text-align: center;
    margin-top: 5.3333333333vmin;
    font-size: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__size--rw {
    min-height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__size--rw {
    min-height: 4.375vw;
  }
}
.product__size__sup {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product__size__sup {
    top: -8px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__size__sup {
    top: -0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__size__sup {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .product__size__sup {
    top: -1.8666666667vmin;
    font-size: 2.4vmin;
  }
}
.product__price__normal {
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .product__price__normal {
    margin-top: 40px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__normal {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__normal {
    padding-right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price__normal {
    display: flex;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 5.3333333333vmin;
  }
}
.product__price__normal--flex .product__price__normal__title {
  display: inline-block;
}
.product__price__normal--flex .product__price__normal__num {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .product__price__normal__title {
    padding-right: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__normal__title {
    padding-right: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__normal__title {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price__normal__title {
    font-size: 2.6666666667vmin;
    padding-right: 4vmin;
  }
}
.product__price__normal__num {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product__price__normal__num {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__normal__num {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price__normal__num {
    font-size: 5.0666666667vmin;
  }
}
.product__price__normal__num:before, .product__price__normal__num:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #977942;
  position: absolute;
  left: 0;
}
.product__price__normal__num:before {
  top: 45%;
}
.product__price__normal__num:after {
  bottom: 32%;
}
.product__price__normal__num__main {
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .product__price__normal__num__main {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__normal__num__main {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price__normal__num__main {
    font-size: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__price__normal__num__tax {
    padding-left: 5px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__normal__num__tax {
    padding-left: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__normal__num__tax {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price__normal__num__tax {
    padding-left: 1.3333333333vmin;
    font-size: 4.2666666667vmin;
  }
}
.product__price__cp {
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .product__price__cp {
    margin-top: 5px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp {
    margin-top: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp {
    padding-right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price__cp {
    display: flex;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 2.6666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .product__price__cp--narrow {
    margin-left: -2vmin;
    margin-right: -2vmin;
  }
}
@media screen and (max-width: 767px) {
  .product__price__cp--spblock {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .product__price__cp--spblock .product__price__cp__num {
    margin-top: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__price__cp--flex .product__price__cp__title {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .product__price__cp--flex .product__price__cp__num {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .product__price__cp__title {
    padding-right: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp__title {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp__title {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price__cp__title {
    padding-right: 1.3333333333vmin;
    font-size: 3.4666666667vmin;
  }
}
.product__price__cp__num {
  background-image: url(../img/ic-price-arrow.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .product__price__cp__num {
    margin-top: 15px;
    padding-left: 40px;
    font-size: 26px;
    background-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp__num {
    margin-top: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp__num {
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp__num {
    font-size: 1.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp__num {
    background-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price__cp__num {
    letter-spacing: -0.08em;
    padding-left: 8vmin;
    font-size: 4.8vmin;
    background-size: 5.3333333333vmin;
  }
}
.product__price__cp__num__main {
  font-family: "Work Sans", sans-serif;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .product__price__cp__num__main {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp__num__main {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price__cp__num__main {
    font-size: 10.9333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__price__cp__num__tax {
    padding-left: 5px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp__num__tax {
    padding-left: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__price__cp__num__tax {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price__cp__num__tax {
    padding-left: 1.3333333333vmin;
    font-size: 4vmin;
  }
}
.product__button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product__button {
    margin-top: 40px;
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__button {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__button {
    width: 18.75vw;
  }
}
@media screen and (max-width: 767px) {
  .product__button {
    margin-top: 6.6666666667vmin;
    width: 84vmin;
  }
}
.product__button__anchor {
  position: relative;
  display: block;
  color: #ffffff;
  background-color: #02142c;
  border-radius: 100px;
  border: 1px solid #977942;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
  .product__button__anchor {
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__button__anchor {
    padding-top: 1.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__button__anchor {
    padding-bottom: 1.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__button__anchor {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__button__anchor {
    padding: 4.5333333333vmin 0;
    font-size: 4vmin;
  }
}
.product__button__anchor:after {
  content: "";
  display: block;
  border-radius: 100px;
  background-color: #977942;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .product__button__anchor:after {
    top: 44%;
    right: 30px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__button__anchor:after {
    right: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__button__anchor:after {
    width: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__button__anchor:after {
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__button__anchor:after {
    top: 43%;
    right: 10.6666666667vmin;
    width: 2.4vmin;
    height: 2.4vmin;
  }
}
.product__button__anchor:hover {
  opacity: 0.7;
}
.product__attention {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .product__attention {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__attention {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__attention {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .product__attention {
    text-align: center;
    margin-top: 4vmin;
    font-size: 2.6666666667vmin;
  }
}

/*============================
  人気商品
============================*/
@media screen and (min-width: 768px) {
  .popular {
    padding-bottom: 145px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular {
    padding-bottom: 9.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .popular {
    padding-bottom: 21.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .popular__main-columns {
    margin-top: 70px;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__main-columns {
    margin-top: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .popular__main-columns {
    margin-top: 13.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .popular__main-columns__column {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .popular__main-columns__column:nth-child(1) .product {
    width: 494px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__main-columns__column:nth-child(1) .product {
    width: 30.875vw;
  }
}
@media screen and (min-width: 768px) {
  .popular__main-columns__column:nth-child(2) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__main-columns__column:nth-child(2) {
    padding-left: 1.25vw;
  }
}
.popular__main-columns__column:nth-child(2) .product {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .popular__bnr {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__bnr {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .popular__bnr {
    margin-top: 13.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .popular__two-columns {
    margin-top: 70px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__two-columns {
    margin-top: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .popular__two-columns {
    margin-top: 13.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .popular__two-columns__column {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .popular__two-columns__column:nth-child(2) {
    padding-left: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__two-columns__column:nth-child(2) {
    padding-left: 3.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .popular__two-columns__column:nth-child(2) {
    margin-top: 13.3333333333vmin;
  }
}
.popular__two-columns__column .product {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .popular__two-columns__column .product {
    width: 494px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__two-columns__column .product {
    width: 30.875vw;
  }
}
.popular__two-columns__column .product__img__line-txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .popular__two-columns__column .product__img__line-txt {
    line-height: 2.4;
  }
}
@media screen and (min-width: 768px) {
  .popular__two-columns__column .product__img__line-txt__inner {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__two-columns__column .product__img__line-txt__inner {
    font-size: 1.5vw;
  }
}
.popular__two-columns__column .product__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .popular__two-columns__column .product__logo {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__two-columns__column .product__logo {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .popular__two-columns__column .product__size {
    line-height: 1.3;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__two-columns__column .product__size {
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .popular__two-columns__column .product__price__cp {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__two-columns__column .product__price__cp {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .popular__two-columns__column .product__price__cp {
    margin-top: 5.3333333333vmin;
  }
}
.popular__two-columns__column .product__button {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .popular__two-columns__column .product__attention {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .popular__two-columns__column .product__attention {
    margin-top: 0.625vw;
  }
}

/*============================
  頑張った身体にケアを。
============================*/
@media screen and (min-width: 768px) {
  .care {
    padding-bottom: 145px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care {
    padding-bottom: 9.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .care {
    padding-bottom: 21.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .care__bnr {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care__bnr {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .care__bnr {
    margin-top: 13.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .care__two-columns {
    margin-top: 70px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care__two-columns {
    margin-top: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .care__two-columns {
    margin-top: 13.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .care__two-columns__column {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .care__two-columns__column:nth-child(2) {
    padding-left: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care__two-columns__column:nth-child(2) {
    padding-left: 3.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .care__two-columns__column:nth-child(2) {
    margin-top: 13.3333333333vmin;
  }
}
.care__two-columns__column .product {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .care__two-columns__column .product {
    width: 494px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care__two-columns__column .product {
    width: 30.875vw;
  }
}
.care__two-columns__column .product__img__line-txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .care__two-columns__column .product__img__line-txt {
    line-height: 2.4;
  }
}
@media screen and (min-width: 768px) {
  .care__two-columns__column .product__img__line-txt__inner {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care__two-columns__column .product__img__line-txt__inner {
    font-size: 1.5vw;
  }
}
.care__two-columns__column .product__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .care__two-columns__column .product__logo {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care__two-columns__column .product__logo {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .care__two-columns__column .product__size {
    line-height: 1.3;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care__two-columns__column .product__size {
    margin-top: 1.5625vw;
  }
}
.care__two-columns__column .product__price__normal {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .care__two-columns__column .product__price__normal {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care__two-columns__column .product__price__normal {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) {
  .care__two-columns__column .product__price__cp {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care__two-columns__column .product__price__cp {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .care__two-columns__column .product__price__cp {
    margin-top: 5.3333333333vmin;
  }
}
.care__two-columns__column .product__button {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .care__two-columns__column .product__attention {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .care__two-columns__column .product__attention {
    margin-top: 0.625vw;
  }
}

/*============================
  暖かい室内でトレーニングを。
============================*/
@media screen and (min-width: 768px) {
  .training__three-columns {
    margin-top: 70px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns {
    margin-top: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .training__three-columns {
    margin-top: 13.3333333333vmin;
  }
}
@media screen and (max-width: 767px) {
  .training__three-columns__column:not(:first-child) {
    margin-top: 13.3333333333vmin;
  }
}
.training__three-columns__column .product {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .training__three-columns__column .product__img__slick__item__anchor {
    display: block;
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__img__slick__item__anchor {
    width: 18.75vw;
  }
}
.training__three-columns__column .product__img__line-txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .training__three-columns__column .product__img__line-txt {
    line-height: 2.2;
    bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__img__line-txt {
    bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) {
  .training__three-columns__column .product__img__line-txt__inner {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__img__line-txt__inner {
    font-size: 1.5vw;
  }
}
.training__three-columns__column .product__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .training__three-columns__column .product__logo {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__logo {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .training__three-columns__column .product__size {
    line-height: 1.3;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__size {
    margin-top: 1.5625vw;
  }
}
.training__three-columns__column .product__price__normal {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .training__three-columns__column .product__price__normal {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__price__normal {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__price__normal {
    margin-left: -0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__price__normal {
    margin-right: -0.9375vw;
  }
}
@media screen and (min-width: 768px) {
  .training__three-columns__column .product__price__normal__title {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__price__normal__title {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 768px) {
  .training__three-columns__column .product__price__cp {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__price__cp {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .training__three-columns__column .product__price__cp {
    margin-top: 5.3333333333vmin;
  }
}
.training__three-columns__column .product__button {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .training__three-columns__column .product__attention {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .training__three-columns__column .product__attention {
    margin-top: 0.625vw;
  }
}

/*============================
  ページトップへ戻るボタン
============================*/
.pagetop {
  position: absolute;
  z-index: 5;
  display: none;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 50px;
    right: 50px;
    width: 104px;
    height: 104px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .pagetop {
    bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .pagetop {
    right: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .pagetop {
    width: 6.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .pagetop {
    height: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 5.3333333333vmin;
    right: 5.3333333333vmin;
    width: 13.8666666667vmin;
    height: 13.8666666667vmin;
  }
}
.pagetop.is-fixed {
  position: fixed;
}
.pagetop__anchor {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pagetop__anchor:hover .pagetop__anchor__arrow {
    top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .pagetop__anchor:hover .pagetop__anchor__arrow {
    top: 1.875vw;
  }
}
@media screen and (min-width: 768px) {
  .pagetop__anchor:hover .pagetop__anchor__round {
    transform: rotate(360deg);
  }
}
.pagetop__anchor__arrow {
  position: absolute;
  left: 48%;
  transition: ease-in-out 0.3s;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pagetop__anchor__arrow {
    top: 35px;
    width: 5px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .pagetop__anchor__arrow {
    top: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .pagetop__anchor__arrow {
    width: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .pagetop__anchor__arrow {
    height: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetop__anchor__arrow {
    top: 5.3333333333vmin;
    width: 0.5333333333vmin;
    height: 3.8666666667vmin;
  }
}
.pagetop__anchor__round {
  transition: ease-in-out 2s;
}

/*============================
  SIXPAD for GIFT
============================*/
.forgift {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .forgift {
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url("../img/bg-sixpadforgift_pc.jpg");
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .forgift {
    padding-top: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .forgift {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .forgift {
    padding-top: 24vmin;
    padding-bottom: 24.6666666667vmin;
    background-image: url("../img/bg-sixpadforgift_sp.jpg");
  }
}
.forgift__logo__img {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .forgift__logo__img {
    width: 599px;
    height: 79px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .forgift__logo__img {
    width: 37.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .forgift__logo__img {
    height: 4.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .forgift__logo__img {
    width: 62.4vmin;
    height: 22.9333333333vmin;
  }
}
.forgift__h3 {
  line-height: 1.37;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .forgift__h3 {
    margin-top: 50px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .forgift__h3 {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .forgift__h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .forgift__h3 {
    margin-top: 6.6666666667vmin;
    font-size: 5.3333333333vmin;
  }
}
.forgift__paragraph {
  letter-spacing: 0.08em;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("../img/ic-kazari.png");
}
@media screen and (min-width: 768px) {
  .forgift__paragraph {
    line-height: 1.5;
    margin-top: 30px;
    padding-bottom: 50px;
    font-size: 18px;
    background-size: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .forgift__paragraph {
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .forgift__paragraph {
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .forgift__paragraph {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .forgift__paragraph {
    background-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .forgift__paragraph {
    text-align: left;
    line-height: 1.8;
    margin-top: 6.6666666667vmin;
    padding-bottom: 12vmin;
    font-size: 3.4666666667vmin;
    background-size: 14.2666666667vmin;
  }
}

/*============================
  モール 10offバナー
============================*/
.bnr-10off {
  position: relative;
}
@media screen and (min-width: 768px) {
  .bnr-10off {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .bnr-10off {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .bnr-10off {
    margin-top: 12vmin;
  }
}
.bnr-10off .button-wrap {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .bnr-10off .button-wrap {
    bottom: 35px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .bnr-10off .button-wrap {
    bottom: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .bnr-10off .button-wrap {
    width: 76vmin;
    bottom: 10.6666666667vmin;
  }
}
.bnr-10off__button {
  text-align: center;
}
.bnr-10off__button--black .bnr-10off__button__anchor {
  background-color: #02142c;
  background-image: url("../img/ic-coupon-arrow-white.png");
}
@media screen and (min-width: 768px) {
  .bnr-10off__button--white {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .bnr-10off__button--white {
    margin-left: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .bnr-10off__button--white {
    margin-top: 1.7333333333vmin;
  }
}
.bnr-10off__button--white .bnr-10off__button__anchor {
  border: 1px solid #977942;
  background-color: #ffffff;
  color: #09243e;
  background-image: url("../img/ic-coupon-arrow-blue.png");
}
@media screen and (min-width: 768px) {
  .bnr-10off__button--small .bnr-10off__button__anchor {
    min-width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .bnr-10off__button--small .bnr-10off__button__anchor {
    min-width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .bnr-10off__button--small .bnr-10off__button__anchor {
    max-width: 68vmin;
  }
}
.bnr-10off__button__anchor {
  display: block;
  border-radius: 100px;
  background-repeat: no-repeat;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .bnr-10off__button__anchor {
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 12px;
    padding-left: 40px;
    font-size: 18px;
    background-size: 9px;
    background-position: center right 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .bnr-10off__button__anchor {
    padding-top: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .bnr-10off__button__anchor {
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .bnr-10off__button__anchor {
    padding-bottom: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .bnr-10off__button__anchor {
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .bnr-10off__button__anchor {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .bnr-10off__button__anchor {
    background-size: 0.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .bnr-10off__button__anchor {
    padding: 4vmin 2.6666666667vmin;
    font-size: 3.4666666667vmin;
    background-size: 1.6vmin;
    background-position: center right 4vmin;
    margin-left: auto;
    margin-right: auto;
  }
}
.bnr-10off__button__anchor:hover {
  opacity: 0.7;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.trade-in-modal .swiper-target-wrapper .button-prev,
.trade-in-modal .swiper-target-wrapper .button-next {
  display: none;
}

.trade-in-modal .life__slide__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(3 * var(--rem)) 0;
}

.trade-in-modal .swiper-target .swiper-slide {
  width: 100%;
}

.trade-in-modal {
  font-family: ヒラギノ角ゴ W3 JIS2004, Hiragino Kaku Gothic W3 JIS2004, "Hiragino Kaku Gothic ProN", sans-serif;
}
.trade-in-modal a {
  text-decoration: underline;
}