@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* common.scss
============================== */
html, body {
  height: 100%;
}

body {
  color: #004DA0;
  word-wrap: break-word;
}
@media screen and (min-width: 901px) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

::-moz-selection {
  background: #81C4F8;
  color: #C7E8FA;
}

::selection {
  background: #81C4F8;
  color: #C7E8FA;
}

::-moz-selection {
  background: #004DA0;
  color: #C7E8FA;
}

.svg-parts {
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
  pointer-events: none;
}

.wrap {
  background: #C7E8FA;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.footer {
  width: 100%;
  color: #0a60b1;
  text-align: center;
  font-size: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: absolute;
  bottom: 10px;
}
.footer .copyright {
  font-size: 12px;
  font-family: "Comfortaa", cursive;
}
.footer .copyright > span {
  font-size: 12px;
  font-family: "Comfortaa", cursive;
}

@media screen and (min-width: 901px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  .pc {
    display: none;
  }
}
.btn {
  width: 80%;
  max-width: 300px;
  cursor: pointer;
}
.btn .btn--main {
  color: #004DA0;
  width: 100%;
  background: #FDF573;
  border-radius: 50px;
  border: 2px solid #004DA0;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 5px 5px 0 #004DA0;
          box-shadow: 5px 5px 0 #004DA0;
  padding: 1.5em 0;
  -webkit-transition: -webkit-box-shadow 0.4s, -webkit-transform 0.2s;
  transition: -webkit-box-shadow 0.4s, -webkit-transform 0.2s;
  transition: box-shadow 0.4s, transform 0.2s;
  transition: box-shadow 0.4s, transform 0.2s, -webkit-box-shadow 0.4s, -webkit-transform 0.2s;
}
@media screen and (min-width: 901px) {
  .btn .btn--main:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  .btn .btn--main {
    width: 220px;
    margin: 0 auto;
  }
}

.wave {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 60px;
}
.wave::before {
  content: "";
  width: 100%;
  height: 100%;
  background: repeat-x bottom center;
  background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/wave.svg);
  background-repeat: repeat-x;
  background-size: 140px 71px;
  -webkit-animation: wave 200s linear infinite;
          animation: wave 200s linear infinite;
  position: absolute;
  top: 0;
  position: absolute;
  top: -11px;
  z-index: 2;
}

#section02 .btn,
#section03 .btn,
#section04 .btn {
  width: 25vw;
  height: 25vw;
  color: #fff;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 1000;
}
#section02 .btn .btn--small,
#section03 .btn .btn--small,
#section04 .btn .btn--small {
  width: 100%;
  height: 100%;
  background: #145FBB;
  color: #fff;
  font-family: "Comfortaa", cursive;
  border-radius: 100%;
  line-height: 12vw;
  font-size: 4.5vw;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  pointer-events: none;
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#section02 .btn .btn--small.btn--back,
#section03 .btn .btn--small.btn--back,
#section04 .btn .btn--small.btn--back {
  position: fixed;
  left: 5vw;
  width: 15vw;
  height: 15vw;
  font-size: 3vw;
  line-height: 6.5vw;
  bottom: 7vw;
  opacity: 1;
  pointer-events: auto;
  background: #50ADF5;
}
#section02 .btn.checked .btn--small,
#section03 .btn.checked .btn--small,
#section04 .btn.checked .btn--small {
  pointer-events: auto;
  opacity: 1;
}

.btn--open {
  text-align: center;
  color: #004DA0;
  border: 1px solid #004DA0;
  display: inline-block;
  line-height: 0;
  font-size: 12px;
  font-weight: bold;
  font-family: "Comfortaa", cursive;
  padding: 1.2em 1em 1em;
  border-radius: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  left: 50%;
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 901px) {
  .btn--open:hover {
    background: #fff;
    color: #81C4F8;
  }
}

/* keyframes
------------------------------ */
@-webkit-keyframes bubble01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bubble01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bubble02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bubble02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bubble03 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bubble03 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes wave {
  0% {
    background-position: 250% 0;
  }
  100% {
    background-position: 900% 0;
  }
}
@keyframes wave {
  0% {
    background-position: 250% 0;
  }
  100% {
    background-position: 900% 0;
  }
}
@-webkit-keyframes result_bubble {
  0% {
    bottom: -100px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    bottom: 1000px;
  }
}
@keyframes result_bubble {
  0% {
    bottom: -100px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    bottom: 1000px;
  }
}
.page--oshisagashi #section01,
.page--oshisagashi #section02,
.page--oshisagashi #section03,
.page--oshisagashi #section04,
.page--oshisagashi #section05 {
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.page--oshisagashi #section01.current,
.page--oshisagashi #section02.current,
.page--oshisagashi #section03.current,
.page--oshisagashi #section04.current,
.page--oshisagashi #section05.current {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.page--oshisagashi #section01.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article > section {
  min-height: 100svh;
  min-height: 100vh;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
article > section .section--inner {
  position: relative;
}
article > section .block--bg {
  pointer-events: none;
}
article > section .block--bg .block--bg__header,
article > section .block--bg .block--bg__footer {
  position: absolute;
  width: 100%;
  height: 40vw;
}
article > section .block--bg .block--bg__header::before, article > section .block--bg .block--bg__header::after,
article > section .block--bg .block--bg__footer::before,
article > section .block--bg .block--bg__footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat;
}
article > section .block--title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 7vw;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s 0.4s;
  transition: 0.4s 0.4s;
}
@media screen and (min-width: 480px) and (max-width: 901px) {
  article > section .block--title {
    top: 3vw;
  }
}
article > section .block--title .block--title__sub {
  width: 30%;
  position: relative;
  margin: 0 auto 20px;
}
article > section .block--title .block--title__sub::before {
  content: "";
  width: 140px;
  height: 10px;
  background: url(/static/stu48/fansite/common/2021/border_wave.svg) no-repeat;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 15px 10px;
  background-position: bottom;
}
article > section .block--title .block--title__main {
  font-family: "philosopher", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.15em;
  margin-left: 0.15em;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  article > section .block--bg .block--bg__header::before {
    background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/header_cloud_sp.svg);
    background-size: contain;
    position: absolute;
    width: 111vw;
    height: 50vw;
    top: -10vw;
    left: -7vw;
  }
  article > section .block--bg .block--bg__footer {
    bottom: 0;
    background: #81C4F8;
    height: 40vh;
  }
}
@media screen and (min-width: 480px) and (max-width: 901px) {
  article > section .block--bg .block--bg__header::before {
    background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/header_cloud.svg);
    background-size: contain;
    position: absolute;
    height: 50vw;
    top: -10vw;
    width: 161vw;
    left: -34vw;
  }
}

#section01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #004DA0;
  position: relative;
}
#section01::before {
  display: block;
  content: "";
  background: url(/static/stu48/fansite/feature/oshisagashi/parts/pattern_top01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 35vw;
  height: 92vw;
  top: 4.5vw;
  left: 3vw;
  z-index: 1;
}
#section01::after {
  display: block;
  content: "";
  background: url(/static/stu48/fansite/feature/oshisagashi/parts/pattern_top02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 35vw;
  height: 92vw;
  top: 4.5vw;
  right: -4vw;
  z-index: 1;
}
#section01 .block--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#section01 .block--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  font-size: 13px;
  padding: 50vw 5vw 40vw;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  z-index: 5;
}
#section01 .block--body .logo {
  width: 90%;
  height: 44vw;
  margin-bottom: 5vw;
}
#section01 .block--body .txt--basic {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 2px solid #004DA0;
  -webkit-box-shadow: 5px 5px 0 #004DA0;
          box-shadow: 5px 5px 0 #004DA0;
  border-radius: 10px;
  padding: 25px;
  letter-spacing: 0.08em;
  margin: 2vw auto 8vw;
}
#section01 .block--body .btn {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section01::before {
    width: 70vw;
    height: 208vw;
    top: 22.5vw;
    left: -31vw;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #section01::after {
    width: 66vw;
    height: 213vw;
    top: 13.5vw;
    right: -31vw;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #section01 .block--body {
    padding: 45vw 5vw 40vw;
  }
  #section01 .block--body .logo {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #C7E8FA;
    position: relative;
    left: -4px;
  }
  #section01 .block--body .txt--basic {
    padding: 20px;
    font-size: 13px;
    font-weight: bold;
  }
  #section01 .block--bg__footer {
    display: none;
  }
}

/* animation */
.loaded #section01 .block--bg .block--bg__header::after,
.loaded #section01 .block--bg .block--bg__footer::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.loaded #section01 .block--body {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.loaded #section01 .block--body .btn {
  opacity: 1;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

#section02 .area--main,
#section03 .area--main,
#section04 .area--main {
  padding: 50vw 5% 30vw;
}
@media screen and (min-width: 480px) and (max-width: 901px) {
  #section02 .area--main,
  #section03 .area--main,
  #section04 .area--main {
    padding: 29vw 0 30vw !important;
  }
}
#section02 .area--main .txt--lead,
#section03 .area--main .txt--lead,
#section04 .area--main .txt--lead {
  position: relative;
  text-align: left;
  color: #004DA0;
  width: 350px;
  margin: -50px auto 100px;
  background: #fff;
  padding: 20px 50px;
  border-radius: 10px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
  border: 2px solid #004DA0;
  -webkit-filter: drop-shadow(8px 8px 0 #004DA0);
          filter: drop-shadow(8px 8px 0 #004DA0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#section02 .area--main .txt--lead::before,
#section03 .area--main .txt--lead::before,
#section04 .area--main .txt--lead::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 23px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
#section02 .area--main .txt--lead::after,
#section03 .area--main .txt--lead::after,
#section04 .area--main .txt--lead::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 30px;
  height: 25px;
  background: #004DA0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
#section02 .area--main .btn--open,
#section03 .area--main .btn--open,
#section04 .area--main .btn--open {
  opacity: 0;
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
#section02 .area--main .choice,
#section03 .area--main .choice,
#section04 .area--main .choice {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10vw 0;
  position: relative;
  margin-top: 110px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 1s 0.5s;
  transition: opacity 1s 0.5s;
}
@media screen and (min-width: 480px) and (max-width: 901px) {
  #section02 .area--main .choice,
  #section03 .area--main .choice,
  #section04 .area--main .choice {
    padding: 14vw 5vw;
  }
}
#section02 .area--main .choice::before,
#section03 .area--main .choice::before,
#section04 .area--main .choice::before {
  content: "";
  display: block;
  background: #81C4F8;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0;
  top: 0;
}
#section02 .area--main .choice::after,
#section03 .area--main .choice::after,
#section04 .area--main .choice::after {
  content: "";
  display: block;
  width: 120px;
  height: 64px;
  background: url(/static/stu48/fansite/feature/oshisagashi/parts/ship.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -76px;
  left: 53%;
  -webkit-animation: 3s bubble01 infinite;
          animation: 3s bubble01 infinite;
}
#section02 .area--main .choice .btn--open,
#section03 .area--main .choice .btn--open,
#section04 .area--main .choice .btn--open {
  position: absolute;
  top: 4vw;
}
#section02 .area--main .choice .area-modal,
#section03 .area--main .choice .area-modal,
#section04 .area--main .choice .area-modal {
  opacity: 0;
  pointer-events: none;
}
#section02 .area--main .choice .area-modal .modal .modal__inner,
#section03 .area--main .choice .area-modal .modal .modal__inner,
#section04 .area--main .choice .area-modal .modal .modal__inner {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#section02 .area--main .choice .area-modal .ico--zoom,
#section03 .area--main .choice .area-modal .ico--zoom,
#section04 .area--main .choice .area-modal .ico--zoom {
  width: 35px;
  height: 35px;
  background: #FDF573;
  border-radius: 50px;
  position: absolute;
  bottom: 3vw;
  right: -1.5vw;
  border: 2px solid #004DA0;
  cursor: pointer;
}
#section02 .area--main .choice .area-modal .ico--zoom::after,
#section03 .area--main .choice .area-modal .ico--zoom::after,
#section04 .area--main .choice .area-modal .ico--zoom::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: no-repeat center url(/static/stu48/fansite/feature/oshisagashi/parts/ico-search.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section02 .area--main .choice .area-modal .ico--zoom,
  #section03 .area--main .choice .area-modal .ico--zoom,
  #section04 .area--main .choice .area-modal .ico--zoom {
    width: 30px;
    height: 30px;
    bottom: -6vw;
    right: -2.5vw;
  }
}
#section02 .area--main .choice .area-modal .modal,
#section03 .area--main .choice .area-modal .modal,
#section04 .area--main .choice .area-modal .modal {
  display: none;
}
#section02 .area--main .choice [class^=item__],
#section03 .area--main .choice [class^=item__],
#section04 .area--main .choice [class^=item__] {
  width: 30%;
  position: relative;
  margin-bottom: 11vw;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-animation: 3s bubble01 infinite;
          animation: 3s bubble01 infinite;
}
#section02 .area--main .choice [class^=item__] .item,
#section03 .area--main .choice [class^=item__] .item,
#section04 .area--main .choice [class^=item__] .item {
  width: 100%;
  height: 10vw;
  position: relative;
}
#section02 .area--main .choice [class^=item__] .item::before,
#section03 .area--main .choice [class^=item__] .item::before,
#section04 .area--main .choice [class^=item__] .item::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: no-repeat center url(/static/stu48/fansite/feature/oshisagashi/parts/ico-check.svg);
  background-size: contain;
  position: absolute;
  top: 3px;
  left: -9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section02 .area--main .choice [class^=item__] .item::before,
  #section03 .area--main .choice [class^=item__] .item::before,
  #section04 .area--main .choice [class^=item__] .item::before {
    width: 35px;
    height: 35px;
    top: -27px;
    left: -9px;
  }
}
#section02 .area--main .choice [class^=item__] .item::after,
#section03 .area--main .choice [class^=item__] .item::after,
#section04 .area--main .choice [class^=item__] .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 20vw;
  background: no-repeat center url(/static/stu48/fansite/feature/oshisagashi/parts/bubble_s01.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#section02 .area--main .choice [class^=item__] .item img,
#section03 .area--main .choice [class^=item__] .item img,
#section04 .area--main .choice [class^=item__] .item img {
  display: block;
  width: 26vw;
  height: auto;
  border-radius: 10px;
  border: 3px solid #FDF573;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 2px #004DA0;
          box-shadow: 0 0 0 2px #004DA0;
}
#section02 .area--main .choice [class^=item__].visible,
#section03 .area--main .choice [class^=item__].visible,
#section04 .area--main .choice [class^=item__].visible {
  -webkit-animation: none;
          animation: none;
}
#section02 .area--main .choice [class^=item__].visible .item::after,
#section03 .area--main .choice [class^=item__].visible .item::after,
#section04 .area--main .choice [class^=item__].visible .item::after {
  opacity: 0;
}
#section02 .area--main .choice [class^=item__].visible .item img,
#section03 .area--main .choice [class^=item__].visible .item img,
#section04 .area--main .choice [class^=item__].visible .item img {
  opacity: 1;
}
#section02 .area--main .choice [class^=item__].visible .area-modal,
#section03 .area--main .choice [class^=item__].visible .area-modal,
#section04 .area--main .choice [class^=item__].visible .area-modal {
  opacity: 1;
  pointer-events: auto;
}
#section02 .area--main .choice [class^=item__].selected .item::before,
#section03 .area--main .choice [class^=item__].selected .item::before,
#section04 .area--main .choice [class^=item__].selected .item::before {
  opacity: 1;
}
#section02 .area--main .choice .item__15 .item::after,
#section02 .area--main .choice .item__12 .item::after,
#section03 .area--main .choice .item__15 .item::after,
#section03 .area--main .choice .item__12 .item::after,
#section04 .area--main .choice .item__15 .item::after,
#section04 .area--main .choice .item__12 .item::after {
  background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/bubble_s02.svg);
}
#section02 .area--main .choice .item__17,
#section02 .area--main .choice .item__18,
#section03 .area--main .choice .item__17,
#section03 .area--main .choice .item__18,
#section04 .area--main .choice .item__17,
#section04 .area--main .choice .item__18 {
  -webkit-animation: 4s bubble03 infinite;
          animation: 4s bubble03 infinite;
}
#section02 .area--main .choice .item__17 .item::after,
#section02 .area--main .choice .item__18 .item::after,
#section03 .area--main .choice .item__17 .item::after,
#section03 .area--main .choice .item__18 .item::after,
#section04 .area--main .choice .item__17 .item::after,
#section04 .area--main .choice .item__18 .item::after {
  background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/bubble_s03.svg);
}
#section02 .area--main .choice .item__3 .item::after,
#section02 .area--main .choice .item__14 .item::after,
#section03 .area--main .choice .item__3 .item::after,
#section03 .area--main .choice .item__14 .item::after,
#section04 .area--main .choice .item__3 .item::after,
#section04 .area--main .choice .item__14 .item::after {
  background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/bubble_s04.svg);
}
#section02 .area--main .choice .item__8,
#section02 .area--main .choice .item__9,
#section03 .area--main .choice .item__8,
#section03 .area--main .choice .item__9,
#section04 .area--main .choice .item__8,
#section04 .area--main .choice .item__9 {
  -webkit-animation: 4s bubble02 infinite;
          animation: 4s bubble02 infinite;
}
#section02 .area--main .choice .item__8 .item::after,
#section02 .area--main .choice .item__9 .item::after,
#section03 .area--main .choice .item__8 .item::after,
#section03 .area--main .choice .item__9 .item::after,
#section04 .area--main .choice .item__8 .item::after,
#section04 .area--main .choice .item__9 .item::after {
  background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/bubble_s05.svg);
}
#section02 .area--main .choice .item__4 .item::after,
#section02 .area--main .choice .item__16 .item::after,
#section03 .area--main .choice .item__4 .item::after,
#section03 .area--main .choice .item__16 .item::after,
#section04 .area--main .choice .item__4 .item::after,
#section04 .area--main .choice .item__16 .item::after {
  background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/bubble_s06.svg);
}
#section02 .area--main .choice .item__11 .item::after,
#section02 .area--main .choice .item__10 .item::after,
#section03 .area--main .choice .item__11 .item::after,
#section03 .area--main .choice .item__10 .item::after,
#section04 .area--main .choice .item__11 .item::after,
#section04 .area--main .choice .item__10 .item::after {
  background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/bubble_s07.svg);
}
#section02 .area--main .choice .item__6 .item::after,
#section02 .area--main .choice .item__13 .item::after,
#section03 .area--main .choice .item__6 .item::after,
#section03 .area--main .choice .item__13 .item::after,
#section04 .area--main .choice .item__6 .item::after,
#section04 .area--main .choice .item__13 .item::after {
  background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/bubble_s08.svg);
}
#section02 .area--main .choice .item__2,
#section03 .area--main .choice .item__2,
#section04 .area--main .choice .item__2 {
  -webkit-animation: 4s bubble2 infinite;
          animation: 4s bubble2 infinite;
}
#section02 .area--main .choice .item__2 .item::after,
#section03 .area--main .choice .item__2 .item::after,
#section04 .area--main .choice .item__2 .item::after {
  background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/bubble_s09.svg);
}
#section02 .area--main .choice .item__1,
#section03 .area--main .choice .item__1,
#section04 .area--main .choice .item__1 {
  -webkit-animation: 4s bubble3 infinite;
          animation: 4s bubble3 infinite;
}
#section02 .area--main .choice .item__1 .item::after,
#section03 .area--main .choice .item__1 .item::after,
#section04 .area--main .choice .item__1 .item::after {
  background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/bubble_s10.svg);
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section02 .area--main .choice [class^=item__] .item,
  #section03 .area--main .choice [class^=item__] .item,
  #section04 .area--main .choice [class^=item__] .item {
    height: 20vw;
  }
}
#section02.animation-start .block--title, #section02.animation-start .txt--lead, #section02.animation-start .choice, #section02.animation-start .btn--open,
#section03.animation-start .block--title,
#section03.animation-start .txt--lead,
#section03.animation-start .choice,
#section03.animation-start .btn--open,
#section04.animation-start .block--title,
#section04.animation-start .txt--lead,
#section04.animation-start .choice,
#section04.animation-start .btn--open {
  opacity: 1;
}
#section02 .area--main .choice [class^=item__],
#section03 .area--main .choice [class^=item__],
#section04 .area--main .choice [class^=item__] {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#section02.current .section--inner .area--main .choice [class^=item__],
#section03.current .section--inner .area--main .choice [class^=item__],
#section04.current .section--inner .area--main .choice [class^=item__] {
  opacity: 1;
}
#section02.current .section--inner .area--main .choice [class^=item__]:nth-of-type(3n),
#section03.current .section--inner .area--main .choice [class^=item__]:nth-of-type(3n),
#section04.current .section--inner .area--main .choice [class^=item__]:nth-of-type(3n) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#section02.current .section--inner .area--main .choice [class^=item__]:nth-of-type(4n),
#section03.current .section--inner .area--main .choice [class^=item__]:nth-of-type(4n),
#section04.current .section--inner .area--main .choice [class^=item__]:nth-of-type(4n) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#section02.current .section--inner .area--main .choice [class^=item__]:nth-of-type(4n+1),
#section03.current .section--inner .area--main .choice [class^=item__]:nth-of-type(4n+1),
#section04.current .section--inner .area--main .choice [class^=item__]:nth-of-type(4n+1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section02::after,
  #section03::after,
  #section04::after {
    content: "";
    display: block;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/club_sp.svg) no-repeat;
    background-size: contain;
    width: 20vw;
    height: 16vw;
    position: absolute;
    bottom: 26vw;
    right: 17vw;
    z-index: 10;
  }
  #section02 .area--main,
  #section03 .area--main,
  #section04 .area--main {
    padding: 50vw 0 30vw;
  }
  #section02 .area--main .txt--lead,
  #section03 .area--main .txt--lead,
  #section04 .area--main .txt--lead {
    width: 80%;
    padding: 20px 11vw;
    margin: -30px auto 100px;
    z-index: 2;
    position: relative;
  }
  #section02 .area--main .choice,
  #section03 .area--main .choice,
  #section04 .area--main .choice {
    padding: 30vw 5vw;
  }
  #section02 .area--main .choice::after,
  #section03 .area--main .choice::after,
  #section04 .area--main .choice::after {
    top: -75px;
    left: 63%;
    z-index: 2;
  }
  #section02 .area--main .choice .wave,
  #section03 .area--main .choice .wave,
  #section04 .area--main .choice .wave {
    z-index: 10;
  }
  #section02 .area--main .choice .btn--open,
  #section03 .area--main .choice .btn--open,
  #section04 .area--main .choice .btn--open {
    top: 10vw;
    z-index: 20;
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) and (min-width: 480px) and (max-width: 901px) {
  #section02 .area--main .choice .btn--open,
  #section03 .area--main .choice .btn--open,
  #section04 .area--main .choice .btn--open {
    top: 3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section02 .block--bg::before,
  #section03 .block--bg::before,
  #section04 .block--bg::before {
    content: "";
    display: block;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/pattern_01.svg);
    background-size: contain;
    width: 57vw;
    height: 73vw;
    position: absolute;
    left: -23vw;
    top: 24vw;
    z-index: 1;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) and (min-width: 480px) and (max-width: 901px) {
  #section02 .block--bg::before,
  #section03 .block--bg::before,
  #section04 .block--bg::before {
    width: 37vw;
    height: 83vw;
    left: -10vw;
    top: 10vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section02 .block--bg::after,
  #section03 .block--bg::after,
  #section04 .block--bg::after {
    content: "";
    display: block;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/pattern_02.svg);
    background-size: contain;
    width: 57vw;
    height: 73vw;
    position: absolute;
    right: -24vw;
    top: 29vw;
    z-index: 1;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) and (min-width: 480px) and (max-width: 901px) {
  #section02 .block--bg::after,
  #section03 .block--bg::after,
  #section04 .block--bg::after {
    width: 37vw;
    height: 83vw;
    right: -11vw;
    top: 14vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section02 .block--bg .block--bg__header::before,
  #section03 .block--bg .block--bg__header::before,
  #section04 .block--bg .block--bg__header::before {
    top: -6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) and (min-width: 480px) and (max-width: 901px) {
  #section02 .block--bg .block--bg__header::before,
  #section03 .block--bg .block--bg__header::before,
  #section04 .block--bg .block--bg__header::before {
    top: -17vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section02 .block--bg .block--bg__footer,
  #section03 .block--bg .block--bg__footer,
  #section04 .block--bg .block--bg__footer {
    width: 117vw;
    height: 50vw;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/footer_sea_sp.svg) no-repeat;
    background-size: contain;
    background-position: -11vw 8vw;
    z-index: 10;
  }
  #section02 .block--bg .block--bg__footer::before,
  #section03 .block--bg .block--bg__footer::before,
  #section04 .block--bg .block--bg__footer::before {
    content: "";
    display: block;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/wakame_sp.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 23vw;
    height: 31vw;
    right: 16vw;
    top: -8vw;
  }
  #section02 .block--bg .block--bg__footer::after,
  #section03 .block--bg .block--bg__footer::after,
  #section04 .block--bg .block--bg__footer::after {
    content: "";
    display: block;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/sango_sp.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 28vw;
    height: 19vw;
    left: 4vw;
    top: 7vw;
  }
  #section02 .block--title .block--title__main,
  #section03 .block--title .block--title__main,
  #section04 .block--title .block--title__main {
    font-size: 14px;
  }
  #section02 .block--title .block--title__sub,
  #section03 .block--title .block--title__sub,
  #section04 .block--title .block--title__sub {
    font-size: 13px;
  }
  #section02 .block--title .block--title__sub::before,
  #section03 .block--title .block--title__sub::before,
  #section04 .block--title .block--title__sub::before {
    bottom: -9px;
  }
}

.area-modal.modal--visible .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(129, 196, 248, 0.9);
  padding: 15vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
}
.area-modal.modal--visible .modal .modal__inner {
  position: relative;
  line-height: 0;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.area-modal.modal--visible .modal .modal__inner figure {
  display: block;
  border: 8px solid #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.area-modal.modal--visible .modal .modal__inner figure img {
  pointer-events: none;
}
.area-modal.modal--visible .modal .modal__inner figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 901px) {
  .area-modal.modal--visible .modal .modal__inner figure {
    max-width: 400px;
  }
}
.area-modal.modal--visible .modal .modal__inner .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -45px;
  right: -35px;
  cursor: pointer;
}
.area-modal.modal--visible .modal .modal__inner .close::before, .area-modal.modal--visible .modal .modal__inner .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #004DA0;
  position: absolute;
  top: 18px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.area-modal.modal--visible .modal .modal__inner .close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 901px) {
  #section02 .area--main .choice .item__02,
  #section02 .area--main .choice .item__04,
  #section02 .area--main .choice .item__12,
  #section03 .area--main .choice .item__02,
  #section03 .area--main .choice .item__04,
  #section03 .area--main .choice .item__12,
  #section04 .area--main .choice .item__02,
  #section04 .area--main .choice .item__04,
  #section04 .area--main .choice .item__12 {
    top: -30px;
  }
  #section02 .area--main .choice .item__20,
  #section02 .area--main .choice .item__22,
  #section03 .area--main .choice .item__20,
  #section03 .area--main .choice .item__22,
  #section04 .area--main .choice .item__20,
  #section04 .area--main .choice .item__22 {
    top: 30px;
  }
}
#section04 .area--main .choice [class^=item__] .item img {
  border-radius: 10px;
}
#section04 .area--main .choice [class^=item__] .item::before {
  left: -4vw;
}
@media screen and (min-width: 901px) {
  #section04 .area--main .choice .item__04 .area-modal .ico--zoom,
  #section04 .area--main .choice .item__09 .area-modal .ico--zoom,
  #section04 .area--main .choice .item__14 .area-modal .ico--zoom,
  #section04 .area--main .choice .item__19 .area-modal .ico--zoom,
  #section04 .area--main .choice .item__05 .area-modal .ico--zoom,
  #section04 .area--main .choice .item__10 .area-modal .ico--zoom,
  #section04 .area--main .choice .item__15 .area-modal .ico--zoom,
  #section04 .area--main .choice .item__20 .area-modal .ico--zoom {
    right: 2.5vw;
  }
  #section04 .area--main .choice .item__09 .area-modal .ico--zoom,
  #section04 .area--main .choice .item__15 .area-modal .ico--zoom {
    right: 5.5vw;
  }
}
#section04 .area-modal.modal--visible .modal {
  padding: 15vw 5vw;
}
#section04 .modal .modal__inner .close {
  right: -2px;
}

#section05 {
  overflow: hidden;
  height: 100vh;
  /* animation */
}
#section05::before {
  display: block;
  content: "";
  background: url(/static/stu48/fansite/feature/oshisagashi/parts/pattern_top01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 35vw;
  height: 92vw;
  top: 4.5vw;
  left: 3vw;
  z-index: 1;
}
#section05::after {
  display: block;
  content: "";
  background: url(/static/stu48/fansite/feature/oshisagashi/parts/pattern_top02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 35vw;
  height: 92vw;
  top: 4.5vw;
  right: -4vw;
  z-index: 1;
}
#section05.animation-end {
  height: auto;
  overflow: unset;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section05 .section--inner {
    overflow: hidden;
  }
}
#section05 .section--inner > .btn {
  color: #81C4F8;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding-bottom: 9vw;
}
#section05 .section--inner > .btn a {
  display: block;
  text-align: center;
  position: relative;
  z-index: 10;
}
#section05 .block--result-animation {
  width: 100%;
  height: 100svh;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C7E8FA;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
}
#section05 .block--result-animation .txt--lead {
  width: 100%;
  text-align: center;
  color: #004DA0;
  font-size: 4vw;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 901px) {
  #section05 .block--result-animation .txt--lead {
    font-size: 20px;
  }
}
#section05 .block--result-animation .bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}
#section05 .block--result-animation .bubbles .bubble {
  position: absolute;
  bottom: -40px;
  width: 40px;
  height: 40px;
  background: #FDF573;
  border: 2px solid #004DA0;
  border-radius: 50%;
  -webkit-animation: result_bubble 10s ease-in infinite;
          animation: result_bubble 10s ease-in infinite;
}
#section05 .block--result-animation .bubbles .bubble:first-child {
  width: 20px;
  height: 20px;
  left: 10%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
#section05 .block--result-animation .bubbles .bubble:nth-child(2) {
  width: 30px;
  height: 30px;
  left: 20%;
}
#section05 .block--result-animation .bubbles .bubble:nth-child(3) {
  width: 30px;
  height: 30px;
  left: 30%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
#section05 .block--result-animation .bubbles .bubble:nth-child(4) {
  width: 50px;
  height: 50px;
  left: 45%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
#section05 .block--result-animation .bubbles .bubble:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
#section05 .block--result-animation .bubbles .bubble:nth-child(6) {
  width: 80px;
  height: 80px;
  left: 40%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
#section05 .block--result-animation .bubbles .bubble:nth-child(7) {
  width: 20px;
  height: 20px;
  right: 10%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
#section05 .block--result-animation .bubbles .bubble:nth-child(8) {
  width: 100px;
  height: 100px;
  right: 20%;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
#section05 .block--result-animation .bubbles .bubble:nth-child(9) {
  width: 55px;
  height: 55px;
  left: 35%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
#section05 .block--result-animation .bubbles .bubble:nth-child(10) {
  width: 30px;
  height: 30px;
  left: 30%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
#section05 .block--result-animation .bubbles .heart {
  position: absolute;
  bottom: -20px;
  left: 10vw;
  width: 40px;
  height: 40px;
  background: url(/static/stu48/fansite/feature/oshisagashi/parts/heart01.svg) no-repeat;
  background-size: contain;
  -webkit-animation: result_bubble 4s ease-in infinite;
          animation: result_bubble 4s ease-in infinite;
}
#section05 .block--result-animation .bubbles .heart:nth-child(2) {
  width: 30px;
  height: 30px;
  left: 20%;
}
#section05 .block--result-animation .bubbles .heart:nth-child(4) {
  width: 80px;
  height: 80px;
  left: 50%;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  background: url(/static/stu48/fansite/feature/oshisagashi/parts/heart02.svg) no-repeat;
  background-size: contain;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
#section05 .block--result-animation .bubbles .heart:nth-child(7) {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
  left: 65%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
#section05 .block--result-animation .bubbles .heart:nth-child(10) {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 80%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
#section05 .block--result-animation .bubbles .heart:nth-child(13) {
  width: 120px;
  height: 120px;
  left: 20%;
  -webkit-transform: rotate(165deg);
          transform: rotate(165deg);
  background: url(/static/stu48/fansite/feature/oshisagashi/parts/heart02.svg) no-repeat;
  background-size: contain;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
#section05.animation-start .txt--lead {
  -webkit-transition: 0.4s 0.6s;
  transition: 0.4s 0.6s;
}
#section05.animation-start .block--result-animation .result-animation--cloud .cloud01, #section05.animation-start .block--result-animation .result-animation--cloud .cloud02, #section05.animation-start .block--result-animation .result-animation--cloud .cloud03 {
  opacity: 0;
}
#section05.animation-start .block--result-animation .result-animation--cloud .cloud01 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
#section05.animation-start .block--result-animation .result-animation--cloud .cloud02 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
#section05.animation-start .block--result-animation .result-animation--cloud .cloud03 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}
#section05.animation-start .block--result-animation {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s 2.4s;
  transition: 1s 2.4s;
}
@media screen and (min-width: 901px) {
  #section05.animation-start .block--result--main .result-member .result-member__item {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  #section05.animation-start .block--result--main .result-member .result-member__item:nth-of-type(1) {
    -webkit-transition-delay: 2.7s;
            transition-delay: 2.7s;
  }
  #section05.animation-start .block--result--main .result-member .result-member__item:nth-of-type(2) {
    -webkit-transition-delay: 3s;
            transition-delay: 3s;
  }
  #section05.animation-start .block--result--main .result-member .result-member__item:nth-of-type(3) {
    -webkit-transition-delay: 3.3s;
            transition-delay: 3.3s;
  }
  #section05.animation-start .block--result--main .btn {
    opacity: 1;
    -webkit-transition-delay: 4s;
            transition-delay: 4s;
  }
}
#section05 .block--result--main {
  padding: 60vw 6vw 50vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section05 .block--result--main {
    padding-bottom: 10vw;
    margin-bottom: 40px;
  }
}
#section05 .block--result--main .result-member {
  position: relative;
  z-index: 2;
}
#section05 .block--result--main .btn {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}
#section05 .block--result--main .result-member__item {
  text-align: center;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section05 .block--result--main .result-member__item {
    margin-bottom: 40px;
  }
  #section05 .block--result--main .result-member__item.started {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#section05 .block--result--main .result-member__item a {
  display: block;
  padding-bottom: 10vw;
  position: relative;
}
#section05 .block--result--main .result-member__item a::before {
  content: "";
  display: block;
  background: #004DA0;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  border-radius: 127px;
  z-index: -1;
}
#section05 .block--result--main .result-member__item a [class^=status__] {
  display: none;
}
#section05 .block--result--main .result-member__item.member-1 .status__01, #section05 .block--result--main .result-member__item.member-2 .status__02, #section05 .block--result--main .result-member__item.member-3 .status__03, #section05 .block--result--main .result-member__item.member-4 .status__04, #section05 .block--result--main .result-member__item.member-5 .status__05, #section05 .block--result--main .result-member__item.member-6 .status__06, #section05 .block--result--main .result-member__item.member-7 .status__07, #section05 .block--result--main .result-member__item.member-8 .status__08, #section05 .block--result--main .result-member__item.member-9 .status__09, #section05 .block--result--main .result-member__item.member-10 .status__10, #section05 .block--result--main .result-member__item.member-11 .status__11, #section05 .block--result--main .result-member__item.member-12 .status__12, #section05 .block--result--main .result-member__item.member-13 .status__13, #section05 .block--result--main .result-member__item.member-14 .status__14, #section05 .block--result--main .result-member__item.member-15 .status__15, #section05 .block--result--main .result-member__item.member-16 .status__16, #section05 .block--result--main .result-member__item.member-17 .status__17, #section05 .block--result--main .result-member__item.member-18 .status__18 {
  display: block;
}
#section05 .block--result--main .result-member__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  letter-spacing: 0.2em;
  font-family: "philosopher", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 26px;
  position: relative;
}
#section05 .block--result--main .result-member__item .category::before {
  content: "";
  width: 140px;
  height: 10px;
  background: url(/static/stu48/fansite/feature/oshisagashi/parts/border_wave.svg) no-repeat;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 15px 10px;
  background-position: bottom;
}
#section05 .block--result--main .result-member__item .name span {
  display: block;
}
#section05 .block--result--main .result-member__item .name .name__main {
  letter-spacing: 0.2em;
  font-size: 6vw;
  margin-bottom: 12px;
}
#section05 .block--result--main .result-member__item .name .name__sub {
  font-family: "Comfortaa", cursive;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.2em;
  opacity: 0.7;
}
#section05 .block--result--main .result-member__item .view_more {
  display: inline-block;
  line-height: 1;
  background: url(/static/stu48/fansite/feature/oshisagashi/parts/btn--profile.svg) no-repeat;
  background-size: contain;
  width: 115px;
  height: 50px;
  margin: 0 auto;
  padding: 0.35em 1em 0.4em;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media screen and (min-width: 901px) {
  #section05 .block--result--main .result-member__item .view_more:hover {
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/btn--profile_hover.svg) no-repeat;
    background-size: contain;
  }
}
#section05 .block--result--main .result-member__item .thumb {
  margin-bottom: 20px;
}
#section05 .block--result--main .result-member__item .thumb img {
  display: block;
  width: 75%;
  height: 100%;
  aspect-ratio: 9/13;
  background: no-repeat center;
  background-size: cover;
  background-position: top;
  overflow: hidden;
  margin: 0 auto;
  pointer-events: none;
  clip-path: url(#parts-shape--1);
  position: relative;
  -webkit-filter: blur(0 0 0 2px #004DA0);
          filter: blur(0 0 0 2px #004DA0);
}
#section05 .block--result--main .result-member__item.member-1 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/takamura_shiori.jpg);
}
#section05 .block--result--main .result-member__item.member-2 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/yagi_yuuna.jpg);
}
#section05 .block--result--main .result-member__item.member-3 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/hamada_mii.jpg);
}
#section05 .block--result--main .result-member__item.member-4 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/kihara_hinayo.jpg);
}
#section05 .block--result--main .result-member__item.member-5 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/ishimatsu_haruna.jpg);
}
#section05 .block--result--main .result-member__item.member-6 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/yokoi_yuina.jpg);
}
#section05 .block--result--main .result-member__item.member-7 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/douho_runa.jpg);
}
#section05 .block--result--main .result-member__item.member-8 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/shimada_sayaka.jpg);
}
#section05 .block--result--main .result-member__item.member-9 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/tanaka_nanako.jpg);
}
#section05 .block--result--main .result-member__item.member-10 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/sakaki_towana.jpg);
}
#section05 .block--result--main .result-member__item.member-11 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/miyoshi_maaya.jpg);
}
#section05 .block--result--main .result-member__item.member-12 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/fujita_amu.jpg);
}
#section05 .block--result--main .result-member__item.member-13 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/sakazaki_ai.jpg);
}
#section05 .block--result--main .result-member__item.member-14 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/sogabe_ako.jpg);
}
#section05 .block--result--main .result-member__item.member-15 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/kabutake_mana.jpg);
}
#section05 .block--result--main .result-member__item.member-16 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/inoue_kurea.jpg);
}
#section05 .block--result--main .result-member__item.member-17 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/komatsu_nayu.jpg);
}
#section05 .block--result--main .result-member__item.member-18 .thumb img {
  background-image: url(https://sp.stu48.com/image/profile/nonaka_rio.jpg);
}
#section05 .btn--sub {
  text-align: center;
  color: #004DA0;
  margin-top: 50px;
  margin-bottom: 50px;
}
#section05 .btn--sub a {
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  #section05::before {
    width: 70vw;
    height: 208vw;
    top: 22.5vw;
    left: -31vw;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #section05::after {
    width: 66vw;
    height: 213vw;
    top: 13.5vw;
    right: -31vw;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #section05 .block--bg .block--bg__footer {
    height: 210vh;
    z-index: 10;
  }
  #section05 .block--bg .block--bg__footer .wave::before {
    -webkit-animation: wave 30s linear infinite;
            animation: wave 30s linear infinite;
  }
  #section05 .block--result--main {
    padding: 43vw 5vw 10vw;
  }
  #section05 .block--result--main .result-member {
    margin-bottom: 100px;
  }
  #section05 .block--result--main .result-member .result-member__item {
    -webkit-animation: 3s bubble01 infinite;
            animation: 3s bubble01 infinite;
  }
  #section05 .block--result--main .result-member .result-member__item:nth-last-child(2) {
    -webkit-animation: 2s bubble01 infinite;
            animation: 2s bubble01 infinite;
  }
  #section05 .block--result--main .result-member .result-member__item:nth-last-child(3) {
    -webkit-animation: 4s bubble01 infinite;
            animation: 4s bubble01 infinite;
  }
  #section05 .block--result--main .result-member__item .thumb img {
    background-size: cover;
  }
  #section05 .block--result--main .result-member__item .name .name__main {
    font-size: 20px;
  }
}

@media screen and (min-width: 901px) {
  .btn {
    width: 80%;
    max-width: 250px;
  }
  #section02 .btn,
  #section03 .btn,
  #section04 .btn {
    width: 100px;
    height: 100px;
    bottom: 30px;
    right: 70px;
  }
  #section02 .btn .btn--small,
  #section03 .btn .btn--small,
  #section04 .btn .btn--small {
    line-height: 46px;
    font-size: 18px;
    cursor: auto;
  }
  #section02 .btn.checked .btn--small,
  #section03 .btn.checked .btn--small,
  #section04 .btn.checked .btn--small {
    cursor: pointer;
  }
  article > section .block--bg .block--bg__header,
  article > section .block--bg .block--bg__footer {
    position: absolute;
    width: 100%;
    height: 40vw;
  }
  article > section .block--bg .block--bg__header::before {
    background-image: url(/static/stu48/fansite/feature/oshisagashi/parts/header_cloud.svg);
    background-size: contain;
    position: absolute;
    width: 104vw;
    top: -16vw;
    left: -3vw;
  }
  article > section .block--bg .block--bg__header::after {
    width: 37%;
    left: -4%;
    top: -6vw;
  }
  article > section .block--bg .block--bg__footer {
    bottom: 0;
    background: #81C4F8;
    height: 40vh;
    z-index: 10;
  }
  article > section .block--title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 7vw;
    left: 0;
  }
  article > section .block--title .block--title__sub {
    width: 20%;
    position: relative;
  }
  article > section .block--title .block--title__main {
    font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: 0.15em;
    margin-left: 0.15em;
    position: relative;
  }
  article > section .block--title .block--title__main::after {
    width: 25%;
    height: 6vw;
    position: absolute;
    left: 43vw;
    top: -1vw;
  }
  #section01 {
    padding-bottom: 170px;
  }
  #section01 .block--body {
    width: 42vw;
    text-align: left;
    font-size: 14px;
    padding: 0;
    z-index: 10;
  }
  #section01 .block--body .logo {
    width: 30vw;
    min-width: 200px;
    max-width: 350px;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    left: -1.5vw;
  }
  #section01 .block--body .txt--basic {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: bold;
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  #section01 {
    padding-top: 17vw;
  }
}
@media screen and (min-width: 901px) {
  #section02 .block--title,
  #section03 .block--title,
  #section04 .block--title {
    top: 2vw;
    left: 0;
  }
  #section02 .block--bg::before,
  #section03 .block--bg::before,
  #section04 .block--bg::before {
    content: "";
    display: block;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/pattern_01.svg) no-repeat;
    background-size: contain;
    width: 27vw;
    height: 18vw;
    position: absolute;
    left: 3vw;
    top: 13vw;
    z-index: 1;
  }
  #section02 .block--bg::after,
  #section03 .block--bg::after,
  #section04 .block--bg::after {
    content: "";
    display: block;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/pattern_02.svg) no-repeat;
    background-size: contain;
    width: 30vw;
    height: 21vw;
    position: absolute;
    right: 3vw;
    top: 9vw;
    z-index: 1;
  }
  #section02 .block--bg .block--bg__footer,
  #section03 .block--bg .block--bg__footer,
  #section04 .block--bg .block--bg__footer {
    width: 117vw;
    height: 29vw;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/footer_sea.svg) no-repeat;
    background-size: contain;
    background-position: -11vw 8vw;
  }
  #section02 .block--bg .block--bg__footer::before,
  #section03 .block--bg .block--bg__footer::before,
  #section04 .block--bg .block--bg__footer::before {
    content: "";
    display: block;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/wakame.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 13vw;
    height: 21vw;
    right: 20vw;
    top: 0;
  }
  #section02 .block--bg .block--bg__footer::after,
  #section03 .block--bg .block--bg__footer::after,
  #section04 .block--bg .block--bg__footer::after {
    content: "";
    display: block;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/sango.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 18vw;
    height: 9vw;
    left: 4vw;
    top: 9vw;
  }
  #section02 .btn .btn--small.btn--back,
  #section03 .btn .btn--small.btn--back,
  #section04 .btn .btn--small.btn--back {
    width: 100px;
    height: 100px;
    bottom: 30px;
    line-height: 46px;
    font-size: 18px;
    cursor: pointer;
  }
  #section02 .area--main,
  #section03 .area--main,
  #section04 .area--main {
    padding: 23vw 0 32vh;
  }
  #section02 .area--main .txt--lead,
  #section03 .area--main .txt--lead,
  #section04 .area--main .txt--lead {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #section02 .area--main .choice,
  #section03 .area--main .choice,
  #section04 .area--main .choice {
    padding: 10vw 5% 5vw;
  }
  #section02 .area--main .choice .area-modal,
  #section03 .area--main .choice .area-modal,
  #section04 .area--main .choice .area-modal {
    opacity: 0;
    pointer-events: none;
  }
  #section02 .area--main .choice .area-modal .ico--zoom,
  #section03 .area--main .choice .area-modal .ico--zoom,
  #section04 .area--main .choice .area-modal .ico--zoom {
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 3.7vw;
    cursor: pointer;
  }
  #section02 .area--main .choice .area-modal .ico--zoom::after,
  #section03 .area--main .choice .area-modal .ico--zoom::after,
  #section04 .area--main .choice .area-modal .ico--zoom::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-size: contain;
    position: absolute;
    pointer-events: none;
  }
  #section02 .area--main .choice [class^=item__],
  #section03 .area--main .choice [class^=item__],
  #section04 .area--main .choice [class^=item__] {
    width: 20%;
    margin-bottom: 50px;
  }
  #section02 .area--main .choice [class^=item__] .item,
  #section03 .area--main .choice [class^=item__] .item,
  #section04 .area--main .choice [class^=item__] .item {
    width: 100%;
    position: relative;
  }
  #section02 .area--main .choice [class^=item__] .item::before,
  #section03 .area--main .choice [class^=item__] .item::before,
  #section04 .area--main .choice [class^=item__] .item::before {
    width: 45px;
    height: 45px;
    top: -0.5vw;
    left: 3vw;
  }
  #section02 .area--main .choice [class^=item__] .item::after,
  #section03 .area--main .choice [class^=item__] .item::after,
  #section04 .area--main .choice [class^=item__] .item::after {
    height: 10vw;
    cursor: pointer;
  }
  #section02 .area--main .choice [class^=item__] .item img,
  #section03 .area--main .choice [class^=item__] .item img,
  #section04 .area--main .choice [class^=item__] .item img {
    width: 9vw;
    border: 4px solid #FDF573;
  }
  #section02 .area--main .choice [class^=item__]:hover .item::after,
  #section03 .area--main .choice [class^=item__]:hover .item::after,
  #section04 .area--main .choice [class^=item__]:hover .item::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #section02 .area--main .choice.visible .item::after,
  #section03 .area--main .choice.visible .item::after,
  #section04 .area--main .choice.visible .item::after {
    opacity: 0;
  }
  #section02 .area--main .choice.visible .item img,
  #section03 .area--main .choice.visible .item img,
  #section04 .area--main .choice.visible .item img {
    opacity: 1;
  }
  #section02 .area--main .choice.selected .item::before,
  #section03 .area--main .choice.selected .item::before,
  #section04 .area--main .choice.selected .item::before {
    opacity: 1;
  }
  #section02::after,
  #section03::after,
  #section04::after {
    content: "";
    display: block;
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/club.svg) no-repeat;
    background-size: contain;
    width: 12vw;
    height: 9vw;
    position: absolute;
    bottom: 7vw;
    right: 26vw;
    z-index: 10;
  }
  #section05 .block--bg::before {
    display: block;
    content: "";
    background: url(/static/stu48/fansite/feature/oshisagashi/parts/pattern_top03.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 23vw;
    height: 17vw;
    top: 4.2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  #section05 .block--bg .block--bg__footer {
    height: 60vh;
  }
  #section05 .section--inner {
    background: none;
    min-height: 100vh;
  }
  #section05 .section--inner > .btn {
    width: 5em;
    padding-bottom: 0;
    margin: 6vw auto 0;
    position: absolute;
    bottom: -4vw;
    left: calc(50% - 2.5em);
  }
  #section05 .block--result--main {
    min-height: 100vh;
    padding: 24vh 7vw 5vw;
  }
  #section05 .block--result--main .result-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 40px;
    margin-bottom: 9vw;
  }
  #section05 .block--result--main .result-member .result-member__item {
    width: 26vw;
    margin-bottom: 0;
    border-radius: 127px;
    -webkit-animation: 3s bubble01 infinite;
            animation: 3s bubble01 infinite;
  }
}
@media screen and (min-width: 901px) and (min-width: 1px) and (max-width: 900px) {
  #section05 .block--result--main .result-member .result-member__item {
    width: 23vw;
  }
}
@media screen and (min-width: 901px) {
  #section05 .block--result--main .result-member .result-member__item a {
    padding-bottom: 40px;
  }
  #section05 .block--result--main .result-member .result-member__item a::after {
    width: 16vw;
    height: 6vw;
    right: -3vw;
    bottom: 0;
  }
  #section05 .block--result--main .result-member .result-member__item .view_more::after {
    width: 90px;
    height: 27px;
    left: -8vw;
    bottom: -2vw;
  }
  #section05 .block--result--main .result-member .result-member__item .thumb {
    margin-bottom: 20px;
  }
  #section05 .block--result--main .result-member .result-member__item .thumb::before, #section05 .block--result--main .result-member .result-member__item .thumb::after {
    width: 11vw;
    height: 13vw;
    left: -1vw;
    top: -10px;
  }
  #section05 .block--result--main .result-member .result-member__item .category {
    font-size: 12px;
    margin-bottom: 23px;
  }
  #section05 .block--result--main .result-member .result-member__item .name .name__main {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #section05 .block--result--main .result-member .result-member__item:nth-of-type(2) {
    -webkit-animation: 4s bubble01 infinite;
            animation: 4s bubble01 infinite;
  }
  #section05 .block--result--main .result-member .result-member__item:nth-of-type(3) {
    -webkit-animation: 2s bubble01 infinite;
            animation: 2s bubble01 infinite;
  }
  #section05 .block--result--main #sushi-result .thumb::after {
    width: 100px;
    height: 110px;
    left: 15vw;
    top: unset;
  }
  #section05 .block--result--main #oceananimals-result .thumb::after {
    width: 110px;
    height: 70px;
    top: unset;
    left: 12vw;
    bottom: -5px;
  }
  #section05 .block--result--main #emoji-result .thumb::before {
    width: 19vw;
    height: 11vw;
    left: -30px;
    top: -10px;
  }
  #section05 .block--result--main #emoji-result .thumb::after {
    width: 11vw;
    height: 8vw;
    left: 13vw;
    bottom: 0vw;
    top: unset;
  }
  #section05 .block--result--main .btn {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (min-width: 480px) and (max-width: 901px) {
  .btn .btn--main {
    font-size: 18px;
  }
  #section05 .block--bg .block--bg__header::before {
    top: -20vw;
  }
  #section05 .btn--sub a {
    font-size: 16px;
  }
  #section01::before {
    width: 50vw;
    height: 155vw;
    top: 14.5vw;
    left: -24vw;
  }
  #section01::after {
    width: 53vw;
    height: 174vw;
    top: 10.5vw;
    right: -28vw;
  }
  #section01 .block--bg__header::before {
    top: -20vw;
  }
  #section01 .block--body {
    padding: 30vw 15vw;
  }
  #section01 .block--body .logo {
    width: 70%;
  }
  #section01 .block--body .txt--basic {
    width: 90%;
    margin: 4vw auto 5vw;
    font-size: 16px;
  }
  #section02::after,
  #section03::after,
  #section04::after {
    width: 12vw;
    height: 9vw;
    bottom: 14vw;
    right: 6vw;
  }
  #section02 .block--bg .block--bg__footer,
  #section03 .block--bg .block--bg__footer,
  #section04 .block--bg .block--bg__footer {
    bottom: -16vw;
  }
  #section02 .block--bg .block--bg__footer::before,
  #section03 .block--bg .block--bg__footer::before,
  #section04 .block--bg .block--bg__footer::before {
    width: 13vw;
    height: 19vw;
    right: 15vw;
    top: -1vw;
  }
  #section02 .block--bg .block--bg__footer::after,
  #section03 .block--bg .block--bg__footer::after,
  #section04 .block--bg .block--bg__footer::after {
    width: 16vw;
    height: 10vw;
    left: 5vw;
    top: 8vw;
  }
  #section02 .btn,
  #section03 .btn,
  #section04 .btn {
    width: 100px;
    height: 100px;
    bottom: 50px;
    right: 70px;
  }
  #section02 .btn .btn--small,
  #section03 .btn .btn--small,
  #section04 .btn .btn--small {
    line-height: 46px;
    font-size: 18px;
  }
  #section02 .btn .btn--small.btn--back,
  #section03 .btn .btn--small.btn--back,
  #section04 .btn .btn--small.btn--back {
    width: 100px;
    height: 100px;
    bottom: 50px;
    line-height: 46px;
    font-size: 18px;
  }
  #section02 .area--main .choice,
  #section03 .area--main .choice,
  #section04 .area--main .choice {
    padding: 11vw 0 0;
  }
  #section02 .area--main .choice .area-modal,
  #section03 .area--main .choice .area-modal,
  #section04 .area--main .choice .area-modal {
    opacity: 0;
    pointer-events: none;
  }
  #section02 .area--main .choice .area-modal .ico--zoom,
  #section03 .area--main .choice .area-modal .ico--zoom,
  #section04 .area--main .choice .area-modal .ico--zoom {
    width: 25px;
    height: 25px;
    bottom: -27px;
    right: 13px;
    cursor: pointer;
  }
  #section02 .area--main .choice .area-modal .ico--zoom::after,
  #section03 .area--main .choice .area-modal .ico--zoom::after,
  #section04 .area--main .choice .area-modal .ico--zoom::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    pointer-events: none;
  }
  #section02 .area--main .choice [class^=item__],
  #section03 .area--main .choice [class^=item__],
  #section04 .area--main .choice [class^=item__] {
    width: 20%;
    margin-bottom: 50px;
  }
  #section02 .area--main .choice [class^=item__] .item,
  #section03 .area--main .choice [class^=item__] .item,
  #section04 .area--main .choice [class^=item__] .item {
    width: 100%;
    height: 10vw;
    position: relative;
  }
  #section02 .area--main .choice [class^=item__] .item::before,
  #section03 .area--main .choice [class^=item__] .item::before,
  #section04 .area--main .choice [class^=item__] .item::before {
    width: 35px;
    height: 35px;
    top: -4vw;
    left: 0.5vw;
  }
  #section02 .area--main .choice [class^=item__] .item::after,
  #section03 .area--main .choice [class^=item__] .item::after,
  #section04 .area--main .choice [class^=item__] .item::after {
    height: 10vw;
    cursor: pointer;
  }
  #section02 .area--main .choice [class^=item__] .item img,
  #section03 .area--main .choice [class^=item__] .item img,
  #section04 .area--main .choice [class^=item__] .item img {
    width: 15vw;
    border: 3px solid #FDF573;
  }
  #section02 .area--main .choice [class^=item__]:hover .item::after,
  #section03 .area--main .choice [class^=item__]:hover .item::after,
  #section04 .area--main .choice [class^=item__]:hover .item::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #section02 .area--main .choice.visible .item::after,
  #section03 .area--main .choice.visible .item::after,
  #section04 .area--main .choice.visible .item::after {
    opacity: 0;
  }
  #section02 .area--main .choice.visible .item img,
  #section03 .area--main .choice.visible .item img,
  #section04 .area--main .choice.visible .item img {
    opacity: 1;
  }
  #section02 .area--main .choice.selected .item::before,
  #section03 .area--main .choice.selected .item::before,
  #section04 .area--main .choice.selected .item::before {
    opacity: 1;
  }
  #section02 .block--bg .block--bg__header,
  #section03 .block--bg .block--bg__header,
  #section04 .block--bg .block--bg__header {
    height: 36vw;
  }
  #section02 .area--main .txt--lead,
  #section03 .area--main .txt--lead,
  #section04 .area--main .txt--lead {
    font-size: 15px;
    width: 60%;
  }
  #section02 .btn--open,
  #section03 .btn--open,
  #section04 .btn--open {
    font-size: 15px;
  }
  #section05 .block--result--main {
    padding: 25vw 17vw 10vw;
  }
  #section05 .block--result--main .btn--sub {
    color: #004DA0;
  }
  #section05 .block--result--main .result-member__item .thumb::before, #section05 .block--result--main .result-member__item .thumb::after {
    width: 23vw;
    height: 26vw;
    left: -1vw;
    top: -2vw;
  }
  #section05 .block--result--main .result-member__item .thumb::after {
    width: 20vw;
    height: 18vw;
    left: 40vw;
    top: 46vw;
  }
  #section05 .block--result--main .result-member__item {
    margin-bottom: 10vw;
  }
  #section05 .block--result--main .result-member__item .category {
    font-size: 2vw;
    margin-bottom: 30px;
  }
  #section05 .block--result--main .result-member__item .name .name__main {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  #section05 .block--result--main .result-member__item .name .name__sub {
    font-size: 1.8vw;
  }
  #section05 .block--result--main .result-member__item .view_more {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    margin: 1vw auto 0;
    padding: 0.35em 1em 0.4em;
  }
  #section05 .block--result--main #sushi-result .thumb::after {
    left: 43vw;
  }
  #section05 .block--result--main #emoji-result .thumb::after {
    width: 30vw;
    height: 22vw;
    left: 34vw;
    bottom: 0;
  }
  #section05 .block--result--main #emoji-result .thumb::before {
    width: 40vw;
    height: 20vw;
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
    left: -2vw;
    top: 0;
  }
}/*# sourceMappingURL=contents-style.css.map */