@media print, screen and (min-width: 768.1px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
:root {
  --black: #000;
  --yellow: #E1CF2E;
  --green: #58A721;
  --blue: #579CBD;
  --red: #DB5C1D;
}

body {
  margin: 0;
}

.l-container main {
  color: #000;
  background: #88D7C4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.0375em;
  overflow: hidden;
}
.l-container main * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-container main ::before,
.l-container main ::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.l-container main picture,
.l-container main figure {
  display: block;
}
.l-container main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-container main a,
.l-container main button {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
.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 .c-note {
  font-size: 2.1333333333vw;
  line-height: 1.375;
  font-weight: 400;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .c-note {
    font-size: 10px;
  }
}
.l-container main .c-underline {
  display: inline;
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, var(--yellow)));
  background-image: -webkit-linear-gradient(transparent 50%, var(--yellow) 50%);
  background-image: linear-gradient(transparent 50%, var(--yellow) 50%);
  -webkit-transition: background-size 0.8s ease;
  transition: background-size 0.8s ease;
}
.l-container main .c-underline.is-animated {
  background-size: 100% 100%;
}
@-webkit-keyframes anime_left-to-right {
  0% {
    -webkit-clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
            clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes anime_left-to-right {
  0% {
    -webkit-clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
            clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.l-container main .c-banner.-conversion {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  text-align: center;
  line-height: 1;
  z-index: 1;
  -webkit-transition: 0.15s top ease-out, -webkit-filter 0.15s;
  transition: 0.15s top ease-out, -webkit-filter 0.15s;
  transition: 0.15s top ease-out, filter 0.15s;
  transition: 0.15s top ease-out, filter 0.15s, -webkit-filter 0.15s;
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .c-banner.-conversion {
    width: 480px;
    height: 120px;
    margin-block: 40px;
    padding-left: 43px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-container main .c-banner.-conversion {
    width: 84vw;
    height: 25.6vw;
    margin-block: 8vw;
    padding-left: 7.7333333333vw;
    border-radius: 12.8vw;
  }
}
.l-container main .c-banner.-conversion::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #40349A;
  border: 1px solid #000;
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: 0.15s top ease-out;
  transition: 0.15s top ease-out;
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .c-banner.-conversion::before {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-container main .c-banner.-conversion::before {
    top: 1.6vw;
  }
}
.l-container main .c-banner.-conversion::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6357BD;
  border: 1px solid #000;
  position: absolute;
  border-radius: inherit;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .c-banner.-conversion .cv-text {
    width: 328px;
  }
}
@media screen and (max-width: 768px) {
  .l-container main .c-banner.-conversion .cv-text {
    width: 58.1333333333vw;
  }
}
.l-container main .c-banner.-conversion .cv-icon {
  position: absolute;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .c-banner.-conversion .cv-icon {
    right: 60px;
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-container main .c-banner.-conversion .cv-icon {
    right: 9.0666666667vw;
    width: 4.266666667vw;
  }
}
.l-container main .c-banner.-conversion .cv-icon::before {
  content: "";
  display: block;
  position: absolute;
  left: -65%;
  top: -68%;
  aspect-ratio: 1/1;
  width: 232%;
  background: url(../images/icon_bomb_sp.webp) no-repeat center/contain;
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  .l-container main .c-banner.-conversion .cv-icon::before {
    top: -70%;
  }
}
.l-container main .c-banner.-conversion .cv-icon img {
  vertical-align: top;
}
.l-container main .c-banner.-conversion.is-animated .cv-icon::before {
  content: "";
  display: block;
  position: absolute;
  left: -65%;
  top: -65%;
  aspect-ratio: 1/1;
  width: 232%;
  background: url(../images/icon_bomb_sp.webp) no-repeat center/contain;
  z-index: -1;
  -webkit-animation: rotate 6s linear 0.4s infinite forwards;
          animation: rotate 6s linear 0.4s infinite forwards;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@media (hover: hover) {
  .l-container main .c-banner.-conversion:hover {
    -webkit-filter: brightness(1.25);
            filter: brightness(1.25);
    top: 10px;
  }
  .l-container main .c-banner.-conversion:hover::before {
    top: 0;
  }
}

#floating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 2000px;
  background-color: var(--blue);
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-animation: appearUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s forwards;
          animation: appearUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s forwards;
}
#floating.is-hidden {
  -webkit-animation: disappearDown 0.4s ease forwards;
          animation: disappearDown 0.4s ease forwards;
}
#floating.is-animated {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
@-webkit-keyframes appearUp {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes appearUp {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes disappearDown {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}
@keyframes disappearDown {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}
@media print, screen and (min-width: 768.1px) {
  #floating {
    gap: 20px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  #floating {
    gap: 2.6666666667vw;
    height: 18.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  #floating {
    left: auto;
    right: auto;
    width: 100%;
    padding-left: 175px;
  }
}
#floating * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#floating ::before,
#floating ::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
#floating picture {
  display: block;
  line-height: 1;
}
#floating img {
  max-width: 100%;
  height: auto;
}
#floating > a, #floating > div {
  position: relative;
}
@media (hover: hover) {
  #floating > a, #floating > div {
    cursor: pointer;
  }
}
#floating .floating_cv {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: 0.15s top ease-out, -webkit-filter 0.15s;
  transition: 0.15s top ease-out, -webkit-filter 0.15s;
  transition: 0.15s top ease-out, filter 0.15s;
  transition: 0.15s top ease-out, filter 0.15s, -webkit-filter 0.15s;
}
@media screen and (max-width: 768px) {
  #floating .floating_cv {
    width: 56vw;
    height: 12.266666667vw;
    padding-left: 3.2vw;
    border-radius: 6.1333333335vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #floating .floating_cv {
    width: 300px;
    height: 60px;
    padding-left: 31px;
    border-radius: 30px;
  }
}
#floating .floating_cv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  border-radius: inherit;
  background: #40349A;
  border: 1px solid #000;
  -webkit-transition: 0.15s top ease-out;
  transition: 0.15s top ease-out;
}
@media screen and (max-width: 768px) {
  #floating .floating_cv::before {
    top: 1.333333333vw;
    left: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #floating .floating_cv::before {
    top: 6px;
    left: 0;
  }
}
#floating .floating_cv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6357BD;
  border: 1px solid #000;
  z-index: 1;
  border-radius: inherit;
}
#floating .floating_cv .cv-text {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #floating .floating_cv .cv-text {
    width: 50.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #floating .floating_cv .cv-text {
    width: 262px;
  }
}
@media (hover: hover) {
  #floating .floating_cv:hover {
    -webkit-filter: brightness(1.25);
            filter: brightness(1.25);
    top: 6px;
  }
  #floating .floating_cv:hover:before {
    top: 0;
  }
}
#floating .floating_chat {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.15s top ease-out, -webkit-filter 0.15s;
  transition: 0.15s top ease-out, -webkit-filter 0.15s;
  transition: 0.15s top ease-out, filter 0.15s;
  transition: 0.15s top ease-out, filter 0.15s, -webkit-filter 0.15s;
}
@media print, screen and (min-width: 768.1px) {
  #floating .floating_chat {
    width: 198px;
    height: 60px;
    border-radius: 30px;
  }
}
#floating .floating_chat::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #A5A5A5;
  border: 1px solid #000;
  position: absolute;
  z-index: 0;
  border-radius: inherit;
  -webkit-transition: 0.15s top ease-out;
  transition: 0.15s top ease-out;
}
@media print, screen and (min-width: 768.1px) {
  #floating .floating_chat::before {
    top: 6px;
  }
}
#floating .floating_chat::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  z-index: 1;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  #floating .floating_chat {
    width: 36.2666666667vw;
    height: 12.266666667vw;
    border-radius: 6.1333333335vw;
  }
  #floating .floating_chat::before {
    top: 1.333333333vw;
    left: 0;
  }
}
#floating .floating_chat img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #floating .floating_chat img {
    width: 31.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #floating .floating_chat img {
    left: 6px;
    width: 171px;
  }
}
@media (hover: hover) {
  #floating .floating_chat:hover {
    -webkit-filter: brightness(1.25);
            filter: brightness(1.25);
    top: 6px;
  }
  #floating .floating_chat:hover:before {
    top: 0;
  }
}

/* ---------------------------------------------
  kv
--------------------------------------------- */
#kv {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kv {
    aspect-ratio: 375/425;
  }
}
@media print, screen and (min-width: 768.1px) {
  #kv {
    height: 660px;
  }
}
@media print and (min-width: 768px) and (max-width: 860px), screen and (min-width: 768.1px) and (max-width: 860px) {
  #kv {
    height: 72.5vw;
  }
}
#kv h1 {
  width: 100%;
  height: 100%;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#strengths {
  position: relative;
}
@media screen and (max-width: 768px) {
  #strengths {
    padding-top: 4.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #strengths {
    width: 94%;
    max-width: 900px;
    margin-inline: auto;
    padding-top: 12px;
    text-align: center;
  }
}
#strengths .strengths_title {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768.1px) {
  #strengths .strengths_title {
    margin-bottom: -2.5%;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths_title img {
    width: 79.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #strengths .strengths_title img {
    width: 51.2222222222%;
  }
}
#strengths ul {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #strengths ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  #strengths ul li {
    width: 50%;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  #strengths ul .strengths_first {
    margin: -1.3333333333vw 0 0 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #strengths ul .strengths_first {
    width: 55%;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #strengths ul .strengths_first img {
    width: 96.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths ul .strengths_second {
    margin-top: -6.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #strengths ul .strengths_second {
    width: 46.8888888889%;
    margin-top: 16px;
    margin-left: -17px;
    text-align: left;
  }
}
@media print and (max-width: 1480px), screen and (min-width: 768.1px) and (max-width: 1480px) {
  #strengths ul .strengths_second.is-animated {
    margin-right: -2px;
  }
}
@media screen and (max-width: 768px) {
  #strengths ul .strengths_second img {
    width: 87.2vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths ul .strengths_more {
    margin: -4vw 0 0 60vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #strengths ul .strengths_more {
    width: 25.3333333333%;
    margin-top: -37px;
    margin-left: -150px;
  }
}
@media print and (max-width: 1300px), screen and (min-width: 768.1px) and (max-width: 1300px) {
  #strengths ul .strengths_more img {
    width: 32vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths ul .strengths_more img {
    width: 36.2666666667vw;
  }
}
#strengths ul .c-character {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #strengths ul .c-character {
    margin: -11.4666666667vw 0 0 -1.8666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #strengths ul .c-character {
    margin: -22px 0 0 -412px;
  }
}
@media screen and (max-width: 768px) {
  #strengths ul .c-character img {
    width: 62.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #strengths ul .c-character img {
    width: 370px;
  }
}
#strengths ul .strengths_catch {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #strengths ul .strengths_catch {
    left: 46.4vw;
    bottom: 21.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #strengths ul .strengths_catch {
    top: 178px;
    left: calc(50% - 61px);
  }
}
@media print and (max-width: 1180px), screen and (min-width: 768.1px) and (max-width: 1180px) {
  #strengths ul .strengths_catch {
    top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths ul .strengths_catch img {
    width: 49.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #strengths ul .strengths_catch img {
    width: 447.5px;
  }
}

#about {
  position: relative;
}
@media screen and (max-width: 768px) {
  #about {
    margin-top: 5.3333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about {
    margin-top: 31px;
    padding-bottom: 35px;
  }
}
#about::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #68BA88;
}
@media screen and (max-width: 768px) {
  #about::before {
    top: 29.6vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about::before {
    top: 370px;
  }
}
#about .about_inner {
  position: relative;
}
#about .about_title {
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .about_title {
    height: 29.6vw;
    margin-bottom: 6.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .about_title {
    height: 372px;
    margin-bottom: -80px;
  }
}
#about .about_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 768px) {
  #about .about_title::before {
    background: url(../images/about_title_bg_sp.webp) no-repeat center bottom/100%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .about_title::before {
    background: url(../images/about_title_bg_pc.webp) no-repeat center top/900px;
  }
}
#about .about_title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #about .about_title::after {
    background: url(../images/about_title_fg_sp.webp) no-repeat center bottom/100%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .about_title::after {
    background: url(../images/about_title_fg_pc.webp) no-repeat center top/900px;
  }
}
#about .about_title .c-separator-top {
  height: 100%;
  -webkit-filter: drop-shadow(0px -1px 0px #000);
          filter: drop-shadow(0px -1px 0px #000);
}
#about .about_title .c-separator-top::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: #68BA88;
  -webkit-clip-path: ellipse(52% 50% at 50% 50%);
          clip-path: ellipse(52% 50% at 50% 50%);
}
@media screen and (max-width: 768px) {
  #about .about_title .c-separator-top::before {
    top: 23.2vw;
    left: -10%;
    width: 120%;
    aspect-ratio: 100/27;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .about_title .c-separator-top::before {
    top: 191px;
    left: -10%;
    width: 120%;
    aspect-ratio: 100/27;
  }
}
#about .about_title h2 {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .about_title h2 {
    top: 0;
    left: 13.3333333333vw;
    width: 53.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .about_title h2 {
    top: 25px;
    left: calc(50% - 267px);
    width: 399px;
  }
}
#about .about_title .c-character {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #about .about_title .c-character {
    top: 0;
    left: 58.1333333333vw;
    width: 32vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .about_title .c-character {
    top: 18px;
    left: calc(50% + 71px);
    width: 239px;
  }
}
#about .p-frameGroup {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #about .p-frameGroup {
    width: 84vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frameGroup {
    width: 90%;
    max-width: 900px;
  }
}
#about .p-frameGroup .c-note {
  opacity: 0.5;
  letter-spacing: 0;
  font-size: 2.4vw;
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frameGroup .c-note {
    font-size: 12px;
    line-height: 1.4;
  }
}
#about .p-frame {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .p-frame {
    margin-bottom: 2.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame {
    margin-bottom: 18px;
    border-radius: 25px;
  }
}
#about .p-frame::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--blue);
  border: 1px solid #000;
  border-radius: inherit;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #about .p-frame::before {
    left: 1.6vw;
    top: 1.6vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame::before {
    left: 12px;
    top: 12px;
  }
}
#about .p-frame::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  border-radius: inherit;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #about .p-frame:not(:first-child) {
    margin-top: 24vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame:not(:first-child) {
    margin-top: 165px;
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-first {
    height: 79.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-first {
    aspect-ratio: 900/445;
  }
}
#about .p-frame.-first .about_first_title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-first .about_first_title img {
    width: 80vw;
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-first .about_first_title img {
    width: min(94.3333333333%, 849px);
    margin-top: 3.5555555556%;
  }
}
#about .p-frame.-first .c-character,
#about .p-frame.-first .about_balloon1,
#about .p-frame.-first .about_balloon2 {
  position: absolute;
}
#about .p-frame.-first .c-character {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-first .c-character {
    left: 2.9333333333vw;
    bottom: 1px;
    width: 30.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-first .c-character {
    left: 7.3333333333%;
    bottom: 1px;
    width: min(27.2222222222%, 245px);
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-first .about_balloon1 {
    left: 20.8vw;
    top: 35.2vw;
    bottom: 0;
    width: 50.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-first .about_balloon1 {
    left: 27.1111111111%;
    top: 0;
    bottom: 0;
    width: min(43.1111111111%, 388px);
    margin-top: 16.8888888889%;
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-first .about_balloon2 {
    left: 42.4vw;
    top: 56.5333333333vw;
    width: 39.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-first .about_balloon2 {
    left: 61%;
    top: 0;
    bottom: 0;
    width: min(33.4444444444%, 301px);
    margin-top: 25.2%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second {
    padding: min(5.3333333333%, 48px) min(6.6666666667%, 60px);
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second {
    padding: 6.6666666667vw;
  }
}
#about .p-frame.-second .about_second_copy {
  position: absolute;
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .about_second_copy {
    left: calc(50% - 344px);
    top: -128px;
    width: 505px;
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .about_second_copy {
    left: 2.9333333333vw;
    top: -15.4666666667vw;
    width: 56vw;
  }
}
#about .p-frame.-second .c-character {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .c-character {
    left: 54.4vw;
    top: -20.8vw;
    width: 27.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .c-character {
    left: calc(50% + 154px);
    top: -161px;
    width: 201px;
  }
}
#about .p-frame.-second .about_second_title {
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .about_second_title {
    width: min(62%, 485px);
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .about_second_title img {
    width: 70.4vw;
    margin-top: 15.2vw;
  }
}
#about .p-frame.-second .about_second_balloon {
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .about_second_balloon {
    top: -2.6666666667vw;
    left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .about_second_balloon {
    top: 12.2%;
    left: min(61.3333333333%, 552px);
    width: min(35%, 313px);
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .about_second_balloon img {
    width: 62.6666666667vw;
    height: 23.7333333333vw;
  }
}
#about .p-frame.-second .p-best-plan {
  position: relative;
  background: #E3E5E5;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .p-best-plan {
    margin-top: 5.8666666667vw;
    padding: 4.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .p-best-plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: min(5.1282051282%, 40px);
    border-radius: 10px;
    margin-top: 40px;
  }
}
#about .p-frame.-second .p-best-plan::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .p-best-plan::before {
    left: calc(50% - 2.6666666667vw);
    top: -4.5333333333vw;
    width: 5.3333333333vw;
    height: 4.5333333333vw;
    background: inherit;
    -webkit-clip-path: polygon(0 100%, 50% 0%, 100% 100%);
            clip-path: polygon(0 100%, 50% 0%, 100% 100%);
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .p-best-plan::before {
    left: calc(50% - 10px);
    top: -17px;
    width: 20px;
    height: 17px;
    background: inherit;
    -webkit-clip-path: polygon(0 100%, 50% 0%, 100% 100%);
            clip-path: polygon(0 100%, 50% 0%, 100% 100%);
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_text {
    width: min(36.285714285%, 254px);
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_text .c-note {
    font-size: 2.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_text .c-note {
    font-size: 1.15vw;
  }
}
@media screen and (min-width: 1024px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_text .c-note {
    font-size: min(1vw, 12px);
  }
}
#about .p-frame.-second .p-best-plan .p-best-plan_title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_title {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_title img {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_title img {
    width: 19vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_title img {
    width: min(16vw, 195px);
  }
}
#about .p-frame.-second .p-best-plan .p-best-plan_fig {
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_fig {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_fig {
    width: min(60.2857142857%, 422px);
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_fig .fig {
    margin-inline: -4.5333333333vw;
  }
}
#about .p-frame.-second .p-best-plan .p-best-plan_fig .text-3gb {
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_fig .text-3gb {
    top: 13.3333333333vw;
    left: 10.4vw;
    width: 8.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_fig .text-3gb {
    top: 0;
    left: 22.5118483412%;
    width: 12.5592417062%;
    margin-top: 18.2464454976%;
  }
}
#about .p-frame.-second .p-best-plan .p-best-plan_fig .text-3gb.is-animated {
  -webkit-animation: zoomUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s forwards;
          animation: zoomUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#about .p-frame.-second .p-best-plan .p-best-plan_fig .text-10gb {
  position: absolute;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_fig .text-10gb {
    left: 39.2vw;
    width: 11.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_fig .text-10gb {
    left: 63.0331753555%;
    width: 15.8767772512%;
  }
}
#about .p-frame.-second .p-best-plan .p-best-plan_fig .text-10gb.is-animated {
  -webkit-animation: zoomUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s forwards;
          animation: zoomUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 1.6s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes zoomUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: opacity 0.1s ease, -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease, -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: opacity 0.1s ease, -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease, -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#about .p-frame.-second .p-best-plan .p-best-plan_fig .arrow {
  position: absolute;
  margin-inline: auto;
  -webkit-clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
          clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_fig .arrow {
    top: 2.1333333333vw;
    width: 59.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-second .p-best-plan .p-best-plan_fig .arrow {
    top: 0;
    left: 7.8199052133%;
    width: min(84.5971563981%, 357px);
    margin-top: 3.0805687204%;
  }
}
#about .p-frame.-second .p-best-plan .p-best-plan_fig .arrow.is-animated {
  -webkit-animation-name: anime_left-to-right;
          animation-name: anime_left-to-right;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
#about .p-frame.-second .c-note {
  font-size: 8px;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-third {
    padding: 9.8666666667vw 6.6666666667vw 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-third {
    padding: min(5.3333333333%, 48px) min(6.6666666667%, 60px);
  }
}
#about .p-frame.-third .about_third_copy {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-third .about_third_copy {
    left: 46.9333333333vw;
    top: -14.4vw;
    width: 25.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-third .about_third_copy {
    left: calc(50% + 5px);
    top: -108px;
    width: 226px;
  }
}
#about .p-frame.-third .c-character {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-third .c-character {
    left: 11.4666666667vw;
    top: -22.6666666667vw;
    width: 34.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-third .c-character {
    left: calc(50% - 246px);
    top: -157px;
    width: 241px;
  }
}
#about .p-frame.-third .about_third_title {
  position: relative;
  text-align: center;
}
#about .p-frame.-third .about_third_title::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(50%);
          transform: scale(0.9) translateY(50%);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.1s ease, -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.1s ease, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-third .about_third_title::before {
    width: 91.4666666667vw;
    height: 14.6666666667vw;
    left: -10.9333333333vw;
    top: 22.6666666667vw;
    background: url(../images/about_third_title_fig_sp.webp) no-repeat center/contain;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-third .about_third_title::before {
    width: 127.5641025641%;
    aspect-ratio: 995/117;
    left: -14.4871794872%;
    top: 0;
    margin-top: 48px;
    background: url(../images/about_third_title_fig_pc.webp) no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-third .about_third_title img {
    width: 57.0666666667vw;
    margin-inline: -11.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-third .about_third_title img {
    width: 100%;
    max-width: none;
    margin-inline: max(-15.6944444444%, -113px);
  }
}
#about .p-frame.-third .about_third_title.is-animated::before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
#about .p-frame.-third .about_third_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-third .about_third_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-third .about_third_wrap {
    gap: 3.8461538462%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #about .p-frame.-third .about_third_wrap p {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-third .about_third_wrap p {
    width: 47.4358974359%;
    font-size: min(2.45vw, 24px);
    line-height: 1.5833333333;
  }
}
#about .p-frame.-third .about_third_wrap p small {
  display: block;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-third .about_third_wrap p small {
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-third .about_third_wrap p small {
    font-size: 12px;
    margin-top: 34px;
  }
}
#about .p-frame.-third .about_third_fig {
  background: #88D7C4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .p-frame.-third .about_third_fig {
    border-radius: 2.6666666667vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .p-frame.-third .about_third_fig {
    width: 51.2820512821%;
    padding: 5.3846153846% 5.641025641%;
    border-radius: 10px;
  }
}
#about .c-separator-bottom {
  position: absolute;
  width: 100%;
  -webkit-filter: drop-shadow(0px 1px 0px #000);
          filter: drop-shadow(0px 1px 0px #000);
}
@media screen and (max-width: 768px) {
  #about .c-separator-bottom {
    height: 8vw;
    bottom: -7.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #about .c-separator-bottom {
    aspect-ratio: 1165/250;
    bottom: 0;
    margin-bottom: -20.7612456747%;
  }
}
#about .c-separator-bottom::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #68BA88;
  -webkit-mask-image: url(../images/separator_bottom.svg);
          mask-image: url(../images/separator_bottom.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top;
          mask-position: top;
}
@media print, screen and (min-width: 768.1px) {
  #about .c-separator-bottom::after {
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}

@media screen and (max-width: 768px) {
  #diagnosis {
    margin-top: -3.2vw;
    background: url(../images/diagnosis_bg_sp.webp) no-repeat center -0.5vw/100%;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis {
    margin-top: -25px;
    padding-bottom: 150px;
    background: url(../images/diagnosis_bg_pc.webp) no-repeat center 28px/1265px;
  }
}
#diagnosis .diagnosis_title {
  position: relative;
  text-align: center;
  z-index: 1;
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .diagnosis_title img {
    width: 585px;
  }
}
@media screen and (max-width: 768px) {
  #diagnosis .diagnosis_title img {
    width: 91.7333333333vw;
  }
}
#diagnosis .c-character {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #diagnosis .c-character img {
    width: 73.3333333333vw;
    margin-top: -8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .c-character img {
    width: 433px;
    margin-top: -36px;
  }
}
#diagnosis .c-character .c-balloon {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #diagnosis .c-character .c-balloon {
    top: 32vw;
    left: 72vw;
    width: 17.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .c-character .c-balloon {
    top: 185px;
    left: calc(50% + 121px);
    width: 110px;
  }
}
#diagnosis .p-diagnosisContent {
  margin: auto;
  background: var(--green);
  border: 1px solid #000;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-diagnosisContent {
    margin-top: 0;
    padding: 1.3333333333vw 1.3333333333vw 0;
    width: 84vw;
    border-radius: 6.6666666667vw;
    -webkit-filter: drop-shadow(0 0 5.3333333333vw rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 5.3333333333vw rgba(0, 0, 0, 0.2));
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-diagnosisContent {
    padding: 10px 10px 0;
    width: 90%;
    max-width: 900px;
    border-radius: 25px;
  }
}
#diagnosis .p-diagnosisContent .p-questionItem {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: height 0.25s ease, padding 0.25s ease;
  transition: height 0.25s ease, padding 0.25s ease;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-diagnosisContent .p-questionItem {
    margin-bottom: 1.3333333333vw;
    padding: 8vw 6.6666666667vw 9.3333333333vw;
    border-radius: 5.8666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-diagnosisContent .p-questionItem {
    margin-bottom: 10px;
    padding: 40px 50px;
    border-radius: 22px;
  }
}
#diagnosis .p-diagnosisContent .p-questionItem::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/diagnosis_next.webp) no-repeat center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-diagnosisContent .p-questionItem::after {
    bottom: -4.8vw;
    left: calc(50% - 4vw);
    width: 8vw;
    height: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-diagnosisContent .p-questionItem::after {
    bottom: -22px;
    left: calc(50% - 20px);
    width: 40px;
    height: 35px;
  }
}
#diagnosis .p-diagnosisContent .p-questionItem.is-waiting .c-choiceList li button {
  -webkit-animation: waiting 2s infinite;
          animation: waiting 2s infinite;
}
#diagnosis .p-diagnosisContent .p-questionItem.is-waiting .c-choiceList li:nth-child(1) button {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#diagnosis .p-diagnosisContent .p-questionItem.is-waiting .c-choiceList li:nth-child(2) button {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#diagnosis .p-diagnosisContent .p-questionItem.is-waiting .c-choiceList li:nth-child(3) button {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes waiting {
  0% {
    background-color: #fff;
  }
  20% {
    background-color: rgba(234, 207, 42, 0.4);
  }
  41%, 100% {
    background-color: #fff;
  }
}
@keyframes waiting {
  0% {
    background-color: #fff;
  }
  20% {
    background-color: rgba(234, 207, 42, 0.4);
  }
  41%, 100% {
    background-color: #fff;
  }
}
#diagnosis .p-diagnosisContent .c-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-diagnosisContent .c-question .q {
    width: 15.4666666667vw;
    height: 15.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-diagnosisContent .c-question .q {
    width: 59px;
    height: 60px;
  }
}
#diagnosis .p-diagnosisContent .step {
  display: block;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-diagnosisContent .step {
    margin-bottom: 2.4vw;
    font-size: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-diagnosisContent .step {
    margin-top: 5px;
    font-size: 12px;
  }
}
#diagnosis .p-diagnosisContent .text {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-diagnosisContent .text {
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-diagnosisContent .text {
    font-size: 28px;
    line-height: 38px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-diagnosisContent .c-answer {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #diagnosis .p-diagnosisContent .c-answer {
    margin-top: 3.2vw;
  }
}
#diagnosis .p-diagnosisContent .c-answer .c-choiceList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-diagnosisContent .c-answer .c-choiceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-diagnosisContent .c-answer .c-choiceList {
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#diagnosis .p-diagnosisContent .c-answer .c-choiceList li button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-diagnosisContent .c-answer .c-choiceList li button {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-diagnosisContent .c-answer .c-choiceList li button {
    width: 26.2vw;
    padding-inline: 0.5em;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
@media screen and (min-width: 1024px) {
  #diagnosis .p-diagnosisContent .c-answer .c-choiceList li button {
    width: min(22vw, 253px);
  }
}
#diagnosis .p-diagnosisContent .c-answer .c-choiceList li button.is-select {
  background-color: var(--yellow);
  pointer-events: none;
}
@media (hover: hover) {
  #diagnosis .p-diagnosisContent .c-answer .c-choiceList li button {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
    cursor: pointer;
  }
  #diagnosis .p-diagnosisContent .c-answer .c-choiceList li button:hover {
    color: var(--green);
    border-color: var(--green);
  }
}
#diagnosis #question2.is-hidden,
#diagnosis #question3.is-hidden,
#diagnosis #result.is-hidden {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 0;
  border: 0;
}
#diagnosis .result-content.is-hidden {
  display: none;
  visibility: hidden;
}
#diagnosis .p-result {
  display: block;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: height 0.25s ease, padding 0.25s ease;
  transition: height 0.25s ease, padding 0.25s ease;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-result {
    margin-bottom: 1.6vw;
    padding: 11.7333333333vw 6.6666666667vw 9.0666666667vw;
    border-radius: 5.8666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-result {
    margin-bottom: 10px;
    padding: 48px 50px 40px;
    border-radius: 22px;
  }
}
@media screen and (max-width: 768px) {
  #diagnosis .p-result .result-title {
    margin-bottom: 8.5333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-result .result-title {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  #diagnosis .p-result .result-title img {
    width: 39.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-result .result-title img {
    width: 147px;
  }
}
#diagnosis .p-result .result-text {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-result .result-text {
    margin-top: 1.3333333333vw;
    width: 52vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    text-align: left;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-result .result-text {
    margin-top: 10px;
    font-size: 25px;
    line-height: 37px;
    text-align: center;
  }
}
#diagnosis .p-result .c-note {
  text-align: left;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-result .c-note {
    margin-top: 2.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-result .c-note {
    margin: 14px auto 0;
    width: 600px;
    font-size: 10px;
    line-height: 14px;
  }
}
#diagnosis .p-result .result-banner-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-result .result-banner-wrap {
    margin-top: 5.0666666667vw;
    -webkit-filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-result .result-banner-wrap {
    margin-top: 36px;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 768px) {
  #diagnosis .p-result .result-banner-wrap .result-banner {
    margin-inline: -18.6666666667vw -19.2vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-result .result-banner-wrap .result-banner {
    margin: 0 -80px;
  }
}
@media screen and (max-width: 768px) {
  #diagnosis .p-result .result-banner-wrap .result-banner img {
    width: 89.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-result .result-banner-wrap .result-banner img {
    width: 940px;
  }
}
#diagnosis .p-result .result-banner-wrap .result-chara {
  display: inline-block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #diagnosis .p-result .result-banner-wrap .result-chara {
    margin: 0;
    width: 28.8vw;
    height: 34.6666666667vw;
    bottom: 28.5333333333vw;
    right: -10.4vw;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .p-result .result-banner-wrap .result-chara {
    width: min(27.1907216495%, 211px);
    height: 267px;
    right: -45px;
    bottom: 0;
    margin-bottom: 0.837628866%;
  }
}
#diagnosis .p-result .result-banner-wrap .result-chara img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
#diagnosis .c-breakdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  background-color: rgba(136, 215, 196, 0.4);
}
@media screen and (max-width: 768px) {
  #diagnosis .c-breakdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4vw;
    padding: 2.1333333333vw 4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .c-breakdown {
    margin: 20px auto 0;
    padding: 20px;
    width: 600px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .c-breakdown > dt {
    padding-left: 0.25em;
  }
}
@media screen and (max-width: 768px) {
  #diagnosis .c-breakdown dt,
  #diagnosis .c-breakdown dd {
    min-width: 5em;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .c-breakdown dt,
  #diagnosis .c-breakdown dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #diagnosis .c-breakdown dt dl,
  #diagnosis .c-breakdown dd dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5em;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .c-breakdown dt dl,
  #diagnosis .c-breakdown dd dl {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    margin-left: 40px;
  }
}
#diagnosis .c-breakdown dt dl dd,
#diagnosis .c-breakdown dd dl dd {
  text-align: right;
}
#diagnosis .c-breakdown small,
#diagnosis .c-breakdown #diagnosis .c-breakdown dd dl small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #diagnosis .c-breakdown dt dl small,
  #diagnosis .c-breakdown dd dl small {
    display: block;
    margin-top: -0.5em;
    margin-left: 1em;
    font-size: 2.4vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .c-breakdown dt dl small,
  #diagnosis .c-breakdown dd dl small {
    font-size: 12px;
  }
}
#diagnosis .c-banner.-altPlan {
  display: block;
  -webkit-transition: -webkit-filter 0.15s, -webkit-transform 0.15s ease-out;
  transition: -webkit-filter 0.15s, -webkit-transform 0.15s ease-out;
  transition: filter 0.15s, transform 0.15s ease-out;
  transition: filter 0.15s, transform 0.15s ease-out, -webkit-filter 0.15s, -webkit-transform 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #diagnosis .c-banner.-altPlan {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .c-banner.-altPlan {
    width: 90%;
    max-width: 900px;
    margin: 30px auto 0;
  }
}
#diagnosis .c-banner.-altPlan .c-balloon {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #diagnosis .c-banner.-altPlan .c-balloon img {
    width: 75.4666666667vw;
    margin-bottom: -4.5333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .c-banner.-altPlan .c-balloon img {
    width: 400px;
    margin-bottom: -38px;
  }
}
@media screen and (max-width: 768px) {
  #diagnosis .c-banner.-altPlan .c-banner {
    width: 84vw;
    margin-inline: auto;
  }
}
@media (hover: hover) {
  #diagnosis .c-banner.-altPlan:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
#diagnosis .c-altPlan-note {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #diagnosis .c-altPlan-note {
    width: 84vw;
    margin-top: 1.3333333333vw;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 768.1px) {
  #diagnosis .c-altPlan-note {
    width: 90%;
    max-width: 900px;
    margin: 10px auto 0;
  }
}

#user-review {
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(0px -1px 0px #000);
          filter: drop-shadow(0px -1px 0px #000);
}
@media screen and (max-width: 768px) {
  #user-review {
    margin-top: 24.2666666667vw;
    padding-top: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review {
    margin-top: -100px;
    padding: 86px 0 118px;
  }
}
#user-review::before {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  width: 120%;
  aspect-ratio: 100/27;
  background: var(--yellow);
  -webkit-clip-path: ellipse(52% 50% at 50% 50%);
          clip-path: ellipse(52% 50% at 50% 50%);
  z-index: -1;
}
@media print, screen and (min-width: 768.1px) {
  #user-review::before {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #user-review::before {
    top: -6.6666666667vw;
  }
}
#user-review::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--yellow);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #user-review::after {
    top: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review::after {
    top: 160px;
  }
}
#user-review .user-review_title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #user-review .user-review_title img {
    width: 81.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .user-review_title img {
    width: 512px;
  }
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList {
    margin-top: 2.5333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList {
    width: 90%;
    max-width: 900px;
    margin: 30px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#user-review .c-reviewList li {
  position: relative;
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li {
    width: 100%;
    height: 126.9333333333vw;
    padding: 0 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList li {
    width: min(30.5555555556%, 275px);
    min-height: 370px;
    aspect-ratio: 275/476;
  }
}
#user-review .c-reviewList li::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--green);
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li::before {
    top: 6.4vw;
    left: calc(50% - 39.3333333333vw);
    bottom: 23.2vw;
    width: 78.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList li::before {
    top: 0;
    left: 0;
    bottom: 87px;
    width: 100%;
    margin-top: 8.7272727273%;
    border-radius: 25px;
  }
}
#user-review .c-reviewList li:nth-child(2)::before {
  background: var(--red);
}
#user-review .c-reviewList li:nth-child(3)::before {
  background: var(--blue);
}
#user-review .c-reviewList li img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li img {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.1s ease-out, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.1s ease-out, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.1s ease-out, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
#user-review .c-reviewList li .voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  -webkit-filter: drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000) drop-shadow(2px 3px 0 #000);
          filter: drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000) drop-shadow(2px 3px 0 #000);
  will-change: filter;
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li .voice {
    margin-left: -2.6666666667vw;
    padding: 8vw;
    width: 72.8vw;
    min-height: 57.0666666667vw;
    border-radius: 5.3333333333vw;
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: opacity 0.1s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.1s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList li .voice {
    width: 99.2727272727%;
    margin-left: -5.4545454545%;
    min-height: 214px;
    padding: 11.6363636364% 10.5%;
    border-radius: 20px;
  }
}
#user-review .c-reviewList li .voice::before {
  content: "";
  display: block;
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%);
          clip-path: polygon(0 0, 80% 0, 100% 100%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li .voice::before {
    left: 24.5333333333vw;
    width: 6.9333333333vw;
    height: 5.6vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList li .voice::before {
    left: 33.6996336996%;
    width: 26px;
    height: 21px;
  }
}
#user-review .c-reviewList li .voice p {
  font-weight: 700;
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 1.8714285714;
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li .voice p {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList li .voice p {
    font-size: min(1.135vw, 14px);
  }
}
@media screen and (min-width: 767.1px) and (max-width: 1024px) {
  #user-review .c-reviewList li .voice p {
    font-size: 1.35vw;
  }
}
#user-review .c-reviewList li:nth-child(1) {
  z-index: 1;
}
#user-review .c-reviewList li:nth-child(1) img {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li:nth-child(1) img {
    width: 61.6vw;
    left: 29.6vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList li:nth-child(1) img {
    width: 84%;
    left: 25.8181818182%;
  }
}
#user-review .c-reviewList li:nth-child(2) {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li:nth-child(2) .voice::before {
    left: 37.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList li:nth-child(2) .voice::before {
    left: 50.9090909091%;
  }
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li:nth-child(2) img {
    width: 66.9333333333vw;
    left: 20vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList li:nth-child(2) img {
    width: 91.2727272727%;
    left: 8.7272727273%;
  }
}
#user-review .c-reviewList li:nth-child(3) {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li:nth-child(3) .voice::before {
    left: 34.1333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList li:nth-child(3) .voice::before {
    left: 39.5604395604%;
  }
}
@media screen and (max-width: 768px) {
  #user-review .c-reviewList li:nth-child(3) img {
    width: 81.3333333333vw;
    left: 12.8vw;
    bottom: -1.0666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .c-reviewList li:nth-child(3) img {
    width: 110.9090909091%;
    max-width: none;
    left: -4.3636363636%;
  }
}
#user-review .c-reviewList .swiper-slide-active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#user-review .c-reviewList .swiper-slide-active .voice {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#user-review .swiper {
  overflow: visible;
}
@media screen and (max-width: 768px) and (hover: hover) {
  #user-review .button-next,
  #user-review .button-prev {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #user-review .button-next,
  #user-review .button-prev {
    width: 12.8vw;
    height: 12.8vw;
    position: absolute;
    top: 40%;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10;
  }
  #user-review .button-next::before,
  #user-review .button-prev::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1.0666666667vw;
    width: 100%;
    height: 100%;
    background: #A5A5A5;
    border: 1px solid #000;
    border-radius: 50%;
    z-index: -1;
  }
  #user-review .button-next::after,
  #user-review .button-prev::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../images/icon_next.svg);
    background-repeat: no-repeat;
    background-position: 57% center;
    background-size: 4.5333333333vw;
    border: 1px solid #000;
    border-radius: 100%;
  }
  #user-review .button-next {
    right: 2.6666666667vw;
  }
  #user-review .button-prev {
    left: 2.6666666667vw;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  #user-review .button-next.swiper-button-disabled,
  #user-review .button-prev.swiper-button-disabled {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
            transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  }
  #user-review .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    bottom: 0;
    margin: 6.1333333333vw 0 0;
    margin-left: 4vw;
    max-width: calc(100% - 8vw);
    position: relative;
    z-index: 10;
    gap: 2.6666666667vw;
  }
  #user-review .pagination .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-color: #fff;
    border: 1px solid #000;
    opacity: 1;
    margin: 0;
  }
  #user-review .pagination .swiper-pagination-bullet-active {
    background-color: #000;
  }
}
@media screen and (max-width: 768px) and (min-width: 768.1px) {
  #user-review {
    display: none;
  }
}
#user-review .note {
  display: inline-block;
  position: absolute;
  z-index: 2;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #user-review .note {
    font-size: 2.1333333333vw;
    left: 2.6666666667vw;
    bottom: 8vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #user-review .note {
    width: 90%;
    max-width: 900px;
    font-size: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 40px;
  }
}
#user-review .note span {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.25em;
}
#user-review .note span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: -1;
}

#campaign {
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(0px -1px 0px #000);
          filter: drop-shadow(0px -1px 0px #000);
}
@media screen and (max-width: 768px) {
  #campaign {
    padding-block: 9.0666666667vw 38.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign {
    margin-top: -160px;
    padding: 86px 0 350px;
  }
}
#campaign::before {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  width: 120%;
  aspect-ratio: 100/27;
  background: #FFF;
  -webkit-clip-path: ellipse(52% 50% at 50% 50%);
          clip-path: ellipse(52% 50% at 50% 50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #campaign::before {
    top: -6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign::before {
    top: 0;
  }
}
#campaign::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FFF;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #campaign::after {
    top: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign::after {
    top: 160px;
  }
}
#campaign .campaign_title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #campaign .campaign_title img {
    width: 80.5333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .campaign_title img {
    width: 453px;
    margin-bottom: 30px;
  }
}
#campaign .c-banner.-campaign {
  display: block;
  margin-inline: auto;
  border: 1px solid #000;
  overflow: hidden;
  -webkit-transition: -webkit-filter 0.15s, -webkit-transform 0.15s ease-out;
  transition: -webkit-filter 0.15s, -webkit-transform 0.15s ease-out;
  transition: filter 0.15s, transform 0.15s ease-out;
  transition: filter 0.15s, transform 0.15s ease-out, -webkit-filter 0.15s, -webkit-transform 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #campaign .c-banner.-campaign {
    width: 84vw;
    border-radius: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .c-banner.-campaign {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
  }
}
@media (hover: hover) {
  #campaign .c-banner.-campaign:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
#campaign .c-character {
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #campaign .c-character {
    width: 75.7333333333vw;
    left: 11.2vw;
    bottom: -1.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #campaign .c-character {
    width: 464px;
    left: calc(50% - 232px);
    bottom: 110px;
  }
}

#web-cm {
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(0px -1px 0px #000);
          filter: drop-shadow(0px -1px 0px #000);
}
@media screen and (max-width: 768px) {
  #web-cm {
    padding-block: 9.0666666667vw 21.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #web-cm {
    margin-top: -160px;
    padding-block: 78px 120px;
  }
}
#web-cm::before {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  width: 120%;
  aspect-ratio: 100/27;
  background: #88D7C4;
  -webkit-clip-path: ellipse(52% 50% at 50% 50%);
          clip-path: ellipse(52% 50% at 50% 50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #web-cm::before {
    top: -6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #web-cm::before {
    top: 0;
  }
}
#web-cm::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #88D7C4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #web-cm::after {
    top: 0;
  }
}
@media print, screen and (min-width: 768.1px) {
  #web-cm::after {
    top: 160px;
  }
}
#web-cm .web-cm_title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #web-cm .web-cm_title img {
    width: 45.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #web-cm .web-cm_title img {
    width: 258px;
    margin-bottom: 40px;
  }
}
#web-cm .web-cm_movie {
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #web-cm .web-cm_movie {
    width: 78.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #web-cm .web-cm_movie {
    width: 590px;
  }
}
#web-cm .web-cm_movie::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  #web-cm .web-cm_movie::before {
    top: 15.4666666667vw;
    left: -8.5333333333vw;
    right: -10.6666666667vw;
    height: 27.7333333333vw;
    /* background: url(../images/web-cm_bg_sp.webp) no-repeat center/contain; */
  }
}
@media print, screen and (min-width: 768.1px) {
  #web-cm .web-cm_movie::before {
    top: 109px;
    left: -62px;
    right: -66px;
    height: 207px;
    /* background: url(../images/web-cm_bg_pc.webp) no-repeat center/contain; */
  }
}
#web-cm .web-cm_movie::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  #web-cm .web-cm_movie::after {
    top: -10.6666666667vw;
    left: -10.6666666667vw;
    right: -10.6666666667vw;
    height: 71.2vw;
    /* background: url(../images/web-cm_fg_sp.webp) no-repeat center/contain; */
  }
}
@media print, screen and (min-width: 768.1px) {
  #web-cm .web-cm_movie::after {
    top: -93px;
    left: -130px;
    right: -94px;
    height: 552px;
    /* background: url(../images/web-cm_fg_pc.webp) no-repeat center/contain; */
  }
}
#web-cm .web-cm_movie a {
  position: relative;
  display: block;
  -webkit-transition: -webkit-filter 0.15s, -webkit-transform 0.15s ease-out;
  transition: -webkit-filter 0.15s, -webkit-transform 0.15s ease-out;
  transition: filter 0.15s, transform 0.15s ease-out;
  transition: filter 0.15s, transform 0.15s ease-out, -webkit-filter 0.15s, -webkit-transform 0.15s ease-out;
}
#web-cm .web-cm_movie a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icon_play.svg) no-repeat center/contain;
  -webkit-filter: drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);
          filter: drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);
  will-change: filter;
}
@media screen and (max-width: 768px) {
  #web-cm .web-cm_movie a::after {
    width: 9.3333333333vw;
    height: 10.6666666667vw;
    top: calc(50% - 4.6666666667vw);
    left: calc(50% - 5.3333333333vw);
  }
}
@media print, screen and (min-width: 768.1px) {
  #web-cm .web-cm_movie a::after {
    width: 80px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 40px);
  }
}
@media (hover: hover) {
  #web-cm .web-cm_movie a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
#web-cm .web-cm_movie img {
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #web-cm .web-cm_movie img {
    border-radius: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768.1px) {
  #web-cm .web-cm_movie img {
    border-radius: 25px;
  }
}
#web-cm .web-cm_movie.is-animated::before, #web-cm .web-cm_movie.is-animated::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

:root {
  --mmScrlOffset: 0;
}

#modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal sup {
  font-size: 65%;
}

.mmWrap {
  --mmPad: 3vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10010;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.mmWrap.-ready {
  opacity: 1;
}

.mmInner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: calc(950px + 6vw);
  padding: var(--mmPad);
  overflow: visible;
}

.mmScreen {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - 17px);
  height: 100%;
}

.mmCnt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.mmCnt > img:only-child {
  max-width: 100%;
  max-height: calc(100vh - 8vw);
}

.mmCnt > video:only-child {
  max-width: 100%;
  max-height: calc(100vh - 8vw);
}

.mmWrap[data-mm-type=iframe] iframe {
  width: 100vw;
  max-width: 100%;
  height: calc(100vh - var(--mmPad) * 2);
}

.mmWrap[data-mm-type=YouTube] .mmCnt {
  width: 100%;
  background: unset;
}

.mmWrap[data-mm-type=YouTube] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.mmCaption {
  position: relative;
  color: #fff;
}

.mmCaption:not(:empty) {
  margin-top: 1rem;
  text-align: center;
}

.mmClose,
.mmPrev,
.mmNext {
  all: unset;
  position: fixed;
  overflow: hidden;
  border-radius: 50%;
  white-space: nowrap;
  text-indent: 100%;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.mmClose {
  position: absolute;
  right: var(--mmPad);
  bottom: 100%;
  height: 55px;
  width: 60px;
  background: url("../images/icon_close.svg") no-repeat center/contain;
  border-radius: 0;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.mmClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mmClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .mmClose:hover {
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
  }
}

.mmPrev,
.mmNext {
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(136, 136, 136, 0.7333333333);
}

.mmPrev:before,
.mmNext:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  aspect-ratio: 1/1;
  border: #fff solid;
  border-width: 3px 0 0 3px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mmPrev {
  left: 1.5vw;
}

.mmPrev:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 2px;
}

.mmNext {
  right: calc(1.5vw + var(--mmScrlOffset));
}

.mmNext:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: -2px;
}

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

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

.is-fadeUpImg {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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