@charset "UTF-8";
/* ======================================================================
 p_top
====================================================================== */
.cta_fix_sec {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
  transition: opacity 0.3s, transform 0.3s;
}
.cta_fix_sec.is-bottom {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.cta_fix_sec .cta_fix_sec_row {
  display: flex;
  align-items: center;
}
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 292px;
  height: 70px;
  border-radius: 10px 0px 0px 0px;
  background: linear-gradient(var(--color-cta-tel-light-bg) 0%, var(--color-cta-tel-dark-bg) 100%);
}
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_tel .cta_fix_sec_tel_wrap {
  text-align: center;
}
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_tel .cta_fix_sec_tel_wrap .cta_fix_sec_tel_text {
  margin: 0 0 2px;
  font-weight: var(--font-bold);
  font-size: 14px;
  line-height: 1;
}
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_tel .cta_fix_sec_tel_wrap .cta_fix_sec_tel_num {
  display: block;
  font-weight: var(--font-bold);
  font-size: 28px;
  line-height: 1;
}
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:link,
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:visited,
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:active {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 334px;
  height: 70px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(var(--color-cta-note-light-bg) 0%, var(--color-cta-note-dark-bg) 100%);
  font-weight: var(--font-bold);
  font-size: 18px;
  line-height: 1;
}
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:link::before,
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:visited::before,
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:active::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #810000 0%, #570000 100%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:link > *,
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:visited > *,
.cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:active > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:link:hover::before,
  .cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:visited:hover::before,
  .cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:active:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .cta_fix_sec {
    width: 100%;
  }
  .cta_fix_sec .cta_fix_sec_row .cta_fix_sec_tel {
    width: 42.4%;
    gap: 10px;
    height: 50px;
    border-radius: 0;
  }
  .cta_fix_sec .cta_fix_sec_row .cta_fix_sec_tel .cta_fix_sec_tel_wrap .cta_fix_sec_tel_text {
    margin: 0;
    font-size: 16px;
  }
  .cta_fix_sec .cta_fix_sec_row .cta_fix_sec_tel .cta_fix_sec_tel_wrap .cta_fix_sec_tel_num {
    display: none;
  }
  .cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:link,
  .cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:visited,
  .cta_fix_sec .cta_fix_sec_row .cta_fix_sec_note_btn:active {
    width: 57.6%;
    gap: 10px;
    height: 50px;
    font-size: 16px;
  }
}
/*============================
 kv_sec — KVエリア
============================*/
.kv_sec {
  position: relative;
  min-height: 800px;
  padding: 140px 0 0;
  background-image: url("../img/top/kv_bg.webp");
  background-size: cover;
  background-position: left top;
}

.kv_sec_inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.kv_sec_nav_wrap {
  display: flex;
  justify-content: center;
}

.kv_sec_nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.kv_sec_nav_item {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3x 16px 5px 10px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: var(--font-bold);
  font-size: 18px;
  text-align: center;
}
.kv_sec_nav_item .img {
  width: auto;
  height: 21px;
}

.kv_sec_copy {
  padding-top: 30px;
  text-align: center;
}

.kv_sec_copy_sub {
  display: block;
  text-align: center;
  margin-bottom: 16px;
  font-weight: var(--font-bold);
  font-size: 24px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}

.kv_sec_copy_main {
  display: flex;
  justify-content: center;
}

.kv_sec_copy_text {
  font-weight: var(--font-bold);
  font-size: 30px;
  line-height: 1.333;
  text-align: left;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}

.kv_sec_spec {
  margin-top: 15px;
  font-weight: var(--font-bold);
  font-size: 28px;
  text-align: center;
  color: #fff;
}

.kv_sec_spec_num {
  font-weight: var(--font-bold);
  font-size: 50px;
  line-height: 1;
  text-align: center;
  color: var(--color-light-ochre);
}
.kv_sec_spec_num:nth-of-type(1) {
  margin: 0 0 0 5px;
}
.kv_sec_spec_num:nth-of-type(2) {
  margin: 0 6px 0 9px;
}

.kv_sec_spec_sep {
  margin: 0 20px;
}

.kv_sec_gallery {
  margin-top: 31px;
  overflow: hidden;
}

.kv_sec_gallery_inner {
  --kv-gallery-gap: 16px;
  --kv-gallery-gap-half: 8px;
  display: flex;
  align-items: flex-start;
  gap: var(--kv-gallery-gap);
  height: 224px;
  width: -moz-max-content;
  width: max-content;
  animation: kvGalleryScroll 100s linear infinite;
  will-change: transform;
}
.kv_sec_gallery_inner.js-fade {
  opacity: 1;
  filter: none;
}
.kv_sec_gallery_inner.js-fade .kv_sec_gallery_item {
  opacity: 0;
  filter: blur(18px);
  transition: opacity 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s, filter 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s;
}
.kv_sec_gallery_inner.js-fade .img_wrap::after {
  opacity: 0;
  transition: opacity 0.3s;
}
.kv_sec_gallery_inner.js-fade.is-active .kv_sec_gallery_item, .kv_sec_gallery_inner.js-fade.is-kv-ready .kv_sec_gallery_item {
  opacity: 1;
  filter: blur(0);
}
.kv_sec_gallery_inner.js-fade.is-active .img_wrap::after, .kv_sec_gallery_inner.js-fade.is-kv-ready .img_wrap::after {
  opacity: 1;
}

.img_wrap {
  position: relative;
}
.img_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(60, 0, 0, 0.35), 0 12px 18px rgba(35, 0, 0, 0.45), 0 18px 24px rgba(0, 0, 0, 0.28);
}
.img_wrap:has(.js-fade-img)::after {
  opacity: 0;
  transition: opacity 0.3s;
}
.img_wrap:has(.js-fade-img.is-show)::after {
  opacity: 1;
}
.img_wrap.img_wrap--bottom {
  align-self: flex-end;
}
.img_wrap:nth-of-type(12n + 1) {
  margin-top: 12px;
}
.img_wrap:nth-of-type(12n + 1) .kv_sec_gallery_item {
  width: 234px;
}
.img_wrap:nth-of-type(12n + 2) {
  margin-bottom: 16px;
}
.img_wrap:nth-of-type(12n + 2) .kv_sec_gallery_item {
  width: 166px;
}
.img_wrap:nth-of-type(12n + 3) .kv_sec_gallery_item {
  width: 324px;
}
.img_wrap:nth-of-type(12n + 4) {
  margin-bottom: 65px;
}
.img_wrap:nth-of-type(12n + 4) .kv_sec_gallery_item {
  width: 147px;
}
.img_wrap:nth-of-type(12n + 5) .kv_sec_gallery_item {
  width: 232px;
}
.img_wrap:nth-of-type(12n + 6) {
  margin-bottom: 16px;
}
.img_wrap:nth-of-type(12n + 6) .kv_sec_gallery_item {
  width: 176px;
}
.img_wrap:nth-of-type(12n + 7) .kv_sec_gallery_item {
  width: 151px;
}
.img_wrap:nth-of-type(12n + 8) {
  margin-bottom: 12px;
}
.img_wrap:nth-of-type(12n + 8) .kv_sec_gallery_item {
  width: 197px;
}
.img_wrap:nth-of-type(12n + 9) .kv_sec_gallery_item {
  width: 294px;
}
.img_wrap:nth-of-type(12n + 10) {
  margin-bottom: 27px;
}
.img_wrap:nth-of-type(12n + 10) .kv_sec_gallery_item {
  width: 176px;
}
.img_wrap:nth-of-type(12n + 11) .kv_sec_gallery_item {
  width: 251px;
}
.img_wrap:nth-of-type(12n + 12) {
  margin-bottom: 12px;
}
.img_wrap:nth-of-type(12n + 12) .kv_sec_gallery_item {
  width: 151px;
}

.kv_sec_gallery_item {
  position: relative;
  display: block;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  height: auto;
}

@keyframes kvGalleryScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - var(--kv-gallery-gap-half)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .kv_sec_gallery_inner {
    animation: none;
  }
}
.kv_sec_audience {
  position: absolute;
  right: 0;
  bottom: -210px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.kv_sec_audience::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.kv_sec_audience_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.kv_sec_scroll {
  position: fixed;
  left: 82px;
  bottom: 0;
  padding-bottom: 80px;
  color: #fff;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 1;
  font-family: var(--font-en);
  font-size: 16px;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.kv_sec_scroll.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.kv_sec_scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 1px;
  height: 70px;
  background-color: var(--color-white);
  transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%);
  transform-origin: top;
  clip-path: inset(0 0 70px 0);
  animation: lineRevealHide 2s ease-in-out infinite;
}

@keyframes lineRevealHide {
  0% {
    clip-path: inset(0 0 70px 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(70px 0 0 0);
  }
}
@media screen and (min-width: 768px) {
  .kv_sec {
    min-height: 57.14vw;
    padding: 10vw 0 0;
  }
  .kv_sec_nav {
    gap: 1.43vw;
  }
  .kv_sec_nav_item {
    gap: 1.07vw;
    padding: 0.21vw 1.14vw 0.36vw 0.71vw;
    font-size: 1.286vw;
  }
  .kv_sec_nav_item .img {
    height: 1.5vw;
  }
  .kv_sec_copy {
    padding-top: 2.14vw;
  }
  .kv_sec_copy_sub {
    margin-bottom: 1.14vw;
    font-size: 1.714vw;
  }
  .kv_sec_copy_text {
    font-size: 2.143vw;
  }
  .kv_sec_copy_catch {
    width: 35.07vw;
    height: auto;
  }
  .kv_sec_spec {
    margin-top: 1.07vw;
    font-size: 2vw;
  }
  .kv_sec_spec_num {
    font-size: 3.571vw;
  }
  .kv_sec_spec_num:nth-of-type(1) {
    margin: 0 0 0 0.36vw;
  }
  .kv_sec_spec_num:nth-of-type(2) {
    margin: 0 0.43vw 0 0.64vw;
  }
  .kv_sec_spec_sep {
    margin: 0 1.43vw;
  }
  .kv_sec_gallery {
    margin-top: 2.21vw;
  }
  .kv_sec_gallery_inner {
    --kv-gallery-gap: 1.14vw;
    --kv-gallery-gap-half: 0.57vw;
    height: 16vw;
  }
  .img_wrap::after {
    box-shadow: 0 0 0.71vw rgba(60, 0, 0, 0.35), 0 0.86vw 1.29vw rgba(35, 0, 0, 0.45), 0 1.29vw 1.71vw rgba(0, 0, 0, 0.28);
  }
  .img_wrap:nth-of-type(12n + 1) {
    margin-top: 0.86vw;
  }
  .img_wrap:nth-of-type(12n + 1) .kv_sec_gallery_item {
    width: 16.71vw;
  }
  .img_wrap:nth-of-type(12n + 2) {
    margin-bottom: 1.14vw;
  }
  .img_wrap:nth-of-type(12n + 2) .kv_sec_gallery_item {
    width: 11.86vw;
  }
  .img_wrap:nth-of-type(12n + 3) .kv_sec_gallery_item {
    width: 23.14vw;
  }
  .img_wrap:nth-of-type(12n + 4) {
    margin-bottom: 65px;
  }
  .img_wrap:nth-of-type(12n + 4) .kv_sec_gallery_item {
    width: 10.5vw;
  }
  .img_wrap:nth-of-type(12n + 5) .kv_sec_gallery_item {
    width: 16.57vw;
  }
  .img_wrap:nth-of-type(12n + 6) {
    margin-bottom: 16px;
  }
  .img_wrap:nth-of-type(12n + 6) .kv_sec_gallery_item {
    width: 12.57vw;
  }
  .img_wrap:nth-of-type(12n + 7) .kv_sec_gallery_item {
    width: 10.79vw;
  }
  .img_wrap:nth-of-type(12n + 8) {
    margin-bottom: 12px;
  }
  .img_wrap:nth-of-type(12n + 8) .kv_sec_gallery_item {
    width: 14.07vw;
  }
  .img_wrap:nth-of-type(12n + 9) .kv_sec_gallery_item {
    width: 21vw;
  }
  .img_wrap:nth-of-type(12n + 10) {
    margin-bottom: 27px;
  }
  .img_wrap:nth-of-type(12n + 10) .kv_sec_gallery_item {
    width: 12.57vw;
  }
  .img_wrap:nth-of-type(12n + 11) .kv_sec_gallery_item {
    width: 17.93vw;
  }
  .img_wrap:nth-of-type(12n + 12) {
    margin-bottom: 12px;
  }
  .img_wrap:nth-of-type(12n + 12) .kv_sec_gallery_item {
    width: 10.79vw;
  }
  .kv_sec_audience {
    bottom: -15vw;
  }
}
@media screen and (max-width: 1000px) {
  .kv_sec {
    background-image: url("../img/top/kv_bg_mid.webp");
  }
}
@media screen and (max-width: 767px) {
  .kv_sec {
    min-height: 802px;
    padding: 126px 0 0;
    background-image: url("../img/top/kv_bg_sp.webp");
  }
  .kv_sec_nav {
    gap: 10px;
    flex-wrap: nowrap;
    padding: 0 20px;
    justify-content: center;
  }
  .kv_sec_nav_item {
    font-size: 12px;
    padding: 5px 10px 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    gap: 8px;
    min-width: 105px;
    justify-content: center;
    line-height: 1;
  }
  .kv_sec_nav_item .img {
    height: 14px;
  }
  .kv_sec_copy {
    padding-top: 30px;
  }
  .kv_sec_copy_sub {
    font-size: 16px;
    line-height: 1.4375;
    margin-bottom: 26px;
  }
  .kv_sec_copy_main {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .kv_sec_copy_text {
    font-size: 18px;
    line-height: 1;
  }
  .kv_sec_copy_catch {
    width: 332px;
    height: auto;
    max-width: 100%;
  }
  .kv_sec_spec {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.55;
    margin-top: 20px;
    width: 310px;
    align-items: center;
    margin: 0 auto;
  }
  .kv_sec_spec_text_top {
    align-self: flex-start;
  }
  .kv_sec_spec_text_bottom {
    align-self: flex-end;
    margin-top: -12px;
  }
  .kv_sec_spec_num {
    font-size: 46px;
  }
  .kv_sec_spec_num:nth-of-type(1) {
    margin: 0;
  }
  .kv_sec_spec_num:nth-of-type(2) {
    margin: 0px 4px 0 2px;
  }
  .kv_sec_spec_sep {
    margin: 0 10px 0 0;
  }
  .kv_sec_gallery {
    margin-top: 20px;
    position: relative;
  }
  .kv_sec_gallery_inner {
    --kv-gallery-gap: 11px;
    --kv-gallery-gap-half: 5.5px;
    height: 142px;
  }
  .img_wrap:nth-of-type(12n + 1) {
    margin-top: 8px;
  }
  .img_wrap:nth-of-type(12n + 1) .kv_sec_gallery_item {
    width: 156px;
  }
  .img_wrap:nth-of-type(12n + 2) {
    margin-bottom: 0;
  }
  .img_wrap:nth-of-type(12n + 2) .kv_sec_gallery_item {
    width: 111px;
  }
  .img_wrap:nth-of-type(12n + 3) .kv_sec_gallery_item {
    width: 216px;
  }
  .img_wrap:nth-of-type(12n + 4) {
    margin-bottom: 36px;
  }
  .img_wrap:nth-of-type(12n + 4) .kv_sec_gallery_item {
    width: 98px;
  }
  .img_wrap:nth-of-type(12n + 5) {
    margin-top: 20px;
  }
  .img_wrap:nth-of-type(12n + 5) .kv_sec_gallery_item {
    width: 154px;
  }
  .img_wrap:nth-of-type(12n + 6) {
    margin-bottom: 6px;
  }
  .img_wrap:nth-of-type(12n + 6) .kv_sec_gallery_item {
    width: 117px;
  }
  .img_wrap:nth-of-type(12n + 7) {
    margin-top: 20px;
  }
  .img_wrap:nth-of-type(12n + 7) .kv_sec_gallery_item {
    width: 102px;
  }
  .img_wrap:nth-of-type(12n + 8) {
    margin-bottom: 0;
  }
  .img_wrap:nth-of-type(12n + 8) .kv_sec_gallery_item {
    width: 132px;
  }
  .img_wrap:nth-of-type(12n + 9) {
    margin-top: 5px;
  }
  .img_wrap:nth-of-type(12n + 9) .kv_sec_gallery_item {
    width: 111px;
  }
  .img_wrap:nth-of-type(12n + 10) {
    margin-bottom: 11px;
  }
  .img_wrap:nth-of-type(12n + 10) .kv_sec_gallery_item {
    width: 117px;
  }
  .img_wrap:nth-of-type(12n + 11) {
    margin-top: 15px;
  }
  .img_wrap:nth-of-type(12n + 11) .kv_sec_gallery_item {
    width: 168px;
  }
  .img_wrap:nth-of-type(12n + 12) {
    margin-bottom: 0;
  }
  .img_wrap:nth-of-type(12n + 12) .kv_sec_gallery_item {
    width: 100px;
  }
  .kv_sec_audience {
    bottom: 0;
  }
  .kv_sec_audience::after {
    height: 120px;
  }
  .kv_sec_scroll {
    display: none;
  }
}
/*============================
 about_sec — ダンスホール新世紀とは
============================*/
.about_sec_wrap {
  position: relative;
  overflow: hidden;
}

.about_sec_mirror_layer {
  position: absolute;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}

.about_sec {
  position: relative;
  overflow: hidden;
  padding: 224px 0 160px;
}

.about_sec_bg_light {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  pointer-events: none;
  z-index: 1;
}
.about_sec_bg_light .img {
  width: 100%;
  height: auto;
}

.about_sec_mirror_layer {
  position: absolute;
  top: 205px;
  left: 0;
  width: 282px;
  height: 430px;
  z-index: 2;
  pointer-events: none;
}
.about_sec_mirror_layer .about_sec_bg_mirror {
  position: absolute;
}
.about_sec_mirror_layer .about_sec_bg_mirror:nth-of-type(1) {
  bottom: 0;
  left: 0;
  z-index: 2;
}
.about_sec_mirror_layer .about_sec_bg_mirror:nth-of-type(2) {
  top: 28px;
  right: 48px;
  z-index: 1;
}
.about_sec_mirror_layer .about_sec_bg_mirror:nth-of-type(3) {
  top: 0;
  right: 0;
  z-index: 0;
}

.about_sec_bg_sax {
  position: absolute;
  top: 310px;
  right: 0;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.about_sec_bg_sax .img {
  height: auto;
}

.about_sec_lead,
.about_sec_title,
.about_sec_body,
.about_sec_feature,
.about_sec_movie {
  position: relative;
  z-index: 3;
}

.about_sec_lead {
  text-align: center;
  margin-bottom: 110px;
}
.about_sec_lead.js-fade {
  opacity: 1;
  filter: none;
}
.about_sec_lead.js-fade .about_sec_lead_text {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s, filter 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s;
}
.about_sec_lead.js-fade .about_sec_lead_text.is-active {
  opacity: 1;
  filter: blur(0);
}

.about_sec_lead_text {
  line-height: 2;
  font-size: 24px;
  text-align: center;
}
.about_sec_lead_text + .about_sec_lead_text {
  margin-top: 44px;
}
.about_sec_lead_text .char {
  position: relative;
}
.about_sec_lead_text .char::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4px;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
}

.about_sec_body_wrap {
  position: relative;
  z-index: 3;
}
.about_sec_body_wrap.js-fade {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.about_sec_body_wrap.js-fade.is-active {
  opacity: 1;
}

.about_sec_title {
  position: relative;
  text-align: center;
  margin-bottom: 72px;
}

.about_sec_title_bg {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: auto;
  pointer-events: none;
  z-index: 100;
  margin-left: -54px;
}

.about_sec_title_text {
  position: relative;
  margin: 0;
  font-weight: var(--font-bold);
  font-size: 60px;
  text-align: center;
  color: var(--color-dark-ochre);
}

.about_sec_title_small {
  font-size: 30px;
  line-height: 1.4666;
  color: var(--color-white);
}

.about_sec_body {
  text-align: center;
}

.about_sec_body_text {
  font-family: var(--font-goth);
  font-size: 16px;
  text-align: center;
}
.about_sec_body_text.about_sec_body_text_em {
  margin: 18px 0;
  font-family: var(--font-min);
  font-weight: var(--font-bold);
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.about_sec_feature {
  margin: 90px 0 0;
}

.about_sec_feature_inner {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.about_sec_feature_item {
  --fade-delay: 0s;
  text-align: center;
}
.about_sec_feature_item:nth-child(2) {
  --fade-delay: .15s;
}
.about_sec_feature_item:nth-child(3) {
  --fade-delay: .3s;
}

.about_sec_feature_img {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  display: block;
}

.about_sec_feature_cap {
  font-weight: var(--font-medium);
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.about_sec_feature_num {
  line-height: 1;
  font-weight: var(--font-bold);
  font-size: 40px;
  color: var(--color-num-ochre);
}

.about_sec_feature_em {
  font-weight: var(--font-bold);
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: var(--color-num-ochre);
}

.about_sec_movie {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 70px;
  margin: 238px 0 0;
  padding-left: calc((100% - 1100px) / 2);
}

.about_sec_movie_drape {
  position: absolute;
  display: block;
  right: 0;
  top: -245px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.about_sec_movie_drape_bottom {
  position: absolute;
  display: block;
  left: 0;
  bottom: -634px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.about_sec_movie_body {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.about_sec_movie_title {
  margin-bottom: 24px;
  line-height: 1.416;
  font-size: 36px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.98), 0 0 2px rgba(0, 0, 0, 0.98), 0 0 4px rgba(0, 0, 0, 0.96), 0 0 8px rgba(0, 0, 0, 0.94), 0 0 12px rgba(0, 0, 0, 0.92), 0 0 18px rgba(0, 0, 0, 0.9), 0 0 24px rgba(0, 0, 0, 0.88), 0 0 32px rgba(0, 0, 0, 0.85), 0 0 48px rgba(0, 0, 0, 0.82), 0 0 64px rgba(0, 0, 0, 0.78), 0 0 96px rgba(0, 0, 0, 0.72), 0 0 140px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 0.8), 0 12px 48px rgba(0, 0, 0, 0.7);
}

.about_sec_movie_text {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: var(--font-goth);
}
.about_sec_movie_text + .about_sec_movie_text {
  margin-top: 16px;
}

.about_sec_movie_img {
  position: relative;
  flex-grow: 1;
  z-index: 1;
}

.about_sec_movie_photo {
  width: 100%;
  height: auto;
  display: block;
}

.about_sec_movie_watermark {
  position: absolute;
  bottom: -80px;
  left: 32px;
  pointer-events: none;
  z-index: 1;
  display: block;
}

.about_sec_movie_watermark_sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .about_sec {
    background-color: var(--color-black);
  }
  .about_sec_bg_light {
    top: 0;
    height: 100%;
    -o-object-position: center top;
       object-position: center top;
  }
  .about_sec_bg_mirror {
    width: 26.83vw;
  }
  .about_sec_bg_sax {
    width: 23.5vw;
  }
  .about_sec_feature_cap {
    font-size: 16px;
  }
  .about_sec_feature_num {
    font-size: 32px;
  }
  .about_sec_feature_em {
    font-size: 28px;
  }
  .about_sec_movie {
    gap: 30px;
    padding-left: 20px;
  }
  .about_sec_movie_drape {
    width: 58.58vw;
  }
  .about_sec_movie_drape_bottom {
    width: 49.83vw;
  }
  .about_sec_movie_body {
    flex-shrink: 1;
    width: 40%;
  }
  .about_sec_movie_img {
    flex-grow: 0;
    width: 60%;
  }
  .about_sec_movie_photo {
    display: block;
    width: 100%;
    height: auto;
  }
  .about_sec_movie_watermark {
    position: absolute;
    bottom: -80px;
    left: 32px;
    pointer-events: none;
    z-index: 1;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .about_sec_wrap {
    position: relative;
    overflow: visible;
  }
  .about_sec {
    padding: 282px 0 105px;
    background: var(--color-black);
  }
  .about_sec_bg_light {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    -o-object-position: center top;
       object-position: center top;
  }
  .about_sec_mirror_layer {
    top: -6px;
    left: 0;
    width: 278px;
    height: 240px;
  }
  .about_sec_mirror_layer .about_sec_bg_mirror .img {
    width: 100%;
    height: auto;
  }
  .about_sec_mirror_layer .about_sec_bg_mirror:nth-of-type(1) {
    width: 156px;
  }
  .about_sec_mirror_layer .about_sec_bg_mirror:nth-of-type(2) {
    top: 7px;
    right: 58px;
    width: 123px;
  }
  .about_sec_mirror_layer .about_sec_bg_mirror:nth-of-type(3) {
    width: 82px;
  }
  .about_sec_bg_sax {
    width: 180px;
    top: 824px;
    right: 0;
  }
  .about_sec_bg_sax .img {
    width: 100%;
  }
  .shade_bg {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 930px;
    width: 100%;
    height: 824px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 76.83%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    transition: opacity 0.4s;
    pointer-events: none;
  }
  .shade_bg.is-show {
    opacity: 1;
  }
  .about_sec_lead {
    margin-bottom: 60px;
  }
  .about_sec_lead_text {
    line-height: 1.78;
    font-size: 20px;
  }
  .about_sec_lead_text + .about_sec_lead_text {
    margin-top: 50px;
  }
  .about_sec_title {
    margin-bottom: 38px;
  }
  .about_sec_title_bg {
    width: 345px;
    top: 43px;
    margin-left: 0;
  }
  .about_sec_title_text {
    font-size: 36px;
    line-height: 1.277;
  }
  .about_sec_title_small {
    font-size: 20px;
  }
  .about_sec_body {
    padding: 0 15px;
  }
  .about_sec_body_text {
    font-size: 14px;
    line-height: 1.714;
  }
  .about_sec_body_text.about_sec_body_text_em {
    font-size: 20px;
    line-height: 1.35;
    margin: 28px 0 32px;
  }
  .about_sec_feature {
    margin: 236px 0 0;
  }
  .about_sec_feature_inner {
    flex-direction: column;
    gap: 64px;
    padding: 0 36px;
  }
  .about_sec_feature_item {
    --fade-delay: .35s;
  }
  .about_sec_feature_item:nth-child(2) {
    --fade-delay: .5s;
  }
  .about_sec_feature_item:nth-child(3) {
    --fade-delay: .65s;
  }
  .about_sec_feature_img {
    margin-bottom: 18px;
  }
  .about_sec_feature_cap {
    font-size: 24px;
  }
  .about_sec_feature_num {
    font-size: 40px;
  }
  .about_sec_feature_em {
    font-size: 32px;
  }
  .about_sec_movie {
    flex-direction: column;
    padding: 0;
    gap: 70px;
    margin-top: 136px;
  }
  .about_sec_movie_drape {
    width: 336px;
    top: -110px;
    right: auto;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s;
  }
  .about_sec_movie_drape.is-show {
    opacity: 1;
  }
  .about_sec_movie_drape .img {
    width: 100%;
    height: auto;
  }
  .about_sec_movie_drape_bottom {
    width: 375px;
    bottom: -478px;
    right: 0;
    left: auto;
  }
  .about_sec_movie_drape_bottom .img {
    width: 100%;
    height: auto;
  }
  .about_sec_movie_body {
    width: 100%;
    padding: 0 15px;
    order: 2;
  }
  .about_sec_movie_title {
    font-size: 28px;
    line-height: 1.428;
    margin-bottom: 28px;
  }
  .about_sec_movie_text {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 16px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.98), 0 0 2px rgba(0, 0, 0, 0.98), 0 0 4px rgba(0, 0, 0, 0.96), 0 0 8px rgba(0, 0, 0, 0.94), 0 0 12px rgba(0, 0, 0, 0.92), 0 0 18px rgba(0, 0, 0, 0.9), 0 0 24px rgba(0, 0, 0, 0.88), 0 0 32px rgba(0, 0, 0, 0.85), 0 0 48px rgba(0, 0, 0, 0.82), 0 0 64px rgba(0, 0, 0, 0.78), 0 0 96px rgba(0, 0, 0, 0.72), 0 0 140px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 0.8), 0 12px 48px rgba(0, 0, 0, 0.7);
  }
  .about_sec_movie_text:last-child {
    margin-bottom: 0;
  }
  .about_sec_movie_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    order: 1;
  }
  .about_sec_movie_watermark {
    width: 261px;
    left: 5px;
    top: -55px;
    bottom: auto;
    z-index: 2;
  }
  .about_sec_movie_watermark .img {
    width: 100%;
    height: auto;
  }
  .about_sec_movie_watermark_sp {
    position: absolute;
    top: 172px;
    right: 0;
    pointer-events: none;
    z-index: 1;
    display: block;
  }
}
/*============================
 cta01_sec — CTAバナー
============================*/
.cta01_sec {
  position: relative;
  display: flex;
  background: linear-gradient(var(--color-cta-light-bg) 0%, var(--color-cta-dark-bg) 100%);
}
.cta01_sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/p-contact/bg_contact.svg");
  background-repeat: repeat;
  background-size: 181px 180px;
  opacity: 0.2;
  pointer-events: none;
}

.cta01_sec_body {
  flex-grow: 1;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta01_sec_body_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta01_sec_body_inner::before, .cta01_sec_body_inner::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  pointer-events: none;
}
.cta01_sec_body_inner::before {
  width: calc(50% - 80px);
  left: 0;
  border-left: 1px solid #fff;
}
.cta01_sec_body_inner::after {
  width: calc(50% - 80px + 20px);
  right: -20px;
}

.cta01_sec_deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  height: auto;
}
.cta01_sec_deco.cta01_sec_deco_top {
  top: 12px;
}
.cta01_sec_deco.cta01_sec_deco_bottom {
  bottom: 12px;
}

.cta01_sec_catch {
  text-align: center;
  margin-bottom: 32px;
  color: #fff;
  font-weight: var(--font-medium);
  font-size: 32px;
  line-height: 1.5625;
}

.cta01_sec_btn:link,
.cta01_sec_btn:visited,
.cta01_sec_btn:active {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 560px;
  height: 91px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(#960100 0%, #7c0000 100%);
  color: #fff;
  padding: 20px 40px;
  text-decoration: none;
  font-weight: var(--font-medium);
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.cta01_sec_btn:link::before,
.cta01_sec_btn:visited::before,
.cta01_sec_btn:active::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #810000 0%, #570000 100%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cta01_sec_btn:link .cta01_sec_btn_icon,
.cta01_sec_btn:link .cta01_sec_btn_text,
.cta01_sec_btn:visited .cta01_sec_btn_icon,
.cta01_sec_btn:visited .cta01_sec_btn_text,
.cta01_sec_btn:active .cta01_sec_btn_icon,
.cta01_sec_btn:active .cta01_sec_btn_text {
  position: relative;
  z-index: 1;
}

.cta01_sec_btn_icon {
  height: auto;
}

.cta01_sec_note {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  font-family: var(--font-goth);
}

.cta01_sec_tel {
  display: flex;
  gap: 20px;
  margin: 42px 0 0;
}

.cta01_sec_tel_label {
  margin-top: 21px;
  font-family: var(--font-goth);
  font-size: 16px;
  line-height: 1;
}

.cta01_sec_tel_num {
  display: flex;
  gap: 8px;
  font-weight: var(--font-bold);
  font-size: 40px;
  line-height: 1;
  text-align: center;
}

.cta01_sec_tel_icon {
  margin-top: 6px;
}

.cta01_sec_tel_hours {
  display: block;
  margin-top: 5px;
  font-family: var(--font-goth);
  font-size: 14px;
  font-weight: var(--font-regular);
  line-height: 1.9285;
}

.cta01_sec_img {
  position: relative;
  overflow: hidden;
  width: 41.14%;
}

.cta01_sec_photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (min-width: 768px) {
  .cta01_sec_btn:link:hover::before,
  .cta01_sec_btn:visited:hover::before,
  .cta01_sec_btn:active:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .cta01_sec_body {
    flex-grow: 0;
    width: 50%;
  }
  .cta01_sec_body_inner {
    padding: 15px 0 15px 15px;
  }
  .cta01_sec_body_inner::before {
    width: calc(50% - 70px);
  }
  .cta01_sec_body_inner::after {
    width: calc(50% - 70px + 20px);
  }
  .cta01_sec_deco {
    width: 150px;
    height: auto;
  }
  .cta01_sec_catch {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .cta01_sec_btn:link,
  .cta01_sec_btn:visited,
  .cta01_sec_btn:active {
    gap: 20px;
    width: 100%;
    font-size: 22px;
  }
  .cta01_sec_tel {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
  }
  .cta01_sec_tel_label {
    margin-top: 0;
  }
  .cta01_sec_tel_num {
    gap: 8px;
    font-size: 40px;
  }
  .cta01_sec_img {
    width: 50%;
  }
  .cta01_sec_photo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cta01_sec {
    flex-direction: column;
    z-index: 2;
  }
  .cta01_sec_body {
    flex: none;
    width: 100%;
    padding: 15px 15px 0;
  }
  .cta01_sec_body::before {
    background-size: 94px 94px;
  }
  .cta01_sec_body_inner {
    padding: 35px 15px 26px;
  }
  .cta01_sec_body_inner::before, .cta01_sec_body_inner::after {
    border-bottom: none;
    width: calc(50% - 64px);
  }
  .cta01_sec_body_inner::after {
    right: 0;
    border-right: 1px solid var(--color-white);
  }
  .cta01_sec_deco {
    width: 146px;
    height: auto;
  }
  .cta01_sec_deco_top {
    top: 7px;
  }
  .cta01_sec_deco_bottom {
    display: none;
  }
  .cta01_sec_catch {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.5;
  }
  .cta01_sec_btn:link,
  .cta01_sec_btn:visited,
  .cta01_sec_btn:active {
    height: 60px;
    border-radius: 5px;
    gap: 20px;
    padding: 20px;
    font-size: 20px;
    order: 3;
  }
  .cta01_sec_btn_icon {
    width: 30px;
  }
  .cta01_sec_note {
    margin-top: 0;
    margin-bottom: 20px;
    order: 2;
    font-size: 14px;
    line-height: 1.7142;
  }
  .cta01_sec_tel {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
    order: 4;
  }
  .cta01_sec_tel_label {
    font-size: 18px;
    line-height: 1.5;
  }
  .cta01_sec_tel_num:link,
  .cta01_sec_tel_num:visited,
  .cta01_sec_tel_num:active {
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 28px;
    height: 65px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px;
    width: 100%;
    text-decoration: none;
    font-weight: var(--font-medium);
    font-size: 26px;
    text-align: center;
    color: var(--color-cta-sp-txt);
  }
  .cta01_sec_tel_icon {
    margin-top: 0;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  .cta01_sec_tel_num_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta01_sec_tel_hours {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    font-size: 14px;
    line-height: 1.9285;
    color: var(--color-white);
    pointer-events: none;
  }
  .cta01_sec_img {
    flex: none;
    width: 100%;
    height: 216px;
    position: relative;
  }
  .cta01_sec_photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
/*============================
 cta02_sec — フル幅CTAバナー
============================*/
.cta02_sec {
  position: relative;
  text-align: center;
  padding: 20px;
  height: 403px;
  background: linear-gradient(var(--color-cta-light-bg) 0%, var(--color-cta-dark-bg) 100%);
}
.cta02_sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/p-contact/bg_contact.svg");
  background-repeat: repeat;
  background-size: 181px 180px;
  opacity: 0.2;
  pointer-events: none;
}

.cta02_sec_deco {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.cta02_sec_deco_top {
  top: 12px;
}

.cta02_sec_deco_bottom {
  bottom: 12px;
}

.cta02_sec_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta02_sec_inner::before, .cta02_sec_inner::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  pointer-events: none;
}
.cta02_sec_inner::before {
  width: calc(50% - 80px);
  left: 0;
  border-left: 1px solid #fff;
}
.cta02_sec_inner::after {
  width: calc(50% - 80px);
  right: 0;
  border-right: 1px solid #fff;
}

.cta02_sec_catch {
  margin: 0 0 36px;
  font-weight: var(--font-medium);
  font-size: 32px;
  line-height: 1.5625;
  text-align: center;
}

.cta02_sec_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.cta02_sec_tel {
  display: flex;
  align-items: flex-start;
  gap: 21px;
}

.cta02_sec_tel_label {
  margin: 9px 0 0;
  font-family: var(--font-goth);
  font-size: 16px;
}

.cta02_sec_tel_num {
  display: flex;
  gap: 8px;
  text-decoration: none;
  font-weight: var(--font-bold);
  font-size: 40px;
  line-height: 1;
  text-align: center;
}

.cta02_sec_tel_icon {
  margin-top: 6px;
}

.cta02_sec_tel_num_wrap {
  display: flex;
  flex-direction: column;
}

.cta02_sec_tel_hours {
  display: block;
  margin-top: 12px;
  font-family: var(--font-goth);
  font-size: 14px;
  font-weight: var(--font-regular);
  line-height: 1;
}

.cta02_sec_btn:link,
.cta02_sec_btn:visited,
.cta02_sec_btn:active {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 560px;
  height: 91px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(#960100 0%, #7c0000 100%);
  color: #fff;
  padding: 20px 40px;
  text-decoration: none;
  font-weight: var(--font-medium);
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.cta02_sec_btn:link::before,
.cta02_sec_btn:visited::before,
.cta02_sec_btn:active::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #810000 0%, #570000 100%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cta02_sec_btn:link .cta02_sec_btn_icon,
.cta02_sec_btn:link .cta02_sec_btn_text,
.cta02_sec_btn:visited .cta02_sec_btn_icon,
.cta02_sec_btn:visited .cta02_sec_btn_text,
.cta02_sec_btn:active .cta02_sec_btn_icon,
.cta02_sec_btn:active .cta02_sec_btn_text {
  position: relative;
  z-index: 1;
}

.cta02_sec_note {
  text-align: center;
  margin-top: 40px;
  font-family: var(--font-goth);
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .cta02_sec_btn:link:hover::before,
  .cta02_sec_btn:visited:hover::before,
  .cta02_sec_btn:active:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .cta02_sec {
    padding: 20px;
    height: 403px;
  }
  .cta02_sec_deco {
    width: 150px;
    height: auto;
  }
  .cta02_sec_inner {
    padding: 15px;
  }
  .cta02_sec_inner::before {
    width: calc(50% - 70px);
  }
  .cta02_sec_inner::after {
    width: calc(50% - 70px);
  }
  .cta02_sec_catch {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .cta02_sec_row {
    gap: 15px;
  }
  .cta02_sec_tel {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .cta02_sec_tel_label {
    margin: 0;
  }
  .cta02_sec_btn:link,
  .cta02_sec_btn:visited,
  .cta02_sec_btn:active {
    gap: 20px;
    width: 100%;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .cta02_sec {
    height: auto;
    padding: 15px;
  }
  .cta02_sec::before {
    background-size: 94px 94px;
  }
  .cta02_sec_deco {
    width: 146px;
    height: auto;
  }
  .cta02_sec_inner {
    padding: 36px 15px 32px;
  }
  .cta02_sec_inner::before, .cta02_sec_inner::after {
    width: calc(50% - 64px);
  }
  .cta02_sec_catch {
    margin: 0 auto 18px;
    font-size: 24px;
    line-height: 1.5;
  }
  .cta02_sec_row {
    flex-direction: column;
    gap: 46px;
    width: 100%;
  }
  .cta02_sec_tel {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .cta02_sec_tel_label {
    font-size: 18px;
    line-height: 1.5;
  }
  .cta02_sec_tel_num:link,
  .cta02_sec_tel_num:visited,
  .cta02_sec_tel_num:active {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background: #fff;
    color: var(--color-cta-sp-txt);
    gap: 20px;
    line-height: 1;
    padding: 15px;
    font-size: 26px;
  }
  .cta02_sec_tel_icon {
    margin-top: 0;
    width: 31px;
    height: auto;
  }
  .cta02_sec_tel_num_wrap {
    display: block;
  }
  .cta02_sec_tel_hours {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    line-height: 1;
    font-size: 13px;
    pointer-events: none;
    color: var(--color-white);
  }
  .cta02_sec_btn:link,
  .cta02_sec_btn:visited,
  .cta02_sec_btn:active {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    gap: 20px;
    padding: 15px;
    line-height: 1;
    font-size: 20px;
  }
  .cta02_sec_btn_icon {
    width: 30px;
    height: auto;
  }
  .cta02_sec_note {
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 1.714;
  }
}
/*============================
 potential_sec — 3つのポテンシャル＆施設詳細
============================*/
.potential_sec {
  position: relative;
  padding: 210px 0 160px;
  overflow: hidden;
}
.potential_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  z-index: -1;
}
.potential_sec::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 967px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
  z-index: -1;
}

.potential_fix_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.potential_fix_bg img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}
.potential_fix_bg .potential_fix_bg_img,
.potential_fix_bg .potential_fix_bg_blend {
  width: 100%;
  height: 100%;
}
.potential_fix_bg .potential_fix_bg_blend {
  position: absolute;
  inset: 0;
  opacity: 0;
  mix-blend-mode: hard-light;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.potential_fix_bg.is-blend .potential_fix_bg_blend {
  opacity: 1;
}
.potential_fix_bg.is-contact-hidden {
  display: none;
}
.potential_fix_bg .potential_fix_bg_circle_wrap {
  position: absolute;
  top: 30px;
  right: 67px;
  width: 539px;
  height: 644px;
  z-index: 1;
}
.potential_fix_bg .potential_fix_bg_circle {
  position: absolute;
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.potential_fix_bg .potential_fix_bg_circle.potential_fix_bg_circle_01 {
  top: 0;
  right: 6px;
}
.potential_fix_bg .potential_fix_bg_circle.potential_fix_bg_circle_02 {
  top: 172px;
  left: 0;
  z-index: 1;
}
.potential_fix_bg .potential_fix_bg_circle.potential_fix_bg_circle_03 {
  bottom: 0;
  right: 0;
}
.potential_fix_bg .potential_fix_bg_circle_blend {
  position: absolute;
  opacity: 0;
  mix-blend-mode: hard-light;
  pointer-events: none;
  animation: potentialCircleGlow 3.6s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}
.potential_fix_bg .potential_fix_bg_circle_blend.potential_fix_bg_circle_01 {
  animation-delay: 0s;
}
.potential_fix_bg .potential_fix_bg_circle_blend.potential_fix_bg_circle_02 {
  animation-delay: 0.7s;
}
.potential_fix_bg .potential_fix_bg_circle_blend.potential_fix_bg_circle_03 {
  animation-delay: 1.4s;
}

@keyframes potentialCircleGlow {
  0%, 100% {
    opacity: 0.06;
    filter: brightness(1);
  }
  45% {
    opacity: 0.9;
    filter: brightness(1.25);
  }
  70% {
    opacity: 0.22;
    filter: brightness(1.05);
  }
}
.potential_sec_head {
  text-align: center;
  margin: 0 0 112px;
}

.potential_sec_head_sub {
  display: block;
  margin-bottom: -20px;
  font-weight: var(--font-bold);
  font-size: 26px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  transform: translatex(30px);
}

.potential_sec_head_title {
  display: block;
  font-weight: var(--font-medium);
  font-size: 59px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.potential_sec_item {
  display: flex;
  align-items: stretch;
}
.potential_sec_item + .potential_sec_item {
  margin-top: 100px;
}
.potential_sec_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.potential_sec_item:nth-of-type(2n) .potential_sec_item_body {
  margin: 390px -200px 0 calc((100% - 1100px) / 2);
}
.potential_sec_item:nth-of-type(2n) .potential_sec_item_num {
  top: -220px;
  right: auto;
  left: 0;
}

.potential_sec_item_img {
  overflow: hidden;
  flex-shrink: 0;
}
.potential_sec_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.potential_sec_item_body {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 390px calc((100% - 1100px) / 2) 0 -200px;
}

.potential_sec_item_num {
  position: absolute;
  top: -195px;
  right: 24px;
  pointer-events: none;
}
.potential_sec_item_num img {
  display: block;
  height: auto;
}

.potential_sec_item_title {
  margin-bottom: 20px;
  font-weight: var(--font-bold);
  font-size: 34px;
  line-height: 1.441;
}

.potential_sec_item_text {
  font-family: var(--font-goth);
  font-size: 16px;
}

.potential_sec_facility {
  padding-top: 164px;
}

.potential_sec_facility_title {
  margin-bottom: 60px;
  font-weight: var(--font-bold);
  font-size: 36px;
  line-height: 1.416;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}

.potential_sec_facility_inner {
  display: flex;
  gap: 120px;
  align-items: flex-start;
  justify-content: space-between;
}

.potential_sec_facility_label {
  margin-bottom: 18px;
  font-weight: var(--font-bold);
  font-size: 24px;
  line-height: 1.458;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.potential_sec_facility_mapimg {
  display: block;
  height: auto;
}

.potential_sec_facility_info {
  flex-grow: 1;
}

.potential_sec_facility_table th {
  width: 22.44%;
  padding: 16px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  font-family: var(--font-goth);
  font-weight: var(--font-medium);
  font-size: 16px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
.potential_sec_facility_table td {
  padding: 16px 0 16px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: var(--font-goth);
  font-size: 16px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.potential_sec_facility_dl:link,
.potential_sec_facility_dl:visited,
.potential_sec_facility_dl:active {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 420px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 22px 24px 22px 24px;
  margin: 40px auto 0;
  color: #fff;
  text-decoration: none;
  background: transparent;
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: var(--font-medium);
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.potential_sec_facility_dl:link .potential_sec_facility_dl_icon,
.potential_sec_facility_dl:visited .potential_sec_facility_dl_icon,
.potential_sec_facility_dl:active .potential_sec_facility_dl_icon {
  position: relative;
  display: block;
  flex: 0 0 28px;
  width: 28px;
  height: 37px;
}
.potential_sec_facility_dl:link img,
.potential_sec_facility_dl:visited img,
.potential_sec_facility_dl:active img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.potential_sec_facility_dl:link img.icon-normal,
.potential_sec_facility_dl:visited img.icon-normal,
.potential_sec_facility_dl:active img.icon-normal {
  display: block;
}
.potential_sec_facility_dl:link img.icon-hover,
.potential_sec_facility_dl:visited img.icon-hover,
.potential_sec_facility_dl:active img.icon-hover {
  display: block;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .potential_sec_facility_dl:link:hover,
  .potential_sec_facility_dl:visited:hover,
  .potential_sec_facility_dl:active:hover {
    background-color: var(--color-white);
    color: var(--color-black);
  }
  .potential_sec_facility_dl:link:hover .icon-normal,
  .potential_sec_facility_dl:visited:hover .icon-normal,
  .potential_sec_facility_dl:active:hover .icon-normal {
    opacity: 0;
  }
  .potential_sec_facility_dl:link:hover .icon-hover,
  .potential_sec_facility_dl:visited:hover .icon-hover,
  .potential_sec_facility_dl:active:hover .icon-hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  .potential_sec_item:nth-of-type(2n) .potential_sec_item_body {
    margin: 390px -200px 0 20px;
  }
  .potential_sec_item_img {
    width: 65%;
  }
  .potential_sec_item_body {
    margin: 390px 20px 0 -200px;
  }
  .potential_sec_facility_inner {
    gap: 40px;
  }
  .potential_sec_facility_map {
    width: 50%;
  }
  .potential_sec_facility_info {
    width: 50%;
  }
  .potential_sec_facility_mapimg {
    width: 100%;
  }
  .potential_sec_facility_table {
    width: 100%;
  }
  .potential_sec_facility_dl:link,
  .potential_sec_facility_dl:visited,
  .potential_sec_facility_dl:active {
    gap: 16px;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .potential_sec {
    padding: 84px 0 80px;
  }
  .potential_fix_bg .potential_fix_bg_circle_wrap {
    top: 28px;
    right: -14px;
    width: 154px;
    height: 182px;
  }
  .potential_fix_bg .potential_fix_bg_circle {
    height: auto;
  }
  .potential_fix_bg .potential_fix_bg_circle.potential_fix_bg_circle_01 {
    width: 103px;
    top: 0;
    right: 0;
  }
  .potential_fix_bg .potential_fix_bg_circle.potential_fix_bg_circle_02 {
    width: 103px;
    top: 48px;
    left: 0;
  }
  .potential_fix_bg .potential_fix_bg_circle.potential_fix_bg_circle_03 {
    width: 103px;
    bottom: 0;
    right: 0;
  }
  .potential_sec_head {
    margin-bottom: 38px;
  }
  .potential_sec_head_sub {
    margin-bottom: 24px;
    transform: none;
    font-size: 16px;
  }
  .potential_sec_head_title {
    line-height: 1.45;
    font-size: 36px;
  }
  .potential_sec_head_num {
    display: block;
    margin-bottom: 12px;
  }
  .potential_sec_head_num img {
    width: 132px;
    height: auto;
  }
  .potential_sec_item {
    flex-direction: column;
  }
  .potential_sec_item + .potential_sec_item {
    margin-top: 58px;
  }
  .potential_sec_item:nth-of-type(2n) {
    flex-direction: column;
  }
  .potential_sec_item:nth-of-type(2n) .potential_sec_item_img {
    align-self: flex-end;
  }
  .potential_sec_item:nth-of-type(2n) .potential_sec_item_body {
    margin: 0;
  }
  .potential_sec_item:nth-of-type(2n) .potential_sec_item_num {
    top: -88px;
    left: 15px;
  }
  .potential_sec_item:nth-of-type(2) .potential_sec_item_num img {
    width: 135px;
  }
  .potential_sec_item:nth-of-type(3) .potential_sec_item_num img {
    width: 132px;
  }
  .potential_sec_item_img {
    flex: none;
    position: relative;
    width: calc(100% - 45px);
  }
  .potential_sec_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .potential_sec_item_body {
    flex: none;
    margin: 0;
    padding: 22px 15px 0;
  }
  .potential_sec_item_num {
    top: -88px;
    right: 15px;
  }
  .potential_sec_item_num img {
    width: 124px;
  }
  .potential_sec_item_title {
    margin-bottom: 21px;
    line-height: 1.45;
    font-size: 20px;
  }
  .potential_sec_item_text {
    font-size: 14px;
    line-height: 1.7142;
  }
  .potential_sec_facility {
    padding-top: 78px;
  }
  .potential_sec_facility_title {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .potential_sec_facility_inner {
    flex-direction: column;
    gap: 60px;
  }
  .potential_sec_facility_map,
  .potential_sec_facility_info {
    flex: none;
    width: 100%;
  }
  .potential_sec_facility_label {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .potential_sec_facility_mapimg {
    height: auto;
  }
  .potential_sec_facility_table th {
    width: 34.78%;
    padding: 20px 8px;
    font-size: 14px;
  }
  .potential_sec_facility_table td {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.714;
  }
  .potential_sec_facility_dl:link,
  .potential_sec_facility_dl:visited,
  .potential_sec_facility_dl:active {
    display: flex !important;
    gap: 20px;
    width: 315px;
    border-radius: 5px;
    margin: 30px auto 0;
    padding: 11px 16px;
    font-size: 16px;
    line-height: 1.55;
  }
  .potential_sec_facility_dl:link .potential_sec_facility_dl_icon,
  .potential_sec_facility_dl:visited .potential_sec_facility_dl_icon,
  .potential_sec_facility_dl:active .potential_sec_facility_dl_icon {
    flex-basis: 21px;
    width: 21px;
    height: 28px;
  }
  .potential_sec_facility_dl:link img,
  .potential_sec_facility_dl:visited img,
  .potential_sec_facility_dl:active img {
    height: auto;
  }
}
/*============================
 case_sec — 事例紹介
============================*/
.case_sec {
  background-image: url("../img/top/case_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 100px;
  overflow: hidden;
}

.case_sec_head {
  text-align: center;
}

.case_sec_head_lead {
  margin-bottom: 68px;
  font-weight: var(--font-medium);
  font-size: 24px;
  line-height: 2;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.case_sec_head_title_wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}

.case_sec_head_title_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.case_sec_head_sub {
  font-family: var(--font-goth);
  font-size: 16px;
  text-align: center;
}

.case_sec_tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 28px 0 0;
}

.case_sec_tags_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.case_sec_tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  padding: 5px 20px;
  font-family: var(--font-goth);
  font-size: 16px;
  text-align: center;
}
.case_sec_slider {
  width: 100%;
  overflow: visible;
  margin: 60px 0 0;
}

.case_swiper {
  overflow: visible !important;
  margin-left: calc((100% - 1100px) / 2);
  width: auto;
}

.case_sec_slide {
  width: 340px;
  flex-shrink: 0;
}

.case_sec_slide_img {
  display: block;
}

.case_sec_slide_body {
  padding: 18px 0 0;
}

.case_sec_slide_title {
  margin-bottom: 15px;
  font-weight: var(--font-medium);
  font-size: 24px;
  text-align: center;
  color: var(--color-num-ochre);
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.case_sec_slide_text {
  font-family: var(--font-goth);
  font-size: 14px;
  line-height: 1.7857;
  text-align: left;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 1px;
  width: 1100px;
}

.case_swiper_pagination {
  position: relative !important;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 56px auto 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}
.case_swiper_pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

.case_swiper_controls {
  display: flex;
  gap: 20px;
  width: 1100px;
  margin: 20px auto 0;
}

.case_swiper_button {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.case_swiper_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.case_swiper_button.case_swiper_button_prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.case_swiper_button.case_swiper_button_next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .case_swiper_button:hover {
    background-color: #fff;
  }
  .case_swiper_button:hover::before {
    border-color: #000;
  }
}
@media screen and (max-width: 1100px) {
  .case_swiper {
    margin-left: 20px;
    width: auto;
  }
  .case_sec_slide {
    width: 30.91%;
  }
  .case_sec_slide_img {
    width: 100%;
    height: auto;
  }
  .case_sec_slide_title {
    font-size: 22px;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .case_swiper_controls {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case_sec {
    padding: 78px 0 80px;
    background-image: url("../img/top/case_bg_sp.webp");
  }
  .case_sec_head {
    padding: 0 15px;
  }
  .case_sec_head_lead {
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 1.9;
  }
  .case_sec_head_title_wrap {
    margin-bottom: 32px;
  }
  .case_sec_head_title_bg {
    margin: 7px 0 0;
  }
  .case_sec_head_title_bg img {
    width: 358px;
    height: auto;
  }
  .case_sec_head_title {
    font-size: 32px;
  }
  .case_sec_head_sub {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0;
  }
  .case_sec_tags {
    width: 100%;
    margin: 16px 0 0;
    padding: 0 25px;
  }
  .case_sec_tags_row {
    width: 100%;
  }
  .case_sec_tag {
    justify-content: center;
    min-height: 25px;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }
  .case_sec_tag img {
    width: auto;
    height: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .case_sec_slider {
    margin: 40px 0 0;
  }
  .case_swiper {
    margin-left: 48px;
    width: auto;
  }
  .case_sec_slide {
    width: 280px;
  }
  .case_sec_slide_body {
    padding: 24px 0 0;
  }
  .case_sec_slide_title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.45;
  }
  .case_sec_slide_text {
    font-size: 14px;
    line-height: 1.9;
  }
  .case_swiper_pagination {
    margin: 74px 15px 0;
    width: auto;
  }
  .case_swiper_controls {
    margin: 20px 15px 0;
  }
  .case_swiper_button {
    width: 50px;
    height: 50px;
  }
}
/*============================
 flow_sec — お申し込みの流れ
============================*/
.flow_sec {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: linear-gradient(90deg, #800 0%, #620000 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.flow_sec_deco_drape {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}

.flow_sec_head {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}
.flow_sec_head .flow_sec_head_title_bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.flow_sec_head .flow_sec_head_title {
  text-align: left;
}

.flow_sec_list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.flow_sec_item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.flow_sec_item.js-flow-step {
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1);
}
.flow_sec_item.js-flow-step .flow_sec_item_img {
  opacity: 0;
  filter: blur(18px);
  transition: opacity 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s, filter 0.5s cubic-bezier(0.57, 0, 0.26, 1) 0.2s;
}
.flow_sec_item.js-flow-step.is-active {
  opacity: 1;
}
.flow_sec_item.js-flow-step.is-active .flow_sec_item_img {
  opacity: 1;
  filter: blur(0);
}

.flow_sec_item_head {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  justify-content: space-between;
}

.flow_sec_item_label {
  font-weight: var(--font-medium);
  font-size: 34px;
  text-align: right;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.flow_sec_item_img {
  display: block;
  width: 100%;
  height: auto;
}

.flow_sec_item_text {
  margin-top: 20px;
  font-family: var(--font-goth);
  font-size: 16px;
}

.flow_sec_arrow {
  align-self: center;
  margin-top: 16px;
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1);
}
.flow_sec_arrow.is-active {
  opacity: 1;
}
.flow_sec_arrow img {
  display: block;
}

@media screen and (max-width: 1100px) {
  .flow_sec_list {
    gap: 15px;
  }
  .flow_sec_item_num img {
    width: 64px;
    height: auto;
  }
  .flow_sec_item_label {
    font-size: 24px;
  }
  .flow_sec_arrow {
    margin-top: -20px;
  }
  .flow_sec_arrow img {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .flow_sec {
    padding: 76px 0;
  }
  .flow_sec_deco_drape {
    width: 138px;
    top: 0;
    right: -2px;
  }
  .flow_sec_head {
    margin-bottom: 36px;
  }
  .flow_sec_head .flow_sec_head_title_bg {
    width: 234px;
    margin-top: -4px;
  }
  .flow_sec_head .flow_sec_head_title_bg img {
    width: 100%;
    height: auto;
  }
  .flow_sec_list {
    flex-direction: column;
    gap: 0;
  }
  .flow_sec_item {
    width: 100%;
  }
  .flow_sec_item_head {
    position: relative;
    order: 2;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 85px;
    margin: 16px 0 0;
  }
  .flow_sec_item_num {
    position: absolute;
    top: 32px;
    left: 0;
  }
  .flow_sec_item_num img {
    width: 64px;
    height: auto;
  }
  .flow_sec_item_label {
    font-size: 24px;
  }
  .flow_sec_item_img {
    order: 1;
    width: 100%;
    height: 192px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flow_sec_item_text {
    order: 3;
    margin: 4px 0 0;
    padding-left: 85px;
    font-size: 14px;
    line-height: 1.714;
  }
  .flow_sec_arrow {
    margin: 16px 0 20px;
  }
  .flow_sec_arrow img {
    width: 28px;
    height: auto;
  }
}
/*============================
 access_sec — アクセス
============================*/
.access_sec {
  background: var(--color-black);
}
.access_sec .access_sec_top {
  display: flex;
  align-items: stretch;
}
.access_sec .access_sec_map {
  flex: 0 0 50%;
  position: relative;
}
.access_sec .access_sec_map.access_sec_map_sp {
  display: none;
}
.access_sec .access_sec_map_iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.access_sec .access_sec_info {
  flex: 0 0 50%;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.access_sec .access_sec_info_title_wrap {
  position: relative;
  margin-bottom: 50px;
}
.access_sec .access_sec_info_title_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: -14px 0 0;
  pointer-events: none;
}
.access_sec .access_sec_info_name {
  font-weight: var(--font-bold);
  font-size: 24px;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
.access_sec .access_sec_info_address {
  margin: 8 0 0;
  font-size: 14px;
  margin: 12px 0 0;
  font-family: var(--font-goth);
  font-size: 16px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
.access_sec .access_sec_info_list {
  margin: 60px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.access_sec .access_sec_info_line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-goth);
  font-weight: var(--font-medium);
  font-size: 16px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
.access_sec .access_sec_info_station {
  font-weight: var(--font-bold);
  font-size: 24px;
}
.access_sec .access_sec_info_walk {
  color: var(--color-line-ochre);
}
.access_sec .access_sec_info_walk strong {
  line-height: 1;
  font-weight: var(--font-bold);
  font-size: 40px;
  text-align: left;
  color: var(--color-line-ochre);
}
.access_sec .access_sec_bottom {
  position: relative;
  min-height: 328px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.access_sec .access_sec_bottom_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  -o-object-fit: top center;
     object-fit: top center;
  -o-object-position: center;
     object-position: center;
}
.access_sec .access_sec_bottom_inner {
  position: relative;
  z-index: 1;
}
.access_sec .access_sec_bottom_catch {
  margin: 0 0 40px;
  font-weight: var(--font-bold);
  font-size: 28px;
  text-align: center;
}
.access_sec .access_sec_bottom_text {
  font-family: var(--font-goth);
  font-weight: var(--font-medium);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 1100px) {
  .access_sec .access_sec_info {
    padding: 40px;
  }
  .access_sec .access_sec_info_address {
    font-size: 15px;
  }
  .access_sec .access_sec_info_station {
    font-size: 22px;
  }
  .access_sec .access_sec_info_walk strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .access_sec .access_sec_top {
    flex-direction: column-reverse;
  }
  .access_sec .access_sec_map {
    flex: none;
    width: 100%;
    height: 220px;
  }
  .access_sec .access_sec_map.access_sec_map_pc {
    display: none;
  }
  .access_sec .access_sec_map.access_sec_map_sp {
    display: block;
    margin-top: 48px;
  }
  .access_sec .access_sec_info {
    flex: none;
    padding: 78px 0 40px;
  }
  .access_sec .access_sec_info_title_wrap {
    margin-bottom: 30px;
  }
  .access_sec .access_sec_info_title_bg {
    width: 288px;
    height: auto;
    margin: -14px 0px 0 -6px;
  }
  .access_sec .access_sec_info_name {
    font-size: 20px;
  }
  .access_sec .access_sec_info_address {
    margin: 5px 0 0;
    font-size: 14px;
  }
  .access_sec .access_sec_info_list {
    margin: 38px 0 0;
    gap: 40px;
  }
  .access_sec .access_sec_info_line {
    font-size: 14px;
  }
  .access_sec .access_sec_info_station {
    margin-top: 8px;
    font-size: 20px;
  }
  .access_sec .access_sec_info_station strong {
    font-size: 40px;
  }
  .access_sec .access_sec_bottom_inner {
    padding: 58px 15px 80px;
  }
  .access_sec .access_sec_bottom_catch {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.8181;
  }
  .access_sec .access_sec_bottom_text {
    font-size: 14px;
    line-height: 1.7142;
  }
}
