@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media screen and (min-width: 950px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 949px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}

/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

body {
  background: #000;
  color: #fff;
}

.c-btn {
  position: relative;
  margin: 0 auto;
  background: #fff;
  color: #192e5d;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-btn.is-disable {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  pointer-events: none;
}

@media screen and (min-width: 950px) {
  .c-btn {
    max-width: 250px;
  }
}

@media screen and (max-width: 949px) {
  .c-btn {
    width: 84%;
    font-size: 14px;
  }
}

.c-btn p {
  padding: 21px 0;
  font-weight: 900;
}

@media screen and (max-width: 949px) {
  .c-btn p {
    padding: 20px 0;
  }
}

.c-btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 950px) {
  .u-hover-alpha {
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .u-hover-alpha:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.l-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10em;
  height: 10em;
  font-size: 10px;
}

@media screen and (max-width: 949px) {
  .l-loading {
    width: 8em;
    height: 8em;
  }
}

.is-load .l-loading {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.l-loading_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/ttl.png) center center no-repeat;
  background-size: contain;
  padding-top: 100%;
  width: 174.4%;
}

.l-loading p {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-animation: pulsate 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: pulsate 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0.3) 100%);
  width: 100%;
  height: 100%;
}

.l-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-frame_inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.4s ease, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.4s ease, transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.4s ease, transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  width: 100%;
  height: 100%;
}

.is-scrolled .l-frame_inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.4s ease, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.4s ease, transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.4s ease, transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.l-frame_inner li {
  position: absolute;
}

.l-frame_inner li img {
  width: 100%;
}

.l-frame--lefttop {
  top: -15%;
  left: 0;
  width: 34.7%;
}

@media screen and (max-width: 949px) {
  .l-frame--lefttop {
    top: -12.25%;
    width: 45%;
  }
}

.l-frame--righttop {
  top: -15%;
  right: 0;
  width: 34.7%;
}

@media screen and (max-width: 949px) {
  .l-frame--righttop {
    top: -12.25%;
    width: 45%;
  }
}

.l-frame--leftbottom {
  bottom: 0;
  left: 0;
  width: 34.7%;
}

@media screen and (max-width: 949px) {
  .l-frame--leftbottom {
    width: 45%;
  }
}

.l-frame--rightbottom {
  right: 0;
  bottom: 0;
  width: 43%;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: right;
}

@media screen and (max-width: 949px) {
  .l-frame--rightbottom {
    bottom: 0;
    width: 45%;
  }
}

.l-frame--rightbottom_01 {
  display: inline-block;
  vertical-align: top;
  width: 94%;
  letter-spacing: normal;
}

.l-frame--rightbottom_02 {
  position: absolute;
  right: 0;
  bottom: 17%;
  width: 100%;
}

@media screen and (max-width: 949px) {
  .l-frame--rightbottom_02 {
    bottom: 42%;
  }
}

.l-frame--centerbottom {
  bottom: 0;
  left: 0;
  width: 100%;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.l-bg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background-image: url(../img/deco/bg/bg_bluesky.jpg);
  background-position: bottom center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 200%;
  content: "";
}

.is-android .l-bg::before {
  -webkit-filter: none;
          filter: none;
}

.is-night .l-bg::before {
  background-image: url(../img/deco/bg/bg_star.jpg);
}

.l-bg.is-start::before {
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter 2s ease, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-filter 2s ease, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: filter 2s ease, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: filter 2s ease, transform 3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 2s ease, -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-android .l-bg.is-start::before {
  -webkit-filter: none;
          filter: none;
}

.l-bg_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-bg_main li {
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s ease, -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s ease, transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s ease, transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

@media screen and (max-width: 949px) {
  .l-bg_main li {
    height: 100%;
  }
}

.is-tree_anm .l-bg_main li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s ease, -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s ease, transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s ease, transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-scrolled .l-bg_main li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s ease, -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s ease, transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s ease, transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-bg_main li img {
  width: 100%;
}

.l-bg_main--01 {
  -webkit-transform: translate(50%, 0%);
      -ms-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  -webkit-transition-delay: 0s, 0s !important;
          transition-delay: 0s, 0s !important;
}

@media screen and (max-width: 949px) {
  .l-bg_main--01 {
    top: 0;
    bottom: auto;
    -webkit-transform: translate(0%, 25%);
        -ms-transform: translate(0%, 25%);
            transform: translate(0%, 25%);
  }
}

.is-tree_anm .l-bg_main--01 {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.is-scrolled .l-bg_main--01 {
  -webkit-transform: translate(50%, 0%);
      -ms-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
}

@media screen and (max-width: 949px) {
  .is-scrolled .l-bg_main--01 {
    -webkit-transform: translate(0%, 25%);
        -ms-transform: translate(0%, 25%);
            transform: translate(0%, 25%);
  }
}

.l-bg_main--02 {
  -webkit-transform: translate(-25%, 0%);
      -ms-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
  -webkit-transition-delay: 0s, 0s !important;
          transition-delay: 0s, 0s !important;
}

@media screen and (max-width: 949px) {
  .l-bg_main--02 {
    top: 0;
    bottom: auto;
  }
}

.is-tree_anm .l-bg_main--02 {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.is-scrolled .l-bg_main--02 {
  -webkit-transform: translate(-25%, 0%);
      -ms-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
}

.l-bg_main--03 {
  -webkit-transform: translate(-25%, 0%);
      -ms-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
  -webkit-transition-delay: 0.05s, 0.05s !important;
          transition-delay: 0.05s, 0.05s !important;
}

.is-tree_anm .l-bg_main--03 {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.is-scrolled .l-bg_main--03 {
  -webkit-transform: translate(-25%, 0%);
      -ms-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
}

.l-bg_main--04 {
  -webkit-transform: translate(25%, 0%);
      -ms-transform: translate(25%, 0%);
          transform: translate(25%, 0%);
  -webkit-transition-delay: 0.05s, 0.05s !important;
          transition-delay: 0.05s, 0.05s !important;
}

.is-tree_anm .l-bg_main--04 {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.is-scrolled .l-bg_main--04 {
  -webkit-transform: translate(25%, 0%);
      -ms-transform: translate(25%, 0%);
          transform: translate(25%, 0%);
}

.l-bg_main--05 {
  -webkit-transform: translate(25%, 0%);
      -ms-transform: translate(25%, 0%);
          transform: translate(25%, 0%);
  -webkit-transition-delay: 0.1s, 0.1s !important;
          transition-delay: 0.1s, 0.1s !important;
}

.is-tree_anm .l-bg_main--05 {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.is-scrolled .l-bg_main--05 {
  -webkit-transform: translate(25%, 0%);
      -ms-transform: translate(25%, 0%);
          transform: translate(25%, 0%);
}

.l-bg_main--06 {
  -webkit-transform: translate(25%, 0%);
      -ms-transform: translate(25%, 0%);
          transform: translate(25%, 0%);
  -webkit-transition-delay: 0.1s, 0.1s !important;
          transition-delay: 0.1s, 0.1s !important;
}

.is-tree_anm .l-bg_main--06 {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.is-scrolled .l-bg_main--06 {
  -webkit-transform: translate(25%, 0%);
      -ms-transform: translate(25%, 0%);
          transform: translate(25%, 0%);
}

.l-bg_main--07 {
  -webkit-transform: translate(-25%, 0%);
      -ms-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
  -webkit-transition-delay: 0.1s, 0.1s !important;
          transition-delay: 0.1s, 0.1s !important;
}

@media screen and (max-width: 949px) {
  .l-bg_main--07 {
    top: 0;
    bottom: auto;
  }
}

.is-tree_anm .l-bg_main--07 {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.is-scrolled .l-bg_main--07 {
  -webkit-transform: translate(-25%, 0%);
      -ms-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
}

.l-bg_main--08 {
  bottom: 0;
  -webkit-transform: translate(-25%, 0%);
      -ms-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
  -webkit-transition-delay: 0.1s, 0.1s !important;
          transition-delay: 0.1s, 0.1s !important;
}

.is-tree_anm .l-bg_main--08 {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.is-scrolled .l-bg_main--08 {
  -webkit-transform: translate(-25%, 0%);
      -ms-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
}

.l-content_inner {
  position: relative;
}

.l-section {
  position: relative;
}

@media screen and (min-width: 950px) {
  .l-section--right .l-section_content, .l-section--left .l-section_content {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 950px) {
  .l-section--right {
    text-align: right;
  }
  .l-section--right .l-section_inner {
    padding-right: 7.25%;
  }
  .l-section--right .l-section_content {
    text-align: center;
  }
}

@media screen and (min-width: 950px) {
  .l-section--left {
    text-align: left;
  }
  .l-section--left .l-section_inner {
    padding-left: 9%;
  }
  .l-section--left .l-section_content {
    text-align: center;
  }
}

.l-section_inner {
  position: relative;
  margin: 0 auto;
  width: 70%;
  max-width: 1020px;
}

@media screen and (max-width: 949px) {
  .l-section_inner {
    width: 75%;
  }
}

.l-section_title {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

@media screen and (max-width: 949px) {
  .l-section_title {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100vw;
  }
}

.l-section_title img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 46.5px;
  letter-spacing: normal;
}

@media screen and (max-width: 949px) {
  .l-section_title img {
    height: 25px;
  }
}

.l-section_catch {
  margin: 49px 0 24px;
  font-size: 16px;
  line-height: 1.75em;
  text-align: center;
}

@media screen and (max-width: 949px) {
  .l-section_catch {
    margin: 25px 0 16px;
    font-size: 12px;
  }
}

.l-section_deco li {
  position: absolute;
  pointer-events: none;
}

.l-section_deco--leaf01 li {
  width: 9.8%;
  max-width: 100px;
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf01 li {
    width: 12%;
  }
}

.l-section_deco--leaf01 li img {
  width: 100%;
}

.l-section_deco--leaf01 li:nth-child(1) {
  top: 2%;
  left: 6.5%;
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf01 li:nth-child(1) {
    top: 25.5%;
    left: -1%;
  }
}

.l-section_deco--leaf01 li:nth-child(2) {
  top: -7%;
  right: 6%;
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf01 li:nth-child(2) {
    top: 5%;
    right: 12%;
  }
}

.l-section_deco--leaf01 li:nth-child(3) {
  top: 18%;
  right: -7%;
}

.l-section_deco--leaf01 li:nth-child(3) img {
  -webkit-transform: rotateY(180deg) rotate(-15deg);
          transform: rotateY(180deg) rotate(-15deg);
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf01 li:nth-child(3) {
    top: 20.5%;
    right: -4%;
  }
}

.l-section_deco--leaf01 li:nth-child(4) {
  top: 43.25%;
  right: 3%;
}

.l-section_deco--leaf01 li:nth-child(4) img {
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf01 li:nth-child(4) {
    top: 39.75%;
    right: 0%;
  }
}

.l-section_deco--leaf01 li:nth-child(5) {
  top: 67%;
  right: 28%;
}

.l-section_deco--leaf01 li:nth-child(5) img {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf01 li:nth-child(5) {
    top: 61.5%;
    right: -5%;
  }
  .l-section_deco--leaf01 li:nth-child(5) img {
    -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
            transform: rotate(50deg);
  }
}

.l-section_deco--leaf01 li:nth-child(6) {
  top: 93.5%;
  right: -3.5%;
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf01 li:nth-child(6) {
    top: 80.5%;
    right: 3.5%;
  }
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf01 li:nth-child(7) {
    top: 72%;
    left: -2.5%;
  }
  .l-section_deco--leaf01 li:nth-child(7) img {
    -webkit-transform: rotate(-160deg);
        -ms-transform: rotate(-160deg);
            transform: rotate(-160deg);
  }
}

.l-section_deco--leaf02 img {
  width: 100%;
}

.l-section_deco--leaf02 li {
  width: 9.8%;
  max-width: 100px;
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf02 li {
    width: 12%;
  }
}

.l-section_deco--leaf02 li:nth-child(1) {
  top: -109%;
  right: 6%;
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf02 li:nth-child(1) {
    top: -33%;
    right: -2.5%;
  }
}

.l-section_deco--leaf02 li:nth-child(2) {
  top: 48%;
  right: -8.5%;
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf02 li:nth-child(2) {
    top: 56%;
  }
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf02 li:nth-child(3) {
    top: -2%;
    left: 6.5%;
  }
}

.l-section_deco--leaf03 img {
  width: 100%;
}

.l-section_deco--leaf03 li {
  width: 9.8%;
  max-width: 100px;
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf03 li {
    width: 12%;
  }
}

.l-section_deco--leaf03 li:nth-child(1) {
  top: -104%;
  left: 18%;
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf03 li:nth-child(1) {
    top: 17%;
    left: -3%;
  }
}

.l-section_deco--leaf03 li:nth-child(2) {
  top: 7%;
  right: 10%;
}

.l-section_deco--leaf03 li:nth-child(2) img {
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media screen and (max-width: 949px) {
  .l-section_deco--leaf03 li:nth-child(2) {
    top: 95%;
    right: 15%;
  }
}

.l-section_deco--bird li:nth-child(1) {
  top: -117%;
  left: 0%;
  width: 15%;
  max-width: 154px;
}

@media screen and (max-width: 949px) {
  .l-section_deco--bird li:nth-child(1) {
    top: -81%;
    left: -11%;
    width: 26%;
  }
}

.l-section_deco--bird li:nth-child(2) {
  top: -42%;
  left: 27.5%;
  width: 13%;
  max-width: 134px;
}

@media screen and (max-width: 949px) {
  .l-section_deco--bird li:nth-child(2) {
    top: -46%;
    left: 86.5%;
    width: 25%;
  }
}

.l-footer {
  position: relative;
  padding: 40px;
}

@media screen and (min-width: 950px) {
  .l-footer {
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: right;
  }
}

@media screen and (max-width: 949px) {
  .l-footer {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 46, 93, 0.5)), to(rgba(25, 46, 93, 0)));
    background: linear-gradient(to top, rgba(25, 46, 93, 0.5), rgba(25, 46, 93, 0));
    padding: 35px 5%;
  }
}

.l-footer_inner {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: center;
}

.l-footer_link {
  margin: 0 auto;
  width: 210px;
}

@media screen and (max-width: 949px) {
  .l-footer_link {
    width: 58%;
  }
}

.l-footer_copy {
  margin-top: 37px;
  font-size: 11px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 949px) {
  .l-footer_copy {
    margin-top: 32px;
    font-size: 10px;
  }
}

.l-share {
  position: fixed;
  top: 19px;
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background: #fff;
  width: 117px;
  color: #000;
  font-size: 0;
  font-weight: 900;
  letter-spacing: -0.4em;
  text-align: center;
}

.is-android .l-share {
  -webkit-filter: none;
          filter: none;
}

.l-share.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 1s ease, -webkit-filter 1.5s ease;
  transition: opacity 1s ease, -webkit-filter 1.5s ease;
  transition: filter 1.5s ease, opacity 1s ease;
  transition: filter 1.5s ease, opacity 1s ease, -webkit-filter 1.5s ease;
}

.is-android .l-share.is-active {
  -webkit-filter: none;
          filter: none;
}

@media screen and (max-width: 949px) {
  .l-share {
    top: 0;
    right: 0;
    width: 94px;
  }
}

.l-share a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-share_title {
  display: inline-block;
  position: relative;
  vertical-align: top;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  cursor: pointer;
  padding: 12px 0;
  padding-left: 28px;
  font-size: 15px;
  letter-spacing: normal;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 949px) {
  .l-share_title {
    padding: 13px 0;
    padding-left: 24px;
    font-size: 12px;
  }
}

.l-share_title::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_twitter.png) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  content: "";
}

@media screen and (max-width: 949px) {
  .l-share_title::before {
    width: 16px;
  }
}

.l-opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-opening_eye {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50% + 120px);
}

.l-opening_eye--top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) calc(100% - 120px), transparent);
}

.l-opening_eye--bottom {
  top: auto;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) calc(100% - 120px), transparent);
}

.l-opening.is-start .l-opening_eye--top {
  -webkit-animation: eyeTop 0.4s cubic-bezier(0, 0, 0.11, 0.99) 0s forwards, eyeTop2 0.3s cubic-bezier(0, 0, 0.11, 0.99) 0.5s forwards, eyeTop 0.8s cubic-bezier(0, 0, 0.11, 0.99) 1.8s forwards;
          animation: eyeTop 0.4s cubic-bezier(0, 0, 0.11, 0.99) 0s forwards, eyeTop2 0.3s cubic-bezier(0, 0, 0.11, 0.99) 0.5s forwards, eyeTop 0.8s cubic-bezier(0, 0, 0.11, 0.99) 1.8s forwards;
}

.l-opening.is-start .l-opening_eye--bottom {
  -webkit-animation: eyeBottom 0.4s cubic-bezier(0, 0, 0.11, 0.99) 0s forwards, eyeBottom2 0.3s cubic-bezier(0, 0, 0.11, 0.99) 0.5s forwards, eyeBottom 0.8s cubic-bezier(0, 0, 0.11, 0.99) 1.8s forwards;
          animation: eyeBottom 0.4s cubic-bezier(0, 0, 0.11, 0.99) 0s forwards, eyeBottom2 0.3s cubic-bezier(0, 0, 0.11, 0.99) 0.5s forwards, eyeBottom 0.8s cubic-bezier(0, 0, 0.11, 0.99) 1.8s forwards;
}

.js-scroll_content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1s ease, -webkit-filter 2s ease;
  transition: opacity 1s ease, -webkit-filter 2s ease;
  transition: filter 2s ease, opacity 1s ease;
  transition: filter 2s ease, opacity 1s ease, -webkit-filter 2s ease;
}

.is-android .js-scroll_content {
  -webkit-filter: none;
          filter: none;
}

.js-scroll.is-active .js-scroll_content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 1s ease, -webkit-filter 2s ease;
  transition: opacity 1s ease, -webkit-filter 2s ease;
  transition: filter 2s ease, opacity 1s ease;
  transition: filter 2s ease, opacity 1s ease, -webkit-filter 2s ease;
}

.is-android .js-scroll.is-active .js-scroll_content {
  -webkit-filter: none;
          filter: none;
}

.js-parallax {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-top {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.p-top_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  width: 53%;
  max-width: 750px;
}

.is-android .p-top_title {
  -webkit-filter: none;
          filter: none;
}

@media screen and (max-width: 949px) {
  .p-top_title {
    width: 78%;
  }
}

.p-top.is-start .p-top_title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 1s ease, -webkit-filter 1.5s ease;
  transition: opacity 1s ease, -webkit-filter 1.5s ease;
  transition: filter 1.5s ease, opacity 1s ease;
  transition: filter 1.5s ease, opacity 1s ease, -webkit-filter 1.5s ease;
}

.is-android .p-top.is-start .p-top_title {
  -webkit-filter: none;
          filter: none;
}

.p-top.is-scrolled .p-top_title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1s ease, -webkit-filter 1.5s ease;
  transition: opacity 1s ease, -webkit-filter 1.5s ease;
  transition: filter 1.5s ease, opacity 1s ease;
  transition: filter 1.5s ease, opacity 1s ease, -webkit-filter 1.5s ease;
}

.is-android .p-top.is-scrolled .p-top_title {
  -webkit-filter: none;
          filter: none;
}

.p-release {
  padding: 130px 0 142px;
}

@media screen and (max-width: 949px) {
  .p-release {
    padding: 65px 0 67px;
  }
}

.p-release_head {
  font-weight: 700;
  text-align: center;
}

.p-release_head h2 {
  font-size: 92px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 949px) {
  .p-release_head h2 {
    font-size: 54px;
    letter-spacing: 0.075em;
  }
}

.p-release_head__catch {
  margin: 19px 0 20px;
  font-size: 24px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 949px) {
  .p-release_head__catch {
    margin: 7px 0 15px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.p-release_head__date {
  font-size: 44px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 949px) {
  .p-release_head__date {
    font-size: 24px;
    letter-spacing: 0.08em;
  }
}

.p-release_content {
  margin-top: 96px;
}

@media screen and (max-width: 949px) {
  .p-release_content {
    margin-top: 48px;
    padding: 0 4%;
  }
}

@media screen and (min-width: 950px) {
  .p-release_content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-release_content__item + .p-release_content__item {
  margin-top: 62px;
}

@media screen and (max-width: 949px) {
  .p-release_content__item + .p-release_content__item {
    margin-top: 30px;
  }
}

.p-release_content__img {
  width: 47.25%;
}

@media screen and (max-width: 949px) {
  .p-release_content__img {
    width: 100%;
  }
}

.p-release_content__info {
  padding-top: 40px;
  padding-left: 60px;
  width: 52.75%;
}

@media screen and (max-width: 949px) {
  .p-release_content__info {
    margin-top: 19px;
    padding: 0;
    width: 100%;
  }
}

.p-release_content__info--version {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 949px) {
  .p-release_content__info--version {
    font-size: 18px;
  }
}

.p-release_content__info--num {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 949px) {
  .p-release_content__info--num {
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: 0.025em;
  }
}

.p-release_content__info--txt {
  margin-top: 27px;
}

@media screen and (max-width: 949px) {
  .p-release_content__info--txt {
    margin-top: 18px;
  }
}

.p-release_content__info--txt + .p-release_content__info--txt {
  margin-top: 24px;
}

@media screen and (max-width: 949px) {
  .p-release_content__info--txt + .p-release_content__info--txt {
    margin-top: 14px;
  }
}

.p-release_content__info--txt dt {
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 949px) {
  .p-release_content__info--txt dt {
    font-size: 14px;
  }
}

.p-release_content__info--txt dd {
  margin-top: 8px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}

@media screen and (max-width: 949px) {
  .p-release_content__info--txt dd {
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.9em;
  }
}

.p-release_shop {
  margin-top: 92px;
}

@media screen and (max-width: 949px) {
  .p-release_shop {
    margin-top: 31px;
    padding: 0 4%;
  }
}

.p-release_shop__title {
  font-size: 16px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 949px) {
  .p-release_shop__title {
    font-size: 12px;
  }
}

.p-release_shop__content {
  margin-top: 8px;
}

@media screen and (max-width: 949px) {
  .p-release_shop__content {
    margin-top: 10px;
  }
}

.p-release_shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-release_shop__item {
  margin-bottom: 0.5%;
  margin-left: 0.4%;
  width: 24.675%;
}

.p-release_shop__item a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 950px) {
  .p-release_shop__item:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 949px) {
  .p-release_shop__item {
    margin-bottom: 2%;
    margin-left: 2%;
    width: 49%;
  }
  .p-release_shop__item:nth-child(odd) {
    margin-left: 0;
  }
}

.p-special {
  position: relative;
}

.p-special .c-btn {
  color: #134c08;
}

.p-special .l-section_title {
  position: absolute;
  top: 21.75%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 949px) {
  .p-special .l-section_title {
    top: 14.5%;
  }
}

.p-special_bg {
  position: relative;
  padding-top: 109%;
  width: 100%;
}

@media screen and (max-width: 949px) {
  .p-special_bg {
    padding-top: 201.667%;
  }
}

.p-special_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-special_deco__item {
  position: absolute;
  width: 9.44%;
  pointer-events: none;
}

@media screen and (max-width: 949px) {
  .p-special_deco__item {
    width: 19%;
  }
}

.p-special_deco__item img {
  width: 100%;
}

.p-special_deco__item:nth-child(1) {
  top: -3%;
  left: 14.5%;
}

@media screen and (max-width: 949px) {
  .p-special_deco__item:nth-child(1) {
    top: -8%;
    left: 3.5%;
  }
}

.p-special_deco__item:nth-child(2) {
  top: 9.5%;
  left: 22.5%;
}

@media screen and (max-width: 949px) {
  .p-special_deco__item:nth-child(2) {
    top: 2.5%;
    left: 19.5%;
  }
}

.p-special_deco__item:nth-child(3) {
  top: 1.5%;
  left: 51%;
}

@media screen and (max-width: 949px) {
  .p-special_deco__item:nth-child(3) {
    top: -5.5%;
    left: 59.5%;
  }
}

.p-special_deco__item:nth-child(4) {
  top: 3%;
  left: 56.5%;
}

@media screen and (max-width: 949px) {
  .p-special_deco__item:nth-child(4) {
    top: -5.75%;
    left: 78.5%;
  }
}

.p-special_cover {
  position: absolute;
  top: 1.5%;
  left: 0;
  width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 949px) {
  .p-special_cover {
    top: 0;
  }
}

.p-special_cover img {
  width: 100%;
}

.p-special_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1020px;
}

@media screen and (max-width: 949px) {
  .p-special_content {
    -webkit-transform: translate(-50%, -67%);
        -ms-transform: translate(-50%, -67%);
            transform: translate(-50%, -67%);
    width: 100%;
  }
}

.p-special_dome {
  position: relative;
  cursor: pointer;
  margin: -10% auto 0;
  width: 86.3%;
}

.p-special_dome img {
  width: 100%;
}

.p-special_dome.is-anm .p-special_dome__img .p-special_dome__img--inner {
  -webkit-animation: dome 3s linear forwards;
          animation: dome 3s linear forwards;
}

.p-special_dome.is-anm .p-special_dome__effect {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-special_dome.is-animated .p-special_dome__img .p-special_dome__img--inner {
  top: -75%;
  -webkit-animation: none;
          animation: none;
}

.p-special_dome.is-animated .p-special_dome__effect {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media screen and (max-width: 949px) {
  .p-special_dome {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-top: -12%;
    width: 115%;
  }
}

.p-special_dome__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  padding-top: 70%;
  width: 70%;
  overflow: hidden;
  pointer-events: none;
}

.p-special_dome__img--inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-special_dome__effect {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  padding-top: 15%;
  width: 15%;
}

.p-special_dome__effect p {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-animation: pulsate 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: pulsate 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.4) 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-special_dome__hole {
  position: relative;
}

.p-special_dome__hole--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  padding-top: 70%;
  width: 70%;
}

.p-special_btn {
  position: absolute;
  top: 67%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  width: 90%;
  max-width: 1020px;
}

.is-android .p-special_btn {
  -webkit-filter: none;
          filter: none;
}

.p-special_btn.is-active {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 1s ease, visibility 1s ease, -webkit-filter 2s ease;
  transition: opacity 1s ease, visibility 1s ease, -webkit-filter 2s ease;
  transition: filter 2s ease, opacity 1s ease, visibility 1s ease;
  transition: filter 2s ease, opacity 1s ease, visibility 1s ease, -webkit-filter 2s ease;
}

.is-android .p-special_btn.is-active {
  -webkit-filter: none;
          filter: none;
}

@media screen and (min-width: 950px) {
  .p-special_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 949px) {
  .p-special_btn {
    top: 61%;
  }
}

@media screen and (min-width: 950px) {
  .p-special_btn__item {
    width: 300px;
  }
}

@media screen and (max-width: 949px) {
  .p-special_btn__item {
    margin: 0 auto;
    width: 83%;
  }
}

@media screen and (min-width: 950px) {
  .p-special_btn__item + .p-special_btn__item {
    margin-left: 10px;
  }
}

@media screen and (max-width: 949px) {
  .p-special_btn__item + .p-special_btn__item {
    margin-top: 2%;
  }
}

@media screen and (min-width: 950px) {
  .p-special_btn__item .c-btn {
    max-width: 100%;
  }
}

.p-making {
  margin-top: 83px;
  padding-bottom: 356px;
}

@media screen and (max-width: 949px) {
  .p-making {
    margin-top: 56px;
    padding-bottom: 180px;
  }
}

.p-wallpaper {
  padding-bottom: 64px;
}

@media screen and (max-width: 949px) {
  .p-wallpaper {
    padding-bottom: 70px;
  }
}

@-webkit-keyframes eyeTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}

@keyframes eyeTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}

@-webkit-keyframes eyeTop2 {
  from {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes eyeTop2 {
  from {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes eyeBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}

@keyframes eyeBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}

@-webkit-keyframes eyeBottom2 {
  from {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes eyeBottom2 {
  from {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes dome {
  from {
    top: 0;
  }
  to {
    top: -75%;
  }
}

@keyframes dome {
  from {
    top: 0;
  }
  to {
    top: -75%;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}
