﻿/* パンくず 追加スタイル 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: 400;
  font-style: normal;
  line-height: 2;
  font-size: calc(13* (100vw / 375));
  padding-bottom: calc(100*(100vw / 375));
  text-align: center;
  overflow-x: clip;
  color: #072538;
}

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

.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: calc(13*(100vw / 375)) 0 0 calc(15*(100vw / 375));
  text-align: left;
  line-height: 2;
  display: flex;
  letter-spacing: 0.075em;
  flex-direction: column;
  white-space: nowrap;
  /* gap: calc(6*(100vw / 375)); */
}

.sec__style2 .lp_credit,
.sec__style4 .lp_credit {
  text-align: right;
  margin: calc(13*(100vw / 375)) calc(15*(100vw / 375)) 0 calc(15*(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: 10.3rem;
  }

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

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

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

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

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


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

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

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

  .fv_tx {
    margin-top: 6rem;
  }

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

  .fv_tx p {
    margin-top: 3.3rem;
  }


  .function_list {
    flex-wrap: nowrap;
    margin: 4.3rem auto 0;
    gap: 0;
    position: relative;
    left: -0.7rem;
  }

  .function_list li {
    width: 14.8rem;
  }
}


/* ===============================================
* sec *
=============================================== */
.ttl-wrap {
  width: calc(345* (100vw /375));
  margin: calc(87*(100vw / 375)) auto calc(24*(100vw / 375));
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-in-out;
}

.sec__style2 .ttl-wrap,
.sec__style3 .ttl-wrap,
.sec__style4 .ttl-wrap {
  margin: calc(79*(100vw / 375)) auto calc(24*(100vw / 375));
}

.ttl-wrap.show {
  clip-path: inset(0);
}

.ttl-wrap h3 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(30* (100vw /375));
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-align: right;
}

.sec__style2 .ttl-wrap h3,
.sec__style4 .ttl-wrap h3 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .sec__style {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 120rem;
    margin: 7.9rem auto 0;
  }

  .sec__style2,
  .sec__style4 {
    flex-direction: row;
  }

  .sec__style2,
  .sec__style3,
  .sec__style4 {
    margin: 16rem auto 0;
  }

  .ttl-wrap {
    position: sticky;
    top: 11rem;
    width: 32.5rem;
    margin: 0;
    height: calc(80vh - 11rem);
  }

  .sec__style2 .ttl-wrap,
  .sec__style3 .ttl-wrap,
  .sec__style4 .ttl-wrap {
    margin: 0;
  }

  .ttl-wrap h3 {
    font-size: 4rem;
  }

  .main-area .lp_credit {
    position: sticky;
    top: 50vh;
    width: 32.5rem;
    height: 48vh;
    justify-content: flex-end;
  }

  .img-wrap {
    width: 55rem;
  }
}

/* ===============================================
* sec1 *
=============================================== */
@media screen and (max-width: 767px) {
  .img02 {
    width: calc(300* (100vw /375));
    margin: calc(40* (100vw /375)) auto 0;
  }

  .sec__tx {
    margin: calc(35*(100vw / 375)) 0 calc(33*(100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .img02 {
    width: 40rem;
    margin: 6rem auto 0;
  }

  .sec__tx {
    margin: 5.4rem 0 5.2rem;
    white-space: nowrap;
  }
}

/* ===============================================
* sec2 *
=============================================== */
@media screen and (max-width: 767px) {
  .img05 {
    width: calc(300* (100vw /375));
    margin: calc(40* (100vw /375)) 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .img05 {
    width: 40rem;
    margin: 6rem 0 0 auto;
  }
}

/* ===============================================
* sec3 *
=============================================== */
@media screen and (max-width: 767px) {
  .img08 {
    width: calc(300* (100vw /375));
    margin: calc(40* (100vw /375)) 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .img08 {
    width: 40rem;
    margin: 6rem 0 0 0;
  }
}

/* ===============================================
* sec4 *
=============================================== */
@media screen and (max-width: 767px) {
  .img11 {
    width: calc(300* (100vw /375));
    margin: calc(40* (100vw /375)) auto 0;
  }
}

@media screen and (min-width: 768px) {
  .img11 {
    width: 40rem;
    margin: 6rem auto 0;
  }
}







/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(345*(100vw / 375));
  height: calc(50*(100vw / 375));
  margin: calc(77*(100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.075em;
  background: #fff;
  border: #072538 1px solid;
  color: #072538
}

.main-area .lp_foot_btn.second {
  margin: calc(15*(100vw / 375)) auto 0;
  background: #072538;
  color: #fff
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 30rem;
    height: 5rem;
    font-size: 1.4rem;
    margin: 10rem auto 0;
  }

  .main-area .lp_foot_btn.second {
    margin: 1.5rem auto 0;
  }
}


/* ▽ imganime ▽ */
/* .js-fadeIn {
  opacity: 0;
  will-change: opacity;
  transition: ease-in, opacity 2500ms;
}

.show {
  opacity: 1;
} */