@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.fv {
  position: relative;
}
.fv #custom-cursor {
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(../img/index/cursor.png) no-repeat center/contain;
  pointer-events: none; /* クリックを邪魔しない */
  display: none;
  z-index: 2;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.fv #custom-cursor.active {
  transform: scale(1);
}
.fv iframe {
  pointer-events: none;
}
.fv_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv_container {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  max-height: 864px;
  background: #000;
}
.fv_container .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbfbf9 url(../img/index/bg.jpg) no-repeat center top;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease-in-out;
}
.fv_container .loading img {
  width: 42%;
  max-width: 880px;
  transform: translate(-2%, 4%);
}
.fv_container .loading.hidden {
  opacity: 0;
  pointer-events: none;
}
.fv_container iframe {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}
.fv_container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1920px;
}
.fv #youtube-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.fv #bnr_btn {
  position: absolute;
  bottom: 60px;
  right: 65px;
  width: 18.3%;
  max-width: 320px;
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .fv #bnr_btn {
    z-index: 3;
  }
}
@media screen and (max-width: 1024px) {
  .fv #btn_play--sp {
    position: absolute;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%);
    width: 62.666%;
    max-width: 470px;
    height: 52px;
    background: url(../img/index/cursor_sp.png) no-repeat center/contain;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    margin-bottom: 35vw;
  }
  .fv_container {
    min-width: inherit;
    height: inherit;
    min-height: inherit;
    padding-top: 0;
  }
  .fv_container .loading {
    background-size: cover;
  }
  .fv_container .loading img {
    width: 87.52%;
  }
  .fv #youtube-background {
    width: 100vh;
    height: 177.78vh;
  }
  .fv #bnr_btn {
    position: absolute;
    bottom: -45vw;
    right: 0;
    width: 72.666%;
    max-width: none;
    z-index: 1;
  }
}

.bg03 {
  position: relative;
  background-image: url(../img/facility/facility_bg_left.png), url(../img/facility/facility_bg_right.png);
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-position: left top, right;
  background-color: #fbfbf9;
}
@media (max-width: 1280px) {
  .bg03 {
    background-size: cover;
    background-image: url(../img/facility/facility_bg_sp.png);
    background-position: center 4%;
  }
}

div#contents-facility {
  padding-top: 17.5rem;
}
@media (max-width: 767px) {
  div#contents-facility {
    padding-top: 9rem;
  }
}

.facility-cando_container {
  max-width: 120rem;
  margin: 0 auto;
}

.facility_container--box {
  text-align: center;
  margin-top: 4rem;
  font-size: 2.1rem;
  line-height: 2.6;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .facility_container--box {
    font-size: 1.6rem;
    margin-top: 3.5rem;
  }
}

.facility_container {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .facility_container {
    padding-inline: 1.6rem;
    padding-bottom: 4rem;
  }
}

.facility_container-text {
  text-align: center;
  line-height: 2.6;
}
@media (max-width: 767px) {
  .facility_container-text {
    text-align: left;
    line-height: 2.1;
    padding-inline: 1.4rem;
    width: fit-content;
    margin-inline: auto;
  }
}

.facility_title p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .facility_title p {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.facility_title-img {
  display: block;
  margin: 0 auto;
  width: 30rem;
}
@media (max-width: 767px) {
  .facility_title-img {
    width: 25rem;
  }
}

.facility_title,
h1 {
  text-align: center;
}

.facility-cando_container {
  margin-top: 19rem;
}
@media (max-width: 767px) {
  .facility-cando_container {
    margin-top: 9.5rem;
    padding-bottom: 0;
  }
}

.facility-cando_list {
  margin-top: 7.2rem;
  padding-inline: 3rem;
  display: flex;
  flex-flow: column;
  gap: 13rem;
}
@media (max-width: 767px) {
  .facility-cando_list {
    padding-inline: 1.6rem;
    gap: 5rem;
    margin: 7.4rem auto 0;
    max-width: 45rem;
  }
}

.facility-cando_container p {
  text-align: center;
}

.facility-cando_container h2 {
  text-align: center;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .facility-cando_container h2 {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.facility-cando_subtext {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .facility-cando_subtext {
    font-size: 1.9rem;
    display: flex;
    justify-content: center;
  }
}

.facility-cando-title_img {
  width: 63rem;
}
@media screen and (max-width: 767px) {
  .facility-cando-title_img {
    width: 32rem;
  }
}

.facility-cando_list-item {
  display: flex;
  gap: 4rem;
  position: relative;
}
@media (max-width: 1024px) {
  .facility-cando_list-item {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .facility-cando_list-item {
    flex-flow: column;
  }
}

.facility-cando_list-item:nth-of-type(2) {
  align-items: center;
}

.facility-cando_list-item:nth-of-type(1) .facility-cando_subtext::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 98px;
  background-image: url(../img/facility/work_title_left_2deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 13rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(1) .facility-cando_subtext::before {
    left: calc(50% - 13.4rem);
  }
}
.facility-cando_list-item:nth-of-type(1) .facility-cando_subtext::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 98px;
  background-image: url(../img/facility/work_title_right_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% + 5rem);
  left: calc(50% + 17rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(1) .facility-cando_subtext::after {
    left: calc(50% + 12.8rem);
  }
}
.facility-cando_list-item:nth-of-type(1) .facility-cando_img {
  flex: 1;
  margin-left: -1rem;
  position: relative;
  left: -2rem;
}
@media (max-width: 1024px) {
  .facility-cando_list-item:nth-of-type(1) .facility-cando_img {
    top: 7rem;
  }
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(1) .facility-cando_img {
    top: 0rem;
    width: 97%;
    margin: 2rem auto 0;
    left: 0rem;
  }
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(1) p.facility-cando_text {
    font-size: 1.6rem;
    line-height: 1.75;
    padding-inline: 1rem;
    position: relative;
    margin-top: 2.5rem;
    padding-inline: 1rem;
  }
}

.facility-cando_list-item:nth-of-type(2) .facility-cando_subtext::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 98px;
  background-image: url(../img/facility/tosyo_title_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 19rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(2) .facility-cando_subtext::before {
    top: calc(50% - 0.2rem);
    left: 2.5rem;
  }
}
.facility-cando_list-item:nth-of-type(2) .facility-cando_subtext::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 98px;
  background-image: url(../img/facility/tosyo_title_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% + 2rem);
  left: calc(50% + 21rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(2) .facility-cando_subtext::after {
    left: calc(50% + 16.8rem);
  }
}
.facility-cando_list-item:nth-of-type(2) p.facility-cando_text {
  padding-left: 7rem;
  padding-top: 1.5rem;
  padding-right: 0.1rem;
}
@media (max-width: 1024px) {
  .facility-cando_list-item:nth-of-type(2) p.facility-cando_text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(2) p.facility-cando_text {
    padding-inline: 1rem;
    padding-top: 0;
    margin-top: 2rem;
    line-height: 1.8;
  }
}
.facility-cando_list-item:nth-of-type(2) .facility-cando_img {
  position: relative;
  left: 3rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(2) .facility-cando_img {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}

.facility-cando_list-item:nth-of-type(3) .facility-cando_subtext::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 98px;
  background-image: url(../img/facility/work_title_left_2deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 15.5rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) .facility-cando_subtext::before {
    left: calc(50% - 16rem);
  }
}
.facility-cando_list-item:nth-of-type(3) .facility-cando_subtext::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 98px;
  background-image: url(../img/facility/work_title_right_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% + 5rem);
  left: calc(50% + 20.4rem);
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) .facility-cando_subtext::after {
    left: calc(50% + 16rem);
  }
}
.facility-cando_list-item:nth-of-type(3) .facility-cando_text-box {
  position: relative;
  padding-top: 4.5rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) .facility-cando_text-box {
    padding-top: 3.5rem;
  }
}
.facility-cando_list-item:nth-of-type(3) .facility-cando_text-box h3 {
  margin-top: 2rem;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) .facility-cando_text-box h3 {
    padding-left: 0rem;
  }
}
.facility-cando_list-item:nth-of-type(3) p.facility-cando_subtext {
  text-align: left;
  display: inline;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) p.facility-cando_subtext {
    display: flex;
    padding-left: 0;
  }
}
.facility-cando_list-item:nth-of-type(3) p.facility-cando_text {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) p.facility-cando_text {
    margin-top: 1.5rem;
    line-height: 1.8;
  }
}
.facility-cando_list-item:nth-of-type(3) .facility-cando_img {
  flex: 1;
  margin-left: -1rem;
  position: relative;
  left: -1rem;
  top: -2rem;
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(3) .facility-cando_img {
    margin-left: 0;
    left: 0;
    top: 0;
  }
}

p.facility-cando_subtext {
  text-align: left;
  display: inline;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  p.facility-cando_subtext {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}

.facility_ceco01 {
  position: absolute;
  top: calc(50% - 10rem);
  left: calc(50% + 19rem);
  transform: translate(-50%, -50%);
  width: 12rem;
}

.facility_ceco02 {
  position: absolute;
  top: calc(50% + 17rem);
  left: calc(50% + 15rem);
  transform: translate(-50%, -50%);
  width: 9rem;
}
@media (max-width: 1150px) {
  .facility_ceco02 {
    top: calc(50% + 20rem);
  }
}
@media (max-width: 1024px) {
  .facility_ceco02 {
    top: calc(50% + 25.5rem);
    width: 8rem;
    left: calc(50% + 26rem);
  }
}
@media (max-width: 767px) {
  .facility_ceco02 {
    top: 8.4rem;
    left: calc(50% - 17rem);
    width: 8rem;
  }
}

.facility_ceco03 {
  position: absolute;
  top: calc(50% + 19rem);
  left: calc(50% + 31rem);
  transform: translate(-50%, -50%);
  width: 12rem;
}
@media (max-width: 1024px) {
  .facility_ceco03 {
    top: auto;
    left: -2.4rem;
    width: 10rem;
    bottom: -11.5rem;
  }
}

.facility_ceco04 {
  position: absolute;
  top: calc(50% + 24rem);
  left: calc(50% - 46rem);
  transform: translate(-50%, -50%);
  width: 24.5rem;
}

.facility_ceco05 {
  position: absolute;
  top: calc(50% + 12rem);
  right: calc(50% - 121rem);
  transform: translate(-50%, -50%);
  width: 23rem;
}
@media (max-width: 1280px) {
  .facility_ceco05 {
    top: calc(50% + 23rem);
    right: calc(50% - 108rem);
    transform: translate(-50%, -50%);
    width: 21rem;
  }
}

.book_ceco01 {
  position: absolute;
  top: calc(50% - 20rem);
  left: calc(50% + 7rem);
  transform: translate(-50%, -50%);
  width: 9rem;
}
@media (max-width: 1070px) {
  .book_ceco01 {
    top: calc(50% - 24rem);
    left: calc(50% + 3rem);
  }
}
@media (max-width: 767px) {
  .book_ceco01 {
    top: 23rem;
    left: calc(50% + 17rem);
  }
}

.book_ceco02 {
  position: absolute;
  top: calc(50% + 16rem);
  left: calc(50% + 48rem);
  transform: translate(-50%, -50%);
  width: 10rem;
}
@media (max-width: 1024px) {
  .book_ceco02 {
    display: none;
  }
}
@media (max-width: 480px) {
  .book_ceco02 {
    top: 51rem;
    left: 0;
    width: 9.5rem;
    z-index: 1;
    display: block;
  }
}

.book_ceco03 {
  position: absolute;
  top: calc(50% + 10rem);
  left: calc(50% + 67rem);
  transform: translate(-50%, -50%);
  width: 23rem;
}
@media (max-width: 1280px) {
  .book_ceco03 {
    top: calc(50% + 28rem);
    left: calc(50% + 52rem);
    transform: translate(-50%, -50%);
    width: 19rem;
  }
}

.kids_ceco01 {
  position: absolute;
  top: calc(50% - 17rem);
  left: calc(50% - 11rem);
  transform: translate(-50%, -50%);
  width: 10rem;
}
@media (max-width: 1050px) {
  .kids_ceco01 {
    left: calc(50% + 3rem);
    top: calc(50% - 25rem);
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .kids_ceco01 {
    top: 48.5rem;
    left: calc(50% + 16rem);
    width: 7rem;
  }
}

.kids_ceco02 {
  position: absolute;
  top: calc(50% + 11rem);
  left: calc(50% - 6rem);
  transform: translate(-50%, -50%);
  width: 10rem;
}
@media (max-width: 1280px) {
  .kids_ceco02 {
    left: calc(50% - 1rem);
    top: calc(50% + 15rem);
  }
}
@media (max-width: 1024px) {
  .kids_ceco02 {
    top: calc(50% + 28rem);
  }
}
@media (max-width: 767px) {
  .kids_ceco02 {
    top: 17rem;
    left: calc(50% - 15rem);
    width: 7rem;
  }
}

.kids_ceco03 {
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% + 73.5rem);
  transform: translate(-50%, -50%);
  width: 32rem;
}
@media (max-width: 1280px) {
  .kids_ceco03 {
    position: absolute;
    left: calc(50% + 46.5rem);
    transform: translate(-50%, -50%);
    width: 24rem;
    top: calc(50% + 36rem);
  }
}
@media (max-width: 767px) {
  .kids_ceco03 {
    top: calc(50% + 53rem);
    left: calc(50% + 5.5rem);
    transform: translate(-50%, -50%);
    width: 18rem;
    top: 118%;
  }
}

.kids_ceco04 {
  position: absolute;
  top: calc(50% + 19rem);
  left: calc(50% - 71rem);
  transform: translate(-50%, -50%);
  width: 18rem;
}
@media (max-width: 767px) {
  .kids_ceco04 {
    left: calc(50% - 10rem);
    width: 10rem;
    top: 120%;
  }
}

.facility-cando_text-box {
  width: 60rem;
  position: relative;
  padding-top: 9rem;
}
@media (max-width: 1024px) {
  .facility-cando_text-box {
    width: 45rem;
  }
}
@media (max-width: 767px) {
  .facility-cando_text-box {
    width: 100%;
    padding-top: 0;
  }
}

.facility-cando_list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.facility-cando_list-item:nth-of-type(even) .facility-cando_button {
  padding-left: 8rem;
}
@media screen and (max-width: 1024px) {
  .facility-cando_list-item:nth-of-type(even) .facility-cando_button {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .facility-cando_list-item:nth-of-type(even) {
    flex-flow: column;
  }
}

.facility-cando_text-box h3 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .facility-cando_text-box h3 {
    display: flex;
    justify-content: center;
    margin-top: 1.2rem;
  }
}

.facility-cando_work-title {
  width: 27.6rem;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .facility-cando_work-title {
    width: 21.8rem;
    margin-left: 0;
  }
}

p.facility-cando_subtext.type2 {
  padding-inline: 4rem 2rem;
}
@media (max-width: 767px) {
  p.facility-cando_subtext.type2 {
    padding-inline: 0;
  }
}

.facility-cando_tosyo {
  text-align: end;
  margin-left: auto;
  width: 53rem;
}
@media (max-width: 1024px) {
  .facility-cando_tosyo {
    width: 42rem;
  }
}
@media (max-width: 767px) {
  .facility-cando_tosyo {
    margin-right: auto;
    width: 25.1rem;
  }
}

.facility-cando_img.sp-only {
  margin-top: 2rem;
}

.facility-cando_text-box.type2 {
  text-align: right;
  padding-top: 4rem;
}

.facility-cando_kids-title {
  width: 31rem;
}
@media (max-width: 767px) {
  .facility-cando_kids-title {
    width: 26rem;
  }
}

.facility-cando_img {
  flex: 1;
  margin-left: -1rem;
}
@media (max-width: 767px) {
  .facility-cando_img {
    text-align: center;
  }
}

.facility-cando_btn {
  display: flex;
  justify-content: center;
  margin: 80px auto 120px;
}
@media (max-width: 767px) {
  .facility-cando_btn {
    margin: calc(100 / 750 * 100vw) auto calc(120 / 750 * 100vw);
  }
}

p.facility-cando_text {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  p.facility-cando_text {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-inline: 1rem;
    position: relative;
  }
}

.facility-cando_button {
  margin-top: 3.7rem;
  padding-left: 4.4rem;
}
@media (max-width: 767px) {
  .facility-cando_button {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    padding-left: 0rem;
  }
}

.c-button-link {
  background: url(../img/facility/button_bg.png) no-repeat center/contain;
  position: relative;
  width: 36rem;
  height: 8.5rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  justify-content: center;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .c-button-link {
    font-size: 1.4rem;
    width: 31rem;
    padding-left: 0;
    padding-right: 1rem;
  }
}
@media (hover: hover) {
  .c-button-link:hover {
    opacity: 0.8;
  }
}

.c-button-link::before {
  content: "";
  display: inline-block;
  width: 11px;
  aspect-ratio: 20/17;
  background-image: url(../img/facility/button_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  right: 3rem;
}

a.facility-cando_button-link.type1 {
  font-size: 1.8rem;
  width: 35rem;
  padding-right: 2rem;
  padding-left: 8rem;
}
@media (max-width: 767px) {
  a.facility-cando_button-link.type1 {
    padding-left: 0;
  }
}

a.facility-cando_button-link.type2 {
  font-size: 1.6rem;
  width: 35rem;
  padding-right: 2rem;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  a.facility-cando_button-link.type2 {
    padding-left: 0;
    font-size: 1.4rem;
    width: 31rem;
  }
}

.facility_ceco01 {
  position: absolute;
  top: calc(50% - 10rem);
  left: calc(50% + 19rem);
  transform: translate(-50%, -50%);
  width: 12rem;
}
@media (max-width: 1024px) {
  .facility_ceco01 {
    left: calc(50% + 23rem);
  }
}
@media (max-width: 767px) {
  .facility_ceco01 {
    top: 41rem;
    left: calc(50% + 15rem);
    width: 9rem;
  }
}

.js-facilityBounceIn {
  transform: scale(0.5);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.js-facilityBounceIn.show {
  opacity: 1;
  transform: scale(1);
  animation: bounceIn 0.6s forwards;
}

@keyframes bounceIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.detail_btn_prev {
  display: flex;
  justify-content: center;
  padding: 8rem 0;
}

.detail_btn_prev_link {
  background-image: url(../img/story/button_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 38rem;
  border-radius: 100px;
  height: 6.3rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  justify-content: center;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .detail_btn_prev_link {
    width: 33rem;
    font-size: 1.4rem
  }
}
.detail_btn_prev_link::before {
  content: "";
  display: inline-block;
  width: 11px;
  aspect-ratio: 20/17;
  background-image: url(../img/story-detail/preview_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 3.1rem;
}

.detail_contact {
  padding-bottom: 6rem;
}
@media (max-width: 1280px) {
  .detail_contact {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .detail_contact {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .kids_ceco03, .kids_ceco04 {
    display: none;
  }
}