@charset "UTF-8";

/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
#products .mv {
  margin-bottom: 60px;
}
#products .products-catchphrase {
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
#products .products-head-text {
  line-height: 2;
  margin-bottom: 60px;
  text-align: center;
}
#products .sec-head-text {
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}
#products .sec-head-text a {
  color: #0090bf;
  text-decoration: underline;
}

/*-------------------------------------------
ウォッチモデル
-------------------------------------------*/
#products .sec-watch {
  margin-bottom: 120px;
}
#products .sec-watch .watch-mv {
  margin-bottom: 40px;
}
#products .sec-watch .section-title {
  margin-bottom: 10px;
}
#products .sec-watch .section-title-text {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
#products .sec-watch .img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
#products .sec-watch .img-list li {
  width: calc(50% - 10px);
}
#products .products-style-slider {
  overflow: hidden;
  position: relative;
}
#products .products-style-slider .slider-item img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

/*-------------------------------------------
Customer Voise
-------------------------------------------*/
#products .sec-voice {
  margin-bottom: 100px;
}
#products .sec-voice .btn {
  text-align: center;
}

/*-------------------------------------------
製品の特徴
-------------------------------------------*/
#products .sec-feature {
  margin-bottom: 120px;
}

/*-------------------------------------------
カラーバリエーション
-------------------------------------------*/
#products .sec-color {
  margin-bottom: 120px;
}
#products .sec-color .flex-content {
  display: flex;
  align-items: flex-start;
  gap: 20px 40px;
  margin-bottom: 40px;
}
#products .sec-color .flex-content .products-color-slider {
  width: calc(50% - 20px);
  position: relative;
}
#products .sec-color .flex-content .text {
  width: calc(50% - 20px);
}
#products .sec-color .flex-content .text .color-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
#products .sec-color .flex-content .text .color-list {
  margin-bottom: 30px;
}
#products .sec-color .flex-content .text .color-list .list-group {
  display: flex;
  align-items: center;
}
#products .sec-color .flex-content .text .color-list dt,
#products .sec-color .flex-content .text .color-list dd {
  font-size: 15px;
  line-height: 2;
}
#products .sec-color .flex-content .text .color-description {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}
#products .sec-color .detail-box {
  border: solid 1px #707070;
  padding: 4%;
}
#products .sec-color .detail-box .box-title {
  font-size: 20px;
  margin-bottom: 20px;
}
#products .sec-color .detail-box .box-text {
  line-height: 2;
  text-align: justify;
}

/*-------------------------------------------
構造
-------------------------------------------*/
#products .sec-structure {
  background-color: #fff;
  padding: 120px 0;
}
#products .sec-structure .flex-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
#products .sec-structure .flex-content li {
  width: calc(50% - 20px);
}
#products .sec-structure .flex-content li .text {
  line-height: 2;
  margin-top: 10px;
  text-align: justify;
}

/*-------------------------------------------
付け方
-------------------------------------------*/
#products .sec-wear {
  background-color: #fff;
  padding-bottom: 120px;
}
#products .sec-wear .step-title {
  font-size: 18px;
  margin-bottom: 20px;
}
#products .sec-wear .flex-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin-bottom: 50px;
}
#products .sec-wear .flex-content:last-child {
  margin-bottom: 0;
}
#products .sec-wear .flex-content li {
  width: calc(50% - 20px);
}
#products .sec-wear .flex-content li .text {
  line-height: 2;
  margin-top: 10px;
  text-align: justify;
}

/*-------------------------------------------
サイズ
-------------------------------------------*/
#products .sec-size {
  background-color: #fff;
  padding: 120px 0;
}
#products .sec-size .flex-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#products .sec-size .flex-content li {
  width: calc((100% - 60px) / 3);
}
#products .sec-size .flex-content li .title {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
#products .sec-size .flex-content li .text {
  line-height: 2;
  margin-top: 10px;
  text-align: justify;
}

/*-------------------------------------------
販売
-------------------------------------------*/
#products .sec-sell {
  background-color: #fff;
  padding-bottom: 120px;
}
#products .sec-sell .content-title {
  margin-bottom: 30px;
}
#products .sec-sell .content-title span {
  font-size: 15px;
}
#products .sec-sell .table-head-text {
  margin-bottom: 10px;
}
#products .sec-sell .sell-applewatch {
  margin-bottom: 60px;
}
#products .sec-sell .scroll-table {
  overflow-x: auto;
}
#products .sec-sell .scroll-table .w240 {
  width: 240px;
}
#products .sec-sell .sell-applewatch table {
  width: 960px;
}
#products .sec-sell .sell-standard table {
  width: 720px;
}
#products .sec-sell table th,
#products .sec-sell table td {
  border: solid 1px #707070;
}
#products .sec-sell table th {
  background-color: #f5f5f5;
  font-weight: normal;
  padding: 10px 18px;
}
#products .sec-sell table td {
  padding: 15px 18px;
}
#products .sec-sell table .text-center {
  text-align: center;
}
#products .sec-sell .note {
  line-height: 1.8;
  margin-top: 20px;
}

/*-------------------------------------------
販売
-------------------------------------------*/
#products .sec-purchase {
  background-color: #fff;
}

/*-------------------------------------------
パララックス
-------------------------------------------*/
.parallax {
  width: 100%;
  height: 320px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.p1 {
  background-image: url(../img/products/parallax1.jpg);
}
.p2 {
  background-image: url(../img/products/parallax2.jpg);
}

/*-------------------------------------------
スライダー共通
-------------------------------------------*/
.slick-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 5;
  transition: all 0.5s ease;
}
.slick-arrow:hover,
.slick-arrow:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.slick-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 5px);
}
.slick-prev {
  left: 0;
}
.slick-prev::before {
  transform: rotate(-135deg);
  left: 11px;
}
.slick-next {
  right: 0;
}
.slick-next::before {
  transform: rotate(45deg);
  right: 11px;
}

@media screen and (max-width: 768px) {
  /*-------------------------------------------
  メインビジュアル
  -------------------------------------------*/
  #products .mv {
    margin-bottom: 40px;
  }
  #products .products-catchphrase {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #products .products-head-text {
    font-size: 15px;
    margin-bottom: 40px;
  }

  /*-------------------------------------------
  ウォッチモデル
  -------------------------------------------*/
  #products .sec-watch {
    margin-bottom: 80px;
  }
  #products .sec-head-text {
    font-size: 15px;
    text-align: justify;
  }
  #products .sec-watch .section-title {
    font-size: 22px;
  }
  #products .sec-watch .img-list {
    flex-direction: column;
  }
  #products .sec-watch .img-list li {
    width: 100%;
  }
  #products .products-style-slider {
    padding: 0 20px;
  }
  #products .products-style-slider .slick-prev {
    left: 20px;
  }
  #products .products-style-slider .slick-next {
    right: 20px;
  }
  #products .products-style-slider .slider-item img {
    width: 100%;
    max-height: auto;
    object-fit: contain;
  }

  /*-------------------------------------------
  Customer Voise
  -------------------------------------------*/
  #products .sec-voice {
    margin-bottom: 60px;
  }

  /*-------------------------------------------
  製品の特徴
  -------------------------------------------*/
  #products .sec-feature {
    margin-bottom: 60px;
  }

  /*-------------------------------------------
  カラーバリエーション
  -------------------------------------------*/
  #products .sec-color {
    margin-bottom: 60px;
  }
  #products .sec-color .flex-content {
    flex-direction: column;
  }
  #products .sec-color .flex-content .products-color-slider {
    width: 100%;
  }
  #products .sec-color .flex-content .text {
    width: 100%;
  }
  #products .sec-color .flex-content .text .color-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #products .sec-color .flex-content .text .color-list {
    margin-bottom: 15px;
  }
  #products .sec-color .detail-box {
    padding: 25px 20px;
  }
  #products .sec-color .detail-box .box-text {
    font-size: 15px;
  }

  /*-------------------------------------------
  構造
  -------------------------------------------*/
  #products .sec-structure {
    padding: 60px 0;
  }
  #products .sec-structure .flex-content {
    flex-direction: column;
  }
  #products .sec-structure .flex-content li {
    width: 100%;
  }
  #products .sec-structure .flex-content li .text {
    font-size: 15px;
  }

  /*-------------------------------------------
  付け方
  -------------------------------------------*/
  #products .sec-wear {
    padding-bottom: 60px;
  }
  #products .sec-wear .flex-content {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #products .sec-wear .flex-content li {
    width: 100%;
  }
  #products .sec-wear .flex-content li .text {
    font-size: 15px;
  }

  /*-------------------------------------------
  サイズ
  -------------------------------------------*/
  #products .sec-size {
    padding: 60px 0;
  }
  #products .sec-size .flex-content {
    flex-direction: column;
  }
  #products .sec-size .flex-content li {
    width: 100%;
  }
  #products .sec-size .flex-content li .text {
    font-size: 15px;
  }

  /*-------------------------------------------
  販売
  -------------------------------------------*/
  #products .sec-sell {
    padding-bottom: 60px;
  }
  #products .sec-sell .content-title span {
    display: block;
    font-size: 14px;
  }
  #products .sec-sell .table-head-text {
    font-size: 15px;
  }
  #products .sec-sell table th,
  #products .sec-sell table td {
    font-size: 14px;
  }
  #products .sec-sell .note {
    font-size: 15px;
    margin-top: 10px;
  }
  #products .sec-sell .sell-applewatch table {
    width: 640px;
  }
  #products .sec-sell .sell-standard table {
    width: 480px;
  }
  #products .sec-sell .scroll-table .w240 {
    width: 160px;
  }
  #products .sec-sell table th {
    background-color: #f5f5f5;
    font-weight: normal;
    padding: 8px 14px;
  }
  #products .sec-sell table td {
    padding: 12px 14px;
  }
}