@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #fff;
	background: #000;
	background-image: url("../images/bk4.jpg")
}

a{
	color: #0066ff;
	text-decoration: none;
	color: #ffff00;
}

a:hover, .active{
  text-decoration: underline;


}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #fff;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

img{
	max-width: 100%;
	height: auto;
}

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

section h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #fff;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.video-container {
  /* 親要素をFlexコンテナにする */
  display: flex;
  /* 子要素を水平方向に中央揃え */
  justify-content: center;
  /* 子要素を垂直方向に中央揃え（必要に応じて） */
  align-items: center;

  /* 高さを設定しないと中央揃えにならない場合がある */
  height: 55vh; /* ビューポート全体の高さ */
}

video {
  /* 親要素の幅に合わせて動画のサイズを調整 */
  max-width: 100%;
  height: auto;
}

video {
  /* 動画自体の幅を調整する */
  max-width: 80%;
  height: auto;
}
.inner2{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.inner3{
	width: 100%;
	margin:50px 10px 50px auto;
	padding-bottom: 50px;
	text-align:  center;        /* 中央寄せ */
}
.inner4{
	width: 100%;
	margin:50px 10px 50px auto;
	padding-bottom: 0px;
	text-align:  center;        /* 中央寄せ */
}

#sec03 .inner, #sec04 .inner, #sec11 .inner{
	border-bottom: 1px solid #fff;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.inner5{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
}
/* 新着情報
------------------------------------------------------------*/
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:0.5px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
/* ニュースタイトル
------------------------------------------------------------*/

 h3 {
position: relative;
padding: .5em;
background: -webkit-linear-gradient(135deg, #f44336 0%,#ff9800 17%,#ffeb3b 32%,#4caf50 50%,#2196f3 67%,#3f51b5 84%,#9c27b0 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
	 font-size: 180%;	 	 
}
/* リンク文字
------------------------------------------------------------*/
.link08 {
	display: inline-block;
	position: relative;
	transition: all .25s linear;
	text-decoration: none;
}
.link08 span {
	position: relative;
	z-index: 2;
}

.link08:before {
	content: "";
	width: 0%; height: 100%;
	display: block;
	position: absolute;
	top: 0; left: 50%;
    transform: translateX(-50%);
	background-color: #4E86BF;
	z-index: 1;
	transition: all .25s linear;
}
.link08:hover {
	color: #FFF;
}
.link08:hover:before {
	width: 100%;
}
/* サンチームタイトル
------------------------------------------------------------*/

h4 {
  overflow: hidden;
  text-align: center;
  font-size:  1rem; 
  margin-bottom: 3rem;    /* 周りの余白指定 */
 font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;


}
h4 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
h4 span::before,
h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
h4 span::before {
  right: 100%;
}
h4 span::after {
  left: 100%;
	
}

/* ムーンチームタイトル
------------------------------------------------------------*/
 h5 {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  25px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    background: linear-gradient(to right, rgb(48, 224, 192) 0%,rgba(96,155,208,0.7) 30%,rgba(125,185,232,0) 100%);/* グラデーション指定 */
    padding:  1px;         /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    border-radius:  2px;    /* 角丸指定 */
	font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
}
/* キャストチームタイトル
------------------------------------------------------------*/

 h6 {
  text-shadow: 0px 0px 1px #ffffff,
               0px 0px 10px #ffd700,
               0px 0px 20px #ffd700,
               0px 0px 30px #ffd700,
               0px 0px 40px #ffd700;
  font-size: 20px;
  color:#fff;
  font-weight: bold;
  margin-bottom: 25px;    /* 周りの余白指定 */
 font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;

}
 h7{
  text-shadow: 0px 0px 1px #ffffff,
               0px 0px 10px #ffd700,
               0px 0px 20px #ffd700,
               0px 0px 30px #ffd700,
               0px 0px 40px #ffd700;
  font-size: 20px;
  color:#fff;
  font-weight: bold;
  margin-bottom: 10x;    /* 周りの余白指定 */
 font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;

}
 h8{
 text-shadow: 0px 0px 1px #ffffff,
               0px 0px 10px #c71585,
               0px 0px 20px #c71585,
               0px 0px 30px #c71585,
               0px 0px 40px #c71585;
  font-size: 20px;
  color:#fff;
  font-weight: bold;
  margin-bottom: 10x;    /* 周りの余白指定 */
 font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;

}
 h9{
 text-shadow: 0px 0px 1px #ffffff,
               0px 0px 10px #66cdaa,
               0px 0px 20px #66cdaa,
               0px 0px 30px #66cdaa,
               0px 0px 40px #66cdaa;
  font-size: 20px;
  color:#fff;
  font-weight: bold;
  margin-bottom: 10x;    /* 周りの余白指定 */
 font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;

}
 h11{
  text-shadow: 0px 0px 1px #ffffff,
               0px 0px 10px #ffd700,
               0px 0px 20px #ffd700,
               0px 0px 30px #ffd700,
               0px 0px 40px #ffd700;
  font-size: 20px;
  color:#fff;
  font-weight: bold;
  margin: 10px 30px 0px 60px;    /* 周りの余白指定 */
 font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;

}
h12 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 15px #FF6694;
  font-size: 58px;
  font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
}
/* きらんボタン
------------------------------------------------------------*/
.shiny-btn1 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ff1493;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/* もっとみるボタン
------------------------------------------------------------*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
	text-decoration: none;
    
	
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 1px #FFFFFF;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #7005AF;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
	
}

/* ページネーション
------------------------------------------------------------*/
/* その5  */
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background: #9D50BB;
}
/* ユーチューブ
------------------------------------------------------------*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/* プロフィール切り替え
------------------------------------------------------------*/
.box08 {
  position:relative;
  overflow:hidden;
  margin: 0 auto;
}
.box08 img{
  width: 100%;
  cursor: pointer;
  position:absolute;
}
.box08 img:last-child{
  top: 100%;
  transition: 0.3s;
}
.box08:hover img:last-child{
  top:0;
}
/* プロフィール切り替え2
------------------------------------------------------------*/
.demo01 {
    background: url("/images/sugimoto2.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}
 
.demo01 a {
    width: 200px;
    height: 60px;
    background: url("/images/sugimoto2.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.demo01 a:hover {
    background-image: url("/images/yakushiji2.png");
}
	
@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }


  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery{
	overflow: hidden;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}
#gallery li.full{
	width: 100%;
}


#gallery img{
	display: block;
	width: 100%;
	height: auto;
}

#gallery2{
	overflow: hidden;
}

#gallery2 li{
	float: left;
	width: calc(90%/3);
	line-height: 0;
}
#gallery2 li.full{
	width: 90%;
}


#gallery2 img{
	display: ;
	width: 90%;
	height: auto;
}
.logo {
    width: 45px;  /* ロゴの幅を32ピクセルに設定 */
    height: auto; /* 高さを自動調整して縦横比を維持 */
    vertical-align: middle; /* テキストと画像を垂直方向で中央揃え */
    margin-left: 5px; /* テキストと画像の間に少しスペースを追加 */
  }
/* gallery3 
------------------------------------------------------------*/
#gallery3{
	overflow: hidden;
	max-width: 80%;
	margin: 0 auto;
	width:auto;
  height:auto;
	margin-left: 10rem;

}

#gallery3 li{
	float: left;
	width: calc(80%/3);
	line-height: 0;
}
#gallery3 li.full{
	width: 90%;
}


#gallery3 img{
	display: ;
	width: 90%;
	height: auto;
}

/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}

/* SEC11 ストーリー
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}


/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}

	.box21{
    padding: 0.5em 1em;
    background: -moz-linear-gradient(#ffb03c, #ff708d);
    background: -webkit-linear-gradient(#ffb03c, #ff708d);
    background: linear-gradient(to right, #ffb03c, #ff708d);
    color: #FFF;
}
.box21 p {
    margin: 0; 
    padding: 0;
}

/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
		background: ;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
		text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	.logo {
    width: 45px;  /* ロゴの幅を32ピクセルに設定 */
    height: auto; /* 高さを自動調整して縦横比を維持 */
    vertical-align: middle; /* テキストと画像を垂直方向で中央揃え */
    margin-left: 5px; /* テキストと画像の間に少しスペースを追加 */
  }
}

@media only screen and (max-width: 799px){
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:300;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 50px;
		background: #000;
		border-bottom: 1px solid #333;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
		text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #000;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
		text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
	}
h4 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
h4 span::before,
h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 200%;
  height: 1px;
  background-color: #ccc;
}
h4 span::before {
  right: 100%;
}
h4 span::after {
  left: 100%;
	
}
.logo {
    width: 45px;  /* ロゴの幅を32ピクセルに設定 */
    height: auto; /* 高さを自動調整して縦横比を維持 */
    vertical-align: middle; /* テキストと画像を垂直方向で中央揃え */
    margin-left: 5px; /* テキストと画像の間に少しスペースを追加 */
  }

}