﻿/* パンくず 追加スタイル 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-family: "游ゴシック体", YuGothic, "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  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_light";
  src: url("../fonts/HKGrotesk-Light.otf") format("opentype");
}

@font-face {
  font-family: "HKGrotesk_medium";
  src: url("../fonts/HKGrotesk-Medium.otf") format("opentype");
}

@font-face {
  font-family: "HKGrotesk_semibold";
  src: url("../fonts/HKGrotesk-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "HKGrotesk_bold";
  src: url("../fonts/HKGrotesk-Bold.otf") format("opentype");
}

.ff_hkg_l {
  font-family: "HKGrotesk_light";
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}

.ff_hkg_m {
  font-family: "HKGrotesk_medium";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.ff_hkg_sb {
  font-family: "HKGrotesk_semibold";
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

.ff_hkg_b {
  font-family: "HKGrotesk_bold";
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

_:lang(x)+_:-webkit-full-screen-document,
.ff_hkg_b,
_:lang(x)+_:-webkit-full-screen-document,
.ff_hkg_sb {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.iphone .ff_hkg_b,
.iphone .ff_hkg_sb {
  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(35*(100vw / 375));
  text-align: left;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  font-family: "HKGrotesk_light";
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  /* gap: calc(6*(100vw / 375)); */
}

.main-area .lp_credit a {
  text-decoration: underline;
  letter-spacing: 0.1em;
}

@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: 11rem;
  }

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

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

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

/************** schedule **************/
.schedule {
  margin: calc(53* (100vw /375)) auto calc(59* (100vw /375));
}

/*** schedule_ttl ***/
.schedule_ttl {
  margin-bottom: calc(20* (100vw /375));
}

.schedule_ttl p {
  text-align: center;
}

.schedule_ttl01 {
  margin-bottom: calc(6* (100vw /375));
  font-size: calc(25* (100vw /375));
  letter-spacing: 0.1em;
}

.schedule_ttl02 {
  font-size: calc(12* (100vw /375));
  letter-spacing: 0.12em;
  font-weight: 400;
}

/*** schedule_text ***/
.schedule_text {
  padding: calc(24* (100vw /375)) 0 calc(25* (100vw /375));
  display: flex;
  align-items: center;
  border-top: 1px solid #959595;
  position: relative;
}

.schedule .schedule_text:last-child {
  border-bottom: 1px solid #959595;
}

.schedule_text::before {
  width: calc(2* (100vw /375));
  height: 102%;
  content: '';
  display: block;
  position: absolute;
  left: calc(75* (100vw /375));
  background-size: contain;
  background-image: url(../img/sp_schedule_line.svg);
}

.schedule_text01 {
  font-size: calc(14* (100vw /375));
  font-weight: 400;
  letter-spacing: 0.12em;
  width: calc(75 * (100vw / 375));
  text-align: center;
}

.schedule_text02 {
  margin-left: calc(15* (100vw /375));
  text-align: left;
}

.schedule_text02 p {
  font-weight: 400;
  letter-spacing: 0.12em;
}

.schedule_text02_1 {
  font-size: calc(13* (100vw /375));
}

.schedule_text02_2 {
  font-size: calc(13* (100vw /375));
  line-height: 1.75;
}

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

  /************** schedule **************/
  .schedule {
    margin: 6.8rem auto 10rem;
    width: 92rem;
  }

  /*** schedule_ttl ***/
  .schedule_ttl {
    margin-bottom: 3.1rem;
  }

  .schedule_ttl01 {
    margin-bottom: .7rem;
    font-size: 3.6rem;
  }

  .schedule_ttl02 {
    font-size: 1.4rem;
  }

  /*** schedule_text ***/
  .schedule_text {
    padding: 2.2rem 0 2.1rem;
  }

  .schedule .schedule_text:last-child {
    border-bottom: 1px solid #959595;
  }

  .schedule_text::before {
    width: 1px;
    height: 100%;
    left: 10.5rem;
    background-image: url(../img/pc_schedule_line.svg);
  }

  .schedule_text::after {
    width: 1px;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 34.6rem;
    background-size: contain;
    background-image: url(../img/pc_schedule_line.svg);
  }

  .schedule_text01 {
    margin-left: 0;
    font-size: 1.4rem;
    width: 10.5rem;
  }

  .schedule_text02 {
    margin-left: 3rem;
    display: flex;
    align-items: center;
  }

  .schedule_text02 p {
    font-weight: 400;
    letter-spacing: 0.12em;
    font-size: 1.4rem;
  }

  .schedule_text02_1 {
    margin: 0;
    font-size: 1.4rem;
    width: 24rem;
  }

  .schedule_text02_2 {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1;
  }

}

/* ===============================================
* modal *
=============================================== */


/************** model_box **************/

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

.model_box {
  margin: 0;
  width: calc(182*(100vw / 375));
  position: relative;
  display: block;
}

.model_box::before {
  position: absolute;
  content: "";
  background: url(../img/open_btn.svg) center/contain no-repeat;
  width: calc(20* (100vw /375));
  height: calc(20* (100vw /375));
  bottom: calc(8* (100vw /375));
  right: calc(8* (100vw /375));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  transition: all 0.3s;
}

.model_box:hover::before {
  transform: rotate(90deg);
}

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

.model_center_box img {
  display: block;
}

/************** model_sub_box **************/
.model_sub_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
  box-sizing: border-box;
  z-index: -1;
}

.model_sub_box.active {
  opacity: 1;
  display: block;
  visibility: visible;
  transition: 0.5s;
  z-index: 100;
}

.model_sub_body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100vw;
  height: 100vh;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  /* margin: 0 auto calc(400* (100vw /750)); */
}

.model_sub_content {
  width: calc(315*(100vw / 375));
  height: 100svh;
  margin: calc(54*(100vw / 375)) auto calc(0*(100vw / 375));
  position: relative;
}

.main-area .model_open:hover {
  cursor: pointer;
  transition: .1s;
  opacity: 0.7;
}

.main-area .scrollIn {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}


/*** model_close_btn ***/
.model_close {
  width: calc(15*(100vw / 375));
  height: calc(15*(100vw / 375));
  cursor: pointer;
  z-index: 1;
  background: url(../img/close_btn.svg) no-repeat center / 100%;
  position: absolute;
  top: calc(20* (100vw /375));
  right: calc(20* (100vw /375));
  z-index: 1;
}

/*** model_sub_text ***/
.model_sub_text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: calc(13*(100vw / 375)) 0;
  margin: calc(19*(100vw / 375)) auto 0;
  width: calc(325*(100vw / 375));
  padding-bottom: calc(110*(100vw / 375));
}

.model_sub_text a {
  font-size: calc(12*(100vw / 375));
  font-family: "HKGrotesk_light";
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: calc(9*(100vw / 375)) 0;
  flex-shrink: 0;
  text-decoration: underline;
}

.model_sub_text a.nolink {
  text-decoration: none;
  pointer-events: none;
}

.model_sub_text a.nolink.jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-size: calc(11* (100vw /375));
}

.model_sub_text_inner {
  font-size: calc(12*(100vw / 375));
  letter-spacing: 0.1em;
  line-height: 1;
}

.model_sub_text.pb {
  padding-bottom: calc(20* (100vw /375));
}

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

  .model_flex_box {
    width: 92rem;
    margin: 3.4rem auto 0;
    gap: 2rem 0;
  }

  .model_box {
    margin: 0;
    width: 45rem;
  }

  .model_box::before {
    width: 2.8rem;
    height: 2.8rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .model_center_box {
    margin: 0 auto 3rem;
    width: 45rem;
  }

  /*** model_close_btn ***/
  .model_close {
    position: absolute;
    top: 5.9rem;
    right: 0;
    width: 1.8rem;
    height: 1.8rem;
  }

  /************** model_sub_box **************/
  .model_sub_body {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 90rem;
  }

  .model_sub_content {
    margin: 0 auto 0;
    height: 63rem;
    width: 90rem;
    display: grid;
    align-items: center;
    padding-top: 0;
  }


  .model_sub_img {
    margin: 0;
    width: 52.5rem;
    height: max-content;
  }

  /*** model_sub_text ***/
  .model_sub_text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.2rem 0;
    flex-shrink: 0;
    position: absolute;
    width: max-content;
    padding-bottom: 0;
    margin: 0;
    bottom: 0;
    right: 0;
  }

  .model_sub_text a {
    width: max-content;
    font-size: 1.2rem;
    gap: 0;
    line-height: 1.5;
  }

  .item_tax_margin_left {
    margin-left: 0;
  }

  .item_tax_margin_left_2 {
    margin-left: 0;
  }

  .item_tax_text {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    font-size: 1.2rem;
  }

  .model_sub_text a.nolink.jp {
    font-size: 1.1rem;
  }

  .model_sub_text_inner {
    font-size: 1.2rem;
  }

  .model_sub_text.pb {
    padding-bottom: 0;
    bottom: 20rem;
    right: 5rem;
  }
}

/* ===============================================
* sec *
=============================================== */
.sec__style1 {
  background: #D8D8D8;
  padding: calc(54* (100vw /375)) 0 calc(62* (100vw /375));
}

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

.ttl-wrap * {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}

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

.ttl-wrap .sec_subttl {
  font-size: calc(26*(100vw / 375));
  margin-top: calc(11*(100vw / 375));
}

/* tx-wrap___________________________*/
.tx-wrap {
  margin-top: calc(33*(100vw / 375));
  text-align: center;
}

.tx-wrap .tx_desc {
  line-height: 2;
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) {
  .sec__style1 {
    padding: 7.4rem 0 7.6rem;
  }

  .sec__content__wrap {
    width: 50rem;
    margin: 3.5rem auto 0;
  }

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

  .ttl-wrap .sec_subttl {
    font-size: 3.6rem;
    margin-top: 1rem;
  }

  /* tx-wrap___________________________*/
  .tx-wrap {
    margin-top: 3.3rem;
  }

  .tx-wrap .tx_desc {
    font-size: 1.4rem;
  }
}


/* ===============================================
* sec__style2 *
=============================================== */
.sec__style2 {
  padding: calc(54* (100vw /375)) 0 calc(55* (100vw /375));
}

.sec__style2 .sec__content__wrap {
  width: calc(345* (100vw /375));
  margin: calc(24* (100vw /375)) auto 0;
}

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

.ttl-wrap .sec_placesub {
  position: relative;
  font-size: calc(15*(100vw / 375));
  margin: calc(10* (100vw /375)) auto 0;
  width: fit-content;
}

.ttl-wrap .sec_placesub::before,
.ttl-wrap .sec_placesub::after {
  position: absolute;
  content: "";
  width: calc(10* (100vw /375));
  height: calc(2* (100vw /375));
  background: #000;
  top: calc(6*(100vw / 375));
}

.ttl-wrap .sec_placesub::before {
  left: calc(-20* (100vw /375));
}

.ttl-wrap .sec_placesub::after {
  right: calc(-20* (100vw /375));
}

@media screen and (min-width: 768px) {
  .sec__style2 {
    padding: 8.5rem 0 8.4rem;
  }

  .sec__style2 .sec__content__wrap {
    width: 92rem;
    margin: 1.2rem auto 0;
  }

  .ttl-wrap .sec_place {
    font-size: 3.6rem;
  }

  .ttl-wrap .sec_placesub {
    font-size: 2rem;
    margin: 1.2rem auto 0;
  }

  .ttl-wrap .sec_placesub::before,
  .ttl-wrap .sec_placesub::after {
    width: 1.5rem;
    height: 0.2rem;
    top: 0.8rem;
  }

  .ttl-wrap .sec_placesub::before {
    left: -2.3rem;
  }

  .ttl-wrap .sec_placesub::after {
    right: -2.3rem;
  }
}

/* ===============================================
* sec__style4 *
=============================================== */
.sec__style4 {
  background: #E4DCCC;
  padding: calc(56*(100vw / 375)) 0 1px;
  margin-top: calc(60* (100vw /375));
}

.sec__style4 .sec__content__wrap {
  width: calc(345* (100vw /375));
  margin: calc(24*(100vw / 375)) auto calc(57* (100vw /375));
}

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

.sec__style4 .ttl-wrap .sec_numsub {
  font-family: "HKGrotesk_bold", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(13* (100vw /375));
  width: calc(328* (100vw /375));
  height: calc(29* (100vw /375));
  line-height: 1;
  background: #000;
  border-radius: calc(4* (100vw /375));
  margin: calc(22*(100vw / 375)) auto 0;
  color: #E4DCCC;
  font-weight: 600;
}

.sec__content__wrap .sec_subttl {
  font-size: calc(24*(100vw / 375));
  margin-top: calc(36*(100vw / 375));
  text-align: center;
  letter-spacing: 0.1em;
}

.sec__style4 .img_inner {
  width: calc(345* (100vw /375));
  margin: calc(18*(100vw / 375)) auto 0;
}

.sec__style4 .sec__content__wrap01 .img_inner {
  display: grid;
  grid-template-columns: calc(25* (100vw /375)) calc(80* (100vw /375)) auto;
  grid-template-rows: calc(242*(100vw / 375)) calc(239*(100vw / 375)) auto;
}

.img02 {
  width: calc(300* (100vw /375));
  grid-area: 1/1/2/2;
  position: relative;
  z-index: 2;
}

.img03 {
  width: calc(240* (100vw /375));
  grid-area: 2/3/3/4;
  position: relative;
  z-index: 1;
}

.img04 {
  width: calc(200* (100vw /375));
  grid-area: 3/2/4/3;
}

.sec__style4 .tx_desc.sub {
  font-size: calc(12* (100vw /375));
  margin-top: calc(28*(100vw / 375));
}

@media screen and (min-width: 768px) {
  .sec__style4 {
    padding: 7.4rem 0 1px;
    margin-top: 8rem;
  }

  .sec__style4 .sec__content__wrap {
    width: 83rem;
    margin: 6.3rem auto 7.6rem;
  }

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

  .sec__style4 .ttl-wrap .sec_numsub {
    font-size: 1.8rem;
    width: 45.9rem;
    height: 3.3rem;
    border-radius: 0.4rem;
    margin: 2.6rem auto 0;
  }

  .sec__content__wrap .sec_subttl {
    font-size: 3rem;
    margin-top: 3rem;
  }

  .sec__style4 .img_inner {
    width: 83rem;
    margin: 2.5rem auto 0;
  }

  .sec__style4 .sec__content__wrap01 .img_inner {
    grid-template-columns: 6rem 37rem auto;
    grid-template-rows: 29.5rem 19.5rem auto;
  }

  .img02 {
    width: 48.7rem;
    grid-area: 1/1/2/2;
    position: relative;
    z-index: 1;
  }

  .img03 {
    width: 40rem;
    grid-area: 2/3/3/4;
    position: relative;
    z-index: 1;
  }

  .img04 {
    width: 32rem;
    grid-area: 3/2/4/3;
  }

  .sec__style4 .sec__content__wrap02 .img_inner {
    width: 50rem;
  }

  .sec__style4 .tx_desc.sub {
    font-size: 1.2rem;
    margin-top: 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(46*(100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.05em;
  border: 1px #000 solid;
}

_: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: 36rem;
    height: 6rem;
    font-size: 1.5rem;
    margin: 5.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); */
  will-change: opacity;
  transition: ease-in, opacity 2500ms;
}

.show {
  opacity: 1;
}