@charset "UTF-8";
/* CSS Document */

header div.btn a{ background-image: url(../../common/images/logo_insta_g.png); }
header p a, header p a:visited{ color: #333; }
header p a:hover{ color: #333; }
#handle div span{ background-color: #333; }

#container{
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0 0 120px 0;
}
#container .stripe{
	width: 200%;
	height: 500px;
	background-color: rgba(246,241,248,1);
	position: absolute;
	left: -50%;
	transform: rotate(-8.5deg);
}
#container .stripe.s1{ top: 1200px; }
#container .stripe.s2{
	top: 3900px;
	height: 600px;
}

#container section{
	position: relative;
	z-index: 1;
}
#container #cover{
	width: 100%;
	height: 100vh;
	min-height: 540px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cover .title{
	width: 394px;
	padding: 0 0 0px 0;
	transition: padding 3s ease-out 0s;
}
.loaded #cover .title{ padding: 0 0 197px 0; }

#cover .title h2{
	width: 160px;
	height: 54px;
	background-image: url(../../common/images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto 75px auto;
	transition: opacity 0.5s ease-out 0s;
	opacity: 0;
}
.loaded #cover .title h2{
	opacity: 1;
}
#cover .title h3{
	width: 303px;
	height: 25px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto 25px auto;
	transition: opacity 0.75s ease-out 1s;
	opacity: 0;
}
.loaded #cover .title h3{ opacity: 1; }
#cover .title h4{
	width: 394px;
	margin: 0 auto;
	transition: opacity 0.75s ease-out 2s;
	opacity: 0;
}
#cover .title h4 span{	
	height: 38px;
	background-image: url(../images/title2.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.loaded #cover .title h4{ opacity: 1; }
#cover .update{
	text-align: right;
	display: inline-block;
	position: absolute;
	right: 45px;
	bottom: 100px;
	transition: opacity 0.5s ease-out 2s;
	opacity: 0;
}
.loaded #cover .update{
	right: 135px;
	opacity: 1;
}
#cover .update a:hover{ color: #a477b2; }
#cover .update a dl dt{
	font-size: 0.8rem;
	font-style: italic;
	line-height: 100%;
	white-space: nowrap;
	margin-bottom: 10px;
}
#cover .update a dl dd.text{
	font-size: 1.1rem;
	line-height: 1.7rem;
	margin-bottom: 20px;
}
#cover .update a dl dd.text i{
	font-style: italic;
	padding: 0 10px 0 0;
	display: inline-block;
}
#cover .update a dl dd.more{
	margin: 0px;
	display: inline-block;
}
#cover .update a dl dd.more span{
	font-family: 'Montserrat', sans-serif;
	line-height: 100%;
	padding: 6px 12px;
	margin-bottom: 0px;
	border: solid 1px #333;
	display: inline-block;
	box-sizing: border-box;
}
#cover .update a:hover dl dd.more span{
	border: solid 1px #a477b2;
}
#cover .scroll{
	width: 2px;
	height: 50px;
	padding: 0px;
	margin: 0 0 0 -1px;
	background-color: #111;
	position: absolute;
	left: 50%;
	bottom: 100px;
	z-index: 3;
	overflow: hidden;
	box-sizing: border-box;
	transition: opacity 0.5s ease-out 2.5s;
	opacity: 0;
}
.loaded #cover .scroll{ opacity: 1; }

#cover .scroll span{
	width: 2px;
	height: 40px;
	margin: 0 0 0 -1px;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	top: -40px;
	display: block;
	animation: bar-anime 1.5s ease-out 0s infinite normal;
}
@keyframes bar-anime{
  0% { height:1px; top: -40px; }
  80% { height:20px; top: 50px; }
  100% { height:1px; top: 50px; }
}
/* lead */
#container #lead{
	width: 100%;
	padding: 135px 0 270px 0;
	transition: all 0.5s ease-out;
	opacity: 0;
}
#container #lead.active{ opacity: 1; }
#lead h5{
	font-size: 1.2rem;
	margin-bottom: 40px;
}
#lead p{ margin-bottom: 40px; }
#lead p:last-child{ margin-bottom: 0px; }


/* #index */
#container #index{
	text-align: left;
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
#index .vol{
	width: 100%;
	padding: 50px 0 0 0;
	overflow: hidden;
	transition: all 0.5s ease-out 0.5s;
	opacity: 0;
}
#index .vol.active{
	padding: 0px;
	opacity: 1;
}
#index .vol a, #index .vol span{
	color: #333;
	position: relative;
	display: block;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
#index .vol a:hover{ opacity: 0.7; }
#index .vol.vol1 a{ width: calc(319px + 45px + 200px); }
#index .vol.vol2 a{
	width: calc(371px + 45px + 200px);
	float: right;
}
#index .vol.vol3 a{ width: calc(341px + 45px + 200px); }
#index .vol.vol4 a{
	width: calc(359px + 45px + 200px);
	float: right;
}
#index .vol.vol5 a{ width: calc(354px + 45px + 200px); }
#index .vol.vol6 a{
	width: calc(386px + 45px + 200px);
	float: right;
}
#index .vol a .photo, #index .vol span .photo{
	width: 1px;
	height: 280px;
	position: relative;
	-webkit-transition: width 0.5s ease-in 0.5s;
	-moz-transition: width 0.5s ease-in 0.5s;
	-ms-transition: width 0.5s ease-in 0.5s;
	transition: width 0.5s ease-in 0.5s;
	overflow: hidden;
}
#index .vol.active a .photo, #index .vol.active span .photo{
	width: 280px;
}
#index .vol span .photo img{
	width: 280px;
	height: 280px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#index .vol a .photo svg{
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#index .vol a:hover .photo svg{
	width: 270px;
	height: 270px;
	margin: 5px 0 0 5px;
}


#index .vol a dl, #index .vol span dl{
	width: 100%;
	position: absolute;
	left: 195px;
	top: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#index .vol a:hover dl{ left: 200px; }



#index .vol a dl dt, #index .vol span dl dt{
	width: 100%;
	padding: 0 0 0 45px;
	margin: 0 0 120px 0;
}
#index .vol a dl dt strong, #index .vol span dl dt strong{
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	overflow: hidden;
	display: block;
}
#index .vol.vol1 a dl dt strong{
	background-image: url(../images/body_vol1.png);
	height: 77px;
}
#index .vol.vol2 a dl dt strong{
	background-image: url(../images/body_vol2.png);
	height: 74px;
}
#index .vol.vol3 a dl dt strong{
	background-image: url(../images/body_vol3.png);
	height: 76px;
}
#index .vol.vol4 a dl dt strong{
	background-image: url(../images/body_vol4.png);
	height: 76px;
}
#index .vol.vol5 a dl dt strong{
	background-image: url(../images/body_vol5.png);
	height: 76px;
}
#index .vol.vol6 a dl dt strong{
	background-image: url(../images/body_vol6.png);
	height: 76px;
}
#index .vol a dl dt strong br, #index .vol span dl dt strong br{ display: none; }
#index .vol a dl dd, #index .vol span dl dd{
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	display: block;
}
#index .vol a dl dd.num,
#index .vol span dl dd.num{ margin: 0 0 20px 0; }

#index .vol.vol1 a dl dd.num{
	background-image: url(../images/num_vol1.png);
	width: 52px;
	height: 14px;
}
#index .vol.vol2 a dl dd.num{
	background-image: url(../images/num_vol2.png);
	width: 53px;
	height: 14px;
}
#index .vol.vol3 a dl dd.num{
	background-image: url(../images/num_vol3.png);
	width: 53px;
	height: 14px;
}
#index .vol.vol4 a dl dd.num{
	background-image: url(../images/num_vol4.png);
	width: 53px;
	height: 14px;
}
#index .vol.vol5 a dl dd.num{
	background-image: url(../images/num_vol5.png);
	width: 53px;
	height: 15px;
}
#index .vol.vol6 a dl dd.num{
	background-image: url(../images/num_vol6.png);
	width: 53px;
	height: 14px;
}
#index .vol a dl dd.view{
	background-image: url(../images/text_viewmore.png);
	width: 116px;
	height: 13px;
}
#index .vol span dl dd.view{
	background-image: url(../images/text_viewmore.png);
	width: 116px;
	height: 13px;
	opacity: 0.2;
}

/* director */
#container #director{
	text-align: left;
	width: 100%;
	padding: 250px 0 190px 0;
	margin: 0 auto;
}
#director .inner{
	width: 840px;
	margin: 0 auto;
}
#director .inner h3{
	width: 159px;
	height: 25px;
	background-image: url(../images/title_director.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 25px;
}
#director .inner h5{
	font-size: 1.2rem;
	line-height: 100%;
	margin-bottom: 20px;
}
#director .inner p.lead{
	margin-bottom: 80px;
}
#director .inner .prof{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#director .inner .prof .photo{ width: 200px; }
#director .inner .prof .text{
	width: 610px;
	margin: 0 0 0 30px;
}
#director .inner .prof .text h5{
	font-size: 1.2em;
	line-height: 1.8em;
}
#director .inner .prof .text a{ color: #ab83b8; }
#director .inner .prof .text a:hover{ color: #d8c7dd; }

/* footer */
footer{
	padding: 0px;
}



/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 414px){
	

header div.btn a{ background-image: url(../../common/images/logo_insta_g.png); }
header p a, header p a:visited{ color: #333; }
header p a:hover{ color: #333; }
#handle div span{ background-color: #333; }

#container{
	overflow: hidden;
	position: relative;
	margin: 0 auto 35px auto;
	padding: 0px;
}
#container .stripe{
	width: 200%;
	background-color: rgba(246,241,248,1);
	position: absolute;
	left: -50%;
	transform: rotate(-8.5deg);
}
#container .stripe.s1{
	height: 500px;
	top: calc(100vh + 40px);
}
#container .stripe.s2{
	height: 600px;
	top:auto;
	bottom: 40px;
}

#container section{
	position: relative;
	z-index: 1;
}
#container #cover{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cover .title{
	width: 275px;
	margin: -100px 0 0 0;
}
#cover .title h2{
	width: 120px;
	height: 41px;
	margin: 0 auto 50px auto;
}
#cover .title h3{
	width: 212px;
	height: 17px;
	margin: 0 auto 10px auto;
}
#cover .title h4{
	width: 275px;
}
#cover .title h4 span{	
	height: 26px;
}
#cover .update{
	text-align: center;
	width: 100%;
	padding: 0 10px;
	display: inline-block;
	position: absolute;
	left: 0px;
	right: auto;
	bottom: 100px;
	box-sizing: border-box;
}
#cover .update a:hover{ color: #333; }
#cover .update a dl dt{
	font-size: 0.8rem;
	font-style: italic;
	line-height: 100%;
	white-space: nowrap;
	margin-bottom: 10px;
}
#cover .update a dl dd.text{
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
}
#cover .update a dl dd.more span{
	font-size: 0.8rem;
	line-height: 100%;
	padding: 3px 6px;
}
#cover .update a:hover dl dd.more span{
	border: solid 1px #333;
}
#cover .scroll{
	width: 2px;
	height: 30px;
	padding: 0px;
	left: 50%;
	bottom: 30px;
}

/* lead */
#container #lead{
	width: 100%;
	padding: 90px 30px 90px 30px;
	margin: 0 auto 40px auto;
	box-sizing: border-box;
}
#lead h5{
	font-size: 1.2rem;
	margin-bottom: 30px;
}
#lead p{
	text-align: left;
	margin-bottom: 30px;
}
#lead p:last-child{ margin-bottom: 0px; }


/* #index */
#container #index{
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
}
#index .vol{
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}
#index .vol.vol6{ margin: 0px; }
#index .vol a, #index .vol span{
	color: #333;
	position: relative;
	display: block;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#index .vol a:hover{ opacity: 1; }
#index .vol.vol1 a{ width: 100%; }
#index .vol.vol2 a{
	width: 100%;
	float: none;
}
#index .vol.vol3 a{ width: 100%; }
#index .vol.vol4 a{
	width: 100%;
	float: none;
}
#index .vol.vol5 a{ width: 100%; }
#index .vol.vol6 a{
	width: 100%;
	float: none;
}
#index .vol a .photo, #index .vol span .photo{
	height: 150px;
}
#index .vol.active a .photo, #index .vol.active span .photo{
	width: 150px;
}
#index .vol a .photo svg{
	width: 150px;
	height: 150px;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#index .vol a:hover .photo svg{
	width: 150px;
	height: 150px;
	margin: 0px;
}
#index .vol span .photo img{
	width: 150px;
	height: 150px;
}

#index .vol a dl, #index .vol span dl{
	position: absolute;
	left: 110px;
	top: 5px;
}
#index .vol a:hover dl{ left: 110px; }

#index .vol a dl{ width: auto !important; }

#index .vol a dl dt, #index .vol span dl dt{
	padding: 0 0 0 30px;
	margin: 0 0 60px 0;
}
#index .vol.vol1 a dl dt strong{
	height: 38px;
}
#index .vol.vol2 a dl dt strong{
	height: 37px;
}
#index .vol.vol3 a dl dt strong{
	height: 38px;
}
#index .vol.vol4 a dl dt strong{
	height: 38px;
}
#index .vol.vol5 a dl dt strong{
	height: 38px;
}
#index .vol.vol6 a dl dt strong{
	height: 38px;
}
#index .vol a dl dt br, #index .vol span dl dt br{ display: none; }

#index .vol a dl dd.num,
#index .vol span dl dd.num{ margin: 0 0 10px 0; }

#index .vol.vol1 a dl dd.num{
	background-image: url(../images/num_vol1.png);
	width: 97px;
	height: 13px;
}
#index .vol.vol2 a dl dd.num{
	width: 80px;
	height: 10px;
}
#index .vol.vol3 a dl dd.num{
	background-image: url(../images/num_vol3.png);
	width: 134px;
	height: 10px;
}
#index .vol.vol4 a dl dd.num{
	background-image: url(../images/num_vol4.png);
	width: 71px;
	height: 10px;
}
#index .vol.vol5 a dl dd.num{
	background-image: url(../images/num_vol5.png);
	width: 51px;
	height: 10px;
}
#index .vol.vol6 a dl dd.num{
	background-image: url(../images/num_vol6.png);
	width: 61px;
	height: 10px;
}
#index .vol a dl dd.view{
	width: 58px;
	height: 7px;
}
#index .vol span dl dd.view{
	width: 58px;
	height: 7px;
	opacity: 0.2;
}

/* director */
#container #director{
	text-align: left;
	width: 100%;
	padding: 90px 0 90px 0;
	margin: 0 auto;
}
#director .inner{
	width: 100%;
	padding: 0 35px;
	margin: 0 auto;
	box-sizing: border-box;
}
#director .inner h3{
	width: 130px;
	height: 20px;
	background-size: contain;
	margin-bottom: 25px;
}
#director .inner h5{
	font-size: 1.2rem;
	line-height: 100%;
	width: 200px;
	margin: 0 auto 20px auto;
}
#director .inner h6{
	width: 200px;
	margin: 0 auto;
}
#director .inner p.lead{
	margin-bottom: 65px;
}
#director .inner .prof{
	width: 100%;
	display: block;
}
#director .inner .prof .photo{
	width: 200px;
	margin: 0 auto 35px auto;
}
#director .inner .prof .text{
	width: 100%;
	margin: 0px;
}
#director .inner .prof .text h5{
	font-size: 1.2em;
	line-height: 1.8em;
}
#director .inner .prof .text a{ color: #ab83b8; }
#director .inner .prof .text a:hover{ color: #d8c7dd; }

/* footer */
footer{ padding: 0px; }

	
}

@media only screen and (max-width: 320px){
	
/* #index */
#container #index{
	padding: 0 10px;
}
#index .vol a .photo, #index .vol span .photo{ width: 120px; }
#index .vol a .photo svg{
	width: 120px;
	height: 120px;
}
#index .vol a:hover .photo svg{
	width: 120px;
	height: 120px;
}
#index .vol span .photo img{
	width: 120px;
	height: 120px;
}
#index .vol a dl, #index .vol span dl{
	left: 95px;
	top: 5px;
}
#index .vol a:hover dl{ left: 95px; }
#index .vol a dl dt, #index .vol span dl dt{
	padding: 0 0 0 20px;
	margin-bottom: 30px;
}
#index .vol.vol2 a dl dt strong,
#index .vol.vol2 a dl dt strong{ background-image: url(../images/body_vol2_se.png); }
#index .vol.vol6 a dl dt strong,
#index .vol.vol6 a dl dt strong{ background-image: url(../images/body_vol6_se.png); }
#index .vol a dl dd.num,
#index .vol span dl dd.num{ margin: 0 0 10px 0; }
	
}