﻿@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.09em;
  line-height: 1.75;
  font-size: 1.5rem;
  padding-bottom: 15rem;
  overflow-x: hidden;
  text-align: left;
}

.main-area img {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

.ff_rbt {
  font-family: roboto, sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.15;
}

.ff_gara {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.15;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  color: #aeaeae;
}

.hira_w6 {
  font-family: "HiraKakuProN-W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.07em;
}

.main-area .lp_credit a {
  text-decoration: underline;
}

.js-slider-set2 {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .main-area {
    font-size: calc(12* (100vw / 375));
  }

  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area a {
    transition: all 0.3s;
  }

  .main-area .spOnly {
    display: none;
  }
}


/* ▽_____________ fv ______________▽ */
.sec__fv {
  width: 100rem;
  margin: auto;
}

.lpnav {
  display: flex;
  justify-content: center;
  margin-top: 1.7rem;
  padding-left: 3.6rem;
}

.lpnav>li a {
  display: flex;
  gap: 1rem;
  width: 29rem;
}

@media screen and (min-width: 768px) {
  .lpnav>li:nth-child(1) a {
    width: 27rem;
  }

  .lpnav>li:nth-child(2) .nav_tx {
    margin: 0.5rem 0 0 -1rem;
  }
}

a .nav_img {
  width: 6.8rem;
}

.nav_tx {
  width: fit-content;
  margin: 0.4rem 0 0 -0.3rem;
}

.nav_tx_copy {
  line-height: 1.333;
  margin-top: 1rem;
  letter-spacing: 0.16em;
}

.color_list {
  display: flex;
  margin: 0.7rem 0 0 0.4rem;
}

.color_list_item {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.6rem;
}

.color_list_item[data-color=black] {
  background: #000;
}

.color_list_item[data-color=navy] {
  background: #334855;
}

.color_list_item[data-color=beige] {
  background: #d7c6c3;
}

.fv_detail {
  display: flex;
  justify-content: space-between;
  width: 70rem;
  margin: 5.2rem auto 0;
  position: relative;
  left: 0.7rem;
}

.fv_detail_tx {
  width: 34rem;
  margin-top: 6.8rem;
}

.fv_detail_tx .ff_gara {
  font-size: 3.6rem;
  color: #000;
}

.fv_detail_tx p:not(.ff_gara) {
  margin: 1.7rem 0 0 -0.4rem;
  letter-spacing: 0.24em;
  line-height: 2.4;
}

.fv_detail_img {
  width: 34rem;
}

@media screen and (max-width: 767px) {
  .sec__fv {
    width: 100%;
  }

  .lpnav {
    margin-top: calc(40* (100vw / 375));
    padding-left: 0;
    flex-direction: column;
    align-items: center;
    gap: calc(10* (100vw / 375));
  }

  .lpnav>li a {
    width: calc(230* (100vw / 375));
    align-items: center;
  }

  a .nav_img {
    width: calc(60* (100vw / 375));
  }

  .color_list {
    margin-top: calc(10* (100vw / 375));
  }

  .color_list_item {
    width: calc(10* (100vw / 375));
    height: calc(10* (100vw / 375));
  }

  .fv_detail {
    width: calc(330* (100vw / 375));
    margin: calc(50* (100vw / 375)) auto 0;
  }

  .ff_gara {
    font-size: calc(14* (100vw / 375));
  }

  .fv_detail_tx .ff_gara {
    font-size: calc(22* (100vw / 375));
  }

  .fv_detail_tx p:not(.ff_gara) {
    letter-spacing: 0.05em;
    font-size: calc(10.5* (100vw / 375));
  }

  .fv_detail_tx {
    width: fit-content;
    margin-top: calc(10* (100vw / 375));
  }

  .fv_detail_img {
    width: calc(130* (100vw / 375));
  }
}

/* ▽_____________ sec_item ______________▽ */
.sec_wrap {
  width: 70rem;
  margin: 4.2rem auto 0;
}

.ttl_block {
  text-align: center;
  width: fit-content;
  margin: auto;
  padding-right: 1rem;
}

.ttl_block .item_num {
  font-size: 1.8rem;
}

.ttl_block h3 {
  font-size: 3.5rem;
  margin-top: 1.1rem;
  letter-spacing: 0.18em;
  color: #000;
}

.ttl_block .item_name_jp {
  font-size: 1.5rem;
  margin-top: 0.7rem;
  letter-spacing: 0.24em;
}


.sec_wrap1 .item_img1 {
  margin-top: 4.6rem;
}

.sec_wrap1 .item_img2 {
  margin-top: 3.3rem;
}

.item_desc {
  margin-top: 2.7rem;
  text-align: center;
  letter-spacing: 0.24em;
}

.sec_wrap1 .item_img3 {
  position: relative;
  margin-top: 3.4rem;
}

.sec_wrap1 .item_img3 p {
  position: absolute;
  bottom: 4.6rem;
  left: 0.8rem;
  letter-spacing: 0.27em;
  line-height: 2;
  text-align: left;
}

.item_credit_wrap {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
  padding-left: 1.7rem;
  gap: 2rem;
}

.item_credit_wrap .ff_gara {
  font-style: normal;
  margin-top: 0.8rem;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}

.item_credit_wrap .nav_img {
  width: 11.5rem;
  margin-top: 0.8rem;
}

.item_credit_wrap .nav_tx {
  width: fit-content;
}

.item_price {
  color: #000;
}

.item_credit_wrap .color_list {
  margin: 1.6rem 0 0 0.7rem;
}

.item_credit_wrap a.ff_gara {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  background: #555;
  font-size: 1.5rem;
  width: 19rem;
  height: 2.8rem;
  margin: 1.5rem 0 0 0;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
  .sec_wrap {
    width: calc(330* (100vw / 375));
    margin: calc(60* (100vw / 375)) auto 0;
  }

  .ttl_block .item_num {
    font-size: calc(13* (100vw / 375));
  }

  .ttl_block h3 {
    font-size: calc(26* (100vw / 375));
  }

  .ttl_block .item_name_jp {
    font-size: calc(11* (100vw / 375));
  }

  .sec_wrap1 .item_img3 p {
    bottom: calc(-6* (100vw / 375));
    left: 0;
    letter-spacing: 0.15em;
    font-size: calc(10* (100vw / 375));
  }

  .item_credit_wrap {
    margin-top: calc(40* (100vw / 375));
  }

  .item_credit_wrap .ff_gara {
    margin-top: calc(15* (100vw / 375));
    font-size: calc(14* (100vw / 375));
  }

  .item_credit_wrap .nav_img {
    width: calc(80* (100vw / 375));
  }

  .item_credit_wrap a.ff_gara {
    font-size: calc(11* (100vw / 375));
    width: calc(150* (100vw / 375));
    height: calc(23* (100vw / 375));
  }
}

.sec_wrap2 {
  margin: 7.5rem auto 0;
}

.sec_wrap2 .ttl_block {
  padding-right: 3.5rem;
}

.sec_wrap2 .item_img1 {
  margin-top: 4.6rem;
}

.sec_wrap2 .item_desc {
  margin-top: 1.4rem;
}

.sec_wrap2 .item_img2 {
  margin-top: 4.4rem;
}

.sec_wrap2 .item_img2+.item_desc {
  margin-top: 1.6rem;
  line-height: 1.65;
}

.sec_wrap2 .item_credit_wrap {
  margin-top: 5.6rem;
  padding-right: 2.5rem;
  gap: 1.4rem;
}

.sec_wrap2 .item_credit_wrap .nav_img {
  width: 11.7rem;
  margin: 0;
}

.lp_btn_wrap {
  display: flex;
  flex-direction: column;
  width: 46rem;
  margin: 14.8rem auto 0;
}

.lp_btn_wrap .lp_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: #2c2c2c solid 1px;
  height: 7.25rem;
  font-weight: 600;
  color: #fff;
  background: #2c2c2c;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-size: 1.9rem;
}

.lp_btn_wrap .lp_btn.btn_top {
  color: #2c2c2c;
  background: #fff;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .sec_wrap2 {
    margin: calc(60* (100vw / 375)) auto 0;
  }

  .sec_wrap2 .item_credit_wrap .nav_img {
    width: calc(80* (100vw / 375));
  }

  .sec_wrap2 .item_credit_wrap {
    margin-top: calc(40* (100vw / 375));
  }

  .sec_wrap2 .item_img2+.item_desc {
    margin-top: calc(10* (100vw / 375));
  }

  .lp_btn_wrap {
    width: calc(240* (100vw / 375));
    margin: calc(60* (100vw / 375)) auto 0;
  }

  .lp_btn_wrap .lp_btn {
    height: calc(50* (100vw / 375));
    font-size: calc(12* (100vw / 375));
  }

  .lp_btn_wrap .lp_btn.btn_top {
    margin-top: calc(10* (100vw / 375));
  }
}