@charset "utf-8";

@media (min-width: 769px) {
  main .inner {
    width: 1040px;
  }
}

/*
新仕様について
================================================ */
.newSpecifications summary {
  list-style: none;
  cursor: pointer;
}
.newSpecifications summary::-webkit-details-marker {
  display: none;
}
.newSpecifications .img_newSpecifications {
  opacity: 0;
}
.newSpecifications[open] .img_newSpecifications {
  opacity: 1;
}

/*
タイマー
================================================ */
.timerHidden { display: none;}
.timerVisible { 
  display: block;
  position: relative;
}
.timer {
  position: absolute;
  bottom: 50px;
  right: 90px;
  text-align: right;
  z-index: 1;
}
.cdt {
  color: #fff;
  font-size: 72px;
}
.cdt span {
  font-size: 44px;
}
@media (width < 820px) {
  .timer {
    bottom: 4.267vw;
    right: 7.467vw;
  }
  .cdt {
    font-size: 6.133vw;
  }
  .cdt span {
    font-size: 3.733vw;
  }
}

/*
アンカーリンク
================================================ */
.anchor {
  position: relative;
}
.anchor__list {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.anchor__item {
  width: 456px;
}

@media (width < 768px) {
  .anchor__list {
    bottom: 6.667vw;
    gap: 2.133vw;
  }
  .anchor__item {
    width: 38.462vw;
  }
}

/*
CTA
================================================ */
.cta {
  position: relative;
}
.cta__button  {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  cursor: pointer;
}
.cta-set-top .cta__button {
  bottom: 170px;
}
.cta-set .cta__button {
  bottom: 190px;
}
.cta-bra .cta__button {
  bottom: 216px;
}

@media (width < 768px) {
  .cta__button  {
    width: 99.231%;
  }
  .cta-set .cta__button {
    bottom: 13.333vw;
  }
  .cta-bra .cta__button {
    bottom: 16vw;
  }
}

/*
GIF
================================================ */
.point2,
.l-position,
.l-race {
  position: relative;
}
.gif-stretch,
.gif-position,
.gif-race {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.gif-stretch {
  bottom: 200px;
  width: 86%;
}
.gif-position,
.gif-race {
  top: 200px;
  width: 93.6%;
}

@media (width < 768px) {
  .gif-stretch {
    bottom: 19.231vw;
  }
  .swiper-slide img.gif-position,
  .swiper-slide img.gif-race {
    top: 14.4vw;
    width: 130%;
  }
}

/*
スライダー
================================================ */
.swiper,
.swiper-container {
  width:100%;
  height:100%;
}
.swiper-slide img {
  display:block;
  margin: 0 auto;
  max-width: fit-content;
  width:100%;
  height:auto;
}
.swiper-slide {
  text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 160px;
  background-size: 110px 160px;
}
.swiper-button-next {
  background-image: url(../img/icon-next-arrow2.png);
  right: 30px;
}
.swiper-button-prev {
  background-image: url(../img/icon-prev-arrow2.png);
  left: 30px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.point,
.detail,
.color,
.change {
  position: relative;
}
.point .point-wrap,
.detail .detail-wrap,
.color .color-wrap,
.change .change-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 94%;
  overflow: hidden;
}

.point .point-wrap {
  top: 640px;
}

.detail .detail-wrap {
  bottom: 170px;
}

.color .color-wrap {
  bottom: 240px;
}
.color2 .color-wrap {
  bottom: 212px;
}

.change .change-wrap {
  bottom: 452px;
}

@media (width < 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 10.667vw;
    height: 15.467vw;
    background-size: 10.667vw 15.467vw;
  }
  .swiper-button-next {
    right: 2.933vw;
  }
  .swiper-button-prev {
    left: 2.933vw;
  }
  .point .point-wrap {
    top: 56vw;
  }
  .point .l-position,
  .point .l-race {
    margin: 0 auto;
  }
  .point .l-position {
    width: 64.533vw;
  }
  .point .l-race {
    width: 58.933vw;
  }

  .detail .detail-wrap {
    bottom: 9vw;
  }

  .color .color-wrap {
    bottom: 18.667vw;
  }
  .color2 .color-wrap {
    bottom: 12vw;
  }

  .change .change-wrap {
    bottom: 35.733vw;
  }
  .change .change-wrap .swiper-slide img {
    width: 77.067vw;
  }
  .change .swiper-button-prev {
    left: 0;
  }
  .change .swiper-button-next {
    right: 0;
  }
  .change .swiper-button-prev,
  .change .swiper-button-next {
    top: 65%;
    transform: translateY(-65%);
  }
}


/*
注意事項
================================================ */
.attention {
  border: 1px solid #333;
  margin-top: 40px;
  padding: 40px;
}
.attention__heading {
  margin: 0 0 1em;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}
.attention__text {
  line-height: 1.7;
}
.attention__text a {
  color: #B9647B;
}
.attention__text p {
  margin-top: 1em;
}
.attention__text ul {
  margin: 1em 0 0 1em;
}
.attention__text li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

@media (width < 820px) {
  .attention {
    padding: 30px 20px;
    margin: 40px 0;
  }
  .attention__heading {
    margin: 0 0 0.5em;
    font-size: 2.4rem;
  }
  .attention__heading {
    font-size: 2.2rem;
  }
  .attention__text {
    font-size: 1.4rem;
  }
}


/*
クローズ
================================================ */
/* .content::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1030px;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: block;
  z-index: 1;
} */
.close {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.close a {
  color: #fff;
}

.content h2 {
  margin-bottom: 0;
}

@media (width < 768px) {
  /* .content::before {
    width: 90%;
  } */
  .close {
    width: auto;
    font-size:16px;
    line-height: 1.7;
  }
}

/*------------------------------------------------------
  fixed-btn
------------------------------------------------------*/
.fixed-btn {
  width: 250px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 10;
}

@media (width < 768px) {
  .fixed-btn {
    width: 33.33333vw;
    bottom: 2.66667vw;
  }
}

/*
カラースライダーページネーション色設定
================================================ */
.color-wrap + .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  max-width: 742px;
  width: 100%;
  gap: 26px;
}
.color-wrap + .swiper-pagination .swiper-pagination-bullet {
  border-radius: 6px;
  width: 70px;
  height: 70px;
  opacity: 1;
}
@media (width < 768px) {
  .color-wrap + .swiper-pagination {
    max-width: 61.867vw;
    gap: 2.133vw;
  }
  .color-wrap + .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0.576vw;
    width: 5.867vw;
    height: 5.867vw;
  }
  .color-wrap .swiper-slide img {
    max-width: 66.667vw;
  }
}

.color-wrap + .swiper-pagination .swiper-pagination-bullet:first-of-type,
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(2),
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(3),
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
  position: relative;
}
.color-wrap + .swiper-pagination .swiper-pagination-bullet:first-of-type::before,
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(2)::before,
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(3)::before,
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(4)::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 45px;
  height: 14px;
  background-size: 45px 14px;
  background-image: image-set(
    url(../img/color/new.png) 1x,
    url(../img/color/new@2x.png) 2x
  );
}
@media (width < 768px) {
  .color-wrap + .swiper-pagination .swiper-pagination-bullet:first-of-type::before,
  .color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(2)::before,
  .color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(3)::before,
  .color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(4)::before {
    width: 4.533vw;
    height: 1.333vw;
    background-size: 4.533vw 1.333vw;
  }
}

/* 1番目: ミスティブルー */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:first-of-type { background: #e1e8fa; }
/* 2番目: ペールベージュ */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) { background: #fdf4f5; }
/* 3番目: メロウグリーン */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) { background: #d0ddcc; }
/* 4番目: バニラクリーム */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) { background: #f0ece4; }
/* 5番目: ブラック */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(5) { background: #000000; }
/* 6番目: アンティークピンク */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(6) { background: #d0878e; }
/* 7番目: ネイビー */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(7) { background: #394867; }
/* 8番目: アンティークブルー */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(8) { background: #596c8a; }
/* 9番目: アンティークグレー */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(9) { background: #c3c2c7; }
/* 10番目: ラベンダー */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(10) { background: #d6d4e9; }
/* 11番目: アンティークグリーン */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(11) { background: #306479; }
/* 12番目: アンティークローズ */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(12) { background: #a43556; }
/* 13番目: シフォンピンク */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(13) { background: #f3dad6; }
/* 14番目: ボルドー */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(14) { background: #9a3140; }
/* 15番目: アンティークゴールド */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(15) { background: #d9b964; }
/* 16番目: ココアブラウン */
.color-wrap + .swiper-pagination .swiper-pagination-bullet:nth-of-type(16) { background: #6f5b5a; }

.color-wrap + .swiper-pagination .swiper-pagination-bullet-active {
  border: 4px solid #fff;
  box-sizing: border-box;
}
@media (width < 768px) {
  .color-wrap + .swiper-pagination .swiper-pagination-bullet-active {
    border: 0.53333vw solid #fff;
  }
}

/*------------------------------------------------------
  fixed-btn
------------------------------------------------------*/
.fixed-btn {
  width: 250px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fixed-btn {
    width: 33.33333vw;
    bottom: 2.66667vw;
  }
}