@import url("basic.css");
/* ========================================== */
*{
	font-family: 'ヒラギノ角ゴ Pro W3', 'MeiryoKe_PGothic', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'Osaka', Arial, 'ＭＳ Ｐゴシック', sans-serif;
}
html{
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #393636;
}
body{
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}

A {
	display:block;
}
/* ========================================== */
header.change-color{
	background-color: #015076;
}
header{
	position: fixed;

	top: 0px;
	left: 0px;
	width: 100%;
	height: 68px;
	opacity: 1;
	z-index: 10000;
}
header .logo{

	top: 18px;
	left: 40px;
	width: 151px;
	height: 32px;

	display: block;
	position: absolute;

	/*background-image: url("/static/img_nologin/logo_header_w.svg");*/
}
header .logo IMG{
	width:100%;
}

header .sub_logo{
	top: 42px;
	left: 208px;
	width: 169px;
	height: 8px;

	display: block;
	position: absolute;

	/*background-image: url("/static/img_nologin/logo_header_pce.svg");*/
	line-height: 0;
}
header .sub_logo IMG{
	width:100%;
}

header .btn_login{
	top: 16px;
	right: 173px;
	width: 87px;
	height: 36px;

	display: block;
	position: absolute;

	/*background-image: url("/static/img_nologin/btn_login_def.svg");*/
}
header .btn_regist{
	top: 16px;
	right: 41px;
	width: 120px;
	height: 36px;

	display: block;
	position: absolute;

	/*background-image: url("/static/img_nologin/btn_join_s_def.svg");*/
}
/* ========================================== */
.wrapper{
}
.wrapper .main_image{
	position: relative;

	height: 800px;
	text-align: center;

	background-image: url(/static/img_nologin/img_main.jpg);
	background-size: cover;
	background-position: 50%;
}
.wrapper .main_image .main_catchcopy{
	/*background-image: url("/static/img_nologin/text_main.svg");*/

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 920px;

	padding:0;
}
.wrapper .container{
}
/* ========================================== */
.section_w{
	background: var(--unnamed-color-f2f2f2) 0% 0% no-repeat padding-box;
	background: #F2F2F2 0% 0% no-repeat padding-box;

	padding-top: 40px;
	padding-bottom: 80px;
}
.section_n{
	background: var(--unnamed-color-015076) 0% 0% no-repeat padding-box;
	background: #015076 0% 0% no-repeat padding-box;

	padding-top: 80px;
	padding-bottom: 80px;
}
.section_b{
	background: var(--unnamed-color-393636) 0% 0% no-repeat padding-box;
	background: #393636 0% 0% no-repeat padding-box;

	padding-top: 80px;
	padding-bottom: 80px;

	border-bottom: solid 2px rgba(255,255,255,0.3);
}
/* ========================================== */
.section_w .main{
	text-align: center;
}
.section_n .main{
	text-align: center;
}
.section_b .main{
	text-align: center;
}
/* ========================================== */
.section_w .main .logo_img{
	margin: 0 auto;

	width: 600px;
}
.section_w .main .label1{
	margin: 0 auto;

	width: 920px;
	
	color: var(--unnamed-color-393636);
	text-align: center;
	font: normal normal normal 20px/30px Hiragino Sans;
	letter-spacing: 0px;
	color: #393636;

	font-size:20px;
	line-height:30px;
}
.section_w .main .player_area{
	background	: #393636;

	margin: 40px auto 40px auto;

	width: 800px;
	height: 450px;
}
.player_area1{
	display:block;
}
.player_area2{
	display:none;
}
.player_area3{
	display:none;
}

.section_w .main .btn_info_more{
	margin: 0 auto;
}

.section_w .main .btn_info_more IMG{
	margin: 0 auto;

	width: 448px;
}

.section_w .main .label2{
	margin: 0 auto;

	width: 100%;
	height: 30px;
	color: var(--unnamed-color-4c4948);
	text-align: center;
	font: normal normal normal 14px/24px Hiragino Sans;
	letter-spacing: 0px;
	color: #4C4948;

	font-size:14px;
	line-height:21px;
}
/* ========================================== */
.section_n .main .label1{
	margin: 0 auto;

	width: 100%;
	
	color: var(--unnamed-color-ffffff);
	text-align: center;
	font: normal normal normal 40px/60px Hiragino Sans;
	letter-spacing: 0px;
	color: #ffffff;

	font-size:40px;
	line-height:60px;
	font-weight:700;
}
.section_n .main .text_800yen{
	margin: 40px auto;

	width: 300px;
}
.section_n .main .btn_regist{
	margin: 0 auto;
	display: block;
}
.section_n .main .btn_regist IMG{
	margin: 0 auto;
	width: 400px;
	display: block;
}
.section_n .main .label2{
	margin: 0 auto;

	width: 100%;
	min-height: 30px;
	color: var(--unnamed-color-ffffff);
	text-align: center;
	font: normal normal normal 14px/24px Hiragino Sans;
	letter-spacing: 0px;
	color: #ffffff;

	font-size:14px;
	line-height:21px;
}
/* ========================================== */
.video_list_area{
	width:1020px;
	height:232px;
	overflow: hidden;
	margin: 0 auto;
	font-size:0;
}
.list_unit {
	/*
	width: 256px;
	height: 144px;
	*/
	width: 200px;
	height: 112px;

	margin: 2px;
	display:inline-block;
	text-align: left;
}
.thm_area {
	/*
	width: 256px;
	height: 144px;
	*/
	width: 200px;
	height: 112px;
	background: rgba(203, 203, 203, 0.5);
	border-radius: 2px;
	position: relative;
}
.thm_area IMG {
	/*
	width: 256px;
	height: 144px;
	*/
	width: 200px;
	height: 112px;

	display: block;
	position: relative;
}
.thm_time_area {
	font-family: HiraginoSans-W6;
	font-size: 12px;
	color: rgba(255,255,255,0.98);
	letter-spacing: 0;
	text-align: right;
	line-height: 16px;
	display: inherit;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 16px;
	opacity: 0.5;
	background: rgba(0,0,0,0.50);
	border-radius: 2px;
}
.thm_flg_area.reco {
	background: #008CCF;
	color: #FFFFFF;
}
.thm_flg_area {
	font-family: HiraginoSans-W6;
	text-align: center;
	line-height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	height: 16px;
	font-family: HiraginoSans-W6;
	font-size: 10px;
	letter-spacing: 0;
	display: inherit;
	position: absolute;
	top: 0;
}
/* ========================================== */
.wrapper .container .main{
}
/* ========================================== */
.top_information {
	width: 100%;
}
.top_information_list {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}
.top_information_unit{
	margin: 0 auto;
	margin-bottom: 8px;

}
.top_information_unit.close{
	border-left: solid 10px rgba(255,255,255,0.1);
}
.top_information_unit.open{
	border-left: solid 10px #00D8FF;
}

.top_information_list_upper{
	position: relative;
}
.top_information_list_date{
	font-size: 14px;
	line-height:24px;

	text-align: left;
	padding: 0 16px;
	color:rgba(255,255,255,0.5);
	
}
.top_information_list_title{
	font-size: 16px;
	line-height:24px;

	font-weight: bold;
	text-align: left;
	padding: 0 48px 0 16px;
	color:rgba(255,255,255,1);
}
.top_information_list_upper.close::after {
	content: url(/static/img_nologin/btn_close-arrow_def.svg);
	width:40px;
	right: 0;
	font-weight: bold;

	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-right: -10px;
}
.top_information_list_upper.close:hover::after {
	content: url(/static/img_nologin/btn_close-arrow_hov.svg);
}
.top_information_list_upper.open::after {
	content: url(/static/img_nologin/btn_open-arrow_def.svg);
	width:40px;
	right: 0;
	font-weight: bold;

	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-right: -10px;
}
.top_information_list_upper.open:hover::after {
	content: url(/static/img_nologin/btn_open-arrow_hov.svg);
}
.top_information_list_bottom A {
	display: inline-block;
	color:#00D8FF;
	text-decoration: none;
}
.top_information_list_bottom A:hover {
	display: inline-block;
	color:#00D8FF;
	text-decoration: underline;
}
.top_information_list_bottom {
	padding: 16px 48px 16px 16px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: rgb(255, 255, 255);
}
.top_sub_contents {
	background-color: #0590D3;
}
/* ========================================== */
FOOTER{
	background	: #393636;
	color		: #FEFEFE;
	text-align	: center;
	/*height	: 170px;*/
	/*height	: 250px;*/

}

FOOTER NAV P{
	line-height	: 40px;
	color		: #AAAAAA;
	font-size	: 12px;
}

FOOTER NAV A{
	display		: inline-block;
	line-height	: 40px;
	color		: #AAAAAA;
	font-size	: 12px;
	text-decoration	: none;
	margin		: 0px 20px;
}

FOOTER A:hover{
	color		: #FEFEFE;
	text-decoration	: underline;
}

FOOTER ADDRESS{
	line-height	: 2.5em;
	font-size	: 12px;
	color		: #AAAAAA;
	margin-top	: 20px;
	display		: block;
}

.footer_logo{
	margin-top	: 30px;
	margin-bottom	: 5px;
}
/* ========================================== */
@media screen and (max-width:1023px) {

	/* ========================================== */
	header .sub_logo{
		display: none;
	}
	header .btn_login{
		top: 16px;
		right: 173px;
	}
	header .btn_regist{
		top: 16px;
		right: 41px;
	}
	/* ========================================== */
	.wrapper .main_image{
		height: 320px;
	}

	.wrapper .main_image .main_catchcopy{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 400px;
		padding:0;
	}
	/* ========================================== */
	.section_w{
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.section_n{
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.section_b{
		padding-top: 40px;
		padding-bottom: 80px;
	}
	/* ========================================== */
	.section_w .main .logo_img{
		margin: 0 auto;

		width: 400px;
		height: auto;
	}
	.section_w .main .label1{
		margin: 0 auto;

		width: 400px;
		
		color: var(--unnamed-color-393636);
		text-align: center;
		font: normal normal normal 18px/27px Hiragino Sans;
		letter-spacing: 0px;
		color: #393636;

		font-size:18px;
		line-height:27px;
	}
	.section_w .main .player_area{
		margin: 40px auto 40px auto;

		width: 100%;
		height: 360px;
	}
	.player_area1{
		display:none;
	}
	.player_area2{
		display:block;
	}
	.player_area3{
		display:none;
	}

	.section_w .main .btn_info_more IMG{
		margin: 0 auto;

		width: 448px;
	}
	.section_w .main .label2{
		margin: 0 auto;

		width: 100%;
		height: 30px;
		color: var(--unnamed-color-4c4948);
		text-align: center;
		font: normal normal normal 14px/21px Hiragino Sans;
		letter-spacing: 0px;
		color: #4C4948;

		font-size:14px;
		line-height:21px;
	}
	/* ========================================== */
	.section_n .main .label1{
		width: 100%;
		
		font-size:40px;
		line-height:60px;
		font-weight:700;
	}
	.section_n .main .text_800yen{
		margin: 40px auto;

		width: 300px;
	}
	.section_n .main .btn_regist{
		margin: 0 auto;
		display: block;
	}
	.section_n .main .btn_regist IMG{
		margin: 0 auto;
		width: 400px;
		display: block;
	}
	.section_n .main .label2{
		margin: 0 auto;

		width: 100%;
		min-height: 30px;
		color: var(--unnamed-color-ffffff);
		text-align: center;
		font: normal normal normal 14px/21px Hiragino Sans;
		letter-spacing: 0px;
		color: #ffffff;

		font-size:14px;
		line-height:21px;
	}
	/* ========================================== */
	.video_list_area{
		width:612px;
		height:348px;
		overflow: hidden;
		margin: 0 auto;
	}
	.list_unit {
		/*
		width: 192px;
		height: 108px;
		*/
		width: 200px;
		height: 112px;

		margin: 2px;
		display:inline-block;
		text-align: left;
	}
	.thm_area {
		/*
		width: 192px;
		height: 108px;
		*/
		width: 200px;
		height: 112px;
		background: rgba(203, 203, 203, 0.5);
		border-radius: 2px;
		position: relative;
	}
	.thm_area IMG {
		/*
		width: 192px;
		height: 108px;
		*/
		width: 200px;
		height: 112px;

		display: block;
		position: relative;
	}
	.thm_time_area {
	}
	.thm_flg_area.reco {
	}
	.thm_flg_area {
	}
	/* ========================================== */
	.top_information {
		width: 100%;
	}
	.top_information_list {
		margin: 0 auto;

		width : 80% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 80px) ;
		width : calc(100% - 80px) ;
	}
	.top_information_list_date{
		font-size: 14px;
		line-height:24px;
	}
	.top_information_list_title{
		font-size: 16px;
		line-height:24px;
	}
	.top_information_list_bottom {
		font-size: 16px;
		line-height: 24px;
	}
	/* ========================================== */
}

@media screen and (max-width:767px) {
	/* ========================================== */
	header .sub_logo{
		display: none;
	}

	header .logo{
		top: 24px;
		left: 20px;
		width: 95px;
		height: 20px;
	}
	header .btn_login{
		top: 16px;
		right: 153px;
	}
	header .btn_regist{
		top: 16px;
		right: 21px;
	}
	/* ========================================== */
	.wrapper .main_image{
		height: 400px;
	}

	.wrapper .main_image .main_catchcopy{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;

		width : 80% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 80px) ;
		width : calc(100% - 80px) ;

	}
	/* ========================================== */
	.section_w{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section_n{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section_b{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	/* ========================================== */
	.section_w .main .logo_img{
		margin: 0 auto;

		width : 70% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 150px) ;
		width : calc(100% - 150px) ;
	}
	.section_w .main .label1{
		margin: 0 auto;

		width: 90%;
		
		color: var(--unnamed-color-393636);
		text-align: center;
		font: normal normal normal 16px/24px Hiragino Sans;
		letter-spacing: 0px;
		color: #393636;

		font-size:16px;
		line-height:24px;
	}
	.section_w .main .player_area{
		margin: 40px auto 40px auto;

		width: 100%;
		height: 240px;
	}
	.player_area1{
		display:none;
	}
	.player_area2{
		display:none;
	}
	.player_area3{
		display:block;
	}
	.section_w .main .btn_info_more IMG{
		margin: 0 auto;

		width : 80% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 70px) ;
		width : calc(100% - 70px) ;
	}
	.section_w .main .label2{
		margin: 0 auto;

		width: 100%;
		height: 30px;
		color: var(--unnamed-color-4c4948);
		text-align: center;
		font: normal normal normal 14px/21px Hiragino Sans;
		letter-spacing: 0px;
		color: #4C4948;

		font-size:14px;
		line-height:21px;
	}
	/* ========================================== */
	.section_n .main .label1{
		width : 70% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 70px) ;
		width : calc(100% - 70px) ;

		font-size:24px;
		line-height:36px;
		font-weight:700;
	}
	.section_n .main .text_800yen{
		margin: 40px auto;

		width : 90% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 50px) ;
		width : calc(100% - 50px) ;
	}
	.section_n .main .btn_regist{
		margin: 0 auto;
		display: block;
	}
	.section_n .main .btn_regist IMG{
		margin: 0 auto;
		width : 70% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 70px) ;
		width : calc(100% - 70px) ;
		display: block;
	}
	.section_n .main .label2{
		margin: 0 auto;

		width: 100%;
		min-height: 30px;
		color: var(--unnamed-color-ffffff);
		text-align: center;
		font: normal normal normal 14px/21px Hiragino Sans;
		letter-spacing: 0px;
		color: #ffffff;

		font-size:14px;
		line-height:21px;
	}
	/* ========================================== */
	.video_list_area{
		width : 90% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 30px) ;
		width : calc(100% - 30px) ;

		height:auto;
		margin: 0 auto;
		overflow: unset;
	}
	.list_unit {
		/*
		width: 192px;
		height: 108px;
		*/
		width : 50% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(50% - 20px) ;
		width : calc(50% - 20px) ;
		height: auto;

		margin: 10px;
		display:inline-block;
		text-align: left;
	}
	.thm_area {
		/*
		width: 192px;
		height: 108px;
		*/
		width: 100%;
		height: unset;
		background: rgba(203, 203, 203, 0.5);
		border-radius: 2px;
		position: relative;
		display: block;
	}
	.thm_area IMG {
		/*
		width: 192px;
		height: 108px;
		*/
		width: 100%;
		height: auto;

		display: block;
		position: relative;
	}
	.thm_time_area {
	}
	.thm_flg_area.reco {
	}
	.thm_flg_area {
	}
	/* ========================================== */
	.top_information {
		width: 100%;
	}
	.top_information_list {
		margin: 0 auto;

		width : 40% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 40px) ;
		width : calc(100% - 40px) ;
	}
	.top_information_list_date{
		font-size: 14px;
		line-height:24px;
	}
	.top_information_list_title{
		font-size: 16px;
		line-height:24px;
	}
	.top_information_list_bottom {
		font-size: 16px;
		line-height: 24px;
	}
	/* ========================================== */
}
