﻿.main-area {
  font-family: var(--yugothic);
  font-weight: 400;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}

.main-area img {
  width: 100%;
  height: auto;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}


/************** common **************/
.sec {
  padding: 0 calc(15 * (100vw / 375));
  margin: 0 auto;
}

/*** flex_box ***/
.flex_box {
  display: flex;
  flex-direction: column;
  gap: calc(34* (100vw /375)) 0;
  margin: 0 auto;
}

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

/*** sec_ttl ***/
.sec .sec_ttl {
  margin-bottom: calc(20* (100vw /375));
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 600;
  font-size: calc(28* (100vw /375));
  letter-spacing: 0.1em;
  text-align: center;
}

.sec01 .sec .ttl_img {
  margin: 0 auto calc(23* (100vw /375));
  width: calc(318* (100vw /375));
}

.sec02 .sec .ttl_img {
  margin: 0 auto calc(34* (100vw /375));
  width: calc(141* (100vw /375));
}

.sec03 .sec .ttl_img {
  margin: 0 auto calc(34* (100vw /375));
  width: calc(191* (100vw /375));
}

/*** sec_sub_ttl ***/
.sec_sub_ttl {
  margin: 0 auto calc(25* (100vw /375));
  padding-bottom: calc(6* (100vw /375));
  font-size: calc(18* (100vw /375));
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}

.sec_sub_ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
}

.sec_sub_ttl span {
  font-family: var(--hkgrotesk);
}

/*** sec_text ***/
.sec_text {
  font-size: calc(13* (100vw /375));
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: 400;
}

.sec_text span {
  margin-top: calc(15* (100vw /375));
  font-size: calc(24* (100vw /375));
  display: inline-block;
  letter-spacing: 0.1em;
}

.sec_caution {
  padding-top: calc(14 * (100vw / 375));
  font-size: calc(12 * (100vw / 375));
  letter-spacing: 0.1em;
  line-height: 2;
}

.sec_caution+.sec_caution {
  padding-top: calc(17 * (100vw / 375));
}

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

.sec_box:last-child {
  margin-bottom: 0;
}

/*** sec_img ***/
.sec02 .sec_img+.sec_img {
  padding-top: calc(10 * (100vw / 375));
}

/*** sec_tax ***/
.sec_tax {
  display: flex;
  flex-direction: column;
  gap: calc(0* (100vw /375)) 0;
  white-space: normal;
}

.sec_tax li {
  font-size: calc(12* (100vw /375));
  font-family: var(--yugothic);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 2;
}

.sec02 .sec_tax li a {
  text-decoration: underline;
  position: relative;
  z-index: 10;
}

/*** sub_box ***/
.sub_box p {
  margin-bottom: calc(9* (100vw /375));
  font-family: var(--hkgrotesk);
  font-weight: 600;
  font-size: calc(20* (100vw /375));
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
}

.sub_box {
  padding-top: calc(13 * (100vw / 375));
}

.sub_box+.sub_box {
  padding-top: calc(19 * (100vw / 375));
}

.sec_attention_ttl {
  font-size: calc(14 * (100vw / 375));
  color: #EBE5D9;
  font-family: var(--yugothic);
  background-color: #000;
  padding: calc(7 * (100vw / 375)) 0;
  border-radius: calc(4 * (100vw / 375));
  display: block;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0 auto calc(10 * (100vw / 375));
  width: calc(274 * (100vw / 375));
}

.sec_attention_ttl span {
  font-family: var(--hkgrotesk);
}


/************** mv **************/
.sec_mv {
  margin: 0 auto calc(55* (100vw /375));
}

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

/*** mv_text ***/
.mv_text {
  font-size: calc(14* (100vw /375));
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
}


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

/*** schedule_ttl ***/
.schedule_ttl {
  margin-bottom: calc(27* (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;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

.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/svg/sp_schedule_line.svg);
}

.schedule_text:last-child::before {
  background-image: url(../img/svg/sp_schedule_line_long.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 {
  margin-bottom: calc(10* (100vw /375));
  font-size: calc(13* (100vw /375));
}

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


/************** sec01 **************/
.sec01 {
  padding-bottom: calc(44* (100vw /375));
  position: relative;
}

.sec01 h3 {
  margin-bottom: calc(23 * (100vw / 375));
}

.img01 {
  margin: calc(23* (100vw /375)) auto calc(30* (100vw /375));
  position: relative;
  width: calc(318* (100vw /375));
}

.sec01 .sub_box01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.sec01 .sub_box01 .sec_text {
  margin-top: calc(13* (100vw /375));
  white-space: normal;
  text-align: left;
  letter-spacing: 0.08em;
}

.sec01 .sub_content {
  width: 100%;
}

.sec01 .sub_box01 h4 {
  margin: 0 auto calc(34* (100vw /375));
  width: calc(191* (100vw /375));
}

.sec01 .sub_box01 .insta {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 calc(10* (100vw /375));
}

.sec01 .sub_box01 .insta p {
  font-size: calc(16* (100vw /375));
  letter-spacing: 0.12em;
  line-height: 1;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sec01 .sub_box01 .insta p span:nth-of-type(1) {
  display: inline-block;
  padding-top: calc(2* (100vw /375));
}

.sec01 .sub_box01 .insta p span:nth-of-type(2) {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  display: inline-block;
}

.sec01 .sub_box01 .insta .insta_img {
  width: calc(16 * (100vw / 375));
  height: calc(16 * (100vw / 375));
  display: inline-block;
}


/************** sec02 **************/
.sec02 {
  margin: 0 auto calc(50 * (100vw / 375));
  padding: calc(50* (100vw /375)) 0 calc(44* (100vw /375));
  background-color: #F3F2EE;
}

.sec02 h3 {
  margin-bottom: calc(27 * (100vw / 375));
}

/************** sec03 **************/
.sec03 {
  padding-bottom: calc(44* (100vw /375));
  position: relative;
  margin: 0 auto;
}

.sec03 h3 {
  margin-bottom: calc(27 * (100vw / 375));
}

/************** sec04 **************/
.sec04 {
  background-color: #F0F0F0;
  padding: calc(40* (100vw /375)) 0;
}

.sec04 .sec_inner {
  margin: 0 auto;
  padding: calc(33* (100vw /375)) 0 calc(40* (100vw /375));
  width: calc(345* (100vw /375));
  background-color: #fff;
}

/************** btn **************/
.white_btn {
  margin: 0 auto;
  width: calc(280* (100vw /375));
  height: calc(50* (100vw /375));
  font-size: calc(14* (100vw /375));
  max-width: 100%;
  max-height: 100%;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  z-index: 15;
  font-family: var(--yugothic);
}

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

.last_text .last_text_01 {
  font-size: calc(14 * (100vw / 375));
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: calc(14 * (100vw / 375));
}

.last_text p:nth-of-type(2) {
  font-size: calc(18 * (100vw / 375));
  letter-spacing: 0.1em;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.last_text .insta {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 calc(16* (100vw /375));
}

.last_text .insta p {
  font-size: calc(18* (100vw /375));
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.last_text .insta p span {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  height: max-content;
  display: inline-block;
}

.last_text .insta .insta_img {
  width: calc(26 * (100vw / 375));
  height: calc(26 * (100vw / 375));
  display: inline-block;
}


/* ===============================================
### PC用デザイン###
=============================================== */
@media screen and (min-width:768px) {

  .sp_only {
    display: none;
  }

  .pc_only {
    display: block;
  }

  .main-area {
    margin-bottom: 0;
  }

  .mv_img.page_loaded:before {
    height: 45rem;
  }

  /************** common **************/
  /*** flex_box ***/
  .flex_box {
    display: flex;
    flex-direction: row;
    gap: 5.5rem 0;
    justify-content: space-between;
    width: 108rem;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .sec {
    padding: 0;
  }

  .sec_img {
    margin-bottom: .6rem;
  }

  .img_box {
    width: 33rem;
  }

  /*** sec_ttl ***/
  .sec .sec_ttl {
    margin-bottom: 3.3rem;
    font-size: 3rem;
  }

  .sec01 .sec .ttl_img {
    margin: 0 auto 3.2rem;
    width: 41.7rem;
  }

  .sec02 .sec .ttl_img {
    margin: 0 auto 4.2rem;
    width: 14.1rem;
  }

  .sec03 .sec .ttl_img {
    margin: 0 auto 4.3rem;
    width: 19.1rem;
  }

  /*** sec_sub_ttl ***/
  .sec_sub_ttl {
    margin: 0 auto 3rem;
    padding-bottom: 1.5rem;
    line-height: 1;
    font-size: 2.4rem;
  }

  .sec_sub_ttl::after {
    height: 2px;
  }

  /*** sec_text ***/
  .sec_text {
    font-size: 1.4rem;
  }

  .sec_caution {
    padding-top: 1.8rem;
    font-size: 1.2rem;
  }

  .sec_caution+.sec_caution {
    padding-top: 1.8rem;
  }

  /*** sec_box ***/
  .sec_box {
    margin-bottom: 8.1rem;
  }

  .sec_box:last-child {
    margin-bottom: 0;
  }

  /*** sec_img ***/
  .sec02 .sec_img+.sec_img {
    padding-top: 0;
  }

  /*** sec_tax ***/
  .sec_tax {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .sec_tax li {
    font-size: 1.2rem;
  }

  /*** sub_box ***/
  .sub_box p {
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
    line-height: 1;
  }

  .sub_box {
    padding-top: 2.4rem;
  }

  .sub_box+.sub_box {
    padding-top: 2.6rem;
  }

  .sec_attention_ttl {
    font-size: 1.8rem;
    padding: 0.6rem 0;
    border-radius: 0.4rem;
    margin: 0 auto 2.4rem;
    display: block;
    width: 36rem;
  }

  /************** mv **************/
  .sec_mv {
    margin: 0 auto 5.7rem;
  }

  .mv_img {
    width: 120rem;
    margin: 0 auto 6.7rem;
  }

  /*** mv_text ***/
  .mv_text {
    font-size: 1.4rem;
  }


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

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

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

  .schedule_ttl02 {
    font-size: 1.4rem;
  }

  /*** schedule_text ***/
  .schedule_text {
    padding: 2.8rem 0 2.9rem;
  }

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

  .schedule_text::before{
    width: 1px;
    height: 100%;
    left: 10.5rem;
    background-image: url(../img/svg/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/svg/pc_schedule_line.svg);
  }

  .schedule_text:last-child::before {
    background-image: url(../img/svg/pc_schedule_line.svg);
  }

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

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

  .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;
  }

  /************** sec01 **************/
  .sec01 {
    padding-bottom: 12.2rem;
  }

  .sec01 h3 {
    margin-bottom: 3.2rem;
  }

  .img01 {
    margin: 3.4rem auto 4.2rem;
    width: 32rem;
  }

  .img01 .icon {
    width: 10rem;
    top: 2rem;
    right: 2rem;
  }

  .sec01 .sub_box01 {
    margin: 0 auto;
    width: 80.8rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .sec01 .sub_box01 .sec_text {
    margin-top: 1.3rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .sec01 .sub_box01 h4 {
    margin: 0 0 1rem;
    width: 19.1rem;
  }

  .sec01 .sub_box01 .sub_content {
    width: 55.7rem;
    display: flex;
    flex-direction: column;
  }

  .sec01 .sub_box01 .insta {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 1rem;
  }

  .sec01 .sub_box01 .insta p {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    line-height: 1;
  }

  .sec01 .sub_box01 .insta p span:nth-of-type(1) {
    display: inline-block;
    padding-top: .2rem;
  }

  .sec01 .sub_box01 .insta .insta_img {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
  }

  /************** sec02 **************/
  .sec02 {
    margin: 0 auto 10rem;
    padding: 10rem 0 9.3rem;
  }

  .sec02 h3 {
    margin-bottom: 3.2rem;
  }

  /************** sec03 **************/
  .sec03 {
    padding-bottom: 0;
    margin: 0 auto 9.2rem;
  }

  .last_text {
    margin-bottom: 3.1rem;
  }

  .last_text .last_text_01 {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 1.9rem;
  }

  .last_text .insta {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 1.6rem;
  }

  .last_text .insta p {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  .last_text .insta .insta_img {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-block;
  }

  /************** sec04 **************/
  .sec04 {
    margin: 0 auto;
    padding: 6rem 0;
  }

  .sec04 .sec_inner {
    margin: 0 auto;
    padding: 6rem 0;
    width: 80rem;
  }


  /************** btn **************/
  .white_btn {
    margin: 0 auto;
    width: 36rem;
    height: 6rem;
    font-size: 1.5rem;
    max-width: 100%;
    max-height: 100%;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
  }

}


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