﻿/* パンくず 追加スタイル 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: 1.6153846154;
  font-size: calc(13* (100vw / 375));
  padding-bottom: calc(100* (100vw / 375));
  text-align: center;
  overflow-x: hidden;
  color: #000;
}

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

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

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

.iphone .main-area .lp_credit {
  font-weight: 400;
}

.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.2rem;
    margin-top: 2.3rem;
    line-height: 2;
    gap: 0;
  }
}

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

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

.fv_tx h3 {
  font-size: calc(18*(100vw / 375));
  line-height: 1.6;
  font-weight: 700;
}

_:lang(x)+_:-webkit-full-screen-document,
.fv_tx h3 {
  font-weight: 600;
}

.iphone .fv_tx h3 {
  font-weight: 600;
}

.fv_tx p {
  font-size: calc(14* (100vw /375));
  line-height: 2;
  font-weight: 500;
  margin-top: calc(17* (100vw /375));
}

_:lang(x)+_:-webkit-full-screen-document,
.fv_tx p {
  font-weight: 400;
}

.iphone .fv_tx p {
  font-weight: 400;
}

*.ff_gara {
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

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

.function p {
  font-size: calc(27* (100vw /375));
}

.function_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(270* (100vw /375));
  margin: calc(22* (100vw /375)) auto 0;
  gap: calc(30* (100vw /375)) 0;
  justify-content: space-between;
}

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

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

  .fv_tx {
    margin-top: 5.1rem;
    padding-left: 0rem;
  }

  .fv_tx h3 {
    font-size: 2.2rem;
    line-height: 1.8;
  }

  .fv_tx p {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 2.3rem;
  }

  .function {
    margin-top: 6.3rem;
  }

  .function p {
    font-size: 3.2rem;
  }

  .function_list {
    flex-wrap: nowrap;
    width: 60rem;
    margin: 2.1rem auto 0;
    gap: 0;
    justify-content: space-between;
  }

  .function_list li {
    width: 12rem;
  }
}


/* ===============================================
* sec *
=============================================== */
.ttl-wrap * {
  line-height: 1;
}

.ttl-wrap .sec_num {
  font-size: calc(20* (100vw /375));
}

.ttl-wrap .sec_ttl {
  position: relative;
  font-size: calc(32* (100vw /375));
  margin-top: calc(12* (100vw /375));
}

.ttl-wrap .sec_ttl::before {
  position: absolute;
  content: "";
  height: calc(1*(100vw / 375));
  width: calc(30*(100vw / 375));
  bottom: calc(-17*(100vw / 375));
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}

.ttl-wrap .sec_subttl {
  font-size: calc(21*(100vw / 375));
  line-height: 1.5;
  margin-top: calc(35*(100vw / 375));
}

.tx_wrap .tx_copy {
  line-height: 1.5;
  font-size: calc(16* (100vw /375));
  font-weight: 700;
  margin-top: calc(43*(100vw / 375));
}

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

.tx_wrap .tx_desc {
  line-height: 2;
  font-size: calc(14* (100vw /375));
  font-weight: 500;
  margin-top: calc(19*(100vw / 375));
}

_:lang(x)+_:-webkit-full-screen-document,
.tx_wrap .tx_desc,
.iphone .tx_wrap .tx_desc {
  font-weight: 400;
}

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

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

  .ttl-wrap .sec_ttl {
    font-size: 4rem;
    margin-top: 1.2rem;
  }

  .ttl-wrap .sec_ttl::before {
    height: 1px;
    width: 3rem;
    bottom: -2.2rem;
  }

  .ttl-wrap .sec_subttl {
    font-size: 2.7rem;
    margin-top: 4.4rem;
  }

  .tx_wrap .tx_copy {
    line-height: 1.33333333;
    font-size: 1.8rem;
    margin-top: 7.7rem;
  }

  .tx_wrap .tx_desc {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

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

  .img01 {
    width: calc(345* (100vw /375));
    margin: calc(25*(100vw / 375)) auto 0;
  }

  .img02 {
    width: calc(345* (100vw /375));
    margin: calc(20* (100vw /375)) auto 0;
  }

  .img02 .js-fadeIn {
    width: calc(300* (100vw /375));
    margin-left: auto;
  }

  .img02 .lp_credit {
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .sec__style1 {
    margin-top: 12.9rem;
  }

  .sec__style1 .img-wrap {
    display: flex;
    justify-content: center;

    gap: 6rem;
    margin-top: 5.3rem;
  }

  .img01 {
    width: 51rem;
  }

  .img02 {
    position: relative;
    width: 39rem;
    margin-top: 42rem;
  }

  .img02 .lp_credit {
    position: absolute;
    top: 40.7rem;
    left: -37.2rem;
    align-items: flex-end;
  }
}

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

  .img03 {
    width: calc(345* (100vw /375));
    margin: calc(25*(100vw / 375)) auto 0;
  }

  .img04 {
    width: calc(345* (100vw /375));
    margin: calc(20* (100vw /375)) auto 0;
  }

  .img04 .js-fadeIn {
    width: calc(300* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .sec__style2 {
    margin-top: 12.3rem;
  }

  .sec__style2 .img-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 6rem;
    margin-top: 5.3rem;
  }

  .img03 {
    width: 51rem;
  }

  .img04 {
    position: relative;
    width: 39rem;
    margin-top: 42rem;
  }

  .img04 .lp_credit {
    position: absolute;
    top: 38.3rem;
    right: -46.6rem;
  }
}

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

  .img05 {
    margin: calc(25* (100vw /375)) auto 0;
  }

  .img05 .lp_credit {
    align-items: center;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .sec__style3 {
    margin-top: 12.3rem;
  }

  .sec__style3 .img-wrap {
    width: 54rem;
    margin: 5.4rem auto 0;
  }

  .img05 .lp_credit {
    align-items: center;
    text-align: center;
  }
}



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

  .img06 {
    width: calc(345* (100vw /375));
    margin: calc(25*(100vw / 375)) auto 0;
  }

  .img07 {
    width: calc(345* (100vw /375));
    margin: calc(15*(100vw / 375)) auto 0;
  }

  .img07 .js-fadeIn {
    width: calc(300* (100vw /375));
    margin-left: auto;
  }

  .img07 .lp_credit {
    align-items: flex-end;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .sec__style4 {
    margin-top: 11.7rem;
  }

  .sec__style4 .img-wrap {
    display: flex;
    justify-content: center;
    gap: 6rem;
    margin-top: 5.3rem;
  }

  .img06 {
    width: 51rem;
  }

  .img07 {
    position: relative;
    width: 39rem;
    margin-top: 42rem;
  }

  .img07 .lp_credit {
    position: absolute;
    top: 40.7rem;
    left: -47rem;
    align-items: flex-end;
  }
}

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

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

  .img09 {
    display: flex;
    width: calc(375* (100vw /375));
    justify-content: space-between;
    margin-top: calc(5* (100vw /375));
  }

  .img09 .inner1,
  .img09 .inner2 {
    width: calc(185* (100vw /375));
  }

  .sec__style5 .lp_credit {
    align-items: center;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .sec__style5 {
    margin-top: 12.2rem;
  }

  .img08 {
    margin: 5.4rem auto 0;
    width: 61rem;
  }

  .img09 {
    display: flex;
    width: 61rem;
    justify-content: space-between;
    margin: 1rem auto 0;
  }

  .img09 .inner1,
  .img09 .inner2 {
    width: 30rem;
  }

  .sec__style5 .lp_credit {
    align-items: center;
    text-align: center;
  }
}

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

  .img11 {
    width: calc(345* (100vw /375));
    margin: calc(25*(100vw / 375)) 0 0 auto;
  }

  .img12 {
    margin: calc(-31*(100vw / 375)) auto 0;
  }

  .img12 .js-fadeIn {
    width: calc(300* (100vw /375));
  }

  .sec__style6 .lp_credit {
    width: calc(345* (100vw /375));
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .sec__style6 {
    margin-top: 11.8rem;
  }

  .sec__style6 .img-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 5.3rem;
    padding-right: 3rem;
  }

  .img11 {
    width: 54rem;
  }

  .img12 {
    position: relative;
    width: 45rem;
    margin-top: 34rem;
    left: 3rem;
  }

  .sec__style6 .lp_credit {
    position: absolute;
    top: 46.3rem;
    right: -47.8rem;
  }
}

/* ▽_____________ 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(75*(100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.05em;
  background: #000;
  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: 9.4rem 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);
}

.show {
  opacity: 1;
}