﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

:root {
  --navy: #02136F;
  --gray: #B0B1B4;
}

/* ページ共通___________________________*/
.main-area {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: calc(13* (100vw / 375));
  padding-bottom: calc(120* (100vw / 375));
  overflow-x: hidden;
  text-align: center;
  color: #000;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

@font-face {
  font-family: "HKGrotesk_medium";
  src: url("../fonts/HKGrotesk-Medium.otf") format("opentype");
}

@font-face {
  font-family: "HKGrotesk_bold";
  src: url("../fonts/HKGrotesk-Bold.otf") format("opentype");
}

.ff_hkg_m {
  font-family: "HKGrotesk_medium";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.ff_hkg_b {
  font-family: "HKGrotesk_bold";
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

_:lang(x)+_:-webkit-full-screen-document,
.ff_hkg_b {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.ff_bask {
  font-family: "Baskerville", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.ff_ernie {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-area .lp_credit {
  font-size: calc(13* (100vw / 375));
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: calc(17* (100vw / 375));
}

.main-area .lp_credit a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    font-size: 1.4rem;
    padding-bottom: 10rem;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area a {
    transition: all 0.3s;
  }

  .ff_gara {
    font-size: 5rem;
  }

  .main-area .lp_credit {
    font-size: 1.4rem;
    margin-top: 2.2rem;
  }
}

/* ▽ sec__fv ▽ */
.sec__fv {
  position: relative;
}

.sec__fv h2+p {
  font-size: calc(13* (100vw / 375));
  margin-top: calc(35* (100vw / 375));
  line-height: 1.846;
}

.stylist_wrap {
  margin-top: calc(34* (100vw / 375));
  text-align: left;
}

.stylist_wrap>*:not(.img) {
  margin-left: calc(15* (100vw / 375));
}

.stylist_wrap h3 {
  font-size: calc(20* (100vw / 375));
  letter-spacing: 0.1em;
  margin-top: calc(23* (100vw / 375));
}

.stylist_wrap p {
  line-height: 1.846;
  margin-top: calc(14* (100vw / 375));
}

.stylist_wrap p.ff_hkg_m {
  font-size: calc(14* (100vw / 375));
  letter-spacing: 0.025em;
  margin-top: calc(7* (100vw / 375));
}

@media screen and (min-width: 768px) {
  .sec__fv {
    width: 120rem;
    margin: auto;
  }

  .sec__fv h2+p {
    font-size: 1.4rem;
    margin-top: 7.2rem;
    line-height: 2;
  }

  .stylist_wrap {
    width: 86rem;
    margin: 7.4rem auto 0;
    text-align: center;
  }

  .stylist_wrap>*:not(.img) {
    margin-left: 0;
  }

  .stylist_wrap h3 {
    font-size: 2rem;
    margin-top: 3.3rem;
  }

  .stylist_wrap p {
    line-height: 2;
    margin-top: 1.5rem;
  }

  .stylist_wrap p.ff_hkg_m {
    font-size: 1.4rem;
    margin-top: 0.9rem;
  }

}

/* ▽_____________ sec__style1 ______________▽ */
.sec__style {
  position: relative;
  margin-top: calc(75* (100vw / 375));
}

.js-slider-set2 {
  background-color: #fff;
  pointer-events: none;
}

.lp_credit {
  margin-top: calc(17* (100vw / 375));
}

.flex_wrap>div {
  flex-shrink: 0;
}

.detail_tx {
  margin-top: calc(6* (100vw / 375));
}

.sec__style1 .ff_hkg_b {
  color: var(--navy);
}

.sec__style2 .ff_hkg_b {
  color: var(--gray);
}

.comment_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: calc(40* (100vw / 375));
  margin: calc(43* (100vw / 375)) 0 0 calc(15* (100vw / 375));
}

.comment_wrap .comment_ttl {
  position: relative;
  width: calc(177* (100vw / 375));
}

.comment_wrap .comment_ttl::before {
  content: "";
  position: absolute;
  width: calc(345* (100vw / 375));
  height: 1px;
  background: #D0D0D0;
  top: calc(48* (100vw / 375));
  left: 0;
}

.iphone .sec__style1 .comment_detail {
  letter-spacing: 0;
}

.style_contents {
  margin-top: calc(55* (100vw / 375));
}

@media screen and (max-width: 767px) {
  .img {
    margin-top: calc(10* (100vw / 375));
  }

  .sec_ttl-img {
    position: relative;
  }

  .sec_ttl-img .img {
    width: calc(243* (100vw / 375));
  }

  .sec_ttl-img h3 {
    position: absolute;
    width: fit-content;
    right: calc(12* (100vw / 375));
    top: calc(91* (100vw / 375));
    text-align: left;
  }

  .sec_ttl-img h3 span {
    display: block;
    letter-spacing: 0.1em;
  }

  .sec_ttl-img h3 .sub {
    font-size: calc(16* (100vw / 375));
  }

  .sec_ttl-img h3 .ff_hkg_b {
    font-size: calc(44* (100vw / 375));
  }

  .style_contents h4 {
    font-size: calc(30* (100vw / 375));
    text-align: center;
    letter-spacing: 0.025em;
  }

  .img_wrap {
    width: calc(315* (100vw / 375));
    margin: calc(15* (100vw / 375)) auto 0;
  }

  .tx_wrap {
    margin-top: calc(23* (100vw / 375));
  }

  .sec__style1 .style_contents.__2 h4 {
    width: calc(263* (100vw / 375));
    margin: calc(-2* (100vw / 375)) auto calc(13* (100vw / 375));
  }

}

@media screen and (min-width: 768px) {
  .sec__style {
    margin-top: 15.5rem;
  }

  .lp_credit {
    margin-top: 1rem;
  }

  .sec_ttl-img {
    display: flex;
    width: 76rem;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  .sec_ttl-img .img {
    width: 36rem;
  }

  .sec_ttl-img h3 {
    margin-top: -3.7rem;
    text-align: left;
  }

  .sec_ttl-img h3 span {
    display: inline;
    letter-spacing: 0.1em;
  }

  .sec_ttl-img h3 .sub {
    font-size: 2rem;
  }

  .sec_ttl-img h3 .ff_hkg_b {
    font-size: 6.4rem;
    position: relative;
    top: 1.5rem;
    left: 1.4rem;
  }

  .style_contents {
    position: relative;
    margin: 8rem auto 0;
    width: 100rem;
  }

  .style_contents h4 {
    font-size: 4rem;
    letter-spacing: 0.025em;
  }

  .img_wrap {
    display: flex;
    gap: 1.6rem;
  }

  .img_wrap .img {
    width: 36.4rem;
  }

  .tx_wrap {
    text-align: left;
  }

  .style_contents.__1 .tx_wrap,
  .sec__style2 .style_contents.__2 .tx_wrap {
    position: absolute;
    top: 16.3rem;
    right: 0;
  }

  .detail_tx {
    margin-top: 4.8rem;
  }

  .sec__style1 .style_contents.__2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    width: 86rem;
    margin: 7.4rem auto 0;
  }

  .sec__style1 .style_contents.__2 .img {
    width: 46.6rem;
  }

  .sec__style1 .style_contents.__2 h4 {
    width: 36.8rem;
  }

  .sec__style1 .style_contents.__2 .lp_credit {
    text-align: left;
    margin-top: 1.7rem;
    position: relative;
    top: 1.8rem;
  }

  .comment_wrap {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8.7rem;
    margin: 5.2rem auto 0;
    padding-right: 1.2rem;
  }

  .comment_wrap .comment_ttl {
    width: 19.8rem;
    flex-shrink: 0;
    margin-top: -1.4rem;
  }

  .comment_wrap .comment_ttl::before {
    width: 1px;
    height: 12.6rem;
    top: -4.1rem;
    left: 24.1rem;
    transform: translateX(0);
  }
}

/* ▽_____________ style1 ______________▽ */




/* ▽_____________ style2 ______________▽ */
@media screen and (max-width: 767px) {
  .sec__style2 .sec_ttl-img .img {
    margin-left: auto;
  }

  .sec__style2 .sec_ttl-img h3 {
    right: initial;
    left: calc(16* (100vw / 375));
    top: calc(89* (100vw / 375));
  }

  .sec__style2 .style_contents.__1 {
    margin-top: calc(53* (100vw / 375));
  }

  .sec__style2 .style_contents.__2 {
    margin-top: calc(48* (100vw / 375));
  }

  .sec__style2 .style_contents.__3 {
    margin-top: calc(45* (100vw / 375));
  }

  .sec__style2 .comment_wrap {
    margin-top: calc(47* (100vw / 375));
    gap: calc(42* (100vw / 375));
  }

  .sec__style2 .comment_wrap::before {
    top: calc(60* (100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .sec__style2 .sec_ttl-img {
    flex-direction: row;
  }

  .sec__style2 .sec_ttl-img h3 {
    margin-top: -2.3rem;
    margin-right: 0.7rem;
  }

  .sec__style2 .style_contents.__1 .img_wrap {
    justify-content: flex-end;
  }

  .sec__style2 .style_contents.__1 .tx_wrap {
    top: 14.8rem;
    right: initial;
    left: 0;
  }

  .sec__style2 .style_contents.__2 {
    margin: 7.3rem auto 0;
  }

  .sec__style2 .style_contents.__3 {
    display: flex;
    width: 86rem;
    margin: 7.5rem auto 0;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }

  .sec__style2 .style_contents.__3 .img {
    width: 46.6rem;
  }

  .sec__style2 .style_contents.__3 .tx_wrap {
    margin-top: -5rem;
  }

  .sec__style2 .style_contents.__3 .lp_credit {
    margin-top: 3.7rem;
  }

  .sec__style2 .comment_wrap {
    padding-right: 11.3rem;
  }
}



/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(280* (100vw / 375));
  height: calc(50* (100vw / 375));
  margin: calc(73* (100vw / 375)) auto 0;
  line-height: 1;
  font-family: "HiraKakuProN-W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(14* (100vw / 375));
  letter-spacing: 0.05em;
  border: #000 1px solid;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 28rem;
    height: 5rem;
    font-size: 1.4rem;
    margin: 7.3rem auto 0;
  }
}


/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2500ms, transform 1000ms;
  transform: translate3d(0, 0, 0) scale(1);
}

.showFade {
  opacity: 1;
}