@charset "UTF-8";
/* Scss Document */
/* Fonts */
/* 画像パス */
/* 色設定 */
/* *** mixins *** */
/* *** common variables *** */
/* break point 
---------------------------------------------- */
/* hover style
---------------------------------------------- */
/* color
---------------------------------------------- */
/* *** ①One-Tone *** */
/* *** ②Two-Tone *** */
/* break point */
/* hover */
/* PC、SP画像の切り替え */
/* -----------------------------------------------
  ① clamp関数
----------------------------------------------- */
/* --- 10px = 1rem --- */
/* -----------------------------------------------
  ② Y軸減少計算
----------------------------------------------- */
/* --- 画面を縮小させた際にコンテンツのY軸距離を広げる関数 --- */
/* --------------------------------------------
  共通スタイル
-------------------------------------------- */
.anime.fadeIn {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}
.anime.fadeUp {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s, transform 0.8s;
  transition-delay: 0.5s;
}
.anime.is_anime {
  opacity: 1;
  transform: translateY(0);
}

.page-btm-row {
  margin-block-start: 0;
}

/* 共通 */
.d-inline-block {
  display: inline-block;
}

/* メインビジュアル */
.mainvisual-section {
  position: relative;
}
.mainvisual-section .logo-text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .mainvisual-section .logo-text-wrap {
    row-gap: 3%;
  }
}
@media (max-width: 768px) {
  .mainvisual-section .logo-text-wrap {
    row-gap: 2.4%;
  }
}
@media (min-width: 769px) {
  .mainvisual-section .logo-text-wrap h2.logo {
    margin-block-start: 6.5%;
    width: 95.8%;
  }
}
@media (max-width: 768px) {
  .mainvisual-section .logo-text-wrap h2.logo {
    margin-block-start: 8%;
    width: 89%;
  }
}
@media (min-width: 769px) {
  .mainvisual-section .logo-text-wrap p.lead {
    width: 65.1%;
  }
}
@media (max-width: 768px) {
  .mainvisual-section .logo-text-wrap p.lead {
    width: 73.1%;
  }
}

/* 申し込みボタン */
.deactivate {
  pointer-events: none;
  opacity: 0.6;
}

.deactivate-gray {
  pointer-events: none;
  color: var(--greyK80);
  border-color: var(--greyK60);
}

.deactivate-gray-bd-non {
  pointer-events: none;
  color: var(--greyK80);
  border-color: var(--white);
  padding: 0;
  min-height: auto !important;
}

/* main layout */
@media (max-width: 768px) {
  .txt-img-wrap .img-wrap.sp-w-max {
    margin-inline: -16px;
    width: calc(100% + 32px);
  }
}

/* タイトル */
@media (min-width: 769px) {
  .h2ttl.ulsue-ajust-pc {
    margin-block-end: var(--size32);
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .h2ttl.sp-ajust-ulsue-wrap {
    line-height: 1.2;
  }
  .h2ttl.sp-ajust-ulsue-wrap .sp-ajust-ulsue {
    display: inline-block;
    margin-block-end: 1rem;
  }
}

.h4ttl .item-lead {
  display: inline-block;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .h4ttl .item-lead {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .h4ttl .item-lead {
    font-size: 2rem;
  }
}

/* coming Soon */
.mov-coming-wrap {
  position: relative;
}
.mov-coming-wrap::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mov-coming-wrap .mov-coming-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .mov-coming-wrap .mov-coming-text {
    padding-inline: 2rem;
  }
}

/* e-tune-section */
.e-tune-section {
  background-color: var(--greyK5);
}
@media (min-width: 769px) {
  .e-tune-section {
    padding-block: 4rem 8rem;
  }
}
@media (max-width: 768px) {
  .e-tune-section {
    padding-block: 3.2rem 6.4rem;
  }
}

/* page-btm-row 上書き  */
@media (max-width: 768px) {
  .page-btm-row {
    background-color: var(--greyK5);
  }
  .page-btm-row .btn-page-top {
    border-inline-start: 2px solid var(--white);
  }
}/*# sourceMappingURL=style.css.map */


