@charset "UTF-8";

html {
  font-size: 62.5%;
  height: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {box-sizing: inherit;}
*:focus {outline: none;}
body {
  width: 100%;
  min-width: 1024px;
  min-height: 768px;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  color: #fff;
  background: #000;
  position: relative;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.jp,
.en{font-family:"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;}
.ko{font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif;}
.cn{font-family:SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;}
.tw{font-family:SegoeUI,'Microsoft JhengHei',微軟正黑體,"Helvetica Neue",Helvetica,Arial,sans-serif;}

.h_font01{ffont-family: 'Lobster', cursive;}

.overray{background: rgba(0,0,0,.5);}

@media screen and (max-width: 1024px) {
  body{min-width: inherit;min-height: inherit;}
}

img {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  vertical-align: middle;
  position: relative;
}

a{
  color: #fff;
  transition: all 0.2s ease;
  outline: none;
  text-decoration: none;
}

a:visited {color: #fff;}
a:hover {color: #ff0399;}
a:active {color: #fff;}

a:hover img {
  transition: all 0.2s ease;
  opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}

ul {list-style: none;}

div {box-sizing: border-box}

p, li, td, a, label{
  font-size: 1.5rem;
  box-sizing: border-box;
  line-height: 1.5;
}

h1{margin: 0;}

h2, h3 {
  font-size: 2.6rem;
  line-height: 1.4;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  h2, h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  p, li, td,a,label{
    font-size: 1.2rem;
  }
  h2, h3 {
    font-size: 1.6rem;
  }
}

.pnk{color:#ff0399;}

.pup{color:#c549ff}

.bold{
  font-weight:bold;
}
.text-shadow{
  text-shadow: 0px 0px 3px rgba(0,0,0,.9), 0px 0px 10px rgba(0,0,0,.9), 0px 0px 15px rgba(0,0,0,.9), 0px 0px 3px rgba(0,0,0,.9), 0px 0px 10px rgba(0,0,0,.9), 0px 0px 15px rgba(0,0,0,.9);
}

.t-center{
 text-align: center;
}
.big130{
  font-size: 130%;
}

.mini{
  font-size: 80%;
}

.sp1024{
  display: none;
}

.br640n{
  display: block
}

@media screen and (max-width:1024px) {
  .sp1024{display: block;}
}

@media screen and (max-width:640px) {
  .br640n{display: none}
}



/*--------------------
ローディング
---------------------*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align:center;
  color:#000;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  color: #000;
  width: 100%;
  height: 100%;
  max-width: 320px;
  max-height: 320px;
}

#loader_mv_news{
  width: 100%;
  font-size: 24rem;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader_mv_news img{
  fill:#fff;
  animation: skew 2s infinite;
}


.loader_cover {
  width: 100%;
  height: 50%;
  position: absolute;
  background-color: #000;
  transition: all .5s cubic-bezier(.04, .435, .315, .9);
}

.loader_cover-up {
  top:0;
  left:0;
  clip-path: inset(0);
}
.loader_cover-up.coveranime{
  clip-path: inset(0 0 100% 0);
}
.loader_cover-down {
  bottom:0;
  left:0;
  clip-path: inset(0);
}
.loader_cover-down.coveranime{
  clip-path: inset(100% 0 0 0);
}


.progressbar-text{
  font-family: 'Lobster', cursive;
  font-size: 5rem;
}

@media screen and (max-width: 768px) {
}


@media screen and (max-width: 768px) {
  #splash_text {
    max-width: 240px;
    max-height: 240px;
  }
  
  .progressbar-text{
   font-size: 4rem;
  }
}


/*-------------------------------
メニュー
--------------------------------*/
.nav-menu{
  position: fixed;
  width: 100%;
  top:0;
  z-index: 998;
}
.menu {
  width: 100%;
  background: linear-gradient(rgba(0,0,0,.75) 10%, rgba(0,0,0,0));
  height: 50px;
}

.menu-list {
  display: flex;
  justify-content: center;
}

.menu-list li {
  margin: 0 15px;
  padding:10px 0;
}

.menu-list li a {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 2px; 
}

.sns-icn{
  width: 25px;
}

.menu-sns{
  position:absolute;
  top:5px;
  left:5px;
  /*--background: #fff;--*/
  width: 50px;
  height: 50px;
  padding: 8px 5px;
  border-radius: 3px;
  z-index: 999;
}
.menu-sns .sns-icn{
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .menu-list {
    position: absolute;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 70px 0 0;
    overflow-y: auto;
    background: rgba(0, 0, 0, .9);
    text-align: center;
    display: block;
  }

  .menu-list li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .menu-list a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff !important;
    letter-spacing: 4px
  }
  .menu-list a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .menu-list .sns-icn{
    display: none;
  }
  
  .home-btn, .tw-btn {
    top: 10px;
  }
}

@media screen and (max-width:640px) {
  .menu-list {
    padding: 70px 0 0
  }

}
@media screen and (max-width: 480px) {
  .menu {
    height: 50px;
  }
  
  .menu-list {
    padding: 50px 0 0
  }
  
  .menu-sns{
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 999;
  }

}

/*-----------------------------
header(ドロワー)
-----------------------------*/
.drawer {
  display: none;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  padding: 10px;
  background: rgba(0,0,0,.75);
  border-radius: 3%;
  cursor: pointer;
  cursor: hand;
  right: 5px;
  top: 5px;
  -webkit-transition: ease .2s;
  transition: ease .2s;
  z-index: 1000;
}
.navbar_toggle {
  z-index: 999;
  width: 100%;
}
.nav-i {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;

}
.nav-i:nth-child(1) {
  top: 0;
}
.nav-i:nth-child(2) {
  margin: 8px 0;
}
.nav-i:nth-child(3) {
  top: 0;
}

@media screen and (max-width: 1024px) {
  .drawer {
    display: flex;
  }
}
@media screen and (max-width:640px) {
  .drawer {
    padding: 5px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 480px) {
  .drawer {
    width: 40px;
    height: 40px;
  }
}

/*-OPEN時の動き-*/
.drawer.open .nav-i:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer.open .nav-i:nth-child(2) {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.drawer.open .nav-i:nth-child(3) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.menu-list.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  height: 100vh;
  width: 100%;
  max-width: inherit;
}



/*--------------------
t多言語リンク
---------------------*/
.navbar-item.dropdown {}

a#navbarDropdown {
  color: white;
  padding-left: 0;
  padding-right: 0;
  background: rgba(0,0,0,.5)
}

.gnav {
  display: flex;
  margin: 0 auto;
  max-width: 200px;
	position: relative;
	border-left:1px solid #fff;
}

.gnav-link{
	padding:0 16px 0 0;
	position: relative;
}

.gnav-link::after{
  content: "";
	display: inline-block;
  position: absolute;
  top: 40%;
  right:0;
	transform: translate(0,-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.gnav li {
  list-style: none;
  position: relative;
  padding:0;
}
.gnav li a {
  font-size: 1.5rem;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100vw;
  max-width: 100px;
  position: relative;
}

.gnav .on a:hover{
	background-color: rgba(255, 255, 255, 0.7);
	color:#000!important;
}

.gnav-sub{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	left: 50%;
	transform: translate(-50%);
}

.gnav-sub li {
  height: 0;
  overflow: hidden;
  transition: .5s;
  margin: 0 auto;
}
.gnav-sub li a {
  width: 100vw;
	height: 2.5vw;
  line-height: 2.5vw;
  padding:0 15px;
}

.gnav li:hover > ul > li {
    height: 2.5vw;
    overflow: visible;
}

@media screen and (max-width: 1024px) {
  .navbar-item.dropdown{
    max-width: 768px;
    width: 80%;
    margin: 0 auto;
  }
  
  .gnav {
    max-width: inherit;
    border-left:none;
  }
  
  .gnav-sub li{
    height: auto;
    margin: 0;
  }
  
  
  .gnav li:hover > ul > li{
    height: auto;
  }
  
  .gnav li a{
    width: 100%;
    max-width: inherit;
    padding:2% 0;
  }
  
  .gnav-link{
    padding:5px!important;
    position: relative;
  }
  
  .gnav-link::after{
    content: none;
  }
  
  .gnav-sub{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: rgba(0,0,0,0)
  }
  .gnav-sub li{
    width: 25%;
    border-left:1px solid rgba(255, 255, 255, .5); 
  }
  .gnav-sub li:last-of-type{
    border-right:1px solid rgba(255, 255, 255, .5); 
  }
  
  .gnav-sub li a{
    line-height:.5vw;
    padding:15px;
  }
}

@media screen and (max-width: 480px) {
  .gnav-sub li{
    width: 50%;
  }
  .gnav-sub li:nth-of-type(2n){
    border-right:1px solid rgba(255, 255, 255, .5); 
  }
}





/*--------------------
youtube埋め込み
--------------------*/
.youtube {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}
.youtube iframe,
.youtube img{
	position: absolute;
	top:0;
  left:0;
	width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 640px){
	.youtube {
    width: 92%;
    height: 0;
    overflow: hidden;
		position: absolute!important;
    top:4%;
    aspect-ratio:auto;
		padding-top: 50.25%; /* 16:9 Aspect Ratio */
	}
}


/*--------------------
youtube埋め込み-飾り
--------------------*/
.img-box {
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 360px;
  aspect-ratio: 16 / 9;
  position: relative;
  padding:4%;
  background-image: url("../img/movie_parts.png");
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,.75);
  background-size: 100%;
}

@media screen and (max-width: 640px){
	.img-box {
    height: 0;
    overflow: hidden;
		position: relative;
    aspect-ratio:auto;
		padding-top: 52.25%; /* 16:9 Aspect Ratio */
	}
}



/*-------------------------------
STORE LINK
--------------------------------*/
.store-link{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.store-link a{
  width: calc(100% / 3.5 - 2%);
  margin:1% 2%;
}

.store-link span{
  width: calc(100% / 3.5 - 2%);
  margin:1% 2%;
}


/*-----------------------------
LINK BTN
-----------------------------*/
.link-btn{
  color:#ff0399!important;
  width: 100%;
  max-width: 320px;
  display: block;
  position: relative;
  padding:10px;
  text-align: center;
  border: 2px solid #ff0399;
  margin: 0 auto;
  font-size: 1.6rem;
  background: rgba(255,8,153,.1)
}

.link-btn:after{
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ff0399;
  border-right: 2px solid #ff0399;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-btn:hover{
  color:#fff!important;
  background: rgba(255,8,153,.5);
  
}
.link-btn:hover::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}




/*--------------------
Footer
---------------------*/
footer{
  width: 100%;
  position: relative;
  z-index: 999;
  background: #000;
}

footer .container{
  padding:0;
}


.foot-link{
  max-width: 640px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}


.foot-link li{
  width: calc(100% / 3);
  border-right: 1px solid #fff;
  text-align: center;
  padding:0 2%;
}

.foot-link li:last-of-type{
  border-right:none
}

@media screen and (max-width: 640px){
  .foot-link{
    flex-wrap:wrap;
  }
	.foot-link li{
    width: calc(100% / 2);
    border-right: 1px solid #fff;
    margin:0 0 24px;
  }
  .foot-link li:nth-of-type(2){
    border-right:none;
  }  
}



.copy-logo{
  max-width: 768px;
  margin: 24px auto;
  display: flex;
  align-items: center;
  justify-content:center;
}
.copy-logo div{
  width: calc(100% / 3);
  padding:0 5%;
}
.copy-logo div:last-of-type{
  width: calc(100% / 3.5);
}

.kenri p{
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
}

.copy{
  position: relative;
  text-align: center;
  background: #691713;
  color:#fff;
  padding: 5px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px){
.kenri p{
    text-align:left;
  }
  .copy{
  font-size: 1.0rem;
}
  .copy:before {
  content:none;
}
  
}

/*--------------------
SNS
---------------------*/
.sns-box{
  position: absolute; 
  top:20px;
  left:20px;
}
.sns-twitter{
  position: relative;
}
.sns-twitter a{
  display: block;
  background: #1d9bf0;
  border-radius: 5px;
  width: 60px;
  height: 60px;
}
.sns-twitter a img{
  padding:8px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 640px){
  .sns-box{
    position: absolute; 
    top:10px;
    left:inherit;
    right:10px;
  }
  
  .sns-twitter a{
    width: 50px;
    height: 50px;
  }
}


/*--------------------
Video
---------------------*/
.v_movie_box{
  position: fixed;
  width: 100%;
	height: 100%;
}
.v_movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.v_movie::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.75);
}
.v_movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}


