@import url("./style-studio.css");

/* =====================
  system
===================== */
.system {
  padding: 80px 0 96px;
  background: #ffffff;
}

.system__inner {
  width: 86%;
  max-width: 980px;
  margin: 0 auto;
}

.system__head {
  margin-bottom: 32px;
}

.system__title-en {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #e58a7a;
  margin-bottom: 10px;
}

.system__title {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
}

.system__items {
  text-align: left;
}

.system__item {
  padding: 24px 0;
  border-bottom: 1px solid #d6d6d6;
}

.system__item-title {
  margin-bottom: 12px;
}

.system__item-text {
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #333333;
}

/* =====================
  event
===================== */
.event {
  padding: 72px 0 96px;
  background: transparent;
  position: relative;
}

.event::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #fbf3ef;
  z-index: -1;
}

.event__inner {
  width: 86%;
  max-width: 980px;
  margin: 0 auto;
}

.event__head {
  margin-bottom: 32px;
}

.event__title-en {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #e58a7a;
  margin-bottom: 10px;
}

.event__title {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
}

.event__content {
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 15px;
}

.event__text {
  margin-bottom: 18px;
}

.lesson-schedule__inner {
  width: 88%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.lesson-schedule__head {
  margin-bottom: 36px;
}

.lesson-schedule__title-en {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #e58a7a;
  margin-bottom: 8px;
}

.lesson-schedule__title {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
}

.lesson-schedule__links {
  display: flex;
  justify-content: center;
  gap: 6%;
}

.lesson-schedule__card {
}

.lesson-schedule__card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lesson-schedule__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.2em;
}

.lesson-schedule__brand-sub {
  font-size: 10px;
  letter-spacing: 0.3em;
}

.lesson-schedule__brand-main {
  font-size: 26px;
  letter-spacing: 0.2em;
}

.lesson-schedule__divider {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.6);
}

.lesson-schedule__program {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.lesson-schedule__program-sub {
  font-size: 12px;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .lesson-schedule__links {
    flex-direction: column;
    gap: 16px;
  }

  .lesson-schedule__card {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .about-join-flow li::before,
  .about-join-flow::before {
    content: none !important;
  }

  .sm-flex-rev {
    flex-direction: column-reverse;
  }

  .price-cols .price {
    display: block;
    width: 100%;
  }

  .sm-flex-1 {
    flex: 1;
  }

  .sm-sz80 img {
    width: 80px !important;
  }

  .pdf-link01 {
    padding: 20px 45px 20px 75px !important;
    background-size: 30px !important;
  }

  .box2 {
    display: grid !important;
    gap: 15px !important;
  }

  .plan-track .plan-item,
  .plan-track .plan-item {
    max-width: 100% !important;
  }

  .sm-mb100 {
    margin-bottom: 100px !important;
  }

  .sm-dsp-block {
    display: block !important;
  }

  .no1,
  .no2,
  .no3 {
    background-size: 70px !important;
    top: 25px !important;
  }

  .sm-img-sz13 {
    width: 13px !important;
  }

  .sm-pl35 {
    padding-left: 35px !important;
  }

  .sm-pr35 {
    padding-right: 35px !important;
  }

  .sm-p20 {
    padding: 20px !important;
  }

  .sm-p13 {
    padding: 13px !important;
  }

  .sm-p0 {
    padding: 0px !important;
  }

  .sm-fz100 {
    font-size: 100% !important;
  }

  .sm-plr_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 初期状態：見えない＋左に少しずらす */
  .fade-slide {
    opacity: 0;
    transform: translateX(-30px);
    transition:
      opacity 0.8s ease,
      transform 0.8s ease;
  }

  /* 表示状態 */
  .fade-slide.is-show {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 481px) {
  .about-join-flow li:nth-child(1)::before {
    top: 15px !important;
  }

  .about-join-flow li:nth-child(4)::before {
    top: -15px !important;
  }

  .w420 {
    width: 420px;
    margin: auto;
  }

  .sm-only {
    display: none;
  }
}

.uf #hero {
  height: 415px !important;
}

.color01 {
  color: #db9d90;
}

.color02 {
  color: #db8c8a;
}

.white {
  color: #fff;
}

.bgc-ivory01 {
  background-color: #f7f0ea;
}

.bgc-ivory02 {
  background-color: #f8f7f4;
}

.bgc-green01 {
  background-color: #aad4d2;
}

.bgc-gray01 {
  background-color: #f2f2f2;
}

.bgc-pink01 {
  background-color: #db9d90;
}

.bd-pink01 {
  border: 1px solid #db9d90;
}

.bdrs50 {
  border-radius: 50px;
}

.uf .open-block .dd-tgl::before {
  content: "" !important;
}

.uf .open-block .dd-tgl {
  border-top: none !important;
}

ul.square-list2 {
  list-style-position: inside;
  text-align: center;
  list-style-type: disc;
}

.square-list2 li::before {
  content: none !important;
}

.ttl01 {
  font-family: "ten-mincho";
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}

.pdf-link01 {
  display: flex;
  align-items: center;
  background: url("../img/schedule/pdf-ic01.png") left 20px center no-repeat;
  border: solid 1px #aad4d2;
  padding: 35px 45px 35px 75px;
  line-height: 1.4;
  border-radius: 15px;
}

a.pdf-link01 {
  color: #8cd1cf;
}

.box2 {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.box2 .box_wrapper {
  justify-content: center;
  align-items: center;
}

.price-cols .box2 .box_wrapper {
  flex: 1;
}

.price-cols .box2 .box_wrapper img {
  width: 100%;
}

.lesson .box2 {
  align-items: flex-start;
}

.lesson .box2 .box_wrapper:nth-child(1) {
  flex: 1.5;
}

.lesson .box2 .box_wrapper:nth-child(2) {
  flex: 3;
}

.uf .flow-block-wrap {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  justify-content: center;
  align-items: top;
}

.price-cols .price {
  background: #db9d90;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
}

.uf .flow-block-wrap li:not(:first-child) {
  background: none !important;
  padding: 0 !important;
}

.uf .flow-block-wrap li {
  flex: 1;
}

.uf .flow-block-wrap li .flow-block::before {
  position: relative !important;
  background-color: #db9d90 !important;
  top: 50% !important;
  left: 45% !important;
  z-index: 2 !important;
}

.uf .flow-block-wrap li .flow-block {
  border: solid 1px #db9d90 !important;
}

.bgc-darkyellow01 {
  background-color: #ceb260;
}

.flow-block {
  min-height: 287px;
}

.about-join::before {
  content: none !important;
}

body .about-join .about-join-flow li .step > span::before {
  content: none;
}

.about-join .about-join-flow li .step > span {
  background: #db9d90 !important;
}

body .about-join .about-join-flow li {
  background: #f7f0ea;
  border-left: none;
}

.about-join {
  background: none !important;
  box-shadow: none !important;
  border-radius: none !important;
}

.wrapper-white {
  background: #fff;
  padding: 15px;
}

.uf .access-info .inner {
  border-left: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

footer .ft-upp {
  background-color: #f7f0ea !important;
}

.no1 {
  background: url("../img/kumamoto/no01.png") left top 10px no-repeat;
  background-size: 45px;
  min-height: 118px;
  align-content: center;
}

.no2 {
  background: url("../img/kumamoto/no02.png") left top 10px no-repeat;
  background-size: 45px;
  min-height: 118px;
  align-content: center;
}

.no3 {
  background: url("../img/kumamoto/no03.png") left top 10px no-repeat;
  background-size: 45px;
  min-height: 118px;
  align-content: center;
}

.arrow-link::after {
  content: none !important;
}

.arrow-link {
  background: url("../img/kumamoto/link_arrow.png") right center no-repeat;
  border: none !important;
  padding: 0 !important;
  min-width: 120px !important;
  background-size: 25px;
}

.about-join-flow {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* 各ステップ */
.about-join-flow li {
  position: relative;
  padding: 16px 0 16px 80px; /* 左にSTEP分の余白 */
}

.about-join-flow li::before,
.about-join-flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 72px; /* STEP丸の中央に合わせる */
  width: 2px;
  height: 100%;
  background-color: #e4b3a5; /* 線の色（STEPと同系色） */
  z-index: 0;
}

.num-list li::before {
  border-radius: 50%;
  background-color: #666 !important;
}

.nega {
  display: flex;
}

.plan-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 90px 0 30px;
}

.plan-track .cols {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 24px;
  width: max-content;
  padding: 0 8px;
  margin: 0;
}

.plan-track .plan-item,
.plan-track .plan-item {
  flex: 0 0 calc((1200px - 24px * 2) / 3);
  max-width: calc((1200px - 24px * 2) / 3);
  margin-bottom: 0;
}

.plan-scroll .flow-block-wrap,
.plan02-scroll .flow-block-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;

  list-style: none;
  margin: 0;
  padding: 0 55px; /* ←ここに左右余白 */
  width: max-content;
}

/* カード（li） */
.plan-scroll .flow-block-wrap > .plan-item,
.plan02-scroll .flow-block-wrap > .plan-item {
  flex: 0 0 360px; /* まず固定幅。必要なら調整 */
  max-width: 360px;
}

.dd-body_wrapper {
  min-height: 218px;
}

.plan-ttl {
  margin-top: -90px;
}

.bl-white {
  border-left: solid 1px #fff;
}

.price_sub_ttl,
.price_sub_ttl_none {
  text-align: center;
  position: relative;
  padding: 0 7px 15px;
}

.price_sub_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 20px;
  height: 1px;
  background: #000;
  transform: translateY(50%) rotate(45deg);
  transform-origin: left center;
}

.price_sub_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 20px;
  height: 1px;
  background: #000;
  transform: translateY(50%) rotate(-45deg);
  transform-origin: right center;
}

.js-reveal.is-visible {
  max-height: 300px;
  opacity: 1;
  transform: translateX(0);
}

/* =====================
lesson-schedule
===================== */
.lesson-schedule {
  padding: 0 0 96px;
  background: #ffffff;
}
