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

div#body_container{
	padding-top: 0;
}

header{
}

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

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

div#header_contents{
	z-index: 1000;
	position: relative;
	width: 100%;
	height: 60vh;
	/* padding-left: 7%; */
	padding-bottom: 20px;
}

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

div#hc_main_image{
	z-index: 1000;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;

	/* -webkit-border-radius:25px 0 0 25px;
	-moz-border-radius:25px 0 0 25px;
	border-radius:25px 0 0 25px; */
}

div#hc_main_image .bx-viewport,
div#hc_main_image .bx-wrapper{
	height: 100%;
}

/*---hcmi_heading-------------------------------------------------------------*/

div#hc_main_image div.hcmi_heading{
	z-index: 110;
	position: absolute;bottom:0;left:0;
	width: 100%;
	/* background-color: rgba(0,0,0,0.4); */
	background-image:url(../../img/common/stripes_wh.svg);
	background-repeat: repeat;
	background-size:24px;
	padding: 15px 15px;
	padding-top: 30px;

	background: rgb(211,0,67);
background: linear-gradient(0deg, rgba(211,0,67,0.5) 0%, rgba(211,0,67,0.50) 80%, rgba(211,0,67,0) 100%),url(../../img/common/stripes_wh.svg);
background-size:24px;
}
div#hc_main_image div.hcmi_heading b{
	width: 100%;
	color: #ffffff;
font-size: 29px;
font-weight:600;
font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
line-height: 1.1em;
margin-bottom: 8px;
}

div#hc_main_image div.hcmi_heading h2{
	color: #ffffff;
font-size: 11px;
font-weight: 500;
line-height: 1.7em;
letter-spacing: 0.1em;
padding-right: 32%;
}
div#hc_main_image div.hcmi_heading h2 br{
	display: none;
}

/*---hcmi_logo-------------------------------------------------------------*/

div#hc_main_image div.hcmi_logo img{
	z-index: 110;
position: absolute;bottom:10px;right:5px;
width: 32%;

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

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

div#hc_main_image ul#hcmi_slider{
	z-index: 100;
	position: relative;
	height: 100%;
	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); }
}

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

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

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 div video{
}

/*----------------------------------------------------------------*/
/*---hc_contents-------------------------------------------------------------*/

div#hc_contents{
	z-index: 1100;
		position: absolute;bottom: 0;left: 0;
		width: 100%;
}

div#hc_contents > ul{
	position: absolute;bottom: 20px;right: 20px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#hc_contents > ul > li{
margin-left: 20px;
}

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

div#hc_contents > ul > li a{
	position: relative;
	width: 270px;
	height: 110px;
		background-size: auto 100%;
	background-color: #ffffff;
	display: block;
	border: 2px #ffffff solid;
}

div#hc_contents > ul > li:nth-child(1) a{background-image:url(../img/index/deco_1.svg);}
div#hc_contents > ul > li:nth-child(2) a{background-image:url(../img/index/deco_2.svg);}
div#hc_contents > ul > li:nth-child(3) a{background-image:url(../img/index/deco_3.svg);}

div#hc_contents > ul > li a:hover{
	background-size: auto 500%;
}
div#hc_contents > ul > li a:hover h2{
	color: #ffffff;
}

div#hc_contents > ul > li a h2{
	z-index: 110;
	position: absolute;bottom:15px;right:15px;
	color: #212121;
}
div#hc_contents > ul > li a h2 b{
font-size: 19px;
font-weight: 600;
line-height: 1.4em;
text-indent: -0.5em;
}
div#hc_contents > ul > li a h2 span{
font-size: 12px;
font-weight: 700;
font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
line-height: 1.1em;
letter-spacing: 0.3em;
text-align: right;
margin-top: 11px;
}

/*----------------------------------------------------------------*/
/*---sec_top_news-------------------------------------------------------------*/

div#sec_top_news{
	width: 100%;
	padding: 0 7%;
	margin: 40px 0;
	margin-top: 20px;
}

div#sec_top_news{
}

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

div#sec_about{
	width: 100%;
	background-color: #f8f8f6;
	padding: 40px 0;

	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.image{
	width: 100%;
}

div#sec_about div.image span{
	width: 120px;
	height: 120px;
	background-color: #d30043;
	margin: 0 auto;

	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;

	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#sec_about div.image span img{
	width: 70%;
}

div#sec_about div.image > img{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

div#sec_about div.text{
	width: 90%;
	margin-top: 15px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#sec_about div.text p{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7em;
	margin-top:7px;
}

div#sec_about a.more{
	margin-top: 15px;
}

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

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

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

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

div#sec_information > div.right{
	width: 100%;
}
div#sec_information > div.right div#contents_right{
	display: block;
	margin-top: 30px;
}

/*----------------------------------------------------------------*/
/*---sec_movie-------------------------------------------------------------*/

div#sec_movie{
	width: 100%;
	padding: 0 7%;
	margin: 0 auto;
	margin-top: 50px;

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

div#sec_movie a.pubt{
	margin: 0 auto;
	margin-top: 20px;
}
