﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif; */
  font-weight: 500;
  font-style: normal;
  line-height: 2.1428571429;
  font-size: calc(14* (100vw / 375));
  padding-bottom: calc(114*(100vw / 375));
  text-align: left;
  overflow-x: hidden;
  color: #000;
}

.main-area * {
  letter-spacing: 0.18em;
}

.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(10*(100vw / 375));
  margin-top: calc(20*(100vw / 375));
  text-align: left;
  line-height: 2;
  display: flex;
  letter-spacing: 0.02em;
  flex-direction: column;
  white-space: nowrap;
  /* gap: calc(6*(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: 16rem;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area a {
    transition: all 0.3s;
  }

  .ff_gara {
    font-size: 5rem;
  }

  .main-area .lp_credit {
    font-size: 1rem;
    margin-top: 2rem;
    line-height: 2;
    gap: 0;
  }
}

/* ===============================================
* fv *
=============================================== */
.sec__fv {
  position: relative;
}

.fv_tx {
  margin-top: calc(64*(100vw / 375));
}

.fv_tx h3 {
  font-size: calc(30*(100vw / 375));
  line-height: 1;
  text-align: center;
}

.fv_tx p {
  text-align: center;
  margin-top: calc(16*(100vw / 375));
}

.fv_tx.sub {
  width: calc(335*(100vw / 375));
  margin: calc(52*(100vw / 375)) auto 0;
}

.fv_tx.sub p {
  text-align: left;
  margin-top: calc(32*(100vw / 375));
}

.function_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(32*(100vw / 375));
  justify-content: center;
}

.function_list li {
  width: calc(110* (100vw /375));
}

@media screen and (min-width: 768px) {

  .fv_tx {
    margin-top: 10.2rem;
  }

  .fv_tx h3 {
    font-size: 3rem;
  }

  .fv_tx p {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }

  .fv_tx.sub {
    display: flex;
    width: 100rem;
    margin: 9rem auto 0;
    gap: 6rem;
  }

  .fv_tx.sub .js-fadeIn {
    width: 44rem;
  }

  .fv_tx.sub p {
    margin-top: 16.7rem;
  }


  .function_list {
    flex-wrap: nowrap;
    margin: 8.2rem auto 0;
    gap: 2rem;
  }

  .function_list li {
    width: 11rem;
  }
}


/* ===============================================
* sec *
=============================================== */

.ttl-wrap {
  margin-bottom: calc(14*(100vw / 375));
  margin-left: calc(20* (100vw /375));
}

.ttl-wrap .sec_num {
  font-size: calc(14* (100vw /375));
  line-height: 1;
}

.ttl-wrap .sec_subttl {
  font-size: calc(30*(100vw / 375));
  line-height: 1;
  margin-top: calc(5*(100vw / 375));
}

/* tx-wrap___________________________*/
.tx-wrap {
  margin-top: calc(32*(100vw / 375));
  margin-left: calc(20* (100vw /375));
}

.tx-wrap .tx_ttl {
  font-size: calc(15* (100vw /375));
  line-height: 1.8;
  font-weight: 600;
}

.tx-wrap .tx_desc {
  line-height: 2;
  font-size: calc(12* (100vw /375));
  margin-top: calc(2*(100vw / 375));
}

/* ttlimg___________________________*/
.ttlimg {
  position: relative;
  width: calc(337*(100vw / 375));
}

.ttlimg::before {
  position: absolute;
  top: 0;
  right: calc(-34*(100vw / 375));
  writing-mode: vertical-lr;
  font-size: calc(30* (100vw /375));
  line-height: 1;
  letter-spacing: 0.18em;
  color: #E0E0E0;
}

.ttlimg.FORMAL::before {
  content: "FORMAL";
}

.ttlimg.CASUAL::before {
  content: "CASUAL";
}

/* sec__content__wrap02___________________________*/
.sec__content__wrap02 {
  margin-top: calc(59*(100vw / 375));
}

@media screen and (min-width: 768px) {

  .ttl-wrap {
    margin-bottom: 1.4rem;
    margin-left: 0;
  }

  .ttl-wrap .sec_num {
    font-size: 1.4rem;
  }

  .ttl-wrap .sec_subttl {
    font-size: 3rem;
    margin-top: 0.7rem;
  }

  /* tx-wrap___________________________*/
  .tx-wrap {
    margin-top: 4rem;
    margin-left: 0;
  }

  .tx-wrap .tx_ttl {
    font-size: 1.5rem;
    line-height: 1;
  }

  .tx-wrap .tx_desc {
    line-height: 2;
    font-size: 1.2rem;
    margin-top: 1.4rem;
  }

  /* ttlimg___________________________*/
  .ttlimg {
    width: 54rem;
  }

  .ttlimg::before {
    right: -4.4rem;
    font-size: 4rem;
  }

  /* sec__content__wrap02___________________________*/
  .sec__content__wrap02 {
    margin-top: 7.5rem;
  }


}

/* ===============================================
* sec1 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec__style1 {
    margin-top: calc(63*(100vw / 375));
  }

  .img03-04 {
    display: flex;
    margin-top: calc(10* (100vw /375));
    gap: calc(10* (100vw /375));
  }

  .img03-04 .js-fadeIn {
    width: calc(164* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .sec__style1 {
    width: 54rem;
    margin: 14.1rem auto 0;
  }

  .img03-04 {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
  }

  .img03-04 .js-fadeIn {
    width: 26.5rem;
  }

}

/* ===============================================
* sec2 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec__style2 {
    margin-top: calc(80*(100vw / 375));
  }

  .img08 {
    width: calc(335* (100vw /375));
    margin: calc(30* (100vw /375)) auto 0;
  }

  .img09 {
    width: calc(340 * (100vw /375));
    margin: calc(30* (100vw /375)) 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .sec__style2 {
    width: 120rem;
    margin: 11rem auto 0;
  }

  .sec__style2 .ttl-wrap {
    width: 54rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sec__style2 .sec__content__wrap01 {
    width: 54rem;
    margin: 0 auto 0;
  }

  .sec__style2 .sec__content__wrap02 {
    position: relative;
  }

  .sec__style2 .sec__content__wrap02 .tx-wrap {
    position: absolute;
    top: 110.7rem;
    left: 10rem;
  }

  .sec__style2 .img07 {
    width: 68rem;
    margin: auto;
  }

  .sec__style2 .img08 {
    width: 60rem;
    margin: 4rem 0 0 0;
  }

  .sec__style2 .img09 {
    width: 60rem;
    margin: 4rem 10rem 0 auto;
  }
}

/* ===============================================
* sec3 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec__style3 {
    margin-top: calc(80*(100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .sec__style3 {
    width: 54rem;
    margin: 12.1rem auto 0;
  }

}










/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(265*(100vw / 375));
  height: calc(50*(100vw / 375));
  margin: calc(56*(100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff
}

_:lang(x)+_:-webkit-full-screen-document,
.main-area .lp_foot_btn,
.iphone .main-area .lp_foot_btn {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 26.7rem;
    height: 5rem;
    font-size: 1.4rem;
    margin: 7.8rem 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); */
  will-change: opacity;
  transition: ease-in, opacity 2500ms;
}

.show {
  opacity: 1;
}