﻿/* パンくず 追加スタイル 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: #2C2C2C;
}

.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(15 * (100vw / 375)) 0 0 0;
  text-align: left;
  line-height: 2;
  display: flex;
  letter-spacing: 0.075em;
  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: 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: 1.5rem 0 0 0;
    line-height: 2;
    gap: 0;
  }
}

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

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

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

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

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

.nav_list li {
  width: calc(165* (100vw /375));
}

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

  .fv_tx {
    display: flex;
    justify-content: center;
    margin-top: 12rem;
    gap: 10rem;
    padding-right: 11rem;
  }

  .img01 {
    width: 40rem;
    margin: 0;

  }

  .img01+p {
    text-align: left;
    margin: 11.7rem 0 0 0;
  }

  .nav_list_ttl {
    width: 39rem;
    margin: 12rem auto 0;
  }

  .nav_list {
    gap: 4rem;
    margin: 5.8rem 0 0 0;
  }

  .nav_list li {
    width: 22rem;
  }
}

/* ===============================================
* sec *
=============================================== */
.img-wrap {
  display: flex;
  justify-content: center;
}

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

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

@media screen and (min-width: 768px) {
  .sec__style {
    width: initial;
  }

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

  .sec__style__ttl {
    margin-top: 3.4rem;
  }
}

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

  .sec__style .img-wrap01 {
    margin-top: calc(23* (100vw /375));
  }

  .sec__style1 .img-wrap03 {
    margin-top: calc(55* (100vw /375));
    flex-direction: column;
    gap: calc(20* (100vw /375));
  }
}

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

  .sec__style .img-wrap01 {
    margin-top: 4.2rem;
  }

  .sec__style1 .img-wrap01,
  .sec__style1 .img-wrap02,
  .sec__style1 .img-wrap02+.lp_credit {
    width: 55rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sec__style1 .img-wrap03 {
    gap: 4rem;
    margin-top: 7.4rem;
  }

  .sec__style1 .img-wrap03>div {
    width: 40rem;
  }

  .sec__style1 .img-wrap03+.lp_credit {
    width: 84rem;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .sec__style2 .img-wrap01 {
    flex-direction: column;
    gap: calc(20* (100vw /375));
  }

  .sec__style2 .img-wrap02 {
    margin-top: calc(55* (100vw /375));
  }

  .sec__style2 .img-wrap03 {
    width: calc(240* (100vw /375));
    margin: calc(18 * (100vw / 375)) auto 0;
  }

  .sec__style2 .img-wrap03+.lp_credit {
    width: calc(244 * (100vw / 375));
    margin: calc(14 * (100vw / 375)) auto 0;
  }
}

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

  .sec__style2 .img-wrap01 {
    gap: 4rem;
  }

  .sec__style2 .img-wrap01>div {
    width: 40rem;
  }

  .sec__style2 .img-wrap01+.lp_credit {
    width: 84rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sec__style2 .img-wrap02 {
    width: 55rem;
    margin: 7.5rem auto 0;
  }

  .sec__style2 .img-wrap03 {
    width: 40rem;
    margin: 4rem auto 0;
  }

  .sec__style2 .img-wrap03+.lp_credit {
    width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .sec__style3 .img-wrap01 {
    flex-direction: column;
    gap: calc(20* (100vw /375));
  }

  .sec__style3 .img-wrap02 {
    margin-top: calc(55* (100vw /375));
  }
}

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

  .sec__style3 .img-wrap01 {
    gap: 4rem;
  }

  .sec__style3 .img-wrap01>div {
    width: 40rem;
  }

  .sec__style3 .img-wrap01+.lp_credit {
    width: 84rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sec__style3 .img-wrap02,
  .sec__style3 .img-wrap03,
  .sec__style3 .img-wrap03+.lp_credit {
    width: 55rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sec__style3 .img-wrap02 {
    margin-top: 7.2rem;
  }
}

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

  .sec__style4 .img-wrap02 {
    width: calc(375* (100vw /375));
    margin-left: calc(-15* (100vw /375));
  }

  .sec__style4 .img-wrap01,
  .sec__style4 .img-wrap03 {
    flex-direction: column;
    gap: calc(20* (100vw /375));
  }

  .sec__style4 .img-wrap02,
  .sec__style4 .img-wrap03 {
    margin-top: calc(55* (100vw /375));
  }

  .img19,
  .img20 {
    width: calc(300* (100vw /375));
  }

  .img19 {
    margin-left: auto;
  }
}

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

  .sec__style4 {
    margin-top: 12.7rem;
  }

  .sec__style4 .img-wrap01 {
    gap: 4rem;
  }

  .sec__style4 .img-wrap01>div {
    width: 40rem;
  }

  .sec__style4 .img-wrap01+.lp_credit {
    width: 84rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sec__style4 .img-wrap02 {
    width: 100%;
    margin-top: 7.2rem;
  }

  .sec__style4 .img-wrap03 {
    margin-top: 8rem;
    gap: 4rem;
  }

  .sec__style4 .img-wrap03>div {
    width: 48rem;
  }

  .sec__style4 .img-wrap03+.lp_credit {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }

}


/* ▽_____________ 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(87 * (100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.075em;
  background: #2C2C2C;
  color: #FFF;
}

.main-area .lp_foot_btn.second {
  margin: calc(15*(100vw / 375)) auto 0;
  border: #2C2C2C 1px solid;
  color: #2C2C2C;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 30rem;
    height: 5rem;
    font-size: 1.4rem;
    margin: 11.6rem 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 1000ms, transform 1000ms;
}

.show {
  opacity: 1;
}

.js-fadeIn.js-left {
  transform: translateX(-100px);
}

.js-fadeIn.js-right {
  transform: translateX(100px);
}

.js-fadeIn.js-bottom {
  transform: translateY(100px);
}

.js-fadeIn.js-left.show,
.js-fadeIn.js-right.show,
.js-fadeIn.js-bottom.show {
  transform: translate(0, 0);
}