@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline:0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/***************** summary *****************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.clearfix:after {
  clear: both;
}

.mt_50 {
  margin-top: 50px;
}

.mr_50 {
  margin-right: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.ml_50 {
  margin-left: 50px;
}

.mt_45 {
  margin-top: 45px;
}

.mr_45 {
  margin-right: 45px;
}

.mb_45 {
  margin-bottom: 45px;
}

.ml_45 {
  margin-left: 45px;
}

.mt_40 {
  margin-top: 40px;
}

.mr_40 {
  margin-right: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.ml_40 {
  margin-left: 40px;
}

.mt_35 {
  margin-top: 35px;
}

.mr_35 {
  margin-right: 35px;
}

.mb_35 {
  margin-bottom: 35px;
}

.ml_35 {
  margin-left: 35px;
}

.mt_30 {
  margin-top: 30px;
}

.mr_30 {
  margin-right: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.ml_30 {
  margin-left: 30px;
}

.mt_25 {
  margin-top: 25px;
}

.mr_25 {
  margin-right: 25px;
}

.mb_25 {
  margin-bottom: 25px;
}

.ml_25 {
  margin-left: 25px;
}

.mt_20 {
  margin-top: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.ml_20 {
  margin-left: 20px;
}

.mt_15 {
  margin-top: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.ml_15 {
  margin-left: 15px;
}

.mt_10 {
  margin-top: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mt_5 {
  margin-top: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.mt_0 {
  margin-top: 0px;
}

.mr_0 {
  margin-right: 0px;
}

.mb_0 {
  margin-bottom: 0px;
}

.ml_0 {
  margin-left: 0px;
}

.pt_50 {
  padding-top: 50px;
}

.pr_50 {
  padding-right: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pl_50 {
  padding-left: 50px;
}

.pt_45 {
  padding-top: 45px;
}

.pr_45 {
  padding-right: 45px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pl_45 {
  padding-left: 45px;
}

.pt_40 {
  padding-top: 40px;
}

.pr_40 {
  padding-right: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pl_40 {
  padding-left: 40px;
}

.pt_35 {
  padding-top: 35px;
}

.pr_35 {
  padding-right: 35px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pl_35 {
  padding-left: 35px;
}

.pt_30 {
  padding-top: 30px;
}

.pr_30 {
  padding-right: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pl_30 {
  padding-left: 30px;
}

.pt_25 {
  padding-top: 25px;
}

.pr_25 {
  padding-right: 25px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pl_25 {
  padding-left: 25px;
}

.pt_20 {
  padding-top: 20px;
}

.pr_20 {
  padding-right: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.pt_15 {
  padding-top: 15px;
}

.pr_15 {
  padding-right: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pl_15 {
  padding-left: 15px;
}

.pt_10 {
  padding-top: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.pt_5 {
  padding-top: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pl_5 {
  padding-left: 5px;
}

.pt_0 {
  padding-top: 0px;
}

.pr_0 {
  padding-right: 0px;
}

.pb_0 {
  padding-bottom: 0px;
}

.pl_0 {
  padding-left: 0px;
}

/***************** Base *****************/
/*** body ***/
body {
  scroll-behavior: smooth;
  overflow: scroll;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
  background-color: #373240;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 414px) {
  body {
    font-size: 11.2px;
    font-size: 0.7rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.scrollStop {
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.clearfix:after {
  clear: both;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  cursor: pointer;
}
a:link {
  color: #555;
  text-decoration: none;
}
a:visited {
  color: #555;
  text-decoration: none;
}
a:hover, a:focus {
  color: #555;
  text-decoration: underline;
}

body {
  height: 100%;
}

header {
  position: fixed;
  top: 0;
  right: 0;
}

/* header
/************************************************************/
header {
  z-index: 1000;
  height: 100%;
}
header > div, header span {
  box-sizing: border-box;
}
header .siteLink {
  z-index: 1000;
  width: 100px;
  float: right;
  height: 100%;
  text-align: center;
}
header #navBtn {
  width: 70px;
  display: block;
  color: #fff;
  height: 80px;
  padding: 0;
}
header #navBtn .circle {
  cursor: pointer;
  display: block;
  width: 70px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  transition: background 0.5s;
}
header #navBtn .circle:before, header #navBtn .circle:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
  -webkit-transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  left: 50%;
}
header #navBtn .circle:before {
  transform: translate(-50%, 35px);
  -webkit-transform: translate(-50%, 35px);
}
header #navBtn .circle:after {
  transform: translate(-50%, 45px);
  -webkit-transform: translate(-50%, 45px);
}
header #navBtn .circle.open:before {
  transform: translate(-50%, 40px) rotate(45deg);
  -webkit-transform: translate(-50%, 40px) rotate(45deg);
}
header #navBtn .circle.open:after {
  transform: translate(-50%, 40px) rotate(-45deg);
  -webkit-transform: translate(-50%, 40px) rotate(-45deg);
}
header #navBtn i {
  display: none;
}
header #listBtn {
  background: url("../../images/icon_list.png") no-repeat 50% 50%;
  background-size: auto 18px;
  border-top: solid 1px #373240;
  padding: 0;
  margin: 0;
}
header #listBtn a {
  display: block;
  width: 70px;
  height: 70px;
}
header nav {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 50, 64, 0.9);
  padding: 10% 20%;
  box-sizing: border-box;
}
header nav .name {
  font-family: 'Berkshire Swash';
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 414px) {
  header nav .name {
    font-size: 19.6px;
    font-size: 1.225rem;
  }
}
header nav ul.nav {
  margin-bottom: 40px;
}
header nav ul.nav > li {
  font-family: 'Berkshire Swash';
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: rgba(225, 225, 225, 0.3) solid 1px;
}
@media only screen and (max-width: 414px) {
  header nav ul.nav > li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
header nav ul.nav > li a {
  display: block;
  padding: 2% 1%;
}
header nav ul.nav > li a:link, header nav ul.nav > li a:visited, header nav ul.nav > li a:hover, header nav ul.nav > li a:focus {
  color: #fff;
}
header nav ul.nav > li:first-child {
  border-top: rgba(225, 225, 225, 0.3) solid 1px;
}
header nav ul.nav > li ul {
  padding: 0 2%;
}
header nav ul.nav > li ul > li {
  font-size: 16px;
  font-size: 1rem;
  border-top: rgba(225, 225, 225, 0.3) dashed 1px;
}
@media only screen and (max-width: 414px) {
  header nav ul.nav > li ul > li {
    font-size: 11.2px;
    font-size: 0.7rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
header nav .copyrightLink {
  text-align: right;
  margin-top: -2em;
}
header nav .copyrightLink a {
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 1.8em 0.5em 4em;
  text-decoration: none;
  border: rgba(225, 225, 225, 0.6) 2px solid;
  position: relative;
  transition: all 0.5s;
}
header nav .copyrightLink a:before {
  transition: all 0.5s;
  position: absolute;
  top: 0.9em;
  left: 1.8em;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 1.5em 0 0;
  border: 3px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
}
header nav .copyrightLink a:hover {
  color: #373240;
  background-color: #fff;
}
header nav .copyrightLink a:hover:before {
  border-left: 8px solid #373240;
}
header.open {
  width: 100%;
}
header.open nav {
  display: block;
}

@media screen and (orientation: landscape) {
  header #navBtn {
    margin-top: 20px;
  }
  header #listBtn {
    margin-right: 30px;
  }
}
@media screen and (orientation: portrait) {
  header {
    width: 100%;
    height: auto;
  }
  header .siteLink {
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
  }
  header .siteLink > div {
    float: left;
  }
  header #navBtn {
    background-color: #555;
    width: 50%;
    height: 45px;
  }
  header #navBtn .circle {
    width: 100%;
    height: 45px;
  }
  header #navBtn .circle:before {
    transform: translate(-50%, 18px);
    -webkit-transform: translate(-50%, 18px);
  }
  header #navBtn .circle:after {
    transform: translate(-50%, 28px);
    -webkit-transform: translate(-50%, 28px);
  }
  header #navBtn .circle.open:before {
    transform: translate(-50%, 23px) rotate(30deg);
    -webkit-transform: translate(-50%, 23px) rotate(30deg);
  }
  header #navBtn .circle.open:after {
    transform: translate(-50%, 23px) rotate(-30deg);
    -webkit-transform: translate(-50%, 23px) rotate(-30deg);
  }
  header nav {
    padding: 20% 5% 10%;
  }
  header nav .copyrightLink {
    text-align: left;
    margin-top: 3em;
  }
  header #listBtn {
    background-color: #555;
    border-top: none;
    border-left: solid 1px #373240;
    box-sizing: border-box;
    width: 50%;
  }
  header #listBtn a {
    width: 100%;
    height: 45px;
  }
}
/************************************************************/
#scroll_move {
  color: #fff;
  text-align: center;
  font-family: 'Berkshire Swash';
  letter-spacing: 0.1em;
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 200px;
  height: 80px;
  z-index: 998;
  transform: translateX(-50%);
  display: block;
  opacity: 0;
}
#scroll_move:after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}
#scroll_move.fadeOut {
  animation: fadeOut 1s;
  animation-fill-mode: both;
}
#scroll_move.fadeIn {
  animation: fadeIn 2s;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    bottom: 50px;
    opacity: 0;
  }
  30% {
    height: 4px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
}
@media screen and (orientation: portrait) {
  /*
#scroll_move {
  bottom: 40px;
}*/
}
/************************************************************/
#snsBtn p {
  color: #fff;
  display: inline-block;
  font-family: 'Berkshire Swash';
}
#snsBtn ul {
  display: inline-block;
}
#snsBtn ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
#snsBtn ul li img {
  max-width: 24px;
  height: auto;
}
#snsBtn ul li:first-child {
  margin-left: 30px;
}

/* footer
/************************************************************/
footer {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Berkshire Swash';
  letter-spacing: 0.1em;
  border-top: #ffffff38 1px solid;
  margin-top: 100px;
  padding: 15px 0;
}
@media only screen and (max-width: 414px) {
  footer {
    font-size: 8.4px;
    font-size: 0.525rem;
  }
}

@media only screen and (max-width: 414px) {
  footer {
    margin-top: 0;
  }
}
/*
@media screen and (orientation: portrait) {
  //縦向き
body#top {
  footer {
    padding-bottom: 120px;
  }
}
body#sub {
  footer {
    padding-bottom: 50px;
  }
}
}*/
/* modal
/************************************************************/
#modalScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #373240;
  display: none;
  z-index: 1000;
  text-align: center;
}
#modalScreen .modal {
  display: none;
  height: 100vh;
}
#modalScreen .modal .img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  max-width: 890px;
  width: 74%;
  max-height: 90%;
}
#modalScreen .modal .img img {
  max-width: 100%;
  /*
  max-height: 90vh;
  height: auto;
  padding: 5vh 0;*/
  max-height: 70vh;
  height: auto;
  padding: 10vh 0 3vh;
}
#modalScreen .modal .img .caption {
  position: absolute;
  bottom: -13%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  box-shadow: 0px 5px 8px 0px rgba(55, 50, 64, 0.7);
  padding: 10px 30px;
}
@media only screen and (max-width: 414px) {
  #modalScreen .modal .img .caption {
    font-size: 9.8px;
    font-size: 0.6125rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#modalScreen::before {
  content: '';
  position: fixed;
  top: 10%;
  left: 50%;
  width: 70%;
  height: 100%;
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 100%;
  mix-blend-mode: hard-light;
  filter: blur(50px);
  opacity: 0.5;
}
#modalScreen #closeBtn {
  position: fixed;
  width: 70px;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  height: 100px;
}
@media only screen and (max-width: 414px) {
  #modalScreen #closeBtn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#modalScreen #closeBtn .circle {
  cursor: pointer;
  display: block;
  width: 70px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 50000;
}
#modalScreen #closeBtn .circle:before, #modalScreen #closeBtn .circle:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
}
#modalScreen #closeBtn .circle:before {
  transform: translate(-50%, 40px) rotate(45deg);
  -webkit-transform: translate(-50%, 40px) rotate(45deg);
}
#modalScreen #closeBtn .circle:after {
  transform: translate(-50%, 40px) rotate(-45deg);
  -webkit-transform: translate(-50%, 40px) rotate(-45deg);
}
#modalScreen #closeBtn i {
  font-style: normal;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (orientation: landscape) {
  #modalScreen #closeBtn {
    right: 30px;
    top: 20px;
  }
}
/* loading
/************************************************************/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #373240;
  z-index: 9999;
  pointer-events: none;
}
#loading.clears {
  animation: clears 4s ease-in-out forwards, loading_disappear_mv 2s ease-in-out 6s forwards;
}
#loading:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  width: 70%;
  height: 100%;
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 100%;
  mix-blend-mode: hard-light;
  filter: blur(50px);
  opacity: 0.5;
  transform-origin: 50% 0%;
  animation: lightbg_appear_mv 3s ease-in-out forwards, light_swing_mv 10s ease-in-out 2s infinite;
}

@keyframes clears {
  0% {
    background-color: #373240;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes lightbg_appear_mv {
  0% {
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    opacity: 0.5;
    filter: blur(50px);
  }
}
@keyframes loading_disappear_mv {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/* light
/************************************************************/
#loading #light_move {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  width: 8%;
  transform-origin: 50% 0%;
  transform: translateX(-50%);
  animation: light_appear_mv 3s ease-in-out forwards, light_swing_mv 10s ease-in-out 2s infinite, light_disappear_mv 2s ease-in-out 10s forwards;
}
#loading .lightbulb {
  max-width: 100%;
  height: auto;
}

#light_move:after {
  position: absolute;
  top: 71%;
  left: 36%;
  content: '';
  background-repeat: no-repeat;
  width: 290%;
  height: 70%;
  vertical-align: middle;
  display: block;
  background-position-x: center;
  background-image: url('data:image/svg+xml;utf8,<svg id="userv" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 559.91 493.38"><path fill="%23ffff00" d="M24.9,136.2c-10.4,0-18.8-9.6-18.8-21.5V1.3h9v113.5c0,6.9,4.4,12.5,9.8,12.5c5.4,0,9.8-5.6,9.8-12.5V1.3h9v113.5C43.7,126.6,35.3,136.2,24.9,136.2z"/></svg>');
  -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 0, 0.8));
  filter: drop-shadow(0px 0px 0px rgba(255, 255, 0, 0.8));
  animation: lights_flickering_mv 3s ease-in-out infinite;
}
#light_move:before {
  position: absolute;
  top: 71%;
  left: 34%;
  content: '';
  background-repeat: no-repeat;
  width: 30%;
  height: 20%;
  vertical-align: middle;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -border-radius: 100px;
  border-radius: 100px;
  display: block;
  box-shadow: 0px 0px 30px rgba(255, 255, 0, 0.8), inset 0px 0px 30px rgba(255, 255, 0, 0.8);
}

@keyframes lights_flickering_mv {
  0% {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 0, 0.8));
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 0, 0.8));
  }
  10% {
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 0, 0.8));
    filter: drop-shadow(0px 0px 0px rgba(255, 255, 0, 0.8));
  }
  20% {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 0, 0.8));
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 0, 0.8));
  }
  30% {
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 0, 0.8));
    filter: drop-shadow(0px 0px 0px rgba(255, 255, 0, 0.8));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 0, 0.8));
    filter: drop-shadow(0px 0px 0px rgba(255, 255, 0, 0.8));
  }
}
@keyframes light_appear_mv {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes light_swing_mv {
  0% {
    transform: rotate(0deg), translateX(-50%);
  }
  15% {
    transform: rotate(-2deg) translateX(-50%);
  }
  50% {
    transform: rotate(2deg) translateX(-50%);
  }
  75% {
    transform: rotate(-2deg) translateX(-50%);
  }
  100% {
    transform: rotate(0deg) translateX(-50%);
  }
}
@keyframes light_disappear_mv {
  0% {
    opacity: 1;
    transform: scale(1.1, 1.1), translateX(-50%);
    top: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.2, 1.2), translateX(-50%);
    top: -500px;
  }
}
/***************** top *****************/
/* contents
/************************************************************/
body#top #contents {
  width: 100%;
}
body#top #contents #firstScreen {
  height: 100vh;
}
body#top #contents #curtainScreen {
  height: 100vh;
}
body#top #contents #paintingScreen {
  height: 100vh;
}
body#top #contents #aboutScreen {
  padding-top: 100vh;
  min-height: 100vh;
}

/* spiderweb
/************************************************************/
/*
#spiderweb_move {
  position: fixed;
  top: 0;
  z-index: 500;
  pointer-events: none;
  width: 100%;
  .spiderweb_left {
    filter: blur(4px);
  }
  .spiderweb_right {
    filter: blur(4px);
    position: absolute;
    top: 0;
    right: 0;
  }
}
#spider_move {
  pointer-events: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  .bar {
    width: 0%;
    height: 5px;
    background-color: red;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transition: all 1s;
  }
  #spider {
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 500;
    transition: all 1s;
  }
}
@media screen and (orientation: landscape) {
  //横向き
  #spiderweb_move {
    //height: 60vh;
    .spiderweb_left {
      height: 60vh;
      max-height: 100%;
      width: auto;
    }
    .spiderweb_right {
      height: 45vh;
      max-height: 100%;
      width: auto;
    }
  }
}
@media screen and (orientation: portrait) {
  //縦向き
  #spiderweb_move {
    .spiderweb_left {
      width: 55vw;
      max-width: 100%;
      height: auto;
    }
    .spiderweb_right {
      width: 30vw;
      max-width: 100%;
      height: auto;
    }
  }
}
*/
/************************************************************/
/************************************************************/
/* first screen
/************************************************************/
#contents #firstScreen {
  z-index: 310;
}

/************ board **************/
#board_move {
  z-index: 500;
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 30%;
  max-width: 360px;
  transform: translate(-50%, -20%);
  opacity: 0;
}
#board_move .board {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 5px #333);
}

#board_move.afterLoad {
  animation: firstBoard_appear_mv 2s cubic-bezier(0.22, 1, 0.36, 1) 0s forwards;
}

@keyframes firstBoard_appear_mv {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -20%);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 414px) {
  #board_move {
    width: 40%;
  }
}
/* curtain screen
/************************************************************/
/************ curtain **************/
#curtainScreen #curtain_move {
  position: fixed;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  max-width: 1000px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #curtainScreen #curtain_move {
    width: 840px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 1023px) {
  #curtainScreen #curtain_move {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  #curtainScreen #curtain_move {
    width: 100%;
  }
}
#curtainScreen #curtain_move .curtain_bg {
  max-width: 870px;
  width: 74%;
  margin: 0 14%;
}
#curtainScreen #curtain_move .curtain_bg .main {
  width: 100%;
}
#curtainScreen #curtain_move .curtain_bg .curtain_left {
  max-width: 200px;
  width: 16%;
  height: auto;
  position: absolute;
  top: 0;
  left: 14%;
}
#curtainScreen #curtain_move .curtain_bg .curtain_right {
  max-width: 200px;
  width: 16%;
  height: auto;
  position: absolute;
  top: 0;
  right: 14%;
}

@media only screen and (max-width: 414px) {
  #curtainScreen #curtain_move {
    top: 0;
  }
  #curtainScreen #curtain_move .curtain_bg {
    padding-top: 100vh;
  }
}
/* painting screen
/************************************************************/
#paintingScreen {
  position: relative;
}

#board_p_move {
  position: absolute;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 50%;
  width: 30%;
  max-width: 360px;
  transform: translateX(-40%);
  opacity: 0;
}
#board_p_move .board {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 5px #333);
}

#board_p_move.downBoard {
  animation: board_appear_mv 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes board_appear_mv {
  0% {
    transform: translate(-50%, -200px);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@media only screen and (max-width: 414px) {
  #board_p_move {
    width: 40%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
}
/* art position
/************************************************************/
#artPosition {
  opacity: 0;
}
#artPosition #artCenter {
  height: 100vh;
}
#artPosition #artFrameWrp {
  z-index: 100;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  max-width: 750px;
  width: 72%;
  overflow-x: hidden;
}
#artPosition #artFrameWrp #artFrame {
  display: flex;
  align-items: center;
  justify-content: center;
}
#artPosition #artFrameWrp #artFrame .frame {
  max-width: 750px;
  float: left;
  text-align: center;
  margin: auto;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
}
#artPosition #artFrameWrp #artFrame .frame img.thumbnail {
  cursor: pointer;
  max-width: 30%;
  height: auto;
  transition: all 300ms 0s ease-in-out;
  border: solid #191919 10px;
  filter: drop-shadow(0px 0px 15px #333);
}
#artPosition #artFrameWrp #artFrame .frame.current {
  opacity: 1;
}
#artPosition #bgFrameWrp .bgFrame {
  height: 100vh;
}
#artPosition.add {
  opacity: 1.0;
}
#artPosition.add #artFrameWrp {
  position: fixed;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #artPosition #artFrameWrp {
    max-width: 600px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 1023px) {
  #artPosition #artFrameWrp #artFrame .frame img.thumbnail {
    border: solid #191919 6px;
  }
}
@media only screen and (max-width: 414px) {
  #artPosition #artFrameWrp #artFrame .frame img.thumbnail {
    border: solid #191919 3px;
    max-width: 40%;
  }
}
/* illustration screen
/************************************************************/
#illustScreen {
  height: 200vh;
  background: url(../../images/bg_mouse.png) no-repeat 50% 80%;
  opacity: 0;
  position: relative;
}
#illustScreen .illustCenter {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: 72%;
  opacity: 0;
}
#illustScreen #illustFrame {
  display: flex;
  justify-content: center;
}
#illustScreen #illustFrame .frame {
  width: 20%;
  position: relative;
  margin: 0 1%;
  text-align: center;
}
#illustScreen #illustFrame .frame:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 2px;
  height: 500%;
  background-color: #000;
}
#illustScreen #illustFrame .frame img {
  cursor: pointer;
  max-width: 180px;
  height: auto;
  max-height: 180px;
  border: solid #191919 10px;
  box-sizing: border-box;
}
#illustScreen.add .illustCenter {
  position: fixed;
}
#illustScreen.add:before {
  content: "";
  position: absolute;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #373240;
}

#illustScreen.downFrame {
  animation: illust_appear_mv 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
#illustScreen.downFrame .illustCenter {
  animation: illustframe_appear_mv 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@media only screen and (min-width: 415px) and (max-width: 1023px) {
  #illustScreen {
    background: url(../../images/bg_mouse_sp.png) no-repeat 0 80%;
    background-size: 100% auto;
  }
  #illustScreen .illustCenter {
    top: 30%;
  }
  #illustScreen #illustFrame {
    flex-wrap: wrap;
  }
  #illustScreen #illustFrame .frame {
    width: 40%;
    margin-bottom: 20px;
  }
  #illustScreen #illustFrame .frame img {
    border: solid #191919 6px;
  }
  #illustScreen #illustFrame .frame:nth-child(n+3):before {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  #illustScreen {
    background: url(../../images/bg_mouse_sp.png) no-repeat 5px 80%;
    background-size: 100% auto;
  }
  #illustScreen .illustCenter {
    top: 30%;
  }
  #illustScreen #illustFrame {
    flex-wrap: wrap;
  }
  #illustScreen #illustFrame .frame {
    width: 36%;
    margin-bottom: 20px;
  }
  #illustScreen #illustFrame .frame img {
    width: 100%;
    border: solid #191919 3px;
  }
  #illustScreen #illustFrame .frame:nth-child(n+3):before {
    display: none;
  }
}
@keyframes illustframe_appear_mv {
  0% {
    transform: translate(-50%, -200px);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes illust_appear_mv {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* character
/************************************************************/
#toy_anime {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  max-width: 1040px;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #toy_anime {
    width: 840px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 1023px) {
  #toy_anime {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  #toy_anime {
    width: 100%;
  }
}
#toy_anime > div, #toy_anime h1 {
  z-index: 300;
  pointer-events: none;
}

#aboutScreen.lastDollApr #toy_anime {
  animation: toy_down_mv 3s ease-out forwards;
  transform: none;
  position: relative;
  height: auto;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
#aboutScreen.lastDollApr #toy_anime #bg {
  top: 0;
  left: 0;
  transform: none;
}
#aboutScreen.lastDollApr #toy_anime #rabbit_move, #aboutScreen.lastDollApr #toy_anime #bear_move {
  opacity: 1;
}

@keyframes toy_down_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 414px) {
  #toy_anime {
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
/************ background **************/
#bg {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 150;
  animation: bg_block_mv 0.4s ease-out forwards;
  opacity: 1;
}
#bg .bg {
  width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px #333);
}
#bg.bgCurtainDisapr {
  animation: bg_none_mv 0.4s ease-out forwards;
}

@keyframes bg_none_mv {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg_block_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/************ rabbit **************/
#rabbit_move {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 30%;
  max-width: 386px;
  transform: translate(-22%, 2%);
  opacity: 0;
}
#rabbit_move img.body {
  max-width: 252px;
  width: 71%;
  height: auto;
  filter: drop-shadow(0px 0px 5px #333);
}
#rabbit_move img.rabbit_hand_left {
  position: absolute;
  top: 43%;
  left: 0;
  max-width: 94px;
  width: 31%;
  animation: rabbit_handLeft_mv 10s 2.5s steps(10) infinite;
  transform-origin: 87% 17%;
}
#rabbit_move img.rabbit_hand_right {
  position: absolute;
  bottom: 53%;
  right: -7%;
  width: 60%;
  max-width: 182px;
  animation: rabbit_handRight_mv 10s 2.5s steps(10) infinite;
  transform-origin: left 95%;
  filter: drop-shadow(0px 0px 5px #333);
}

#toy_anime.afterLoad #rabbit_move {
  animation: rabbit_appear_mv 2.5s cubic-bezier(0.22, 1, 0.36, 1) 0s forwards;
}
#toy_anime.afterLoad #rabbit_move img.rabbit_hand_left {
  animation: rabbit_handLeft_mv 10s 2.5s steps(10) infinite;
}
#toy_anime.afterLoad #rabbit_move img.rabbit_hand_right {
  animation: rabbit_handRight_mv 10s 2.5s steps(10) infinite;
}

@keyframes rabbit_appear_mv {
  0% {
    transform: translate(-22%, -700px);
    opacity: 0;
  }
  50% {
    transform: translate(-22%, 2%);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rabbit_handLeft_mv {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rabbit_handRight_mv {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
#toy_anime.keepAway #rabbit_move {
  animation: rabbit_up_mv 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

@keyframes rabbit_up_mv {
  0% {
    right: 50%;
    opacity: 1;
  }
  100% {
    right: 64%;
    opacity: 1;
  }
}
#aboutScreen.lastDollApr #toy_anime #rabbit_move {
  animation: leftHand_rabbit_repeat_mv 8s cubic-bezier(0.83, 0, 0.17, 1) 3s infinite;
}

@keyframes rabbit_undo_mv {
  0% {
    transform: translate(-70%, 2%);
  }
  100% {
    transform: translate(-22%, 2%);
  }
}
@keyframes leftHand_rabbit_repeat_mv {
  0% {
    transform: translate(-22%, 0%);
  }
  20% {
    transform: translate(-22%, -20%);
  }
  30% {
    transform: translate(-22%, 2%);
  }
  100% {
    transform: translate(-22%, 0);
  }
}
/************ bear **************/
#bear_move {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37%;
  max-width: 450px;
  transform: translate(46%, 0%);
  will-change: translate;
  opacity: 0;
}
#bear_move img.body {
  max-width: 230px;
  width: 51%;
  height: auto;
  filter: drop-shadow(0px 0px 5px #333);
}
#bear_move img.bear_hand_left {
  position: absolute;
  top: -5%;
  left: -18%;
  max-width: 164px;
  width: 44%;
  height: auto;
  animation: bear_handLeft_mv 10s 2.5s steps(10) infinite;
  transform-origin: right 85%;
  filter: drop-shadow(0px 0px 5px #333);
}
#bear_move img.bear_hand_right {
  position: absolute;
  top: -4%;
  right: 20%;
  max-width: 160px;
  width: 43%;
  height: auto;
  animation: bear_handRight_mv 10s 2.5s steps(10) infinite;
  transform-origin: left 75%;
  filter: drop-shadow(0px 0px 5px #333);
}

#toy_anime.afterLoad #bear_move {
  animation: bear_appear_mv 2.5s cubic-bezier(0.22, 1, 0.36, 1) 0s forwards;
}
#toy_anime.afterLoad #bear_move img.bear_hand_left {
  animation: bear_handLeft_mv 10s 2.5s steps(10) infinite;
}
#toy_anime.afterLoad #bear_move img.bear_hand_right {
  animation: bear_handRight_mv 10s 2.5s steps(10) infinite;
}

@keyframes bear_appear_mv {
  0% {
    transform: translate(46%, -700px);
    opacity: 0;
  }
  50% {
    transform: translate(46%, 0%);
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(46%, 0%);
    opacity: 1;
  }
}
@keyframes bear_handLeft_mv {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes bear_handRight_mv {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
#toy_anime.keepAway #bear_move {
  animation: bear_up_mv 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

@keyframes bear_up_mv {
  0% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: 64%;
    opacity: 1;
  }
}
#aboutScreen.lastDollApr #toy_anime #bear_move {
  animation: rightHand_bear_repeat_mv 8s cubic-bezier(0.83, 0, 0.17, 1) 2s infinite;
}

@keyframes bear_undo_mv {
  0% {
    transform: translate(80%, 0%);
  }
  100% {
    transform: translate(46%, 0%);
  }
}
@keyframes rightHand_bear_repeat_mv {
  0% {
    transform: translate(46%, 0%);
  }
  20% {
    transform: translate(46%, -20%);
  }
  30% {
    transform: translate(46%, 2%);
  }
  100% {
    transform: translate(46%, 0);
  }
}
/************ creamsoda **************/
#creamsoda_move {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(85%, -18%);
  width: 15%;
  max-width: 180px;
  opacity: 0;
}
#creamsoda_move .body {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 5px #333);
}

#toy_anime.afterLoad #creamsoda_move {
  animation: creamsoda_appear_mv 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0s forwards;
}

@keyframes creamsoda_appear_mv {
  0% {
    transform: translate(85%, -700px);
    opacity: 0;
  }
  100% {
    transform: translate(85%, -18%);
    opacity: 1;
  }
}
#toy_anime.keepAway #creamsoda_move {
  animation: creamsoda_up_mv 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

@keyframes creamsoda_up_mv {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#aboutScreen.lastDollApr #toy_anime #creamsoda_move {
  animation: creamsoda_undo_mv 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

@keyframes creamsoda_undo_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/************ dog **************/
#dog_move {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 20%;
  max-width: 240px;
  transform: translate(-28%, 16%);
  opacity: 0;
}
#dog_move .body {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 5px #333);
}

#toy_anime.afterLoad #dog_move {
  animation: dog_appear_mv 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0s forwards;
}

@keyframes dog_appear_mv {
  0% {
    transform: translate(-28%, -700px);
    opacity: 0;
  }
  100% {
    transform: translate(-28%, 16%);
    opacity: 1;
  }
}
#toy_anime.keepAway #dog_move {
  animation: dog_up_mv 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

@keyframes dog_up_mv {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#aboutScreen.lastDollApr #toy_anime #dog_move {
  animation: dog_undo_mv 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

@keyframes dog_undo_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/************ lamb **************/
#lamb_move {
  position: absolute;
  perspective: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-6%, 14%);
  width: 22%;
  max-width: 260px;
  opacity: 0;
}
#lamb_move .body {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 5px #333);
}

#toy_anime.afterLoad #lamb_move {
  animation: lamb_appear_mv 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0s forwards;
}

@keyframes lamb_appear_mv {
  0% {
    transform: translate(-6%, -700px);
    opacity: 0;
  }
  100% {
    transform: translate(-6%, 14%);
    opacity: 1;
  }
}
#toy_anime.keepAway #lamb_move {
  animation: lamb_up_mv 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

@keyframes lamb_up_mv {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#aboutScreen.lastDollApr #toy_anime #lamb_move {
  animation: lamb_undo_mv 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

@keyframes lamb_undo_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* aboutScreen
/************************************************************/
#aboutScreen #lastWrp {
  position: relative;
}
#aboutScreen #doll_anime {
  position: relative;
  z-index: 999;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  opacity: 0;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #aboutScreen #doll_anime {
    width: 840px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 1023px) {
  #aboutScreen #doll_anime {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  #aboutScreen #doll_anime {
    width: 100%;
  }
}
#aboutScreen #doll_anime .roof {
  pointer-events: none;
  max-width: 1040px;
  width: 100%;
  margin-bottom: -10%;
}
#aboutScreen #doll_anime .roof img.roof {
  max-width: 1040px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 5px #333);
}

#aboutScreen.lastDollApr #doll_anime {
  animation: doll_appear_mv 0.5s ease-out forwards;
}

@keyframes doll_appear_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/************ doll **************/
#doll_move {
  opacity: 0;
  z-index: 300;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1040px;
}
#doll_move img.face {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0px 0px 5px #333);
}
#doll_move img.eyeball {
  z-index: 1;
  background-color: #c8c8c8;
  position: absolute;
  top: 25.5%;
  right: 21%;
  max-width: 119px;
  width: 11.5%;
  padding: 1%;
  transform: translate(0%, 0%);
  animation: eyes_repeat_mv 8s cubic-bezier(0.83, 0, 0.17, 1) 3s infinite;
}
#doll_move img.doll_hand_right {
  z-index: 4;
  position: absolute;
  top: 56%;
  right: 3%;
  width: 26%;
  filter: drop-shadow(0px 0px 5px #333);
}
#doll_move img.doll_hand_left {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 7%;
  width: 24%;
  max-width: 240px;
  height: auto;
  filter: drop-shadow(0px 0px 5px #333);
}
#doll_move img.doll_hand_left_finger {
  z-index: 6;
  position: absolute;
  top: 58%;
  left: 18.2%;
  width: 3.7%;
  max-width: 37px;
  height: auto;
}
#doll_move img.doll_hand_right_finger {
  z-index: 7;
  position: absolute;
  top: 65%;
  right: 18%;
  right: 17.8%;
  width: 4%;
  height: auto;
}

#aboutScreen.lastDollApr #doll_anime #doll_move {
  animation: doll_appear2_mv 1s ease-out 1s forwards;
}

#aboutScreen.lastDollApr #doll_move img.doll_hand_right {
  animation: rightHand_repeat_mv 8s cubic-bezier(0.83, 0, 0.17, 1) 2s infinite;
}
#aboutScreen.lastDollApr #doll_move img.doll_hand_left {
  animation: leftHand_repeat_mv 8s cubic-bezier(0.83, 0, 0.17, 1) 3s infinite;
}
#aboutScreen.lastDollApr #doll_move img.doll_hand_left_finger {
  animation: leftHandFin_repeat_mv 8s cubic-bezier(0.83, 0, 0.17, 1) 3s infinite;
}
#aboutScreen.lastDollApr #doll_move img.doll_hand_right_finger {
  animation: rightHandFin_repeat_mv 8s cubic-bezier(0.83, 0, 0.17, 1) 2s infinite;
}

@keyframes doll_appear2_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes eyes_repeat_mv {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(4%, 2%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes leftHand_repeat_mv {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(-10%);
  }
  30% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rightHand_repeat_mv {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(-6%);
  }
  30% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes leftHandFin_repeat_mv {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(-14%);
  }
  30% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rightHandFin_repeat_mv {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(-10%);
  }
  30% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 414px) {
  #doll_move img.eyeball {
    top: 26.5%;
    right: 21%;
    width: 11%;
  }
}
/************ contact **************/
#contactArea {
  font-family: 'Berkshire Swash';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-45%);
  width: 50%;
  max-width: 620px;
  text-align: center;
  opacity: 0;
}
#contactArea .contact {
  line-height: 1.2;
  color: #fff;
}
#contactArea .contact .name {
  margin-bottom: 10px;
}
#contactArea .contact .icon .txt {
  margin-bottom: 10px;
}
#contactArea .contact .icon .list {
  list-style: none;
  display: flex;
  justify-content: center;
}
#contactArea .contact .icon .list li {
  margin: 0 5px;
}
#contactArea .contact .icon .list li a {
  width: 40px;
  height: 40px;
  display: block;
  border: rgba(225, 225, 225, 0.3) solid 1px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -border-radius: 100px;
  border-radius: 100px;
  position: relative;
}
#contactArea .contact .icon .list li a img {
  max-width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#aboutScreen.lastDollApr #contactArea {
  animation: doll_appear_mv 1s ease-out forwards;
}

@media screen and (orientation: landscape) {
  #contactArea .contact .name {
    font-size: min(6vw, 80px);
  }
}
@media screen and (orientation: portrait) {
  #contactArea .contact .name {
    font-size: 8vw;
  }
}
/************ bgFrame **************/
#bgFrameWrp .bgFrame {
  overflow: hidden;
}
#bgFrameWrp .bgFrame:nth-child(4) {
  position: relative;
  overflow-x: hidden;
}
#bgFrameWrp .bgFrame:nth-child(5) {
  position: relative;
  overflow-x: hidden;
}

#butterfly_move {
  width: 19%;
  height: auto;
  position: absolute;
  bottom: 5%;
  right: -2%;
  text-align: center;
  transform: rotate(15deg);
  transform-origin: 50% 50%;
  opacity: 0.8;
}
#butterfly_move .body {
  width: 30%;
  height: auto;
  transform-origin: 50% 50%;
}
#butterfly_move .wing_right {
  width: 48%;
  height: auto;
  position: absolute;
  top: 10%;
  right: 0;
  transform: scale(0.1, 1);
  transform: rotate(0);
  transform-origin: 0 50%;
}
#butterfly_move .wing_left {
  width: 48%;
  height: auto;
  position: absolute;
  top: 10%;
  left: 0;
  transform: scale(1, 1);
  transform-origin: 100% 50%;
}

#butterfly_move2 {
  width: 19%;
  height: auto;
  position: absolute;
  bottom: 5%;
  left: -2%;
  text-align: center;
  transform: rotate(-15deg);
  transform-origin: 50% 50%;
  opacity: 0.8;
}
#butterfly_move2 .body {
  width: 30%;
  height: auto;
  transform-origin: 50% 50%;
}
#butterfly_move2 .wing_right {
  width: 48%;
  height: auto;
  position: absolute;
  top: 10%;
  right: 0;
  transform: scale(0.1, 1);
  transform: rotate(0);
  transform-origin: 0 50%;
}
#butterfly_move2 .wing_left {
  width: 48%;
  height: auto;
  position: absolute;
  top: 10%;
  left: 0;
  transform: scale(1, 1);
  transform-origin: 100% 50%;
}

.bgFrame.add #butterfly_move {
  animation: butterfly_mv 10s ease infinite;
}
.bgFrame.add #butterfly_move .body {
  animation: wing_body_mv 2s ease-in-out infinite;
}
.bgFrame.add #butterfly_move .wing_right {
  animation: wing_right_mv 2s ease-in-out infinite;
}
.bgFrame.add #butterfly_move .wing_left {
  animation: wing_left_mv 2s ease-in-out infinite;
}
.bgFrame.add #butterfly_move2 {
  animation: butterfly_mv2 10s ease infinite;
}
.bgFrame.add #butterfly_move2 .body {
  animation: wing_body_mv 2s ease-in-out infinite;
}
.bgFrame.add #butterfly_move2 .wing_right {
  animation: wing_right_mv 2s ease-in-out infinite;
}
.bgFrame.add #butterfly_move2 .wing_left {
  animation: wing_left_mv 2s ease-in-out infinite;
}

@keyframes butterfly_mv {
  0% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(16deg);
  }
  50% {
    transform: rotate(15deg);
  }
  70% {
    transform: rotate(16deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes butterfly_mv2 {
  0% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(-16deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  70% {
    transform: rotate(-16deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes wing_body_mv {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.8, 1);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes wing_right_mv {
  0% {
    transform: scale(1, 1) rotate(0);
  }
  10% {
    transform: scale(0.1, 1) rotate(20deg);
  }
  20% {
    transform: scale(1, 1) rotate(0);
  }
  100% {
    transform: scale(1, 1) rotate(0);
  }
}
@keyframes wing_left_mv {
  0% {
    transform: scale(1, 1) rotate(0);
  }
  10% {
    transform: scale(0.1, 1) rotate(-20deg);
  }
  20% {
    transform: scale(1, 1) rotate(0);
  }
  100% {
    transform: scale(1, 1) rotate(0);
  }
}

/*# sourceMappingURL=master.css.map */
