/* ---------------------------------------------------------
	ページ共通
--------------------------------------------------------- */
#contents #lead{
	margin-top: 8px;
}
#contents h3{
	position: relative;
	width: calc(100% - 1.7em);
	margin: 0 0 20px 1.7em;
	font-size: 21px;
	font-size: 21rem;
	line-height: 1.2;
	font-weight: bolder;
	color: #0051A3;
	border-bottom: 3px solid #0051A3;
}
#contents h3::before{
	position: absolute;
	left: -1.2em;
	font-family: "Font Awesome 5 Free";
	font-size: 1.4em;
	font-weight: 900;
	text-decoration: none;
}
#contents a dl dt{
	font-size: 16px;
	font-size: 16rem;
	font-weight: bolder;
	text-decoration: underline;
}
#contents #lead a dl dd{
	margin-top: 5px;
	color: #303030;
	text-decoration: none;
}
#contents a:hover dl dt{
	text-decoration: none;
}
#contents a:hover dl dt{
	text-decoration: none;
}
#contents a:hover figure img,
#contents a:hover dl dd{
	opacity: 0.6;
}
#contents a.mnt{
	color: #AC452B;
}
#contents a.kni{
	color: #6BA564;
}
#contents a.ovs{
	color: #DFA32A;
}
#contents a:hover dl dt,
#contents ul li a:hover{
	color: #E23035;
	text-decoration: none;
}

#contents a dl dt::before,
#contents ul li a p::before{
	margin-right: 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f192';
	font-weight: 900;
	text-decoration: none;
}

/* ---------------------------------------------------------
	スライダー・お知らせ
--------------------------------------------------------- */
#lead #slider{
	width: 60.42%;
	height: auto;
	-ms-flex-item-align: flex-start;
	-webkit-flex-item-align: flex-start;
	align-self: flex-start;
}
.bx-viewport{
	height: auto !important;
}
ul.bxslider li{
	position: relative;
	z-index: 100;
	width: 100%;
	height: calc(340px + 3.2em);
	height: calc(var(--bxH) + 3.2em);
	font-size: 12px;
	font-size: 12rem;
}
ul.bxslider li img{
	height: 340px;
	height: var(--bxH);
}
ul.bxslider li span{
	display: block;
	height: 3.2em;
}
ul.bxslider li a{
	display: block;
	position: relative;
	z-index: 100;
}
ul.bxslider li a:hover img{
	opacity: 0.6;
}
.bx-wrapper .bx-pager{
	padding: 0 !important;
	line-height: 1.0;
}
.bx-wrapper .bx-controls-direction a{
	margin-top: calc(-16px - 1.75em) !important;
}

#lead #info{
	width: 37%;
	-ms-flex-item-align: flex-start;
	-webkit-flex-item-align: flex-start;
	align-self: flex-start;
}
#info h3{
	margin-bottom: 10px;
}
#info h3::before{
	content: '\f05a';
}
#info dl dt{
	font-size: 16px;
	font-size: 16rem;
	font-weight: bolder;
	color: #0051A3;
	border-bottom: 1px dotted #0051A3;
}
#info dl dt span{
	display: block;
	font-size: 12px;
	font-size: 12rem;
	font-weight: initial;
	color: initial;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
#info dl dd em{
	font-weight: bold;
}

/* ---------------------------------------------------------
	ティッカー
--------------------------------------------------------- */
#ticker{
	margin: 50px 0 0 0;
	width: 100%;
	background: #FFFFDF;
}
#ticker h2{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0;
}
#ticker h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
#ticker h2 span.h2{
	margin: 0 20px;
	padding: 3px 20px 3px 0;
	font-size: 18px;
	font-size: 18rem;
	font-weight: bold;
	color: #000;
	border-right: 1px solid #000;
}
#ticker ul#ticker_slider li{
	display: none;
	overflow: hidden;
}
#ticker ul#ticker_slider li a{
	display: block;
	width: 100%;
	text-decoration: none;
}
#ticker ul#ticker_slider li a img{
	width: 100%;
	max-height: 140px;
}
#ticker ul#ticker_slider li a:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#ticker ul#ticker_slider li a p{
	margin: 5px 0;
	font-size: 14px;
	font-size: 14rem;
	text-align: center;
}
#ticker ul#ticker_slider li a:hover p{
	text-decoration: none;
}
#ticker ul#ticker_slider li a p::before{
	content: "";
}
.bx-viewport ul#ticker_slider li{
	display: block !important;
}

/* ---------------------------------------------------------
	厳選
--------------------------------------------------------- */
#lead #select{
	width: 100%;
	margin-top: 30px;
}
#select h3{
	width: calc(100% - 1.8em);
	margin-left: 1.8em;
}
#select h3::before{
	left: -0.9em;
	font-size: 1.8em;
	content: '\f559';
}
#select a{
	width: 32%;
	margin-right: 2%;
	text-decoration: none;
}
#select a figure{
	width: 100px;
}
#select a dl{
	width: calc(100% - 110px);
}
#select a dl dt{
	color: #F56B28;
}
#select a#paperad{
	display: block;
	margin-right: 0;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #0051A3;
	border-radius: 5px;
	-ms-flex-item-align: flex-start;
	-webkit-flex-item-align: flex-start;
	align-self: flex-start;
}
#select a#paperad dl dt::before{
	content: none;
}
#select a#paperad dl{
	width: auto;
}
#select a#paperad dl dt{
	width: 100%;
	font-size: 21px;
	font-size: 21rem;
	font-weight: bolder;
	text-align: center;
	color: #0051A3;
	text-decoration: none;
	border-bottom: 2px solid #0051A3;
}
#select a#paperad dl dd{
	margin-top: 10px;
}
#select a#paperad dl dd figure{
	width: 50px;
}
#select a#paperad dl dd span{
	width: 225px;
}

#lead #select.noinfo{
	width: 37%;
	margin-top: 0;
}
#select.noinfo h3{
	margin-left: 1.8em;
}
#select.noinfo a{
	width: 100% !important;
	margin: 20px 0 0 0;
	text-decoration: none;
}
#select.noinfo a:first-of-type{
	margin-top: 0;
}
#select.noinfo a figure{
	width: 120px;
}
#select.noinfo a dl{
	width: calc(100% - 130px);
}
#select.noinfo a#paperad dl dd figure{
	width: 50px;
}
#select.noinfo a#paperad dl dd span{
	width: 245px;
}

/* ---------------------------------------------------------
	ジャンル
--------------------------------------------------------- */
#genre{
	margin-top: 50px;
}
#genre h3::before{
	content: '\f277';
}
#genre a{
	width: 32%;
	margin-right: 2%;
	text-decoration: none;
}
#genre a:nth-of-type(3n){
	margin-right: 0;
}
#genre a figure{
	width: 100%;
}
#genre a dl dt{
	margin-top: 5px;
}

/* ---------------------------------------------------------
	人気
--------------------------------------------------------- */
#popular{
	margin-top: 50px;
}
#popular h3::before{
	content: '\f277';
}
#popular ul{
	-webkit-box-pack: flex-start;
	-moz-box-pack: flex-start;
	-webkit-flex-pack: flex-start;
	-moz-flex-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}
#popular ul li{
	width: 23%;
	margin: 0 2.6% 0 0;
}
#popular ul li:nth-of-type(4n){
	margin-right: 0;
}
#popular ul li:nth-of-type(n+5){
	margin-top: 20px;
}
#popular ul li a{
	display: block;
}
#popular ul li a p{
	margin: 5px 0 0 0;
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-weight: bolder;
}

/* ---------------------------------------------------------
	レスポンシブ
--------------------------------------------------------- */
@media screen and (max-width: 959px){
	#select a{
		width: 30%;
	}
	#select a figure,
	#select a dl{
		width: 100%;
	}
	#select a#paperad{
		width: 35%;
	}
	#select a#paperad dl dd span{
		width: calc(100% - 55px);
	}
	#genre a{
		width: 32%;
	}
}
@media screen and (max-width: 667px){
	#select a#paperad dl dt{
		font-size: 18px;
		font-size: 18rem;
	}
	#select.noinfo a figure{
		width: 34%;
	}
	#select.noinfo a dl{
		width: calc(100% - 34% - 5px);
	}
	#select.noinfo a#paperad{
		width: 100%;
	}
	#ticker h2 span.h2{
		border: none;
	}
	#ticker h2 span.desc{
		display: block;
		margin-left: 20px;
	}
}
@media screen and (max-width: 599px){
	#lead #slider{
		width: 100%;
	}
	#lead #info{
		width: 100%;
		margin-top: 30px;
	}
	#lead #select.noinfo{
		width: 100%;
		margin-top: 30px;
	}
	#select.noinfo a{
		width: 30%;
	}
	#contents #lead a dl dt,
	#contents #genre a dl dt{
		font-size: 14px;
		font-size: 14rem;
	}
	#contents #lead a dl dd,
	#contents #genre a dl dd,
	#contents #popular a dl dd{
		font-size: 12px;
		font-size: 12rem;
	}
	#genre a dl dt{
		margin-left: 1.2em;
		text-indent: -1.2em;
	}
	#popular ul li,
	#popular ul li:nth-of-type(4n){
		width: 31%;
		margin: 0 3.5% 0 0;
	}
	#popular ul li:nth-of-type(3n){
		margin-right: 0;
	}
	#popular ul li:nth-of-type(n+4){
		margin-top: 20px;
	}
}
@media screen and (max-width:479px){
	#contents h3{
		font-size: 18px;
		font-size: 18rem;
	}
	#lead #select{
		display: block;
	}
	#select a,
	#genre a{
		width: 100%;
		margin-top: 20px;
	}
	#genre a{
		margin-right: 0;
	}
	#select a:first-of-type,
	#genre a:first-of-type{
		margin-top: 0;
	}
	#select a figure{
		width: 37%;
	}
	#select a#paperad dl dd figure{
		width: 25%;
	}
	#select a#paperad dl dd span{
		width: calc(100% - 25% - 10px);
	}
	#select a dl{
		width: 60%;
	}
	#genre a dl dt{
		margin-top: 0;
	}
	#select a#paperad{
		width: 100%;
	}
	#genre a figure{
		width: 45%;
	}
	#genre a dl{
		width: 53%;
	}
	#popular ul li a p{
		font-size: 12px;
		font-size: 12rem;
	}
	#popular ul li,
	#popular ul li:nth-of-type(4n),
	#popular ul li:nth-of-type(3n){
		margin: initial;
		width: 47.5%;
		margin: 0 5% 0 0;
	}
	#popular ul li:nth-of-type(2n){
		margin-right: 0;
	}
	#popular ul li:nth-of-type(n+3){
		margin-top: 20px;
	}
	#ticker h2 span.h2,
	#ticker h2 span.desc{
		margin: 0 10px;
		line-height: 1.2;
	}
}