@charset "UTF-8";
/*
--------------------------------------------------
  variable
--------------------------------------------------
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1g
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* line 9, ../sass/foundation/_reset.scss */
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;
}
/* line 30, ../sass/foundation/_reset.scss */
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 36, ../sass/foundation/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* line 41, ../sass/foundation/_reset.scss */
li {
  list-style: none;
}
/* line 45, ../sass/foundation/_reset.scss */
blockquote, q {
  quotes: none;
}
/* line 49, ../sass/foundation/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
/* line 55, ../sass/foundation/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
/* line 64, ../sass/foundation/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
/* line 71, ../sass/foundation/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* line 78, ../sass/foundation/_reset.scss */
del {
  text-decoration: line-through;
}
/* line 82, ../sass/foundation/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
/* line 87, ../sass/foundation/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
/* line 93, ../sass/foundation/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/* line 102, ../sass/foundation/_reset.scss */
input, select {
  vertical-align: middle;
}
/* line 106, ../sass/foundation/_reset.scss */
*, *::before, *::after {
  box-sizing: border-box;
}
/*
--------------------------------------------------
	base
--------------------------------------------------
*/
@font-face {
  font-family: "source-han-serif-japanese";
  src: url("https://www.capcom-games.com/common/font/SourceHanSerifJP-VF.otf.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 600 900;
}
/*base style*/
/* line 17, ../sass/foundation/_base.scss */
html, body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
/* line 23, ../sass/foundation/_base.scss */
body {
  position: relative;
  font-family: "source-han-serif-japanese", "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.25vw;
  font-feature-settings: "palt";
  font-weight: normal;
  line-height: 2;
  color: #fff;
  background-color: #031925;
  z-index: -998;
}
/* line 33, ../sass/foundation/_base.scss */
body:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  /* background: url("../img/main_bg.jpg") center no-repeat; */
  background: black;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  z-index: -999;
}
/* line 46, ../sass/foundation/_base.scss */
body.fixed {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 23, ../sass/foundation/_base.scss */
  body {
    font-size: 4.1666666667vw;
  }
  /* line 51, ../sass/foundation/_base.scss */
  body:before {
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  /* line 23, ../sass/foundation/_base.scss */
  body {
    font-size: 1.4rem;
  }
  .hero_ttl {
    top: -150vw !important;
  }
  .headright {
    margin-left: 0 !important;
  }
  .hero_ttl {
    text-shadow: 2px 2px 3px black !important;
  }
  .grace_description {
    top: 39vw !important;
  }
  .topheader {
    height: 303vw !important;
  }
  .point_item {
    border-image-slice: 51 114 232 !important;
  }
  .spec_inner {
    border-image-slice: 50 130 165 !important;
  }
  dl.spec_info {
    font-size: 4vw;
  }
  .figureslide {
    width: 46vw !important;
    left: 29vw !important;
    top: 21vw !important;
  }
  .parallax_img02 {
    width: 91.5vw !important;
    right: -14vw !important;
  }
  .spec_content {
    display: block !important;
  }
}
/* for Firefox */
/* line 61, ../sass/foundation/_base.scss */ ::selection {
  background: #8BC34A;
  color: #0488ba;
}
/* line 66, ../sass/foundation/_base.scss */ ::-moz-selection {
  background: #8BC34A;
  color: #0488ba;
}
/* line 71, ../sass/foundation/_base.scss */
a {
  color: #b10c0c;
  transition: .3s all;
  text-decoration: none;
  cursor: pointer !important;
}
/* line 75, ../sass/foundation/_base.scss */
a img {
  transition: .3s all;
}
/* line 78, ../sass/foundation/_base.scss */
a:hover {
  color: #f13232;
}
/* line 80, ../sass/foundation/_base.scss */
a:hover img {
  filter: brightness(120%);
}
/* line 86, ../sass/foundation/_base.scss */
img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
/* line 92, ../sass/foundation/_base.scss */
h2 {
  font-size: 3.6458333333vw;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  /* line 92, ../sass/foundation/_base.scss */
  h2 {
    font-size: 7.8125vw;
  }
}
/* line 101, ../sass/foundation/_base.scss */
h3 {
  font-size: 1.4625vw;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 101, ../sass/foundation/_base.scss */
  h3 {
    font-size: 4.1666666667vw;
  }
}
/* line 109, ../sass/foundation/_base.scss */
h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1600px) {
  /* line 109, ../sass/foundation/_base.scss */
  h4 {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 109, ../sass/foundation/_base.scss */
  h4 {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 480px) {
  /* line 109, ../sass/foundation/_base.scss */
  h4 {
    font-size: 1.8rem;
  }
  .hero_ttl {
    font-size: 11.625vw;
    margin-bottom: 3.90625vw;
  }
  /* line 99, ../sass/component/_hero.scss */
  .hero_ttl small {
    font-size: 3.90625vw;
    margin-bottom: -11vw !important;
  }
  #set .lead_ttl {
    font-size: 6.16vw !important;
  }
  .headright {
    background-size: 240% !important;
  }
}
/* line 122, ../sass/foundation/_base.scss */
sub {
  vertical-align: sub;
}
/* line 126, ../sass/foundation/_base.scss */
.SP {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 126, ../sass/foundation/_base.scss */
  .SP {
    display: block;
  }
}
/* line 133, ../sass/foundation/_base.scss */
.PC {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 133, ../sass/foundation/_base.scss */
  .PC {
    display: none;
  }
}
/* line 140, ../sass/foundation/_base.scss */
.text-right {
  text-align: right;
}
/* line 144, ../sass/foundation/_base.scss */
.text-center {
  text-align: center;
}
/* line 148, ../sass/foundation/_base.scss */
.text-bold {
  font-weight: 600;
}
/* line 152, ../sass/foundation/_base.scss */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
/*
--------------------------------------------------
  header
--------------------------------------------------
*/
/* line 8, ../sass/layout/_header.scss */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  display: flex;
  height: 7.2916666667vw;
}
@media screen and (max-width: 768px) {
  /* line 8, ../sass/layout/_header.scss */
  .header {
    height: 18.2291666667vw;
  }
}
/* line 19, ../sass/layout/_header.scss */
.header_inner {
  display: flex;
  align-items: flex-start;
  padding: 0 0 0 1.0416666667vw;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  /* line 19, ../sass/layout/_header.scss */
  .header_inner {
    padding: 0 2.6041666667vw;
  }
}
/* line 28, ../sass/layout/_header.scss */
.header_right {
  margin-left: auto;
}
/* line 31, ../sass/layout/_header.scss */
.header_logo {
  display: flex;
  align-items: center;
  width: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  /* line 31, ../sass/layout/_header.scss */
  .header_logo {
    width: 26.0416666667vw;
  }
  .leonslide {
    width: 84vw !important;
  }
  .hero_ttl {
    top: -145vw;
  }
}
/* line 39, ../sass/layout/_header.scss */
.header_logo02 {
  position: absolute;
  top: 0.5208333333vw;
  right: 0;
  width: 9.375vw;
}
@media screen and (max-width: 768px) {
  /* line 39, ../sass/layout/_header.scss */
  .header_logo02 {
    top: 1.3020833333vw;
    width: 23.4375vw;
  }
}
/*
--------------------------------------------------
  main
--------------------------------------------------
*/
/* line 9, ../sass/layout/_main.scss */
.main {
  overflow: hidden;
}
/* line 11, ../sass/layout/_main.scss */
.main_bg {
  background: url("../img/bg_main.png") fixed;
}
/*
--------------------------------------------------
  footer
--------------------------------------------------
*/
/* line 9, ../sass/layout/_footer.scss */
.footer {
  background: #000;
  padding: 2.0833333333vw 4.1666666667vw;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  /* line 9, ../sass/layout/_footer.scss */
  .footer {
    padding: 5.2083333333vw 10.4166666667vw;
  }
}
/* line 15, ../sass/layout/_footer.scss */
.footer_inner {
  text-align: center;
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  /* line 15, ../sass/layout/_footer.scss */
  .footer_inner {
    font-size: 3.125vw;
  }
}
/* line 22, ../sass/layout/_footer.scss */
.footer_notice {
  margin: 0 auto 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  /* line 22, ../sass/layout/_footer.scss */
  .footer_notice {
    margin: 0 auto 2.6041666667vw;
  }
}
/* line 28, ../sass/layout/_footer.scss */
.footer_cookie {
  display: inline-block;
  margin: 0 auto 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  /* line 28, ../sass/layout/_footer.scss */
  .footer_cookie {
    margin: 0 auto 2.6041666667vw;
  }
}
/* line 35, ../sass/layout/_footer.scss */
.footer_capcom, .footer_cfb, .footer_ecapcom {
  display: block;
  margin: 0 1.0416666667vw 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  /* line 35, ../sass/layout/_footer.scss */
  .footer_capcom, .footer_cfb, .footer_ecapcom {
    margin: 0 2.6041666667vw 2.6041666667vw;
  }
}
/* line 42, ../sass/layout/_footer.scss */
.footer_capcom {
  width: 12.5vw;
}
@media screen and (max-width: 768px) {
  /* line 42, ../sass/layout/_footer.scss */
  .footer_capcom {
    width: 31.25vw;
  }
}
/* line 48, ../sass/layout/_footer.scss */
.footer_cfb {
  width: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  /* line 48, ../sass/layout/_footer.scss */
  .footer_cfb {
    width: 26.0416666667vw;
  }
}
/* line 54, ../sass/layout/_footer.scss */
.footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
--------------------------------------------------
  sontainer
--------------------------------------------------
*/
/* line 9, ../sass/component/_container.scss */
.container {
  padding: 6.375vw 0;
  position: relative;
  transform-style: inherit;
}
/* line 11, ../sass/component/_container.scss */
.container_inner {
  padding: 0 7.2916666667vw;
}
@media screen and (max-width: 768px) {
  /* line 9, ../sass/component/_container.scss */
  .container {
    padding: 23.4375vw 0;
  }
  /* line 16, ../sass/component/_container.scss */
  .container_inner {
    padding: 0 5.2083333333vw;
  }
}
/*
--------------------------------------------------
  nav
--------------------------------------------------
*/
/* line 9, ../sass/component/_nav.scss */
.c-nav {
  flex: 1;
  top: 0;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/component/_nav.scss */
  .c-nav {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 9, ../sass/component/_nav.scss */
  .c-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 998;
    width: 100%;
    top: 0;
    right: -120%;
    height: 100vh;
    background: #8BC34A !important;
    transition: .5s all;
  }
}
/* line 29, ../sass/component/_nav.scss */
.c-nav.is-open {
  right: 0;
}
/* line 32, ../sass/component/_nav.scss */
.c-nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  animation: MenuDown 0.5s;
}
/* line 40, ../sass/component/_nav.scss */
.c-nav_list {
  display: flex;
  max-width: 980px;
  margin-left: auto;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  /* line 40, ../sass/component/_nav.scss */
  .c-nav_list {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
/* line 52, ../sass/component/_nav.scss */
.c-nav_item {
  display: flex;
  position: relative;
  flex: 1;
}
/* line 58, ../sass/component/_nav.scss */
.c-nav_item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background: #010c12;
  width: 1px;
}
/* line 68, ../sass/component/_nav.scss */
.c-nav_item a {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
/* line 77, ../sass/component/_nav.scss */
.c-nav_item a:hover {
  background: #8BC34A;
}
/* line 81, ../sass/component/_nav.scss */
.c-nav_item span {
  display: block;
  align-self: center;
}
/* line 85, ../sass/component/_nav.scss */
.c-nav_item small {
  display: block;
  font-size: 60%;
}
/* line 90, ../sass/component/_nav.scss */
.c-nav_item-twitter {
  background: black;
  flex: 0 80px;
}
/* line 93, ../sass/component/_nav.scss */
.c-nav_item-twitter img {
  width: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 100, ../sass/component/_nav.scss */
  .c-nav_item a {
    padding: 32px 0;
  }
  /* line 103, ../sass/component/_nav.scss */
  .c-nav_item:not(:last-child) {
    margin: 0;
  }
}
/* line 119, ../sass/component/_nav.scss */
.c-nav-toggle {
  display: none;
  background: #8BC34A;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 999;
  transition: .5s all;
}
@media screen and (max-width: 1024px) {
  /* line 119, ../sass/component/_nav.scss */
  .c-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* line 135, ../sass/component/_nav.scss */
.c-nav-toggle_inner {
  position: relative;
  width: 40px;
  height: 40px;
}
/* line 139, ../sass/component/_nav.scss */
.c-nav-toggle_inner span {
  position: absolute;
  left: 0;
  display: block;
  background: #fff;
  width: 100%;
  height: 2px;
  transition: .5s all;
}
/* line 147, ../sass/component/_nav.scss */
.c-nav-toggle_inner span:nth-child(1) {
  top: 10px;
}
/* line 150, ../sass/component/_nav.scss */
.c-nav-toggle_inner span:nth-child(2) {
  top: 20px;
}
/* line 153, ../sass/component/_nav.scss */
.c-nav-toggle_inner span:nth-child(3) {
  top: 30px;
}
/* line 158, ../sass/component/_nav.scss */
.c-nav-toggle.fixed {
  position: fixed;
  top: 0;
  right: 0;
  animation: MenuDown 0.5s;
}
/* line 168, ../sass/component/_nav.scss */
.c-nav-toggle.active .c-nav-toggle_inner span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}
/* line 172, ../sass/component/_nav.scss */
.c-nav-toggle.active .c-nav-toggle_inner span:nth-child(2) {
  top: 20px;
  transform: rotate(-45deg);
}
/* line 176, ../sass/component/_nav.scss */
.c-nav-toggle.active .c-nav-toggle_inner span:nth-child(3) {
  opacity: 0;
}
@keyframes MenuDown {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
--------------------------------------------------
  hero
--------------------------------------------------
*/
/* line 9, ../sass/component/_hero.scss */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 14, ../sass/component/_hero.scss */
.hero_img {
  display: block;
  position: absolute;
  top: -1.2083333333vw;
  left: -3.2916666667vw;
  z-index: 2;
  width: 49.4166666667vw;
  animation-name: fadeInAnime;
  animation-duration: 1s;
}
/* line 24, ../sass/component/_hero.scss */
.hero_inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.particle {
  height: 52.0833333333vw;
  position: absolute;
  z-index: 1;
  top: 0;
}
.leonslide {
  width: 104vw;
  position: relative;
  animation: fadeInAnimation forwards 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  left: 33vw;
  top: 4vw;
  z-index: 3;
}
.graceslide {
  width: 104vw;
  position: absolute;
  animation: fadeInAnimation forwards 7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  left: -38vw;
  top: 4vw;
  z-index: 3;
}
.figureslide {
  width: 54vw;
  position: absolute;
  animation: fadeInAnimation forwards 13s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  left: 54vw;
  top: 2vw;
  z-index: 1;
}
/* line 31, ../sass/component/_hero.scss 
.hero_contents {
  width: 52.0833333333vw;
  padding: 4.1666666667vw;
  text-shadow: 0 0 1.0416666667vw #000;
  margin-left: auto;
  animation: fadeInAnimation ease 5s
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}*/
.hero_contents {
  width: 100vw;
  height: 100vh;
  position: relative;
}
/* line 37, ../sass/component/_hero.scss */
.hero_ttl {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.5625vw;
  position: absolute;
  width: 50vw;
  top: 10vw;
  left: 25vw;
  z-index: 3;
  color: white;
  -webkit-text-stroke: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: 2px 2px 10px black;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
}
/* line 42, ../sass/component/_hero.scss */
.hero_ttl small {
  display: block;
  font-size: 5.655vw;
  margin-bottom: 1.0416666667vw;
  position: relative;
  top: 8vw;
  left: 20vw;
  /* text-shadow: 1px 1px 1px #000, 0 0 10px #797979, 0 0 20px #797979; */
}
/* line 48, ../sass/component/_hero.scss */
.hero_date {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 2.0833333333vw;
  letter-spacing: 0.15em;
  color: white;
  width: 88%;
  margin: 0 auto;
  top: 13vw;
  left: -16vw;
  /* text-shadow: 1px 1px 1px #000, 0 0 10px #797979, 0 0 20px #797979; */
  /* text-shadow: 0 0 0.5208333333vw #000, 0 0 1.0416666667vw #000, 0 0 1.0416666667vw #000; */
  margin-bottom: 2.0833333333vw;
}
/* line 57, ../sass/component/_hero.scss */
.hero_date:before, .hero_date:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  left: 0;
  display: none;
}
/* line 65, ../sass/component/_hero.scss */
.hero_date:before {
  top: 0;
}
/* line 68, ../sass/component/_hero.scss */
.hero_date:after {
  bottom: 0;
}
/* line 71, ../sass/component/_hero.scss */
.hero_date span {
  font-size: 2.6041666667vw;
}
/* line 75, ../sass/component/_hero.scss */
.hero_logo {
  width: 26.0416666667vw;
  margin: 0 auto 1.5625vw;
}
@media screen and (max-width: 768px) {
  /* line 9, ../sass/component/_hero.scss */
  .hero {
    background: linear-gradient(to top, #000 44%, transparent 80%);
  }
  /* line 81, ../sass/component/_hero.scss */
  .hero_img {
    position: relative;
    width: 130.2083333333vw;
    top: 0;
    left: -20.0416666667vw;
    margin-bottom: -39.0625vw;
    z-index: 1;
  }
  /* line 88, ../sass/component/_hero.scss */
  .hero_inner {
    height: auto;
    display: block;
  }
  /* line 92, ../sass/component/_hero.scss */
  .hero_contents {
    width: 100%;
    padding: 15.625vw 2.6041666667vw 0;
    left: -21vw;
  }
  .hero_front {
    font-size: 10vw !important;
  }
  .main-title {
    left: 31vw !important;
  }
  /* line 96, ../sass/component/_hero.scss */
  .hero_ttl {
    font-size: 11.625vw;
    margin-bottom: 3.90625vw;
  }
  /* line 99, ../sass/component/_hero.scss */
  .hero_ttl small {
    font-size: 3.90625vw;
    margin-bottom: -11vw !important;
  }
  /* line 104, ../sass/component/_hero.scss */
  .hero_date {
    font-size: 5.2083333333vw;
    margin-bottom: 5.2083333333vw;
    text-shadow: none;
    white-space: nowrap;
  }
  /* line 108, ../sass/component/_hero.scss */
  .hero_date:before, .hero_date:after {
    height: 0.2604166667vw;
  }
  /* line 111, ../sass/component/_hero.scss */
  .hero_date span {
    font-size: 7.8125vw;
  }
  /* line 115, ../sass/component/_hero.scss */
  .hero_logo {
    width: 65.1041666667vw;
    margin: 0 auto 1.5625vw;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
--------------------------------------------------
  btn
--------------------------------------------------
*/
/* line 9, ../sass/component/_btn.scss */
.hero_contents .btn_img {
  position: relative;
  top: 20vw;
  left: 20vw;
}
.btn_img {
  display: block;
  font-size: 0;
  max-width: 600px;
  width: 31.9791666667vw;
  height: 7.1875vw;
  margin: auto;
  /* transition: 0.3s transform, 0.3s filter; */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 17, ../sass/component/_btn.scss */
.btn_img:hover {
  transform: translateY(10px);
  filter: brightness(70%);
}
/* line 22, ../sass/component/_btn.scss */
.btn_img01 {
  background: url(../img/btn01.png) no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 2;
}
/* line 28, ../sass/component/_btn.scss */
.btn_img02 {
  background: url(../img/btn02.png) no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 2;
}
/* line 34, ../sass/component/_btn.scss */
.btn_ex {
  background: url(../img/btn02_ex.png) no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  /* line 8, ../sass/component/_btn.scss */
  .btn {
    width: 79.9479166667vw;
    height: 17.96875vw;
  }
}
/*
--------------------------------------------------
  scroll anime
--------------------------------------------------
*/
/* line 8, ../sass/component/_scrollAnime.scss */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
/* line 14, ../sass/component/_scrollAnime.scss */
.fade-in-up {
  transform: translate(0, 50px);
}
/* line 18, ../sass/component/_scrollAnime.scss */
.fade-in-down {
  transform: translate(0, -50px);
}
/* line 22, ../sass/component/_scrollAnime.scss */
.fade-in-left {
  transform: translate(-50px, 0);
}
/* line 26, ../sass/component/_scrollAnime.scss */
.fade-in-right {
  transform: translate(50px, 0);
}
/* line 30, ../sass/component/_scrollAnime.scss */
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/*
--------------------------------------------------
  youtube
--------------------------------------------------
*/
/* line 9, ../sass/component/_youtube.scss */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
/* line 14, ../sass/component/_youtube.scss */
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*
--------------------------------------------------
  hero
--------------------------------------------------
*/
/* line 10, ../sass/component/_heading.scss */
.heading-center {
  text-align: center;
  width: 100%;
  display: block;
  background: url("../img/titleframe.png") no-repeat;
  background-size: contain;
  height: 12vw;
}
/* line 13, ../sass/component/_heading.scss */
.heading-main {
  font-size: 1.75vw;
  margin-bottom: 4.1666666667vw;
  text-shadow: 0 0 10px #000;
  padding-top: 5vw;
}
/* line 18, ../sass/component/_heading.scss */
.heading-en {
  display: block;
  font-size: 250%;
  letter-spacing: .1em;
  font-weight: 400;
  opacity: 0.5;
  text-transform: uppercase;
  margin: -150px 0 0 0;
  font-family: "Special Elite", system-ui;
}
@media screen and (max-width: 768px) {
  /* line 25, ../sass/component/_heading.scss */
  .heading-main {
    font-size: 5.375vw;
    padding-top: 31vw;
  }
  .heading-center {
    background: none !important;
    height: 57vw !important;
  }
  .heading-en {
    font-size: 220% !important;
    margin: -98px 0 0 0 !important;
  }
}
/*
--------------------------------------------------
  pageTop
--------------------------------------------------
*/
/* line 8, ../sass/component/_pageTop.scss */
.c-pageTop {
  position: fixed;
  width: 5.78125vw;
  height: 4.2916666667vw;
  bottom: 0.4166666667vw !important;
  right: 0.4166666667vw;
  cursor: pointer;
  z-index: 998;
}
.reserve {
  position: absolute;
  bottom: 4.4166666667vw;
  background: url(../img/buybtn.png) no-repeat;
  background-size: 100%;
  width: 10.78125vw;
  height: 10.2916666667vw;
  right: -1vw;
}
.reserve:hover {
  background: url(../img/buybtnhover.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  /* line 8, ../sass/component/_pageTop.scss */
  .c-pageTop {
    width: 14.453125vw;
    height: 24.2291666667vw;
    bottom: 1.0416666667vw;
    right: 1.0416666667vw;
  }
}
/* line 22, ../sass/component/_pageTop.scss */
.c-pageTop_btn {
  display: block;
  position: relative;
  width: 10.78125vw;
  height: 7.2916666667vw;
  background: url(../img/return_top.png) no-repeat;
  background-size: 100%;
  right: 4vw;
}
/* line 29, ../sass/component/_pageTop.scss
.c-pageTop_btn:hover {
	background: url(../img/return_top02.png) no-repeat;
  background-size: 100%;
} */
@media screen and (max-width: 768px) {
  /* line 22, ../sass/component/_pageTop.scss */
  .c-pageTop_btn {
    width: 14.453125vw;
    height: 18.2291666667vw;
    bottom: -21vw !important;
    right: -3vw !important;
  }
}
/* line 37, ../sass/component/_pageTop.scss */
.c-pageTop-twitter {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9.8958333333vw;
  transform: translateX(-50%);
  width: 3.125vw;
  height: 3.125vw;
  background: #fff;
  border-radius: 100px;
}
/* line 47, ../sass/component/_pageTop.scss */
.c-pageTop-twitter:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/tw_icon.png) no-repeat center;
  background-size: contain;
  width: 1.4583333333vw;
  height: 1.1979166667vw;
}
/* line 58, ../sass/component/_pageTop.scss */
.c-pageTop-twitter:after {
  content: 'SHARE';
  position: absolute;
  top: 3.125vw;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "source-han-serif-japanese", "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.9375vw;
  transition: .3s all;
}
/* line 69, ../sass/component/_pageTop.scss */
.c-pageTop-twitter:hover {
  background: white;
}
/* line 71, ../sass/component/_pageTop.scss */
.c-pageTop-twitter:hover:after {
  color: white;
}
@media screen and (max-width: 768px) {
  /* line 37, ../sass/component/_pageTop.scss */
  .c-pageTop-twitter {
    bottom: 24.7395833333vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
  /* line 79, ../sass/component/_pageTop.scss */
  .c-pageTop-twitter:before {
    width: 6.5104166667vw;
    height: 5.2083333333vw;
  }
  /* line 83, ../sass/component/_pageTop.scss */
  .c-pageTop-twitter:after {
    top: 11.0677083333vw;
    font-size: 2.34375vw;
  }
}
/*
--------------------------------------------------
  nav
--------------------------------------------------
*/
/* line 8, ../sass/component/_notice.scss */
.notice {
  font-size: 60%;
}
/*
--------------------------------------------------
  project
--------------------------------------------------
*/
/* line 9, ../sass/project/_project.scss */
.container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* box-shadow: 0 0 8px 1px rgba(0, 0, 0, .7); */
}
#lead {
  position: relative;
  padding: 0 0 6vw !important;
  height: 25vw;
}
#lead:before {
  /* background: url(../img/bg02.jpg) no-repeat center bottom;
  background-size: cover;   */
  background: black;
  transform: translateZ(-1px) scale(1);
}
#monster {
  background: black;
  background-size: cover;
  z-index: 2;
}
#gallery:before {
  background: black;
  background-size: 100%;
  transform: translateZ(-20px) scale(1);
}
#gallery h2 {
  color: white !important;
  position: relative;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  /* line 9, ../sass/project/_project.scss */
  #lead {
    /* background: url(../img/bg02.jpg) no-repeat center top; */
    margin-top: -39vw;
  }
  /* line 26, ../sass/project/_project.scss */
  #lead:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000 10%, transparent 30%);
  }
}
/* line 40, ../sass/project/_project.scss */
.lead_ttl, .lead_text {
  position: relative;
  z-index: 3;
  text-shadow: 0 0 20px #000;
  text-align: center;
}
/* line 45, ../sass/project/_project.scss */
.lead_logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 15.625vw;
  margin: auto;
}
/* line 52, ../sass/project/_project.scss */
.lead_ttl {
  font-size: 4.1666666667vw;
  margin-bottom: 2.0833333333vw;
}
/* line 56, ../sass/project/_project.scss */
.lead_text {
  font-size: 1.6666666667vw;
  text-align: center;
  margin-top: 5vw;
}
/* line 59, ../sass/project/_project.scss */
.lead_text span {
  color: #8BC34A;
  font-weight: 700;
}
/* line 64, ../sass/project/_project.scss */
.lead_youtube {
  position: relative;
  width: 80vw;
  margin: 4vw auto 0;
}
@media screen and (max-width: 768px) {
  /* line 81, ../sass/project/_project.scss */
  .lead_logo {
    width: 54.6875vw;
    margin-bottom: 5.2083333333vw;
  }
  /* line 85, ../sass/project/_project.scss */
  .lead_ttl {
    font-size: 6.25vw;
    margin-bottom: 5.2083333333vw;
  }
  /* line 89, ../sass/project/_project.scss */
  .lead_text {
    font-size: 4.1666666667vw;
  }
  /* line 91, ../sass/project/_project.scss */
  .lead_text span {
    color: #8BC34A;
    font-weight: 700;
  }
  /* line 96, ../sass/project/_project.scss */
  .lead_youtube {
    width: 100%;
    margin: 10.4166666667vw auto;
  }
  /* line 99, ../sass/project/_project.scss */
  .lead_youtube:before {
    top: -5.859375vw;
    width: 85.9375vw;
    height: 57.2916666667vw;
  }
}
/* line 108, ../sass/project/_project.scss */
/* line 112, ../sass/project/_project.scss */
.monster {
  display: flex;
  align-items: center;
  position: relative;
  height: 52.0833333333vw;
  margin: 0 auto 9.375vw;
}
@media screen and (max-width: 768px) {
  /* line 112, ../sass/project/_project.scss */
  .monster {
    display: block;
    height: 195.3125vw;
    margin: 0 auto 53.4375vw;
  }
}
/* line 123, ../sass/project/_project.scss */
.grace_cg {
  position: relative;
  display: block;
  width: 26.0416666667vw;
  bottom: -38.583333vw;
  right: -26.0833333333vw;
  z-index: 2;
}
.leon_cg {
  position: relative;
  display: block;
  width: 36.0416666667vw;
  bottom: -33.583333vw;
  right: -23.0833333333vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  /* line 123, ../sass/project/_project.scss */
  .monster_cg {
    display: none;
  }
}
/* line 134, ../sass/project/_project.scss */
.monster_explain, .monster_name {
  position: relative;
  z-index: 1;
}
/* line 138, ../sass/project/_project.scss */
.monster_text {
  width: 46.875vw;
  position: relative;
  margin-left: auto;
  background: rgba(0, 0, 0, 0.8);
  padding: 6.25vw 4.1666666667vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  /* line 138, ../sass/project/_project.scss */
  .monster_text {
    width: 100%;
    margin: auto;
    padding: 15.625vw 5.2083333333vw;
  }
}
/* line 151, ../sass/project/_project.scss */
.monster_name {
  margin-bottom: 1.0416666667vw;
  line-height: 1.4;
}
/* line 154, ../sass/project/_project.scss */
.monster_name-kanji {
  position: relative;
}
/* line 157, ../sass/project/_project.scss */
.monster_name-ruby {
  position: absolute;
  font-size: 40%;
  letter-spacing: .3em;
  left: 8px;
  top: -1.5625vw;
}
@media screen and (max-width: 768px) {
  /* line 151, ../sass/project/_project.scss */
  .monster_name {
    text-align: center;
    margin-bottom: 2.6041666667vw;
  }
  /* line 167, ../sass/project/_project.scss */
  .monster_name-ruby {
    position: absolute;
    etter-spacing: .4em;
    font-size: 40%;
    left: 0;
    top: -3.90625vw;
  }
}
/* line 175, ../sass/project/_project.scss */
.monster_img {
  position: absolute;
  top: -15.625vw;
  left: -6.25vw;
  width: 52.0833333333vw;
  z-index: 1;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  /* line 175, ../sass/project/_project.scss */
  .monster_img {
    position: relative;
    width: 91.1458333333vw;
    margin: -46.875vw 0 -15.625vw;
    left: 50%;
    top: 10vw;
    margin-left: -50%;
    z-index: 2;
  }
}
/* line 193, ../sass/project/_project.scss */
.point {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  /* line 193, ../sass/project/_project.scss */
  .point {
    display: block;
  }
}
/* line 199, ../sass/project/_project.scss */
.point_item {
  width: calc(32.333% - 2.0833333333vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-style: solid;
  border-image-slice: 50 120 160;
  border-image-width: 38px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-source: url("../img/box_border.png");
}
.point_itembig {
  width: calc(66% - 5.0833333333vw);
  margin: 0 auto;
}
.point_itembig .pointview {
  display: inline-block !important;
  width: 49.5%;
}
.pointtitle {}
.point_num_wrap {
  text-align: center;
}
.point_itembig .point_num:before {
  width: 50vw;
}
/* line 202, ../sass/project/_project.scss */
.point_item:last-child {
  margin: 0;
}
/* line 205, ../sass/project/_project.scss */
.point_item:nth-child(2) {
  transition-delay: 250ms;
}
/* line 208, ../sass/project/_project.scss */
.point_item:nth-child(3) {
  transition-delay: 500ms;
}
@media screen and (max-width: 768px) {
  /* line 199, ../sass/project/_project.scss */
  .point_item {
    width: 100%;
  }
  /* line 214, ../sass/project/_project.scss */
  .point_item:nth-child(2) {
    transition-delay: 0s;
  }
  /* line 217, ../sass/project/_project.scss */
  .point_item:nth-child(3) {
    transition-delay: 0s;
  }
}
/* line 222, ../sass/project/_project.scss */
.point_num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0 auto 2.0833333333vw;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 7.2916666667vw;
  color: white;
  z-index: 2;
}
/* line 233, ../sass/project/_project.scss */
.point_num:before {
  content: '';
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  display: block;
  width: 25.25vw;
  height: 6.25vw;
  border-top: solid 0.0520833333vw white;
  border-bottom: solid 0.0520833333vw white;
}
@media screen and (max-width: 768px) {
  /* line 222, ../sass/project/_project.scss */
  .point_num {
    margin: 0 auto;
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
  /* line 247, ../sass/project/_project.scss */
  .point_num:before {
    top: 1.3020833333vw;
    left: 1.3020833333vw;
    width: 15.625vw;
    height: 15.625vw;
  }
}
/* line 256, ../sass/project/_project.scss */
.point_num_wrap span {
  display: block;
  font-size: 3.125vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 262, ../sass/project/_project.scss */
  .point_num_wrap span {
    font-size: 7.8125vw;
  }
}
/* line 267, ../sass/project/_project.scss */
.point_img {
  position: relative;
  display: block;
  width: 16.9270833333vw;
  margin: 0 auto 2.0833333333vw;
  transition: .3s filter;
  z-index: 0;
}
/* line 274, ../sass/project/_project.scss */
.point_img:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.0416666667vw;
  display: block;
  width: 4.0625vw;
  height: 5.3645833333vw;
  background: url(../img/icon_zoom.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  /* line 267, ../sass/project/_project.scss */
  .point_img {
    width: 54.6875vw;
    margin: 0 auto 5.2083333333vw;
  }
  /* line 289, ../sass/project/_project.scss */
  .point_img:before {
    bottom: -2.6041666667vw;
    width: 10.15625vw;
    height: 13.4114583333vw;
  }
}
#set {
  background: url("../img/bg04.jpg") no-repeat;
  background-size: cover;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-bottom: 5vw;
}
/* line 298, ../sass/project/_project.scss */
#gallery {
  background: url("../img/bg02.jpg") no-repeat;
  background-size: contain;
  margin: 4vw 0 9vw;
}
/* line 302, ../sass/project/_project.scss */
#gallery .swiper-slide img {
  width: 33.2vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 302, ../sass/project/_project.scss */
  #gallery .swiper-slide img {
    width: 100%;
  }
}
/* line 310, ../sass/project/_project.scss */
#gallery .swiper-button-prev, #gallery .swiper-button-next {
  width: 2.7604166667vw !important;
  height: 3.90625vw !important;
  transition: 0.3s all;
}
/* line 314, ../sass/project/_project.scss */
#gallery .swiper-button-prev:after, #gallery .swiper-button-next:after {
  content: none !important;
}
/* line 317, ../sass/project/_project.scss */
#gallery .swiper-button-prev:hover, #gallery .swiper-button-next:hover {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  /* line 310, ../sass/project/_project.scss */
  #gallery .swiper-button-prev, #gallery .swiper-button-next {
    width: 6.9010416667vw !important;
    height: 9.765625vw !important;
  }
}
/* line 326, ../sass/project/_project.scss */
#gallery .swiper-button-prev {
  background: url(../img/arrow_left.png) no-repeat;
  background-size: 100%;
}
/* line 331, ../sass/project/_project.scss */
#gallery .swiper-button-next {
  background: url(../img/arrow_right.png) no-repeat;
  background-size: 100%;
}
/* line 335, ../sass/project/_project.scss */
#gallery .swiper-pagination {
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%) !important;
}
/* line 342, ../sass/project/_project.scss */
#gallery .swiper-pagination-bullet {
  background: #333;
  /*  background-color: transparent !important;
  background: url(../img/bullet.png) no-repeat !important; 
  background-size: contain !important;*/
  border-radius: unset !important;
  opacity: 1 !important;
  width: 21px !important;
  margin: 4px;
}
/* line 353, ../sass/project/_project.scss */
#gallery .swiper-pagination-bullet-active {
  /* background-image: url(../img/bullet_active.png) !important; */
  background: #760000;
  width: 21px;
}
/* line 360, ../sass/project/_project.scss */
#creator {
  position: relative;
  background: url("../img/bg03.jpg") no-repeat;
  background-size: cover;
  z-index: -1;
}
/* line 365, ../sass/project/_project.scss */
#creator:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, transparent);
  z-index: -1;
}
/* line 378, ../sass/project/_project.scss */
.creator {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  width: 62.5vw;
  margin: 0 auto 2.0833333333vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  /* line 378, ../sass/project/_project.scss */
  .creator {
    width: 100%;
    margin: 0 auto 5.2083333333vw;
  }
}
/* line 388, ../sass/project/_project.scss */
.creator_inner {
  display: flex;
  padding: 4.1666666667vw;
  border-style: solid;
  border-image-slice: 50 120 162;
  border-image-width: 38px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-source: url("../img/box_border.png");
}
@media screen and (max-width: 768px) {
  /* line 388, ../sass/project/_project.scss */
  .creator_inner {
    display: block;
    padding: 10.4166666667vw 5.2083333333vw;
  }
}
/* line 396, ../sass/project/_project.scss */
.creator_img {
  width: 12.2395833333vw;
  margin-right: 2.0833333333vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  /* line 396, ../sass/project/_project.scss */
  .creator_img {
    width: 61.1979166667vw;
    margin: 0 auto 5.2083333333vw;
  }
}
/* line 409, ../sass/project/_project.scss */
.creator_item:before {
  content: '';
  display: inline-block;
  background: url(../img/icon_handle.png) no-repeat;
  background-size: 100%;
  width: 1.71875vw;
  height: 1.7708333333vw;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  /* line 409, ../sass/project/_project.scss */
  .creator_item:before {
    width: 4.4270833333vw;
    height: 4.4270833333vw;
  }
}
/* line 423, ../sass/project/_project.scss */
.creator_name {
  font-size: 1.6666666667vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  /* line 423, ../sass/project/_project.scss */
  .creator_name {
    font-size: 5.2083333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
/* line 431, ../sass/project/_project.scss */
.creator_info {
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  /* line 431, ../sass/project/_project.scss */
  .creator_info {
    font-size: 3.125vw;
  }
}
/* line 439, ../sass/project/_project.scss */
#spec {
  position: relative;
  background: url("../img/bg06.jpg") no-repeat top center;
  background-size: 140%;
  z-index: -1;
  padding-bottom: 15vw;
}
/* line 444, ../sass/project/_project.scss */
#spec:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, transparent);
  z-index: -1;
}
/* line 458, ../sass/project/_project.scss */
.spec {
  width: 72.9166666667vw;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  /* line 458, ../sass/project/_project.scss */
  .spec {
    width: 100%;
  }
}
/* line 465, ../sass/project/_project.scss */
.spec_inner {
  padding: 3.1666666667vw;
  border-image-slice: 50 120 162;
  border-image-width: 38px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-source: url("../img/box_border.png");
}
@media screen and (max-width: 768px) {
  /* line 465, ../sass/project/_project.scss */
  .spec_inner {
    display: block;
    padding: 10.4166666667vw 5.2083333333vw;
  }
}
/* line 473, ../sass/project/_project.scss */
.spec_ttl {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  /* line 473, ../sass/project/_project.scss */
  .spec_ttl {
    margin-bottom: 2.6041666667vw;
  }
}
/* line 481, ../sass/project/_project.scss */
.spec_info_container {
  display: flex;
  margin: 0 0 1.0416666667vw;
}
/* line 484, ../sass/project/_project.scss */
.spec_info_container dt {
  border: 1px solid #fff;
  width: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.0416666667vw 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  /* line 481, ../sass/project/_project.scss */
  .spec_info_container {
    margin: 0 0 2.6041666667vw;
  }
  /* line 495, ../sass/project/_project.scss */
  .spec_info_container dt {
    width: 18.2291666667vw;
    margin: 0 2.6041666667vw 0 0;
  }
}
/* line 501, ../sass/project/_project.scss */
.spec_img {
  flex-shrink: 0;
  width: 30.0416666667vw;
  margin: 0 auto 2vw;
}
@media screen and (max-width: 768px) {
  /* line 501, ../sass/project/_project.scss */
  .spec_img {
    width: 65.1041666667vw;
    margin: 0 auto 5.2083333333vw;
  }
}
/* line 510, ../sass/project/_project.scss */
.spec_notice {
  margin: 0 0 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  /* line 510, ../sass/project/_project.scss */
  .spec_notice {
    margin: 0 0 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 518, ../sass/project/_project.scss */
  #link {
    padding-bottom: 46.875vw;
  }
}
/* line 524, ../sass/project/_project.scss */
.link {
  width: 62.5vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  /* line 524, ../sass/project/_project.scss */
  .link {
    width: 100%;
  }
}
/* line 530, ../sass/project/_project.scss */
.link-half {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  /* line 530, ../sass/project/_project.scss */
  .link-half {
    display: block;
    position: relative;
    z-index: 9;
  }
  span.hero_back {
    font-size: 8vw !important;
    top: 12vw !important;
    left: 19vw !important;
  }
  span.hero_back2 {
    font-size: 8vw !important;
    top: 13vw !important;
    left: 19vw !important;
  }
  .pointview figcaption p {
    top: 35vw !important;
    left: 19vw !important;
    font-size: 6vw !important;
  }
  .pointview figcaption span {
    top: -9.5vw !important;
    left: 16.8vw !important;
    font-size: 28vw !important;
  }
  #gallery .swiper-pagination {
    bottom: -98px;
  }
  .hero_btn {
    zoom: 1 !important;
  }
}
/* line 537, ../sass/project/_project.scss */
.link-half .link_item {
  width: calc(50% - 1.3020833333vw);
}
/* line 539, ../sass/project/_project.scss */
.link-half .link_item:not(:last-child) {
  margin-right: 2.6041666667vw;
}
@media screen and (max-width: 768px) {
  /* line 537, ../sass/project/_project.scss */
  .link-half .link_item {
    width: 100%;
    margin-bottom: 7.8125vw;
  }
  .title-l {
    font-size: .9em !important;
  }
  .hero_ttl small {
    top: 0 !important;
  }
  .hero_contents {
    padding: 5.625vw 2.6041666667vw 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */
/* Loading Block */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading_img {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 175px;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* lighting */
#canvas {
  width: 100vw;
  height: 52.0833333333vw;
  position: absolute;
  overflow: hidden;
}
#clouds {
  position: relative;
  z-index: 100;
}
ul.lightning {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  list-style: none;
  margin: 0px;
}
ul.lightning li.line {
  z-index: 1;
  display: block;
  width: 0px;
  border: 1px solid #FFF;
  left: 0px;
  background-color: #FFF;
  position: absolute;
}
.flash {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 720px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 900;
  display: none;
}
/* customize gallery */
.swiper-slide-next, .swiper-slide-prev {
  opacity: 0.3;
  background: #000;
}
#wrap {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 999;
}
/* nav */
.dotnav {
  padding: 0;
  list-style: none;
  font-size: 0.001px;
}
.dotnav > li {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}
.dotnav > li:nth-child(n+2) {
  margin-left: 15px;
}
.dotnav > li > a {
  display: inline-block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #66ccff;
  vertical-align: top;
  overflow: hidden;
  padding: 0;
  text-indent: -999%;
}
.dotnav > li > a:hover, .dotnav > li > a:focus {
  background: #66ccff;
  outline: none;
}
.dotnav > li > a:active {
  background: #66ccff;
}
.dotnav > li.active > a {
  background: #66ccff;
}
.dotnav-vertical > li {
  display: block;
  margin-right: 10px;
}
.dotnav-vertical > li:nth-child(n+2) {
  margin-left: 0;
  margin-top: 10px;
}
.awesome-tooltip + .tooltip > .tooltip-inner {
  background-color: #66ccff;
  color: #fff;
  border: 1px solid #66ccff;
}
.awesome-tooltip + .tooltip.left > .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #66ccff;
}
.p-lead_heading {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
  margin: 54px auto;
  text-shadow: 0 0 20px #000;
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 6px;
  line-height: 2.4;
  height: 720px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pointview {
    width: 56.9270833333vw;
  }
  .topbutton {
    top: 139vw !important;
    left: 13vw ;
  }
  .topbutton02 {
    top: 139vw !important;
    left: 59.5vw !important;
  }
  .c-pageTop_btn {}
}

@media screen and (max-width: 480px) {
  /* line 202, ../sass/project/_project.scss */
  .p-lead_heading {
    font-size: 2.4rem;
    margin-bottom: 40px;
    height: 400px;
    letter-spacing: 5px;
  }
  .hero_contents {
    height: 100vw !important;
  }
  .title-l {
    top: 17vw;
  }
  .hero_ttl small {
    top: 24vw !important;
  }
  .circle.circle-02 {
    right: -22vw !important;
  }
  .hero_img {
    position: relative;
    width: 130.2083333333vw;
    top: 59vw !important;
    left: -20.0416666667vw;
    margin-bottom: -39.0625vw;
    z-index: 1;
  }
  .parallax_img {
    width: 91.5vw !important;
  }
  .parallax_title {
    top: 25vw !important;
    font-size: 19vw !important;
  }
  .parallax_jptitle, .parallax_jptitle02 {
    font-size: 8vw !important;
  }
  .parallax_jptitle {
    top: 26vw !important;
    left: 2vw !important;
    position: relative !important;
  }
  .parallax_title_layer {
    top: 34vw !important;
    left: 4vw !important;
    position: relative !important;
  }
  .parallax_title_layer02 {
    top: 14vw !important;
    left: 4vw !important;
    position: relative !important;
  }
  #monster {
    margin-top: -10vw;
  }
  .parallax_jptitle small, .parallax_jptitle02 small {
    font-size: 2.9vw !important;
  }
  .title_line {
    font-size: 3.8vw !important;
  }
  .parallax_title_layer {
    height: auto !important;
  }
  .parallax_title_layer, .parallax_title_layer02 {
    font-size: 3.4vw !important;
    position: relative !important;
  }
  .parallax_img {
    width: 78.5vw !important;
    top: 16vw !important;
    right: -4vw !important;
  }
  .parallax_img02 {
    position: relative !important;
  }
  span.releaselabel {
    font-size: 4vw !important;
  }
  .split.left::before {
    background: none !important;
    transform: none !important;
  }
  section#lineup {
    height: 100%;
  }
  .btnleft {
    width: 60% !important;
  }
  .parallax_jptitle02 {
    right: -3vw !important;
  }
  .tabs {
    margin: 0 !important;
  }
  .tabs .tab-content {
    position: relative !important;
    top: 0 !important;
    height: 100% !important;
  }
  .tabs label {
    z-index: 2;
  }
  .tabs li {
    float: none !important;
  }
  .leonslide {
    width: 104.5vw !important;
    left: -14vw;
    top: 0;
  }
  .graceslide {
    width: 103.6vw !important;
    left: 0;
  }
  .hero_btn {
    top: -138vw !important;
    left: 0;
  }
  .buybtnleft {
    width: 87%;
    top: 49vw;
  }
  .buybtnleft p {
    font-size: 5.5vw !important;
    margin: -6vw 0 0 !important;
  }
  .buybtnleft h3 {
    font-size: 4vw !important;
  }
  .tophead {
    height: 400vw !important;
  }
  .buybtn h2 {
    font-size: 10px !important;
  }
  #gallery {
    margin: -22vw 0 9vw !important;
  }
  .swiper-pagination {
    display: none;
  }
  .hero_date {
    position: relative;
    left: 21vw;
  }
  .title_line2 {
    font-size: 4.8vw !important;
  }
  .point_num {
    width: 100%;
    background: transparent;
    left: 0;
  }
  .point_item {
    margin-left: 0 !important;
  }
  .point_itembig .point_num:before {
    width: 53vw;
  }
  .point_itembig .pointview {
    width: 100%;
  }
  span.hero_back {
    top: 32vw !important;
  }
  span.hero_back2 {
    top: 29vw !important;
  }
  .hero_date {
    top: 24vw;
  }
  #lead {
    margin-top: 8vw !important;
    height: 45vw !important;
  }
  .spec_info_container dt {
    font-size: 3vw;
  }
  .menu {
    top: 0 !important;
  }
  #spec {
    padding: 0 0 20vw !important;
  }
  #creator {
    padding: 0 !important;
  }
  .hero_ttl {
    top: -47vw !important;
    left: 5vw;
    width: 93vw;
    height: 162vw;
    position: relative;
  }
  .topbutton {
    width: 44vw !important;
    top: -120vw !important;
    left: 27vw;
    position: relative !important;
  }
  .topbutton02 {
    width: 44vw !important;
    top: -87vw !important;
    left: 27vw !important;
    position: relative !important;
  }
  .menu ul {
    width: 100% !important;
  }
	.container-box{
		height: 100% !important;
	}
  .splitcontainer {
    height: 100% !important;
  }
  .split {
    display: block !important;
    position: relative !important;
    width: 90% !important;
    height: 100% !important;
    margin: 0 auto;
  }
  .split.left {
    position: relative !important;
  }
  .parallax_img {
    position: relative !important;
  }
  .c-pageTop_btn {
    left: -24vw !important;
    bottom: -15vw !important;
    width: 43.453vw !important;
  }
  .reserve {
    bottom: 8.41vw;
    width: 42.781vw;
    height: 40.29vw;
    right: -4vw;
  }
  ul.select {
    width: 100% !important;
  }
  .btnspec {
    width: 80% !important;
  }
  .zoomwrap {
    display: block !important;
  }
  .leonpoint, .gracepoint {
    width: 95vw !important;
  }
  .zoommark {
    width: 8vw !important;
  }
  .setpoint {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
  .zoommark01 {
    left: 54vw !important;
  }
  .zoommark02 {
    top: 77vw !important;
    left: 22vw !important;
  }
  .zoommark03 {
    left: 25vw !important;
  }
  .zoommark04 {
    top: 12vw !important;
  }
  .zoommark05 {
    top: 74vw !important;
    right: 48vw !important;
  }
  .zoommark06 {
    top: 15vw !important;
    right: 54vw !important;
  }
}
.parallax {
  transform: rotateX(var(--rotate-x)) rotateY(var(--rotate-y));
  transform-style: preserve-3d;
  transition: transform 1.5s cubic-bezier(0.05, 0.5, 0, 1);
  will-change: transform;
}
.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.pointview {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 100%;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1;
}
.pointview *, .pointview:before, .pointview:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pointview img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  padding: 10px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
.pointview figcaption {
  position: absolute;
  width: 95%;
  height: 95%;
  top: 0.7vw;
  left: 0.5vw;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.pointview i {
  position: absolute;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
  content: "+"
}
.pointview a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.pointview:hover figcaption, .pointview.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.pointview:hover:before, .pointview.hover:before, .pointview:hover:after, .pointview.hover:after {
  border-width: 0px;
}
.pointview:hover:before, .pointview.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pointview:hover:after, .pointview.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pointview figcaption span {
  position: absolute;
  top: 3vw;
  left: 11vw;
  font-size: 8vw;
  font-weight: bold;
}
.pointview figcaption p {
  position: relative;
  top: 11.5vw;
  left: 9vw;
  font-size: 2vw;
  font-weight: bold;
}
.point_text {
  text-align: center;
  margin-bottom: 3vw;
}

span.hero_back {
  font-size: 3.25vw;
  /* text-shadow: 1px 1px 1px #000, 0 0 10px #797979, 0 0 20px #797979; */
  /*  animation: blink 1.5s infinite alternate; */
  position: relative;
  top: 5.5vw;
  left: 50.9vw;
  color: #545454;
  mix-blend-mode: difference;
}
span.hero_back2 {
  font-size: 3vw;
  /* text-shadow: 1px 1px 1px #000, 0 0 10px #797979, 0 0 20px #797979; */
  /*  animation: blink 1.5s infinite alternate; */
  position: relative;
  top: 9.5vw;
  left: 15vw;
  color: #545454;
  mix-blend-mode: difference;
}
@-webkit-keyframes blink {
  100% {
    text-shadow: 0 0 2px #ffffff, 0 0 10px #d2d2d2, 0 0 20px #d2d2d2, 0 0 40px #d2d2d2;
  }
}
@keyframes blink {
  100% {
    text-shadow: 0 0 2px #ffffff, 0 0 10px #d2d2d2, 0 0 20px #d2d2d2, 0 0 40px #d2d2d2;
  }
}
.hero_front {
  position: relative;
  font-size: 3vw;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: white;
  top: 12vw;
  left: 20vw;
}
.hero_front:before, .hero_front:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 43%;
  height: 1px;
  content: '\a0';
  background-color: #cccccc;
  margin-left: 5%;
}
.hero_front:before {
  margin-left: -47%;
  text-align: right;
}
/* particle */
.particle-box {
  position: absolute;
  transform: translateY(-10vh);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.particle-box .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
  -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
  animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@-webkit-keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}


.header {
  height: 6vw;
}
/* line 39, ../sass/layout/_header.scss */
.header_lang {
  display: flex;
}
/* line 41, ../sass/layout/_header.scss */
.header_lang a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2083333333vw;
  height: 80px;
  background: #666;
  color: #000;
}
/* line 49, ../sass/layout/_header.scss */
.header_lang a:hover {
  background: #000;
  color: #016c98;
}
/* line 54, ../sass/layout/_header.scss */
.header_lang a.active {
  background: #000;
  color: #016c98;
  pointer-events: none;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  /* line 39, ../sass/layout/_header.scss */
  .header_lang {
    width: 31.25vw;
    margin-right: -3vw;
  }
  /* line 63, ../sass/layout/_header.scss */
  .header_lang a {
    width: 39.0625vw;
    height: 16.9270833333vw;
  }
	.spec_content{
		display: block !important;
	}
}
.header_left {
  padding: 1.0416666667vw;
}
.main-title {
  color: white;
  position: relative;
  top: 13vw;
  left: 20vw;
  margin-top: -15rem;
  filter: drop-shadow(0 0 .75rem rgba(0, 0, 0, .1)) drop-shadow(0 0 .75rem rgba(0, 0, 0, .1));
  text-align: center;
  font-size: 4rem;
  z-index: 934859;
}
.main-title .title-l {
  font-size: 12rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.main-title span {
  display: block;
  text-align: center;
}
.moving-clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 250.625em;
  height: 43.75em;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 80s linear infinite;
  background-image: url("../img/clouds.png");
  z-index: 1;
}
@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.title-l {
  position: relative;
  top: 13vw;
  left: 20vw;
  font-size: 1em;
  letter-spacing: 4px;
  overflow: hidden;
  text-shadow: 0 0 2px #ffffff, 0 0 10px #797979, 0 0 20px #797979;
  animation: blink 1.5s infinite alternate;
}
@keyframes shine {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.circle {
  position: absolute;
  opacity: 0
}
.circle.circle-01 {
  top: -8rem;
  left: -21rem;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .circle.circle-01 {
    top: -8rem !important;
    left: -8rem !important;
    width: 14.5rem !important;
  }
  .title-1 {
    left: -17vw;
  }
}
.circle.circle-02 {
  top: 34rem;
  right: -12rem;
  width: 20.5rem;
}
@media screen and (max-width: 767px) {
  .circle.circle-02 {
    bottom: -7rem;
    width: 11.4rem;
  }
  .moving-clouds {
    bottom: 168vw !important;
  }
  .main-title .title-l {
    font-size: 8rem;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
.circle.circle-03 {
  bottom: -39rem;
  left: -14.5rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .circle.circle-03 {
    bottom: -25rem;
    left: -5.5rem !important;
    width: 6.9rem;
  }
}
.circle.circle-04 {
  top: -5rem;
  right: -17rem;
  width: 18.5rem;
}
@media screen and (max-width: 767px) {
  .circle.circle-04 {
    top: -5rem;
    right: -4rem;
    width: 7.9rem;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(12px);
  }
}
.buybtn {
  animation: 3s gradient-angle infinite linear;
  border: 2px solid transparent;
  background-image: linear-gradient(#666, #999), conic-gradient(from var(--gradient-angle), gray 0%, #ccc 37%, white 30%, #ccc 33%, gray 40%, gray 50%, #ccc 77%, white 80%, #ccc 83%, gray 90%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: grid;
  max-width: 400px;
  padding: 20px 10px;
  text-decoration: none;
  color: white;
  border-radius: 100px;
  place-content: center;
  place-items: center;
  row-gap: 16px;
  margin: 0 auto;
  cursor: pointer !important;
  position: relative;
}
.buybtnleft {
  animation: 3s gradient-angle infinite linear;
  border: 2px solid transparent;
  background-image: linear-gradient(#666, #999), conic-gradient(from var(--gradient-angle), gray 0%, #ccc 37%, white 30%, #ccc 33%, gray 40%, gray 50%, #ccc 77%, white 80%, #ccc 83%, gray 90%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: grid;
  max-width: 400px;
  padding: 20px 10px 10px;
  text-decoration: none;
  color: white;
  border-radius: 100px;
  place-content: center;
  place-items: center;
  row-gap: 16px;
  margin: 0 auto;
  cursor: pointer !important;
  position: relative;
  z-index: 3;
  top: 45vw;
  font-family: serif;
}
.buybtnleft h3 {
  font-size: 1vw;
}
.buybtnleft p {
  font-size: 1.5vw;
  margin: -1vw 0 0;
  font-weight: bold;
}
@keyframes gradient-angle {
  to {
    --gradient-angle: 1turn;
  }
}
.buybtnleft:hover, .buybtnright:hover, .buybtn:hover {
  color: white;
  opacity: 0.5;
  cursor: pointer !important;
}
.buybtn h2 {
  font-size: 12px;
  line-height: 1;
}
.buybtn p {
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1;
}
.hero_btn {
  top: -23vw;
  left: 1vw;
  z-index: 98235;
  zoom: .8;
}
.hero_contents {
  height: 50vw !important;
}
@media screen and (max-width: 1600px) {
  .moving-clouds {
    bottom: 14vw;
  }
}
@media screen and (max-width: 1024px) {
  .hero_inner {
    height: 40vh;
  }
}
/* top 2 split */
.tophead {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 40vw;
}
.tophead div {
  flex: 1;
  display: block;
  transition: flex 0.5s ease-out;
  color: white;
  text-align: center;
}
/* .tophead div:hover{
	flex: 1.5;
} */
.headleft {
  background: url("../img/top_slider02.png") no-repeat top left;
  background-size: cover;
}
.headright {
  background: url("../img/top_slider04.jpg") no-repeat top right;
  background-size: cover;
}
.headleft02 {
  background: url("../img/top_slider03.jpg") no-repeat top left;
  background-size: cover;
}
.headright02 {
  background: url("../img/top_slider03.jpg") no-repeat top right;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .tophead {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.parallax_title {
  pointer-events: auto;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .1em;
  margin-right: .075em;
  font-size: 7vw;
  font-weight: 800;
  line-height: 1;
  position: relative;
  top: 46vw;
  opacity: .3;
}
.leon_description {
  position: relative;
  top: 44vw;
  width: 90%;
  margin: 0 auto;
  background: black;
  padding: 2vw;
  z-index: 2;
}
.grace_description {
  position: relative;
  top: 44vw;
  width: 90%;
  margin: 0 auto;
  background: black;
  padding: 2vw;
  z-index: 2;
  white-space: pre-wrap;
}
.parallax_jptitle {
  pointer-events: auto;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .1em;
  font-size: 2.7vw;
  font-weight: 800;
  line-height: 1;
  position: relative;
  z-index: 2;
  left: 3.5vw;
  top: 11vw;
  text-shadow: 1px 1px 1px solid black;
}
.right .btn {
  left: 28vw;
}
.parallax_jptitle02 {
  pointer-events: auto;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .1em;
  font-size: 2.7vw;
  font-weight: 800;
  line-height: 1;
  position: relative;
  z-index: 2;
  right: -9vw;
  top: 11vw;
  text-shadow: 1px 1px 1px solid black;
}
.parallax_jptitle small {
  font-size: 2.5vw;
  display: block;
  margin-bottom: 1vw;
}
.parallax_jptitle02 small {
  font-size: 2.5vw;
  display: block;
  margin-bottom: 1vw;
}
.title_line {
  font-size: 1.8vw;
  width: 3vw;
  display: inline-block;
  position: relative;
  left: 2vw;
  top: .4vw;
}
.title_line2 {
  font-size: 1.8vw;
  width: 3vw;
  display: inline-block;
  position: relative;
  left: 2vw;
  top: -.8vw;
}
.parallax_title_layer {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 22vw;
  left: 4vw;
  font-size: 1.1vw;
}
.parallax_title_layer02 {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 22vw;
  right: -10vw;
  font-size: 1.1vw;
}
.parallax_img {
  pointer-events: none;
  object-fit: cover;
  width: 32.5vw;
  max-width: none;
  position: absolute;
  top: 16vw;
  right: 3.5vw;
  ;
  z-index: 3;
}
.parallax_img02 {
  pointer-events: none;
  object-fit: cover;
  width: 32.5vw;
  max-width: none;
  position: absolute;
  top: 16vw;
  right: -7.5vw;
  ;
  z-index: 3;
}
/* tabs */
.tabs {
  width: 100%;
  float: none;
  list-style: none;
  position: relative;
  margin: 80px 0 0 100px;
  text-align: left;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 1vw 9vw;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #555;
}
.tabs label:hover {
  background: #555;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 93%;
  font-size: 17px;
  line-height: 25px;
  padding: 0;
  position: absolute;
  top: 52px;
  left: 0;
  height: auto;
}
.tabs [id^="tab"]:checked + label {
  top: 4px;
  background: #290402;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}
section.description {
  padding: 0 0 28vw;
}
.mt40 {
  margin-top: 4vw;
}
.ecapcomsetimg {
  width: 100%;
  margin: 4vw 0 0;
}
.leadset {
  display: flex;
}
.contentleft {
  display: flex;
  margin: 0 2vw 0 0;
}
.contentleft img {
  object-fit: contain;
}
.contentright {
  display: flex;
  align-items: center;
}
/*
--------------------------------------------------
  tab
--------------------------------------------------
*/
.c-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-tab_btn {
  width: 50%;
  padding: 10px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-tab_btn.active {
  border-top: 1px solid white;
  color: #fff;
}
.c-tab_btn:hover {
  background: rgba(88, 88, 88, .4);
}
.c-tab_contents {
  display: none;
}
.c-tab_contents.active {
  display: block;
  padding: 20px;
}
.notice_item {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
ul.notice.spec_notice {
  display: block;
}
ul.select {
  width: 50vw;
  position: relative;
  top: 2.3vw;
  left: 1.8vw;
}
.icon {
  width: 12vw;
  left: -4vw !important;
}
@media only screen and (width:768px) {
  .graceslide {
    width: 147.3vw !important;
    left: -8vw !important;
    top: 83.6vw !important;
  }
  .leonslide {
    width: 120vw !important;
  }
  .hero_ttl {
    top: -120vw !important;
  }
  .hero_btn {
    top: -107vw !important;
  }
}
#set .lead_ttl {
  font-size: 3.16vw;
}
.headright {
  margin-left: 15px;
}
:root {
  font-size: 100%;
  --left-surface: oklch(97.02% 0 0);
  --left-onSurface: oklch(17.76% 0 0);
  --left-hover: oklch(17.76% 0 0);
  --right-surface: oklch(17.76% 0 0);
  --right-onSurface: oklch(97.02% 0 0);
  --right-hover: oklch(97.02% 0 0);
  --hover-width: 70%;
  --other-width: 50%;
  --speed: 1000ms;
}
.container-box {
  position: relative;
  width: 100vw;
  height: 50vw;
  background-color: white;
}
.splitcontainer {
  background: url("../img/top_slider03.jpg") repeat;
  background-size: contain;
  height: 60vw;
}
.split {
  position: absolute;
  width: 56%;
  height: 60vw;
  overflow: hidden;
}
.split.left {
  left: 0;
}
.split.left h1 {
  color: var(--left-surface);
}
.split.left .btn {
  color: var(--left-surface);
  border-color: var(--left-surface);
}
/*
.split.left::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/top_slider02.jpg") no-repeat;
	background-size: cover;
	transform: skew(-8deg);
	left: -7vw;
} */
.split.right {
  right: 0;
}
.split.right h1 {
  color: var(--right-onSurface);
}
.split.right .btn {
  color: var(--right-onSurface);
  border-color: var(--right-onSurface);
}
.split.right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: url("../img/top_slider04.jpg") no-repeat;
	background-size: cover; */
}
.split.right, .split.left, .split.right::before, .split.left::before {
  transition: all var(--speed) ease-in-out;
}
.btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 40%;
  top: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  border-style: solid;
  border-width: .2rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 15rem;
  padding: 1.5rem;
}
.split.left .btn:hover {
  background-color: var(--left-hover);
  border-color: var(--left-hover);
  color: var(--right-hover);
}
.split.right .btn:hover {
  background-color: var(--right-hover);
  border-color: var(--right-hover);
  color: var(--left-hover);
}
.hover-left .left {
  width: var(--hover-width);
}
.hover-left .right {
  width: var(--other-width);
}
.hover-right .right {
  width: var(--hover-width);
}
.hover-right .left {
  width: var(--other-width);
}
@media screen and (max-width: 590px) {
  .btn {
    border-radius: .6rem;
    border-width: .17rem;
    font-size: .8rem;
    padding: .7rem;
    width: 7.5rem;
  }
}
@media screen and (min-width: 591px) and (max-width: 740px) {
  .btn {
    border-radius: .7rem;
    font-size: .9rem;
    padding: .8rem;
    width: 9rem;
  }
}
@media screen and (min-width: 741px) and (max-width: 1000px) {
  .btn {
    padding: 1.2rem;
    width: 11rem;
  }
}
.topheader {
  background: url(../img/bg01.jpg) no-repeat;
  background-size: 130%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  top: -4vw;
  z-index: 4;
}
.menu ul {
  display: flex;
  width: 48%;
  column-gap: 2vw;
}
section#lineup {
  position: relative;
  top: -10vw;
  z-index: 3;
}
.btnleft {
  width: 30%;
  display: block;
  position: relative;
}
.btnspec {
  width: 50%;
  display: block;
  position: relative;
  top: 5vw;
  left: 8vw;
}
.leonzoom {
  position: relative;
  z-index: 2;
}
.gracezoom {
  position: relative;
  z-index: 2;
}
.pointzoom {}
.zoommark {
  width: 3vw;
}
.zoommark01 {
  position: absolute;
  top: 5vw;
  left: 20vw;
}
.zoommark02 {
  position: absolute;
  top: 17vw;
  left: 10vw;
}
.zoommark03 {
  position: absolute;
  top: 5vw;
  left: 10vw;
}
.zoommark04 {
  position: absolute;
  top: 5vw;
  right: 21vw;
}
.zoommark05 {
  position: absolute;
  top: 5vw;
  right: 10vw;
}
.zoommark06 {
  position: absolute;
  top: 15vw;
  right: 20vw;
}
.leonpoint {
  width: 35vw;
}
.gracepoint {
  width: 35vw;
}
.zoomwrap {
  display: flex;
  justify-content: space-between;
  padding-top: 10vw;
}
.setpoint {
  width: 53vw;
  position: absolute;
  top: 17vw;
  left: 23vw;
  z-index: 1;
}
.spec_content {
  display: flex;
}
span.releaselabel {
  font-size: 1.5vw;
  font-weight: bold;
  margin: 0 0 1vw;
  display: inline-flex;
  color: #A70000;
}
.topbutton {
  width: 22vw;
  top: 40vw;
  left: 27vw;
  position: absolute;
  z-index: 3;
}
.topbutton02 {
  width: 22vw;
  top: 40vw;
  left: 50.5vw;
  position: absolute;
  z-index: 3;
}