@charset "UTF-8";
/* reset start */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
}

input {
  -webkit-border-radius: 0;
}

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

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: var(--small-font-size, 75%);
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: var(--background-repeat, no-repeat);
  margin: 0;
  padding: 0;
}

:root {
  background-color: var(--html-background-color, #ffffff);
  box-sizing: var(--html-box-sizing, border-box);
  color: var(--html-color, #000000);
  cursor: var(--html-cursor, default);
  font: var(--html-font-size, 100%)/var(--html-line-height, 1.5) var(--font-family, sans-serif);
  text-rendering: var(--html-text-rendering, optimizeLegibility);
}

a {
  text-decoration: var(--anchor-text-decoration, none);
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: var(--media-element-vertical-align, middle);
}

button,
input,
select,
textarea {
  background-color: var(--form-element-background-color, transparent);
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: var(--form-element-min-height, 1.5em);
}

code,
kbd,
pre,
samp {
  font-family: var(--monospace-font-family, monospace), monospace;
}

nav ol,
nav ul {
  list-style: var(--nav-list-style, none);
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: var(--table-border-collapse, collapse);
  border-spacing: var(--table-border-spacing, 0);
}

textarea {
  resize: var(--textarea-resize, vertical);
}

::selection {
  background-color: var(--selection-background-color, #b3d4fc);
  color: var(--selection-background-color, #4c2b03);
  text-shadow: var(--selection-text-shadow, none);
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* reset end */
/* base start */
body {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  color: #363636;
}

* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* IE11でsvg崩れ防止 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

/* base end */
/* layout start */
/* layout end */
/* module start */
/* module end */
/* theme start */
.sound {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvg;
  display: block;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background: rgba(255, 246, 204, 0.2);
  text-align: center;
}

.sound .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sound .inner > p {
  font-size: 20px;
}

.sound .inner .btn {
  margin-top: 41px;
  width: 280px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sound .inner .btn p {
  width: 47%;
  background: #b73939;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  font-weight: 800;
  color: #fff6cc;
  cursor: pointer;
  transition: .3s;
}

.sound .inner .btn p:hover {
  opacity: .6;
}

.load-after-sound-control {
  position: fixed;
  z-index: 10;
  bottom: 12px;
  right: 12px;
  display: block;
}

.load-after-sound-control .btn {
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(184, 57, 57, 0.9);
  display: block;
  border-radius: 100px;
  cursor: pointer;
  transition: .3s;
}

.load-after-sound-control .btn:hover {
  opacity: .6;
}

.load-after-sound-control .btn li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.load-after-sound-control .btn li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
  width: 18px;
}

.load-after-sound-control .btn li:nth-of-type(2) {
  margin-left: 3px;
}

.wrapper {
  position: relative;
  width: 100vw;
  display: block;
}

.wrapper .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  background: #e45956;
}

.wrapper .bg__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  background: url(../img/second-bg.svg);
  background-position: center center;
  background-size: 150px 88px;
  background-repeat: repeat;
  opacity: .7;
}

.wrapper .bg__move {
  position: fixed;
  /*描画固定*/
  width: 100%;
  height: 100%;
}

.wrapper .contents-area {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  background: #fff6cc;
  transition: 1.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wrapper .loadOk {
  width: 90%;
  height: 90vh;
  height: 90dvh;
}

.wrapper .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  background: #fff6cc;
  overflow: hidden;
}

.wrapper .loading .contents {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 57%;
  width: 100%;
}

.wrapper .loading .contents img {
  text-align: center;
}

.wrapper .loading .contents img:nth-of-type(1) {
  width: 100%;
}

.wrapper .loading .contents img:nth-of-type(2) {
  width: 106px;
  margin: -18px auto 30px;
}

.wrapper .loading .contents img:nth-of-type(3) {
  width: 76px;
  margin: 0 auto;
}

.wrapper .loading .contents > p {
  text-align: center;
  color: #807545;
  margin-top: 12px;
}

.wrapper .loading .contents .bar {
  position: relative;
  margin: 42px auto 0;
  width: 50%;
  max-width: 450px;
  height: 6px;
  border-radius: 20px;
  overflow: hidden;
  background: #eddb88;
}

.wrapper .loading .contents .bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 20px;
  background: #ff9085;
  animation: .6s loader linear infinite;
}

.wrapper .side-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
}

.wrapper .side-bg__first {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.wrapper .side-bg__first img {
  transition: .3s ease-out;
}

.wrapper .side-bg__first img:nth-of-type(1) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -4%;
  width: auto;
  height: 106vh;
  height: 106dvh;
  min-height: 700px;
  display: block;
}

.wrapper .side-bg__first img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3%;
  width: auto;
  height: 106vh;
  height: 106dvh;
  min-height: 700px;
  display: block;
}

.wrapper .side-bg__first-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: none;
  transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.wrapper .side-bg__first-sp img {
  transition: .3s ease-out;
}

.wrapper .side-bg__first-sp img:nth-of-type(1) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -4%;
  width: auto;
  height: 134vh;
  height: 134dvh;
  min-height: 700px;
  display: block;
}

.wrapper .side-bg__first-sp img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -4%;
  width: auto;
  height: 131vh;
  height: 131dvh;
  min-height: 700px;
  display: block;
}

.wrapper .side-bg__second {
  position: fixed;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100vh;
  height: 100dvh;
  display: block;
  transition: 1.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wrapper .side-bg__second img:nth-of-type(1) {
  position: absolute;
  top: 3%;
  left: -4%;
  width: 24%;
  display: block;
  will-change: transform;
  -webkit-animation: 7s kumo1 linear infinite;
  animation: 7s kumo1 linear infinite;
}

.wrapper .side-bg__second img:nth-of-type(2) {
  position: absolute;
  top: 13%;
  right: -6%;
  width: 27%;
  display: block;
  will-change: transform;
  -webkit-animation: 10s kumo1 linear infinite;
  animation: 10s kumo1 linear infinite;
}

.wrapper .side-bg__second img:nth-of-type(3) {
  position: absolute;
  top: 50%;
  left: -9%;
  width: 23%;
  display: block;
  will-change: transform;
  -webkit-animation: 9s kumo1 linear infinite;
  animation: 9s kumo1 linear infinite;
}

.wrapper .side-bg__second img:nth-of-type(4) {
  position: absolute;
  top: 60%;
  right: 0%;
  width: 12%;
  display: block;
  will-change: transform;
  -webkit-animation: 8s kumo1 linear infinite;
  animation: 8s kumo1 linear infinite;
}

.wrapper .side-bg__second img:nth-of-type(5) {
  position: absolute;
  bottom: 3%;
  left: -9%;
  width: 32%;
  display: block;
  will-change: transform;
  -webkit-animation: 5s kumo1 linear infinite;
  animation: 5s kumo1 linear infinite;
}

.wrapper .side-bg__second img:nth-of-type(6) {
  position: absolute;
  bottom: -12%;
  right: -9%;
  width: 32%;
  display: block;
  will-change: transform;
  -webkit-animation: 6s kumo1 linear infinite;
  animation: 6s kumo1 linear infinite;
}

.wrapper .title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  transition: 1s;
}

.wrapper .title__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 45%;
  width: 70%;
  max-width: 541px;
}

.wrapper .title__inner > img {
  position: relative;
  width: 76%;
  margin: 0 auto;
  opacity: 0;
}

.wrapper .title__inner__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 65%;
  width: 100%;
  display: block;
}

.wrapper .title__inner__txt ul {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.wrapper .title__inner__txt ul li {
  opacity: 0;
  width: calc(100%/4);
}

.wrapper .title__inner__txt ul li img {
  width: 100%;
}

.wrapper .title__scroll {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5%;
  max-width: 29px;
  margin: 10vh auto 0;
  margin: 10dvh auto 0;
}

.wrapper .title__scroll a {
  width: 100%;
  display: block;
  transition: .3s;
}

.wrapper .title__scroll a:hover {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}

.wrapper .title__scroll img {
  width: 100%;
}

.wrapper .conteiner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 100vh 0 0;
  padding: 100dvh 0 0;
  display: none;
  overflow: hidden;
}

.wrapper .conteiner .first {
  position: relative;
  width: 74%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25vh 0 0;
  padding: 25dvh 0 0;
}

.wrapper .conteiner .first > img {
  width: 90px;
  margin: 0 auto 6%;
}

.wrapper .conteiner .first .txt {
  width: 100%;
  max-width: 712px;
  margin: 0 auto 40vh;
  margin: 0 auto 40dvh;
  text-align: center;
  font-size: 21px;
  letter-spacing: 1.6px;
  line-height: 1.65;
}

.wrapper .conteiner .second {
  position: relative;
  width: 74%;
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper .conteiner .second > img:nth-of-type(1) {
  width: 50%;
  max-width: 382px;
  margin: 0 auto;
}

.wrapper .conteiner .second > img:nth-of-type(2) {
  width: 70%;
  max-width: 580px;
  margin: 0% auto 8%;
}

.wrapper .conteiner .second .btn-area {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto 70vh;
  margin: 0 auto 70dvh;
  border-radius: 500px;
  background: #d1b75e;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wrapper .conteiner .second .btn-area:hover {
  transform: scale(0.98);
  opacity: 1;
}

.wrapper .conteiner .second .btn-area:hover > img {
  -webkit-transform: translate(-54%, -2%) rotate(20deg);
  transform: translate(-54%, -2%) rotate(20deg);
}

.wrapper .conteiner .second .btn-area > img {
  position: absolute;
  top: -21%;
  left: 56%;
  -webkit-transform: translate(-50%, 0%) rotate(28deg);
  transform: translate(-50%, 0%) rotate(28deg);
  width: 42%;
  display: block;
  will-change: transform;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wrapper .conteiner .second .btn-area .btn {
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  border-radius: 100px;
  padding: 18px 0;
  background: #b73939;
}

.wrapper .conteiner .second .btn-area .btn img {
  width: 53%;
  margin: 0 auto;
}

.wrapper .conteiner .last {
  position: relative;
  width: 100%;
  height: 439px;
  background: #fff6cc;
  box-shadow: 0 -10px 50px rgba(112, 95, 43, 0.1);
  text-align: center;
}

.wrapper .conteiner .last .txt {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 147px 0 0;
  width: 88%;
  max-width: 700px;
}

.wrapper .conteiner .last .txt p {
  font-size: 26px;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 1.6px;
}

.wrapper .conteiner .last .btn {
  position: relative;
}

.wrapper .conteiner .last .btn a {
  display: block;
  width: 88%;
  max-width: 320px;
  margin: 9vh auto 0;
  margin: 9dvh auto 0;
  padding: 18px 0 15px;
  border-radius: 8px;
  background: #00a0e9;
  transition: 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, opacity;
}

.wrapper .conteiner .last .btn a:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  opacity: .7;
}

.wrapper .conteiner .last .btn a > img {
  width: 70%;
  margin: 0 auto;
}

.wrapper .conteiner .last .btn .zaizen-hp {
  position: absolute;
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 300px;
  display: block;
  pointer-events: none;
  transition: 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
}

.wrapper .conteiner .last .btn .zaizen-hp img {
  width: 100%;
  border-radius: 16px 16px 0 16px;
  overflow: hidden;
  box-shadow: 0 23px 27px -15px rgba(0, 0, 0, 0.3);
  -webkit-animation: 9s showHp linear infinite;
  animation: 9s showHp linear infinite;
}

.wrapper .conteiner .last .foot {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
  background: #b73939;
  color: #fff6cc;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  padding: 20px 0 17px;
  line-height: 1;
}

.wrapper .conteiner .last .foot a {
  color: #fff6cc;
}

.wrapper .conteiner .last .bottom-bg img:nth-of-type(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39%;
  display: block;
}

.wrapper .conteiner .last .bottom-bg img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36%;
  display: block;
}

.wrapper .conteiner .last .bottom-bg2 img:nth-of-type(1) {
  position: absolute;
  top: -83px;
  left: -93px;
  max-width: 370px;
  display: block;
  -webkit-transform: rotate(-38deg);
  transform: rotate(-38deg);
}

.wrapper .conteiner .last .bottom-bg2 img:nth-of-type(2) {
  position: absolute;
  top: -151px;
  right: -149px;
  width: 460px;
  display: block;
}

.wrapper .conteiner .last .bottom-bg2 img:nth-of-type(2):hover {
  -webkit-animation: 0.4s buru ease-in forwards;
  animation: 0.4s buru ease-in forwards;
}

.wrapper .reslut {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: none;
}

.wrapper .reslut span {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: none;
  -webkit-backdrop-filter: blur(18px) invert(40%) contrast(220%);
  backdrop-filter: blur(18px) invert(40%) contrast(220%);
}

.wrapper .reslut__anime1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1600px;
  height: 1600px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper .reslut__anime1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  display: block;
}

.wrapper .reslut__item {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  will-change: transform;
  -webkit-transform: translate(-50%, -200%) scale(0.9);
  transform: translate(-50%, -200%) scale(0.9);
  opacity: 0;
  transition: 1s cubic-bezier(0, 0.55, 0.45, 1);
}

.wrapper .reslut__item ul li {
  position: relative;
  display: none;
  padding: 7px 7px 10px;
}

.wrapper .reslut__item ul li:nth-of-type(1), .wrapper .reslut__item ul li:nth-of-type(2) {
  background: url(../img/result-bg-bottom_0.jpg);
  background-repeat: repeat;
  background-size: 100px auto;
}

.wrapper .reslut__item ul li:nth-of-type(3), .wrapper .reslut__item ul li:nth-of-type(4) {
  background: url(../img/result-bg-bottom_2.jpg);
  background-repeat: repeat;
  background-size: 100px auto;
}

.wrapper .reslut__item ul li:nth-of-type(5), .wrapper .reslut__item ul li:nth-of-type(6) {
  background: url(../img/result-bg-bottom_4.jpg);
  background-repeat: repeat;
  background-size: 100px auto;
}

.wrapper .reslut__item ul li:nth-of-type(7), .wrapper .reslut__item ul li:nth-of-type(8) {
  background: url(../img/result-bg-bottom_6.jpg);
  background-repeat: repeat;
  background-size: 100px auto;
}

.wrapper .reslut__item ul li:nth-of-type(9), .wrapper .reslut__item ul li:nth-of-type(10) {
  background: url(../img/result-bg-bottom_8.jpg);
  background-repeat: repeat;
  background-size: 100px auto;
}

.wrapper .reslut__item ul li .inner {
  width: 410px;
  height: auto;
  background: url(../img/result-bg-top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}

.wrapper .reslut__item ul li .inner > img {
  position: absolute;
  top: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 70%;
}

.wrapper .reslut__item ul li .inner > img.bigeer {
  width: 135%;
  top: -30%;
}

.wrapper .reslut__item ul li .inner p {
  position: relative;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 1px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 262px 0 16px;
  text-shadow: 2px 2px 0px white, -2px -2px 0px white, 0px 2px 0px white, 2px 0px 0px white, -2px 0px 0px white, 0px -2px 0px white;
}

.wrapper .reslut__item ul li .btn {
  width: 86px;
  height: 28px;
  padding: 7px;
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: block;
  margin: 10px auto 0;
  cursor: pointer;
  transition: .3s;
  will-change: transform;
}

.wrapper .reslut__item ul li .btn:hover {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}

.wrapper .reslut__item ul li .btn img {
  margin: 0 auto;
  height: 100%;
  width: auto;
}

@keyframes loader {
  0% {
    background: #ff9085;
  }
  50% {
    background: #ffa89f;
  }
  100% {
    background: #ff9085;
  }
}

@-webkit-keyframes kumo1 {
  0% {
    -webkit-transform: translateX(-2%);
  }
  50% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(-2%);
  }
}

@keyframes kumo1 {
  0% {
    transform: translateX(-2%);
  }
  50% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(-2%);
  }
}

.topUsagi {
  -webkit-animation: 2s topUsagi cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation: 2s topUsagi cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@-webkit-keyframes topUsagi {
  0% {
    opacity: 0;
    -webkit-transform: translate(16%, 10%) rotate(5deg);
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) rotatet(0deg);
  }
}

@keyframes topUsagi {
  0% {
    opacity: 0;
    transform: translate(16%, 10%) rotate(5deg);
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%) rotate(0deg);
  }
}

.topMozi {
  -webkit-animation: 1.1s topMozi cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation: 1.1s topMozi cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@-webkit-keyframes topMozi {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes topMozi {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.big {
  left: -50% !important;
  width: 200% !important;
}

.small {
  left: 0% !important;
  width: 100% !important;
}

.omikuzi {
  -webkit-animation: 3s omikuzi cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation: 3s omikuzi cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes omikuzi {
  0% {
    transform: translate(-54%, -2%) rotate(20deg);
  }
  5% {
    transform: translate(-70%, -1%) rotate(-30deg);
  }
  10% {
    transform: translate(-54%, -2%) rotate(20deg);
  }
  15% {
    transform: translate(-70%, -1%) rotate(-30deg);
  }
  25% {
    transform: translate(-54%, -2%) rotate(20deg) scale(1);
    opacity: 1;
  }
  28% {
    transform: translate(-54%, -2%) rotate(20deg) scale(1);
    opacity: 1;
  }
  70% {
    transform: translate(-54%, -200%) rotate(-240deg) scale(7);
    opacity: 0;
  }
  100% {
    transform: translate(-54%, -200%) rotate(-240deg);
    opacity: 0;
  }
}

.huwahuwa1 {
  -webkit-transform: translate(-50%, -46%) scale(1) !important;
  transform: translate(-50%, -46%) scale(1) !important;
  opacity: 1 !important;
}

.huwahuwa2 {
  -webkit-transform: translate(-50%, -38%) scale(1) !important;
  transform: translate(-50%, -38%) scale(1) !important;
  opacity: 1 !important;
}

@-webkit-keyframes shadow {
  0% {
    box-shadow: 0 6px 99px -1px white;
  }
  50% {
    box-shadow: 0 6px 40px -1px white;
  }
  100% {
    box-shadow: 0 6px 99px -1px white;
  }
}

@keyframes shadow {
  0% {
    box-shadow: 0 6px 99px -1px white;
  }
  50% {
    box-shadow: 0 6px 40px -1px white;
  }
  100% {
    box-shadow: 0 6px 99px -1px white;
  }
}

.showHp {
  top: -170px !important;
  -webkit-transform: translateX(-111%) !important;
  transform: translateX(-111%) !important;
  opacity: 1 !important;
}

@-webkit-keyframes showHp {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

@keyframes showHp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes buru {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes buru {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* theme end */
/* state start */
@media (max-width: 1160px) {
  .wrapper .side-bg__first {
    display: none;
  }
  .wrapper .side-bg__first-sp {
    display: block;
  }
}

@media (max-width: 882px) {
  .wrapper .loading .contents {
    top: 52%;
  }
  .wrapper .loading .contents img:nth-of-type(1) {
    width: 220%;
    margin-left: -60%;
  }
  .wrapper .title__scroll {
    bottom: 4%;
  }
  .wrapper .title__txt {
    top: 39%;
  }
  .wrapper .side-bg__first-sp img:nth-of-type(1) {
    height: 103vh;
    height: 103dvh;
    left: -9%;
  }
  .wrapper .side-bg__first-sp img:nth-of-type(2) {
    height: 104vh;
    height: 104dvh;
    right: -9%;
  }
  .wrapper .side-bg__second img:nth-of-type(1) {
    top: -3%;
    left: -8%;
    width: 29%;
  }
  .wrapper .side-bg__second img:nth-of-type(2) {
    top: 11%;
    right: -10%;
    width: 31%;
  }
  .wrapper .side-bg__second img:nth-of-type(3) {
    top: 40%;
    left: -6%;
    width: 29%;
  }
  .wrapper .side-bg__second img:nth-of-type(4) {
    top: 56%;
    right: 0%;
    width: 18%;
  }
  .wrapper .side-bg__second img:nth-of-type(5) {
    bottom: -2%;
    left: -16%;
    width: 44%;
  }
  .wrapper .side-bg__second img:nth-of-type(6) {
    bottom: -7%;
    right: -17%;
    width: 39%;
  }
  .wrapper .conteiner .first > img {
    margin-bottom: 10%;
  }
  .wrapper .conteiner .first .txt ul li {
    margin-bottom: 4%;
  }
  .wrapper .conteiner .second .btn-area {
    width: 241px;
    height: 238px;
    margin-top: 12%;
  }
  .wrapper .conteiner .second .btn-area .btn {
    padding: 15px 0;
  }
  .wrapper .loadOk {
    width: 94%;
    height: 95vh;
    height: 95dvh;
  }
  .wrapper .reslut__anime1 {
    width: 1200px;
    height: 1200px;
  }
  .showHp {
    opacity: 0 !important;
  }
  .wrapper .conteiner .first .txt {
    font-size: 18px;
  }
  .wrapper .conteiner .last {
    height: 300px;
  }
  .wrapper .conteiner .last .txt {
    padding-top: 91px;
  }
  .wrapper .conteiner .last .txt p {
    font-size: 22px;
  }
  .wrapper .conteiner .last .bottom-bg2 img:nth-of-type(1) {
    top: -69px;
    max-width: 301px;
  }
  .wrapper .conteiner .last .bottom-bg2 img:nth-of-type(2) {
    top: -128px;
    right: -136px;
    width: 387px;
  }
}

@media (max-width: 560px) {
  .wrapper .loading .contents {
    top: 48%;
  }
  .wrapper .loading .contents img:nth-of-type(1) {
    width: 260%;
    margin-left: -77%;
  }
  .wrapper .loading .contents img:nth-of-type(2) {
    width: 75px;
    margin: -65px auto 11px;
  }
  .wrapper .loading .contents img:nth-of-type(3) {
    width: 64px;
  }
  .wrapper .loading .contents .bar {
    margin-top: 16px;
    height: 4px;
    width: 57%;
  }
  .wrapper .loading .contents > p {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
  }
  .wrapper .side-bg__first-sp img:nth-of-type(1) {
    left: -16%;
    height: 94vh;
    height: 94dvh;
  }
  .wrapper .side-bg__first-sp img:nth-of-type(2) {
    right: -16%;
    height: 96vh;
    height: 96dvh;
  }
  .wrapper .side-bg__second {
    left: -100%;
    width: 300%;
  }
  .wrapper .side-bg__second img:nth-of-type(1) {
    top: -2%;
    left: -10%;
    width: 29%;
  }
  .wrapper .side-bg__second img:nth-of-type(2) {
    top: 10%;
    right: -1%;
    width: 33%;
  }
  .wrapper .side-bg__second img:nth-of-type(3) {
    top: 40%;
    left: -3%;
    width: 30%;
  }
  .wrapper .side-bg__second img:nth-of-type(4) {
    top: 54%;
    right: 7%;
    width: 19%;
  }
  .wrapper .side-bg__second img:nth-of-type(5) {
    bottom: 3%;
    left: -5%;
    width: 39%;
  }
  .wrapper .side-bg__second img:nth-of-type(6) {
    bottom: -5%;
    right: -7%;
    width: 39%;
  }
  .wrapper .conteiner .first {
    width: 70%;
  }
  .wrapper .conteiner .first > img {
    width: 69px;
  }
  .wrapper .conteiner .first .txt {
    margin-bottom: 23vh;
    margin-bottom: 23dvh;
  }
  .wrapper .conteiner .first .txt p br:nth-of-type(4), .wrapper .conteiner .first .txt p br:nth-of-type(7) {
    display: none;
  }
  .wrapper .conteiner .second {
    width: 96%;
  }
  .wrapper .conteiner .second > img:nth-of-type(1) {
    width: 66%;
  }
  .wrapper .conteiner .second > img:nth-of-type(2) {
    width: 80%;
    margin: 7% auto 18%;
  }
  .wrapper .conteiner .second .btn-area {
    width: 153px;
    height: 150px;
    margin: 14% auto 54vh;
    margin: 14% auto 54dvh;
  }
  .wrapper .conteiner .second .btn-area .btn {
    padding: 11px 0;
  }
  .wrapper .conteiner .last .foot {
    font-size: 12px;
    padding: 13px 0 9px;
  }
  .wrapper .conteiner .last .foot p {
    text-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  }
  .wrapper .conteiner .last .bottom-bg img:nth-of-type(1) {
    left: -24%;
    width: 48%;
  }
  .wrapper .conteiner .last .bottom-bg img:nth-of-type(2) {
    right: -27%;
    width: 49%;
  }
  .wrapper .reslut__anime1 {
    width: 700px;
    height: 700px;
  }
  .wrapper .reslut__item {
    top: 56%;
  }
  .wrapper .reslut__item ul li > img {
    width: 192px;
  }
  .wrapper .loadOk {
    height: 97vh;
    height: 97dvh;
  }
  .wrapper .conteiner .first .txt {
    font-size: 15px;
  }
  .wrapper .conteiner .last .txt {
    padding-top: 100px;
  }
  .wrapper .conteiner .last .txt p {
    font-size: 17px;
  }
  .wrapper .conteiner .last .bottom-bg2 img:nth-of-type(1) {
    top: -38px;
    left: -47px;
    max-width: 171px;
  }
  .wrapper .conteiner .last .bottom-bg2 img:nth-of-type(2) {
    top: -80px;
    right: -93px;
    width: 245px;
  }
  .wrapper .reslut__item {
    top: 50%;
  }
  .wrapper .reslut__item ul li {
    padding-bottom: 9px;
  }
  .wrapper .reslut__item ul li .inner {
    width: 200px;
  }
  .wrapper .reslut__item ul li .inner p {
    font-size: 14px;
    width: 88%;
    padding: 207px 0 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .wrapper .reslut__item ul li .inner p br:nth-of-type(2), .wrapper .reslut__item ul li .inner p br:nth-of-type(3) {
    display: none;
  }
  .wrapper .reslut__item ul li .inner > img {
    top: -7%;
    width: 106%;
  }
  .wrapper .reslut__item ul li .inner > img.bigeer {
    width: 192%;
    top: -17%;
  }
  .wrapper .reslut__item ul li .btn {
    width: 67px;
    height: 21px;
    padding: 5px;
    margin-top: 9px;
  }
  .wrapper .conteiner .second .btn-area {
    margin-top: -7%;
  }
  .wrapper .reslut__item ul li .inner {
    background: url(../img/result-bg-top.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 620px auto;
  }
  .huwahuwa2 {
    -webkit-transform: 1s cubic-bezier(0, 0.55, 0.45, 1);
    transform: 1s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .small {
    left: -7% !important;
    width: 114% !important;
  }
}

/* state end */
