@charset "UTF-8";
/*
--------------------------------------------------
  variable
--------------------------------------------------
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
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-size: cover; 

  width: 100vw;
  height: 100vh;
  z-index: -999;
}

.body2{
	font-family: "Noto Sans JP", sans-serif;
}

body.body2:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  /* background: url("../img/main_bg2.jpg") center no-repeat !important;
  background-size: cover !important; */
	background: white;

  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;
  }
}
/* 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.0125vw;
  }
}
/* line 101, ../sass/foundation/_base.scss */
h3 {
  font-size: 1.5625vw;
  line-height: 1.8;
}
@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;
  }
}
/* 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;
  }
}
/* 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;
}
@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: 9.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;
}

.hero2 {
  position: relative;
  width: 100%;
  overflow: hidden;
	background: url("../img/main_bg2.jpg") no-repeat;
	background-size: cover;
}
/* line 14, ../sass/component/_hero.scss */
.hero_img {
  display: block;
  position: absolute;
  top: -4.2083333333vw;
  right: -7.2916666667vw;
  z-index: 2;
  width: 63.4166666667vw;
  animation-name: fadeInAnime;
  animation-duration: 1s;
}

.hero_img2 {
  display: block;
  position: absolute;
  top: -4.2083333333vw;
  right: -7.2916666667vw;
  z-index: 2;
  width: 58.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;
	
}
/* 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{
	
	height: 100vh;
	position: relative;
	left: -12vw;
	top: 4vw;
}

.hero_contents2{
	
	height: 100vh;
	position: relative;
	left: -12vw;
	top: 4vw;
}
/* line 37, ../sass/component/_hero.scss */
.hero_ttl {
  font-size: 6.25vw;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.5625vw;
  position: relative;
	top: 5vw;
	
}
/* line 42, ../sass/component/_hero.scss */
.hero_ttl small {
  display: block;
  font-size: 1.875vw;
  margin-bottom: 1.0416666667vw;
	position: relative;
	top:13vw;
	left: 20vw;
	letter-spacing: .7vw;
}
/* 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: 21vw;
	left: 20vw;
	display:none;
  /* 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;
}
/* 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: 50vh !important;
    display: block;
  }
  /* line 92, ../sass/component/_hero.scss */
  .hero_contents {
    width: 100%;
    padding: 15.625vw 2.6041666667vw 0;
	  left: -21vw;
  }
	.hero_front{
		font-size: 6vw !important;
		top: 14vw;
		left: 21vw;
		width: 6vw;
	}
	.main-title{
		left: 31vw !important;
	}
  /* line 96, ../sass/component/_hero.scss */
  .hero_ttl {
    font-size: 15.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: -157px 0 0 0;
}
@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: -134px 0 0 0 !important;
			
	}
}

/*
--------------------------------------------------
  pageTop
--------------------------------------------------
*/
/* line 8, ../sass/component/_pageTop.scss */
.c-pageTop {
  position: fixed;
  width: 5.78125vw;
  height: 9.2916666667vw;
  bottom: 0.4166666667vw;
  right: 0.4166666667vw;
  cursor: pointer;
  z-index: 998;
}
@media screen and (max-width: 768px) {
  /* line 8, ../sass/component/_pageTop.scss */
  .c-pageTop {
    width: 14.453125vw;
    height: 18.2291666667vw;
    bottom: 1.0416666667vw;
    right: 1.0416666667vw;
  }
}
/* line 22, ../sass/component/_pageTop.scss */
.c-pageTop_btn {
  display: block;
  position: relative;
  width: 5.78125vw;
  height: 9.2916666667vw;
  background: url(../img/return_top.png) no-repeat;
  background-size: 100%;
}
/* line 29, ../sass/component/_pageTop.scss */
.c-pageTop_btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  /* line 22, ../sass/component/_pageTop.scss */
  .c-pageTop_btn {
    width: 14.453125vw;
    height: 22.2291666667vw;
	  bottom: 2vw;
  }
}
/* line 37, ../sass/component/_pageTop.scss */
.c-pageTop-twitter {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 11.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: 26.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-top: 4vw !important;
  
}

#lead:before{
	/* background: url(../img/bg02.jpg) no-repeat center bottom;
  background-size: cover;   */
	
	background: black;
	transform: translateZ(-1px) scale(1);
  
}

#lead2 {
  position: relative;
	padding: 9.375vw 0;
  background: transparent;
	color: black;
	
}

#lead2 .lead_ttl, .lead_text{
	text-shadow: none !important;
}

#lead2:before{
	/* background: url(../img/bg02.jpg) no-repeat center bottom;
  background-size: cover;   */
	box-shadow: 0 0 !important;
	
	transform: translateZ(-1px) scale(1);
  
}

.lead{
	position: relative;
}

.lead_img{
	width: 37vw;
	position: absolute;
	right: -5vw;
	top: -6vw;
}

.lead_img2{
	width: 37vw;
	position: absolute;
	right: -5vw;
	top: -5vw;
}

.bar span.tallsize{
	background:black;
	padding: 2vw;
	width: 5vw;
	position: relative;
	display: inline-block;
	top: 5.7vw;
	left: -2.3vw;
}

.widthsize{
	background:black;
	padding: .5vw;
	width: 9vw;
	position: relative;
	display: inline-block;
	top: -1.3vw;
	left: -0.7vw;
}

#monster{
	background: url(../img/bg02.jpg) no-repeat center bottom;
  background-size: cover; 
	z-index:2;
}

#gallery:before{
	background: black;
	transform: translateZ(-20px) scale(1);
}

#gallery2:before{
	background: transparent;
	transform: none;
}

#gallery2 {
	background: #2f93a7;
	margin-top: 22vw;
	padding-top: 12vw;
}

#gallery h2{
	color: white !important;
	position: relative;
	z-index: 98;
}
@media screen and (max-width: 768px) {
  /* line 9, ../sass/project/_project.scss */
  #lead {
    background: black;
  }
  /* 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: 1;
  text-shadow: 0 0 20px #000;
	text-align: left;
}
/* 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: left;
}
/* 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: 54.4270833333vw;
  margin: 2.0833333333vw auto;
}
@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 */
  
  /* 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 */
#monster {
  background: linear-gradient(to bottom, transparent 50%, #000);
}

#monster2 {
  background: transparent;
}
/* 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 */
.monster_cg {
  position: absolute;
  display: block;
  width: 26.0416666667vw;
  bottom: 24.583333vw;
  right: -2.0833333333vw;
  z-index: 0;
}
@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;
}
.monster_text2 {
  width: 46.875vw;
  position: relative;
  margin-left: auto;
  background: #4d7c92;
  padding: 6.25vw 4.1666666667vw;
	border-radius: 2vw;
	color: white;
  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: .1em;
  left: 2px;
  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(33.333% - 2.0833333333vw);
  margin-right: 3.125vw;
}
/* 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%;
    margin-bottom: 13.0208333333vw;
  }
  /* 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: -3vw auto -1.0833333333vw;
  background: rgba(0, 0, 0, 0.8);
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  color: white;
}
/* line 233, ../sass/project/_project.scss */
.point_num:before {
  content: '';
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  display: block;
  width: 6.25vw;
  height: 6.25vw;
  border: solid 0.0520833333vw white;
}
@media screen and (max-width: 768px) {
  /* line 222, ../sass/project/_project.scss */
  .point_num {
    margin: 0 auto 5.2083333333vw;
    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;
  }
}
/* line 298, ../sass/project/_project.scss */
#gallery {
  background: #000;
  background-size: cover;
}
/* line 302, ../sass/project/_project.scss */
#gallery .swiper-slide img {
  width: 39.5vw;
  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-color: transparent !important;
  background: url(../img/bullet.png) no-repeat !important;
  background-size: contain !important;
  border-radius: unset !important;
  height: 21px !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;
  height: 21px;
  width: 21px;
}
/* line 360, ../sass/project/_project.scss */
#creator {
  position: relative;
  background: url(../img/bg02.jpg) no-repeat center bottom;
  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.8);
  width: 62.5vw;
  margin: 0 auto 2.0833333333vw;
  z-index: 1;
}

.creator2 {
  position: relative;
  background: #2f93a7;
  width: 62.5vw;
  margin: 0 auto 2.0833333333vw;
	border-radius: 15px;
  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;
}
@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: 14.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: black;
  background-size: cover;
  z-index: -1;
}

#spec2 {
  position: relative;
	background: #2f93a7;
  background-size: cover;
  z-index: -1;
}
/* 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);
}

.spec2 {
  width: 72.9166666667vw;
  margin: 0 auto;
  background: transparent;
}
@media screen and (max-width: 768px) {
  /* line 458, ../sass/project/_project.scss */
  .spec {
    width: 100%;
  }
}
/* line 465, ../sass/project/_project.scss */
.spec_inner {
  display: flex;
  padding: 4.1666666667vw;
}
@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: 26.0416666667vw;
  margin-right: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  /* line 501, ../sass/project/_project.scss */
  .spec_img {
    width: 75.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: 15vw !important;
		left: 16vw;
	}
	
	.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;
	}
}
/* 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: .8em !important;
	}
	
	.hero_ttl small{
		top: 0 !important;
	}
	
	.hero_contents{
		padding: 5.625vw 2.6041666667vw 0 !important;
	}
	
	.lead_text {
    font-size: 4.1666666667vw;
	  top: 35vw;
	  height: 112vw;
  }
	img.figuresize{
		top: -22vw;
		left: -37vw;
		width: 60vw;
		position: relative;
	}
	
	.bar span.tallsize{
		top: -9vw;
		left: -42.3vw;
	}
	
	.widthsize{
		width: 19vw;
		left: -31vw;
		top: 0;
	}
}


/*# 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.5;
}
#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: 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;
	}
	
	.lead_text {
    font-size: 4.1666666667vw;
	  top: -72vw;
	  height: 40vw;
  }
	.title-l{
		top: 17vw;
	}
	
	.hero_ttl small{
		top: -2vw;
	}
	
	.circle.circle-02{
		right: -22vw !important;
	}
	
	 .hero_img {
    position: relative;
    width: 130.2083333333vw;
    top: 56vw !important;
    left: -20.0416666667vw;
    margin-bottom: -39.0625vw;
	  z-index: 1;
  }
	
	.card{
		height: 110vw;
	}
	
	.hero_btn{
		top: 53vw !important;
		left: 21vw !important;
	}
	
	.lead_img{
		position: relative;
		width: 81vw;
		height: 140vw !important;
		top: 0;
	}
	
	.bars{
		position: relative;
		top: 0vw !important;
	}
	
	.figuresize{
		position: relative;
		top: -40vw !important;
		width: 80vw !important;
		left: 0 !important;
	}
	
	.bar span.tallsize{
		top: 10vw !important;
		left: -3vw !important;
	}
	
	.hero_inner{
		height: 50vh !important;
	}
	
	.bar-group .bar-1{
		height: 118% !important;
		top: -11vw;
	}
	
	.widthsize{
		width :16vw;
		left: 0 !important;
	}
	
	#lead{
		padding-top: 23.4375vw !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: 25.9270833333vw;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
	
}



.pointview img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  padding: 0;
	position: relative;
	left: 0;
	top: 0;
}

.pointview figcaption {
  position: absolute;
	width: 100%;
	height: 100%;
  top: 0px;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);

}

.pointview i {
  position: absolute;
  top: 100%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3em;
  z-index: 1;
	content: "+"
}

.pointview a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.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: 5vw;
	font-size: 8vw;
	font-weight: bold;
}

.pointview figcaption p{
	position: relative;
	top: 8.5vw;
	left: 4.2vw;
	font-size: 2vw;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.pointview {
		width:56.9270833333vw;
	}
}

span.hero_back{
	font-size: 7.5vw;
	text-shadow: 0 0 2px #ffffff, 0 0 10px #797979, 0 0 20px #797979;
	position: relative;
	top: 13vw;
	left: 20vw;
}

span.hero_back2{
	font-size: 7.5vw;
	position: relative;
	top: 13vw;
	left: 20vw;
}

@-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: 3.2vw;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: white;
	top: 14vw;
	left: 20vw;
	display: inline-block;
	width: 5vw;
}

.hero_front2 {
    position: relative;
    font-size: 3.2vw;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #2f93a7;
	text-shadow: 0 0 10px white;
	top: 14vw;
	left: 20vw;
	display: inline-block;
	width: 5vw;
}


/* 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;
  }
}
.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;
  bottom: 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");
}

@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-family: sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
 /* animation: shine 3.5s linear infinite; */
  -webkit-background-clip: text;

}

@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;
    }
	
	.hero_ttl{
		top: -65vw !important;
	}
	.card .title{
		font-size: 6vw !important;
	}
	.card .des{
		font-size: 3vw !important;
	}
	
	.pointbtn{
		font-size: 3vw !important;
	}
}

@keyframes fuwafuwa {
0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(12px);
  }

}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0turn;
  inherits: false;
}

.buybtn {
  animation: 3s gradient-angle infinite linear;
  border: 2px solid transparent;
  background-image: linear-gradient(#139aaa, #0f8e9d),
    conic-gradient(
      from var(--gradient-angle),
      #139aaa 0%,
      #ccc 37%,
      white 30%,
      #ccc 33%,
      #139aaa 40%,
      #139aaa 50%,
      #ccc 77%,
      white 80%,
      #ccc 83%,
      #139aaa 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;
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 1turn;
  }
}


.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: 18vw;
	left: 19vw;
	z-index: 98235;
}

.hero_contents{
	height: 50vw !important;
}

.hero_contents2{
	height: 50vw !important;
	color: #2f93a7 !important;
	text-shadow: 0 0 10px white;
}

@media screen and (max-width: 1600px) {

	
	.moving-clouds{
		bottom: 14vw;
	}
	
	

	
	
}


@media screen and (max-width: 1024px) {
	
	.hero_inner{
		height: 40vh ;
	}
}

.point_item {
  position: relative;
  width: 30vw;
  height: 45vw;
 
  text-align: center;
  color: #fff;
  background-color: #151823;
  /* animation: textColor 10s ease infinite; */
}
.point_item:after {
  position: absolute;
  content: "";
  top: -4vw;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.55);
  -webkit-filter: blur(13vw);
  -moz-filter: blur(13vw);
  -ms-filter: blur(13vw);
  filter: blur(13vw);
  background: linear-gradient(70deg, #0fffc1, #7e0fff);
  background-size: 50% 100%;
  /* animation: animateGlow 10s ease infinite; */
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes textColor {
  0% {
    color: #7e0fff;
  }
  50% {
    color: #0fffc1;
  }
  100% {
    color: #7e0fff;
  }
}

:root {
  --marquee-speed: 40s;
  --marquee-hover-offset: -50px;
  --marquee-hover-transition-speed: .7s;
  --marquee-fade-edges: 30%;
}

.marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 var(--marquee-fade-edges), #000 calc(100% - var(--marquee-fade-edges)), rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 var(--marquee-fade-edges), #000 calc(100% - var(--marquee-fade-edges)), rgba(0, 0, 0, 0) 100%);
	background: #145961;
	color: white;
}
.marquee,
.marquee > div {
  display: flex;
  white-space: nowrap;
  gap: 30px;
}
.marquee > div {
  -webkit-animation: animate-marquee var(--marquee-speed) infinite linear;
          animation: animate-marquee var(--marquee-speed) infinite linear;
  transition: var(--marquee-hover-transition-speed) margin-left ease-out;
  will-change: transform, margin-left;
}


@-webkit-keyframes animate-marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes animate-marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

p.point_text{
	padding: 0 2vw;
}

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  
}

.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 79.5%;
  text-align: center;
  color: white;
  background-color: black;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

.card .title{
	font-size: 3vw;
	margin-top: -4vw;
}

.card .des{
	font-size: 1.2vw;
}
@media (min-width: 600px) {
  .card {
    height: 32vw;
  }
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
	background-repeat: no-repeat;
  background-position: top center;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;

}

.card:hover {
	background: black;
}
.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.card:nth-child(1):before {
  background-image: url("../img/point01.png");
}
.card:nth-child(2):before {
  background-image: url("../img/point02.png");
}
.card:nth-child(3):before {
  background-image: url("../img/point03.png");
}


.pointgrid {
  display: grid;
  grid-gap: 4rem;
  max-width: 100vw;
  margin: 0 auto;
	justify-items: center;
}
@media (min-width: 600px) {
  .pointgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 800px) {
  .pointgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}



.pointbtn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 1.5rem 3.5rem;
  font-size: 1.2vw;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.pointbtn:hover {
  background-color: #0d0d0d;
}


@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
.card:focus-within {
    align-items: center;
  }
  .card:hover:before,
.card:focus-within:before {
    transform: translateY(-4%);
  }
  .card:hover:after,
.card:focus-within:after {
    transform: translateY(-50%);
  }
  .card:hover .content,
.card:focus-within .content {
    transform: translateY(0);
  }
  .card:hover .content > *:not(.title),
.card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before, .card:focus-within:after,
.card:focus-within .content,
.card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}

@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}

.bars {
  height: 47vw;
  position: absolute;
  width: 100%;
  z-index: 1;
	top: -10vw;
}

.bar-group {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  width: 1%;
  margin-right: 10%;
}

.bar-group2 {
  display: block;
  float: left;
  height: 3%;
  position: relative;
  width: 155%;
  left: 4vw;
	
}


.bar {
  visibility: hidden;
  height: 0;
  -webkit-animation: animate-height;
  -moz-animation: animate-height;
  animation: animate-height;
  animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #2d2d2d;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  cursor: pointer;
  height: 0;
  position: absolute;
  text-align: center;
  width: 25%;
	
}

.bar-1 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.stat-1 {
  background-image: #145961;
}

.imageMarquee{
    height: 284px;
    background-image:url("../img/bg_text.png");
    animation: imageMovement 15s linear infinite;
	position: relative;
	top: 17vw;
	z-index: -1;
}

@keyframes imageMovement {
    100% {
        background-position-x: 2980px; /* width of the image */
    }        
}

.notice_item{
	padding-left: 1.3rem;
	text-indent: -1.3rem;
}