﻿@charset "utf-8";

/* セッティング ##################################################### */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	outline: 0;
	background-color: transparent;
	line-height: 1.8em;
	font-style: normal;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

/*画面全体の設定*/


body,
html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-size: 14px;
/*
    -ms-overflow-x: hidden;
        overflow-x: hidden;
*/
}


h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

div {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 0;
}

a {
	text-decoration:none !important;
}

a:visited {}
a:hover {
	color: #C00;
}
a:active {
	color: #cc0000;
	text-decoration: underline;
}

/* セッティング ##################################################### */




h2 {
	font-size: 2rem;
	width:100%;
	padding: 0 0 3% 0;
	color: #36a;
}
h3 {
	font-size: 1.3rem;
	color: #3a6;
line-height: 0.8;
	margin-bottom: 4px;
}









/* for Scroll Fix Header */

header{
	width:100%;
	text-align: center;
}

.fix-header {
	background-color: #00ac9a;
/*
	line-height: 66px;
	top: -66px;	/* 上に隠す高さ *
*/
	line-height: 40px;
	top: -40px;	/* 上に隠す高さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
/*
	padding-top:15px;
	padding-bottom:10px;
*/
	padding-top: 6px;
	padding-bottom: 4px;
	position: fixed;
	opacity:0;	/* 最初読み込んだときは透過 */
	z-index: 1000;	/* 他のアイテムに対して最上位のレイヤーになるように */
}

.fix-header-contents{
	width: 100%;
	margin: 0 auto;
}

.fix-header ul{
	list-style-type: none;
}

.fix-header li{
	float:left;
	margin-right:32px;
}

.fix-header li a,.fix-header li a:visited{
	color: #fff;
	text-decoration: none;
}
.fix-header li a:hover{
	color: #f00;
	text-decoration: underline;
}


.fix-header li:last-child{
	margin-right:0;
}


#fix-header-menus{
	float:right;
	text-align: right;
margin: 0 50px;
}


@media screen and (max-width: 599px) {
	#fix-header-menus{
margin: 0 20px;

	}
	.fix-header {
		visibility: hidden;
	}
}








/*
#scroll-fix-menu img{
	padding-bottom: 5px;
	border-bottom:2px solid #fff;
}

#scroll-fix-menu .current-menu-item img{
	border-bottom:2px solid #0f142a;
}

#scroll-fix-menu a img:hover{
	border-bottom:2px solid #0f142a;
	transition:border-color 0.6s ease-out;
}
*/
/* micro clearfx */
.cf:before, .cf:after {
	content:"";
	display:table
}
.cf:after {
	clear:both;
}
.cf { zoom:1 } /* For IE 6/7 */



/*  */
nav{
	width:100%;
	background-color: #4a7;
}
	.nav-container{
		width:800px;
		margin: 0 auto;
	}
	
	nav ul{
		padding:0;
		list-style: none;
	}
	
	nav ul li{
		float:left;
		margin:10px 30px 10px 0;
	}
	
	nav ul li a,nav ul li a:visited{
		color: #fff;
		text-decoration: none;
	}
	


	.art-icle{
		width:600px;
		margin:20px auto ;
	}












/* fadeIn */
.fadeIn{
	animation-name: fadeInAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger{
    opacity: 0;
}


















/*固定する背景*/
div {
	box-sizing: border-box;
}



@media screen and (min-width: 600px) {
	.parallax-bg {
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		height: 50%;
	}
}

@media screen and (max-width: 599px) {
	.parallax-bg {
		background-position: center;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-repeat: no-repeat;
		background-attachment: local;
		height:calc(100vw * 0.5);
	}
}




.text-cont {
	width:100%;
	color: #333;
	padding: 60px 8% 80px;
	display: flex;
/*font-size: 1.1em;*/
}
.text-cont2 {
	width:100%;
	color: #333;
	padding: 60px 8% 80px;
	display: flex;
/*	background-image: url('../img/HP_img03.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;*/
/*font-size: 1.1em;*/
}
@media screen and (max-width: 1024px) {
	.text-cont2 {
		padding: 20px 8% 80px;
	}
}

.text-cont3 {
	width: 100%;
	color: #333;
	padding: 8%;
	display: flex;
/*	background-image: url('../img/HP_img04.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;*/
}

.text-cont-txt {
	width: 60%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.text-cont-bg {
	width: 40%;
}
@media screen and (max-width: 1024px) {
	.text-cont-txt{
		width: 75%;
	}
	.text-cont-bg {
		width: 25%;
	}
}
@media screen and (max-width: 599px) {
	.text-cont-txt{
		width: 100%;
	}
	.text-cont-bg {
		width: 0%;
	}
}






.text-cast-txt {
	width: 95%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.text-cast-bg {
	width: 5%;
}
@media screen and (max-width: 599px) {
	.text-cast-txt {
		width: 100%;
	}
	.text-cast-bg {
		width: 0%;
	}
}



.text-cont9 {
	color: #fff;
	width:100%;
	color: #333;
	padding: 5%;

}
.text-cont-info {
	color: #fff;
	text-align: center;
}


.img25 {
	text-align: center;

}
.img25 img{
	width: 420px;
margin: -20px 0 20px 0;
max-width: 100%;
}

@media screen and (max-width: 599px) {
	.img25 img{
		margin: 0 0 20px 0;
	}
}



/* 予告編 *********************************/
.text-movie-txt {
	width: 80%;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 599px) {
	.text-movie-txt {
		width: 100%;
	}
}

.text-movie-bg {
	width: 10%;
}
@media screen and (max-width: 599px) {
	.text-movie-bg {
		width: 0%;
	}
}


.TextIn_text-movie-txt {
	width: 75%;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 auto;
}


@media screen and (max-width: 1024px) {
	.TextIn_text-movie-txt {
		width: 100%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}







.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 30px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.youtube a {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.youtube img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
/* 予告編 *********************************/




/*各背景の画像*/
.img-bg-01 {
  background-image: url('../img/bg/baiku.jpg');
}
.img-bg-02 {
  background-image: url('../img/bg/TIFF_032495.jpg');
}
.img-bg-03 {
  background-image: url('../img/bg/heya1.jpg');
}
.img-bg-04 {
  background-image: url('../img/bg/kissaten.jpg');
}
.img-bg-05 {
  background-image: url('../img/bg/cola.jpg');
}
.img-bg-06 {
  background-image: url('../img/bg/koen.jpg');
}
.img-bg-07 {
  background-image: url('../img/bg/amagami.jpg');
}
.img-bg-08 {
  background-image: url('../img/bg/utamiya.jpg');
}

/*スクロールするコンテンツ*/
.scrollbox1 {
	background-color: #fff;
}
.scrollbox2 {
	background-color: #fff;
}
.scrollbox3 {
	background-color: #fff;
}
.scrollbox4 {
	background-color: #fff;
}
.scrollbox5 {
	background-color: #fff;
}
.scrollbox6 {
	background-color: #fff;
}
.scrollbox7 {
	background-color: #fff;
}
.scrollbox8 {
	background-color: #fff;
}
.scrollbox9 {
	background-color: #111;
}



/* コピーライトバー ---------------------------------------------------------------*/
#copyright_bar {
	width: 100%;
/*	background-color: #8b40c2;*/
	background-color: #00ac9a;
	color: #fff;
}
#copy_wrap {
	margin: 0 auto;
	padding: 8px 20px 8px 0px;
	font-size: 12px;
	line-height: 1.0em;
	text-align: right;
}
/* コピーライトバー ---------------------------------------------------------------*/



.FS10 {font-size: 10px;}
.FS11 {font-size: 11px;}
.FS12 {font-size: 12px;}
.FS14 {font-size: 14px;}
.FS16 {font-size: 16px;}
.FS18 {font-size: 18px;}
.FS20 {font-size: 20px;}
.FS09em {font-size: 0.9em}
.FS13em {font-size: 1.3em}

.LH10 {line-height: 10px;}
.LH11 {line-height: 11px;}
.LH12 {line-height: 12px;}
.LH13 {line-height: 13px;}
.LH14 {line-height: 14px;}
.LH16 {line-height: 16px;}
.LH18 {line-height: 18px;}
.LH20 {line-height: 20px;}
.LH24 {line-height: 24px;}

.FC-RED {color: RED;}
.FC-36A {color: #36a;}
.FC-3A6	{color: #3a6;}
.FC-F63 {color: #f63;}
.FC-F33 {color: #f33;}

.PDB01 {padding-bottom: 1px;}
.PDB02 {padding-bottom: 2px;}
.PDB03 {padding-bottom: 3px;}
.PDB04 {padding-bottom: 4px;}
.PDB05 {padding-bottom: 5px;}
.PDB06 {padding-bottom: 6px;}
.PDB07 {padding-bottom: 7px;}
.PDB08 {padding-bottom: 8px;}
.PDB09 {padding-bottom: 9px;}
.PDB10 {padding-bottom: 10px;}
.PDB11 {padding-bottom: 11px;}
.PDB12 {padding-bottom: 12px;}
.PDB14 {padding-bottom: 14px;}
.PDB16 {padding-bottom: 16px;}
.PDB18 {padding-bottom: 18px;}
.PDB20 {padding-bottom: 20px;}
.PDB30 {padding-bottom: 30px;}
.PDB40 {padding-bottom: 40px;}

/* ページトップへ戻るボタン -------------------------------------------------------*/
#pageTop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 40px;
	background: #53ccad;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	behavior: url(./css/PIE.htc);
}
#pageTop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#pageTop a::before {
	font-family: "FontAwesome";
	content: '\f106';
	font-size: 50px;
	color: #fff;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	bottom: 6px;
	right: 8px;
	left: 0;
	margin: auto;
	text-align: center;
}
#pageTop a:active,#pageTop a:hover {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	behavior: url(./css/PIE.htc);
	background-color:#f00;
}
/* ページトップへ戻るボタン -------------------------------------------------------*/





#bg-section01{
	background-image: url('../img/main-img3.jpg');
	background-position: center;
	width: 100%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
@media screen and (max-width: 926px) {
	#bg-section01{
		background-image: url('../img/main-img5_s.jpg');
	}
}





#bg-section01::before {
	content: '';
	display: block;
/*	padding-top: 66.67%;*/
	padding-top: 56%;
}

.title_vr {
	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	color: #fff;
-webkit-text-orientation: upright;
     -o-text-orientation: upright;
        text-orientation: upright;
}
/*
#bg-section01 p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
*/


.string-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
}
/*
.parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
*/






/* ##### CAST ########################################## */


*, *:before, *:after {
	box-sizing: border-box;
}

.profileBox {
	box-sizing     : border-box; 

}



/* ２段 */
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin:0 0 30px 0;
}
.col_2 > div{
	width: 50%;
	padding: 10px 30px 80px 20px;

}
.photoL_2 {
	float: left;
	max-width: 50%;
	margin-right: 20px;
}

.photoL_2 img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.col_2 > div{
		width: 100%;
		padding: 10px 30px 30px 20px;
	}
	.photoL_2 {
		max-width: 33.33333%;
	}
}
@media screen and (max-width: 599px) {
	.col_2 > div{
		padding: 10px 0 30px;
	}
	.col_2{
		margin: 0;
	}
}

/* ３段 */
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px 30px 80px 20px;
}
.photoL_3 {
	float: left;
	max-width: 33.33333%;
	margin-right: 20px;
}

.photoL_3 img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.col_3 > div{
/*		width: 33.33333%;*/
		width: 50%;
		padding: 10px 30px 50px 20px;
	}
	.col3 img {
		width: 50%
	}
}
@media screen and (max-width: 599px) {
	.col_3 > div{
		width: 100%;
		padding: 10px 0 30px;
	}
}





.content1-wrapper{
  width: 60%;
  overflow: hidden;
  margin: auto;
}
.text1{
  position: absolute;
  top: 5%;
}
.text2{
  position: absolute;
  bottom: 5%;
  right: 0%;
}

.text1 >span, .text2 >span{
  color: white;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
}



.photoL_4 {
	margin-top: 20px;
	float: left;
	max-width: 240px;
	margin-right: 40px;
}

.photoL_4 img {
	width: 100%;
}
@media screen and (max-width: 1280px) {
	.photoL_4 {
		max-width: 240px;
	}
}
@media screen and (max-width: 640px) {
	.photoL_4 {
		display: none
	}
}
.photoL_4 p.indent{
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.2em;
}




.fixed-btn {
    position:fixed;
    right:20px;
    bottom:100px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
