﻿/* パンくず 追加スタイル PC */
 @media only screen and (min-width: 768px){
   .breadcrumb__list{
     padding-bottom: 1.6rem;
   }
 }
 @font-face {
  font-family: 'HKGrotesk';
  src: url("../font/HKGrotesk-Regular.woff2") format("woff2"), url("../font/HKGrotesk-Regular.woff") format("woff");
}
 html {
  font-size: 62.5%;
}
.main-area {
  transform: none;
  filter: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;  font-style: normal;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  font-size: calc(28 * (100vw / 750));
  line-height: 2;
  letter-spacing: 0.1em;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
body {
  width: 100%;
}
.main-area img,
.main-area video,
.main-area svg {
  width: 100%;
  height: auto;
}

.main-area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-area a,
.main-area picture {
  display: block;
}

/* ============================= ▼ タブレット ▼ == */
@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10 * (100vw/1366));
  }
}
/* ============================= ▲ タブレット ▲ == */
/* ============================= ▼ common ▼ == */
.ttl,
.color-label,
.color-name,
.detail-label,
.point,
.btn,
.item-name,
.credit {
  font-family: 'HKGrotesk', sans-serif;
}
.ttl {
  position: relative;
  margin: 0 auto;
  font-size: calc(72 * (100vw / 750));
  letter-spacing: 0.075em;
  line-height: 1;
}
.subttl {
  font-size: calc(32 * (100vw / 750));
  position: relative;
  margin-top: calc(18 * (100vw / 750));
  line-height: 1.875;
  padding: 0 calc(32 * (100vw / 750));
}
.sec_lead {
  margin-top: calc(51 * (100vw / 750));
  padding: 0 calc(30 * (100vw / 750));
}
/* ============================= ▲ common ▲ == */
/* ============================= ▼ sec-top ▼ == */
.sec-top_fv {
  width: calc(750 * (100vw / 750));
}
.sec-top_lead {
  margin-top: calc(58 * (100vw / 750));
  padding: 0 calc(30 * (100vw / 750));
  text-align: left;
}
/* ============================= ▲ sec-top ▲ == */
/* ============================= ▼ sec-color ▼ == */
.sec-color {
  margin-top: calc(200 * (100vw / 750));
}
.content-wrapper {
  margin-top: calc(68 * (100vw / 750));
}
.content-item {
  position: relative;
}
.color-label {
  font-size: calc(24 * (100vw / 750));
  line-height: 1.4166666667;
  color:#fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(128.8 * (100vw / 750));
  height: calc(128.8 * (100vw / 750));
  position: absolute;
  top: calc(500 * (100vw / 750));
}
.color-name {
  font-size: calc(40 * (100vw / 750));
  line-height: 1;
  text-align: left;
  padding-left: calc(30 * (100vw / 750));
  letter-spacing: 0.1em;
}
.color-desc {
  margin-top: calc(30 * (100vw / 750));
  padding: 0 calc(30 * (100vw / 750));
  text-align: left;
}
.model-img {
  width: calc(450 * (100vw / 750));
  padding-top: calc(64 * (100vw / 750));
}
.content_green .model-img,
.content_beige .model-img {
  margin: 0 auto 0 0;
}
.content_khaki .model-img {
  margin: 0 0 0 auto;
}
.item_img {
  position: absolute;
  width: calc(344 * (100vw / 750));
  top: 0;
  z-index: 1;
}
.content_green .item_img,
.content_beige .item_img {
  right: 0;
}
.content_khaki .item_img {
  left: 0;
}
.color-name_green {
  color: #A3BFC0;
  margin-top: calc(48 * (100vw / 750));
}
.color-label_green {
  background-color: #A3BFC0;
  left: calc(396 * (100vw / 750));
}
.color-name_khaki {
  color: #8F9884;
  margin-top: calc(6 * (100vw / 750));
}
.color-label_khaki {
  background-color: #8F9884;
  left: calc(30 * (100vw / 750));
}
.color-name_beige {
  color: #BB9E7E;
  margin-top: calc(48 * (100vw / 750));
}
.color-label_beige {
  background-color: #BB9E7E;
  left: calc(408 * (100vw / 750));
}
.content_green,
.content_khaki {
  margin-bottom: calc(108 * (100vw / 750));
}
/* ============================= ▲ sec-color ▲ == */
/* ============================= ▼ sec-detail ▼ == */
.sec-detail {
  margin-top: calc(198 * (100vw / 750));
}
.sec-detail_subttl {
  margin-top: calc(33 * (100vw / 750));
  font-size: calc(28 * (100vw / 750));
  line-height: 2.1428571429;
}
.sec-detail_lead {
  text-align: left;
}
.detail_01 {
  margin-top: calc(87 * (100vw / 750));
}
.detail_02,
.detail_03,
.detail_04 {
  margin-top: calc(66 * (100vw / 750));
}
.sec-detail .img-wrapper {
  width: calc(690 * (100vw / 750));
  margin: 0 auto;
  position: relative;
}
.detail-label {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(156 * (100vw / 750));
  height: calc(52 * (100vw / 750));
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #AFAFAF;
  color: #fff;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.075em;
  line-height: 1;
}
.detail-desc {
  text-align: left;
  margin-top: calc(24 * (100vw / 750));
  padding: 0 calc(30 * (100vw / 750));
}
.point-wrapper {
  margin: calc(120 * (100vw / 750)) auto 0;
  background-color: #FAFAFA;
  width: calc(690 * (100vw / 750));
  padding: 0 calc(60 * (100vw / 750));
}
.point {
  font-size: calc(48 * (100vw / 750));
  letter-spacing: 0.075em;
  text-decoration: underline;
  line-height: 1;
  text-align: left;
  padding-top: calc(40 * (100vw / 750));
}
.point-desc {
  padding-top: calc(20 * (100vw / 750));
  text-align: left;
  padding-bottom: calc(24 * (100vw / 750));
}
/* ============================= ▲ sec-detail ▲ == */
/* ============================= ▼ sec-credit ▼ == */
.sec-credit {
  margin-top: calc(244 * (100vw / 750));
  margin-bottom: calc(340 * (100vw / 750));
}
.credit-item-wrapper {
  display: flex;
  justify-content: space-between;
}
.credit-item {
  width: calc(235.68 * (100vw / 750));
}
.credit-desc-wrapper {
  margin-top: calc(37 * (100vw / 750));
  line-height: 1;
}
.credit-desc-wrapper a {
  display: inline-block;
}
.brand {
  font-size: calc(20 * (100vw / 750));
  letter-spacing: 0.1em;
}
.item-name {
  margin-top: calc(25 * (100vw / 750));
  font-size: calc(32 * (100vw / 750));
  letter-spacing: 0.14em;
}
.credit {
  margin-top: calc(12 * (100vw / 750));
  font-size: calc(28 * (100vw / 750));
}
.tax {
  font-size: calc(20 * (100vw / 750));
}
.btn a{
  margin: calc(82 * (100vw / 750)) auto 0;
  width: calc(620 * (100vw / 750));
  height: calc(100 * (100vw / 750));
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(28 * (100vw / 750));
  line-height: 1;
  text-transform: uppercase;
}
/* ============================= ▲ sec-credit ▲ == */
/* ============================= ▼ PC ▼ == */
@media screen and (min-width: 768px) {
  /* ============================= ▲ PC ▲ == */
  /* ============================= ▼ 全体 ▼ == */
  .main-area {
    font-size: 1.4rem;
  }
  .main-area .sp-only {
    display: none;
  }
  .main-area .pc-only {
    display: block;
  }
  /* ============================= ▲ 全体 ▲ == */
  /* ============================= ▼ common ▼ == */
  .ttl {
    font-size: 3.6rem;
  }
  .subttl {
    font-size: 1.6rem;
    margin-top: 1.9rem;
    line-height: 1;
    padding: 0;
  }
  .sec_lead {
    margin: 3.3rem auto 0;
    width: 98rem;
    padding: 0;
  }
  /* ============================= ▲ common ▲ == */
  /* ============================= ▼ sec-top ▼ == */
  .sec-top_fv {
    width: 120rem;
    margin: 0 auto;
  }
  .sec-top_lead {
    margin: 9.4rem auto 0;
    padding: 0;
    display: inline-block;
  }
  /* ============================= ▲ sec-top ▲ == */
  /* ============================= ▼ sec-color ▼ == */
  .sec-color {
    margin-top: 12rem;
  }
  .content-wrapper {
    margin-top: 5.4rem;
  }
  .color-label {
    font-size: 1.6rem;
    line-height: 1.4375;
    width: 9rem;
    height: 9rem;
    top: 46rem;
  }
  .color-name {
    font-size: 2rem;
    padding-left: 1rem;
    background-color: #fff;
    width: 14rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
  }
  .color-desc {
    margin-top: 0.9rem;
    padding: 0 0 0 0.8rem;
    background-color: #fff;
    font-size: 1.3rem;
    width: 33rem;
  }
  .model-img {
    width: 42rem;
    padding-top: 6rem;
  }
  .content-item {
    display: flex;
    justify-content: space-between;
    width: 70rem;
    margin: 0 auto;
    position: relative;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .content_green .model-img,
  .content_beige .model-img {
    margin: 0;
  }
  .content_khaki .model-img {
    margin: 0;
  }
  .item_img {
    width: 32rem;
  }
  .content_green .item_img,
  .content_beige .item_img {
    left: 38rem;
  }
  .content_khaki .item_img {
    left: 0;
  }
  .desc-wrapper {
    width: 33rem;
    margin-top: 57rem;
    position: relative;
    z-index: 1;
  }
  .content_green .desc-wrapper,
  .content_beige .desc-wrapper {
    margin-left: -4rem;
  }
  .content_khaki .desc-wrapper {
    margin-right: -4rem;
  }
  .color-name_green {
    margin-top: 0;
  }
  .color-label_green {
    left: 38rem;
  }
  .color-name_khaki {
    margin-top: 0;
  }
  .color-label_khaki {
    left: 0;
  }
  .color-name_beige {
    margin-top: 0;
  }
  .color-label_beige {
    left: 38rem;
  }
  .content_green,
  .content_khaki {
    margin-bottom: 9.3rem;
  }
  /* ============================= ▲ sec-color ▲ == */
  /* ============================= ▼ sec-detail ▼ == */
  .sec-detail {
    margin-top: 11.8rem;
  }
  .sec-detail_subttl {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
  }
  .sec-detail_lead {
    margin-top: 3.7rem;
  }
  .detail-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 108.2rem;
    margin: 4.3rem auto 0;
  }
  .detail-list {
    width: 51rem;
  }
  .detail_01,
  .detail_02 {
    margin-top: 0;
  }
  .detail_03,
  .detail_04 {
    margin-top: 7.1rem;
  }
  .detail-img_01 {
    width: 50rem;
  }
  .sec-detail .img-wrapper {
    width: auto;
    margin: 0;
  }
  .detail-label {
    width: 8.5rem;
    height: 2.8rem;
    font-size: 1.4rem;
  }
  .detail-desc {
    margin-top: 1.3rem;
    padding: 0;
  }
  .point-wrapper {
    margin: 5.4rem auto 0;
    width: 108.2rem;
    padding: 0 5rem;
  }
  .point {
    font-size: 2.4rem;
    padding-top: 3.5rem;
  }
  .point-desc {
    padding-top: 1rem;
    padding-bottom: 3.6rem;
  }
  /* ============================= ▲ sec-detail ▲ == */
  /* ============================= ▼ sec-credit ▼ == */
  .sec-credit {
    margin-top: 12.1rem;
    margin-bottom: 20rem;
  }
  .credit-item {
    width: 34rem;
  }
  .credit-desc-wrapper {
    margin-top: 2rem;
  }
  .credit-item-wrapper {
    width: 108.2rem;
    margin: 0 auto;
}
  .brand {
    font-size: 1rem;
  }
  .item-name {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
  .credit {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .tax {
    font-size: 1.1rem;
  }
  .btn a {
    margin: 5.2rem auto 0;
    width: 31rem;
    height: 5rem;
    font-size: 1.4rem;
  }
  /* ============================= ▲ sec-credit ▲ == */
}