@charset "UTF-8";
/* ===============================================
# 上書き
=============================================== */
#mainblock:not(.entry-top) > .sec:first-of-type {
  margin-block: initial;
}

#mainblock:not(.entry-top) > .sec:not(:first-of-type) {
  margin-block: initial;
  margin-top: 3em;
}

#layout-header .layout-inner {
  width: 100%;
}

@-webkit-keyframes sliderAnime {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  40% {
    opacity: 0.4;
    transform: scale(1.3);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}

@keyframes sliderAnime {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  40% {
    opacity: 0.4;
    transform: scale(1.3);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}
#keyvisual-wrap {
  position: relative;
  height: calc(100vh - 18.6%); /* dvh未対応ブラウザ向けのフォールバック */
  height: calc(100svh - 18.6%);
  overflow: hidden;
  z-index: 0;
}
#keyvisual-wrap * {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}
#keyvisual-wrap .keyvisual-cover {
  position: absolute;
  top: 0;
  height: 92%;
  inset: 0;
  opacity: 1;
  z-index: 10;
  -webkit-animation: sliderAnime 5s linear 1s;
          animation: sliderAnime 5s linear 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  height: 100%;
}
#keyvisual-wrap .keyvisual-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#keyvisual-wrap .sitename {
  height: 8%;
  position: relative;
  z-index: 20;
}
#keyvisual-wrap .keyvisual-img {
  height: 92%;
}
#keyvisual-wrap .keyvisual-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#keyvisual-wrap picture {
  display: contents;
}
#keyvisual-wrap .keyvisual-text {
  position: absolute;
  z-index: 20;
  width: 92%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#keyvisual-wrap .movie-btn {
  position: absolute;
  z-index: 20;
  width: 31.2%;
  max-width: 180px;
  aspect-ratio: 117/131;
  right: 3%;
  bottom: 12%;
}
@media print, screen and (min-width: 768px) {
  #keyvisual-wrap .sitename {
    position: absolute;
  }
  #keyvisual-wrap .keyvisual-text {
    display: none;
  }
}

/* ==============
// layout-body
 ================*/
.layout-inner:not(.page-top):has(#mainblock) {
  padding-block: 0rem;
}

@media screen and (max-width: 767px) {
  #mainblock {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #mainblock .sec {
    padding-inline: 2%;
  }
}
#mainblock .sectitle {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-size: clamp(50px, 13vw, 78px);
  margin-right: auto;
  padding-left: 0.4em;
}

/*===== 各コンテンツ ===========*/
.sec-whatnew {
  background: #f2f2f2;
  padding-block: 2em;
}
.sec-whatnew .leadtext {
  font-size: clamp(20px, 4.8vw, 42px);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .sec-whatnew {
    position: relative;
    z-index: 0;
  }
  .sec-whatnew::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    max-width: 2500px;
    background: url(../images/top/news_bg_pc.png) bottom center no-repeat #f2f2f2;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, -1%);
  }
  .sec-whatnew > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
    gap: 30px;
    max-width: 1500px;
  }
  .sec-whatnew .leadtext {
    width: 100%;
  }
  .sec-whatnew .sec-news,
.sec-whatnew .sec-instagram {
    width: calc((100% - 30px) / 2);
  }
  .sec-whatnew .leadtext {
    font-size: clamp(62px, 3.44vw, 86px);
    letter-spacing: 0.4px;
  }
  .sec-whatnew .sectitle {
    font-size: clamp(38px, 5.2vw, 78px) !important;
    line-height: 1.3;
  }
}
.sec-whatnew .go-index {
  margin-left: auto;
  margin-right: 1em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec-whatnew .go-index a {
  text-decoration: none;
  color: #212529;
}

.sec-news {
  gap: 0;
  position: relative;
  z-index: 0;
}
.sec-news .sectitle {
  color: #a0dcff;
  padding-right: 0.8em;
  background: url(../images/top/icon_house_pc.png) right center no-repeat;
  background-size: 20%;
}

.index-news::after {
  content: "";
  width: calc(100% + 1em);
  height: calc(100% + 4.5em);
  position: absolute;
  background-color: #fff;
  z-index: -1;
  top: -2.5em;
  left: -0.5em;
}
.index-news .excerpt.entry-news {
  flex-wrap: wrap;
  gap: 0 0.8em;
}
.index-news .excerpt.entry-news .entry-name {
  width: 100%;
}

.sec-instagram {
  gap: 0;
  padding-block: 4em 2em;
  position: relative;
  z-index: 0;
}
.sec-instagram .sectitle {
  color: #ec7792;
}
.sec-instagram #sb_instagram {
  position: relative;
  padding-inline: 10px;
}
.sec-instagram #sb_instagram::after {
  content: "";
  width: 100%;
  height: calc(100% + 4.5em);
  position: absolute;
  background-color: #fff;
  z-index: -1;
  top: -2.5em;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .sec-instagram {
    padding-top: 0;
  }
}

.sec {
  margin-top: 9.3333333333%;
  position: relative;
}
.sec .sec-kv-box {
  position: relative;
}
.sec .sec-kv-box .keyimg {
  width: 88.2666666667%;
}
.sec .sec-kv-box .vertical-text-updown {
  width: 6.9333333333%;
  position: absolute;
}
.sec .sec-kv-box .vertical-text-downup {
  width: 6.9333333333%;
  position: absolute;
}
.sec .in_box-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 600;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec {
    padding-bottom: 12.2666666667%;
  }
}
.sec-notyetdaycare {
  margin-top: 9.3333333333%;
  position: relative;
}
.sec-notyetdaycare .secname {
  width: 67.7333333333%;
  margin: 0.5em auto;
}
.sec-notyetdaycare .secread {
  width: 89.3333333333%;
  margin: 0.5em auto;
}
.sec-notyetdaycare .leadtext {
  width: 82.6666666667%;
  margin: 0.5em auto;
}
.sec-notyetdaycare .vertical-text-updown {
  top: -2%;
  right: 5%;
}
.sec-notyetdaycare .vertical-text-downup {
  top: 20%;
  right: 14%;
}
.sec-notyetdaycare .keyimg {
  margin-top: 1.5em;
  margin-inline: auto;
}
.sec-notyetdaycare .sec-in-box {
  gap: 0;
}
.sec-notyetdaycare .in_box-title {
  font-size: clamp(21px, 5.6vw, 46px);
  color: #e6bea0;
}
.sec-notyetdaycare .in_box-text {
  line-height: 1.8;
  margin-top: 0.8em;
  width: 80%;
}
.sec-notyetdaycare .in_box-pr {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: clamp(17px, 4.5vw, 38px);
  font-weight: 700;
  color: #4d4d4d;
  margin-top: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}
.sec-notyetdaycare .in_box-pr:before, .sec-notyetdaycare .in_box-pr:after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #4d4d4d;
}
.sec-notyetdaycare .in_box-pr:before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.sec-notyetdaycare .in_box-pr:after {
  margin-left: 30px;
  transform: rotate(35deg);
}
.sec-notyetdaycare .in_box-btn {
  width: 88%;
}
@media screen and (max-width: 767px) {
  .sec-notyetdaycare {
    background: url(../images/top/notyetdaycare_bg_sp.png) bottom center no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-notyetdaycare::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    max-width: 2500px;
    background: url(../images/top/notyetdaycare_bg_pc.png) bottom center no-repeat;
    background-size: 100% auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .sec-notyetdaycare > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
    max-width: 1500px;
    gap: 6.4%;
    padding-inline: 3.4666666667%;
  }
  .sec-notyetdaycare .secname {
    width: 36.3333333333%;
  }
  .sec-notyetdaycare .secread {
    width: 38.9333333333%;
  }
  .sec-notyetdaycare .leadtext {
    width: 37%;
  }
  .sec-notyetdaycare .sec-kv-box {
    width: 40%;
  }
  .sec-notyetdaycare .sec-kv-box .keyimg {
    width: 97.8333333333%;
  }
  .sec-notyetdaycare .sec-in-box {
    width: 42.6666666667%;
    margin: auto;
  }
  .sec-notyetdaycare .in_box-title {
    font-size: clamp(22px, 1.6vw, 40px);
  }
  .sec-notyetdaycare .in_box-text {
    font-size: clamp(6px, 0.7vw, 18px);
  }
  .sec-notyetdaycare .in_box-pr {
    font-size: clamp(12px, 0.95vw, 26px);
  }
  .sec-notyetdaycare .in_box-pr:before, .sec-notyetdaycare .in_box-pr:after {
    content: "";
    width: 3px;
    height: 2em;
    background-color: #4d4d4d;
  }
  .sec-notyetdaycare .in_box-pr:before {
    margin-right: 30px;
    transform: rotate(-35deg);
  }
  .sec-notyetdaycare .in_box-pr:after {
    margin-left: 30px;
    transform: rotate(35deg);
  }
}

.sec-admission .secname {
  width: 28.8%;
  margin: 0.5em auto;
}
.sec-admission .secread {
  width: 80%;
  margin: 0.5em auto;
}
.sec-admission .leadtext {
  width: 90.1333333333%;
  margin: 0.5em auto;
}
.sec-admission .keyimg {
  margin-top: 5.3333333333%;
  margin-inline: auto;
}
.sec-admission .vertical-text-updown {
  top: -2%;
  right: 5%;
}
.sec-admission .vertical-text-downup {
  top: 20%;
  right: 14%;
}
.sec-admission .in_box-title {
  width: 76%;
}
.sec-admission .link-area {
  margin-top: 4%;
}
.sec-admission .in_box-btn {
  margin-top: 3%;
}
.sec-admission .in_box-lists {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: space-around;
  padding-bottom: 2em;
  gap: 0.5em 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .sec-admission {
    background: url(../images/top/admission_bg_sp.png) bottom center no-repeat;
    background-size: contain;
  }
  .sec-admission .in_box-lists > li:nth-of-type(1) {
    flex-basis: 41.8666666667%;
  }
  .sec-admission .in_box-lists > li:nth-of-type(2) {
    flex-basis: 39.2%;
  }
  .sec-admission .in_box-lists > li:nth-of-type(3) {
    flex-basis: 48%;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-admission::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    max-width: 2500px;
    background: url(../images/top/admission_bg_pc.png) bottom center no-repeat;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, -1%);
  }
  .sec-admission > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
    max-width: 1500px;
    justify-content: center;
    gap: 1.7333333333%;
    padding-bottom: 4.6666666667%;
  }
  .sec-admission .sec-header {
    order: 1;
  }
  .sec-admission .sec-kv-box {
    order: 3;
  }
  .sec-admission .sec-in-box {
    order: 2;
  }
  .sec-admission .secname {
    width: 14.5333333333%;
  }
  .sec-admission .secread {
    width: 41.4%;
  }
  .sec-admission .leadtext {
    width: 48.1333333333%;
  }
  .sec-admission .sec-kv-box {
    width: 40%;
  }
  .sec-admission .sec-kv-box .keyimg {
    width: 97.8333333333%;
  }
  .sec-admission .sec-in-box {
    padding-top: 12.5%;
    width: 53.3333333333%;
  }
  .sec-admission .in_box-lists {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
  .sec-admission .in_box-lists > li:nth-of-type(1) {
    flex-basis: 30.375%;
  }
  .sec-admission .in_box-lists > li:nth-of-type(2) {
    flex-basis: 35%;
  }
  .sec-admission .in_box-lists > li:nth-of-type(3) {
    flex-basis: 30.375%;
  }
}

.sec-philosophy > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-philosophy .secname {
  width: 60.8%;
}
.sec-philosophy .secread {
  margin-top: 1.5em;
  width: 59.7333333333%;
}
.sec-philosophy .link-btn {
  width: 85.0666666667%;
  margin-top: 35%;
}
.sec-philosophy .in_box-lists {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 1.5em;
  justify-content: space-around;
  padding-bottom: 2em;
  gap: 0.5em 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .sec-philosophy {
    background: url(../images/top/philosophy_bg_sp.png) top center no-repeat;
    background-size: contain;
  }
  .sec-philosophy .in_box-lists > li:nth-of-type(1) {
    flex-basis: 41.8666666667%;
  }
  .sec-philosophy .in_box-lists > li:nth-of-type(2) {
    flex-basis: 39.2%;
  }
  .sec-philosophy .in_box-lists > li:nth-of-type(3) {
    flex-basis: 48%;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-philosophy::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    max-width: 2500px;
    background: url(../images/top/philosophy_bg_pc.png) top center no-repeat;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, -1%);
  }
  .sec-philosophy > .wp-block-group__inner-container {
    gap: 0.5em;
    width: 60%;
    margin: auto;
    max-width: 1500px;
  }
  .sec-philosophy .secname {
    width: 33.7333333333%;
  }
  .sec-philosophy .secread {
    width: 46%;
  }
  .sec-philosophy .link-btn {
    margin-top: 4.5%;
    margin-left: 2.5%;
    width: 71.3333333333%;
  }
  .sec-philosophy .in_box-lists {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 4%;
  }
  .sec-philosophy .in_box-lists > li:nth-of-type(1) {
    flex-basis: 30.2666666667%;
  }
  .sec-philosophy .in_box-lists > li:nth-of-type(2) {
    flex-basis: 31.3333333333%;
  }
  .sec-philosophy .in_box-lists > li:nth-of-type(3) {
    flex-basis: 38.4666666667%;
  }
}

.sec-recruit {
  margin-top: 0 !important;
  background-size: 100% auto;
}
.sec-recruit .secname {
  width: 24%;
  margin: 0.3em auto;
}
.sec-recruit .secread {
  margin-top: 1.5em;
  width: 73.3333333333%;
  margin: 0.3em auto;
}
.sec-recruit .sec-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.2em auto;
  font-size: clamp(20px, 5.6vw, 46px);
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec-recruit .in_box-btn {
  width: 75.7333333333%;
}
@media screen and (max-width: 767px) {
  .sec-recruit {
    padding-top: 12%;
    background: url(../images/top/recruit-bg_sp.png) top center no-repeat;
    background-size: contain;
  }
  .sec-recruit .sec-text .text-wrap {
    display: block;
  }
  .sec-recruit .in_box-btn {
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-recruit {
    aspect-ratio: 50/23;
  }
  .sec-recruit::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    max-width: 2500px;
    background: url(../images/top/recruit_bg_pc.png) top center no-repeat;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, 0%);
    aspect-ratio: 50/23;
  }
  .sec-recruit > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: auto;
    max-width: 1500px;
    padding-block: 1.6%;
  }
  .sec-recruit .secname {
    width: 14.2%;
  }
  .sec-recruit .secread {
    margin: 0;
    width: 31.7333333333%;
  }
  .sec-recruit .sec-text {
    margin: 0;
    width: 87.4666666667%;
    font-size: clamp(20px, 2.4vw, 60px);
  }
  .sec-recruit .sec-kv {
    width: 96.4%;
    margin-left: auto;
  }
  .sec-recruit .in_box-btn {
    width: 60%;
    margin-left: auto;
  }
}

.sec-schoolbas {
  position: relative;
  padding-bottom: 4%;
}
.sec-schoolbas .secread {
  width: 73.3333333333%;
  margin-inline: auto;
}
.sec-schoolbas .secname {
  text-align: center;
  margin-block: 5.3% 16.5%;
}
.sec-schoolbas .bus-route .vertical-text-updown {
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .sec-schoolbas {
    background: url(../images/top/schoolbus_bg_sp.png) bottom center no-repeat;
    background-size: 100% auto;
  }
  .sec-schoolbas .sec-aw {
    width: 26.1333333333%;
    margin-left: auto;
    margin-right: 2%;
    margin-top: -10%;
  }
  .sec-schoolbas .bus-route .slide-in {
    width: 68%;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-schoolbas {
    margin-top: 8em !important;
    aspect-ratio: 250/91;
  }
  .sec-schoolbas::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    max-width: 2500px;
    background: url(../images/top/schoolbus_bg_pc.png) top center no-repeat;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, 0%);
    aspect-ratio: 250/91;
  }
  .sec-schoolbas > .wp-block-group__inner-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: auto;
    max-width: 1500px;
    padding-block: 1.6%;
  }
  .sec-schoolbas .sec-aw {
    width: 27.6%;
    position: absolute;
    left: auto;
    right: 0;
    margin-top: 0%;
  }
  .sec-schoolbas .secname {
    width: 23.3333333333%;
    font-size: clamp(10px, 1.3vw, 40px);
  }
  .sec-schoolbas .secread {
    margin: 0;
    width: 38.1333333333%;
  }
  .sec-schoolbas .bus-route {
    width: 90.2%;
    justify-content: space-around;
    align-items: end;
  }
  .sec-schoolbas .bus-route figure {
    width: 49.741315595%;
    padding: 0 7%;
  }
}

.sec-linkarea {
  gap: 3em;
}
@media print, screen and (min-width: 768px) {
  .sec-linkarea {
    aspect-ratio: 1250/491;
    display: grid;
    place-items: center;
  }
  .sec-linkarea::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    max-width: 2500px;
    background: url(../images/top/linkarea_bg_pc.png) top center no-repeat;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, 0%);
    aspect-ratio: 1250/491;
  }
  .sec-linkarea > .wp-block-group__inner-container {
    width: 60%;
    display: grid;
    grid-template-columns: auto auto;
    margin: auto;
    gap: 3.6666666667%;
    flex-wrap: nowrap;
    max-width: 2500px;
    margin: auto;
    padding-inline: 3.4666666667%;
  }
  .sec-linkarea .link-button {
    gap: 3.4666666667% 0;
  }
}

.blurFadeIn {
  -webkit-animation: blurFadeIn linear both;
          animation: blurFadeIn linear both;
  animation-timeline: view();
  animation-range: entry 20% entry 60%;
}

@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    transform: translateY(48px) scale(0.96);
    filter: blur(4px);
  }
  50% {
    opacity: 0;
    transform: translateY(48px) scale(0.96);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes blurFadeIn {
  0% {
    opacity: 0;
    transform: translateY(48px) scale(0.96);
    filter: blur(4px);
  }
  50% {
    opacity: 0;
    transform: translateY(48px) scale(0.96);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
/*========= 下から ===============*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*========= 上から ===============*/
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*========= 下から上（ちょっと回転） ===============*/
.flipRightTop {
  -webkit-animation-name: flipRightTopAnime;
          animation-name: flipRightTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/*========= blur（じわっ） ===============*/
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/*========= zoom（拡大） ===============*/
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.zoomInTrigger,
.flipLeftTopTrigger,
.flipRightTopTrigger,
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.blurTrigger {
  opacity: 0;
}

/*========= *文字動き ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/* 上下のアニメーション*/
.upAnime {
  opacity: 0; /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  -webkit-animation-name: slideTextY100;
          animation-name: slideTextY100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  -webkit-animation-name: slideTextY-100;
          animation-name: slideTextY-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.modaal-iframe.modaal-wrapper {
  height: 86%;
  overflow: hidden;
}
.modaal-iframe .modaal-container {
  background-color: initial;
  box-shadow: initial;
  width: 90%;
}
@media print, screen and (min-width: 768px) {
  .modaal-iframe .modaal-container {
    max-width: 2000px !important;
  }
}
@media screen and (max-width: 767px) {
  .modaal-iframe .modaal-container {
    max-width: initial !important;
    margin-top: 2em;
    height: 90% !important;
  }
  .modaal-iframe .modaal-container .modaal-close {
    right: 0;
  }
}

#modaliframe {
  height: 100%;
}
@media screen and (max-width: 654px) {
  #modaliframe {
    height: 100%;
    overflow: hidden;
  }
}

.sec-movielink {
  display: flex;
  width: 100%;
  gap: 16.6%;
}
.sec-movielink .movielink-item {
  flex-basis: 50%;
}
.sec-movielink:has(video) {
  justify-content: center;
}
.sec-movielink video {
  aspect-ratio: 700/394;
}
.sec-movielink.sp-movie {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 700/394;
}
@media screen and (max-width: 654px) {
  .sec-movielink {
    flex-direction: column;
    gap: 2em;
  }
  .sec-movielink .movielink-item {
    width: 80%;
    margin-inline: auto;
  }
}