@charset "UTF-8";

/*SLIDER*/
.topSlideBox{
	margin-bottom:20px;
	background-color: #eee;
	overflow:hidden;
	min-width:1200px;
	position: relative;
}

.carousel {
	width: 100%;
	overflow: hidden;
	min-height:22vw;
}
.carousel-track {
	display: flex;
}

.carousel-track img{
	display:none;
}
.carousel-track div{
	width: calc(100% / 3);
	height: auto;
	flex-shrink: 0;
	display: block;
}
.carousel-track div span{
	display: block;
	padding-bottom:66.6%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 767px) {
	.carousel {
		min-height:64vw;
	}
	.topSlideBox{
		min-width:0;
	}
	.carousel-track div{
		width: calc(100%);
	}
}



.contentBoxTop{
	min-height:400px;
}

.topMainBox{
	overflow: hidden;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

@media (max-width: 767px) {

	.contentBoxTop{
		width:100%;
		box-sizing: border-box;
		padding:0;
	}

	.topMainBox{
		padding:0;
		margin:0;
	}

}



/*新着情報*/
.top_wnew_box{
	margin:0 0 30px 0;
	background-color:#fff;
	padding:0 0;
	overflow: hidden;
	margin-bottom: 2.22%;
	position: relative;
}
.top_wnew_box .top_wnew_st{
	position: relative;
}
.top_wnew_box .top_wnew_st h2{
	text-align: left;
	position: relative;
	color:#444;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 24rem;
	line-height: 1.005;
	border-bottom: solid 1px rgba( 168, 168, 168, 1);
	padding:10px 0 10px 1.1em;
}
.top_wnew_box .top_wnew_st h2::before,
.top_wnew_box .top_wnew_st h2::after{
	content: "";
	display: block;
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	border-top: solid 2px #999;
	border-right: solid 2px #444;
	transform: rotate(45deg);
	top:50%;
	margin-top:-8px;
}
.top_wnew_box .top_wnew_st h2::before{left:0;}
.top_wnew_box .top_wnew_st h2::after{left:6px;}

.top_wnew_box .top_wnew_st .top_wnew_ichiran_hanrei{
	position: absolute;
	top:0;
	right:0;
}
.top_wnew_box .top_wnew_st .top_wnew_ichiran_hanrei div{
	color:#444;
	padding:15px;
	font-size:14rem;
	line-height:1.005;
	display: inline-block;
}
.top_wnew_box .top_wnew_st .top_wnew_ichiran_hanrei span.iconShoshinsha{
	display:inline;
	padding:0.6em 0.6em;
	background:url(../image_gl/shoshinsha_mark.svg) left center no-repeat;
	background-size:contain;
	margin-right: 3px;
}
.top_wnew_box .top_wnew_st .top_wnew_ichiran_hanrei span.iconSeshu{
	display:inline;
	padding:0.6em 0.6em;
	background:url(../image_gl/seshu_mark.svg) left center no-repeat;
	background-size:contain;
	margin-right: 3px;
}


/*ベース*/
.top_wnew_box section.typeA{
	display: flex;
	flex-wrap: wrap;
}
.top_wnew_box section.typeA .tabLabel {	/* タブ */
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 3px 0 3px;
	height:36px;
	flex: 1;
	order: -1;
	border-bottom: solid 3px rgba(128,128,128,1);
	box-sizing: border-box;
	transition: .5s;
	cursor: pointer;
	font-size:14rem;
	line-height:36px;
	color:#444;
	white-space: nowrap;
}
.top_wnew_box section.typeA .tabLabel span.long{
	display: inline-block;
	transform: scale(0.9, 1);
}
.top_wnew_box section.typeA .tabLabel span.tume{
	letter-spacing: -0.25em;
}

:root {
	--tab-color_01: 168, 168, 168;
	--tab-color_02: 115, 160,  80;
	--tab-color_03:  70, 150, 110;
	--tab-color_04: 120,  80, 140;
	--tab-color_05:  50, 110, 130;
	--tab-color_06: 160,  80, 115;
	--tab-color_07:  80, 115, 180;
	--tab-color_08: 160, 115,  80;
	--tab-color_09: 160, 160,  80;
	--tab-color_10: 115,  80,  80;
	--tab-color_11:  90,  90, 160;
}

.top_wnew_box section.typeA .tabLabel:nth-of-type(1){
	color: rgba(var(--tab-color_01),1);
	border-color: rgba(var(--tab-color_01),1);
}
.top_wnew_box section.typeA .tabLabel:nth-of-type(2){
	color: rgba(var(--tab-color_02),1);
	border-color: rgba(var(--tab-color_02),1);
}
.top_wnew_box section.typeA .tabLabel:nth-of-type(3){
	color: rgba(var(--tab-color_03),1);
	border-color: rgba(var(--tab-color_03),1);
}
.top_wnew_box section.typeA .tabLabel:nth-of-type(4){
	color: rgba(var(--tab-color_04),1);
	border-color: rgba(var(--tab-color_04),1);
}
.top_wnew_box section.typeA .tabLabel:nth-of-type(5){
	color: rgba(var(--tab-color_05),1);
	border-color: rgba(var(--tab-color_05),1);
}
.top_wnew_box section.typeA .tabLabel:nth-of-type(6){
	color: rgba(var(--tab-color_06),1);
	border-color: rgba(var(--tab-color_06),1);
}
.top_wnew_box section.typeA .tabLabel:nth-of-type(7){
	color: rgba(var(--tab-color_07),1);
	border-color: rgba(var(--tab-color_07),1);
}
.top_wnew_box section.typeA .tabLabel:nth-of-type(8){
	color: rgba(var(--tab-color_08),1);
	border-color: rgba(var(--tab-color_08),1);
}
.top_wnew_box section.typeA .tabLabel:nth-of-type(9){
	color: rgba(var(--tab-color_09),1);
	border-color: rgba(var(--tab-color_09),1);
}
.top_wnew_box section.typeA .tabLabel:nth-of-type(10){
	color: rgba(var(--tab-color_10),1);
	border-color: rgba(var(--tab-color_10),1);
}
.top_wnew_box section.typeA .tabLabel:nth-of-type(11){
	color: rgba(var(--tab-color_11),1);
	border-color: rgba(var(--tab-color_11),1);
}

.top_wnew_box section.typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }
.top_wnew_box section.typeA input {		/* ラジオボタン非表示 */
	display: none;
}
.top_wnew_box section.typeA .content {	/* 本文 */
	width: 100%;
	min-height:500px;
	height:auto;
	opacity: 0;
	display: none;
	background-color: #f6f3e9;
}
.top_wnew_box section.typeA .content::-webkit-scrollbar {
  background: #ddd;
  width: 6px;
  height: 6px;
}
.top_wnew_box section.typeA .content::-webkit-scrollbar-thumb {
  background-color: #777;
}


/*アクティブ設定*/
.top_wnew_box section.typeA input:checked + .tabLabel {
	color: #fff;
	background: rgba(128,128,128,1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(1){
	background-color: rgba(var(--tab-color_01),1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(2){
	background-color: rgba(var(--tab-color_02),1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(3){
	background-color: rgba(var(--tab-color_03),1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(4){
	background-color: rgba(var(--tab-color_04),1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(5){
	background-color: rgba(var(--tab-color_05),1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(6){
	background-color: rgba(var(--tab-color_06),1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(7){
	background-color: rgba(var(--tab-color_07),1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(8){
	background-color: rgba(var(--tab-color_08),1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(9){
	background-color: rgba(var(--tab-color_09),1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(10){
	background-color: rgba(var(--tab-color_10),1);
}
.top_wnew_box section.typeA input:checked + .tabLabel:nth-of-type(11){
	background-color: rgba(var(--tab-color_11),1);
}

.top_wnew_box section.typeA input:checked + .tabLabel + .content {
	padding: 0 0;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
	display: block;
}


.top_wnew_box ul{
	display:flex;
	flex-wrap: wrap;
}
.top_wnew_box li{
	width: calc(100% / 4);
	box-sizing: border-box;
	padding: 5px;
}

.top_wnew_box li a{
	display:block;
	position: relative;
	transition:ease-out 0.2s;
	box-sizing: border-box;
	height:100%;
	padding: 10px;
}
.top_wnew_box li a > span{
	display:block;
	align-items: flex-start;
	color:#444;
	text-align:left;
}
.top_wnew_box li a:hover{
	background-color: rgba(255,255,255,1);
}
.top_wnew_box li a > span span.wnew_image{
	display: block;
	width:100%;
	padding-bottom: 66.6%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
}
.top_wnew_box li a > span span.wnew_noimage{
	background-image:url(../image/no_image.svg);
}
.top_wnew_box li a > span span.wnew_head_box{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.top_wnew_box li a > span span.wnew_head{
	display: block;
	width:45%;
	margin-right: 2%;
	background-color: #999;
	color:#fff;
	padding:0.35em 0 0.15em 0;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
	font-size: 14rem;
	font-size: clamp(11rem, 0.9vw, 14rem);
	white-space: nowrap;
	overflow:hidden;
}
/*初心者アイコン*/
.top_wnew_box li a > span span.iconShoshinsha{
	display:inline;
	padding:0.8em 0.6em;
	background:url(../image_gl/shoshinsha_mark.svg) left center no-repeat;
	background-size:contain;
}
/*施主アイコン*/
.top_wnew_box li a > span span.iconSeshu{
	display:inline;
	padding:0.8em 0.6em;
	background:url(../image_gl/seshu_mark.svg) left center no-repeat;
	background-size:contain;
}
.wnew_sponsor{
	font-size:13rem;
	font-size: clamp(10rem, 0.8vw, 13rem);
	line-height:1.005;
	font-weight: bold;
}
.top_wnew_box li a > span span.wnew_date{
	display: block;
	white-space: nowrap;
	font-size:14rem;
	line-height:1.005;
	margin-bottom: 5px;
}
.top_wnew_box li a > span span.wnew_com{
	display: block;
	font-size:16rem;
	line-height:1.6;
	font-weight: bold;
	margin-bottom: 5px;
}

.top_wnew_box li a > span span.wnew_head span.long{
	display: inline-block;
	transform: scale(0.85, 1);
}
.top_wnew_box li a > span span.wnew_head span.tume{
	letter-spacing: -0.25em;
}
.top_wnew_box li a > span span.wnew_head_01{
	background-color: rgba(var(--tab-color_01),1);
}
.content:nth-of-type(2) .wnew_head,
.top_wnew_box li a > span span.wnew_head_02{
	background-color: rgba(var(--tab-color_02),1);
}
.content:nth-of-type(3) .wnew_head,
.top_wnew_box li a > span span.wnew_head_03{
	background-color: rgba(var(--tab-color_03),1);
}
.content:nth-of-type(4) .wnew_head,
.top_wnew_box li a > span span.wnew_head_04{
	background-color: rgba(var(--tab-color_04),1);
}
.content:nth-of-type(5) .wnew_head,
.top_wnew_box li a > span span.wnew_head_05{
	background-color: rgba(var(--tab-color_05),1);
}
.content:nth-of-type(6) .wnew_head,
.top_wnew_box li a > span span.wnew_head_06{
	background-color: rgba(var(--tab-color_06),1);
}
.content:nth-of-type(7) .wnew_head,
.top_wnew_box li a > span span.wnew_head_07{
	background-color: rgba(var(--tab-color_07),1);
}
.content:nth-of-type(8) .wnew_head,
.top_wnew_box li a > span span.wnew_head_08{
	background-color: rgba(var(--tab-color_08),1);
}
.content:nth-of-type(9) .wnew_head,
.top_wnew_box li a > span span.wnew_head_09{
	background-color: rgba(var(--tab-color_09),1);
}
.content:nth-of-type(10) .wnew_head,
.top_wnew_box li a > span span.wnew_head_10{
	background-color: rgba(var(--tab-color_10),1);
}
.content:nth-of-type(11) .wnew_head,
.top_wnew_box li a > span span.wnew_head_11{
	background-color: rgba(var(--tab-color_11),1);
}

.top_wnew_ichiran_bot{
	height:42px;
	overflow: hidden;
	width:100%;
	box-sizing: border-box;
	background-color: #f6f3e9;
}

.top_wnew_ichiran_link{
	flex-grow: 1;
	text-align: right;
}
.top_wnew_ichiran_link a{
	display: inline-block;
	position: relative;
	height:34px;
	line-height:35px;
	overflow: hidden;
	background-color:  #369;
	color:#fff;
	font-size:14rem;
	font-weight: bold;
	padding:0 2em 0 3em;
	margin-top: 8px;
	border-radius: 5px 0 0 0;
}
.top_wnew_ichiran_link a::before{
	content: "";
	position: absolute;
	display: block;
	border-top: solid 3px transparent;
	border-bottom: solid 3px transparent;
	border-left: solid 5px #fff;
	left:2em;
	top:50%;
	margin-top: -2px;
}

@media (max-width: 767px) {

	.top_wnew_box{
		margin-bottom: 20px;
	}

	.top_wnew_box .top_wnew_st h2{
		font-size: 18rem;
	}
	.top_wnew_box .top_wnew_st h2::before,
	.top_wnew_box .top_wnew_st h2::after{
		top:20px;
	}

	.top_wnew_box .top_wnew_st .top_wnew_ichiran_hanrei{
		top:20%;
		right:0;
	}
	.top_wnew_box .top_wnew_st .top_wnew_ichiran_hanrei .joho{
		display: none;
	}
	.top_wnew_box .top_wnew_st .top_wnew_ichiran_hanrei div{
		padding:0 5px 0 0;
		font-size:14rem;
	}

	/*ベース*/
	.top_wnew_box section.typeA{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.top_wnew_box section.typeA .tabLabel {	/* タブ */
		margin:0 0.5%;
		margin-bottom: 5px;
		padding: 0;
		height:32px;
		min-width:24%;
		transition: .5s;
		font-size:3.7vw;
		line-height:32px;
		flex: 0;
	}
	.top_wnew_box section.typeA .tabLabel span.long2{
		display: inline-block;
		position: relative;
  	left: 50%;
		transform: translateX(-50%) scale(0.75, 1);
	}

	/*アクティブ設定*/
	.top_wnew_box section.typeA input:checked + .tabLabel + .content {
		padding: 0 0;
		overflow: auto;
		transition: .5s opacity;
		opacity: 1;
		display: block;
	}

	.top_wnew_box li{
		width: calc(100% / 1);
		border-bottom:solid 1px #999;
		margin-bottom:10px;
	}
	.top_wnew_box li a > span span.wnew_image{
		display: block;
		//width:100%;
		//padding-bottom: 66.6%;
		width:80%;
		padding-bottom: 53.3%;
		margin:0 auto 10px auto;
	}
	.top_wnew_box li a > span span.wnew_head_box{
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.top_wnew_box li a > span span.wnew_head{
		font-size: 14rem;
	}

	.top_wnew_box li a > span span.wnew_date{
		font-size:13rem;
	}
	.top_wnew_box li a > span span.wnew_com{
		font-size:16rem;
	}

	.top_wnew_ichiran_bot{
		height:auto;
		padding:0 0 15px 0;
		display: block;
	}
	.top_wnew_ichiran_link{
		text-align: center;
	}
	.top_wnew_ichiran_link a{
		font-size:14rem;
		border-radius: 5px;
	}

}



/*リンクコンテンツ*/
.top_bn_conts{
}
.top_bn_conts ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.top_bn_conts li{
	position: relative;
	width: 31.85%;
	margin-right: 2.22%;
	margin-bottom: 2.22%;
	border-radius:7px;
}

.top_bn_conts li:nth-child(1){background-color:#4266c6;}
.top_bn_conts li:nth-child(2){background-color:#3378cc;}
.top_bn_conts li:nth-child(3){background-color:#4888d4;}

.top_bn_conts li:nth-child(4){background-color:#027f7f;}
.top_bn_conts li:nth-child(5){background-color:#349999;}
.top_bn_conts li:nth-child(6){background-color:#3499a6;}

.top_bn_conts li:nth-child(7){background-color:#438f33;}
.top_bn_conts li:nth-child(8){background-color:#669933;}
.top_bn_conts li:nth-child(9){background-color:#579958;}

.top_bn_conts li:nth-child(10){background-color:#999966;}
.top_bn_conts li:nth-child(11){background-color:#aaaa77;}

.top_bn_conts li:nth-child(3n){
	margin-right: 0;
}
.top_bn_conts li img{
	width:100%;
	height:auto;
}
.top_bn_conts li a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.top_bn_cont_inner_link{
	display: flex;
	position: absolute;
	bottom:12%;
	width:100%;
	justify-content: flex-end
}
.top_bn_cont_inner_link a{
	display: block;
	width:27.5%;
	margin-right: 3%;
}
.top_bn_cont_inner_link a img{
	width:100%;
	height:auto;
}

@media (max-width: 767px) {

	/*リンクコンテンツ*/
	.top_bn_conts{
	}
	.top_bn_conts ul{
		display: block;
	}
	.top_bn_conts li{
		position: relative;
		width: 80%;
		margin:0 auto 20px auto;
	}
	.top_bn_conts li:nth-child(3n){
		margin:0 auto 20px auto;
	}
	.top_bn_conts li img{
		width:100%;
		height:auto;
	}
	.top_bn_conts li a:hover img{
		opacity:0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	.top_bn_cont_inner_link{
		display: flex;
		position: absolute;
		bottom:12%;
		width:100%;
		justify-content: flex-end
	}
	.top_bn_cont_inner_link a{
		display: block;
		width:27.5%;
		margin-right: 3%;
	}
	.top_bn_cont_inner_link a img{
		width:100%;
		height:auto;
	}

}


/*BEST10　movie*/
.top_best10_movie_box{
	display: flex;
}
/*1400以下*/
@media (max-width: 1400px) {
	.top_best10_movie_box{
		display: block;
	}
}
/*767以下*/
@media (max-width: 767px) {
	.top_best10_movie_box{
		display: block;
	}

}

/*BEST10*/
.top_best10_box{
	width:62%;
	margin:0 1% 0 0;
	background-color:rgba(240,222,200,0.5);
	padding:0 0;
	min-height: 735px;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
}

.top_best10_box .top_best10_st{
	width:160px;
	background-color:rgba(240,222,200,0.8);
}
.top_best10_box .top_best10_st .top_best10_st_icon{
	margin: 25px 0 20px 0;
}
.top_best10_box .top_best10_st .top_best10_st_icon img{
	width:85%;
	height:auto;
}
.top_best10_box .top_best10_st h2{
	color:#765;
	font-size:24px;
	line-height: 1.2;
}
.top_best10_box .top_best10_st h2 small{
	display: block;
	font-size:18px;
	margin-top: 0.1em;
}

/*ベース*/
.top_best10_box section.typeB{
	width:calc(100% - 160px);
	display: flex;
	flex-wrap: wrap;
	padding:25px;
	box-sizing: border-box;
}
.top_best10_box section.typeB::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
	background: rgba(79,142,125,.9);
}
.top_best10_box section.typeB .tabLabel {	/* タブ */
	margin-right: 5px;
	padding: 12px 3px 6px 3px;
	flex: 1;
	order: -1;
	background: rgba(93,73,62,.3);
	transition: .5s ;
	cursor: pointer;
	font-size:14rem;
	line-height:1.3;
	color:#5d493e;
	border-radius: 5px 5px 0 0;
}
.top_best10_box section.typeB .tabLabel br{
	display: none;
}
.top_best10_box section.typeB .tabLabel:nth-last-of-type(1){ margin-right: 0; }
.top_best10_box section.typeB input {		/* ラジオボタン非表示 */
	display: none;
}
.top_best10_box section.typeB .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.top_best10_box section.typeB .content::-webkit-scrollbar {
  background: #ccd;
  width: 5px;
  height: 5px;
}
.top_best10_box section.typeB .content::-webkit-scrollbar-thumb {
  background-color: #668;
}
/*アクティブ設定*/
.top_best10_box section.typeB input:checked + .tabLabel {
	color: #fff;
	background: rgba(79,142,125,.9);
}
.top_best10_box section.typeB input:checked + .tabLabel + .content {
	padding: 5px 0 0 0;
	height: 100%;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
}

.top_best10_box li a{
	display:block;
	position: relative;
	transition:ease-out 0.2s;
	border-bottom: dotted 2px rgba(93,73,62,0.2);
}
.top_best10_box li:last-child a{
	border-bottom: none;
}
.top_best10_box li a span{
	display:block;
	position: relative;
	color:#5d493e;
	padding:14px 10px;
	font-size:16rem;
	line-height:1.6;
	text-align:left;
	text-indent:-1em;
	margin-left:1em;
}
.top_best10_box li a:hover{
	background-color: rgba(240,222,150,0.6);
}
.top_best10_box li a span span{
	display:inline;
	position: relative;
	padding:0;
	text-indent:0;
	margin-left:0;
}

/*1400以下*/
@media (max-width: 1400px) {
	.top_best10_box{
		width:auto;
		margin:0 0 30px 0;
	}
}
@media (max-width: 767px) {

	/*BEST10*/
	.top_best10_box{
		width:auto;
		margin:0 0 30px 0;
		padding:0 0;
		height: auto;
		display: block;
		border-radius: 0;
	}

	.top_best10_box .top_best10_st{
		width:auto;
		background-color:rgba(240,222,200,0.8);
		padding:10px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.top_best10_box .top_best10_st .top_best10_st_icon{
		margin: 0 10px 0 0;
		width:25%;
	}
	.top_best10_box .top_best10_st .top_best10_st_icon img{
		width:100%;
		height:auto;
	}
	.top_best10_box .top_best10_st h2{
		font-size:26rem;
		line-height: 1.2;
	}
	.top_best10_box .top_best10_st h2 small{
		display: block;
		font-size:18px;
		margin-top: 0.1em;
	}

	/*ベース*/
	.top_best10_box section.typeB{
		width:auto;
		padding:10px 0 25px 0;
	}
	.top_best10_box section.typeB .tabLabel {	/* タブ */
		margin-right: 2px;
		padding: 12px 0 6px 0;
		font-size:14rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top_best10_box section.typeB .tabLabel br{
		display: inline;
	}

	.top_best10_box li a span{
		padding:14px 10px;
		font-size:16rem;
		line-height:1.6;
	}

}

/*動画情報*/

/*BEST10　movie*/
.top_movie_box{
	width:37%;
}
.topMovie{
}
.topMovie h2{
	position: relative;
	font-weight: normal;
	font-size: 16rem;
	line-height:1.2;
	color:#fff;
	text-align:left;
	background-color: rgba(79,142,125,1);
	padding:8px 0 5px 8px;
	margin-bottom:10px;
	border-radius: 6px;
}
/*.topSideMovie */
.topSideMovie{
	display: flex;
	flex-wrap: wrap;
}
.topSideMovie .kensakuListBlocks{
	width:48%;
	padding-bottom: 20px;
	margin-right: 4%;
}
.topSideMovie .kensakuListBlocks:nth-of-type(2n){
	margin-right: 0%;
}
.topSideMovie .kensakuListImage{
	width:100%;
	margin-bottom:5px;
}
.topSideMovie .kensakuListImage a.kensakuListPlay p img{
	transition: 0.4s;
}
.topSideMovie .kensakuListImage a.kensakuListPlay:hover p img{
	opacity:0.6;
}

.topSideMovie .kensakuListImage .video-container{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.topSideMovie .kensakuListImage .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.topSideMovie .kensakuListCom{
	text-align:left;
}
.topSideMovie .kensakuListComTitle{
	font-size:16rem;
	line-height:1.5;
	font-weight:normal;
}

/*1400以下*/
@media (max-width: 1400px) {
	.top_movie_box{
		width:auto;
	}
	.topSideMovie .kensakuListBlocks{
		width:32%;
		padding-bottom: 20px;
		margin-right: 2%;
	}
	.topSideMovie .kensakuListBlocks:nth-of-type(2n){
		margin-right: 2%;
	}
	.topSideMovie .kensakuListBlocks:nth-of-type(3n){
		margin-right: 0%;
	}
}
/*67以下*/
@media (max-width: 767px) {
	/*.topSideMovie */
	/*動画情報*/
	.top_movie_box{
		width:auto;
	}
	.topMovie h2{
		border-radius: 0;
	}

	.topSideMovie{
		display: block;
	}

	.topSideMovie .kensakuListBlocks{
		width:80%;
		padding-bottom: 20px;
		margin:0 auto;
	}
	.topSideMovie .kensakuListBlocks:nth-of-type(2n),
	.topSideMovie .kensakuListBlocks:nth-of-type(3n){
		margin:0 auto;
	}

}



.topBannerBox{
	width:230px;
	min-height:0;
}
.topBannerBox ul{

}
.topBannerBox li{
	margin-bottom:20px;
}
.topBannerBox li:last-child{
	margin-bottom:0;
}

.topBannerBox li a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}




/*-----767以下-----*/
@media (max-width: 767px) {

	.topMypageComm{
		margin-bottom:3%;
		padding:2%;
		background-color:#f9f0cc;
	}
	.topMypageComm p{
		font-size:13rem;
		line-height:1.6;
		margin-bottom:0px;
	}

	.topBannerBox{
		width:100%;
		text-align:center;
	}
	.topBannerBox li{
		margin-bottom:3%;
	}


}


/*------------------------------------------------------------
色変更 2024.07.25
------------------------------------------------------------*/
/*------------------------------------------------------------
スライド下
------------------------------------------------------------*/
/*背景*/
.topMypageComm{background-color:#ddeeff;}
/*文字*/
.topMypageComm p{color:#003366;}











/*------------------------------------------------------------
新着一覧
------------------------------------------------------------*/
.topWnewBox_ichiran li{
	border-bottom: dotted 1px #5d493e;
	text-align: left;
	color:#5d493e;
}
.topWnewBox_ichiran li:last-child{
	border-bottom: none;
}
.topWnewBox_ichiran li a,
.topWnewBox_ichiran li span.topWnewCont{
	display: block;
	position: relative;
	color:#5d493e;
	padding:15px 0;
	transition:ease-out 0.2s;
	z-index:999;
}

.topWnewBox_ichiran li a:hover{

}
.topWnewBox_ichiran li a:before{
	position: absolute;
	content:'';
	background-color: transparent;
	width:100%;
	height:0%;
	transition:ease-out 0.2s;
	z-index:0;
	top:0;
}
.topWnewBox_ichiran li a:hover:before{
	background-color: #f9f0cc;
	height:100%;
}

.topWnewBox_ichiran li a span.topWnewDate,
.topWnewBox_ichiran li span.topWnewCont span.topWnewDate{
	position: relative;
	font-size:13rem;
	padding:2px 0;
	display:inline-block;
	width:120px;
	background-color: #4f6e5d;
	color:#fff;
	vertical-align: top;
	text-align: center;
	z-index:999;
	border-radius: 5px;
	box-sizing: border-box;
}
.topWnewBox_ichiran li a span.topWnewComm,
.topWnewBox_ichiran li span.topWnewCont span.topWnewComm{
	position: relative;
	font-size:14rem;
	padding:0 0 3px 0;
	display:inline-block;
	width:calc(100% - 140px);
	vertical-align: top;
	margin-left: 20px;
	z-index:999;
}
.topWnewBox_ichiran li a span.topWnewComm span.topWnewTitle,
.topWnewBox_ichiran li span.topWnewCont span.topWnewComm span.topWnewTitle{
	display:inline-block;
	font-size:17rem;
	font-weight:bold;
}
/*初心者アイコン*/
.topWnewTitle span.iconShoshinsha{
	display:inline;
	padding:0 0.65em;
	background:url(../image_gl/shoshinsha_mark.svg) left center no-repeat;
	background-size:contain;
}

.wnewSponsor{
	font-size:13rem;
	font-weight:normal;
	line-height:1.005;
	margin-bottom:3px;
	font-weight:bold;
	letter-spacing:0.1em;
	display:block;
}

.topWnewBox_ichiran .topWnewBtn{
	text-align:right;}

.topWnewBox_ichiran .topWnewBtn a{
	display:inline-block;
	background-color: #4f6e5d;
	padding:8px 20px;
	font-size:14rem;
	border-radius:5px;
	line-height:1.0;
	color:#fff;
	transition:ease-out 0.2s;}

.topWnewBox_ichiran .topWnewBtn a:hover{
	display:inline-block;
	background-color: #6f8e7d;}

.topWnewBox_ichiran .topWnewBtn a:before{
	content:"→ ";}


/*-----767以下-----*/
@media (max-width: 767px) {
	.topWnewBox_ichiran li a,
	.topWnewBox_ichiran li span.topWnewCont{
		padding:3% 0;
		transition:ease-out 0s;
	}
	
	.topWnewBox_ichiran li a:before{
		transition:ease-out 0s;
	}
	
	.topWnewBox_ichiran li a span.topWnewDate,
	.topWnewBox_ichiran li span.topWnewCont span.topWnewDate{
		font-size:3vw;
		padding:1% 0;
		display:block;
		width:8em;
		margin-bottom:1%;
	}
	.topWnewBox_ichiran li a span.topWnewComm,
	.topWnewBox_ichiran li span.topWnewCont span.topWnewComm{
		position: relative;
		font-size:16rem;
		padding:0;
		display:block;
		width:auto;
		margin-left:0;
	}
	.topWnewBox_ichiran li a span.topWnewComm span.topWnewTitle,
	.topWnewBox_ichiran li span.topWnewCont span.topWnewComm span.topWnewTitle{
		font-size:20rem;
	}

	.wnewSponsor{
		line-height:1.5;
		margin-bottom:0;
	}
	
	.topWnewBox_ichiran .topWnewBtn a{
		padding:3% 10%;
		font-size:3.5vw;
		transition:ease-out 0s;}

}

