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

div#body_container{
	padding-top: 0;
}

div#contents_container{
	width: 100%;
	max-width: 1600px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

/*----------------------------------------------------------------*/
/*---header_contents-------------------------------------------------------------*/

div#header_contents{
	z-index: 1000;
	position: relative;
	width: 100%;
	min-width: 1300px;
	overflow: hidden;
	padding-right: 60px;
}
div#header_contents::after{
	content: '';
	z-index: 1100;
	position: absolute;bottom: 0;right: 0;
	width: 28%;
	height: 45px;
	background-position: bottom right;
	background-size: auto 45px;
	background-image:url(../img/common/parts1_wh.svg);
	background-repeat: no-repeat;
	display: block;

	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*---hc_main_image-------------------------------------------------------------*/

div#hc_main_image{
	z-index: 1000;
	position: relative;
	width: 100%;
}

/*---hcmi_movie-------------------------------------------------------------*/

div#hc_main_image div#hcmi_movie{
	z-index: 100;
	position: relative;
	width: 100%;
	height: 90vh;
	background-color: #ffffff;
	overflow: hidden;
	padding-top: 120px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

/*----------------------------------------------------------------*/

div#hc_main_image div#hcmi_movie video{
	z-index: 100;
	position: relative;
	width: 100%;
}

/*---sound_bt-------------------------------------------------------------*/

div#hc_main_image div#hcmi_movie div#sound_bt{
position: absolute;bottom:65px;right:20px;
}

/*----------------------------------------------------------------*/
/*---animation-------------------------------------------------------------*/

div#hc_main_image div#hcmi_movie div.animation{
	z-index: 110;
	position: absolute;top:0;left:0;
	width: 100%;
	height: 100%;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

/*---anm_logo-------------------------------------------------------------*/

div#hcmi_movie div.animation img.anm_logo{
	position: relative;top:20px;
	width: 380px;
	opacity: 0.0;
}

/*---anm_text-------------------------------------------------------------*/

div#hcmi_movie div.animation div.anm_text{
	z-index: 110;
	position: absolute;bottom:160px;left:0;
	width: 300%;
	height: 200px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#hc_main_image div.anm_text h2{
	position: relative;
	width: 100%;
	color: #ffffff;
font-size: 62px;
font-weight:600;
font-family: 'Roboto Condensed', sans-serif;
font-style: italic;
letter-spacing: 0.05em;
line-height: 0.95em;
text-indent: 0.2em;
padding: 0 40px;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 2px #ffffff solid;
}
div#hc_main_image div.anm_text h3{
	position: relative;
	width: 100%;
	color: #ffffff;
font-size: 13.5px;
font-weight: 500;
line-height: 1.7em;
padding-left: 60px;
}

/*---hcmi_slider-------------------------------------------------------------*/

div#hc_main_image ul#hcmi_slider{
	z-index: 100;
	position: relative;
	height:86vh;
	background-color: #ffffff;
	overflow: hidden;
}

div#hc_main_image ul#hcmi_slider li{
height:100%;
	overflow: hidden;
}

div#hc_main_image ul#hcmi_slider li.lq_img{
	width:100%;
	height:100%;

	animation: animationZoom 40s ease-in-out 0s infinite normal;
}
@keyframes animationZoom {
	50%{ transform:scale(1.2); }
}

/*----------------------------------------------------------------*/
/*---hc_studio-------------------------------------------------------------*/

div#header_contents div#hc_studio{
	z-index: 110;
	position: absolute;bottom: 0;left:-30px;
	width: 86%;
	background-color: rgba(0,0,0,0.2);
  background-color: #0151A0;

-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
}
div#header_contents div#hc_studio > ul{

background-size:16px;
background-image:url(../img/common/stripes_wh.svg);
background-repeat: repeat;
padding: 20px 20px;
padding-left: 50px;

display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;

-webkit-transform: skew(-20deg);
-moz-transform: skew(-20deg);
-o-transform: skew(-20deg);
}
div#header_contents div#hc_studio > ul > li{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
div#header_contents div#hc_studio > ul > li:first-child{
	margin-left: 0;
}

div#header_contents div#hc_studio > ul > li > a{
	padding-left: 15px;
	/* border-left: 4px rgba(255,255,255,0.7) solid; */
	border-left: 4px #ffffff solid;
}
div#header_contents div#hc_studio > ul > li > a:hover{
border-left: 4px #e20749 solid;
}

/*---text-------------------------------------------------------------*/

div#header_contents div#hc_studio div.text{
	z-index: 110;
	position: relative;
}

div#header_contents div#hc_studio > ul > li > a:hover div.text *{

	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#header_contents div#hc_studio div.text h1{
}

div#header_contents div#hc_studio div.text h1 span,
div#header_contents div#hc_studio div.text h1 b{
	color: #ffffff;
font-family: 'Poppins', sans-serif;
}

div#header_contents div#hc_studio div.text h1 span{
font-size: 18px;
font-weight: 300;
line-height: 1.1em;
letter-spacing: 0.01em;
}
div#header_contents div#hc_studio div.text h1 b{
font-size: 30px;
font-weight: 600;
line-height: 1.1em;
letter-spacing: 0.01em;
margin-top: 5px;
}

div#header_contents div#hc_studio div.text h2{
	color: #ffffff;
font-size: 11px;
font-weight: 400;
line-height: 1.4em;
letter-spacing: 0.05em;
margin-top: 7px;
}

/*----------------------------------------------------------------*/
/*---sec_about-------------------------------------------------------------*/

div#sec_about{
	width: 100%;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

div#sec_about a.more{
	margin: 0 auto;
	margin-top: 40px;
}

/*---text-------------------------------------------------------------*/

div#sec_about div.text{
	width: 100%;
	padding: 60px 0;
	padding-bottom: 60px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#sec_about div.text h2{
	width: 100%;
	margin-bottom: 10px;
}
div#sec_about div.text h2 span{
	color: #e90d50;
font-size: 24px;
font-weight: 600;
font-family: 'Roboto Condensed', 'Noto Sans Japanese', sans-serif;
line-height: 1.1em;
letter-spacing: 0.2em;
text-align: center;
}
div#sec_about div.text h2 b{
font-size: 26px;
font-weight: 800;
line-height: 1.1em;
letter-spacing: 0.15em;
text-align: center;
margin-top: 12px;
}
div#sec_about div.text h2 b br{
	display: none;
}

div#sec_about div.text h2 b span{
	font:inherit;
	display: inline-block;
	margin: 0 5px;
}

div#sec_about div.text div{
margin-top: 12px;
}
div#sec_about div.text div p{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7em;
	text-align: center;
	margin-top: 8px;
}

/*----------------------------------------------------------------*/

div#sec_about div.movie{
	position:relative;
	width: 100%;
	background-color: #f1f7fb;
	padding: 60px 60px;
}
div#sec_about div.movie::before{
	content: '';
	position: absolute;top:0;left:50%;
	width: 210px;
	height: 36px;
	background-position: bottom center;
	background-size: auto 36px;
	background-image:url(../img/common/arrow1.svg);
	background-repeat: no-repeat;
	display: block;
	margin-left: -105px;
}

div#sec_about div.movie > ul{
	width: 100%;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#sec_about div.movie > ul > li{
	width: 20%;
	max-width: 240px;
	padding: 0 25px;
	margin-top: 40px;
}

/*---image-------------------------------------------------------------*/

div#sec_about div.movie > ul > li div.image{
	background-color: #40677f;
	overflow: hidden;

-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}

div#sec_about div.movie > ul > li div.image a.lq_img{
	width: 100%;
	background-size: 200%!important;
	padding-bottom: 100%;
	opacity: 0.65;
}
div#sec_about div.movie > ul > li div.image a.lq_img:hover{
	opacity: 1.0;
}

div#sec_about div.movie > ul > li h3{
	margin-top: 10px;
}
div#sec_about div.movie > ul > li h3 b{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
}
div#sec_about div.movie > ul > li h3 span{
	font-size: 14px;
	font-weight: 600;
	font-family: 'Roboto Condensed', 'Noto Sans Japanese', sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 2px;
}

/*----------------------------------------------------------------*/
/*---sec_information-------------------------------------------------------------*/

div#sec_information{
	width: 100%;
	padding: 0 80px;
	margin: 0 auto;
	margin-top: 70px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*---left-------------------------------------------------------------*/

div#sec_information > div.left{

	-webkit-flex: 1;
	flex: 1;
}

div#sec_information > div.left .pubt{
	margin: 0 auto;
	margin-top: 40px;
}

/*---right-------------------------------------------------------------*/

div#sec_information > div.right{
	width: 280px;
	margin-left: 70px;
}
div#sec_information > div.right div#contents_right{
	width: 100%;
	margin-top: 0;
}
