@charset "utf-8";

body{width: 100%;
	min-width: 1200px;
	overflow-y: scroll;}

.spacer1{width: 100%;
	font-size: 1.0vw;
	line-height: 100%;}
	
	
.font-goth1{font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth2{font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;}
	
.font-goth3{font-family: source-han-sans-japanese, sans-serif;
font-weight: 900;
font-style: normal;}

.font-min1{font-family: vdl-v7mincho,sans-serif;
font-weight: 500;
font-style: normal;}

.font-min2{font-family: vdl-v7mincho,sans-serif;
font-weight: 800;
font-style: normal;}

.font-acu{font-family: acumin-pro, sans-serif;
font-weight: 700;
font-style: italic;}

.start_filter{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background: rgba(0,0,0,1.00);
	z-index: 9999;}

.loading_block{width: 300px;
	height: 80px;
	text-align: center;
	position: fixed; top: 50%; left: 50%;
	margin: -40px 0 0 -150px;}

.loading_img2{height: 80px;
	-webkit-animation:blink 2s linear infinite;
	-moz-animation:blink 2s linear infinite;
	-ms-animation:blink 2s linear infinite;
	-o-animation:blink 2s linear infinite;
	animation:blink 2s linear infinite;}

@-webkit-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-moz-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-ms-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-o-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}

.loading_img1 img,.loading_img2 img{
	height: 100%;}

.bg_box{width: 100%;
	height: 100vh;
	background: url("../img/bg1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed; top: 0; left: 0;
	z-index: 0;}
	
.bg_box2{width: 40%;
	height: 100vh;
	background: url("../img/bg2.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed; top: 0; left: 0;
	z-index: 3;}
	
.bg_box3{width: 120%;
	/*background: url("../img/bg_obj1.webp");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;*/
	position: fixed; top: -65%; left: 10%;
	z-index: 0;
	-webkit-animation:r1 45s linear infinite;
	-moz-animation:r1 45s linear infinite;
	animation:r1 45s linear infinite;}
		
.bg_box3 img{width: 100%;}

@-webkit-keyframes r1 {
	0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-moz-keyframes r1 {
	0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes r1 {
	0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.bg_box4{width: 120%;
	/*background: url("../img/bg_obj1.webp");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;*/
	position: fixed; top: -65%; left: 10%;
	z-index: 0;
	-webkit-animation:blink 10s linear infinite;
	-moz-animation:blink 10s linear infinite;
	animation:blink 10s linear infinite;}
		
.bg_box4 img{width: 100%;}

@-webkit-keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 0 200%;}
}
@-moz-keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 0 200%;}
}
@keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 0 200%;}
}

.contents_fadein{opacity: 0.0;
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;}
	
.isAnimate { opacity: 1;}

#container{display: none;
	width: 100%;
	position: relative;}

.top_left{width: 30%;
	position: fixed; top: 0; left: 0;
	z-index: 9;}

.top_logo{width: calc(100% - 20px);
	padding: 20px 0 0 20px;}

.top_right{width: 40%;
	position: fixed; top: 0; right: 0;
	z-index: 2;}

.pc_menu{}

.pc_menu_btn{width: 100%;
	margin-bottom: 10px;
	font-size: max(1.4vw,16px);
	line-height: 180%;}
	
.pc_menu_btn:hover{background: url("../img/page1_menu_bg1.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;}
	
.pc_menu_btn a{display: block;
	color: rgba(255,255,255,1.00);
	transition:0.5s all;}
	
.pc_menu_btn a:hover{color: rgba(252,238,33,1.00);
	transform:scale(1.08,1.08);}

.tw_btn{width: 8%;
	padding-left: 7.5%;
	transition:0.5s all;}

.tw_btn img{width: 100%;}

.tw_btn:hover{opacity: 0.7;
	transform:scale(1.1,1.1);}

#wrapper {
    position: relative;
    width: 60%;
	min-width: 800px;
	margin: 0 auto;
}

#wrapper:before {
    content:"";
    display: block;
    padding-top: 28.12%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer{width: 100%;
	background: rgba(0,0,0,1.00);
	text-align: center;
	position: fixed; bottom: 0;
	z-index: 4;}


.footer_link{display: inline-block;
 overflow: hidden;}
 
.footer_link_img1{height: 50px;
 	padding: 0 5px;
 	float: left;}
	
.footer_link_img1 img{height: 100%;}

.footer_link_img1:hover{opacity: 0.7;}

.copyright{font-size: max(0.85vw,12px);
	line-height: 150%;
	color: rgba(255,255,255,1.00);}


.contents_box{padding-top: 15vh;
	padding-bottom: 150px;
	position: relative;
	z-index: 2;}

.contents1{width: 100%;
	background: url("../img/stage_bg1.png");
	background-size: 100% 100%;
	overflow: hidden;}
	
.contents_dummy{width: 100%;
	background-size: 100% 100%;
	opacity: 0;
	overflow: hidden;}
		
.contents_inner1{width: 60%;
	float: right;}
	
.contents_inner1 img{width: 100%;
	transition:0.3s all;}
	
.contents_inner1  img:hover{transform:scale(1.05,1.05);}

ul.listmarker1 {
	list-style-type: none;
	margin-left:14px;
}

ul.listmarker1 li:before {
	content: '※'; 
	margin-left:-14px; 
}

ul.listmarker2 {
	list-style-type: none;
	margin-left:16px;
}
	
ul.listmarker2 li:before {
	content: '・'; 
	margin-left:-16px; 
}
	
.inline{display: inline-block;
	text-align: left;}

@media screen and ( max-width:736px )
{
body{width: 100%;
	min-width: 320px;}

.spacer1{width: 100%;
	font-size: 4.0vw;
	line-height: 100%;}

#conttainer{margin-top: 0;}



.bg_box{width: 100%;
	height: 100vh;
	background: url("../img/bg_sp1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed; top: 0; left: 0;
	z-index: 0;}
	
.bg_box2{width: 100%;
	height: 100vh;
	background: url("../img/bg2.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed; top: 0; left: 0;
	z-index: 3;}
	
.bg_box3{width: 300%;
	/*background: url("../img/bg_obj1.webp");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;*/
	position: fixed; top: -5%; left: -55%;
	z-index: 0;
	-webkit-animation:r1 45s linear infinite;
	-moz-animation:r1 45s linear infinite;
	animation:r1 45s linear infinite;}
		
.bg_box4{width: 300%;
	/*background: url("../img/bg_obj1.webp");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;*/
	position: fixed; top: -5%; left: -55%;
	z-index: 0;
	-webkit-animation:blink 10s linear infinite;
	-moz-animation:blink 10s linear infinite;
	animation:blink 10s linear infinite;}

.top_left{width: 100%;
	background: rgba(0,0,0,0.90);
	position: fixed; top: 0; left: 0;
	z-index: 9;}

.top_logo{width: auto;
	height: 40px;
	padding: 10px 0 10px 10px;}

.top_logo img{width: auto;
	height: 100%;}

.top_right{width: 80%;
	position: fixed; top: 60px; right: 0;
	z-index: 2;}

#wrapper {
    position: relative;
    width: 90%;
	min-width: 0;
	margin: 0 auto;
}

#wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer{width: 100%;
	background: rgba(0,0,0,1.00);
	text-align: center;
	position: relative; bottom: 0;
	z-index: 4;}

.footer_news_box{color: rgba(255,255,255,1.00);}

.footer_link{display: inline-block;
 overflow: hidden;}
 
 .footer_link_img1{width: 45%;
 	height: auto;
  	padding: 5px 2%;
	margin: 0 auto;
 	float: left;}
	
.footer_link_img1 img{width: 100%;
	height: auto;}

.footer_link_img1:hover{opacity: 1.0;}

.copyright{padding-bottom: 30px;
	font-size: max(3.6vw,12px);
	line-height: 150%;
	color: rgba(255,255,255,1.00);}


.contents_box{padding-top: 80px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2;}

.contents1{width: 95%;
	padding: 20px 0;
	margin: 0 auto;
	background: url("../img/stage_bg_sp1.png");
	background-size: 100% 100%;
	overflow: hidden;}
	
.contents_dummy{width: 100%;
	background: url("../img/stage_bg1.png");
	background-size: 100% 100%;
	opacity: 0;
	overflow: hidden;}
		
.contents_inner1{width: 90%;
	margin: 0 auto;
	float: none;}
	
.contents_inner1 img{width: 100%;
	transition:0.3s all;}
	
.contents_inner1  img:hover{transform:scale(1.00,1.00);}


.tw_title{font-size: 24px;
	line-height: 180%;}
	
.tw_title a{color: rgba(29,161,242,1.00);}

.tw_timeline{width: 90%;
	padding-top: 30px;
	margin: 0 auto;}

	
ul.listmarker1 {margin-left:12px;}
	
ul.listmarker1 li:before {margin-left:-12px;}


}
















