@charset "UTF-8";
/* settings */
/* settings */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Overpass:ital,wght@0,900;1,900&family=Oswald:wght@400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}
@media all and (max-width: 320px) {
  html {
    font-size: 45%;
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック" !important;
  color: #000;
}

body * {
  box-sizing: border-box;
}

h1, h2, h3, h4, p, li {
  font-style: normal;
  margin: 0;
}

a {
  text-underline-offset: 2px;
}

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック" !important;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 9px;
  background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
  background-color: #9783BC;
  border-radius: 9px;
}

body {
  margin: 0;
}

main {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: linear-gradient(to bottom, #51318F 0, #51318F 30%, #553894 40%, #604EA4 55%, #6456AA 60%, #828AC4 90%, #8C9ACD 100%);
}
main::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(/yohada/campaign2503/assets/images/bg_sky.png) no-repeat center 3.5svh/95% auto;
  transition: opacity 1s ease-out;
}
@media all and (max-width: 768px) {
  main::before {
    background: url(/yohada/campaign2503/assets/images/bg_sky_result_sp.png) no-repeat right top/260% auto;
  }
}
main.is-end-loading::before {
  opacity: 1;
}

/* elements */
/* layout
--------------------------------------*/
.l-container {
  padding: 0 40px;
}

.l-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  text-align: center;
}

.l-content--loading {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-content--loading.is-fadeOut {
  opacity: 0;
  transform: translateY(-40%);
}
.l-content--loading.is-fadeOut .l-content__bg {
  display: none;
}
.l-content--loading .l-content__bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 400svh;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #51318F 0, #51318F 30%, #553894 40%, #604EA4 55%, #6456AA 60%, #828AC4 90%, #8C9ACD 100%);
}
.l-content--loading .l-container {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
}

.l-content--firstview {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(40%);
  justify-content: flex-start;
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1s, opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1s;
}
@media all and (max-width: 768px) {
  .l-content--firstview {
    z-index: 3;
  }
}
.l-content--firstview.is-fadeIn {
  opacity: 1;
  transform: translateY(0);
}
.l-content--firstview[data-light="1"] .l-content__bg img:nth-child(1) {
  display: block;
}
.l-content--firstview[data-light="2"] .l-content__bg img:nth-child(2) {
  display: block;
}
.l-content--firstview[data-light="3"] .l-content__bg img:nth-child(3) {
  display: block;
}
.l-content--firstview .l-content__bg {
  display: block;
  position: absolute;
  aspect-ratio: 1920/244;
  height: 244px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url(/yohada/campaign2503/assets/images/bg_building_base.png) no-repeat center bottom/contain;
}
@media all and (max-width: 768px) {
  .l-content--firstview .l-content__bg {
    height: 12.59%;
    background-size: auto 100%;
  }
}
.l-content--firstview .l-content__bg img {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: contain;
}
@media all and (max-width: 768px) {
  .l-content--firstview .l-content__bg img {
    aspect-ratio: 1920/244;
    max-width: none;
    height: 100%;
  }
}
.l-content--firstview .l-container {
  position: relative;
  width: initial;
  padding: 0;
}
@media all and (min-width: 769px) {
  .l-content--firstview .l-container {
    height: calc(100% - 86px);
    aspect-ratio: 788/994;
    z-index: 3;
  }
}
@media all and (max-width: 768px) {
  .l-content--firstview .l-container {
    height: calc(100% - 36px);
    aspect-ratio: 660/1211;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media all and (max-width: 376px) and (max-height: 677px) {
  .l-content--firstview .l-container {
    height: calc(100% - 90px);
    padding-top: 30px;
  }
}

.l-content--question {
  background: none;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 769px) {
  .l-content--question {
    border: #fff 24px solid;
  }
}
.l-content--question .l-container {
  width: 100%;
  height: 100%;
  background-color: #8C9ACD;
  border: #51318F 2px solid;
  padding: 24px;
}
@media all and (max-width: 768px) {
  .l-content--question .l-container {
    padding: 10px;
  }
}

.l-content--result {
  background: linear-gradient(to bottom, #51318F 0, #51318F 30%, #553894 40%, #604EA4 55%, #6456AA 60%, #828AC4 90%, #8C9ACD 100%);
  overflow-y: scroll;
  overflow-x: hidden;
  justify-content: flex-start;
}
.l-content--result.js-fadein.is-active {
  z-index: 12;
}
.l-content--result::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/yohada/campaign2503/assets/images/bg_sky.png) no-repeat center 3.5svh/95% auto;
  transition: opacity 1s ease-out;
}
@media all and (max-width: 768px) {
  .l-content--result::after {
    background: url(/yohada/campaign2503/assets/images/bg_sky_result_sp.png) no-repeat right top/260% auto;
  }
}
.l-content--result .l-container {
  width: 100%;
  padding: 0;
  position: relative;
}
.l-content--result .l-container::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1920/244;
  height: 244px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url(/yohada/campaign2503/assets/images/bg_building_light03.png) no-repeat center bottom/contain;
}
@media all and (max-width: 768px) {
  .l-content--result .l-container::before {
    height: 105px;
    background-size: auto 100%;
  }
}
.l-content--result .l-container__inner {
  padding: 88px 20px 360px;
  position: relative;
  z-index: 12;
}
@media all and (max-width: 768px) {
  .l-content--result .l-container__inner {
    padding: 48px 16px 185px;
  }
}
.l-content--result .bg-bubbles {
  position: fixed;
}

.c-button {
  width: 100%;
  height: min(10svh, 108px);
  padding: min(0.8svh, 8px);
  border-radius: 24px;
  background: linear-gradient(to right, #9D3FBC, #8C9ACD);
  border: #51318F 2px solid;
  cursor: pointer;
}
@media all and (max-height: 860px) {
  .c-button {
    height: min(8svh, 108px);
    padding: min(0.4svh, 8px);
  }
}
@media all and (max-height: 620px) {
  .c-button {
    height: min(6svh, 108px);
    padding: min(0.2svh, 8px);
  }
}
@media all and (max-width: 768px) {
  .c-button {
    border-width: 1px;
    padding: 4px;
    height: 63px;
    border-radius: 12px;
  }
}
@media all and (max-width: 320px) {
  .c-button {
    height: 40px;
  }
}
@media all and (max-width: 376px) and (max-height: 667px) {
  .c-button {
    height: 9.2svh;
  }
}
@media all and (max-width: 376px) and (max-height: 583px) {
  .c-button {
    height: 7svh;
  }
}
@media all and (min-width: 769px) {
  .c-button:hover .c-button__inner {
    background-color: #8E42CF;
    color: #fff;
  }
}
.c-button .c-button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: #51318F 2px solid;
  background-color: #fff;
  border-radius: 18px;
  color: #51318F;
  font-size: min(2.8svh, 3rem);
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button .c-button__inner {
    font-size: 1.5rem;
    border-width: 1px;
    border-radius: 7px;
  }
}
@media all and (max-width: 376px) and (max-height: 554px) {
  .c-button .c-button__inner {
    font-size: 1.3rem;
  }
}

.c-button-back {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 256px;
  width: 100%;
  min-height: min(5.6svh, 60px);
  padding: 4px 60px;
  font-size: min(2.1svh, 2.2rem);
  font-weight: 500;
  background-color: #51318F;
  border: #fff 2px solid;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button-back {
    border-width: 1px;
    max-width: 130px;
    min-height: 34px;
    padding: 4px 20px 7px;
    font-size: 1.2rem;
    margin-inline: auto;
  }
}
.c-button-back::before {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 10px;
  background: url(/yohada/campaign2503/assets/images/icon_return.svg) no-repeat center center/cover;
}
@media all and (max-width: 768px) {
  .c-button-back::before {
    left: 12px;
    width: 9px;
    height: 5px;
  }
}
@media all and (min-width: 769px) {
  .c-button-back:hover {
    background-color: #E65A8C;
  }
}

.c-button-return {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 216px;
  width: 100%;
  min-height: 60px;
  padding: 2px 20px 4px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  border: #51318F 2px solid;
  background-color: #fff;
  color: #51318F;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button-return {
    max-width: 207px;
    font-size: 1.4rem;
    min-height: 56px;
    padding: 4px 30px 4px 30px;
  }
}
.c-button-return::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 10px;
  background: url(/yohada/campaign2503/assets/images/icon_return.svg) no-repeat center center/cover;
  filter: brightness(0) saturate(100%) invert(25%) sepia(26%) saturate(2286%) hue-rotate(228deg) brightness(94%) contrast(104%);
}
@media all and (max-width: 768px) {
  .c-button-return::before {
    left: 20px;
    width: 14px;
    height: 7px;
  }
}
@media all and (min-width: 769px) {
  .c-button-return:hover {
    background-color: #51318F;
    color: #fff;
  }
  .c-button-return:hover::before {
    filter: none;
  }
}

.c-button-result {
  position: absolute;
  display: block;
  left: 0;
  top: min(4.62svh, 50px);
  width: initial;
  height: min(33.51svh, 362px);
  aspect-ratio: 300/362;
  border: none;
  padding: 0;
  background: url(/yohada/campaign2503/assets/images/bg_button_result.png) no-repeat center center/cover;
  cursor: pointer;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .c-button-result {
    height: min(27.13svh, 181px);
  }
}
.c-button-result::before {
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/yohada/campaign2503/assets/images/bg_button_result_on.png) no-repeat center center/cover;
  transition: opacity 0.3s ease;
}
@media all and (min-width: 769px) {
  .c-button-result:hover::before {
    opacity: 1;
  }
  .c-button-result:hover .c-button__inner {
    font-size: min(4svh, 4rem);
  }
  .c-button-result:hover .c-button__icon {
    width: 70px;
    height: 38px;
  }
}
.c-button-result .c-button__inner {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 51%;
  text-align: center;
  font-size: min(3.6svh, 3.8rem);
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 #461474, -1px -1px 0 #461474, -1px 1px 0 #461474, 1px -1px 0 #461474, 0px 1px 0 #461474, -1px 0 #461474, -1px 0 0 #461474, 1px 0 0 #461474;
  transform: translate(-50%, -50%);
  transition: font-size 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button-result .c-button__inner {
    font-size: 2.15rem;
  }
}
.c-button-result .c-button__inner::before {
  position: absolute;
  content: "結果を\a見る";
  white-space: pre;
  width: 100%;
  left: 3px;
  top: 3px;
  z-index: -1;
  color: #461474;
}
.c-button-result .c-button__icon {
  position: absolute;
  left: 50%;
  bottom: min(7.5svh, 81px);
  width: 64px;
  height: 34px;
  border-radius: 100%;
  background: #461474 url(/yohada/campaign2503/assets/images/icon_return.svg) no-repeat center center;
  transform: scale(-1, 1) translate(50%, 50%);
  transition: width 0.3s ease, height 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button-result .c-button__icon {
    width: 32px !important;
    height: 17px !important;
    background-size: 9px 5px;
    bottom: min(4.4svh, 30px);
  }
}

.c-button-share {
  display: inline-flex;
  column-gap: 20px;
  max-width: 480px;
  width: 100%;
  height: 132px;
  padding: 6px;
  border-radius: 24px;
  background: linear-gradient(to right, #9D3FBC, #8C9ACD);
  border: #51318F 2px solid;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 768px) {
  .c-button-share {
    border-width: 1px;
    padding: 4px;
    height: 13vw;
    border-radius: 12px;
  }
}
@media all and (max-width: 560px) {
  .c-button-share {
    height: 82px;
  }
}
.c-button-share::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 102px;
  aspect-ratio: 1/1;
  background: url(/yohada/campaign2503/assets/images/icon_btn_share.png) no-repeat center center/cover;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 768px) {
  .c-button-share::before {
    width: 53px;
    transform: translate(-30%, -55%);
  }
}
.c-button-share.is-hover .c-button__inner {
  background-color: #9D3FBC;
  color: #fff;
}
@media all and (min-width: 769px) {
  .c-button-share:hover .c-button__inner {
    background-color: #9D3FBC;
    color: #fff;
  }
}
.c-button-share .c-button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  padding-inline: 20px;
  width: 100%;
  height: 100%;
  text-align: left;
  border: #51318F 2px solid;
  background-color: #fff;
  border-radius: 18px;
  color: #51318F;
  font-size: 2.1rem;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button-share .c-button__inner {
    font-size: 2.5vw;
    border-width: 1px;
    border-radius: 7px;
    column-gap: 10px;
  }
}
@media all and (max-width: 560px) {
  .c-button-share .c-button__inner {
    padding-inline: 10px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 370px) {
  .c-button-share .c-button__inner {
    font-size: 1.3rem;
  }
}
.c-button-share .c-button__inner .fs-large {
  font-size: 2.8rem;
}
@media all and (max-width: 768px) {
  .c-button-share .c-button__inner .fs-large {
    font-size: 3vw;
  }
}
@media all and (max-width: 560px) {
  .c-button-share .c-button__inner .fs-large {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 370px) {
  .c-button-share .c-button__inner .fs-large {
    font-size: 1.6rem;
  }
}
.c-button-share .c-button__inner .c-button__icon {
  flex: 0 0 64px;
  width: 64px;
  aspect-ratio: 1/1;
  background: url(/yohada/campaign2503/assets/images/icon_x.png) no-repeat center center/cover;
}
@media all and (max-width: 768px) {
  .c-button-share .c-button__inner .c-button__icon {
    flex: 0 0 40px;
    width: 40px;
  }
}
@media all and (max-width: 370px) {
  .c-button-share .c-button__inner .c-button__icon {
    flex: 0 0 30px;
    width: 30px;
  }
}

.c-button-other {
  display: inline-flex;
  max-width: 360px;
  width: 100%;
  height: 88px;
  padding: 6px;
  border-radius: 44px;
  border: #51318F 2px solid;
  background: linear-gradient(to right, #9D3FBC, #51318F);
  text-decoration: none !important;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .c-button-other {
    padding: 3px;
    height: 52px;
    border-radius: 26px;
  }
}
@media all and (min-width: 769px) {
  .c-button-other:hover {
    position: relative;
  }
  .c-button-other:hover .c-button__inner {
    background-color: transparent;
    color: #fff;
  }
  .c-button-other:hover .c-button__icon {
    background-color: #fff;
  }
  .c-button-other:hover .c-button__icon::before {
    filter: brightness(0) saturate(100%) invert(19%) sepia(86%) saturate(1484%) hue-rotate(242deg) brightness(86%) contrast(93%);
  }
}
.c-button-other.size-small {
  max-width: 224px;
  height: 60px;
  border-radius: 30px;
  padding: 4px;
  border: none;
}
@media all and (max-width: 768px) {
  .c-button-other.size-small {
    height: 56px;
  }
}
.c-button-other.size-small .c-button__inner {
  font-size: 1.6rem;
}
@media all and (max-width: 768px) {
  .c-button-other.size-small .c-button__inner {
    font-size: 1.4rem;
  }
}
.c-button-other.size-large {
  max-width: 384px;
  height: 96px !important;
  border-radius: 48px;
  background: #fff;
}
@media all and (max-width: 768px) {
  .c-button-other.size-large {
    border-width: 1px;
    max-width: 259px !important;
    height: 64px !important;
  }
}
.c-button-other.size-large .c-button__inner {
  font-size: 2rem;
  border-radius: 42px;
  background-color: #FFD766;
  border: #51318F 2px solid;
}
@media all and (max-width: 768px) {
  .c-button-other.size-large .c-button__inner {
    border-width: 1px !important;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 769px) {
  .c-button-other.size-large:hover .c-button__inner {
    background-color: #9D3FBC !important;
    color: #fff !important;
  }
  .c-button-other.size-large:hover .c-button__icon {
    background-color: #fff !important;
  }
  .c-button-other.size-large:hover .c-button__icon::before, .c-button-other.size-large:hover .c-button__icon::after {
    background-color: #9D3FBC !important;
  }
}
.c-button-other .c-button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 40px;
  color: #51318F;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  transition: color 0.3s ease;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button-other .c-button__inner {
    font-size: 1.25rem;
  }
}
.c-button-other .c-button__inner span {
  position: relative;
  z-index: 2;
}
.c-button-other .c-button__icon {
  flex: 0 0 24px;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #51318F;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button-other .c-button__icon {
    flex: 0 0 19px;
    width: 19px;
  }
}
.c-button-other:not([class*=c-button-modal]) .c-button__icon::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/yohada/campaign2503/assets/images/icon_window.svg) no-repeat center center/cover;
}
.c-button-other.c-button-modal {
  max-width: 360px;
  height: min(8.183svh, 88px);
  position: relative;
  overflow: hidden;
}
.c-button-other.c-button-modal::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #fff;
  transition: opacity 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button-other.c-button-modal {
    max-width: 235px;
    height: 52px;
  }
}
.c-button-other.c-button-modal .c-button__inner {
  border: #51318F 2px solid;
}
.c-button-other.c-button-modal .c-button__icon::before, .c-button-other.c-button-modal .c-button__icon::after {
  position: absolute;
  right: 7px;
  top: calc(50% - 1px);
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.3s ease;
  filter: none !important;
}
@media all and (max-width: 768px) {
  .c-button-other.c-button-modal .c-button__icon::before, .c-button-other.c-button-modal .c-button__icon::after {
    right: 5px;
  }
}
.c-button-other.c-button-modal .c-button__icon::after {
  transform: rotate(90deg);
}
@media all and (min-width: 769px) {
  .c-button-other.c-button-modal:hover::before {
    opacity: 1;
  }
  .c-button-other.c-button-modal:hover .c-button__inner {
    background-color: #FFD766;
    color: #51318F;
  }
  .c-button-other.c-button-modal:hover .c-button__icon {
    background-color: #51318F;
  }
  .c-button-other.c-button-modal:hover .c-button__icon::before, .c-button-other.c-button-modal:hover .c-button__icon::after {
    background-color: #fff;
  }
}
.c-button-other.c-button-modal-close {
  background: none;
  border: none;
  padding: 0;
  max-width: 120px;
  height: 48px;
}
.c-button-other.c-button-modal-close .c-button__inner {
  border: #fff 2px solid;
  background-color: #51318F;
  column-gap: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.c-button-other.c-button-modal-close .c-button__icon::before, .c-button-other.c-button-modal-close .c-button__icon::after {
  position: absolute;
  right: 7px;
  top: calc(50% - 1px);
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.3s ease;
  filter: none !important;
}
@media all and (max-width: 768px) {
  .c-button-other.c-button-modal-close .c-button__icon::before, .c-button-other.c-button-modal-close .c-button__icon::after {
    right: 5px;
  }
}
.c-button-other.c-button-modal-close .c-button__icon::before {
  transform: rotate(45deg);
}
.c-button-other.c-button-modal-close .c-button__icon::after {
  transform: rotate(-45deg);
}
@media all and (min-width: 769px) {
  .c-button-other.c-button-modal-close:hover .c-button__inner {
    background: #fff;
    color: #51318F;
  }
  .c-button-other.c-button-modal-close:hover .c-button__icon::before, .c-button-other.c-button-modal-close:hover .c-button__icon::after {
    background-color: #51318F;
  }
}
.c-button-other.c-button-no-border {
  max-width: 224px;
  padding: 0;
  border: none;
  height: 60px;
  border-radius: 30px;
}

.c-button-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  height: min(8.183svh, 88px);
  padding: 4px;
  border-radius: 44px;
  border: #51318F 2px solid;
  background-color: #FFD766;
  text-decoration: none !important;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button-start {
    max-width: 235px;
    height: 48px;
    border-radius: 24px;
  }
}
@media all and (min-width: 769px) {
  .c-button-start:hover {
    background-color: #9D3FBC;
  }
  .c-button-start:hover::after {
    opacity: 1;
  }
}
.c-button-start::before, .c-button-start::after {
  position: absolute;
  content: "";
  width: 120px;
  aspect-ratio: 120/29;
  transition: opacity 0.3s ease, color 0.3s ease;
}
@media all and (max-width: 768px) {
  .c-button-start::before, .c-button-start::after {
    width: 84px;
  }
}
.c-button-start:disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #a3a3a3;
  font-weight: bold;
  font-size: 2.0rem;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .c-button-start:disabled {
    font-size: 1.4rem;
  }
}
/* .c-button-start::before {
  background: url(/yohada/campaign2503/assets/images/btn_start.png) no-repeat center center/cover;
}
.c-button-start::after {
  opacity: 0;
  background: url(/yohada/campaign2503/assets/images/btn_start_on.png) no-repeat center center/cover;
} */

.c-annotation-list {
  margin: 0;
  padding: 0;
}
.c-annotation-list .list-item {
  display: flex;
  text-align: left;
  font-size: 1.6rem;
}
@media all and (max-width: 560px) {
  .c-annotation-list .list-item {
    font-size: 1.2rem;
  }
}
.c-annotation-list .list-item + .list-item {
  margin-top: 6px;
}
.c-annotation-list .symbol {
  flex: 0 0 auto;
}

/* loading
--------------------------------------*/
.p-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.p-loading__img {
  position: absolute;
  left: 50%;
  top: clamp(32px, 12.1vh, 134px);
  width: clamp(152px, 30.2vh, 304px);
  text-align: center;
  transform: translateX(-50%);
}
@media all and (max-width: 768px) {
  .p-loading__img {
    width: min(40.9vw, 354px);
  }
}
.p-loading__progress {
  display: block;
  height: 10px;
  background-color: #007bff;
}

.p-loading__percentage {
  margin-top: 10px;
  font-size: 3.3rem;
  color: #fff;
  font-weight: bold;
  font-family: "Oswald", sans-serif !important;
  transform: translateX(0.5em);
}
@media all and (max-width: 768px) {
  .p-loading__percentage {
    font-size: 3.2rem;
  }
}
.p-loading__percentage .number {
  font-size: 7.2rem;
}
@media all and (max-width: 768px) {
  .p-loading__percentage .number {
    font-size: 6.4rem;
  }
}

/* fristview
--------------------------------------*/
.p-firstview__head {
  opacity: 0;
  transform: translateY(-40%);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media all and (max-width: 768px) {
  .p-firstview__head {
    width: 100%;
    max-width: calc(100vw - 44px);
    margin-inline: auto;
  }
}
.p-firstview__head.is-fadeIn {
  opacity: 1;
  transform: translateY(0);
}

.p-firstview__body,
.p-firstview__foot {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media all and (max-width: 768px) {
  .p-firstview__body,
  .p-firstview__foot {
    width: 100%;
    max-width: calc(100vw - 44px);
    margin-inline: auto;
  }
}
.p-firstview__body.is-fadeIn,
.p-firstview__foot.is-fadeIn {
  opacity: 1;
}

.p-firstview__foot {
  position: relative;
  z-index: 4;
}

.p-firstview__img {
  margin-top: 1%;
  margin-bottom: -5%;
}
@media all and (max-width: 768px) {
  .p-firstview__img {
    margin-top: 0;
    margin-bottom: -6%;
  }
}
.p-firstview__img img {
  width: 18.6%;
}
@media all and (max-width: 768px) {
  .p-firstview__img img {
    width: 23.5%;
  }
}

.p-firstview__title {
  margin-bottom: 3.25%;
}
@media all and (max-width: 768px) {
  .p-firstview__title {
    padding-inline: 4%;
    margin-bottom: 4%;
  }
}

.p-firstview__over {
  margin-top: -15px;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #ffec71;
  color: #177a1d;
  font-weight: bold;
  text-align: center;
}
.p-firstview__over-text {
  font-size: 2.4rem;
}

@media all and (max-width: 768px) {
  .p-firstview__over {
    margin-top: 0;
  }
  .p-firstview__over-text {
    font-size: 2.0rem;
  }
}

.p-firstview__notice {
  margin-top: 8px;
  color: #177a1d;
  font-weight: normal;
  text-align: center;
}
.p-firstview__notice-heading {
  font-weight: bold;
  font-size: 1.4rem;
}
.p-firstview__notice-text {
  font-size: 1.2rem;
}

@media all and (max-width: 768px) {
  .p-firstview__notice {
    margin-top: 8px;
  }
  .p-firstview__notice-heading {
    font-size: 1.2rem;
  }
  .p-firstview__notice-text {
    font-size: 1.0rem;
  }
}

.p-firstview__date {
  margin-bottom: 2.5%;
}
@media all and (max-width: 768px) {
  .p-firstview__date {
    margin-bottom: 4%;
  }
}

.p-firstview__detail {
  margin-bottom: 3.5%;
}

.p-firstview__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
@media all and (max-width: 768px) {
  .p-firstview__btn {
    row-gap: 11px;
  }
}

.p-firstview__bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .p-firstview__bubbles {
    z-index: 2;
  }
}
.p-firstview__bubbles.is-fadeIn {
  opacity: 1;
}
.p-firstview__bubbles .bubble01 {
  position: absolute;
  left: 3.95%;
  top: 25.92%;
  width: 11.875%;
  aspect-ratio: 228/286;
}
@media all and (max-width: 768px) {
  .p-firstview__bubbles .bubble01 {
    display: none;
  }
}
.p-firstview__bubbles .bubble02 {
  position: absolute;
  right: 3.69%;
  bottom: 24.53%;
  width: 14.375%;
  aspect-ratio: 276/318;
}
@media all and (max-width: 768px) {
  .p-firstview__bubbles .bubble02 {
    width: 21.43%;
    right: 10px;
    bottom: 16px;
  }
}
.p-firstview__bubbles .bubble03 {
  position: absolute;
  top: 6.94%;
  aspect-ratio: 218/264;
}
@media all and (min-width: 769px) {
  .p-firstview__bubbles .bubble03 {
    width: 11.354%;
    right: 16.66%;
  }
}
@media all and (max-width: 768px) {
  .p-firstview__bubbles .bubble03 {
    left: 0;
    top: 13px;
    width: 100%;
    aspect-ratio: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-firstview__bubbles .bubble03 .bubble {
    width: 24.1%;
    margin-left: 16px;
  }
}
@media all and (min-width: 769px) {
  .p-firstview__bubbles .bubble03 .tap {
    position: absolute;
    right: -15px;
    bottom: -40px;
    transform: translateY(50%);
  }
}
@media all and (max-width: 768px) {
  .p-firstview__bubbles .bubble03 .tap {
    flex-shrink: 0;
    width: 24.53%;
    aspect-ratio: 1/1;
    margin-right: 12px;
  }
}

/* question
--------------------------------------*/
.p-question,
.p-question__result {
  height: calc(100% - 48px);
  width: min-content;
  aspect-ratio: 680/873;
  padding-top: 22svh;
  background: url(/yohada/campaign2503/assets/images/question_bottle_base_pc.png) no-repeat center calc(100% + 2px)/contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media all and (max-width: 768px) {
  .p-question,
  .p-question__result {
    margin-top: 17px;
    padding-top: min(18svh, 37.4%);
    height: calc(100% - 117px);
    aspect-ratio: 580/988;
    background: url(/yohada/campaign2503/assets/images/question_bottle_base_sp.png) no-repeat center top/contain;
  }
}
@media all and (max-width: 430px) {
  .p-question,
  .p-question__result {
    width: 100%;
    height: auto;
    margin-bottom: 94px;
  }
}
@media all and (max-width: 376px) and (max-height: 677px) {
  .p-question,
  .p-question__result {
    width: min-content;
    height: calc(100% - 117px);
  }
}
@media all and (max-width: 376px) and (max-height: 620px) {
  .p-question,
  .p-question__result {
    padding-top: 14svh;
  }
}
@media all and (max-width: 376px) and (max-height: 554px) {
  .p-question,
  .p-question__result {
    height: calc(100% - 77px);
    margin-top: 0;
    margin-bottom: 64px;
  }
}
@media all and (max-width: 430px) and (max-height: 753px) {
  .p-question,
  .p-question__result {
    width: min-content;
    height: calc(100% - 117px);
  }
}
.p-question::after,
.p-question__result::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 680/873;
  left: 0;
  background: url(/yohada/campaign2503/assets/images/question_bottle_pc.png) no-repeat center calc(100% + 1px)/cover;
  z-index: 4;
}
@media all and (max-width: 768px) {
  .p-question::after,
  .p-question__result::after {
    top: 0;
    aspect-ratio: 580/988;
    background: url(/yohada/campaign2503/assets/images/question_bottle_sp.png) no-repeat center center/cover;
  }
}
@media all and (min-width: 769px) {
  .p-question::after,
  .p-question__result::after {
    bottom: 0;
  }
}
.p-question::before,
.p-question__result::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 680/525;
  left: 0;
  background: url(/yohada/campaign2503/assets/images/question_liquid_pc.png) no-repeat center bottom/cover;
  transform: translateY(100%);
  z-index: 2;
}
@media all and (max-width: 768px) {
  .p-question::before,
  .p-question__result::before {
    top: 0;
    aspect-ratio: 580/988;
    background: url(/yohada/campaign2503/assets/images/question_liquid_sp.png) no-repeat center 280%/contain;
    transform: translateY(0) !important;
    mask-image: url(/yohada/campaign2503/assets/images/question_bottle_base_mask_sp.png);
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: cover;
    transition: background-position 0.5s ease-in-out;
  }
}
@media all and (min-width: 769px) {
  .p-question::before,
  .p-question__result::before {
    bottom: 0;
    transition: transform 0.5s ease-in-out;
  }
}
@media all and (max-width: 768px) {
  .p-question[data-qn="1"]::before,
  .p-question__result[data-qn="1"]::before {
    background-position: center 280%;
  }
}
@media all and (min-width: 769px) {
  .p-question[data-qn="1"]::before,
  .p-question__result[data-qn="1"]::before {
    transform: translateY(100%);
  }
}
@media all and (max-width: 768px) {
  .p-question[data-qn="2"]::before,
  .p-question__result[data-qn="2"]::before {
    background-position: center 220%;
  }
}
@media all and (min-width: 769px) {
  .p-question[data-qn="2"]::before,
  .p-question__result[data-qn="2"]::before {
    transform: translateY(66.6666%);
  }
}
@media all and (max-width: 768px) {
  .p-question[data-qn="3"]::before,
  .p-question__result[data-qn="3"]::before {
    background-position: center 160%;
  }
}
@media all and (min-width: 769px) {
  .p-question[data-qn="3"]::before,
  .p-question__result[data-qn="3"]::before {
    transform: translateY(33.3333%);
  }
}
@media all and (max-width: 768px) {
  .p-question[data-qn="4"]::before,
  .p-question__result[data-qn="4"]::before {
    background-position: center 100%;
  }
}
@media all and (min-width: 769px) {
  .p-question[data-qn="4"]::before,
  .p-question__result[data-qn="4"]::before {
    transform: translateY(0);
  }
}

.p-question__outer {
  width: 100%;
  height: 100%;
  background: url(/yohada/campaign2503/assets/images/bg_question.jpg) no-repeat center center/cover;
  border: #51318F 2px solid;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .p-question__outer {
    background: url(/yohada/campaign2503/assets/images/bg_question_sp.jpg) no-repeat center center/cover;
    padding-inline: 30px;
    align-items: flex-start;
  }
}
@media all and (max-width: 430px) {
  .p-question__outer {
    align-items: center;
  }
}
@media all and (max-width: 370px) {
  .p-question__outer {
    padding-inline: 20px;
  }
}

.p-question__content {
  width: 100%;
  padding-inline: min(12.32%, 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .p-question__content {
    padding-inline: 45px;
  }
}

.p-question__no {
  background-color: #CDD5F1;
  border-radius: 12px;
  padding: 2px 16px;
  font-size: min(2.3svh, 2.4rem);
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 2px;
  color: #51318F;
  margin-bottom: min(3.7svh, 40px);
}
@media all and (max-width: 768px) {
  .p-question__no {
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.p-question__no .number {
  font-size: min(3.6svh, 3.8rem);
  font-weight: 500;
  line-height: 1;
  font-family: "Oswald", sans-serif !important;
}
@media all and (max-width: 768px) {
  .p-question__no .number {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 376px) and (max-height: 554px) {
  .p-question__no .number {
    font-size: 1.4rem;
  }
}

.p-question__title {
  font-size: min(3svh, 3.2rem);
  font-weight: bold;
  line-height: 1.6;
  min-height: 4.9em;
  display: flex;
  align-items: center;
  color: #51318F;
}
@media all and (max-height: 860px) {
  .p-question__title {
    font-size: min(2.6svh, 3.2rem);
  }
}
@media all and (max-height: 620px) {
  .p-question__title {
    font-size: min(2svh, 3.2rem);
  }
}
@media all and (max-width: 768px) {
  .p-question__title {
    font-size: 2.4rem;
    min-height: 6.5em;
  }
}
@media all and (max-width: 560px) {
  .p-question__title {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 376px) and (max-height: 677px) {
  .p-question__title {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 376px) and (max-height: 554px) {
  .p-question__title {
    font-size: 1.3rem;
  }
}

.p-question__text {
  margin-top: min(3.7svh, 40px);
  font-size: 16px;
}

.p-question__action {
  width: 100%;
  display: grid;
  gap: min(4.4svh, 48px);
  margin-top: min(4.1svh, 44px);
  text-align: center;
}
@media all and (max-width: 768px) {
  .p-question__action {
    gap: 26px;
    margin-top: 20px;
  }
}
@media all and (max-width: 376px) and (max-height: 667px) {
  .p-question__action {
    gap: 14px;
  }
}

.p-question__button-group,
.p-question__button-group2 {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: min(2.15svh, 24px);
}
@media all and (max-width: 768px) {
  .p-question__button-group,
  .p-question__button-group2 {
    flex-direction: column;
    gap: 13px;
  }
}
@media all and (max-width: 376px) and (max-height: 554px) {
  .p-question__button-group,
  .p-question__button-group2 {
    gap: 8px;
  }
}

.p-question__back {
  text-align: center;
}

.p-question__point {
  position: absolute;
  right: 28px;
  bottom: -13px;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .p-question__point {
    width: calc(100% - 30px);
    right: 50%;
    bottom: 45px;
    transform: translateX(50%);
    overflow: hidden;
  }
}

.p-question__point-button {
  display: block;
  border: #51318F 2px solid;
  background-color: #fff;
  padding: 6px;
  transition: background-color 0.3s ease;
  text-decoration: none !important;
}
@media all and (max-width: 768px) {
  .p-question__point-button {
    height: 62px;
    width: calc(100% - 92px);
    max-width: 259px;
    border-radius: 8px;
    margin-inline: auto;
    border-width: 1px;
    padding: 3px;
    margin-bottom: 18px;
  }
}
@media all and (min-width: 769px) {
  .p-question__point-button {
    width: 204px;
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: min(19vw, 204px);
    transform: translateX(max(-3.85vw, -42px));
    margin-bottom: -20px;
  }
  .p-question__point-button:hover {
    background-color: #9D3FBC;
  }
  .p-question__point-button:hover .p-question__point-button-inner {
    background-color: #fff;
    color: #51318F;
  }
  .p-question__point-button:hover .p-question__point-text::after {
    background-color: #9D3FBC;
  }
}
@media all and (min-width: 1075px) {
  .p-question__point-button {
    width: 204px;
    transform: translateX(-42px);
  }
}
@media all and (max-width: 376px) and (max-height: 554px) {
  .p-question__point-button {
    height: 45px;
  }
}

.p-question__point-button-inner {
  border: #51318F 2px solid;
  background-color: #9D3FBC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media all and (max-width: 768px) {
  .p-question__point-button-inner {
    height: 100%;
    border-radius: 6px;
    border-width: 1px;
  }
}
@media all and (min-width: 769px) {
  .p-question__point-button-inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }
}

.p-question__point-text {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .p-question__point-text {
    font-size: 1.6rem;
  }
  .p-question__point-text br {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .p-question__point-text {
    flex-direction: column;
    font-size: min(2.25vw, 2.4rem);
  }
}
@media all and (min-width: 1075px) {
  .p-question__point-text {
    font-size: 2.4rem;
  }
}
.p-question__point-text::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #461474 url(/yohada/campaign2503/assets/images/icon_window.svg) no-repeat center center;
  transition: background-color 0.3s ease;
}
@media all and (max-width: 768px) {
  .p-question__point-text::after {
    width: 24px;
    height: 24px;
    background-size: 8px auto;
    margin-left: 12px;
  }
}
@media all and (min-width: 769px) {
  .p-question__point-text::after {
    margin-top: min(2svh, 10px);
  }
}

.p-question__point-deco {
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .p-question__point-deco {
    aspect-ratio: 164/162;
    position: absolute;
    width: 82px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
  }
  .p-question__point-deco img {
    position: absolute;
    left: 0;
    bottom: -9px;
    max-width: 120%;
  }
}
@media all and (min-width: 769px) {
  .p-question__point-deco {
    aspect-ratio: 218/172;
    width: min(20.35vw, 218px);
  }
}
@media all and (min-width: 1075px) {
  .p-question__point-deco {
    width: auto;
  }
}
@media all and (max-width: 376px) and (max-height: 554px) {
  .p-question__point-deco {
    width: 60px;
  }
}

.js-question-result-outer {
  background: linear-gradient(to bottom, #51318F 0, #51318F 30%, #553894 40%, #604EA4 55%, #6456AA 60%, #828AC4 90%, #8C9ACD 100%);
}
@media all and (max-width: 768px) {
  .js-question-result-outer {
    margin: 12px;
    width: calc(100% - 24px);
    height: calc(100svh - 55px);
  }
  .js-question-result-outer .p-question__result {
    background: none;
  }
}
@media all and (min-width: 769px) {
  .js-question-result-outer {
    margin: 26px;
    width: calc(100% - 52px);
    height: calc(100svh - 149px);
  }
}
.js-question-result-outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/yohada/campaign2503/assets/images/bg_result.png) no-repeat center center/cover;
}
@media all and (max-width: 768px) {
  .js-question-result-outer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/yohada/campaign2503/assets/images/bg_sky_end_q_sp.png) no-repeat center top/cover;
  }
}

.p-question__result::before {
  aspect-ratio: 680/704;
  background: url(/yohada/campaign2503/assets/images/question_liquid_result_pc.png) no-repeat center calc(100% + 1px)/cover;
  transform: translateY(0);
}
@media all and (max-width: 768px) {
  .p-question__result::before {
    height: 100%;
    aspect-ratio: 580/988;
    background: url(/yohada/campaign2503/assets/images/question_liquid_result_sp.png) no-repeat center top/contain;
  }
}

.p-question__footer {
  display: flex;
  width: 100%;
  height: 52px;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
  background-color: #51318F;
  border: #51318F 2px solid;
  border-top: none;
}
@media all and (max-width: 768px) {
  .p-question__footer {
    height: 32px;
  }
}

.p-question__footer-title {
  padding: 11px 14px 13px;
  background-color: #FFD766;
  color: #51318F;
  font-size: 1.8rem;
}
@media all and (max-width: 768px) {
  .p-question__footer-title {
    padding: 6px 9px 9px;
    font-size: 1.2rem;
  }
}

.p-question__footer-text {
  padding: 11px 14px 13px;
  color: #FFD766;
  font-size: 1.8rem;
}
.p-question__footer-text .color-white {
  color: #fff;
}
@media all and (max-width: 768px) {
  .p-question__footer-text {
    padding: 6px 9px 9px;
    font-size: 1.2rem;
  }
}

.p-question__footer-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-question__footer-marquee::after {
  content: "";
  white-space: nowrap;
  display: inline-block;
}

.p-question__footer-inner {
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
@media all and (min-width: 769px) {
  .p-question__footer-inner:hover {
    animation-play-state: paused;
    cursor: default;
  }
}

@keyframes marquee {
  0% {
    left: 100%;
    transform: translateX(0);
  }
  100% {
    left: 0;
    transform: translateX(-100%);
  }
}
/* result
--------------------------------------*/
.p-result {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 960px;
  margin-top: 40px;
  margin-inline: auto;
  padding: 14px;
  background-color: #8C9ACD;
  border: #51318F 2px solid;
  border-radius: 40px;
}
@media all and (max-width: 768px) {
  .p-result {
    padding: 7px;
    border-radius: 20px;
    margin-top: 32px;
  }
}

.p-result__inner {
  padding: 62px 86px 86px;
  background-color: #fff;
  border: #51318F 2px solid;
  border-radius: 32px;
}
@media all and (max-width: 768px) {
  .p-result__inner {
    padding: 30px 24px;
    border-radius: 14px;
  }
}

@media all and (max-width: 768px) {
  .p-result__title {
    padding: 0 20px;
  }
}

.p-result__present-heading {
  margin-bottom: 32px;
}
@media all and (max-width: 768px) {
  .p-result__present-heading {
    margin-bottom: 16px;
  }
}

.p-result__score {
  position: relative;
  margin: 34px 12px 60px 0;
}
@media all and (max-width: 768px) {
  .p-result__score {
    margin: 20px 8px 30px 0;
  }
}
.p-result__score::before, .p-result__score::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: #51318F 2px solid;
  border-radius: 24px;
}
.p-result__score::before {
  background-color: #fff;
  top: 2px;
  left: 2px;
  z-index: 2;
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .p-result__score::before {
    top: 1px;
    left: 1px;
  }
}
.p-result__score::after {
  background-color: #9D3FBC;
  top: 7px;
  left: 7px;
}
@media all and (max-width: 768px) {
  .p-result__score::after {
    top: 4px;
    left: 4px;
  }
}

.p-result__score-inner {
  border: #51318F 2px solid;
  border-radius: 16px;
  background: linear-gradient(to bottom, #51318F 0, #51318F 20%, #553894 30%, #604EA4 45%, #6456AA 50%, #828AC4 90%, #8C9ACD 100%);
  padding: 43px 0;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .p-result__score-inner {
    padding: 37px 0;
  }
}

.p-result__fukidashi {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 768px) {
  .p-result__fukidashi {
    width: 100%;
    top: -22px;
    padding-inline: 20px 24px;
    max-width: 290px;
  }
}

.p-result__score-label-wrapper {
  background: url(/yohada/campaign2503/assets/images/result_score_bg.png) no-repeat center top/contain;
  min-height: 224px;
  margin-top: 2px;
  margin-inline: 37px;
  position: relative;
}
@media all and (max-width: 768px) {
  .p-result__score-label-wrapper {
    background: url(/yohada/campaign2503/assets/images/result_score_bg_sp.png) no-repeat center top/contain;
    min-height: auto;
    margin-top: 0;
    margin-inline: 20px;
  }
}

.p-result__score-label {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1) 1s, opacity 2s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  padding-top: 32px;
}
@media all and (max-width: 768px) {
  .p-result__score-label {
    padding-top: 16px;
  }
}
.p-result__score-label.is-active {
  opacity: 1;
  transform: translateY(0);
}

.p-result__score-deco01 {
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 768px) {
  .p-result__score-deco01 {
    display: none;
  }
}

.p-result__score-deco02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 768px) {
  .p-result__score-deco02 {
    display: none;
  }
}

.p-result__score-detail-wrapper {
  padding-inline: 56px;
  margin-top: -36px;
}
@media all and (max-width: 768px) {
  .p-result__score-detail-wrapper {
    margin-top: 0;
    padding-inline: 20px;
  }
}

.p-result__score-colbox {
  margin-bottom: 24px;
}
@media all and (min-width: 769px) {
  .p-result__score-colbox {
    display: flex;
    column-gap: 32px;
    margin-bottom: 32px;
  }
}

.p-result__score-image {
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .p-result__score-image {
    margin-bottom: 24px;
  }
}

.p-result__score-detail {
  flex: 1 1 auto;
}

.p-result__score-heading {
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .p-result__score-heading {
    margin-bottom: 16px;
  }
}

.p-result__score-text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
  color: #fff;
}
@media all and (max-width: 768px) {
  .p-result__score-text {
    font-size: 1.4rem;
  }
}
.p-result__score-text + .p-result__score-text {
  margin-top: 16px;
}
.p-result__score-text.fs-small {
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .p-result__score-text.fs-small {
    font-size: 1.1rem;
  }
}

.p-result__present-lead {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
  color: #51318F;
  text-align: center;
  margin-bottom: 40px;
}
.p-result__present-lead .color-purple {
  color: #E65A8C;
}
@media all and (max-width: 768px) {
  .p-result__present-lead {
    font-size: 4.2vw;
  }
}
@media all and (max-width: 560px) {
  .p-result__present-lead {
    font-size: 1.8rem;
  }
}

.p-result__present-image {
  margin-bottom: 88px;
}
@media all and (max-width: 768px) {
  .p-result__present-image {
    margin-bottom: 37px;
  }
}
@media all and (min-width: 769px) {
  .p-result__present-image img {
    transform: translateX(-34px);
  }
}

.p-result__present-name {
  font-weight: bold;
  color: #51318F;
  margin-top: 10px;
}
@media all and (max-width: 768px) {
  .p-result__present-name {
    font-size: 3.4vw;
  }
}
@media all and (max-width: 560px) {
  .p-result__present-name {
    font-size: 1.4rem;
  }
}

.p-result__present-text {
  color: #51318F;
  margin-top: 6px;
  line-height: 1.7;
}
@media all and (max-width: 768px) {
  .p-result__present-text {
    font-size: 2.8vw;
  }
}
@media all and (max-width: 560px) {
  .p-result__present-text {
    font-size: 1.2rem;
  }
}

.p-result__chance {
  background-color: #51318F;
  border-radius: 24px;
  padding: 64px;
  margin-bottom: 80px;
  position: relative;
}
@media all and (max-width: 560px) {
  .p-result__chance {
    border-radius: 16px;
    padding: 23px;
    margin-bottom: 32px;
  }
}
.p-result__chance::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "＋";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  width: 52px;
  height: 52px;
  background-color: #51318F;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 560px) {
  .p-result__chance::before {
    font-size: 10px;
    width: 26px;
    height: 26px;
  }
}

.p-result__chance-colbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media all and (min-width: 769px) {
  .p-result__chance-colbox {
    column-gap: 34px;
  }
}
@media all and (max-width: 768px) {
  .p-result__chance-colbox {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 14px;
  }
}

.p-result__chance-heading {
  margin-bottom: 8px;
}

.p-result__chance-lead {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .p-result__chance-lead {
    font-size: 4.2vw;
    text-align: center;
  }
}
@media all and (max-width: 560px) {
  .p-result__chance-lead {
    font-size: 1.8rem;
  }
}
.p-result__chance-lead .color-accent {
  color: #FCD05E;
}

.p-result__chance-name {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 5px;
  margin-bottom: 32px;
}
@media all and (max-width: 768px) {
  .p-result__chance-name {
    font-size: 3.2vw;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 560px) {
  .p-result__chance-name {
    font-size: 1.4rem;
  }
}

.p-result__chance-image {
  margin-bottom: 32px;
}
@media all and (max-width: 768px) {
  .p-result__chance-image {
    margin-bottom: 24px;
  }
  .p-result__chance-image img {
    max-width: 102px;
  }
}

.p-result__chance-text {
  border: #fff 2px solid;
  border-radius: 16px;
  padding: 16px 24px;
  color: #fff;
}
@media all and (max-width: 768px) {
  .p-result__chance-text {
    border-radius: 8px;
    padding: 10px;
  }
}
@media all and (max-width: 768px) {
  .p-result__chance-text .c-annotation-list .list-item {
    font-size: 2.4vw;
  }
}
@media all and (max-width: 560px) {
  .p-result__chance-text .c-annotation-list .list-item {
    font-size: 1.2rem;
  }
}

.p-result__date {
  margin-bottom: 48px;
}
@media all and (max-width: 768px) {
  .p-result__date {
    margin-bottom: 32px;
    padding-inline: 24px;
    margin-bottom: 32px;
  }
}

.p-result__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 48px;
}
@media all and (max-width: 768px) {
  .p-result__btn {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

.p-result__share-link {
  margin-bottom: 88px;
  font-size: 2rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .p-result__share-link {
    font-size: 1.4rem;
    margin-bottom: 48px;
  }
}

.p-result__share-link-text {
  margin-bottom: 6px;
  color: #51318F;
}

.p-result__share-link-icons a {
  display: flex;
  justify-content: center;
  column-gap: 8px;
  color: #8C9ACD;
}
.p-result__share-link-icons a::before {
  content: "";
  flex: 0 0 32px;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(/yohada/campaign2503/assets/images/icon_x.png) no-repeat center center/cover;
  flex: 0 0 auto;
}
@media all and (max-width: 768px) {
  .p-result__share-link-icons a::before {
    flex: 0 0 22px;
    width: 22px;
  }
}

.p-result__notice {
  background-color: #F0F1FA;
  border-radius: 24px;
  padding: 28px 32px;
  text-align: left;
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .p-result__notice {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 48px;
  }
}
.p-result__notice .c-annotation-list .list-item {
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .p-result__notice .c-annotation-list .list-item {
    font-size: 1.3rem;
  }
}
.p-result__notice p {
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .p-result__notice p {
    font-size: 1.3rem;
  }
}
.p-result__notice + .p-result__btn {
  margin-bottom: 0;
}

.p-result__notice-heading {
  font-size: 1.6rem;
  color: #51318F;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 24px;
}
@media all and (max-width: 768px) {
  .p-result__notice-heading {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 12px;
  }
}
.p-result__notice-heading:first-child {
  margin-top: 0;
}

.p-result__notice-emphasis {
  font-size: 1.6rem;
  color: #51318F;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 10px;
}
@media all and (max-width: 768px) {
  .p-result__notice-emphasis {
    font-size: 1.4rem;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
.p-result__notice-emphasis a {
  color: #51318F;
  text-decoration: none;
}

.js-srDefault,
.js-srDefault-02,
.js-srMvC,
.js-srFuki01,
.js-srFuki02,
.js-srFuki03,
.js-srFuki04,
.js-srMvT {
  visibility: hidden;
}

.js-srMvC {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-srFuki01 {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
}

.js-srFuki02 {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
}

.js-srFuki03 {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
}

.js-srFuki04 {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
}

.js-srMvT {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-p-srMvH,
.js-p-srMvT,
.js-p-srMvB,
.js-p-srMvI {
  visibility: hidden;
}

.js-p-srMvH {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-p-srMvT {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-p-srMvB {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-p-srMvI {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-b-srMvH,
.js-b-srMvT {
  visibility: hidden;
}

.js-b-srMvH {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-b-srMvT {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

#main .content-section:not(:nth-of-type(2)) {
  opacity: 0;
}
#main .floating-btn {
  opacity: 0;
  transform: translateY(300px);
}
#main.on-load .content-section {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#main.on-load .floating-btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s ease 3s, transform 0.6s ease 3s;
}
#main.on-load .floating-btn.op-time {
  transition: opacity 0.3s ease 0s;
}
#main.on-load .floating-btn.is-hide {
  opacity: 0 !important;
}

.mv-section.js-view .js-srMvC {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s;
}
.mv-section.js-view .js-srFuki01 {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 0.4s, transform 1.8s ease 0.4s;
}
.mv-section.js-view .js-srFuki02 {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 0.7s, transform 1.8s ease 0.7s;
}
.mv-section.js-view .js-srFuki03 {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 1s, transform 1.8s ease 1s;
}
.mv-section.js-view .js-srFuki04 {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 1.3s, transform 1.8s ease 1.3s;
}
.mv-section.js-view .js-srMvT {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.8s ease 1.2s, transform 0.8s ease 1.2s;
}
.mv-section.js-view .js-p-srMvH {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s;
}
.mv-section.js-view .js-p-srMvT {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 0.5s, transform 1.8s ease 0.5s;
}
.mv-section.js-view .js-p-srMvB {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 0.5s, transform 1.8s ease 0.5s;
}
.mv-section.js-view .js-p-srMvI {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 0.5s, transform 1.8s ease 0.5s;
}

.mv-section-brand.js-view .js-b-srMvH {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s;
}
.mv-section-brand.js-view .js-b-srMvT {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}

.sheep {
  pointer-events: none;
}
.sheep._01 {
  animation: sheep 1.4s ease-in-out 0s infinite alternate-reverse;
}
.sheep._02 {
  animation: sheep 1s ease-in-out 0.3s infinite alternate-reverse;
}
.sheep._03 {
  animation: sheep02 2s ease-in-out 0s infinite alternate-reverse;
}
@media all and (max-width: 768px) {
  .sheep._03 {
    animation: sheep02 2.2s ease-in-out 0s infinite alternate-reverse;
  }
}
.sheep._04 {
  animation: sheep 1.1s ease-in-out 0s infinite alternate-reverse;
}
.sheep._05 {
  animation: sheep 1.2s ease-in-out 0.3s infinite alternate-reverse;
}

@keyframes sheep {
  0% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes sheep02 {
  0% {
    transform: translateX(0%) translateY(0%) rotate(-3deg);
  }
  100% {
    transform: translateX(5%) translateY(-5%) rotate(0deg);
  }
}
@media all and (max-width: 768px) {
  @keyframes sheep02 {
    0% {
      transform: translateX(-4%) translateY(0%) rotate(-3deg);
    }
    100% {
      transform: translateX(0%) translateY(-8%) rotate(0deg);
    }
  }
}
/* jsアニメーション */
.js-fadein {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out;
}

.js-fadein.is-active {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.js-fadeOut {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.js-fadeOut.is-active {
  opacity: 0;
  transform: translateY(-40svh);
}

.l-content--question .bg-bubbles {
  display: none;
  width: calc(100% + 104px);
  height: calc(100svh + 6.25vw);
  z-index: 2;
}

main:has(.l-content--question.is-active) > .bg-bubbles {
  display: none;
}
main:has(.l-content--question.is-active) .l-content--question.is-active .bg-bubbles {
  display: block;
}

.bg-bubbles {
  position: absolute;
  width: 100%;
  height: calc(100% + 6.25vw);
  top: -6.25vw;
  z-index: 11;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
@media all and (max-width: 768px) {
  .bg-bubbles {
    height: calc(100% + 9.0666666667vw);
    top: -9.0666666667vw;
    z-index: 2;
  }
}
.bg-bubbles .bg-bubble-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.item-bubble {
  position: absolute;
  pointer-events: none;
  bottom: -18.2291666667vw;
}
.item-bubble img {
  width: 100%;
  height: auto;
}
.item-bubble._01 {
  z-index: 4;
  max-width: 8.3854166667vw;
  left: -1.5625vw;
}
@media all and (min-width: 769px) {
  .item-bubble._01 {
    animation: bubble-y 24s linear -27s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._01 {
    animation: bubble-y-sp 24s linear -27s infinite;
  }
}
.item-bubble._01 img {
  animation: bubble-x 2.4s ease-in-out infinite alternate-reverse;
}
.item-bubble._02 {
  z-index: 2;
  max-width: 4.6875vw;
  left: 6.25vw;
}
@media all and (min-width: 769px) {
  .item-bubble._02 {
    animation: bubble-y 18s linear -30s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._02 {
    animation: bubble-y-sp 18s linear -30s infinite;
  }
}
.item-bubble._02 img {
  animation: bubble-x 2s ease-in-out infinite alternate-reverse;
}
.item-bubble._03 {
  z-index: 1;
  max-width: 3.3333333333vw;
  left: 9.375vw;
}
@media all and (min-width: 769px) {
  .item-bubble._03 {
    animation: bubble-y 36s linear -12s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._03 {
    animation: bubble-y-sp 36s linear -12s infinite;
  }
}
.item-bubble._03 img {
  animation: bubble-x 1.2s ease-in-out infinite alternate-reverse;
}
.item-bubble._04 {
  z-index: 6;
  max-width: 15.78125vw;
  left: 2.6041666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._04 {
    animation: bubble-y 48s linear 0s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._04 {
    animation: bubble-y-sp 48s linear 0s infinite;
  }
}
.item-bubble._04 img {
  animation: bubble-x 4s ease-in-out infinite alternate;
}
.item-bubble._05 {
  z-index: 5;
  max-width: 11.3541666667vw;
  left: 15.1041666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._05 {
    animation: bubble-y 30s linear -3s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._05 {
    animation: bubble-y-sp 30s linear -3s infinite;
  }
}
.item-bubble._05 img {
  animation: bubble-x 3s ease-in-out infinite alternate-reverse;
}
.item-bubble._06 {
  z-index: 3;
  max-width: 6.9791666667vw;
  left: 25vw;
}
@media all and (min-width: 769px) {
  .item-bubble._06 {
    animation: bubble-y 24s linear -15s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._06 {
    animation: bubble-y-sp 24s linear -15s infinite;
  }
}
.item-bubble._06 img {
  animation: bubble-x 2s ease-in-out infinite alternate-reverse;
}
.item-bubble._07 {
  z-index: 2;
  max-width: 4.84375vw;
  right: 23.4375vw;
}
@media all and (min-width: 769px) {
  .item-bubble._07 {
    animation: bubble-y 18s linear -6s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._07 {
    animation: bubble-y-sp 18s linear -6s infinite;
  }
}
.item-bubble._07 img {
  animation: bubble-x 1.8s ease-in-out infinite alternate-reverse;
}
.item-bubble._08 {
  z-index: 5;
  max-width: 14.53125vw;
  right: 10.4166666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._08 {
    animation: bubble-y 36s linear 3s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._08 {
    animation: bubble-y-sp 36s linear 3s infinite;
  }
}
.item-bubble._08 img {
  animation: bubble-x 3.2s ease-in-out infinite alternate-reverse;
}
.item-bubble._09 {
  z-index: 6;
  max-width: 10.78125vw;
  right: 4.6875vw;
}
@media all and (min-width: 769px) {
  .item-bubble._09 {
    animation: bubble-y 42s linear 21s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._09 {
    animation: bubble-y-sp 42s linear 21s infinite;
  }
}
.item-bubble._09 img {
  animation: bubble-x 3.8s ease-in-out infinite alternate-reverse;
}
.item-bubble._10 {
  z-index: 1;
  max-width: 3.90625vw;
  right: 10.4166666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._10 {
    animation: bubble-y 108s linear -18s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._10 {
    animation: bubble-y-sp 108s linear -18s infinite;
  }
}
.item-bubble._10 img {
  animation: bubble-x 1.7s ease-in-out infinite alternate-reverse;
}
.item-bubble._11 {
  z-index: 3;
  max-width: 5.8854166667vw;
  right: 5.2083333333vw;
}
@media all and (min-width: 769px) {
  .item-bubble._11 {
    animation: bubble-y 18s linear -15s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._11 {
    animation: bubble-y-sp 18s linear -15s infinite;
  }
}
.item-bubble._11 img {
  animation: bubble-x 1.9s ease-in-out infinite alternate-reverse;
}
.item-bubble._12 {
  z-index: 4;
  max-width: 8.5416666667vw;
  right: -2.6041666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._12 {
    animation: bubble-y 66s linear -30s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._12 {
    animation: bubble-y-sp 66s linear -30s infinite;
  }
}
.item-bubble._12 img {
  animation: bubble-x 2.3s ease-in-out infinite alternate-reverse;
}
.item-bubble._01-2 {
  z-index: 4;
  max-width: 41.6666666667vw;
  left: -1.09375vw;
}
@media all and (min-width: 769px) {
  .item-bubble._01-2 {
    animation: bubble-y 30s linear -21s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._01-2 {
    animation: bubble-y-sp 30s linear -21s infinite;
  }
}
.item-bubble._01-2 img {
  animation: bubble-x 2.4s ease-in-out infinite alternate-reverse;
}
.item-bubble._01-2 img {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out;
}
.is-loading .item-bubble._01-2 img {
  opacity: 1 !important;
}
.item-bubble._02-2 {
  z-index: 2;
  max-width: 2.34375vw;
  right: 5.2083333333vw;
}
@media all and (min-width: 769px) {
  .item-bubble._02-2 {
    animation: bubble-y 24s linear -75s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._02-2 {
    animation: bubble-y-sp 24s linear -75s infinite;
  }
}
.item-bubble._02-2 img {
  animation: bubble-x 2s ease-in-out infinite alternate-reverse;
}
.item-bubble._02-2 img {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out 1s;
}
.is-loading .item-bubble._02-2 img {
  opacity: 1 !important;
}
.item-bubble._03-2 {
  z-index: 1;
  max-width: 2.96875vw;
  right: 9.375vw;
}
@media all and (min-width: 769px) {
  .item-bubble._03-2 {
    animation: bubble-y 48s linear -75s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._03-2 {
    animation: bubble-y-sp 48s linear -75s infinite;
  }
}
.item-bubble._03-2 img {
  animation: bubble-x 1.2s ease-in-out infinite alternate-reverse;
}
.item-bubble._03-2 img {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out 1s;
}
.is-loading .item-bubble._03-2 img {
  opacity: 1 !important;
}
.item-bubble._04-2 {
  z-index: 6;
  max-width: 31.40625vw;
  right: 7.2916666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._04-2 {
    animation: bubble-y 48s linear -63s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._04-2 {
    animation: bubble-y-sp 48s linear -63s infinite;
  }
}
.item-bubble._04-2 img {
  animation: bubble-x 4s ease-in-out infinite alternate;
}
.item-bubble._04-2 img {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out 0.7s;
}
.is-loading .item-bubble._04-2 img {
  opacity: 1 !important;
}
.item-bubble._05-2 {
  z-index: 5;
  max-width: 12.3958333333vw;
  left: 6.7708333333vw;
}
@media all and (min-width: 769px) {
  .item-bubble._05-2 {
    animation: bubble-y 60s linear -78s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._05-2 {
    animation: bubble-y-sp 60s linear -78s infinite;
  }
}
.item-bubble._05-2 img {
  animation: bubble-x 3s ease-in-out infinite alternate-reverse;
}
.item-bubble._05-2 img {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out 1s;
}
.is-loading .item-bubble._05-2 img {
  opacity: 1 !important;
}
.item-bubble._06-2 {
  z-index: 3;
  max-width: 17.9166666667vw;
  left: 25vw;
}
@media all and (min-width: 769px) {
  .item-bubble._06-2 {
    animation: bubble-y 24s linear -90s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._06-2 {
    animation: bubble-y-sp 24s linear -90s infinite;
  }
}
.item-bubble._06-2 img {
  animation: bubble-x 2s ease-in-out infinite alternate-reverse;
}
.item-bubble._06-2 img {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out 1.4s;
}
.is-loading .item-bubble._06-2 img {
  opacity: 1 !important;
}
.item-bubble._07-2 {
  z-index: 2;
  max-width: 4.53125vw;
  right: 23.4375vw;
}
@media all and (min-width: 769px) {
  .item-bubble._07-2 {
    animation: bubble-y 18s linear -81s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._07-2 {
    animation: bubble-y-sp 18s linear -81s infinite;
  }
}
.item-bubble._07-2 img {
  animation: bubble-x 1.8s ease-in-out infinite alternate-reverse;
}
.item-bubble._07-2 img {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out 1s;
}
.is-loading .item-bubble._07-2 img {
  opacity: 1 !important;
}
.item-bubble._08-2 {
  z-index: 5;
  max-width: 15.0520833333vw;
  right: 14.5833333333vw;
}
@media all and (min-width: 769px) {
  .item-bubble._08-2 {
    animation: bubble-y 84s linear -102s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._08-2 {
    animation: bubble-y-sp 84s linear -102s infinite;
  }
}
.item-bubble._08-2 img {
  animation: bubble-x 3.2s ease-in-out infinite alternate-reverse;
}
.item-bubble._08-2 img {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out 1.6s;
}
.is-loading .item-bubble._08-2 img {
  opacity: 1 !important;
}
.item-bubble._09-2 {
  z-index: 6;
  max-width: 18.0729166667vw;
  right: 4.6875vw;
}
@media all and (min-width: 769px) {
  .item-bubble._09-2 {
    animation: bubble-y 90s linear -54s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._09-2 {
    animation: bubble-y-sp 90s linear -54s infinite;
  }
}
.item-bubble._09-2 img {
  animation: bubble-x 3.8s ease-in-out infinite alternate-reverse;
}
.item-bubble._10-2 {
  z-index: 1;
  max-width: 3.90625vw;
  right: 10.4166666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._10-2 {
    animation: bubble-y 108s linear -93s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._10-2 {
    animation: bubble-y-sp 108s linear -93s infinite;
  }
}
.item-bubble._10-2 img {
  animation: bubble-x 1.7s ease-in-out infinite alternate-reverse;
}
.item-bubble._11-2 {
  z-index: 3;
  max-width: 5.8854166667vw;
  right: 5.2083333333vw;
}
@media all and (min-width: 769px) {
  .item-bubble._11-2 {
    animation: bubble-y 18s linear -90s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._11-2 {
    animation: bubble-y-sp 18s linear -90s infinite;
  }
}
.item-bubble._11-2 img {
  animation: bubble-x 1.9s ease-in-out infinite alternate-reverse;
}
.item-bubble._12-2 {
  z-index: 4;
  max-width: 8.5416666667vw;
  right: -2.6041666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._12-2 {
    animation: bubble-y 132s linear -105s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._12-2 {
    animation: bubble-y-sp 132s linear -105s infinite;
  }
}
.item-bubble._12-2 img {
  animation: bubble-x 2.3s ease-in-out infinite alternate-reverse;
}

@keyframes bubble-y {
  0% {
    opacity: 1;
    bottom: -18.2291666667vw;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    bottom: 100%;
  }
}
@keyframes bubble-y-sp {
  0% {
    opacity: 1;
    bottom: -18.2291666667vw;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    bottom: 100%;
  }
}
@keyframes bubble-x {
  0% {
    transform: translateX(10%) rotate(-3deg);
  }
  100% {
    transform: translateX(-10%) rotate(3deg);
  }
}
.modal {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 49, 143, 0.9);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.modal.is-active {
  opacity: 1;
  z-index: 20;
}
.modal__inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .modal__inner {
    padding: 28px 13px 40px;
  }
}
.modal__contents {
  max-width: 1020px;
  width: 100%;
  height: 83.71%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-inline: 20px;
}
@media all and (max-width: 768px) {
  .modal__contents {
    height: calc(100svh - 68px);
  }
}
.modal__heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 16px;
}
.modal__heading:first-child {
  margin-top: 0 !important;
}
@media all and (max-width: 768px) {
  .modal__heading {
    margin-bottom: 8px;
    margin-top: 40px;
  }
  .modal__heading img {
    max-width: 166px;
  }
}
.modal__text {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .modal__text {
    font-size: 1.3rem;
  }
}
.modal__join {
  display: flex;
  justify-content: center;
  gap: 32px 40px;
  margin-top: 48px;
}
@media all and (max-width: 768px) {
  .modal__join {
    margin-top: 34px;
    flex-direction: column;
    row-gap: 42px;
  }
}
.modal__join-col {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  width: calc(33.3333% - 27px);
}
@media all and (max-width: 768px) {
  .modal__join-col {
    width: 100%;
    padding: 15px;
  }
}
.modal__join-col:not(:last-child)::after {
  content: "";
  width: 32px;
  height: 40px;
  background: url(/yohada/campaign2503/assets/images/icon_flow.svg) no-repeat center center/cover;
  position: absolute;
}
@media all and (min-width: 769px) {
  .modal__join-col:not(:last-child)::after {
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
  }
}
@media all and (max-width: 768px) {
  .modal__join-col:not(:last-child)::after {
    width: 47px;
    height: 31px;
    background: url(/yohada/campaign2503/assets/images/icon_flow_sp.svg) no-repeat center center/cover;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 100%);
  }
}
.modal__join-step {
  position: absolute;
  left: -12px;
  top: -12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: #51318F 2px solid;
  border-radius: 100%;
  background-color: #FFD766;
  color: #51318F;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}
.modal__join-step .number {
  font-size: 2.2rem;
  line-height: 1;
  margin-top: -2px;
}
.modal__join-image {
  margin-bottom: 16px;
}
.modal__join-image img {
  width: 100%;
}
.modal__join-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
  color: #51318F;
}
@media all and (min-width: 769px) {
  .modal__join-text {
    min-height: 10.1rem;
  }
}
.modal__join-text a {
  text-decoration: underline;
  color: #8C9ACD;
  margin-top: 6px;
}
@media all and (min-width: 769px) {
  .modal__join-text a:hover {
    text-decoration: none;
  }
}
.modal__join-text .js-go-question {
  background: transparent;
  cursor: pointer;
  border: none;
  text-decoration: underline;
  color: #8C9ACD;
  font-weight: 500;
  margin-top: 6px;
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .modal__join-text .js-go-question {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 769px) {
  .modal__join-text .js-go-question:hover {
    text-decoration: none;
  }
}
.modal__join-text .fs-small {
  font-size: 1.1rem;
}
.modal__border-box {
  max-width: 632px;
  margin-inline: auto;
  margin-top: 40px;
  border: #fff 1px solid;
  background-color: #fff;
  border-radius: 16px;
  padding: 28px 32px;
}
@media all and (max-width: 768px) {
  .modal__border-box {
    margin-top: 40px;
    padding: 20px;
  }
}
.modal__border-box p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.modal__border-box p + p {
  margin-top: 10px;
}
.modal__border-box p .color-primary {
  color: #51318F;
  font-weight: 500;
}
.modal__box {
  margin-top: 24px;
  background-color: #fff;
  padding: 48px 18px 48px 8.7%;
  border-radius: 16px;
  min-height: 600px;
  flex: 1 1 auto;
  overflow: hidden;
  word-break: break-all;
}
@media all and (max-width: 768px) {
  .modal__box {
    min-height: 450px;
    padding: 20px 10px 20px 20px;
  }
}
.modal__box p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.modal__box p.modal__box-heading {
  color: #51318F;
  font-size: 1.6rem;
  margin-top: 32px;
}
.modal__box p.modal__box-heading:first-child {
  margin-top: 0;
}
.modal__box a {
  color: #000000;
  text-decoration: underline;
}
@media all and (min-width: 769px) {
  .modal__box a:hover {
    text-decoration: none;
  }
}
.modal__box .color-primary {
  color: #51318F;
}
.modal__box ul {
  padding-left: 2.4em;
}
.modal__box ul li {
  list-style-type: disc;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.modal__box ul li ul {
  padding-left: 1.6em;
  margin-top: 10px;
}
.modal__scroll {
  overflow-y: scroll;
  height: 100%;
  padding-right: 5.1%;
}
@media all and (max-width: 768px) {
  .modal__scroll {
    padding-right: 10px;
  }
}
.modal__btn {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .modal__btn {
    margin-top: 20px;
  }
}

/* utilities */
@media all and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media all and (min-width: 1026px) {
  .tb-only {
    display: none !important;
  }
}
.d-ib {
  display: inline-block;
}

.is-hidden {
  display: none !important;
}
