@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 481px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 576px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1239px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .hidden-pc-down {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .hidden-pc-up {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pl-1 {
  padding-right: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pl-2 {
  padding-right: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pl-3 {
  padding-right: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pl-4 {
  padding-right: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pl-5 {
  padding-right: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pl-6 {
  padding-right: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pl-7 {
  padding-right: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pl-8 {
  padding-right: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pl-9 {
  padding-right: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pl-10 {
  padding-right: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

html {
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.7em;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.content-inner--s {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  .content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

@-webkit-keyframes img-switch-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes img-switch-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes img-switch-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes img-switch-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    height: 0;
    bottom: 0;
  }
  50% {
    height: 30px;
    bottom: -30px;
  }
  100% {
    height: 0;
    bottom: -30px;
  }
}
@keyframes scrollDown {
  0% {
    height: 0;
    bottom: 0;
  }
  50% {
    height: 30px;
    bottom: -30px;
  }
  100% {
    height: 0;
    bottom: -30px;
  }
}
@-webkit-keyframes scrollDownSp {
  0% {
    height: 0;
    bottom: 0;
  }
  50% {
    height: 8vw;
    bottom: -8vw;
  }
  100% {
    height: 0;
    bottom: -8vw;
  }
}
@keyframes scrollDownSp {
  0% {
    height: 0;
    bottom: 0;
  }
  50% {
    height: 8vw;
    bottom: -8vw;
  }
  100% {
    height: 0;
    bottom: -8vw;
  }
}
@-webkit-keyframes baloonUp {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-80%);
  }
}
@keyframes baloonUp {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-80%);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeup {
  opacity: 0;
}
.fadeup.scrollin {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

/*
.fadeup-in {
    &::before {
        opacity: 0;
    }

    &.scrollin {
        &::before {
            animation-name: fadeUp;
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-duration: 2s;
            animation-fill-mode:forwards;
            animation-iteration-count: 1;
            opacity:0;
        }
    }
}
*/
.lp-wrapper {
  display: flex;
  width: 100%;
}

.aside {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  background: url(../img/pc_bg.png) no-repeat top center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .aside {
    display: none;
  }
}
.aside-l, .aside-r {
  position: relative;
  width: calc((100% - 500px) / 2);
}
@media screen and (max-width: 767px) {
  .aside-l, .aside-r {
    display: none;
  }
}
.aside-l .aside__img {
  justify-content: flex-end;
}
.aside__logo {
  position: absolute;
  display: block;
  top: 50px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .aside__logo {
    display: none;
  }
}
.aside__logo img {
  width: 35%;
  min-width: 180px;
  height: auto;
  margin: 0 auto;
}
.aside__img {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 0 5%;
  opacity: 0;
  transition: all 3s cubic-bezier(0.23, 1, 0.32, 1) 0.5s; /* easeOutQuint */
}
@media screen and (max-width: 991px) {
  .aside__img {
    display: none;
  }
}
.is-start .aside__img {
  bottom: 50px;
  opacity: 1;
}
.aside__img li {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 70vh;
  max-height: 930px;
}
.aside__img li.is-move img {
  -webkit-animation-play-state: running !important;
          animation-play-state: running !important;
}
.aside__img li img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.aside__img li img:nth-of-type(1) {
  -webkit-animation: img-switch-out 1s step-end alternate infinite;
          animation: img-switch-out 1s step-end alternate infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.aside__img li img:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: img-switch-in 1s step-end alternate infinite;
          animation: img-switch-in 1s step-end alternate infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

main {
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  border-left: 20px solid #46b9c2;
  border-right: 20px solid #ff9900;
  opacity: 0;
  background: #fff;
  transition: opacity 0.4s ease-in;
}
@media screen and (max-width: 991px) {
  main {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main {
    max-width: 100%;
    border: none;
  }
}
.is-start main {
  opacity: 1;
}
main .mv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  background: #fff url(../img/sp_bg.png) no-repeat 0 100px;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  main .mv {
    padding: 5vw;
  }
}
main .mv__logo {
  position: absolute;
  top: 20px;
  left: 25px;
  display: inline-block;
  width: 36%;
}
@media screen and (max-width: 991px) {
  main .mv__logo {
    top: 4vw;
    left: 5vw;
  }
}
main .mv__ttl {
  position: absolute;
  top: 52%;
  width: 100%;
  padding: 0 25px;
  text-align: right;
  transition: all 3s cubic-bezier(0.23, 1, 0.32, 1) 1.5s; /* easeOutQuint */
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  main .mv__ttl {
    top: 50%;
    padding: 0 5vw;
  }
}
.is-start main .mv__ttl {
  opacity: 1;
}
main .mv__ttl-new {
  position: absolute;
  top: 0;
  left: 30px;
  width: 70%;
  transform: translateY(-85%);
}
@media screen and (max-width: 991px) {
  main .mv__ttl-new {
    left: 5vw;
  }
}
main .mv__ttl-new.blink {
  -webkit-animation: blink 2s ease-in-out infinite;
          animation: blink 2s ease-in-out infinite;
}
main .mv__ttl span {
  display: inline-block;
  margin: 0 auto;
  line-height: 1.4em;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  text-align: left;
}
@media screen and (max-width: 991px) {
  main .mv__ttl span {
    font-size: 8.4vw;
  }
}
main .mv__ttl .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 15px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
main .mv__img {
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
  height: 610px;
}
@media screen and (max-width: 991px) {
  main .mv__img {
    margin-left: -5vw;
    margin-right: -5vw;
    height: 126vw;
  }
}
main .mv__img > span {
  display: inline-block;
  position: absolute;
  transition: all 3s cubic-bezier(0.23, 1, 0.32, 1) 1s; /* easeOutQuint */
  opacity: 0;
}
.is-start main .mv__img > span {
  opacity: 1;
}
main .mv__img > span::before {
  position: absolute;
  top: 10px;
  left: 5%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  main .mv__img > span::before {
    left: 2vw;
    top: 2vw;
  }
}
main .mv__img > span img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
main .mv__img-1::before, main .mv__img-2::before {
  background: rgba(70, 185, 194, 0.25);
}
main .mv__img-3::before, main .mv__img-4::before {
  background: rgba(255, 153, 0, 0.25);
}
main .mv__img-1 {
  top: 0;
  right: 5%;
  width: 31.5%;
}
main .mv__img-2 {
  top: 80px;
  left: 0;
  width: 51%;
}
@media screen and (max-width: 991px) {
  main .mv__img-2 {
    top: 15vw;
  }
}
main .mv__img-3 {
  bottom: 60px;
  left: 5%;
  width: 31%;
}
@media screen and (max-width: 991px) {
  main .mv__img-3 {
    bottom: 15vw;
  }
}
main .mv__img-4 {
  bottom: 10px;
  right: 2.5%;
  width: 47%;
}
main .mv__txt {
  position: relative;
}
main .mv__txt::before {
  content: "";
  display: block;
  width: 80%;
  aspect-ratio: 27/28;
  background: url(../img/mv_anime.png) no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation: splice 1.5s steps(1) infinite;
          animation: splice 1.5s steps(1) infinite;
}
main .mv__txt p {
  position: absolute;
  top: 50px;
  left: 4%;
  margin-left: 30px;
  line-height: 2.2em;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 991px) {
  main .mv__txt p {
    top: 5vw;
    margin-left: 5vw;
    font-size: 4.2vw;
  }
}
main .mv .scrolldown {
  position: relative;
  margin: 20px auto;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  main .mv .scrolldown {
    margin: 5vw auto 10vw;
    font-size: 3.6vw;
  }
}
main .mv .scrolldown::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -30px;
  height: 30px;
  width: 1px;
  background-color: #000;
  -webkit-animation: scrollDown 1.5s ease-in-out 2s infinite forwards;
          animation: scrollDown 1.5s ease-in-out 2s infinite forwards;
}
@media screen and (max-width: 991px) {
  main .mv .scrolldown::before {
    bottom: -8vw;
    height: 8vw;
    -webkit-animation: scrollDownSp 1.5s ease-in-out 2s infinite forwards;
            animation: scrollDownSp 1.5s ease-in-out 2s infinite forwards;
  }
}
main .mv .scrolldown::after {
  content: "";
  position: absolute;
  right: calc(50% - 0.5em);
  bottom: -40px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  width: 1em;
  height: 1em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media screen and (max-width: 991px) {
  main .mv .scrolldown::after {
    bottom: -9vw;
    right: calc(50% - 1.6vw);
    width: 3.2vw;
    height: 3.2vw;
  }
}
main .mv .scrolldown span {
  font-weight: bold;
  font-family: "Oooh Baby", cursive;
}

.section {
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 25px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section {
    margin-bottom: 20vw;
    padding: 0 5vw;
  }
}
.section-img {
  margin: 0 -25px 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-img {
    margin: 0 -6.5vw 6vw;
  }
}
.section-img img {
  width: 100%;
}
.section-ttl {
  margin: 0 auto 0.5em;
  font-size: 4rem;
  color: #46b9c2;
}
@media screen and (max-width: 991px) {
  .section-ttl {
    font-size: 10vw;
  }
}
#childcare .section-ttl {
  color: #ff9900;
}
.section-ttl-jp {
  display: block;
  margin-top: 0.3em;
  font-family: "Yomogi", cursive;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 991px) {
  .section-ttl-jp {
    margin-top: 0.5em;
  }
}
.section-ttl-en {
  display: inline-block;
  font-size: 0.72em;
  font-weight: 400;
  font-family: "Oooh Baby", cursive;
  letter-spacing: normal;
  color: #777777;
  text-align: left;
  transform: rotate(-10deg);
}
.section-ttl + p {
  margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
  .section-ttl + p {
    margin-bottom: 10vw;
  }
}
.section p {
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 991px) {
  .section p {
    font-size: 4.2vw;
  }
}

.point-item {
  margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
  .point-item {
    margin-bottom: 10vw;
  }
}
.point-item:nth-child(even) .point-item__img + p:before, .point-item:nth-child(even) .point-item__img + p:after {
  left: auto;
  right: 100px;
  transform: scale(-1, 1);
}
.point-item:nth-child(even) .point-item__img + p:after {
  margin-left: 0;
  margin-right: 2px;
}
#studio .point-item:nth-child(1) .point-item__img::before {
  left: 0;
  width: 36%;
  aspect-ratio: 230/337;
  background: url(../img/studio_point01_anime.png) no-repeat 0 0;
  background-size: 100% auto;
}
#studio .point-item:nth-child(2) .point-item__img::before {
  right: 3%;
  width: 44%;
  aspect-ratio: 4/5;
  background: url(../img/studio_point02_anime.png) no-repeat 0 0;
  background-size: 100% auto;
}
#childcare .point-item:nth-child(1) .point-item__img::before {
  left: -4%;
  width: 40%;
  aspect-ratio: 12/17;
  background: url(../img/childcare_point01_anime.png) no-repeat 0 0;
  background-size: 100% auto;
}
#childcare .point-item:nth-child(2) .point-item__img::before {
  right: -3%;
  width: 40%;
  aspect-ratio: 25/34;
  background: url(../img/childcare_point02_anime.png) no-repeat 0 0;
  background-size: 100% auto;
}
.point-item__img {
  position: relative;
}
.point-item__img img {
  width: 100%;
}
.point-item__img.scrollin::before {
  -webkit-animation: splice 1.5s steps(1) infinite, fadeUp 2s cubic-bezier(0.23, 1, 0.32, 1) 1 forwards;
          animation: splice 1.5s steps(1) infinite, fadeUp 2s cubic-bezier(0.23, 1, 0.32, 1) 1 forwards;
}
.point-item__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
}
.point-item__img + p {
  position: relative;
  margin-top: 40px;
  padding-top: 1em;
  border-top: 2px solid #46b9c2;
}
#childcare .point-item__img + p {
  border-color: #ff9900;
}
.point-item__img + p:before, .point-item__img + p:after {
  position: absolute;
  left: 100px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
.point-item__img + p:before {
  top: -30px;
  border-width: 30px 0 0 20px;
  border-color: transparent transparent transparent #46b9c2;
}
#childcare .point-item__img + p:before {
  border-left-color: #ff9900;
}
.point-item__img + p:after {
  top: -24px;
  margin-left: 2px;
  border-width: 28px 0 0 18px;
  border-color: transparent transparent transparent #fff;
}

.class {
  position: relative;
  margin-top: 150px;
  padding: 30px 15px;
  background: url(../img/class_bg.jpg) top left;
  background-size: 25%;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .class {
    margin-top: 35vw;
    padding: 6.5vw 4vw;
  }
}
#childcare .class {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  #childcare .class {
    margin-top: 25vw;
  }
}
.class-baloon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 70%;
  opacity: 0;
}
#childcare .class-baloon {
  width: 50%;
}
.class-baloon.scrollin {
  -webkit-animation-name: baloonUp;
          animation-name: baloonUp;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.class-item {
  margin: 0 auto 40px;
  padding: 25px 25px 0;
  background: #FCF9F5;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .class-item {
    margin-bottom: 10vw;
    padding: 4vw 4vw 0;
  }
}
.class-item:first-child figure {
  margin-right: -15px;
  text-align: right;
}
.class-item:first-child figure.img-l {
  margin-left: -15px;
  text-align: left;
}
.class-item:last-child {
  margin-bottom: 0;
}
.class-item:nth-of-type(even) figure {
  margin-left: -15px;
}
.class-item:nth-of-type(odd) figure {
  margin-right: -15px;
}
.class-item figure {
  width: 100%;
}
.class-item h3 {
  margin: 0 auto 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .class-item h3 {
    font-size: 3.6vw;
  }
}
.class-item h3 span {
  position: relative;
  display: block;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  font-size: 1.3em;
  line-height: 1.5em;
}
.class-item h3 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #000;
}

#movie h2 {
  position: relative;
  margin: 0 auto 5px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #movie h2 {
    margin-bottom: 1vw;
  }
}
#movie h2::before {
  content: "";
  position: absolute;
  left: 45%;
  display: inline-block;
  width: 20%;
  background: url(../img/movie_anime.png) no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation: splice 1.5s steps(1) infinite;
          animation: splice 1.5s steps(1) infinite;
  overflow: hidden;
  aspect-ratio: 16/5;
}
#movie h2 img {
  width: 100%;
}
#movie .movie {
  position: relative;
  aspect-ratio: 16/9;
  margin: 0 -25px;
}
@media screen and (max-width: 991px) {
  #movie .movie {
    margin: 0 -6.5vw;
  }
}
@media screen and (min-width: 992px) {
  #movie .movie:hover .movie-overlay {
    background: rgba(0, 0, 0, 0.3);
  }
}
#movie .movie iframe, #movie .movie video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#movie .movie-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: none;
  transition: 0.2s ease;
}

@-webkit-keyframes splice {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 100%;
  }
}

@keyframes splice {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 100%;
  }
}
#about {
  margin: 0 auto 50px;
}
@media screen and (max-width: 991px) {
  #about {
    margin-bottom: 10vw;
  }
}
#about h2 {
  position: relative;
  margin: 0 auto 5px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #about h2 {
    margin-bottom: 1vw;
  }
}
#about h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/detail_anime.png) no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation: splice 1.5s steps(1) infinite;
          animation: splice 1.5s steps(1) infinite;
  overflow: hidden;
}
#about h2 img {
  width: 100%;
}
#about .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border: 2px solid #46b9c2;
  border-radius: 9999px;
  transition: 0.2s ease-in;
}
@media screen and (max-width: 991px) {
  #about .btn {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 992px) {
  #about .btn:hover {
    color: #fff;
    border-color: #A2DCE0;
    background: #A2DCE0;
  }
}

.footer {
  padding: 5%;
  text-align: center;
  background: #46b9c2;
}
.footer__logo {
  display: inline-block;
  width: 35%;
}
.footer__logo img {
  filter: brightness(0) invert(1);
}/*# sourceMappingURL=styles.css.map */