@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

html {
  font-size: 62.5%;
  text-align: center;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  overflow: hidden !important;
  color: #313437;
  padding: 0;
  background-color: #fff;
  position: relative;
}

a {
  -webkit-transition: 400ms;
  transition: 400ms;
  color: inherit;
	display: inline-block;
}
a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  line-height: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ---------------------------------------*/
/* プリントコピー禁止 */
/* ---------------------------------------*/
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

@media print {
  img {
    display: none !important;
  }
}
/* ---------------------------------------*/
/* common */
/* ---------------------------------------*/
section {
  position: relative;
}
.wrapper, .wrapper--1200, .wrapper--1000, .wrapper--800 {
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper, .wrapper--1200, .wrapper--1000, .wrapper--800 {
    padding: 0 30px;
  }
}

.wrapper--800 {
  max-width: 880px;
}

.wrapper--1000 {
  max-width: 1080px;
}

.wrapper--1200 {
  max-width: 1280px;
}

/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
header {
  width: 100%;
  height: 75px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
    padding: 0 20px;
  }
}

.header-main-logo {
  width: 152px;
}
@media screen and (max-width: 768px) {
  .header-main-logo {
    width: 142px;
  }
}

.header-btn-follow {
  width: 170px;
  position: absolute;
  top: 17px;
  right: 124px;
  line-height: 0;
}
.header-btn-follow img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.header-btn-follow .hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.header-btn-follow:hover {
  opacity: 1 !important;
}
.header-btn-follow:hover .hover {
  opacity: 1;
}
.header-btn-follow:hover .normal {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header-btn-follow {
    width: 94px;
    top: 22px;
    right: 67px;
  }
}

.header-hamburger {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 444px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
  -webkit-transform: translateX(444px);
          transform: translateX(444px);
  background: #F7FBF7;
  padding: 76px 40px 0;
}
.header-hamburger.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .header-hamburger {
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding: 60px 35px 0;
  }
}

.header-navToggle {
  position: absolute;
  right: 40px;
  top: 26px;
  width: 55px;
  height: 20px;
  z-index: 100;
}
.header-navToggle:hover {
  cursor: pointer;
}
.header-navToggle span {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background: #006BB2;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navToggle span:nth-child(1) {
  width: 100%;
  top: 0;
}
.header-navToggle span:nth-child(2) {
  width: 100%;
  top: calc(50% - 1px);
}
.header-navToggle span:nth-child(3) {
  width: 55%;
  bottom: 0;
}
.header-navToggle.active span:nth-child(1) {
  width: 33px;
  left: 10px;
  top: 50%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.header-navToggle.active span:nth-child(2) {
  opacity: 0;
}
.header-navToggle.active span:nth-child(3) {
  width: 33px;
  left: 10px;
  bottom: 39%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .header-navToggle {
    right: 23px;
    top: 25px;
    width: 28px;
    height: 12px;
  }
  .header-navToggle span {
    height: 1px;
  }
  .header-navToggle span:nth-child(2) {
    top: calc(50% - 0.5px);
  }
  .header-navToggle.active span:nth-child(1) {
    width: 28px;
    left: 0;
  }
  .header-navToggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header-navToggle.active span:nth-child(3) {
    width: 28px;
    left: 0;
  }
}

.header-nav-list__item {
  margin: 0 0 15px;
}
.header-nav-list__item:last-child {
  margin: 0;
}

.btn-02 a {
  display: block;
  padding: 6px 25px;
  border: solid 2px;
  position: relative;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.33;
  text-align: left;
}
.btn-02 a::after {
  content: "";
  display: block;
  width: 20%;
  background-color: currentColor;
  -webkit-mask: url(../img/arrow-03.svg) no-repeat center/100%;
  mask: url(../img/arrow-03.svg) no-repeat center/100%;
  -webkit-mask-size: 49px 100%;
  mask-size: 49px 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.btn-02.is-ga a {
  color: #006C2D;
}
.btn-02.is-page-ga a {
  border: none;
  background: #E3F6E4;
  padding: 15px 25px;
}
.btn-02.is-harukas a {
  color: #005BAC;
}
@media screen and (max-width: 768px) {
  .btn-02 a {
    padding: 15px 12px 15px 20px;
    border: solid 1px;
    font-size: 1.5rem;
  }
  .btn-02 a::after {
    right: 7.04%;
    -webkit-mask: url(../img/arrow-03-sp.svg) no-repeat center/100%;
    mask: url(../img/arrow-03-sp.svg) no-repeat center/100%;
    width: 13.4%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .btn-02.is-page-ga a {
    background: #E3F6E4;
    padding: 20px 15px 20px 20px;
  }
}

.header-follow {
  padding: 46px 80px;
  background: #fff;
  border: solid 2px #006BB2;
  border-radius: 20px;
  position: fixed;
  top: 107px;
  right: 45px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: auto;
  text-align: center;
}
.header-follow.hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header-follow {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 30px;
    padding: 45px 40px;
    border: solid 1px #006BB2;
  }
}

.header-follow-close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.header-follow-close:hover {
  cursor: pointer;
}
.header-follow-close::before, .header-follow-close::after {
  display: block;
  content: "";
  width: 38px;
  height: 3px;
  background: #006BB2;
  position: absolute;
  top: 12px;
  left: -5px;
}
.header-follow-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-follow-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header-follow-close {
    width: 18px;
    height: 18px;
    top: 22px;
    right: 22px;
  }
  .header-follow-close::before, .header-follow-close::after {
    display: block;
    content: "";
    width: 25px;
    height: 1px;
    top: 7px;
    left: -4px;
  }
}

.header-follow-heading {
  width: 217px;
  margin: 0 auto 23px;
}
@media screen and (max-width: 768px) {
  .header-follow-heading {
    width: 157px;
    margin: 0 auto 20px;
  }
}

.header-follow-lead {
  font-weight: 700;
  font-size: 2.3rem;
  color: #006BB2;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .header-follow-lead {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
}

.header-follow-content-heading {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.27;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .header-follow-content-heading {
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
}

.header-follow-youtube {
  display: block;
  width: 43px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .header-follow-youtube {
    width: 35px;
    margin: 0 auto 30px;
  }
}

.header-follow-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 0 0 45px;
}
.header-follow-sns-list:last-of-type {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header-follow-sns-list {
    gap: 25px;
    margin: 0 0 32px;
  }
}

.header-follow-sns-list__item img {
  height: 40px;
}
@media screen and (max-width: 768px) {
  .header-follow-sns-list__item img {
    height: 35px;
  }
}

.header-sub-nav-list {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-sub-nav-list__item {
  width: 50%;
}
.header-sub-nav-list__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 1.8rem;
}
.header-sub-nav-list__item:nth-child(1) {
  background: #F5F1F0;
}
.header-sub-nav-list__item:nth-child(2) {
  background: #E4F0F6;
}
.header-sub-nav-list__item:nth-child(2).is-ga {
  background: #E2EBE6;
}
@media screen and (max-width: 768px) {
  .header-sub-nav-list__item a {
    font-size: 1.5rem;
  }
}

/* ---------------------------------------*/
/* main */
/* ---------------------------------------*/
main {
  padding: 75px 0 0;
}
@media screen and (max-width: 768px) {
  main {
    padding: 60px 0 0;
  }
}

/* ---------------------------------------*/
/* fade */
/* ---------------------------------------*/
[data-intersection] {
  opacity: 0;
  translate: 0 20px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, filter;
  transition-property: opacity, translate, filter, -webkit-filter;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection].is-show {
  opacity: 1;
  translate: none;
  -webkit-filter: none;
          filter: none;
}

[data-intersection-parent] > * {
  opacity: 0;
  translate: 0 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, filter;
  transition-property: opacity, translate, filter, -webkit-filter;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection-parent].is-show > * {
  opacity: 1;
  translate: none;
  -webkit-filter: none;
          filter: none;
}
[data-intersection-parent].is-show > *:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
[data-intersection-parent].is-show > *:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
[data-intersection-parent].is-show > *:nth-child(3) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
[data-intersection-parent].is-show > *:nth-child(4) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
[data-intersection-parent].is-show > *:nth-child(5) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
[data-intersection-parent].is-show > *:nth-child(6) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
[data-intersection-parent].is-show > *:nth-child(7) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
[data-intersection-parent].is-show > *:nth-child(8) {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
[data-intersection-parent].is-show > *:nth-child(9) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
[data-intersection-parent].is-show > *:nth-child(10) {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}
[data-intersection-parent].is-show > *:nth-child(11) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
[data-intersection-parent].is-show > *:nth-child(12) {
  -webkit-transition-delay: 3300ms;
          transition-delay: 3300ms;
}
[data-intersection-parent].is-show > *:nth-child(13) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}
[data-intersection-parent].is-show > *:nth-child(14) {
  -webkit-transition-delay: 3900ms;
          transition-delay: 3900ms;
}
[data-intersection-parent].is-show > *:nth-child(15) {
  -webkit-transition-delay: 4200ms;
          transition-delay: 4200ms;
}
[data-intersection-parent].is-show > *:nth-child(16) {
  -webkit-transition-delay: 4500ms;
          transition-delay: 4500ms;
}
[data-intersection-parent].is-show > *:nth-child(17) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}
[data-intersection-parent].is-show > *:nth-child(18) {
  -webkit-transition-delay: 5100ms;
          transition-delay: 5100ms;
}
[data-intersection-parent].is-show > *:nth-child(19) {
  -webkit-transition-delay: 5400ms;
          transition-delay: 5400ms;
}
[data-intersection-parent].is-show > *:nth-child(20) {
  -webkit-transition-delay: 5700ms;
          transition-delay: 5700ms;
}
[data-intersection-parent].is-show > *:nth-child(21) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
[data-intersection-parent].is-show > *:nth-child(22) {
  -webkit-transition-delay: 6300ms;
          transition-delay: 6300ms;
}
[data-intersection-parent].is-show > *:nth-child(23) {
  -webkit-transition-delay: 6600ms;
          transition-delay: 6600ms;
}
[data-intersection-parent].is-show > *:nth-child(24) {
  -webkit-transition-delay: 6900ms;
          transition-delay: 6900ms;
}
[data-intersection-parent].is-show > *:nth-child(25) {
  -webkit-transition-delay: 7200ms;
          transition-delay: 7200ms;
}
[data-intersection-parent].is-show > *:nth-child(26) {
  -webkit-transition-delay: 7500ms;
          transition-delay: 7500ms;
}
[data-intersection-parent].is-show > *:nth-child(27) {
  -webkit-transition-delay: 7800ms;
          transition-delay: 7800ms;
}
[data-intersection-parent].is-show > *:nth-child(28) {
  -webkit-transition-delay: 8100ms;
          transition-delay: 8100ms;
}
[data-intersection-parent].is-show > *:nth-child(29) {
  -webkit-transition-delay: 8400ms;
          transition-delay: 8400ms;
}
[data-intersection-parent].is-show > *:nth-child(30) {
  -webkit-transition-delay: 8700ms;
          transition-delay: 8700ms;
}

#page-top {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 45px;
  }
}
#page-top.is-visible {
  opacity: 1;
  visibility: visible;
}

/* ---------------------------------------*/
/* movie */
/* ---------------------------------------*/
#movie {
  margin: -75px 0 255px;
  padding: 75px 0 0;
}
@media screen and (max-width: 768px) {
  #movie {
    margin: -60px 0 100px;
    padding: 60px 0;
  }
}

.movie-section-heading {
  font-weight: 0;
  font-size: 4.8rem;
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .movie-section-heading {
    font-size: 2.8rem;
    margin: 0 0 40px;
  }
}

.movie-list__item {
  margin: 0 0 150px;
}
.movie-list__item:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .movie-list__item {
    margin: 0 0 70px;
  }
}

.movie-list-heading {
  display: inline-block;
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.01em;
  border-bottom: solid 1px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .movie-list-heading {
    font-size: 1.8rem;
    margin: 0 0 42px;
  }
}

.movie-list-subtitle {
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .movie-list-subtitle {
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
}

.movie-c-tab__body {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  aspect-ratio: 16/9;
  z-index: 1;
}
.movie-c-tab__body a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .movie-c-tab__body {
    margin: 0 0 16px;
  }
}

.movie-c-tab {
  display: inline-block;
  position: relative;
  border: solid 2px #006C2D;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .movie-c-tab {
    border: solid 1px #006C2D;
  }
}

.movie-c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
}

.movie-c-tab__button {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  -webkit-transition: color 1.5s;
  transition: color 1.5s;
  padding: 10px 70px;
  font-weight: 500;
  font-size: 2.8rem;
  color: #006C2D;
}
.movie-c-tab__button[aria-selected=true] {
  color: #fff;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .movie-c-tab__button {
    padding: 5px 45px;
    font-size: 1.5rem;
  }
}

.movie-c-tab__list-item:nth-child(1) {
  margin-right: -10px;
}
.movie-c-tab__list-item:nth-child(2) {
  margin-left: -10px;
}

.movie-c-tab__body-item,
.movie_item {
  position: relative;
}
.movie-c-tab__body-item::after,
.movie_item::after {
  display: block;
  content: "";
  width: 70px;
  height: 80px;
  background: url(../img/movie_btn-play.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.movie-c-tab__body-item.is-soon,
.movie_item.is-soon {
  width: 75%;
  margin: 0 auto;
}
.movie-c-tab__body-item.is-soon::after,
.movie_item.is-soon::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .movie-c-tab__body-item::after,
  .movie_item::after {
    width: 35px;
    height: 40px;
  }
  .movie-c-tab__body-item.is-soon,
  .movie_item.is-soon {
    width: 100%;
  }
}

.movie-c-tab__button[aria-selected=false] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.movie-c-tab__button[aria-selected=false]:hover {
  opacity: 0.6;
}

.movie-c-tab__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006C2D;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  outline: 2px solid #006C2D;
  outline-offset: -1px;
}
.movie-c-tab__bg::after {
  display: block;
  content: "";
  width: 18px;
  height: 19px;
  background: url(../img/movie_arrow.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  margin: auto;
}
.movie-c-tab__bg.is-hidden {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .movie-c-tab__bg::after {
    width: 10px;
    height: 11px;
    top: -9px;
  }
}

.movie-c-tab__panel {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.movie-c-tab__panel.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.movie-c-tab__panel.is-next {
  opacity: 1;
  z-index: 3;
}

/* ---------------------------------------*/
/* business */
/* ---------------------------------------*/
#business {
  margin-top: -150px;
  padding-top: 150px;
  margin-bottom: 126px;
}
@media screen and (max-width: 768px) {
  #business .wrapper--1000 {
    margin-top: -90px;
    padding-top: 90px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.business-heading {
  width: 308px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .business-heading {
    width: 47.7vw;
    margin: 0 auto 40px;
  }
}

.business-list__item {
  padding: 20px;
  position: relative;
}
.business-list__item::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #5F7889;
  position: absolute;
  top: 0;
  left: 0;
}
.business-list__item::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #5F7889;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .business-list__item::before {
    height: 1px;
  }
  .business-list__item::after {
    height: 1px;
  }
}

#business .splide__pagination, #business .splide__pagination li, #business .splide__pagination__page {
  all: unset;
}
#business .splide__pagination__page.is-active {
  all: unset;
}
#business .splide__pagination {
  display: block !important;
  bottom: -55px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #business .splide__pagination {
    bottom: -33px !important;
  }
}
#business .splide__pagination__page {
  width: 18px !important;
  height: 6px !important;
  border-radius: 99px !important;
  margin: 0 16px !important;
  background: #D9D9D9 !important;
}
#business .splide__pagination__page:hover {
  cursor: pointer;
}
#business .splide__pagination__page.is-active {
  -webkit-transform: none !important;
          transform: none !important;
  background: #5F7889 !important;
}
#business .splide__pagination__page.is-active:hover {
  cursor: default;
}
@media screen and (max-width: 768px) {
  #business .splide__pagination__page {
    width: 12px !important;
    height: 3px !important;
    margin: 0 10px !important;
  }
}
#business .splide__arrow {
  all: unset !important;
}
#business .splide__arrow > svg {
  display: none !important;
}
#business .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
}
#business .splide__arrow {
  width: 35px !important;
  height: 35px !important;
  border-radius: 99px !important;
  -webkit-transition: 400ms !important;
  transition: 400ms !important;
  z-index: 2;
  position: absolute;
  top: calc(50% - 17px) !important;
}
#business .splide__arrow--next {
  position: absolute !important;
  right: 36% !important;
  bottom: 0 !important;
  background: url(../img/business_arrow-01.webp) no-repeat center/cover !important;
}
#business .splide__arrow--next:hover {
  cursor: pointer !important;
}
#business .splide__arrow--prev {
  position: absolute !important;
  left: 36% !important;
  bottom: 0 !important;
  background: url(../img/business_arrow-02.webp) no-repeat center/cover !important;
}
#business .splide__arrow--prev:hover {
  cursor: pointer !important;
}
@media screen and (max-width: 768px) {
  #business .splide__arrow {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    top: calc(50% - 15px) !important;
  }
  #business .splide__arrow--next {
    right: 20% !important;
    bottom: 0 !important;
  }
  #business .splide__arrow--prev {
    position: absolute !important;
    left: 20% !important;
    bottom: 0 !important;
  }
}

.business-btn-kintetsu {
  margin: 150px auto 0;
  display: inline-block;
  padding: 15px 185px 15px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.46;
  text-align: left;
  color: #fff;
  position: relative;
  background: #006BB2;
}
.business-btn-kintetsu::before {
  display: block;
  content: "";
  width: 53px;
  height: 5px;
  background: url(../img/arrow-01.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% - 2px);
  right: 28px;
}
.business-btn-kintetsu.is-ga {
  background: #006C2D;
  padding: 4% 185px 4% 20px;
  width: 48.5%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.3%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .business-btn-kintetsu {
    margin: 80px auto 0;
    width: 80%;
    padding: 15px 20px;
    font-size: 1.5rem;
  }
  .business-btn-kintetsu::before {
    width: 41px;
    height: 4px;
    right: 20px;
  }
  .business-btn-kintetsu.is-ga {
    padding: 7.5% 20px;
    position: absolute;
    width: 87%;
    bottom: 5.2%;
  }
}

/* ▼ 初期状態（非表示だけどアニメーションに備える） */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* ▼ 表示時 */
.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(245, 242, 241, 0.75);
  z-index: 0;
}

/* ▼ モーダル本体（ふわっと拡大） */
.modal__content--movie-01 {
  position: relative;
  background: #fff;
  padding: 5.6vw 7.3vw;
  border: solid 2px #006C2D;
  border-radius: 10px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modal__content--movie-01 {
    padding: 25px;
    border: solid 1px #006C2D;
    padding: 10vw 6.6vw 6.6vw;
  }
}

/* ▼ 表示時にアニメーション */
.modal.is-visible .modal__content--movie-01 {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* ▼ 閉じるボタン位置の調整 */
.modal__close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: calc(2.4vw - 14px);
  right: calc(2.4vw - 14px);
  cursor: pointer;
  z-index: 2;
}
.modal__close::before, .modal__close::after {
  display: block;
  content: "";
  width: 38px;
  height: 3px;
  background: #006C2D;
  position: absolute;
  top: 11px;
  left: -5px;
  border-radius: 99px;
}
.modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .modal__close {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: 2vw;
    right: 1.5vw;
  }
}

.movie-01 {
  width: 58.5vw;
  aspect-ratio: 800/450;
}
@media screen and (max-width: 768px) {
  .movie-01 {
    width: 76vw;
  }
}