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

html, body { /*height: 100%;*/ -webkit-overflow-scrolling: touch}

body{
	color: #000;
	background:#fff;
	font-family:'YakuHanJP','Noto Sans JP', "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:14px;
	line-height: 2.6;
	margin: 0px;
	padding: 0px;
	position:relative;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 1px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
    -webkit-backface-visibility: hidden;
}

a:link{
	
}

a:link { 
	color: inherit;
	text-decoration: none;
}

a:visited { 
	color: inherit;
}

a:active { 
	color: inherit;
}


::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

a,
button,
video{
	outline:none;
}

p{
	text-align:justify;
	text-justify:distribute;
}


.en{
	font-family: 'Teko', sans-serif;
	letter-spacing: 3px;
	line-height: 1;
}

.inner{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

.inview_anime{
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.inview_anime_on{
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-animation: inview_animetion .7s forwards cubic-bezier(.07,.68,.41,1) .2s;
	animation: inview_animetion .7s forwards cubic-bezier(.07,.68,.41,1) .3s;
}

.none{
	display: none;
}


#contents #curtain{
	position: fixed;
	height: 100vh;
	width: 100%;
	right: 0px;
	bottom: 0px;
	z-index: 58000000;
}

#contents #curtain li{
	position: absolute;
	width:  20%;
	height: 100%;
	bottom: 0;
	background-color: #FFF;
}

#contents #curtain li:nth-child(1){
	left: 0%;
}

#contents #curtain li:nth-child(2){
	left: 20%;
}

#contents #curtain li:nth-child(3){
	left: 40%;
}

#contents #curtain li:nth-child(4){
	left: 60%;
}

#contents #curtain li:nth-child(5){
	left: 80%;
}

.load #contents #curtain{
	pointer-events: none;	
}

.load #contents #curtain li:nth-child(1){
	left: 0%;
	animation: height_0 0.9s forwards cubic-bezier(0.54, 0, 0, 0.99) 0s;
	
}
.load #contents #curtain li:nth-child(2){
	left: 20%;
	animation: height_0 0.9s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.1s;
	
}
.load #contents #curtain li:nth-child(3){
	left: 40%;
	animation: height_0 0.9s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.2s;
	
}
.load #contents #curtain li:nth-child(4){
	left: 60%;
	animation: height_0 0.9s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.3s;
	
}
.load #contents #curtain li:nth-child(5){
	left: 80%;
	animation: height_0 0.9s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.4s;
  
}



/* ******************** header ******************** */

header{
	position: fixed;
	height: 70px;
	width: 100%;
	z-index: 10000000;
}

header #headerarea{
	position: relative;
	width: 100%;
	height: 100%;
}

header #headerarea::before{
	transition: all 300ms 0s ease;
	content: "";
	display: block;
	position: absolute;
	top: -100%;
	width: 100%;
	height: 70px;
	z-index: 14000000; 
	background-color: #FFF;
}

header #headerarea.contin::before,
header #headerarea.active::before{
	top: 0%;
}

header #headerarea #header_logo h1{
	width: 300px;
	height: 70px;
	position: absolute;
	left: 40px;
/*	top: 25px;*/
	z-index: 15000000; 
	display: inline-block;
	line-height: 1;
}

@supports (-ms-ime-align:auto) {
  header #headerarea #header_logo h1{
    top: 25px;
  }
}

header #headerarea #header_logo h1.logo_b{
	z-index: 17000000;
}

header #headerarea #header_logo h1.logo_w svg{
	fill: #FFFFFF;
}

header #headerarea #header_logo h1.logo_w span{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-top: 23px;
}

header #headerarea #header_logo h1.logo_b span{
	transition: all 300ms 0s ease;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0%;
	padding-top: 23px;
}

header #headerarea.contin #header_logo h1.logo_b span,
header #headerarea.active #header_logo h1.logo_b span{
	height: 100%;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,header #headerarea #header_logo h1.logo_b span{
		padding-top: 0px;
	}
	
	*::-ms-backdrop,header #headerarea #header_logo h1.logo_w span{
		padding-top: 0px;
	}
}


/* ******************** header ******************** */

/* ******************** common ******************** */

#contentsfooter{
	padding: 120px 0px 150px;
	text-align: center;
}

#contentsfooter #contentsfootertitle{
	padding-bottom: 50px;
}

#contentsfooter #contentsfootertitle h1{
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
}

#contentsfooter #contentsfootertitle span{
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.gradient_txt{
	background: linear-gradient( 44deg, rgba(0,145,193,1) 20%, rgba(0,85,154,1) 80% );
	-webkit-background-clip: text;
	color: transparent;
}

.gradient_bg{
	background: rgb(0,145,193);
	background: -webkit-linear-gradient(44deg, rgba(0,145,193,1) 10%, rgba(0,106,193,1) 90%);
	background: -o-linear-gradient(44deg, rgba(0,145,193,1) 10%, rgba(0,106,193,1) 90%);
	background: linear-gradient(134deg, rgba(0,145,193,1) 10%, rgba(0,106,193,1) 90%);
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,.gradient_txt{
		background: none;
		color: #006ac1;
	}
}


#contents{
	padding-bottom: 200px;
}

#contents main{
	position: relative;
	background-color: #FFF;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}

#contents main.header_low{
	height: 400px;
	min-height: 400px;
}

#contents main #alphablack{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.25);
	z-index: 10;
}

#contents_info_txt{
	padding: 90px 20px 100px;	
	text-align: center;
}

#contents_info_txt p{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
}

#contents_info_txt h1{
	font-size: 36px;
	font-weight: 700;
	letter-spacing: .5px;
}

#contents_info_txt h2{
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #00559a;
	padding-top: 40px;
}

#contents_info_txt aside{
	display: block;
	max-width: 860px;
	margin: 0 auto;
	text-align:justify;
	text-justify:distribute;
	font-weight: 500;
	padding-top: 60px;
	line-height: 2;
}


#contents main .categorytitle h1{
	font-weight: 700;
	font-size: 56px;
	line-height: 0;
	padding-bottom: .5em;
}

#contents main .categorytitle span{
	display: block;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
}

#contents main .categorytitle small{
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	padding-top: .5em;
}



#contents main #title_area.categorytitle {
	position: absolute;
	z-index: 100;
	text-align: center;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
}





.FooterList_text ul{
	text-align: center;
}

.FooterList_text ul li{
	transition: all 500ms 0s ease;
	display: inline-block;
	padding: 0px;
	font-weight: 500;
	line-height: 1.6;
}

.FooterList_text ul li aside,
.FooterList_text ul li p,
.FooterList_text ul li a{
	display: block;
	padding: 0px 25px;
}


.FooterList_text ul li aside{
	cursor: pointer;
}

.FooterList_text ul li p{
	opacity: .5;
	text-align: center;
}

.FooterList_text ul li aside:hover,
.FooterList_text ul li a:hover{
	color: #00559a;
}

.FooterList_text ul li p{
	position: relative;
}

.FooterList_text ul li p i::before{
	content: "coming soon";
	position: absolute;
	background-color: #FFF;
	width: 100%;
	text-align: center;
	display: inline-block;
/*	font-family: 'Teko', sans-serif;*/
	font-size: 14px;
	font-weight: 600;
	display: none;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}

.FooterList_text ul li p.comingsoon i::before{
	display: block;
}


/* ******************** common ******************** */


/* ******************** footer ******************** */


footer {
	background-color: #000;
	position: relative;
	color: #FFF;
	font-weight: 600;
	z-index: 10000;
	padding: 80px 0px;
}

footer section{
	padding: 45px 0px 0px;
	text-align: center;
}

footer address{
	font-weight: 700;
	font-size: 12px;
	padding-top: 10px;
	line-height: 1.4;
}

footer address span.en{
	letter-spacing: 1px;
}

/* ******************** footer ******************** */


/* ******************** overlay ******************** */


#overlay{
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 1000000000;
}


#overlay section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 10;
	opacity: 0;
	height: 100%;
}

#overlay.view section{
	-webkit-animation: inview_animetion 1s forwards cubic-bezier(.07,.68,.41,1) .3s;
	animation: inview_animetion 1s forwards cubic-bezier(.07,.68,.41,1) .3s;
}

#overlay.out section{
	-webkit-animation: inview_animetion_out .5s forwards cubic-bezier(.07,.68,.41,1) .8s;
	animation: inview_animetion_out .5s forwards cubic-bezier(.07,.68,.41,1) .8s;
}


#overlay .video_tag{
	display: none;
}

#overlay section > div{
	position: relative;
	width: 100%;
	padding: 0px 20px;

}

#overlay section > div .iclose {
	position: absolute;
	right: 0%;
	top: 0px;
	width: 50px;
	height: 50px;
	padding: 10px;
	cursor: pointer;
}

#overlay section > div .iclose::before,
#overlay section > div .iclose::after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 1.5px;
}

#overlay section > div .iclose::before{
	-webkit-transform: translateX(0px) rotate(-45deg);
	transform: translateX(0px) rotate(-45deg);
}

#overlay section > div .iclose::after{
	-webkit-transform: translateX(0px) rotate(45deg);
	transform: translateX(0px) rotate(45deg);
}


.movielinkarea figure{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0px 100px;
}
	
.movielinkarea figure > aside div{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movielinkarea figure > aside div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



#overlay ul{
	position: fixed;
	height: 100vh;
	width: 100%;
	right: 0px;
	top: 0;
	z-index: 1;
}

#overlay ul li{
	position: absolute;
	width:  20%;
	height: 0%;
	top: 0;
	background-color: rgba(0,0,0,.9);
}

#overlay ul li:nth-child(1){
	left: 0%;
}

#overlay ul li:nth-child(2){
	left: 20%;
}

#overlay ul li:nth-child(3){
	left: 40%;
}

#overlay ul li:nth-child(4){
	left: 60%;
}

#overlay ul li:nth-child(5){
	left: 80%;
}

.load #overlay.view ul{
	pointer-events: none;	
}

.load #overlay.view ul li:nth-child(1){
	left: 0%;
	animation: height_100 0.9s forwards cubic-bezier(0.54, 0, 0, 0.99) 0s;
	
}
.load #overlay.view ul li:nth-child(2){
	left: 20%;
	animation: height_100 0.9s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.1s;
	
}
.load #overlay.view ul li:nth-child(3){
	left: 40%;
	animation: height_100 0.9s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.2s;
	
}
.load #overlay.view ul li:nth-child(4){
	left: 60%;
	animation: height_100 0.9s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.3s;
	
}
.load #overlay.view ul li:nth-child(5){
	left: 80%;
	animation: height_100 0.9s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.4s;
  
}

#overlay.out ul li:nth-child(1){
	left: 0%;
	height: 100%;
	animation: height_0 0.6s forwards cubic-bezier(0.54, 0, 0, 0.99) 0s;
	
}
#overlay.out ul li:nth-child(2){
	left: 20%;
	height: 100%;
	animation: height_0 0.6s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.1s;
	
}
#overlay.out ul li:nth-child(3){
	left: 40%;
	height: 100%;
	animation: height_0 0.6s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.2s;
	
}
#overlay.out ul li:nth-child(4){
	left: 60%;
	height: 100%;
	animation: height_0 0.6s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.3s;
	
}
#overlay.out ul li:nth-child(5){
	left: 80%;
	height: 100%;
	animation: height_0 0.6s forwards cubic-bezier(0.54, 0, 0, 0.99) 0.4s;
  
}





/* ******************** overlay ******************** */









@keyframes inview_animetion {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);	
	}
}

@keyframes photo_animetion {
	0% {
		right: 0%;
	}
	100% {
		right: -100%;
	}
}

@keyframes width_100 {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@keyframes width_0 {
	0% {
		width: 100%;
	}
	100% {
		width: 0%;
	}
}

@keyframes height_100 {
	0% {
		height: 0%;
	}
	100% {
		height: 100%;
	}
}

@keyframes height_0 {
	0% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

@keyframes alpha_100 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes alpha_0 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes shrink {
	0% {
		transform: scale(1.2,1.2);
		-webkit-transform: scale(1.2,1.2);
	}
	100% {
		transform: scale(1,1);
		-webkit-transform: scale(1,1);
	}
}





.only_1000,
.only_900,
.only_768,
.only_640,
.only_560,
.only_480,
.only_360{
	display: none !important;
}

.no_1000,
.no_900,
.no_768,
.no_640,
.no_560,
.no_480,
.no_360{
	display: inline-block !important;
}

.use_1000_768{
	display: none;
}

.use_1000_480{
	display: none;
}

.use_1200_768{
	display: none;
}

.symbol{
	display: none;
}

@media screen and (max-width: 1200px) {
	.use_1200_768{
		display: inline-block;
	}
}



@media screen and (max-width: 1000px) {
	.only_1000{
		display: inline-block !important;
	}
	
	.no_1000{
		display: none !important;
	}
	
	.use_1000_768{
		display: inline-block;
	}
	
	.use_1000_480{
		display: inline-block;
	}
	
}


@media screen and (max-width: 900px) {
	#contents main .categorytitle h1{
		font-weight: 700;
		font-size: 46px;
	}

	#contents main .categorytitle span{
		display: block;
		font-size: 22px;
		font-weight: 600;
	}
	
	#contents main .categorytitle small{
		display: block;
		font-size: 18px;
		font-weight: 600;
	}

	#contents_info_txt h2{
		font-size: 38px;
		font-weight: 700;
		line-height: 1.2;
		color: #00559a;
		padding-top: 40px;
	}
	
	
	.only_900{
		display: inline-block !important;
	}
	
	.no_900{
		display: none !important;
	}
}



@media screen and (max-width: 768px) {
	
	/* ******************** header ******************** */
	
	header{
		position: fixed;
		height: 60px;
		width: 100%;
		z-index: 10000000;
	}

	header #headerarea{
		position: relative;
		width: 100%;
		height: 100%;
	}

	header #headerarea::before{
		transition: all 300ms 0s ease;
		content: "";
		display: block;
		position: absolute;
		top: -100%;
		width: 100%;
		height: 60px;
		z-index: 14000000; 
		background-color: #FFF;
	}

	header #headerarea.contin::before,
	header #headerarea.active::before{
		top: 0%;
	}

	header #headerarea #header_logo h1{
		width: 260px;
		height: 50px;
		position: absolute;
		left: 30px;
	/*	top: 25px;*/
		z-index: 15000000; 
		display: inline-block;
	}
	
	header #headerarea #header_logo h1.logo_w span{
		padding-top: 20px;
	}

	header #headerarea #header_logo h1.logo_b span{
		padding-top: 20px;
	}

	/* ******************** header ******************** */
	
	
	/* ******************** common ******************** */
	
	#contents{
		padding-bottom: 150px;
	}
	
	#contents main .categorytitle h1{
		font-weight: 700;
		font-size: 40px;
		color: #FFF;
	}

	#contents main .categorytitle span{
		display: block;
		font-size: 18px;
		font-weight: 600;
		color: #FFF;
	}
	
	#contents main .categorytitle small{
		display: block;
		font-size: 16px;
		font-weight: 600;
	}

	#contentsfooter{
		padding: 100px 0px 120px;
		text-align: center;
	}

	#contentsfooter #contentsfootertitle{
		padding-bottom: 40px;
	}

	#contentsfooter #contentsfootertitle h1{
		font-size: 40px;
		font-weight: 600;
		line-height: 1;
	}

	#contentsfooter #contentsfootertitle span{
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
	}
	
	#contents main.header_low{
		height: 300px;
		min-height: 300px;
	}
	
	#contents_info_txt{
		padding: 70px 0px 80px;	
		text-align: center;
	}
	
	#contents_info_txt p{
		font-size: 22px;
		font-weight: 500;
		text-align: center;
		line-height: 1.6;
	}
	
	#contents_info_txt h1{
		font-size: 32px;
		font-weight: 700;
		letter-spacing: .5px;
	}

	#contents_info_txt h2{
		font-size: 36px;
		font-weight: 700;
		line-height: 1.2;
		color: #00559a;
		padding-top: 35px;
	}

	
	.FooterList_text ul{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
	}
	
	.FooterList_text ul li{
		width: 50%;
		border-bottom: #ccc solid 1px;
		border-right: #ccc solid 1px;
	}
	
	.FooterList_text ul li aside,
	.FooterList_text ul li p,
	.FooterList_text ul li a{
		padding: 15px;
	}

	/* ******************** common ******************** */
	
	
	/* ******************** footer ******************** */
	
	footer {
		padding: 40px 0px;
	}
	
	footer section{
		padding: 30px 0px 0px;
	}
	
	/* ******************** footer ******************** */
	
	.only_768{
		display: inline-block !important;
	}
	
	.no_768{
		display: none !important;
	}
	
	.use_1200_768,
	.use_1000_768{
		display: none;
	}
	


}


@media screen and (max-width: 640px) {
	
	.only_640{
		display: inline-block !important;
	}
	
	.no_640{
		display: none !important;
	}
	
}




@media screen and (max-width: 560px) {
	
	/* ******************** header ******************** */
	
	header{
		position: fixed;
		height: 50px;
		width: 100%;
		z-index: 10000000;
	}

	header #headerarea{
		position: relative;
		width: 100%;
		height: 100%;
	}

	header #headerarea::before{
		transition: all 300ms 0s ease;
		content: "";
		display: block;
		position: absolute;
		top: -100%;
		width: 100%;
		height: 50px;
		z-index: 14000000; 
		background-color: #FFF;
	}

	header #headerarea.contin::before,
	header #headerarea.active::before{
		top: 0%;
	}

	header #headerarea #header_logo h1{
		width: 220px;
		height: 50px;
		position: absolute;
		left: 20px;
	/*	top: 25px;*/
		z-index: 15000000; 
		display: inline-block;
	}
	
	header #headerarea #header_logo h1.logo_w span{
		padding-top: 16px;
	}

	header #headerarea #header_logo h1.logo_b span{
		padding-top: 16px;
	}

	/* ******************** header ******************** */
	
	#contents_info_txt h2{
		font-size: 34px;
		font-weight: 700;
		line-height: 1.2;
		color: #00559a;
		padding-top: 30px;
	}
	
	
	.only_560{
		display: inline-block !important;
	}
	
	.no_560{
		display: none !important;
	}
	
}






@media screen and (max-width: 480px) {
	
	body{
		font-size:13px;
		line-height: 2.4;
		letter-spacing: 0px;
	}

	.inner{
		max-width: 1000px;
		width: 86%;
		margin: 0 auto;
	}
	
	
	/* ******************** common ******************** */
	
	#contents{
		padding-bottom: 100px;
	}
	
	#contents main .categorytitle h1{
		font-weight: 700;
		font-size: 34px;
		color: #FFF;
	}

	#contents main .categorytitle span{
		display: block;
		font-size: 16px;
		font-weight: 600;
		color: #FFF;
	}
	
	#contents main .categorytitle small{
		display: block;
		font-size: 14px;
		font-weight: 600;
	}



	#contentsfooter{
		padding: 60px 0px 80px;
		text-align: center;
	}

	#contentsfooter #contentsfootertitle{
		padding-bottom: 35px;
	}

	#contentsfooter #contentsfootertitle h1{
		font-size: 36px;
		font-weight: 600;
		line-height: 1;
	}

	#contentsfooter #contentsfootertitle span{
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
	}
	
	#contents_info_txt{
		padding: 50px 0px 60px;	
		text-align: center;
	}
	
	#contents_info_txt p{
		font-size: 18px;
		font-weight: 500;
		line-height: 1.6;
	}
	
	#contents_info_txt h1{
		font-size: 26px;
		font-weight: 700;
		letter-spacing: .5px;
	}

	#contents_info_txt h2{
		font-size: 32px;
		font-weight: 700;
		line-height: 1.2;
		color: #00559a;
		padding-top: 30px;
	}

	
	
	.FooterList_text ul{
		width: 100%;
		display: block;
		border-top: #ccc solid 1px;
		border-left: none;
	}
	
	.FooterList_text ul li{
		width: 100%;
		border-bottom: #ccc solid 1px;
		border-right: none;
	}

	/* ******************** common ******************** */
	
	
	
	/* ******************** footer ******************** */
	
	footer section{
		padding: 20px 0px 0px;
		text-align: left;
	}
	
	/* ******************** footer ******************** */
	
	.movielinkarea figure{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		padding: 40px 0px 80px;
	}
	
	#overlay section > div .iclose {
		position: absolute;
		right: 0%;
		top: 0px;
		width: 30px;
		height: 30px;
		padding: 10px;
		cursor: pointer;
	}
	
	
	.only_480{
		display: inline-block !important;
	}
	
	.no_480{
		display: none !important;
	}
	
	.use_1000_480{
		display: none;
	}
}


@media screen and (max-width: 390px) {
	#contents_info_txt h1{
		font-size: 22px;
		font-weight: 700;
		letter-spacing: .5px;
	}

	#contents_info_txt h2{
		font-size: 30px;
		font-weight: 700;
		line-height: 1.2;
		color: #00559a;
		padding-top: 30px;
	}
}


@media screen and (max-width: 360px) {
	
	#contents_info_txt h1{
		font-size: 20px;
		font-weight: 700;
		letter-spacing: .5px;
	}

	#contents_info_txt h2{
		font-size: 28px;
		font-weight: 700;
		line-height: 1.2;
		color: #00559a;
		padding-top: 30px;
	}
	

	.only_360{
		display: inline-block !important;
	}
	
	.no_360{
		display: none !important;
	}
	



}







.clearfix:after {
  content: "";
  clear: both;
  display: block;
}



