@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  box-sizing: border-box;
}

caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/* --------------------------------------------------
-------------------------------------------------- 関数 */
/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
body {
  overflow: unset;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  color: #12265D;
  background: #FFF4D3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-feature-settings: "palt";
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  body {
    overflow: visible;
  }
}

.pc-area {
  display: none;
}

@media only screen and (min-width: 641px) {
  .pc-area {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    width: calc((100% - 390px) / 2);
    overflow: hidden;
    z-index: 100;
  }
  .pc-area img {
    width: 100%;
  }
  .pc-area .con {
    height: 100%;
  }
  .pc-area.area-left {
    left: 0;
    text-align: center;
    background: url(../img/pc-bg-left01.png) no-repeat left top/341.25px;
    background-color: #FAF2F5;
    border-right: 1px solid #707070;
  }
  .pc-area.area-left .logo {
    position: absolute;
    top: 305.90625px;
    left: 50%;
    transform: translateX(-50%);
    width: 223.03125px;
  }
  .pc-area.area-left .logo a {
    display: block;
    transition: all 0.3s ease;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) {
  .pc-area.area-left .logo a:hover {
    opacity: 0.8;
    transform: scale(1.03);
  }
}
@media only screen and (min-width: 641px) {
  .pc-area.area-left::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: calc(50% - 120px);
    width: 135.28125px;
    height: 110.296875px;
    background: url(../img/pc-bg-left-tape.png) no-repeat center center/cover;
    z-index: 10;
  }
}
@media only screen and (min-width: 641px) {
  .pc-area.area-left::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 19.5px;
    left: 18.28125px;
    width: 100%;
    height: 33.515625px;
    background: url("../img/bg-holo.jpg") repeat top center;
    background-size: 200% auto;
    background-position: -100% -200%;
    border: solid 1px #707070;
    border-radius: 0 0 0 18.28125px;
    -webkit-animation: hologram2 58s 0.5s infinite;
            animation: hologram2 58s 0.5s infinite;
    z-index: 1;
  }
}
@media only screen and (min-width: 641px) {
  .pc-area.area-right {
    right: 0;
    background: url(../img/pc-bg-right01.png) no-repeat right top/341.25px;
    background-color: #FAF2F5;
    border-left: 1px solid #707070;
  }
  .pc-area.area-right::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 24.375px;
    width: 99.9375px;
    height: 139.546875px;
    background: url(../img/pc-bg-right-tape.png) no-repeat center center/contain;
    z-index: 10;
  }
  .pc-area.area-right::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 19.5px;
    right: 18.28125px;
    width: 100%;
    height: 33.515625px;
    background: url("../img/bg-holo.jpg") repeat top center;
    background-size: 200% auto;
    background-position: -100% -200%;
    border: solid 1px #707070;
    border-radius: 0 0 18.28125px 0;
    -webkit-animation: hologram2 54s 0.5s infinite;
            animation: hologram2 54s 0.5s infinite;
    z-index: 1;
  }
  .pc-area.area-right .pc-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 283.359375px;
    font-size: 14.625px;
    background: #C7F0F0;
    margin: 0 auto;
    padding: 42.046875px 38.390625px 54.84375px;
    border: solid 1px #12265D;
  }
  .pc-area.area-right .pc-menu .title {
    text-align: center;
    margin-bottom: 45.703125px;
  }
  .pc-area.area-right .pc-menu .title img {
    width: 91.40625px;
  }
  .pc-area.area-right .pc-menu ul li {
    position: relative;
    padding: 2.7421875px 0 2.7421875px 43.875px;
    transition: all 0.2s ease;
  }
  .pc-area.area-right .pc-menu ul li:not(:last-child) {
    margin-bottom: 23.765625px;
  }
  .pc-area.area-right .pc-menu ul li.active, .pc-area.area-right .pc-menu ul li:hover {
    background: #fff;
    border-radius: 12.796875px;
  }
  .pc-area.area-right .pc-menu ul li.active::after, .pc-area.area-right .pc-menu ul li:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 2.7421875px;
    left: 13.7109375px;
    width: 18.28125px;
    height: 18.28125px;
    background: url(../img/menu-icon.png) no-repeat center top/cover;
  }
  .pc-area.area-right .pc-menu ul a {
    display: block;
    color: #12265D;
  }
  .pc-area.area-right .pc-menu ul a:hover {
    text-decoration: none;
  }
}
/* --------------------------------------------------
-------------------------------------------------- 共通スタイル */
#content {
  z-index: 10;
  position: relative;
  padding: 4.6875vw 4.6875vw 4.6875vw;
  border: 0.8px solid #707070;
  overflow: hidden;
}
#content img {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  #content {
    width: 390px;
    border: none;
    margin: 0 auto;
    border-radius: 0;
    padding: 18.28125px 18.28125px 36.5625px;
  }
}
#content .wrap {
  border: 1px solid #707070;
  border-radius: 4.6875vw;
  padding-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #content .wrap {
    border-radius: 18.28125px;
    padding-bottom: 18.28125px;
  }
}

.text__center {
  text-align: center;
}

.text__l {
  font-size: 5vw;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .text__l {
    font-size: 19.5px;
  }
}

.text__s {
  font-size: 2.8125vw;
}
@media only screen and (min-width: 641px) {
  .text__s {
    font-size: 10.96875px;
  }
}

.text__blue {
  color: #3259FF;
}

.mb__m {
  margin-bottom: 2.5vw;
}
@media only screen and (min-width: 641px) {
  .mb__m {
    margin-bottom: 9.75px;
  }
}

.mb__s {
  margin-bottom: 0.9375vw;
}
@media only screen and (min-width: 641px) {
  .mb__s {
    margin-bottom: 3.65625px;
  }
}

.btn {
  width: 84.375vw;
  margin: 0 auto 4.6875vw;
}
@media only screen and (min-width: 641px) {
  .btn {
    width: 329.0625px;
    margin-bottom: 18.28125px;
  }
}
.btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.25vw 0;
  color: #FD3E99;
  font-size: 5vw;
  border-radius: 12.5vw 0 12.5vw 0;
  text-decoration: none;
  border: 1px solid #FD3E99;
  background-color: #fff;
  transition: all 0.3s ease;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .btn a {
    padding: 24.375px 0;
    font-size: 19.5px;
    border-radius: 48.75px 0 48.75px 0;
  }
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.71875vw;
  transform: translateY(-50%);
  width: 2.96875vw;
  height: 5vw;
  background: url("../img/arrow-right.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  .btn a::after {
    width: 11.578125px;
    height: 19.5px;
    right: 26.203125px;
  }
}
@media only screen and (min-width: 641px) {
  .btn a:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
.btn__btm a::after {
  width: 5vw;
  height: 2.96875vw;
  background-image: url("../img/arrow-btm.svg");
}
@media only screen and (min-width: 641px) {
  .btn__btm a::after {
    width: 19.5px;
    height: 11.578125px;
  }
}
.btn__pk a {
  background-color: #FD3E99;
  color: #fff;
}
.btn__pk a::after {
  background-image: url("../img/arrow-right-wh.svg");
}

.btn-top {
  position: relative;
  width: 58.59375vw;
  height: 16.40625vw;
  z-index: 2;
  margin: 3.90625vw auto 0;
}
@media only screen and (min-width: 641px) {
  .btn-top {
    width: 228.515625px;
    height: 63.984375px;
    margin-top: 25px;
  }
}
.btn-top a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #FD3E99;
  font-size: 5vw;
  border-radius: 12.5vw 0 12.5vw 0;
  text-decoration: none;
  border: 1px solid #FD3E99;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 641px) {
  .btn-top a {
    font-size: 19.5px;
    border-radius: 48.75px 0 48.75px 0;
  }
}
.btn-top a::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 7.03125vw;
  transform: scale(-1, 1) translateY(-50%);
  width: 2.8125vw;
  height: 5.3125vw;
  background: url("../img/arrow-right.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  .btn-top a::after {
    width: 10.96875px;
    height: 20.71875px;
    left: 27.421875px;
  }
}
@media only screen and (min-width: 641px) {
  .btn-top a:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.foot-deco {
  margin: -8.125vw 0 2.8125vw;
}
@media only screen and (min-width: 641px) {
  .foot-deco {
    margin: -31.6875px 0 10.96875px;
  }
}

section {
  width: 84.375vw;
  margin: 0 auto 7.8125vw;
}
@media only screen and (min-width: 641px) {
  section {
    width: 329.0625px;
    margin-bottom: 30.46875px;
  }
}
section h2 {
  margin-bottom: 3.90625vw;
}
@media only screen and (min-width: 641px) {
  section h2 {
    margin-bottom: 15.234375px;
  }
}
section .text {
  font-size: 3.75vw;
  letter-spacing: 0.03em;
  margin-bottom: 3.125vw;
}
@media only screen and (min-width: 641px) {
  section .text {
    font-size: 14.625px;
    margin-bottom: 12.1875px;
  }
}
section .text span {
  font-size: 4.6875vw;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  section .text span {
    font-size: 18.28125px;
  }
}
section .link-txt {
  font-size: 3.75vw;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 641px) {
  section .link-txt {
    font-size: 14.625px;
    margin-bottom: 7.3125px;
  }
}
section .link-txt:last-of-type {
  margin-bottom: 3.90625vw;
}
@media only screen and (min-width: 641px) {
  section .link-txt:last-of-type {
    margin-bottom: 15.234375px;
  }
}
section .link-txt a {
  color: #000;
  text-decoration: underline;
}
section .riddle-box {
  width: 84.375vw;
  margin: 0 auto 7.1875vw;
}
@media only screen and (min-width: 641px) {
  section .riddle-box {
    width: 329.0625px;
    margin-bottom: 28.03125px;
  }
}
section .riddle-box .answer {
  padding: 3.4375vw 4.6875vw 5.9375vw;
  background-color: #FF8900;
}
@media only screen and (min-width: 641px) {
  section .riddle-box .answer {
    padding: 13.40625px 18.28125px 23.15625px;
  }
}
section .riddle-box .answer .answer-text {
  margin-bottom: 1.5625vw;
}
@media only screen and (min-width: 641px) {
  section .riddle-box .answer .answer-text {
    margin-bottom: 6.09375px;
  }
}
section .riddle-box .answer .answer-text input {
  width: 100%;
  font-size: 5vw;
  line-height: 8.75vw;
  padding: 0 1.5625vw;
  border: none;
  box-sizing: border-box;
}
@media only screen and (min-width: 641px) {
  section .riddle-box .answer .answer-text input {
    font-size: 19.5px;
    line-height: 34.125px;
    padding: 0 6.09375px;
  }
}
section .riddle-box .answer p {
  text-align: center;
  margin-bottom: 2.34375vw;
}
@media only screen and (min-width: 641px) {
  section .riddle-box .answer p {
    margin-bottom: 9.140625px;
  }
}
section .riddle-box .answer .txt {
  font-size: 5vw;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 641px) {
  section .riddle-box .answer .txt {
    font-size: 19.5px;
  }
}
section .riddle-box .answer .note {
  font-size: 2.8125vw;
  color: #12265D;
}
@media only screen and (min-width: 641px) {
  section .riddle-box .answer .note {
    font-size: 10.96875px;
  }
}
section .riddle-box .answer .btn-send {
  position: relative;
}
section .riddle-box .answer .btn-send input {
  width: 100%;
  font-size: 5vw;
  line-height: 11.5625vw;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 9.375vw;
  background-color: #12265D;
  border: 1px solid #12265D;
}
@media only screen and (min-width: 641px) {
  section .riddle-box .answer .btn-send input {
    font-size: 19.5px;
    line-height: 45.09375px;
    border-radius: 36.5625px;
    transition: all 0.3s ease;
  }
}
section .riddle-box .answer .btn-send span {
  position: absolute;
  top: 50%;
  right: 4.6875vw;
  transform: translateY(-50%);
  display: block;
  width: 5.15625vw;
}
@media only screen and (min-width: 641px) {
  section .riddle-box .answer .btn-send span {
    right: 18.28125px;
    width: 20.109375px;
  }
}
section .riddle-box .answer .btn-send span svg {
  width: 100%;
  height: auto;
}
section .riddle-box .answer .btn-send span svg patn {
  transition: all 0.3s ease;
}
@media only screen and (min-width: 641px) {
  section .riddle-box .answer .btn-send:hover input {
    background-color: #fff;
    color: #12265D;
  }
  section .riddle-box .answer .btn-send:hover span svg path {
    fill: #12265D;
  }
}

@-webkit-keyframes fuwafuwa1 {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(-5px, 5px);
  }
}

@keyframes fuwafuwa1 {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(-5px, 5px);
  }
}
@-webkit-keyframes fuwafuwa2 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(10px, -10px);
  }
}
@keyframes fuwafuwa2 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(10px, -10px);
  }
}
@-webkit-keyframes fuwafuwaY {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
}
@keyframes fuwafuwaY {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
}
@-webkit-keyframes skewYanime {
  0%, 100% {
    transform: skewY(0);
  }
  50% {
    transform: skewY(10deg);
  }
}
@keyframes skewYanime {
  0%, 100% {
    transform: skewY(0);
  }
  50% {
    transform: skewY(10deg);
  }
}
@-webkit-keyframes skewXanime {
  0%, 100% {
    transform: skewX(0);
  }
  50% {
    transform: skewX(10deg);
  }
}
@keyframes skewXanime {
  0%, 100% {
    transform: skewX(0);
  }
  50% {
    transform: skewX(10deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes spinY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes heart {
  0%, 100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
}
@keyframes heart {
  0%, 100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes rotateYAnimation {
  10% {
    transform: rotateY(0deg);
  }
  30% {
    transform: rotateY(360deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotateYAnimation {
  10% {
    transform: rotateY(0deg);
  }
  30% {
    transform: rotateY(360deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotateYAnimation2 {
  10% {
    transform: rotateY(0deg);
  }
  30% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes rotateYAnimation2 {
  10% {
    transform: rotateY(0deg);
  }
  30% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
/* --------------------------------------------------
-------------------------------------------------- #keyvisual */
#keyvisual {
  width: auto;
  margin-bottom: 11.25vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual {
    margin-bottom: 43.875px;
  }
}
#keyvisual svg {
  width: 100%;
  height: auto;
}
#keyvisual .deco-box .deco {
  position: absolute;
}
#keyvisual .deco-box .ribbon1 {
  top: -13.59375vw;
  left: -12.8125vw;
  width: 26.875vw;
  -webkit-animation: fuwafuwa1 4s ease infinite;
          animation: fuwafuwa1 4s ease infinite;
}
@media only screen and (min-width: 641px) {
  #keyvisual .deco-box .ribbon1 {
    top: -53.015625px;
    left: -49.96875px;
    width: 104.8125px;
  }
}
#keyvisual .deco-box .ribbon1 img {
  -webkit-animation: skewXanime 4s ease infinite;
          animation: skewXanime 4s ease infinite;
  transform-style: preserve-3d;
}
#keyvisual .deco-box .heart {
  top: 39.84375vw;
  left: -1.25vw;
  width: 8.59375vw;
  transform: rotate(-16deg);
}
@media only screen and (min-width: 641px) {
  #keyvisual .deco-box .heart {
    top: 155.390625px;
    left: -4.875px;
    width: 33.515625px;
  }
}
#keyvisual .deco-box .heart img {
  -webkit-animation: heart 6s linear infinite;
          animation: heart 6s linear infinite;
  transform-style: preserve-3d;
}
#keyvisual .deco-box .kira {
  top: 17.03125vw;
  right: -2.34375vw;
  width: 9.53125vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .deco-box .kira {
    top: 66.421875px;
    right: -9.140625px;
    width: 37.171875px;
  }
}
#keyvisual .deco-box .kira img {
  -webkit-animation: rotateYAnimation 4s 0.5s linear infinite;
          animation: rotateYAnimation 4s 0.5s linear infinite;
  transform-style: preserve-3d;
}
#keyvisual .deco-box .ribbon2 {
  top: 24.84375vw;
  right: -15.3125vw;
  width: 28.4375vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .deco-box .ribbon2 {
    top: 96.890625px;
    right: -59.71875px;
    width: 110.90625px;
  }
}
#keyvisual .deco-box .ribbon2 img {
  -webkit-animation: fuwafuwa2 4s 1s ease infinite;
          animation: fuwafuwa2 4s 1s ease infinite;
  transform-style: preserve-3d;
}
#keyvisual .deco-box .question {
  top: 61.40625vw;
  left: 5.9375vw;
  width: 7.03125vw;
  transform: rotate(-24deg);
}
@media only screen and (min-width: 641px) {
  #keyvisual .deco-box .question {
    top: 239.484375px;
    left: 23.15625px;
    width: 27.421875px;
  }
}
#keyvisual .deco-box .question img {
  -webkit-animation: fuwafuwa1 5s ease infinite;
          animation: fuwafuwa1 5s ease infinite;
  transform-style: preserve-3d;
}
#keyvisual .deco-box .present {
  top: 48.59375vw;
  right: -2.5vw;
  width: 15vw;
  transform: rotate(10deg);
  z-index: 2;
}
@media only screen and (min-width: 641px) {
  #keyvisual .deco-box .present {
    top: 189.515625px;
    right: -9.75px;
    width: 58.5px;
  }
}
#keyvisual .deco-box .present img {
  -webkit-animation: fuwafuwaY 4s ease infinite;
          animation: fuwafuwaY 4s ease infinite;
  transform-style: preserve-3d;
}
#keyvisual .deco-box .glass {
  top: 77.5vw;
  left: -5.9375vw;
  width: 19.375vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .deco-box .glass {
    top: 302.25px;
    left: -23.15625px;
    width: 75.5625px;
  }
}
#keyvisual .deco-box .glass img {
  -webkit-animation: fuwafuwa1 4s ease infinite;
          animation: fuwafuwa1 4s ease infinite;
  transform-style: preserve-3d;
}
#keyvisual .deco-box .key {
  top: 68.125vw;
  right: -3.125vw;
  width: 12.1875vw;
  transform: rotate(38deg);
}
@media only screen and (min-width: 641px) {
  #keyvisual .deco-box .key {
    top: 265.6875px;
    right: -12.1875px;
    width: 47.53125px;
  }
}
#keyvisual .deco-box .key img {
  -webkit-animation: fuwafuwa1 4s ease 0.5s infinite;
          animation: fuwafuwa1 4s ease 0.5s infinite;
  transform-style: preserve-3d;
}
#keyvisual .h1-bg {
  margin-right: -5vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .h1-bg {
    margin-right: -19.5px;
  }
}
#keyvisual .logo {
  position: absolute;
  top: 11.25vw;
  left: 6.875vw;
  width: 77.03125vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .logo {
    top: 43.875px;
    left: 26.8125px;
    width: 300.421875px;
  }
}
#keyvisual .h1-bg {
  position: relative;
}
#keyvisual h1 {
  position: absolute;
  top: 25.3125vw;
  left: 11.25vw;
  width: 66.875vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual h1 {
    top: 98.71875px;
    left: 43.875px;
    width: 260.8125px;
  }
}
#keyvisual .h1-star01 {
  position: absolute;
  top: 15vw;
  left: 1.25vw;
  width: 4.375vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .h1-star01 {
    top: 58.5px;
    left: 4.875px;
    width: 17.0625px;
  }
}
#keyvisual .h1-star02 {
  position: absolute;
  top: 20.3125vw;
  left: 4.375vw;
  width: 12.8125vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .h1-star02 {
    top: 79.21875px;
    left: 17.0625px;
    width: 49.96875px;
  }
}
#keyvisual .h1-star03 {
  position: absolute;
  top: 3.4375vw;
  right: 8.125vw;
  width: 6.40625vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual .h1-star03 {
    top: 13.40625px;
    right: 31.6875px;
    width: 24.984375px;
  }
}
#keyvisual .h1-question {
  position: absolute;
  top: 63.28125vw;
  right: 8.59375vw;
  width: 7.5vw;
  z-index: 2;
}
@media only screen and (min-width: 641px) {
  #keyvisual .h1-question {
    top: 246.796875px;
    right: 33.515625px;
    width: 29.25px;
  }
}
#keyvisual .h1-question img {
  transform: rotate(14deg);
}
#keyvisual p {
  position: relative;
  font-size: 3.75vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-top: 3.90625vw;
}
@media only screen and (min-width: 641px) {
  #keyvisual p {
    font-size: 14.625px;
    margin-top: 15.234375px;
  }
}
#keyvisual .deco-box {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
}
#keyvisual .logo {
  opacity: 0;
  transition: all 0.4s 0.4s ease;
}
#keyvisual .h1-bg {
  opacity: 0;
  transition: all 0.4s 0.2s ease;
}
#keyvisual .h1-bg img {
  filter: blur(5px);
  transition: all 0.4s 0.3s ease;
}
#keyvisual h1 {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.4s 0.5s ease-in-out;
}
#keyvisual .h1-star01 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s 0.8s ease-in-out;
}
#keyvisual .h1-star02 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s 0.9s ease-in-out;
}
#keyvisual .h1-star03 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s 1s ease-in-out;
}
#keyvisual .h1-question {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.4s 1.2s ease;
}
#keyvisual .read {
  opacity: 0;
  transition: all 0.4s 1.1s ease;
}
#keyvisual .read img {
  filter: blur(5px);
  transition: all 0.4s 1.2s ease;
}
#keyvisual.move-on .deco-box {
  opacity: 1;
  transform: scale(1);
}
#keyvisual.move-on .h1-bg {
  opacity: 1;
}
#keyvisual.move-on .h1-bg img {
  filter: blur(0px);
}
#keyvisual.move-on .logo {
  opacity: 1;
}
#keyvisual.move-on h1 {
  opacity: 1;
  transform: translateY(0);
}
#keyvisual.move-on .h1-star01 {
  opacity: 1;
  transform: translateY(0px);
}
#keyvisual.move-on .h1-star01 img {
  -webkit-animation: rotateYAnimation 4s 0.5s linear infinite;
          animation: rotateYAnimation 4s 0.5s linear infinite;
}
#keyvisual.move-on .h1-star02 {
  opacity: 1;
  transform: translateY(0px);
}
#keyvisual.move-on .h1-star02 img {
  -webkit-animation: rotateYAnimation 4s 0.1s linear infinite;
          animation: rotateYAnimation 4s 0.1s linear infinite;
}
#keyvisual.move-on .h1-star03 {
  opacity: 1;
  transform: translateY(0px);
}
#keyvisual.move-on .h1-star03 img {
  -webkit-animation: rotateYAnimation 4s 0s linear infinite;
          animation: rotateYAnimation 4s 0s linear infinite;
}
#keyvisual.move-on .h1-question {
  opacity: 1;
  transform: scale(1);
}
#keyvisual.move-on .read {
  opacity: 1;
}
#keyvisual.move-on .read img {
  filter: blur(0px);
}

#select {
  margin-bottom: 8.28125vw;
}
@media only screen and (min-width: 641px) {
  #select {
    margin-bottom: 32.296875px;
  }
}
#select .btn {
  position: relative;
  margin: 0 auto 4.6875vw;
  z-index: 2;
}
@media only screen and (min-width: 641px) {
  #select .btn {
    margin-bottom: 18.28125px;
  }
}
#select .arrow {
  width: 31.71875vw;
  margin: 0 auto 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #select .arrow {
    width: 123.703125px;
    margin-bottom: 18.28125px;
  }
}
#select #btn-last {
  position: relative;
  pointer-events: none;
}
#select #btn-last .lock {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8.59375vw;
  z-index: 2;
}
@media only screen and (min-width: 641px) {
  #select #btn-last .lock {
    width: 33.515625px;
  }
}
#select #btn-last a {
  opacity: 0.5;
  font-size: 7.8125vw;
  font-weight: 700;
}
@media only screen and (min-width: 641px) {
  #select #btn-last a {
    font-size: 30.46875px;
  }
}
#select #btn-last.open {
  pointer-events: all;
}
#select #btn-last.open .lock {
  opacity: 0;
}
#select #btn-last.open a {
  background-color: #FD3E99;
  color: #fff;
  gap: 0 3.125vw;
  opacity: 1;
}
@media only screen and (min-width: 641px) {
  #select #btn-last.open a {
    gap: 0 12.1875px;
  }
}
#select #btn-last.open a::before {
  content: "";
  display: block;
  width: 8.59375vw;
  height: 11.40625vw;
  background: url("../img/btn-open.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (min-width: 641px) {
  #select #btn-last.open a::before {
    width: 33.515625px;
    height: 44.484375px;
  }
}
#select #btn-last.open a::after {
  background-image: url("../img/arrow-right-wh.svg");
}
#select .btn {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.45s ease;
}
#select .btn:nth-of-type(2) {
  transition-delay: 0.1s;
}
#select .btn:nth-of-type(3) {
  transition-delay: 0.2s;
}
#select .arrow {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.6s 0.3s ease;
}
#select #btn-last {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.45s 0.6s ease;
}
#select.move-on .btn {
  opacity: 1;
  transform: translateY(0px);
}
#select.move-on .arrow {
  opacity: 1;
  transform: translateY(0px);
}
#select.move-on #btn-last {
  opacity: 1;
  transform: scale(1);
}

#fair #fair-riddle2 .image {
  margin-left: -0.78125vw;
}
@media only screen and (min-width: 641px) {
  #fair #fair-riddle2 .image {
    margin-left: -3.046875px;
  }
}
#fair h2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
}
#fair .text, #fair .link-txt {
  opacity: 0;
  transition: all 0.6s 0.3s ease;
}
#fair .riddle-box {
  opacity: 0;
  filter: blur(2px);
  transition: all 1.2s 0.5s ease;
}
#fair.move-on h2 {
  opacity: 1;
  transform: translateY(0px);
}
#fair.move-on .text, #fair.move-on .link-txt {
  opacity: 1;
}
#fair.move-on .riddle-box {
  opacity: 1;
  filter: blur(0px);
  transition: all 0.4s 0.5s ease;
}

#web .riddle-box .image {
  margin-bottom: 2.8125vw;
}
@media only screen and (min-width: 641px) {
  #web .riddle-box .image {
    margin-bottom: 10.96875px;
  }
}
#web h2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s 0.1s ease;
}
#web .riddle-box {
  opacity: 0;
  filter: blur(2px);
  transition: all 1.2s ease;
}
#web.move-on h2 {
  opacity: 1;
  transform: translateY(0px);
}
#web.move-on .riddle-box {
  opacity: 1;
  filter: blur(0px);
  transition: all 0.4s 0.5s ease;
}

#stage .riddle-box .image {
  width: 55.3125vw;
  margin: 0 auto 1.71875vw;
}
@media only screen and (min-width: 641px) {
  #stage .riddle-box .image {
    width: 215.71875px;
    margin-bottom: 6.703125px;
  }
}
#stage h2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
}
#stage .text, #stage .link-txt {
  opacity: 0;
  transition: all 0.6s 0.3s ease;
}
#stage .riddle-box {
  opacity: 0;
  filter: blur(2px);
  transition: all 1.2s 0.5s ease;
}
#stage.move-on h2 {
  opacity: 1;
  transform: translateY(0px);
}
#stage.move-on .text, #stage.move-on .link-txt {
  opacity: 1;
}
#stage.move-on .riddle-box {
  opacity: 1;
  filter: blur(0px);
  transition: all 0.4s 0.5s ease;
}

/* --------------------------------------------------
-------------------------------------------------- #copy */
#copy {
  margin-bottom: 15vw;
}
@media only screen and (min-width: 641px) {
  #copy {
    margin-bottom: 58.5px;
  }
}
#copy .author {
  width: 84.375vw;
  font-size: 2.5vw;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  #copy .author {
    width: 329.0625px;
    font-size: 9.75px;
  }
}
#copy .author:first-of-type {
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #copy .author:first-of-type {
    margin-bottom: 18.28125px;
  }
}

#incorrect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 212, 82, 0.9);
  z-index: 20;
  display: none;
}
@media only screen and (min-width: 641px) {
  #incorrect {
    width: 100%;
  }
}
#incorrect .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#incorrect .close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#incorrect .box {
  width: 90.625vw;
  padding: 11.5625vw 7.5vw 9.375vw;
  border: 1px solid #707070;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  #incorrect .box {
    width: 353.4375px;
    padding: 45.09375px 29.25px 36.5625px;
  }
}
#incorrect .box .image {
  width: 46.875vw;
  margin: 0 auto 6.25vw;
}
@media only screen and (min-width: 641px) {
  #incorrect .box .image {
    width: 182.8125px;
    margin-bottom: 24.375px;
  }
}
#incorrect .box p {
  font-size: 3.75vw;
  text-align: center;
  margin-bottom: 5.9375vw;
}
@media only screen and (min-width: 641px) {
  #incorrect .box p {
    font-size: 14.625px;
    margin-bottom: 23.15625px;
  }
}
#incorrect .box .close {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 9.375vw;
  background-color: #12265D;
  border: 1px solid #12265D;
}
@media only screen and (min-width: 641px) {
  #incorrect .box .close {
    border-radius: 36.5625px;
    transition: all 0.3s ease;
  }
}
#incorrect .box .close p {
  font-size: 5vw;
  line-height: 11.5625vw;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 641px) {
  #incorrect .box .close p {
    font-size: 19.5px;
    line-height: 45.09375px;
    transition: all 0.3s ease;
  }
}
#incorrect .box .close span {
  position: absolute;
  top: 50%;
  right: 4.6875vw;
  transform: translateY(-50%);
  display: block;
  width: 5.15625vw;
}
@media only screen and (min-width: 641px) {
  #incorrect .box .close span {
    right: 18.28125px;
    width: 20.109375px;
  }
}
#incorrect .box .close span svg {
  width: 100%;
  height: auto;
}
#incorrect .box .close span svg path {
  transition: all 0.3s ease;
}
@media only screen and (min-width: 641px) {
  #incorrect .box .close:hover {
    background-color: #fff;
    color: #12265D;
  }
  #incorrect .box .close:hover p {
    color: #12265D;
  }
  #incorrect .box .close:hover span svg path {
    fill: #12265D;
  }
}

#clear {
  padding: 4.6875vw 0 0;
  margin-bottom: 14.0625vw;
}
@media only screen and (min-width: 641px) {
  #clear {
    padding: 18.28125px 0 0;
    margin-bottom: 54.84375px;
  }
}
#clear .deco-box {
  position: absolute;
  top: 59.0625vw;
  left: -3.125vw;
  width: 90.625vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box {
    top: 230.34375px;
    left: -12.1875px;
    width: 353.4375px;
  }
}
#clear .deco-box .deco {
  position: absolute;
}
#clear .deco-box .present {
  top: 0;
  right: -2.8125vw;
  width: 15vw;
  transform: rotate(14deg);
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .present {
    right: -10.96875px;
    width: 58.5px;
  }
}
#clear .deco-box .present img {
  -webkit-animation: fuwafuwaY 5s ease infinite;
          animation: fuwafuwaY 5s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .confetti1 {
  top: 10.625vw;
  left: -4.375vw;
  width: 15vw;
  transform: rotate(-21deg);
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .confetti1 {
    top: 41.4375px;
    left: -17.0625px;
    width: 58.5px;
  }
}
#clear .deco-box .confetti1 img {
  -webkit-animation: fuwafuwa2 5s ease infinite;
          animation: fuwafuwa2 5s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .confetti2 {
  top: 104.6875vw;
  left: 4.0625vw;
  width: 2.65625vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .confetti2 {
    top: 408.28125px;
    left: 15.84375px;
    width: 10.359375px;
  }
}
#clear .deco-box .confetti2 img {
  -webkit-animation: fuwafuwa2 5s ease infinite;
          animation: fuwafuwa2 5s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .confetti3 {
  top: 115.625vw;
  left: 1.875vw;
  width: 4.53125vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .confetti3 {
    top: 450.9375px;
    left: 7.3125px;
    width: 17.671875px;
  }
}
#clear .deco-box .confetti3 img {
  -webkit-animation: fuwafuwa2 5s 1s ease infinite;
          animation: fuwafuwa2 5s 1s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .confetti4 {
  top: 145.3125vw;
  right: -7.8125vw;
  width: 11.71875vw;
  transform: rotate(25deg);
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .confetti4 {
    top: 566.71875px;
    right: -30.46875px;
    width: 45.703125px;
  }
}
#clear .deco-box .confetti4 img {
  -webkit-animation: fuwafuwa2 5s 0.5s ease infinite;
          animation: fuwafuwa2 5s 0.5s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .ribbon1 {
  top: 27.1875vw;
  left: 7.8125vw;
  width: 9.0625vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .ribbon1 {
    top: 106.03125px;
    left: 30.46875px;
    width: 35.34375px;
  }
}
#clear .deco-box .ribbon2 {
  top: 41.25vw;
  left: -7.8125vw;
  width: 26.875vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .ribbon2 {
    top: 160.875px;
    left: -30.46875px;
    width: 104.8125px;
  }
}
#clear .deco-box .ribbon2 img {
  -webkit-animation: skewXanime 4s ease infinite;
          animation: skewXanime 4s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .ribbon3 {
  top: 35vw;
  right: 1.5625vw;
  width: 17.5vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .ribbon3 {
    top: 136.5px;
    right: 6.09375px;
    width: 68.25px;
  }
}
#clear .deco-box .ribbon3 img {
  -webkit-animation: fuwafuwa1 5s ease infinite;
          animation: fuwafuwa1 5s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .ribbon4 {
  top: 50.78125vw;
  right: -6.25vw;
  width: 14.84375vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .ribbon4 {
    top: 198.046875px;
    right: -24.375px;
    width: 57.890625px;
  }
}
#clear .deco-box .ribbon4 img {
  -webkit-animation: fuwafuwa1 5s 1s ease infinite;
          animation: fuwafuwa1 5s 1s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .ribbon5 {
  top: 71.5625vw;
  right: -8.125vw;
  width: 36.25vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .ribbon5 {
    top: 279.09375px;
    right: -31.6875px;
    width: 141.375px;
  }
}
#clear .deco-box .ribbon5 img {
  -webkit-animation: fuwafuwaY 5s 0.5s ease infinite;
          animation: fuwafuwaY 5s 0.5s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .ribbon6 {
  top: 116.25vw;
  right: -9.375vw;
  width: 29.84375vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .ribbon6 {
    top: 453.375px;
    right: -36.5625px;
    width: 116.390625px;
  }
}
#clear .deco-box .ribbon6 img {
  -webkit-animation: fuwafuwa1 5s 0.5s ease infinite;
          animation: fuwafuwa1 5s 0.5s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .ribbon7 {
  top: 179.375vw;
  left: -10.9375vw;
  width: 30.625vw;
  transform: rotate(-27deg);
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .ribbon7 {
    top: 699.5625px;
    left: -42.65625px;
    width: 119.4375px;
  }
}
#clear .deco-box .ribbon7 img {
  -webkit-animation: skewXanime 4s ease infinite;
          animation: skewXanime 4s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .ribbon8 {
  top: 171.875vw;
  right: -11.25vw;
  width: 25.46875vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .ribbon8 {
    top: 670.3125px;
    right: -43.875px;
    width: 99.328125px;
  }
}
#clear .deco-box .ribbon8 img {
  -webkit-animation: fuwafuwa2 5s ease infinite;
          animation: fuwafuwa2 5s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .ribbon9 {
  top: 231.5625vw;
  right: 0.3125vw;
  width: 13.90625vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .ribbon9 {
    top: 903.09375px;
    right: 1.21875px;
    width: 54.234375px;
  }
}
#clear .deco-box .ribbon9 img {
  -webkit-animation: fuwafuwaY 4s ease infinite;
          animation: fuwafuwaY 4s ease infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .kira1 {
  top: 27.65625vw;
  right: -0.46875vw;
  width: 9.53125vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .kira1 {
    top: 107.859375px;
    right: -1.828125px;
    width: 37.171875px;
  }
}
#clear .deco-box .kira1 img {
  -webkit-animation: rotateYAnimation 4s 0.5s linear infinite;
          animation: rotateYAnimation 4s 0.5s linear infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .kira2 {
  top: 37.1875vw;
  right: 9.0625vw;
  width: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .kira2 {
    top: 145.03125px;
    right: 35.34375px;
    width: 18.28125px;
  }
}
#clear .deco-box .kira2 img {
  -webkit-animation: rotateYAnimation 4s 0s linear infinite;
          animation: rotateYAnimation 4s 0s linear infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .kira3 {
  top: 50.625vw;
  left: 6.25vw;
  width: 9.53125vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .kira3 {
    top: 197.4375px;
    left: 24.375px;
    width: 37.171875px;
  }
}
#clear .deco-box .kira3 img {
  -webkit-animation: rotateYAnimation 4s 0.8s linear infinite;
          animation: rotateYAnimation 4s 0.8s linear infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .flower {
  top: 74.6875vw;
  left: -1.25vw;
  width: 5.9375vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .flower {
    top: 291.28125px;
    left: -4.875px;
    width: 23.15625px;
  }
}
#clear .deco-box .flower img {
  -webkit-animation: spin 3s ease infinite;
          animation: spin 3s ease infinite;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}
#clear .deco-box .heart {
  top: 89.0625vw;
  right: -1.875vw;
  width: 13.59375vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .heart {
    top: 347.34375px;
    right: -7.3125px;
    width: 53.015625px;
  }
}
#clear .deco-box .heart img {
  -webkit-animation: heart 6s linear infinite;
          animation: heart 6s linear infinite;
  transform-style: preserve-3d;
}
#clear .deco-box .triangle {
  top: 144.375vw;
  left: -2.5vw;
  width: 6.40625vw;
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .triangle {
    top: 563.0625px;
    left: -9.75px;
    width: 24.984375px;
  }
}
#clear .deco-box .triangle img {
  -webkit-animation: spinY 3s ease infinite;
          animation: spinY 3s ease infinite;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}
#clear .deco-box .question {
  top: 170.3125vw;
  left: 2.65625vw;
  width: 7.5vw;
  transform: rotate(-30deg);
}
@media only screen and (min-width: 641px) {
  #clear .deco-box .question {
    top: 664.21875px;
    left: 10.359375px;
    width: 29.25px;
  }
}
#clear .deco-box .question img {
  -webkit-animation: heart 6s linear infinite;
          animation: heart 6s linear infinite;
  transform-style: preserve-3d;
}
#clear h1 {
  width: 100%;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 641px) {
  #clear h1 {
    margin-bottom: 7.3125px;
  }
}
#clear .clear-txt {
  width: 35.78125vw;
  margin: 0 auto 7.8125vw;
}
@media only screen and (min-width: 641px) {
  #clear .clear-txt {
    width: 139.546875px;
    margin-bottom: 30.46875px;
  }
}
#clear .key-box {
  position: relative;
  width: 46.875vw;
  height: 46.875vw;
  border-radius: 4.6875vw;
  margin: 0 auto 7.03125vw;
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  #clear .key-box {
    width: 182.8125px;
    height: 182.8125px;
    border-radius: 18.28125px;
    margin-bottom: 27.421875px;
  }
}
#clear .key-box .key {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18.90625vw;
}
@media only screen and (min-width: 641px) {
  #clear .key-box .key {
    width: 73.734375px;
  }
}
#clear .txt {
  font-size: 3.75vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 7.8125vw;
}
@media only screen and (min-width: 641px) {
  #clear .txt {
    font-size: 14.625px;
    margin-bottom: 30.46875px;
  }
}
#clear .present-image {
  position: relative;
  width: 64.6875vw;
  margin: 0 auto 7.03125vw;
  box-shadow: 0 0 3.75vw #FFD452;
  line-height: 0;
}
@media only screen and (min-width: 641px) {
  #clear .present-image {
    width: 252.28125px;
    margin-bottom: 27.421875px;
    box-shadow: 0 0 14.625px #FFD452;
  }
}
#clear .download {
  margin-bottom: 7.03125vw;
}
@media only screen and (min-width: 641px) {
  #clear .download {
    margin-bottom: 27.421875px;
  }
}
#clear .download ul li:not(:last-child) {
  margin-bottom: 3.125vw;
}
@media only screen and (min-width: 641px) {
  #clear .download ul li:not(:last-child) {
    margin-bottom: 12.1875px;
  }
}
#clear .download ul li p {
  font-size: 3.75vw;
  text-align: center;
  margin-bottom: 1.5625vw;
}
@media only screen and (min-width: 641px) {
  #clear .download ul li p {
    font-size: 14.625px;
    margin-bottom: 6.09375px;
  }
}
#clear .share {
  text-align: center;
}
#clear .share .txt1 {
  position: relative;
  display: inline-block;
  font-size: 4.0625vw;
  padding: 0 4.0625vw;
  text-align: center;
  margin-bottom: 1.5625vw;
}
@media only screen and (min-width: 641px) {
  #clear .share .txt1 {
    font-size: 15.84375px;
    padding: 0 15.84375px;
    margin-bottom: 6.09375px;
  }
}
#clear .share .txt1::before {
  content: "";
  position: absolute;
  bottom: 0.625vw;
  left: 0;
  display: block;
  width: 1px;
  height: 4.6875vw;
  background-color: #000;
  transform: rotate(135deg);
}
@media only screen and (min-width: 641px) {
  #clear .share .txt1::before {
    bottom: 2.4375px;
    height: 18.28125px;
  }
}
#clear .share .txt1::after {
  content: "";
  position: absolute;
  bottom: 0.625vw;
  right: 0;
  display: block;
  width: 1px;
  height: 4.6875vw;
  background-color: #000;
  transform: rotate(-135deg);
}
@media only screen and (min-width: 641px) {
  #clear .share .txt1::after {
    bottom: 2.4375px;
    height: 18.28125px;
  }
}
#clear .share .txt2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.34375vw;
}
@media only screen and (min-width: 641px) {
  #clear .share .txt2 {
    font-size: 14.625px;
    margin-bottom: 9.140625px;
  }
}
#clear .share .btn-share {
  width: 100%;
  height: 21.875vw;
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #clear .share .btn-share {
    height: 85.3125px;
    margin-bottom: 18.28125px;
  }
}
#clear .share .btn-share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 5vw;
  border-radius: 15.625vw 0 15.625vw 0;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(90deg, #fd3e99, #ff8900);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 641px) {
  #clear .share .btn-share a {
    font-size: 19.5px;
    border-radius: 60.9375px 0 60.9375px 0;
  }
}
#clear .share .btn-share a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10.15625vw;
  transform: translateY(-50%);
  width: 6.09375vw;
  height: 6.25vw;
  background: url(../img/icon-x.png) no-repeat center top/cover;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 641px) {
  #clear .share .btn-share a::before {
    left: 39.609375px;
    width: 23.765625px;
    height: 24.375px;
  }
}
#clear .share .btn-share a::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 10.15625vw;
  transform: translateY(-50%);
  width: 2.8125vw;
  height: 5.3125vw;
  background: url("../img/arrow-right-wh.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  #clear .share .btn-share a::after {
    right: 39.609375px;
    width: 10.96875px;
    height: 20.71875px;
  }
}
@media only screen and (min-width: 641px) {
  #clear .share .btn-share a:hover {
    opacity: 0.8;
    transform: scale(1.03);
  }
}
#clear h1 {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.8s ease;
}
#clear .clear-txt {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.8s 0.2s ease;
}
#clear .image {
  opacity: 0;
  filter: blur(6px);
  transition: all 0.8s 0.6s ease;
}
#clear .key-box {
  opacity: 0;
  transition: all 0.6s 0.8s ease;
}
#clear .key-box .key {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s 0.9s ease;
}
#clear .txt, #clear .present-image, #clear .download, #clear .share {
  opacity: 0;
  transition: all 0.6s 1.3s ease;
}
#clear.move-on h1 {
  opacity: 1;
  transform: scale(1);
}
#clear.move-on .clear-txt {
  opacity: 1;
  transform: scale(1);
}
#clear.move-on .image {
  opacity: 1;
  filter: blur(0px);
}
#clear.move-on .key-box {
  opacity: 1;
}
#clear.move-on .key-box .key {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#clear.move-on .key-box .key img {
  -webkit-animation: spinY 0.3s 1s linear both;
          animation: spinY 0.3s 1s linear both;
}
#clear.move-on .txt, #clear.move-on .present-image, #clear.move-on .download, #clear.move-on .share {
  opacity: 1;
}

#final {
  padding: 4.6875vw 0 0;
  margin-bottom: 14.0625vw;
}
@media only screen and (min-width: 641px) {
  #final {
    padding: 18.28125px 0 0;
    margin-bottom: 54.84375px;
  }
}
#final h1 {
  width: 82.65625vw;
  margin: 0 auto 5.9375vw;
}
@media only screen and (min-width: 641px) {
  #final h1 {
    width: 322.359375px;
    margin-bottom: 23.15625px;
  }
}
#final .image {
  margin-bottom: 5.3125vw;
}
@media only screen and (min-width: 641px) {
  #final .image {
    margin-bottom: 20.71875px;
  }
}

#result {
  padding: 4.6875vw 0 0;
  margin-bottom: 9.6875vw;
}
@media only screen and (min-width: 641px) {
  #result {
    padding: 18.28125px 0 0;
    margin-bottom: 37.78125px;
  }
}
#result .deco-box {
  position: absolute;
  top: 27.8125vw;
  left: -3.125vw;
  width: 90.625vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box {
    top: 108.46875px;
    left: -12.1875px;
    width: 353.4375px;
  }
}
#result .deco-box .deco {
  position: absolute;
}
#result .deco-box .present {
  top: 182.03125vw;
  left: 9.0625vw;
  width: 15vw;
  transform: rotate(-21deg);
}
@media only screen and (min-width: 641px) {
  #result .deco-box .present {
    top: 709.921875px;
    left: 35.34375px;
    width: 58.5px;
  }
}
#result .deco-box .present img {
  -webkit-animation: fuwafuwaY 5s ease infinite;
          animation: fuwafuwaY 5s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .confetti1 {
  top: 7.03125vw;
  left: -4.375vw;
  width: 15vw;
  transform: rotate(-21deg);
}
@media only screen and (min-width: 641px) {
  #result .deco-box .confetti1 {
    top: 27.421875px;
    left: -17.0625px;
    width: 58.5px;
  }
}
#result .deco-box .confetti1 img {
  -webkit-animation: fuwafuwa2 5s ease infinite;
          animation: fuwafuwa2 5s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .confetti2 {
  top: 104.6875vw;
  left: 4.0625vw;
  width: 2.65625vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .confetti2 {
    top: 408.28125px;
    left: 15.84375px;
    width: 10.359375px;
  }
}
#result .deco-box .confetti2 img {
  -webkit-animation: fuwafuwa2 5s ease infinite;
          animation: fuwafuwa2 5s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .confetti3 {
  top: 115.625vw;
  right: 1.875vw;
  width: 4.53125vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .confetti3 {
    top: 450.9375px;
    right: 7.3125px;
    width: 17.671875px;
  }
}
#result .deco-box .confetti3 img {
  -webkit-animation: fuwafuwa2 5s 1s ease infinite;
          animation: fuwafuwa2 5s 1s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .confetti4 {
  top: 145.3125vw;
  right: -7.8125vw;
  width: 11.71875vw;
  transform: rotate(25deg);
}
@media only screen and (min-width: 641px) {
  #result .deco-box .confetti4 {
    top: 566.71875px;
    right: -30.46875px;
    width: 45.703125px;
  }
}
#result .deco-box .confetti4 img {
  -webkit-animation: fuwafuwa2 5s 0.5s ease infinite;
          animation: fuwafuwa2 5s 0.5s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .ribbon1 {
  top: 27.1875vw;
  left: 7.8125vw;
  width: 9.0625vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .ribbon1 {
    top: 106.03125px;
    left: 30.46875px;
    width: 35.34375px;
  }
}
#result .deco-box .ribbon2 {
  top: 41.25vw;
  left: -7.8125vw;
  width: 26.875vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .ribbon2 {
    top: 160.875px;
    left: -30.46875px;
    width: 104.8125px;
  }
}
#result .deco-box .ribbon2 img {
  -webkit-animation: skewXanime 4s ease infinite;
          animation: skewXanime 4s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .ribbon3 {
  top: 35vw;
  right: 1.5625vw;
  width: 17.5vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .ribbon3 {
    top: 136.5px;
    right: 6.09375px;
    width: 68.25px;
  }
}
#result .deco-box .ribbon3 img {
  -webkit-animation: fuwafuwa1 5s ease infinite;
          animation: fuwafuwa1 5s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .ribbon4 {
  top: 50.78125vw;
  right: -6.25vw;
  width: 14.84375vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .ribbon4 {
    top: 198.046875px;
    right: -24.375px;
    width: 57.890625px;
  }
}
#result .deco-box .ribbon4 img {
  -webkit-animation: fuwafuwa1 5s 1s ease infinite;
          animation: fuwafuwa1 5s 1s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .ribbon5 {
  top: 71.5625vw;
  right: -8.125vw;
  width: 36.25vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .ribbon5 {
    top: 279.09375px;
    right: -31.6875px;
    width: 141.375px;
  }
}
#result .deco-box .ribbon5 img {
  -webkit-animation: fuwafuwaY 5s 0.5s ease infinite;
          animation: fuwafuwaY 5s 0.5s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .ribbon6 {
  top: 115.625vw;
  left: -9.6875vw;
  width: 29.84375vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .ribbon6 {
    top: 450.9375px;
    left: -37.78125px;
    width: 116.390625px;
  }
}
#result .deco-box .ribbon6 img {
  -webkit-animation: fuwafuwa1 5s 0.5s ease infinite;
          animation: fuwafuwa1 5s 0.5s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .ribbon7 {
  top: 229.0625vw;
  left: -10.9375vw;
  width: 30.625vw;
  transform: rotate(-27deg);
}
@media only screen and (min-width: 641px) {
  #result .deco-box .ribbon7 {
    top: 893.34375px;
    left: -42.65625px;
    width: 119.4375px;
  }
}
#result .deco-box .ribbon7 img {
  -webkit-animation: skewXanime 4s ease infinite;
          animation: skewXanime 4s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .ribbon8 {
  top: 189.84375vw;
  right: -11.25vw;
  width: 25.46875vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .ribbon8 {
    top: 740.390625px;
    right: -43.875px;
    width: 99.328125px;
  }
}
#result .deco-box .ribbon8 img {
  -webkit-animation: fuwafuwa2 5s ease infinite;
          animation: fuwafuwa2 5s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .ribbon9 {
  top: 249.6875vw;
  right: 0.3125vw;
  width: 13.90625vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .ribbon9 {
    top: 973.78125px;
    right: 1.21875px;
    width: 54.234375px;
  }
}
#result .deco-box .ribbon9 img {
  -webkit-animation: fuwafuwaY 4s ease infinite;
          animation: fuwafuwaY 4s ease infinite;
  transform-style: preserve-3d;
}
#result .deco-box .kira1 {
  top: 27.65625vw;
  right: -0.46875vw;
  width: 9.53125vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .kira1 {
    top: 107.859375px;
    right: -1.828125px;
    width: 37.171875px;
  }
}
#result .deco-box .kira1 img {
  -webkit-animation: rotateYAnimation 4s 0.5s linear infinite;
          animation: rotateYAnimation 4s 0.5s linear infinite;
  transform-style: preserve-3d;
}
#result .deco-box .kira2 {
  top: 37.1875vw;
  right: 9.0625vw;
  width: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .kira2 {
    top: 145.03125px;
    right: 35.34375px;
    width: 18.28125px;
  }
}
#result .deco-box .kira2 img {
  -webkit-animation: rotateYAnimation 4s 0s linear infinite;
          animation: rotateYAnimation 4s 0s linear infinite;
  transform-style: preserve-3d;
}
#result .deco-box .kira3 {
  top: 50.625vw;
  left: 6.25vw;
  width: 9.53125vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .kira3 {
    top: 197.4375px;
    left: 24.375px;
    width: 37.171875px;
  }
}
#result .deco-box .kira3 img {
  -webkit-animation: rotateYAnimation 4s 0.8s linear infinite;
          animation: rotateYAnimation 4s 0.8s linear infinite;
  transform-style: preserve-3d;
}
#result .deco-box .kira4 {
  top: 259.375vw;
  left: 3.90625vw;
  width: 7.8125vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .kira4 {
    top: 1011.5625px;
    left: 15.234375px;
    width: 30.46875px;
  }
}
#result .deco-box .kira4 img {
  -webkit-animation: rotateYAnimation 4s 0.8s linear infinite;
          animation: rotateYAnimation 4s 0.8s linear infinite;
  transform-style: preserve-3d;
}
#result .deco-box .flower {
  top: 74.6875vw;
  left: -1.25vw;
  width: 5.9375vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .flower {
    top: 291.28125px;
    left: -4.875px;
    width: 23.15625px;
  }
}
#result .deco-box .flower img {
  -webkit-animation: spin 3s ease infinite;
          animation: spin 3s ease infinite;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}
#result .deco-box .heart {
  top: 89.0625vw;
  right: -1.875vw;
  width: 13.59375vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .heart {
    top: 347.34375px;
    right: -7.3125px;
    width: 53.015625px;
  }
}
#result .deco-box .heart img {
  -webkit-animation: heart 6s linear infinite;
          animation: heart 6s linear infinite;
  transform-style: preserve-3d;
}
#result .deco-box .triangle {
  top: 144.375vw;
  left: -2.5vw;
  width: 6.40625vw;
}
@media only screen and (min-width: 641px) {
  #result .deco-box .triangle {
    top: 563.0625px;
    left: -9.75px;
    width: 24.984375px;
  }
}
#result .deco-box .triangle img {
  -webkit-animation: spinY 3s ease infinite;
          animation: spinY 3s ease infinite;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}
#result .deco-box .question {
  top: 219.84375vw;
  left: 2.65625vw;
  width: 7.5vw;
  transform: rotate(-30deg);
}
@media only screen and (min-width: 641px) {
  #result .deco-box .question {
    top: 857.390625px;
    left: 10.359375px;
    width: 29.25px;
  }
}
#result .deco-box .question img {
  -webkit-animation: heart 6s linear infinite;
          animation: heart 6s linear infinite;
  transform-style: preserve-3d;
}
#result h1 {
  width: 84.0625vw;
  margin: 0 auto -1.5625vw;
}
@media only screen and (min-width: 641px) {
  #result h1 {
    width: 327.84375px;
    margin-bottom: -6.09375px;
  }
}
#result .h1-star01 {
  position: absolute;
  top: 16.875vw;
  left: 1.5625vw;
  width: 6.71875vw;
}
@media only screen and (min-width: 641px) {
  #result .h1-star01 {
    top: 65.8125px;
    left: 6.09375px;
    width: 26.203125px;
  }
}
#result .h1-star02 {
  position: absolute;
  top: 0.46875vw;
  left: 32.5vw;
  width: 7.34375vw;
}
@media only screen and (min-width: 641px) {
  #result .h1-star02 {
    top: 1.828125px;
    left: 126.75px;
    width: 28.640625px;
  }
}
#result .h1-star03 {
  position: absolute;
  top: 31.5625vw;
  right: 2.03125vw;
  width: 11.71875vw;
}
@media only screen and (min-width: 641px) {
  #result .h1-star03 {
    top: 123.09375px;
    right: 7.921875px;
    width: 45.703125px;
  }
}
#result .illust {
  position: relative;
  width: 100vw;
  margin-left: -7.8125vw;
  margin-bottom: -43.75vw;
}
@media only screen and (min-width: 641px) {
  #result .illust {
    width: 390px;
    margin-left: -30.46875px;
    margin-bottom: -170.625px;
  }
}
#result .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134.0625vw;
  height: 70.15625vw;
  margin-left: -24.6875vw;
  margin-bottom: 14.84375vw;
  background: url("../img/result-txt-bg.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  #result .text {
    width: 522.84375px;
    height: 273.609375px;
    margin-left: -96.28125px;
    margin-bottom: 57.890625px;
  }
}
#result .text .deco {
  position: absolute;
  bottom: -9.375vw;
  left: 50%;
  transform: translateX(-50%);
  width: 70.3125vw;
}
@media only screen and (min-width: 641px) {
  #result .text .deco {
    bottom: -36.5625px;
    width: 274.21875px;
  }
}
#result .text p {
  position: relative;
  font-size: 3.75vw;
  text-align: center;
  padding-top: 6.25vw;
}
@media only screen and (min-width: 641px) {
  #result .text p {
    font-size: 14.625px;
    padding-top: 24.375px;
  }
}
#result .oubo p {
  font-size: 3.75vw;
  text-align: center;
  margin-bottom: 2.8125vw;
}
@media only screen and (min-width: 641px) {
  #result .oubo p {
    font-size: 14.625px;
    margin-bottom: 10.96875px;
  }
}
#result .oubo p span {
  font-size: 4.6875vw;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  #result .oubo p span {
    font-size: 18.28125px;
  }
}
#result .oubo .btn-oubo {
  width: 100%;
  height: 22.34375vw;
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) {
  #result .oubo .btn-oubo {
    height: 87.140625px;
    margin-bottom: 18.28125px;
  }
}
#result .oubo .btn-oubo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 7.8125vw;
  font-weight: bold;
  padding-bottom: 0.78125vw;
  border-radius: 15.625vw 0 15.625vw 0;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(90deg, #fd3e99, #ff8900);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 641px) {
  #result .oubo .btn-oubo a {
    font-size: 30.46875px;
    padding-bottom: 3.046875px;
    border-radius: 60.9375px 0 60.9375px 0;
  }
}
#result .oubo .btn-oubo a::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 6.5625vw;
  transform: translateY(-50%);
  width: 3.125vw;
  height: 5.15625vw;
  background: url("../img/arrow-right-wh.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 641px) {
  #result .oubo .btn-oubo a::after {
    right: 25.59375px;
    width: 12.1875px;
    height: 20.109375px;
  }
}
@media only screen and (min-width: 641px) {
  #result .oubo .btn-oubo a:hover {
    opacity: 0.8;
    transform: scale(1.03);
  }
}
#result h1 {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.8s ease;
}
#result .h1-star01 {
  opacity: 0;
  transition: all 0.5s 0.4s ease;
}
#result .h1-star02 {
  opacity: 0;
  transition: all 0.5s 0.5s ease;
}
#result .h1-star03 {
  opacity: 0;
  transition: all 0.5s 0.6s ease;
}
#result .illust {
  opacity: 0;
  transform: translateY(50px);
  filter: blur(5px);
  transition: all 0.6s 0.6s ease;
}
#result .illust img {
  filter: brightness(5);
  transition: all 0.6s 0.7s ease;
}
#result .text {
  opacity: 0;
  transition: all 0.6s 1s ease;
}
#result .oubo {
  opacity: 0;
  transition: all 0.6s 1.2s ease;
}
#result.move-on h1 {
  opacity: 1;
  transform: scale(1);
}
#result.move-on .h1-star01 {
  opacity: 1;
  transform: translateY(0px);
}
#result.move-on .h1-star01 img {
  -webkit-animation: rotateYAnimation 4s 0.5s linear infinite;
          animation: rotateYAnimation 4s 0.5s linear infinite;
}
#result.move-on .h1-star02 {
  opacity: 1;
  transform: translateY(0px);
}
#result.move-on .h1-star02 img {
  -webkit-animation: rotateYAnimation 4s 0.1s linear infinite;
          animation: rotateYAnimation 4s 0.1s linear infinite;
}
#result.move-on .h1-star03 {
  opacity: 1;
  transform: translateY(0px);
}
#result.move-on .h1-star03 img {
  -webkit-animation: rotateYAnimation 4s 0s linear infinite;
          animation: rotateYAnimation 4s 0s linear infinite;
}
#result.move-on .illust {
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0px);
}
#result.move-on .illust img {
  filter: brightness(1) blur(0px);
}
#result.move-on .text, #result.move-on .oubo {
  opacity: 1;
}

/* --------------------------------------------------
-------------------------------------------------- footer */
#footer {
  position: relative;
}
#footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4.6875vw;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/bg-holo.jpg") repeat top center;
  background-size: 200% 200%;
  background-position: -100% -100%;
  -webkit-animation: hologram 28s infinite;
          animation: hologram 28s infinite;
  width: 100%;
  height: 60.78125vw;
  border-radius: 0 0 4.6875vw 4.6875vw;
  border-top: 1px solid #707070;
  z-index: 1;
}
@media only screen and (min-width: 641px) {
  #footer::after {
    bottom: -18.28125px;
    height: 237.046875px;
    border-radius: 0 0 18.28125px 18.28125px;
  }
}
@-webkit-keyframes hologram {
  20% {
    background-position: -130% -120%;
  }
  40% {
    background-position: -140% -100%;
  }
  70% {
    background-position: -110% -130%;
  }
}
@keyframes hologram {
  20% {
    background-position: -130% -120%;
  }
  40% {
    background-position: -140% -100%;
  }
  70% {
    background-position: -110% -130%;
  }
}
#footer .share {
  position: relative;
  text-align: center;
  z-index: 10;
}
#footer .share img {
  width: 15vw;
}
@media only screen and (min-width: 641px) {
  #footer .share img {
    width: 58.5px;
  }
}
#footer .btn-x {
  position: relative;
  width: 81.25vw;
  background: #12265D;
  margin: 1.875vw auto 4.0625vw;
  border-radius: 7.8125vw;
  transition: all 0.2s ease;
  z-index: 10;
}
@media only screen and (min-width: 641px) {
  #footer .btn-x {
    width: 316.875px;
    margin: 7.3125px auto 15.84375px;
    border-radius: 30.46875px;
  }
}
#footer .btn-x::after {
  content: "";
  display: block;
  position: absolute;
  top: 4.21875vw;
  left: 4.375vw;
  width: 6.09375vw;
  height: 6.25vw;
  background: url(../img/icon-x.png) no-repeat center top/cover;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 641px) {
  #footer .btn-x::after {
    top: 16.453125px;
    left: 17.0625px;
    width: 23.765625px;
    height: 24.375px;
  }
}
#footer .btn-x a {
  display: block;
  text-decoration: none;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  padding: 4.21875vw 3.90625vw 4.21875vw 12.5vw;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 641px) {
  #footer .btn-x a {
    font-size: 19.5px;
    padding: 16.453125px 15.234375px 16.453125px 48.75px;
  }
}
#footer .btn-x:hover {
  background: #fff;
}
#footer .btn-x:hover::after {
  background: url(../img/icon-x-b.png) no-repeat center top/cover;
}
#footer .btn-x:hover a {
  color: #12265D;
}
#footer .sns {
  position: relative;
  z-index: 10;
}
#footer .sns ul {
  display: flex;
  justify-content: space-between;
  width: 35.9375vw;
  margin: 0 auto 3.125vw;
}
#footer .sns ul img {
  width: 10.9375vw;
}
@media only screen and (min-width: 641px) {
  #footer .sns ul {
    width: 140.15625px;
    margin: 0 auto 12.1875px;
  }
  #footer .sns ul img {
    width: 42.65625px;
  }
}
#footer small {
  position: relative;
  display: block;
  font-size: 3.125vw;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 641px) {
  #footer small {
    font-size: 12.1875px;
  }
}