@charset "utf-8";

/**************** FONT ****************/

@font-face {
	font-family: 'shippori';
	src: url('fonts/Mamelon-5-Hi-Regular.eot'); /* IE9 Compat Modes */
	src: url('fonts/Mamelon-5-Hi-Regular?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('fonts/Mamelon-5-Hi-Regular.woff2') format('woff'), /* woff - Modern Browsers */
	     url('fonts/Mamelon-5-Hi-Regular.otf')  format('truetype'), /* ttf - Safari, Android, iOS */
	     url('fonts/Mamelon-5-Hi-Regular.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}
/**************** FONT ****************/
body {
	height: 100%;
	overflow: scroll;
/*	background-size: auto 15.7%;*/
/*	background-image:url(../images/main/bg_top.png);*/
	}

/*********************バックナンバー共通******************/
#tab1:checked ~ .tab-box > #tabView1 { display: block; }
#tab2:checked ~ .tab-box > #tabView2 { display: block; }
#tab3:checked ~ .tab-box > #tabView3 { display: block; }
#tab4:checked ~ .tab-box > #tabView4 { display: block; }
#tab5:checked ~ .tab-box > #tabView5 { display: block; }
#tab6:checked ~ .tab-box > #tabView6 { display: block; }
#tab7:checked ~ .tab-box > #tabView7 { display: block; }
#tab8:checked ~ .tab-box > #tabView8 { display: block; }
#tab9:checked ~ .tab-box > #tabView9 { display: block; }
#tab10:checked ~ .tab-box > #tabView10 { display: block; }
#tab11:checked ~ .tab-box > #tabView11 { display: block; }
#tab12:checked ~ .tab-box > #tabView12 { display: block; }

.tab-content input[type="radio"] {
  display: none;
}
.tab-content > .tab-box > div {
  display: none;
}
.tab-content > .tab-box > div {
  display: none;
}
/*********************バックナンバー******************/
/*********************YOUTUBE***************
.douga{
height: 0;
overflow: hidden;
padding-bottom: calc(315 / 560 * 100%);
position: relative;
}


.douga iframe{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
  }
/*********************YOUTUBE******************/
header{
position: absolute;
z-index: 999;
top: 0 !important;
}
footer{
position: relative;
z-index: 149;
}
article{
 color: #fff;
 text-align: center;
}

/**************** PC ****************/
@media screen and (min-width:769px){

/**************** BACKGROUND ****************/
.bg{
 background: url(../img/bg.png);
 background-size: auto 100%;
 background-position:center;
 background-attachment: fixed;
 padding-bottom: 150px;
 }
/**************** BACKGROUND ANIME ****************/
.fix{
 position: fixed;
 width: 100%;
 margin-top: 250px;
 z-index: 0;
}
.fix li {
  display: block;
}
.fix li:nth-child(odd) {
  -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
  float: left;
}
.fix li:nth-child(even) {
  -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
  float: right;

}
.fix span {
  display: block;
  text-align: center;
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
}
span img{
}
.fix li:nth-child(1) span {
  -webkit-animation-duration: 1.1s;
}
.fix li:nth-child(2) span {
  -webkit-animation-duration: 1.3s;
  margin-top: -10vw;
}
.fix li:nth-child(3) span {
  -webkit-animation-duration: 1.5s;
  margin-top: 20vw;
}
.fix li:nth-child(4) span {
  -webkit-animation-duration: 0.8s;
  margin-top: 20vw;
}
@-webkit-keyframes horizontal1 {
  0% { -webkit-transform:translateX( 25px); }
  100% { -webkit-transform:translateX(  0px); }
}
@-webkit-keyframes horizontal2 {
  0% { -webkit-transform:translateX(  -42px); }
  100% { -webkit-transform:translateX(  0px); }
}
@-webkit-keyframes vertical {
  0% { -webkit-transform:translateY(-50px); }
  100% { -webkit-transform:translateY(  0px); }
}
 
/**************** BACKGROUND ****************/

/**************** HEADER ****************/
#header{
 text-align:center;
 position: relative;
 overflow: hidden;
 width: 100%;
 }
.main{
 position:relative; 
 z-index: 3;
 text-align: left;
 width: 80%; 
 margin: 0 auto;
 }
.catchcopy{
 margin: 0 auto;
 width:80%;
}
.copy01 img{
 position: absolute;
 animation:show 1.5s both;
 display: block;
 z-index: 4;
 
}
	.copy01 img.catch1_1 {width:50% !important; left:1em; top:1vh;}
	.copy01 img.catch1_2 {width:36% !important; left:1em; top:7vh;}
	.copy01 img.catch1_3 {width:10vw !important; left:1em; top:15vh;}
	
.copy02 img{
	position: absolute;
	right:0;
	top:2em;
	z-index:10;
	display: block;
	width:60% !important;
	overflow: hidden;
	animation:show 0.5s both;
}
.copy02 img:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.catchcopy{
 padding: 10px 20px;
 position:absolute;
 text-align:left;
}
#top{
 width: 80%;
 animation:show 3s both;
}
@keyframes show {
	0% {
		transform:translate(0,0);
		opacity:0;
	}
	80% {
		transform:translate(0,0);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}
.sp{
 display: none;
}
/**************** HEADER ****************/
/**************** MENU ****************/
.burger-btn{
 display: none;
}
.navbase{
 display: inline-block;
 width: 20%;
right: 0; top: 0;
 position: absolute;
}
.nav{
 display: block;
 z-index: 50;
}

.nav .navbutton:nth-child(odd){
 text-align:left;
}

.nav .navbutton:nth-child(even){
 float: right;
 text-align: right;
}
.navbutton{
  width: 65%;
  position: relative;
  display: inline-block;
  text-align: left;
  font-family: "shippori";
  font-size: 1vw;
  text-decoration: none;
 text-align: center;
  transition: .3s;
  background: #032141;
  margin-bottom: 5%;
  
}

.navbutton a{
 text-decoration: none;
 display: block;
 color: #fff;
 padding: 10px;
 }
.navbutton a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  background: rgba(255,255,255,0.4); 
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.navbutton a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.tw a::before {
  background: rgba(255,255,255,0.0); 
 padding: 0 !important;
}

.tw img{
 width: 100%;
} 
.navbutton span{
 font-size: 14px !important;
 display: block;
}
/**************** MENU ****************/
/**************** CONTAINTS ****************/
.wrap{
 margin: 0 auto;
 text-align: center;
 }

.bnrarea img{
 display: inline-block;
 margin: 30px auto 50px;
 width: 500px;
}
.container{
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	width: 80%;
    margin: 0 auto 10vw auto;
    text-align: center;
    vertical-align: middle;
	}

/* 画面内に入った状態 */
.container.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
	
a.anchor{
    display: block;
    padding-top: 185px;
    margin-top: -185px;
}
.wrap h1{
 line-height: 2.5;
 font-size: 50px;
 font-family: "shippori";
 color: #fff;
 margin: 0px auto;
 opacity : 0.1;
 transform : translate(0, 50px);
 transition : all 500ms;
 width: 100%;
}
.wrap h1.scrollin{
	opacity : 1;
	transform : translate(0, 0);
 width: 100%;
}
h1 span{
 font-size: 25px;
 display: block;
 margin-top: -50px;
}
h1 img{
 display: inline-block;
 margin-left: -80px;
}
.container img{
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  margin:1.5%;
}	
.bold{
 line-height: 1.3;
 font-size: 16px;
 color: #000;
  display: inline-block;
 width: 100%;
 margin:30px;
 width: 40%;
 text-align: center;
 vertical-align: middle;
}
.text{
 font-size: 25px;
 color: #000;
 font-weight: bold;
 margin: 0 auto;
}

.container p{
 line-height: 1.3;
 color: #000;
  display: inline-block;
 width: 40%;
 margin:10px;

}
.about01{
 padding-left: 30px;
 background: rgba(0,0,0,0.8);
 color: #fff;
 font-family:'shippori';
 border-radius: 20px;
 width: 100%;
 padding: 1vw;
 margin: 1vw;
 font-size: 20px;
}

.about02{
 display: inline-block;
 padding-left: 0px;
 background: rgba(0,0,0,0.8);
 color: #fff;
 font-family:'shippori';
 border-radius: 20px;
 width: 45%;
 padding: 1vw;
 margin: 1vw;
 font-size: 20px;
}

#js-slider{
 width: 650px;
 margin: 0 auto;
}
.slider__item img{ 
 width: 100%;
 margin: 0;
}

.tab-box dt{
    font-family: "shippori";
    font-size: 35px;
    color: #fff;
    margin: 20px auto;
    float:center;
    text-align: center;
    }
.tab-box p{
 color: #fff;
 font-size: 0.8vw;
}
.tab-wrap{
 padding-bottom:100px;
 width: 100%;
}

.tab-content {
  width: 100%;
  text-align: center;
  margin-top:0px;
  }
.tab-box dd{
    font-family: 'shippori';
    color: #fff;
    margin: 0 auto;
    background: rgba(0,0,0,0.8);
    border-radius: 20px;
    font-size: 20px;
    padding: 1vw;
}
.profp{
    width: 45% !important;
    display: inline-block;
}
.rightside{
   color: #fff;
   display: inline-block;
   width: 45% !important;
    font-family: 'shippori'!important;
}
.profp{
 font-size: 40px !important;
 color: #fff;
    font-family: 'shippori'!important;
}
.name{
 font-size: 35px;
 color: #fff;
 font-family: 'shippori'!important;
}
.prof,
.chara{
 font-size: 18px !important;
 font-family: 'shippori'!important;
 color: #fff;
  width: 100%;
}
label.tab_item{
    font-family: 'shippori'!important;
    padding: 10px;
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    opacity: 0.5;
}
.tab-content input[type=radio]:checked + label {
   font-family: 'shippori'!important;
   background-repeat: no-repeat;
   font-size: 35px;
    opacity: 1;
  }
}
/**************** PC ****************/

/**************** MOBILE ****************/

/* モニター幅768px以下 */

/**************** MOBILE ****************/

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


/**************** BACKGROUND ****************/
.bg{
 background: url(../img/bg.png);
 background-size: auto 100%;
 background-position:center;
 background-attachment: fixed;
 padding-bottom: 150px;
 }
/**************** BACKGROUND ANIME ****************/

.fix li {
  display: none;
}
.fix li:nth-child(odd) {
  -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
  float: left;
}
.fix li:nth-child(even) {
  -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
  float: right;

}
 
/**************** BACKGROUND ****************/

/**************** HEADER ****************/

.catchcopy{
 margin: 0 auto;
 width:100%;
}
.copy01 img{
 position: relative;
 transform-origin:center top;
 animation:show 1.5s both;
 display: block;
 z-index: 4;
 width:60% !important;
}
	.copy01 img.catch1_1 {width:70% !important; margin-bottom: 0.3em;}
	.copy01 img.catch1_2 {width:40% !important;margin-bottom: 0.3em; }
	.copy01 img.catch1_3 {width:inherit !important;}

.copy02 img{
	transform-origin:right top;
	position: absolute;
	right: 0;
	top:2em;
	z-index:10;
	display: inline-block;
	width:60% !important;
	overflow: hidden;
	animation:show 0.5s both;
}
.copy02 img:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.catchcopy{
 padding: 0;
 position:absolute;
 text-align:left;
 margin-left: 2vw;
 margin-top:  1vw;
}
#top{
 width: 100%;
 animation: show 3s both;
}
@keyframes show {
	0% {
		transform:translate(0,0);
		opacity:0;
	}
	80% {
		transform:translate(0,0);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

/**************** HEADER ****************/
/**************** MENU ****************/
/* デフォルトのbuttonスタイルをリセット */
button{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		font: inherit;
		margin: 0;
		outline: none;
		padding: 0;
		vertical-align: middle;
	}
.burger-btn{
  display: block;      
  width: 39px;      
  height: 39px;      
  position: fixed;   
  z-index: 14;
  border: none;
  top: 126px;
  right: 0px;
  margin: 10px;
  background: #000;
  border-radius: 50%;
} 

.bar{      
  width: 20px;      
  height: 2px;        
  display: block;      
  position: absolute;      
  left: 50%;      
  transform: translateX(-50%);      
  background-color: #fff;  
}    
.bar_top{   
  top: 10px;
}
.bar_mid{    
  top: 50%;
  transform: translate(-50%,-50%);
}
.bar_bottom{
  bottom: 10px;
}

.burger-btn.close .bar_top{      
  transform: translate(-50%,10px) rotate(45deg);      
  transition: transform .3s;
}    
.burger-btn.close .bar_mid{      
  opacity: 0;       
  transition: opacity .3s;  
}    
.burger-btn.close .bar_bottom{      
  transform: translate(-50%,-8px) rotate(-45deg);      
  transition: transform .3s; 
}
  /* 以下、ハンバーガーメニュー */
.nav-wrapper {
	height: 100vh;
	left: 0;
	position: fixed !important;
	top: 0;
	transform: translateX(100%);
	transition: transform .3s;
	width: 100vw;
	z-index: 13; /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}
.nav-wrapper.slide-in {
	transform: translateX(0);
}
.navbase{        
  width: 100%;        
  height: 100%;        
  background-color:rgba(0,0,0,0.8);        
  z-index: 13;      
}     
.nav{        
  display: block;        
  position: absolute;        
  top: 50%;        
  left: 45%;        
  transform: translate(-50%,-50%);        
  text-align: left;
}      
.navbutton{        
  color: #000;  
  display: block;
  background: #fff;  
  margin: 10px auto;
  width: 100%;
  padding: 1vw 4vw;  
  font-size: 5vw;
  font-family: "logotype";
}
.navbutton a{
  color: #000 !important;
  text-decoration:none;
}
.navbutton a:hover{
 color: rgba(0,0,0,0.5);
 }
/* メニューオープン時 */
.nav-wrapper.fade {
	visibility: visible;
	opacity: 1;
}
.navbutton span{
 font-size: 14px !important;
 display: block;
 text-decoration:none;
}
/**************** MENU ****************/
/**************** CONTAINTS ****************/
.wrap{
 margin: 0 auto;
 text-align: center;
 overflow: hidden;
 }
.banner{
 margin: 30px auto;
 z-index: 999;
}
.banner img{
 width: 100%;
}
.bnrarea img{
 display: inline-block;
 margin: 30px auto 50px;
 width: 95%;
}
.container{
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	width: 100%;
    margin: 0 auto 10vw auto;
    text-align: center;
    vertical-align: middle;
	}

/* 画面内に入った状態 */
.container.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
	
a.anchor{
    display: block;
    padding-top: 185px;
    margin-top: -185px;
}
.wrap h1{
 line-height: 2.5;
 font-size: 30px;
 font-family: "shippori";
 color: #fff;
 margin: 0px auto;
 opacity : 0.1;
 transform : translate(0, 50px);
 transition : all 500ms;
 width: 100%;
}
.wrap h1.scrollin{
	opacity : 1;
	transform : translate(0, 0);
 width: 100%;
}
.wrap h1 img{
 width: 15%;
}
h1 span{
 font-size: 20px;
 display: block;
 margin-top: -20px;
}
h1 img{
 display: inline-block;
 margin-left: -3vw;
}
.container img{
  width:  100%;
  display: inline-block;
  vertical-align: middle;
}	
.bold{
 line-height: 1.3;
 font-size: 16px;
 color: #000;
  display: inline-block;
 width: 100%;
 width: 40%;
 text-align: center;
 vertical-align: middle;
}
.text{
 font-size: 25px;
 color: #000;
 font-weight: bold;
 margin: 0 auto;
}


.about01{
 background: rgba(0,0,0,0.8);
 color: #fff;
 font-family:'shippori';
 border-radius: 20px;
 width: 100%;
 padding: 2.5vw;
 font-size: 20px;
}

.about02{
 display: inline-block;
 background: rgba(0,0,0,0.8);
 color: #fff;
 font-family:'shippori';
 border-radius: 20px;
 width:  100%;;
 padding: 2.5vw;
 font-size: 20px;
}

#js-slider{
 width:  100%;;
 margin: 0 auto;
}
.slider__item img{ 
 width: 100%;
 margin: 0;
}

.tab-box dt{
    font-family: "shippori";
    font-size: 30px;
    color: #fff;
    margin: 20px auto;
    float:center;
    text-align: center;
    }
.tab-box p{
 color: #fff;
 font-size: 0.8vw;
}
.tab-wrap{
 padding-bottom:100px;
 width: 100%;
}

.tab-content {
  width: 100%;
  text-align: center;
  margin-top:0px;
  }
.tab-box dd{
    font-family: 'shippori';
    color: #fff;
    margin: 0 auto;
    background: rgba(0,0,0,0.8);
    border-radius: 20px;
    font-size: 20px;
    padding: 1vw;
}
.profp img{
    width: 65%; !important;
}
.profp{
 font-size: 40px !important;
 color: #fff;
}
.prof{
 font-size: 18px !important;
 color: #fff;
}
label.tab_item{
    font-family: 'shippori'!important;
    padding: 10px;
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    opacity: 0.5;
}
.tab-content input[type=radio]:checked + label {
   font-family: 'shippori'!important;
   background-repeat: no-repeat;
   font-size: 35px;
    opacity: 1;
  }
.name{
 font-size: 35px;
    font-family: 'shippori'!important;
}
.rightside{
 background:#00008b;
 color: #fff;
 font-family: "shippori";
}
.chara{
color: #fff;
    font-family: 'shippori'!important;
}

.name{
color: #fff;
    font-family: 'shippori'!important;
}
}  
