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

header{
	border: none;
}
header a.hc_logo{
width: 42%;
margin: 0 auto;
}
header a.hc_logo img{
	width: 100%;
	margin-left: -10px;
}
header div#header_container h1{
	display: block;
}
header span.hc_bg span.parts1_wh{
	display: block;
}
div#contents_container{
	padding-top: 40px;
}

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

div#header_contents{
	z-index: 1000;
	position: relative;
	width: 100%;
	overflow: hidden;
}
div#header_contents::after{
	content: '';
	z-index: 1100;
	position: absolute;bottom: -1px;right: -1px;
	width: 22%;
	height: 20px;
	background-position: bottom right;
	background-size: auto 30px;
	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%;
	background-color: #ffffff;
	overflow: hidden;

	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;
}

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

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

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

div#hc_main_image div#hcmi_movie div#sound_bt{
position: absolute;top:18px;right:12px;
}

/*----------------------------------------------------------------*/
/*---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:-60px;
	width: 50%;
	opacity: 0.0;
}

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

div#hcmi_movie div.animation div.anm_text{
	z-index: 110;
	position: absolute;bottom:110px;left:0;
	width: 100%;
	height:180px;
}
div#hc_main_image div.anm_text h2{
	position: relative;
	width: 100%;
	color: #ffffff;
font-size: 23px;
font-weight:600;
font-family: 'Roboto Condensed', sans-serif;
font-style: italic;
letter-spacing: 0.05em;
line-height: 1.1em;
text-indent: 0.2em;
padding: 0 20px;
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px #ffffff solid;
}
div#hc_main_image div.anm_text h3{
	position: relative;
	width: 100%;
	color: #ffffff;
font-size: 12px;
font-weight: 500;
line-height: 1.6em;
padding: 0 20px;
}
div#hc_main_image div.anm_text h3 br{
	display: none;
}

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

div#hc_main_image ul#hcmi_slider{
	z-index: 100;
	position: relative;
	height:90vh;
	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:0;
	width: 100%;
  background-color: rgba(1,81,159,0.9);

	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
div#header_contents div#hc_studio > ul{
	padding: 13px 13px;

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

display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: center;
align-content: center;
}
div#header_contents div#hc_studio > ul > li{
	position: relative;
	width: 50%;
	margin-top: 13px;
}
div#header_contents div#hc_studio > ul > li:nth-child(1),
div#header_contents div#hc_studio > ul > li:nth-child(2){
	margin-top: 0;
}
div#header_contents div#hc_studio > ul > li:nth-child(2n+1){
	padding-right: 10px;
}

div#header_contents div#hc_studio > ul > li > a{
	background-position: top 10px right 4px;
background-size:16px;
background-image:url(../../img/common/icon/arrow3_wh.svg);
	padding: 4px 0;
	padding-left: 10px;
	border-left: 4px rgba(255,255,255,1.0) solid;
}
div#header_contents div#hc_studio > ul > li > a:hover{
}

/*---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{
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

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: 200;
line-height: 1.1em;
letter-spacing: 0.01em;
}
div#header_contents div#hc_studio div.text h1 b{
font-size: 18px;
font-weight: 600;
line-height: 1.1em;
letter-spacing: 0.01em;
}

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

/*----------------------------------------------------------------*/
/*---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: 20px;
}

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

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

	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: 13px;
}
div#sec_about div.text h2 span{
	color: #e90d50;
font-size: 18px;
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: 23px;
font-weight: 800;
line-height: 1.5em;
letter-spacing: 0.15em;
text-align: center;
margin-top: 12px;
}
div#sec_about div.text h2 b span{
	font:inherit;
	display: inline-block;
	margin: 0 5px;
}

div#sec_about div.text div{
	padding: 0 5%;
}
div#sec_about div.text div p{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.7em;
	margin-top: 8px;
}
div#sec_about div.text div p:first-child{
	margin-top: 0;
}

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

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

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

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
div#sec_about div.movie > ul::after {
	content: '';
	display:block;
	width: 30%;
}

div#sec_about div.movie > ul > li{
	width: 30%;
	margin-top: 20px;
}

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

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

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

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: 12px;
	font-weight: 600;
	line-height: 1.5em;
	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 5%;
	margin: 0 auto;
	margin-top: 40px;
}

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

div#sec_information > div.left{
}

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

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

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