@charset "UTF-8";
:root {
  --black: #333;
  --green: #00D700;
  --green-dark: #005656;
  --green-light: #D3F5C6;
  --blue: #00D0FF;
}

body {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768.1px) {
  .sp {
    display: none !important;
  }
}
.l-container main {
  color: #fff;
  background: var(--green);
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

.l-container main * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
}

.l-container main ::before,
.l-container main ::after {
  box-sizing: inherit;
}

.l-container main picture,
.l-container main figure {
  display: block;
}

.l-container main img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-container main a,
.l-container main button {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
}
@media (hover: hover) {
  .l-container main a,
  .l-container main button {
    transition: filter 0.2s;
  }
  .l-container main a:hover,
  .l-container main button:hover {
    filter: brightness(0.8);
  }
}

.l-container main ol, .l-container main ul {
  list-style: none;
}

.l-container main sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.l-container main .p-content {
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-container main .p-content {
    width: 92vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-content {
    width: 90%;
    max-width: 900px;
  }
}
.l-container main .p-note {
  margin-top: 1em;
  font-size: 2.6666666667vw;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
  color: #666;
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-note {
    font-size: clamp(10px, 0.8870967742vw, 11px);
  }
}
.l-container main .p-button {
  filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2));
  transition: filter 0.2s linear;
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-button {
    filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.2));
  }
}
.l-container main .p-button img {
  transition: transform 0.2s ease;
}
@media (hover: hover) {
  .l-container main .p-button:hover {
    filter: brightness(0.9) drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
  }
  .l-container main .p-button:hover img {
    transform: scale(1.025);
  }
  .l-container main .p-button:active img {
    transform: scale(1) translateY(2px);
  }
}
.l-container main .p-button.-entry img {
  aspect-ratio: 550/120;
}
.l-container main .p-cv-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-inline: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  text-align: center;
  aspect-ratio: 508/414;
  transition: width 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .l-container main .p-cv-wrap {
    width: 38.9333333333vw;
    height: 31.7333333333vw;
    padding-block: 4.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-cv-wrap {
    width: 250px;
    height: 205px;
    padding-block: 32px;
  }
}
.l-container main .p-cv-wrap::before, .l-container main .p-cv-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: url(../images/cv_door.webp) no-repeat center/contain;
  aspect-ratio: 254/414;
  width: auto;
  height: 100%;
  z-index: 1;
}
.l-container main .p-cv-wrap::before {
  left: 0;
  transition: left 0.1s linear;
  transition-delay: 0.2s;
}
.l-container main .p-cv-wrap::after {
  right: 0;
  transition: right 0.1s linear;
  transition-delay: 0.2s;
}
.l-container main .p-cv-wrap .p-button.-conversion {
  position: absolute;
  display: inline-block;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center bottom;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .l-container main .p-cv-wrap .p-button.-conversion {
    width: 73.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-cv-wrap .p-button.-conversion {
    width: 470px;
  }
}
.l-container main .p-cv-wrap .p-button.-conversion img {
  aspect-ratio: 550/166;
}
.l-container main .p-cv-wrap.is-animated {
  width: 100%;
  aspect-ratio: unset;
}
.l-container main .p-cv-wrap.is-animated .p-button.-conversion {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .l-container main .p-cv-wrap.is-animated::before {
    left: -10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-container main .p-cv-wrap.is-animated::after {
    right: -10.6666666667vw;
  }
}
.l-container main .p-scene-slider {
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-scene-slider {
    height: 180px;
  }
}
.l-container main .p-scene-slider .p-scene-slider_track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll var(--duration, 30s) linear infinite;
  will-change: transform;
}
.l-container main .p-scene-slider .slide {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container main .p-scene-slider .slide {
    width: 50vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-scene-slider .slide {
    width: 311px;
  }
}
.l-container main .p-scene-slider .slide img {
  aspect-ratio: 622/360;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--loop-width)));
  }
}
@media screen and (max-width: 768px) {
  .l-container main .p-scene-slider.-first {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-scene-slider.-first {
    margin-top: min(9.5011876485%, 120px);
  }
}
@media screen and (max-width: 768px) {
  .l-container main .p-outline {
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-outline {
    margin-top: 4em;
  }
}
.l-container main .p-outline dt {
  background: var(--green-light);
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-container main .p-outline dt {
    padding: 0.3em;
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-outline dt {
    padding: 0.55em;
    font-size: 16px;
    font-weight: 700;
  }
}
.l-container main .p-outline dd {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-container main .p-outline dd {
    font-size: 3.4666666667vw;
    padding-block: 0.385em;
  }
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-outline dd {
    font-size: clamp(14px, 1.7777777778vw, 16px);
    padding-block: 0.385em;
  }
}
.l-container main .p-outline dd p:not([class]) {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.l-container main .p-outline dd p:not([class]) + p:not([class]),
.l-container main .p-outline dd ul + p:not([class]) {
  margin-top: 1.5em;
}
.l-container main .p-outline dd em {
  display: block;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-container main .p-outline dd em {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-outline dd em {
    font-size: min(2.2222222222vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .l-container main .p-outline dd + dt {
    margin-top: 1.153846em;
  }
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .p-outline dd + dt {
    margin-top: 1.4em;
  }
}
.l-container main .p-list-disc {
  padding-left: 1.5em;
}
.l-container main .p-list-disc > li {
  list-style-type: disc;
}
.l-container main .p-list-disc > li + li {
  margin-top: 0.3846153846em;
}
.l-container main .p-textlink {
  font-weight: 700;
}
.l-container main .p-textlink::after {
  content: "▶︎";
  margin-left: 0.2em;
}
.l-container main .p-banner {
  position: relative;
  border: 1px solid var(--green-dark);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-container main .p-banner {
    width: 84vw;
  }
}
@media (hover: hover) {
  .l-container main .p-banner {
    transition: filter 0.2s ease;
  }
  .l-container main .p-banner:hover {
    filter: brightness(0.8);
  }
}
.l-container main [data-frag] { /* 隠しリンク */
  display: block;
  position: absolute;
}

#floating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 2000px;
  background-color: var(--blue);
  position: fixed;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 100;
  transform: translateY(150%);
  animation: appearUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s forwards;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #floating {
    gap: 2.6666666667vw;
    height: 21.3333333333vw;
    padding: 2.6666666667vw;
    background-image: url(../images/floating_bg_sp.webp);
  }
}
@media print, screen and (min-width: 768.1px) {
  #floating {
    gap: 13px;
    height: 100px;
    padding: 12px;
    background-image: url(../images/floating_bg_pc.webp);
  }
}
@media screen and (min-width: 1024px) {
  #floating {
    width: calc(100% - 175px);
    left: 175px;
  }
}
@media print {
  #floating {
    position: static;
  }
}
#floating .floating_cv,
#floating .corelis-care-chat {
  height: 100%;
  cursor: pointer;
}
#floating .floating_cv img,
#floating .corelis-care-chat img {
  width: auto;
  height: 100%;
}
@media (hover: hover) {
  #floating .floating_cv,
  #floating .corelis-care-chat {
    transition: filter 0.2s ease;
  }
  #floating .floating_cv img,
  #floating .corelis-care-chat img {
    transition: transform 0.2s ease;
  }
  #floating .floating_cv:hover,
  #floating .corelis-care-chat:hover {
    filter: brightness(0.9) drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
  }
  #floating .floating_cv:hover img,
  #floating .corelis-care-chat:hover img {
    transform: scale(1.025);
  }
  #floating .floating_cv:active img,
  #floating .corelis-care-chat:active img {
    transform: scale(1) translateY(2px);
  }
}
#floating.is-hidden {
  animation: disappearDown 0.4s ease forwards;
}
#floating.is-animated {
  animation-delay: 0.1s !important;
}
@keyframes appearUp {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes disappearDown {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(150%);
  }
}

#kv {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kv {
    aspect-ratio: 375/382;
  }
}
@media print, screen and (min-width: 768.1px) {
  #kv {
    aspect-ratio: 1263/660;
  }
}
@media screen and (min-width: 1024px) {
  #kv {
    max-height: 660px;
  }
}
@media screen and (min-width: 1440px) {
  #kv {
    height: 52.2565320665vw;
    aspect-ratio: unset;
  }
}
#kv h1 {
  position: relative;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  margin-inline: auto;
  text-align: center;
}
#kv h1 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #kv [data-frag] {
    left: 24.8vw;
    top: 0;
    margin-top: 10.6666666667vw;
    width: 25.3333333333vw;
    height: 16.5333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #kv [data-frag] {
    left: 50%;
    top: 0;
    margin-left: -11.7vw;
    width: 23.4vw;
    aspect-ratio: 300/132;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  #kv [data-frag] {
    margin-left: max(-11.9140625%, -151px);
    width: min(23.73046875%, 301px);
  }
}

#campaign-link {
  position: relative;
  margin-inline: auto 0;
}
@media screen and (max-width: 768px) {
  #campaign-link {
    width: 74.9333333333vw;
    margin-top: -1.8666666667vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2));
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign-link {
    width: 392px;
    margin-top: -74px;
    filter: drop-shadow(7px 7px 6px rgba(0, 0, 0, 0.2));
  }
}
@media (hover: hover) {
  #campaign-link a {
    transition: filter 0.2s ease;
  }
  #campaign-link a:hover {
    filter: brightness(0.9);
  }
}

#simple {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  #simple {
    aspect-ratio: 345/550;
    margin-top: 7.2vw;
    padding-top: 44.5333333333vw;
    background-image: url(../images/simple_bg_sp.png);
  }
}
@media print, screen and (min-width: 768.1px) {
  #simple {
    aspect-ratio: 900/643;
    margin-top: min(4.3333333333%, 39px);
    background-image: url(../images/simple_bg_pc.png);
  }
}
#simple .simple_copy {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #simple .simple_copy {
    top: 3.4666666667vw;
    left: 29.8666666667vw;
    width: 57.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #simple .simple_copy {
    top: 0;
    margin-top: 7%;
    left: 0.7777777778%;
    width: 39.3333333333%;
  }
}
#simple .simple_copy::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #simple .simple_copy::before {
    top: -7.4666666667vw;
    left: -12vw;
    right: -8.8vw;
    bottom: -13.0666666667vw;
    background-image: url(../images/simple_copy_bg_sp.png);
  }
}
@media print, screen and (min-width: 768.1px) {
  #simple .simple_copy::before {
    top: -35.0253807107%;
    left: -24.5762711864%;
    right: -55.0847457627%;
    bottom: -55.8375634518%;
    background-image: url(../images/simple_copy_bg_pc.png);
  }
}
#simple .simple_copy img {
  position: relative;
}
#simple .simple_chara {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #simple .simple_chara {
    top: -4vw;
    left: -4vw;
    width: 33.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #simple .simple_chara {
    top: 0;
    margin-top: 32.1111111111%;
    left: -2.8888888889%;
    width: 40.5555555556%;
  }
}
#simple .simple_price {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #simple .simple_price {
    position: relative;
    width: 86.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #simple .simple_price {
    position: absolute;
    top: 0;
    margin-top: 5.8888888889%;
    left: 40.7777777778%;
    width: 55.2222222222%;
  }
}
#simple .simple_price [data-frag] {
  left: 42%;
  bottom: 18%;
  width: 9%;
  height: 10%;
}

#cheapest {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #cheapest {
    aspect-ratio: 345/667;
    margin-top: 12vw;
    padding-top: 39.7333333333vw;
    background-image: url(../images/cheapest_bg_sp.png);
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest {
    aspect-ratio: 900/948;
    margin-top: min(13.3333333333%, 120px);
    background-image: url(../images/cheapest_bg_pc.png);
  }
}
#cheapest .cheapest_copy01 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_copy01 {
    top: 0.8vw;
    left: 2.9333333333vw;
    width: 57.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_copy01 {
    top: 0;
    margin-top: 0.3333333333%;
    left: 13.4444444444%;
    width: 45.2222222222%;
  }
}
#cheapest .cheapest_copy01::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_copy01::before {
    top: -12.2666666667vw;
    left: -6.9333333333vw;
    right: -34.4vw;
    bottom: -9.3333333333vw;
    background-image: url(../images/cheapest_copy_bg_sp.png);
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_copy01::before {
    top: -52.0710059172%;
    left: -28.7469287469%;
    right: -60.9336609337%;
    bottom: -39.6449704142%;
    background-image: url(../images/cheapest_copy_bg_pc.png);
  }
}
#cheapest .cheapest_copy01 img {
  position: relative;
  aspect-ratio: 407/157;
}
#cheapest .cheapest_copy02 {
  position: absolute;
  max-width: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_copy02 {
    top: 25.3333333333vw;
    left: -6.4vw;
    width: 104.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_copy02 {
    top: 0;
    left: -2.2222222222%;
    margin-top: 20.4444444444%;
    width: 78.2222222222%;
  }
}
#cheapest .cheapest_copy02 img {
  aspect-ratio: 705/126;
}
#cheapest .cheapest_chara01 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_chara01 {
    top: -4.5333333333vw;
    left: 62.4vw;
    width: 33.6vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_chara01 {
    top: 0;
    margin-top: -6.2222222222%;
    left: 64.2222222222%;
    top: 0;
    width: 38.7777777778%;
  }
}
#cheapest .cheapest_title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_title {
    position: relative;
    width: 74.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_title {
    position: absolute;
    top: 0;
    left: 8.3333333333%;
    margin-top: 33.7777777778%;
    width: 81.5555555556%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_title .cheapest_title-text01 {
    width: 60.6802721088%;
  }
}
#cheapest .cheapest_title .cheapest_title-text01 img {
  aspect-ratio: 558/380;
}
#cheapest .cheapest_title .cheapest_title-text02 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_title .cheapest_title-text02 {
    left: 56.2666666667vw;
    top: 20.5333333333vw;
    width: 32.5333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_title .cheapest_title-text02 {
    left: 44.0054495913%;
    top: 0;
    margin-top: 12.3978201635%;
    width: 55.0408719346%;
  }
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_title .cheapest_title-text02 img {
    aspect-ratio: 244/136;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_title .cheapest_title-text02 img {
    aspect-ratio: 822/304;
  }
}
#cheapest .cheapest_note {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_note {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.0666666667vw;
    margin-inline: auto;
    font-size: 3.4666666667vw;
    line-height: 1.23;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_note {
    position: absolute;
    left: 6.4444444444%;
    top: 0;
    margin-top: 72.2222222222%;
    width: 35.3333333333%;
    font-size: min(1.5322580645vw, 19px);
    line-height: 1.47;
  }
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_note li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_note li {
    display: inline;
  }
  #cheapest .cheapest_note li:has(+ li) {
    padding-right: 0.5em;
  }
  #cheapest .cheapest_note li br {
    display: none;
  }
}
#cheapest .cheapest_note li::before {
  content: "※";
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_plan {
    width: 78.4vw;
    margin-top: 0.2666666667vw;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_plan {
    position: absolute;
    top: 0;
    left: 42.7777777778%;
    width: 52.4444444444%;
    margin-top: 57.2222222222%;
    margin-inline: auto;
  }
}
#cheapest .cheapest_plan img {
  aspect-ratio: 295/170;
}
#cheapest .cheapest_anchor {
  display: grid;
  place-content: center;
  color: #fff;
  line-height: 1.385;
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_anchor {
    width: 51.2vw;
    margin-top: 6.9333333333vw;
    margin-inline: auto 0;
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_anchor {
    position: absolute;
    left: 42.5555555556%;
    top: 0;
    margin-top: 91.8888888889%;
    width: 52.6666666667%;
    font-size: min(1.6129032258vw, 20px);
  }
}
#cheapest .cheapest_anchor a::after {
  content: "▼";
  display: inline-block;
  margin-left: 0.2em;
}
#cheapest .cheapest_chara02 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #cheapest .cheapest_chara02 {
    bottom: -14.4vw;
    left: -4vw;
    width: 44vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_chara02 {
    bottom: 0;
    left: -2.7777777778%;
    margin-bottom: -12.2222222222%;
    width: 40.2222222222%;
  }
}
#cheapest .cheapest_chara02 img {
  aspect-ratio: 332/308;
}
@media print, screen and (min-width: 768.1px) {
  #cheapest .cheapest_chara02 img {
    aspect-ratio: 724/628;
  }
}

#moreover {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #moreover {
    margin-block: 18.1333333333vw 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #moreover {
    margin-block: min(35.2vw, 132px) min(13.3333333333vw, 50px);
  }
}
#moreover .moreover_text {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #moreover .moreover_text {
    gap: 2.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #moreover .moreover_text {
    width: min(40.8888888889vw, 368px);
    margin-inline: auto;
    gap: 3.2608695652%;
  }
}
#moreover .moreover_text::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #moreover .moreover_text::before {
    aspect-ratio: 375/275;
    background: url(../images/moving_line.png) no-repeat 9.8666666667vw 50%/cover;
  }
}
@media print, screen and (min-width: 768.1px) {
  #moreover .moreover_text::before {
    left: 17.5%;
    aspect-ratio: 1541/700;
    background: url(../images/moving_line.png) no-repeat 50%/cover;
  }
}
#moreover .moreover_text img {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  #moreover .moreover_text img {
    width: 17.8666666667vw;
  }
}
#moreover .sadaharu {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100vw);
}
@media screen and (max-width: 768px) {
  #moreover .sadaharu {
    top: -5.3333333333vw;
    width: 36.2666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #moreover .sadaharu {
    width: 224px;
  }
}
#moreover .sadaharu img {
  aspect-ratio: 448/308;
}
#moreover.is-animated .moreover_text img {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  #moreover.is-animated .moreover_text img:nth-child(1) {
    transition-delay: 0.4s;
  }
  #moreover.is-animated .moreover_text img:nth-child(2) {
    transition-delay: 0.5s;
  }
  #moreover.is-animated .moreover_text img:nth-child(3) {
    transition-delay: 0.6s;
  }
}
@media print, screen and (min-width: 768.1px) {
  #moreover.is-animated .moreover_text img:nth-child(1) {
    transition-delay: 0.6s;
  }
  #moreover.is-animated .moreover_text img:nth-child(2) {
    transition-delay: 0.7s;
  }
  #moreover.is-animated .moreover_text img:nth-child(3) {
    transition-delay: 0.8s;
  }
}
#moreover.is-animated .sadaharu {
  transition: transform 0.8s ease-out;
  transform: translateX(110vw);
}
@media print, screen and (min-width: 768.1px) {
  #moreover.is-animated .sadaharu {
    transition-duration: 1.2s;
  }
}
#moreover.is-animated .sadaharu img {
  animation: 0.2s cubic-bezier(0.5, 0, 0.5, 0) run infinite;
}
@keyframes cross {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(110vw);
  }
}
@keyframes run {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0);
  }
}

#line-zero,
#sb-brand {
  position: relative;
  color: var(--black);
  background: var(--green-light);
  z-index: 1;
  border: 0.8vw solid #fff;
}
@media print, screen and (min-width: 768.1px) {
  #line-zero,
  #sb-brand {
    border-width: 10px;
  }
}
#line-zero::before,
#sb-brand::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: var(--green-light);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 768px) {
  #line-zero::before,
  #sb-brand::before {
    height: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero::before,
  #sb-brand::before {
    height: 80px;
  }
}
#line-zero::after,
#sb-brand::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #line-zero::after,
  #sb-brand::after {
    width: calc(100% + 1.6vw);
    height: 8.2666666667vw;
    left: -0.8vw;
    bottom: calc(100% + 0.8vw);
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero::after,
  #sb-brand::after {
    width: calc(100% + 20px);
    height: 80px;
    left: -10px;
    bottom: calc(100% + 9.8px);
  }
}

#line-zero .line-zero_title,
#sb-brand .sb-brand_title {
  position: relative;
}
@media screen and (max-width: 768px) {
  #line-zero .line-zero_title,
  #sb-brand .sb-brand_title {
    margin-left: -4.8vw;
    margin-top: -35.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .line-zero_title,
  #sb-brand .sb-brand_title {
    width: 63.6363636364%;
    margin-left: -4.0909090909%;
    margin-top: -22.9545454545%;
  }
}
@media screen and (max-width: 768px) {
  #line-zero .line-zero_title img,
  #sb-brand .sb-brand_title img {
    aspect-ratio: 630/320;
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .line-zero_title img,
  #sb-brand .sb-brand_title img {
    aspect-ratio: 1120/570;
  }
}

#line-zero .line-zero_main,
#sb-brand .sb-brand_main {
  position: relative;
}

#line-zero .line-zero_inner,
#sb-brand .sb-brand_inner {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #line-zero .line-zero_inner,
  #sb-brand .sb-brand_inner {
    padding: 4vw 6.6666666667vw 14.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .line-zero_inner,
  #sb-brand .sb-brand_inner {
    padding: 10.2272727273% 5.6818181818% 5.6818181818%;
  }
}

#line-zero .c-note,
#sb-brand .c-note {
  margin-top: 1.5em;
}

#line-zero .line-zero_scene,
#sb-brand .sb-brand_scene {
  display: block;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #line-zero {
    margin-block: 41.3333333333vw 45.6vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero {
    margin-top: min(26.2323943662%, 230px);
  }
}
@media screen and (max-width: 768px) {
  #line-zero .line-zero_title {
    width: 84vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .line-zero_title {
    margin-bottom: -6.8181818182%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .line-zero_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5.1282051282%;
  }
}
#line-zero .line-zero_fig {
  position: relative;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #line-zero .line-zero_fig {
    width: 72vw;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .line-zero_fig {
    width: 44.6153846154%;
  }
}
#line-zero .line-zero_fig img {
  aspect-ratio: 696/414;
}
#line-zero [data-frag] {
  left: 15%;
  top: 30%;
  width: 19.5%;
  height: 22%;
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .line-zero_text {
    width: 47.6923076923%;
    padding-right: 2.316%;
  }
}
#line-zero .line-zero_text-l {
  position: relative;
}
@media screen and (max-width: 768px) {
  #line-zero .line-zero_text-l {
    width: 60.8vw;
    margin: 14.1333333333vw auto;
  }
}
#line-zero .line-zero_text-l::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/line-zero_text_bg.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #line-zero .line-zero_text-l::before {
    top: -24vw;
    left: -17.0666666667vw;
    right: -20.2666666667vw;
    bottom: -22.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .line-zero_text-l::before {
    top: -117.8217821782%;
    left: -11.8644067797%;
    right: -19.4915254237%;
    bottom: -132.6732673267%;
  }
}
#line-zero .line-zero_text-l img {
  aspect-ratio: 228/68;
}
#line-zero .line-zero_text-s {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .line-zero_text-s {
    margin-top: 1em;
    font-size: clamp(12px, 1.2096774194vw, 15px);
    line-height: 1.5;
  }
}
#line-zero .line-zero_scene {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #line-zero .line-zero_scene {
    right: -5vw;
    width: 81.0666666667vw;
    margin: -13.8666666667vw 0 0 auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .line-zero_scene {
    right: 0;
    width: 46.5909090909%;
    margin: -23.0681818182% -4.0909090909% 0 auto;
  }
}
#line-zero .line-zero_scene img {
  aspect-ratio: 820/538;
}
#line-zero .p-note {
  position: relative;
}
@media print, screen and (min-width: 768.1px) {
  #line-zero .p-note {
    width: 45.8974358974%;
  }
}

@media screen and (max-width: 768px) {
  #sb-brand {
    margin-block: 76.8vw 49.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sb-brand {
    margin-block: min(28.3450704225%, 282px) min(10.5633802817% + 80px, 188px);
  }
}
@media screen and (max-width: 768px) {
  #sb-brand .sb-brand_title {
    width: 82.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sb-brand .sb-brand_title {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  #sb-brand .sb-brand_inner {
    padding-top: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sb-brand .sb-brand_inner {
    padding-top: 0;
  }
}
#sb-brand .sb-brand_feature {
  position: relative;
}
@media screen and (max-width: 768px) {
  #sb-brand .sb-brand_feature {
    height: 58.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sb-brand .sb-brand_feature {
    height: 323px;
  }
}
#sb-brand .sb-brand_feature01,
#sb-brand .sb-brand_feature02 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #sb-brand .sb-brand_feature01 {
    top: 4.5333333333vw;
    left: -1.6vw;
    width: 22.4vw;
    transform: rotate(-3deg);
  }
}
@media print, screen and (min-width: 768.1px) {
  #sb-brand .sb-brand_feature01 {
    top: 23px;
    left: calc(50% - 258px);
    width: 124px;
    transform: rotate(-7deg);
  }
}
#sb-brand .sb-brand_feature01 img {
  aspect-ratio: 250/574;
}
@media screen and (max-width: 768px) {
  #sb-brand .sb-brand_feature02 {
    top: 0vw;
    left: 24vw;
    width: 16.5333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sb-brand .sb-brand_feature02 {
    top: 2px;
    left: calc(50% - 96px);
    width: 95px;
    transform: rotate(-1.3deg);
  }
}
#sb-brand .sb-brand_feature02 img {
  aspect-ratio: 194/554;
}
#sb-brand .sb-brand_chara {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #sb-brand .sb-brand_chara {
    top: 11.2vw;
    left: 41.6vw;
    width: 40.5333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sb-brand .sb-brand_chara {
    top: 5px;
    left: calc(50% + 36px);
    width: 277px;
  }
}
#sb-brand .sb-brand_chara img {
  aspect-ratio: 554/638;
}
@media screen and (max-width: 768px) {
  #sb-brand .sb-brand_scene {
    left: -5vw;
    width: 81.6vw;
    margin-top: -10.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sb-brand .sb-brand_scene {
    left: -4%;
    bottom: 0;
    margin-bottom: -13.3333333333%;
    width: 42.8888888889%;
  }
}
#sb-brand .sb-brand_scene img {
  aspect-ratio: 772/480;
}
@media print, screen and (min-width: 768.1px) {
  #sb-brand .p-note {
    width: 58.9743589744%;
    margin: 30px 0 0 auto;
  }
}

#campaign {
  background: var(--green-light);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #campaign {
    padding-block: 16vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign {
    padding-block: min(9.5011876485%, 120px);
  }
}
@media screen and (max-width: 768px) {
  #campaign .campaign_scene01 {
    margin-bottom: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_scene01 {
    width: min(55.7403008709%, 704px);
    margin: 0 auto min(1.3460015835%, 17px);
  }
}
#campaign .campaign_scene01 img {
  aspect-ratio: 1408/816;
}
#campaign .campaign_title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #campaign .campaign_title {
    width: 81.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_title {
    width: min(45.2889944576%, 572px);
  }
}
#campaign .campaign_title img {
  aspect-ratio: 573/119;
}
@media screen and (max-width: 768px) {
  #campaign .scroll-frame {
    margin-top: 12.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .scroll-frame {
    margin-top: min(6.334125099%, 80px);
  }
}
#campaign .scroll-frame_header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(to bottom, #00D700 30%, #00CE00 50%, #009C00 80%, #007D00 100%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #campaign .scroll-frame_header {
    gap: 3.4666666667vw;
    height: 14.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .scroll-frame_header {
    gap: 2.2222222222%;
    aspect-ratio: 900/80;
  }
}
#campaign .scroll-frame_header::before, #campaign .scroll-frame_header::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--green-dark);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #campaign .scroll-frame_header::before, #campaign .scroll-frame_header::after {
    height: 6.4vw;
    width: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .scroll-frame_header::before, #campaign .scroll-frame_header::after {
    width: 2.2222222222%;
    aspect-ratio: 20/36;
  }
}
#campaign .scroll-frame_header::before {
  right: 100%;
}
#campaign .scroll-frame_header::after {
  left: 100%;
}
@media screen and (max-width: 768px) {
  #campaign .campaign_label {
    width: 42.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_label {
    width: 240px;
  }
}
#campaign .campaign_label img {
  aspect-ratio: 160/29;
}
@media screen and (max-width: 768px) {
  #campaign .campaign_part {
    width: 17.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_part {
    width: 98px;
  }
}
#campaign .campaign_part img {
  aspect-ratio: 66/33;
}
#campaign .scroll-frame_main {
  color: var(--green-dark);
  background: #fff;
  border: 2.6666666667vw solid var(--green);
  border-top: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #campaign .scroll-frame_main {
    padding: 8vw 2.6666666667vw 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .scroll-frame_main {
    border-width: min(2.2222222222vw, 20px);
    padding: 8.1395348837%;
  }
}
@media screen and (max-width: 768px) {
  #campaign .campaign_subtitle {
    width: 272px;
    margin: 0 auto 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_subtitle {
    width: min(100%, 600px);
    margin: 0 auto 4.6511627907%;
  }
}
#campaign .campaign_subtitle img {
  aspect-ratio: 1204/484;
}
@media screen and (max-width: 768px) {
  #campaign .campaign_banner img {
    aspect-ratio: 620/1060;
    margin-left: -1.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_banner img {
    aspect-ratio: 1412/2072;
    margin-left: max(-0.8571428571%, -6px);
  }
}
#campaign .campaign_outline {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #campaign .campaign_outline {
    margin-top: 8vw;
    padding-inline: 4vw;
    aspect-ratio: 275/380;
    overflow-y: scroll;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_outline {
    margin: 6.976744186% auto 4.6511627907%;
    height: 39em;
    overflow-y: scroll;
    scrollbar-gutter: stable;
  }
}
#campaign .campaign_outline h4 {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #campaign .campaign_outline h4 {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_outline h4 {
    font-size: min(2.2222222222vw, 20px);
  }
}
#campaign .campaign_outline > p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #campaign .campaign_outline > p {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_outline > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #campaign .campaign_button {
    width: 73.3333333333vw;
    margin: 8vw auto 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_button {
    width: 412px;
    margin: 5.8823529412% auto 0;
  }
}
#campaign .campaign_syukakusai {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #campaign .campaign_syukakusai {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_syukakusai {
    margin-top: 8.8888888889%;
  }
}
@media screen and (max-width: 768px) {
  #campaign .campaign_scene02 {
    width: 86.6666666667vw;
    margin: 0 -4vw -8vw auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_scene02 {
    width: 53.3333333333%;
    margin: 0 auto -3.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  #campaign .campaign_scene02 img {
    aspect-ratio: 650/520;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_scene02 img {
    aspect-ratio: 480/344;
  }
}
@media screen and (max-width: 768px) {
  #campaign .p-banner img {
    aspect-ratio: 335/384;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .p-banner img {
    aspect-ratio: 1020/400;
  }
}

#best-plan-v {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #best-plan-v {
    padding-top: 16vw;
    background-image: url(../images/best-plan-v_bg_sp.png);
    background-size: contain;
  }
}
@media print, screen and (min-width: 768.1px) {
  #best-plan-v {
    padding-top: min(9.5011876485vw, 120px);
    background-image: url(../images/best-plan-v_bg_pc.png);
    background-size: 112%;
  }
}
@media screen and (min-width: 1408px) {
  #best-plan-v {
    background-size: 1383px;
  }
}
@media screen and (min-width: 1558px) {
  #best-plan-v {
    background-size: 100%;
  }
}
#best-plan-v .best-plan-v_copy-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #best-plan-v .best-plan-v_copy-wrap {
    height: 38.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #best-plan-v .best-plan-v_copy-wrap {
    aspect-ratio: 900/222;
  }
}
#best-plan-v .best-plan-v_copy {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #best-plan-v .best-plan-v_copy {
    top: 9.6vw;
    left: 2.6666666667vw;
    width: 53.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #best-plan-v .best-plan-v_copy {
    top: 25.6756756757%;
    left: 24.1111111111%;
    width: 35%;
  }
}
#best-plan-v .best-plan-v_copy::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/best-plan-v_copy_bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #best-plan-v .best-plan-v_copy::before {
    top: -5.3333333333vw;
    left: -15.2vw;
    right: -26.4vw;
    bottom: -8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #best-plan-v .best-plan-v_copy::before {
    top: -29.0909090909%;
    left: -28.5714285714%;
    right: -49.2063492063%;
    bottom: -41.8181818182%;
  }
}
#best-plan-v .best-plan-v_copy img {
  aspect-ratio: 201/70;
}
#best-plan-v .best-plan-v_chara01 {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  #best-plan-v .best-plan-v_chara01 {
    right: 1.6vw;
    width: 37.8666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #best-plan-v .best-plan-v_chara01 {
    right: 18.4444444444%;
    width: 24.7777777778%;
  }
}
#best-plan-v .best-plan-v_chara01 img {
  aspect-ratio: 438/444;
}
#best-plan-v .best-plan-v_placard {
  position: relative;
}
#best-plan-v .best-plan-v_placard::after {
  content: "";
  display: block;
  margin: 0 auto;
  background: var(--green-dark);
  border: 1px solid #fff;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  #best-plan-v .best-plan-v_placard::after {
    width: 13.3333333333vw;
    height: 47.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #best-plan-v .best-plan-v_placard::after {
    width: 5.5555555556%;
    aspect-ratio: 50/248;
  }
}
#best-plan-v .best-plan-v_placard .p-banner {
  border-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #best-plan-v .p-banner img {
    aspect-ratio: 313/332;
  }
}
@media print, screen and (min-width: 768.1px) {
  #best-plan-v .p-banner img {
    aspect-ratio: 1800/676;
  }
}
#best-plan-v .best-plan-v_chara02 {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #best-plan-v .best-plan-v_chara02 {
    left: -13.3333333333vw;
    width: 56.2666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #best-plan-v .best-plan-v_chara02 {
    left: 10.8888888889%;
    margin-bottom: -4.2222222222%;
    width: 38.2222222222%;
  }
}
#best-plan-v .best-plan-v_chara02 img {
  aspect-ratio: 700/610;
}
#best-plan-v .best-plan-v_chara02 [data-frag] {
  top: 36%;
  left: 37%;
  width: 34%;
  height: 24%;
  border-radius: 50%;
  pointer-events: all;
}

#cv-block {
  background: var(--green-dark);
}
@media screen and (max-width: 768px) {
  #cv-block {
    padding-block: 16vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cv-block {
    padding-block: min(6.334125099%, 80px);
  }
}

#fortune {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fortune {
    padding-block: 11.2vw 9.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #fortune {
    padding-block: min(9.5011876485%, 120px);
  }
}
#fortune::before, #fortune::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/fortune_brushstroke.png) no-repeat center/contain;
  aspect-ratio: 285/75;
}
@media screen and (max-width: 768px) {
  #fortune::before, #fortune::after {
    width: 76vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #fortune::before, #fortune::after {
    width: min(46.0015835313%, 581px);
    aspect-ratio: 581/160;
  }
}
#fortune::before {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #fortune::before {
    top: -0.5333333333vw;
    left: -18.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #fortune::before {
    top: max(-0.2375296912%, -3px);
    left: calc(50% - min(41.567695962%, 525px));
  }
}
@media screen and (max-width: 768px) {
  #fortune::after {
    right: -18.9333333333vw;
    bottom: -2.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #fortune::after {
    left: calc(50% - min(4.4338875693%, 56px));
    bottom: max(-1.821060966%, -23px);
  }
}
#fortune .fortune_inner {
  position: relative;
  margin-inline: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #fortune .fortune_inner {
    width: 89.3333333333vw;
    padding-top: 32vw;
    aspect-ratio: 335/235;
    background-image: url(../images/fortune_bg_sp.webp);
  }
}
@media print, screen and (min-width: 768.1px) {
  #fortune .fortune_inner {
    width: 90%;
    max-width: 900px;
    padding-top: min(23.7%, 237px);
    aspect-ratio: 900/401;
    background-image: url(../images/fortune_bg_pc.webp);
  }
}
#fortune .fortune_chara {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #fortune .fortune_chara {
    top: -3.2vw;
    left: 30.9333333333vw;
    width: 31.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #fortune .fortune_chara {
    top: 0;
    left: 39.8888888889%;
    margin-top: 1%;
    width: 21.6666666667%;
  }
}
#fortune .fortune_chara img {
  aspect-ratio: 402/472;
}
#fortune .fortune_kaiun {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #fortune .fortune_kaiun {
    top: -3.7333333333vw;
    left: 64.2666666667vw;
    width: 19.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #fortune .fortune_kaiun {
    top: 0;
    left: 71.8888888889%;
    margin-top: -4.2222222222%;
    width: 19.2222222222%;
  }
}
#fortune .fortune_kaiun img {
  aspect-ratio: 358/532;
}
#fortune .fortune_omikuji {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #fortune .fortune_omikuji {
    top: 5.8666666667vw;
    left: 16.2666666667vw;
    width: 13.3333333333vw;
    transform: rotate(-17.62deg);
  }
}
@media print, screen and (min-width: 768.1px) {
  #fortune .fortune_omikuji {
    top: 0;
    left: 27.1111111111%;
    width: 9.8888888889%;
    margin-top: 6.6666666667%;
    transform: rotate(-17.62deg);
  }
}
#fortune .fortune_omikuji img {
  aspect-ratio: 218/502;
}
#fortune .fortune_button {
  position: relative;
}
@media screen and (max-width: 768px) {
  #fortune .fortune_button {
    width: 73.3333333333vw;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #fortune .fortune_button {
    width: 50.6666666667%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  #fortune .fortune_button img {
    aspect-ratio: 554/154;
  }
}
@media print, screen and (min-width: 768.1px) {
  #fortune .fortune_button img {
    aspect-ratio: 940/250;
  }
}

#modal-omikuji .c-modal-inner-omikuji {
  width: calc(100% - 20px);
  height: 80%;
  max-height: none;
}
#modal-omikuji #omikuji-result {
  display: grid;
  place-content: center;
  height: 100%;
  text-align: center;
}
#modal-omikuji #omikuji-result img {
  width: min(89.3333333333vw, 335px);
}
#modal-omikuji #omikuji-animation {
  position: absolute;
  top: calc(50% - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-inline: auto;
}
#modal-omikuji #omikuji {
  position: relative;
  width: 300px;
  height: 300px;
}
#modal-omikuji #box {
  position: absolute;
  top: 52px;
  left: calc(50% - 54px);
  width: 108px;
  z-index: 1;
}
#modal-omikuji #sukonbu {
  position: absolute;
  top: 52px;
  left: calc(50% - 24px);
  width: 48px;
}
#cm {
  position: relative;
  background: linear-gradient(to right bottom, #1D5135, #6DB62C);
}
@media screen and (max-width: 768px) {
  #cm {
    padding-top: 14.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm {
    padding-top: min(9.5011876485%, 120px);
  }
}
#cm::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/cm_bg.webp) no-repeat center/cover;
  opacity: 0.2;
  mix-blend-mode: luminosity;
}
#cm .cm_title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #cm .cm_title {
    width: 12.2666666667vw;
    margin-bottom: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm .cm_title {
    width: min(6.4133016627%, 81px);
    margin-bottom: min(4.7505938242%, 60px);
  }
}
#cm .cm_title img {
  aspect-ratio: 48/45;
}
#cm .cm_tv {
  position: relative;
  margin-inline: auto;
  background: url(../images/cm_tv.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #cm .cm_tv {
    width: 85.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm .cm_tv {
    width: 558px;
  }
}
#cm .cm_tv_inner {
  aspect-ratio: 320/393;
  padding: 33% 16%;
}
#cm #cm-slider {
  position: relative;
  background: linear-gradient(to right bottom, #3A4359, #556383);
}
@media screen and (max-width: 768px) {
  #cm #cm-slider {
    padding: 1.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm #cm-slider {
    padding: 2.3746701847%;
    border-radius: 12px;
  }
}
#cm #cm-slider .swiper-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 211/128;
}
@media screen and (max-width: 768px) {
  #cm #cm-slider .swiper-inner {
    border-radius: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm #cm-slider .swiper-inner {
    border-radius: 8px;
  }
}
#cm #cm-slider .swiper-inner:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
  opacity: 0.15;
}
#cm #cm-slider .swiper-inner:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #121010;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
@keyframes flicker {
  0% {
    opacity: 0.0845883715;
  }
  5% {
    opacity: 0.0244743589;
  }
  10% {
    opacity: 0.0266171769;
  }
  15% {
    opacity: 0.0332285665;
  }
  20% {
    opacity: 0.00352167;
  }
  25% {
    opacity: 0.039300659;
  }
  30% {
    opacity: 0.0304761188;
  }
  35% {
    opacity: 0.0503756841;
  }
  40% {
    opacity: 0.0603850523;
  }
  45% {
    opacity: 0.0251954717;
  }
  50% {
    opacity: 0.0188802654;
  }
  55% {
    opacity: 0.0436253249;
  }
  60% {
    opacity: 0.0983495685;
  }
  65% {
    opacity: 0.0046147898;
  }
  70% {
    opacity: 0.0027785655;
  }
  75% {
    opacity: 0.0373864451;
  }
  80% {
    opacity: 0.0262188448;
  }
  85% {
    opacity: 0.0991009102;
  }
  90% {
    opacity: 0.0229392948;
  }
  95% {
    opacity: 0.0988958147;
  }
  100% {
    opacity: 0.0145588027;
  }
}
#cm #cm-slider .swiper-slide a {
  height: 100%;
}
#cm #cm-slider .swiper-slide a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #fff;
  opacity: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: scale(0);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #cm #cm-slider .swiper-slide a::before {
    top: calc(50% - 4.8vw);
    left: calc(50% - 4.8vw);
    width: 9.6vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm #cm-slider .swiper-slide a::before {
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
  }
}
#cm #cm-slider .swiper-slide a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #cm #cm-slider .swiper-slide a::after {
    top: calc(50% - 4.5333333333vw);
    left: calc(50% - 4vw);
    border-top: 4.5333333333vw solid transparent;
    border-left: 8vw solid var(--green-dark);
    border-bottom: 4.5333333333vw solid transparent;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm #cm-slider .swiper-slide a::after {
    top: calc(50% - 30px);
    left: calc(50% - 20px);
    border-top: 30px solid transparent;
    border-left: 52px solid var(--green-dark);
    border-bottom: 30px solid transparent;
  }
}
@media (hover: hover) {
  #cm #cm-slider .swiper-slide a::before, #cm #cm-slider .swiper-slide a::after {
    transition: 0.5s ease;
  }
  #cm #cm-slider .swiper-slide a:hover {
    filter: brightness(0.9) drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
  }
  #cm #cm-slider .swiper-slide a:hover::before {
    transform: scale(1);
    opacity: 0.5;
  }
  #cm #cm-slider .swiper-slide a:hover::after {
    transform: scale(0.9);
  }
}
#cm #cm-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#cm #cm-slider .swiper-pagination {
  top: calc(100% + min(4.8vw, 30px));
  bottom: auto;
  display: flex;
  gap: min(1.0666666667vw, 7px);
  padding-inline: min(2.1333333333vw, 18px);
}
#cm #cm-slider .swiper-pagination-bullet {
  height: auto;
  margin: 0;
  border-radius: 0;
  aspect-ratio: 10/5;
  background: #8A96AD;
  opacity: 1;
  width: min(2.6666666667vw, 18px);
  border-radius: min(0.2666666667vw, 2px);
}
@media (hover: hover) {
  #cm #cm-slider .swiper-pagination-bullet {
    transition: filter 0.2s ease;
  }
  #cm #cm-slider .swiper-pagination-bullet:hover {
    filter: brightness(1.2);
  }
}
#cm #cm-slider .swiper-pagination-bullet-active {
  background: #ABEA68;
  box-shadow: 0 0 6px #71FF15;
}
#cm #cm-slider .swiper-button-prev,
#cm #cm-slider .swiper-button-next {
  background-repeat: no-repeat;
  background-size: contain;
  width: min(11.2vw, 74px);
  height: auto;
  aspect-ratio: 1/1;
  top: calc(50% - min(5.6vw, 34px));
  opacity: 1;
}
@media (hover: hover) {
  #cm #cm-slider .swiper-button-prev,
  #cm #cm-slider .swiper-button-next {
    transition: filter 0.2s ease;
  }
  #cm #cm-slider .swiper-button-prev:hover,
  #cm #cm-slider .swiper-button-next:hover {
    filter: brightness(0.8);
  }
}
#cm #cm-slider .swiper-button-prev {
  left: max(-17.8666666667vw, -118px);
}
#cm #cm-slider .swiper-button-next {
  right: max(-17.8666666667vw, -118px);
}
#cm #cm-slider .swiper-button-prev {
  background-image: url(../images/btn_prev.svg);
}
#cm #cm-slider .swiper-button-next {
  background-image: url(../images/btn_next.svg);
}
#cm .cm_chara {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
#cm .cm_chara .cm_chara_inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #cm .cm_chara .cm_chara_inner {
    aspect-ratio: 375/159;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm .cm_chara .cm_chara_inner {
    left: -13px;
    width: 731px;
    aspect-ratio: 731/279;
    margin-inline: auto;
  }
}
#cm .cm_chara .cm_chara_inner img {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #cm .cm_chara .cm_chara_inner img:nth-child(1) {
    left: -7.7333333333vw;
    width: 43.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm .cm_chara .cm_chara_inner img:nth-child(1) {
    left: 0;
    width: 39.1244870041%;
  }
}
@media screen and (max-width: 768px) {
  #cm .cm_chara .cm_chara_inner img:nth-child(2) {
    left: 41.3333333333vw;
    width: 24.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm .cm_chara .cm_chara_inner img:nth-child(2) {
    left: 43.9124487004%;
    width: 22.2982216142%;
  }
}
@media screen and (max-width: 768px) {
  #cm .cm_chara .cm_chara_inner img:nth-child(3) {
    left: 70.9333333333vw;
    width: 33.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #cm .cm_chara .cm_chara_inner img:nth-child(3) {
    left: 70.5882352941%;
    width: 29.4117647059%;
  }
}
#cm .cm_chara .cm_chara_inner [data-frag] {
  bottom: 41%;
  right: 3%;
  width: 16%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media print, screen and (min-width: 768.1px) {
  #cm .cm_chara .cm_chara_inner [data-frag] {
    bottom: 39%;
    right: 6%;
    width: 14%;
  }
}

#movie {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #movie {
    padding-block: 5.6vw 12.8vw;
    background-image: url(../images/movie_bg_sp.webp);
  }
}
@media print, screen and (min-width: 768.1px) {
  #movie {
    padding-block: min(7.1111111111%, 64px) min(13.3333333333%, 120px);
    background-image: url(../images/movie_bg_pc.webp);
  }
}
#movie .movie_header {
  position: relative;
}
@media screen and (max-width: 768px) {
  #movie .movie_header {
    margin: 0 -4vw -3.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #movie .movie_header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 6.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  #movie .movie_title {
    position: absolute;
    left: 34.4vw;
    top: 17.8666666667vw;
    width: 67.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #movie .movie_title {
    left: 33.5555555556%;
    top: 0;
    margin-top: 7.7777777778%;
    margin-left: -2%;
    width: 62.5555555556%;
  }
}
@media screen and (max-width: 768px) {
  #movie .movie_title img {
    aspect-ratio: 492/126;
  }
}
@media print, screen and (min-width: 768.1px) {
  #movie .movie_title img {
    aspect-ratio: 1128/274;
  }
}
@media screen and (max-width: 768px) {
  #movie .movie_chara {
    width: 37.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #movie .movie_chara {
    top: 0;
    width: 29.8888888889%;
  }
}
@media screen and (max-width: 768px) {
  #movie .movie_chara img {
    aspect-ratio: 140/163;
  }
}
@media print, screen and (min-width: 768.1px) {
  #movie .movie_chara img {
    aspect-ratio: 539/512;
  }
}
#movie .movie_main {
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  #movie .movie_main {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #movie .movie_poster {
    display: inline-block;
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #movie .movie_poster {
    width: 49.4444444444%;
  }
}
#movie .movie_poster img {
  aspect-ratio: 890/1260;
}
@media screen and (max-width: 768px) {
  #movie .movie_info {
    margin-top: -10.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #movie .movie_info {
    width: 50.5555555556%;
  }
}
#movie .movie_logo {
  width: 115%;
  max-width: none;
  margin-inline: -10%;
}
#movie .movie_logo img {
  aspect-ratio: 397/246;
}
#movie .movie_date {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #movie .movie_date {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #movie .movie_date {
    font-size: min(2.2580645161vw, 28px);
  }
}

#sns {
  background: var(--green-light);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sns {
    padding-block: 11.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sns {
    padding-block: min(13.3333333333%, 120px);
  }
}
@media screen and (max-width: 768px) {
  #sns .sns_title {
    width: 42.4vw;
    margin: 0 auto 5.8666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sns .sns_title {
    width: 33.1111111111%;
    margin: 0 auto 3.3333333333%;
  }
}
#sns .sns_title img {
  aspect-ratio: 159/42;
}
@media print, screen and (min-width: 768.1px) {
  #sns .c-sns {
    padding-block: 0.5555555556%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sns .c-sns li {
    width: 11.1111111111%;
  }
}
@media screen and (max-width: 768px) {
  #sns .sns_scene {
    width: 78.1333333333vw;
    margin: 2.6666666667vw auto 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #sns .sns_scene {
    width: 53.3333333333%;
    margin: 3.3333333333% auto 0;
  }
}
#sns .sns_scene img {
  aspect-ratio: 293/179;
}

#modal-omikuji .c-modal-overlay,
#modal-cm .c-modal-overlay {
  background-color: var(--green);
  opacity: 0.85;
}

.c-modal-close-btn {
  width: min(15.4666666667vw, 58px);
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/btn_close.png) no-repeat center/contain;
  box-shadow: none;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #modal-omikuji .c-modal-close-btn,
  #modal-image .c-modal-close-btn {
    top: 15px;
  }
}
@media (hover: hover) {
  #modal-omikuji .c-modal-close-btn,
  #modal-image .c-modal-close-btn {
    transition: opacity 0.2s;
  }
  #modal-omikuji .c-modal-close-btn:hover,
  #modal-image .c-modal-close-btn:hover {
    opacity: 0.7;
  }
}

.c-modal-overlay {
  background-color: #000;
  opacity: 0.75;
}

#modal-image-content {
  text-align: center;
}

.is-fadeUp {
  opacity: 0;
  transform: translateY(10%);
  transform-origin: center bottom;
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-fadeUp.is-animated,
.is-animated .is-fadeUp {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.is-fadeUpImg {
  overflow: hidden;
}

.is-fadeUpImg img {
  display: block;
  opacity: 0;
  transform: translateY(50%);
  transform-origin: center bottom;
  transition: opacity 0.1s ease, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-fadeUpImg.is-animated img {
  opacity: 1;
  transform: translateY(0);
}

.is-fadeUpBack {
  opacity: 0;
  transform: translateY(50%) scale(0.8);
  transform-origin: center bottom;
  transition: opacity 0.1s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.is-fadeUpBack.is-animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.is-slideInUp {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.1s ease, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-slideInUp.is-animated,
.is-animated .is-slideInUp {
  opacity: 1;
  transform: translateX(0);
}

.is-slideInLeft {
  opacity: 0;
  transform: translateX(50%);
  transition: opacity 0.1s ease, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-slideInLeft.is-animated {
  opacity: 1;
  transform: translateX(0);
}

.is-slideInRight {
  opacity: 0;
  transform: translateX(-25%);
  transition: opacity 0.1s ease, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-slideInRight.is-animated {
  opacity: 1;
  transform: translateX(0);
}

.is-zoomUp {
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center bottom;
  transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.is-zoomUp.is-animated {
  opacity: 1;
  transform: scale(1);
}

.is-scaleIn {
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center;
  transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.is-scaleIn.is-animated,
.is-animated .is-scaleIn {
  opacity: 1;
  transform: scale(1);
}

.is-scaleInRight {
  opacity: 0;
  transform: scale(0.5);
  transform-origin: left bottom;
  transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.is-scaleInRight.is-animated {
  opacity: 1;
  transform: scale(1);
}

.is-scaleInLeft {
  opacity: 0;
  transform: scale(0.5);
  transform-origin: right bottom;
  transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.is-scaleInLeft.is-animated {
  opacity: 1;
  transform: scale(1);
}

.is-zoomOut {
  opacity: 0;
  transform: scale(2);
  transform-origin: center bottom;
  transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-zoomOut.is-animated {
  opacity: 1;
  transform: scale(1);
}

.is-delay01 {
  transition-delay: 0.1s;
}

.is-delay02 {
  transition-delay: 0.2s;
}

.is-delay03 {
  transition-delay: 0.3s;
}

.is-delay04 {
  transition-delay: 0.4s;
}

.is-delay05 {
  transition-delay: 0.5s;
}

.is-delay06 {
  transition-delay: 0.6s;
}

.is-delay07 {
  transition-delay: 0.7s;
}

.is-delay08 {
  transition-delay: 0.8s;
}

.is-delay09 {
  transition-delay: 0.9s;
}

.is-delay10 {
  transition-delay: 1s;
}

.is-delay11 {
  transition-delay: 1.1s;
}

.is-delay12 {
  transition-delay: 1.2s;
}

.is-delay13 {
  transition-delay: 1.3s;
}

.is-delay14 {
  transition-delay: 1.4s;
}

.is-delay15 {
  transition-delay: 1.5s;
}

.is-delay16 {
  transition-delay: 1.6s;
}

.is-delay17 {
  transition-delay: 1.7s;
}

.is-delay18 {
  transition-delay: 1.8s;
}

.is-delay19 {
  transition-delay: 1.9s;
}

.is-delay20 {
  transition-delay: 2s;
}