
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	text-decoration: none;
}

article, aside, footer, header, hgroup, nav, section, figure {
    display: block;
}

img{
	vertical-align: bottom;
}

ol{
	list-style-type: decimal !important;
}


input[type="text"]{
	display: inline-block;
	padding: 4px;
	font-size: .875rem;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 1px solid #d9d9d9;
}

input[type="submit"] {
	display:inline-block;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.searchbutton{
	padding: 4px;
	background-color: #000;
	border-style: none;
	font-size: 1rem;
	color: #fff;
}

.inner{
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}

.main_contents{
	padding-top: 20px;
	padding-bottom: 30px;
	overflow: hidden;
}

.article_area{
	display: block;
	width: 632px;
	float: left;
}

.sidebar{
	width: 300px;
	float: right;
}

/*------------------------------------------------------------
	ヘッダ・グローバルナビ
------------------------------------------------------------*/

.hd_copy{
	background-color: #ebeef0;
	text-align: center;
	font-size: .625rem;
	line-height: 18px;
}

header{
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #1f1f1f;
	vertical-align: middle;
	overflow: hidden;
}

.site_h1{
	display: block;
	text-align: center;
	margin-top: 5px;
}

.youtube_icon{
	position: absolute;
	display: inline-block;
	right: 20px;
	top: 30px;
}

/*
.header_ad{
	float:right;
}
*/

/*------------------------------------------------------------
	一覧
------------------------------------------------------------*/

.list_box_wrap{
	position: relative;
	display: flex;
	width: 100%;
}

.list_box_wrap a{
	color: #222;
}

.list_box_pickup{
	border-bottom: 1px solid #cddc39;
	background-color: #fdffeb;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.list_box_pickup:first-child{
	border-top: 1px solid #cddc39;
}

.list_cat_pickup{
	padding: 2px 4px;
	background-color: #f57f17;
	color: #fff;
}

.list_cat_pickup > a{
	color: #fff;
}

.list_box{
	border-bottom: 1px solid #ededed;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.list_box:first-child{
	border-top: 1px solid #ededed;
}

.list_image{
	vertical-align: top;
	width: 160px;
	height: 120px;
}

.list_image > figure{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.list_image > figure > img{
	width: 100%;
	height: auto;
}

.list_info{
	flex:1;
	padding-left: 15px;
}

.list_title{
	line-height: 1.375em;
	margin-top: 10px;
	margin-bottom: .5em;
	font-weight: bold;
}

.list_text{
	font-size: .75rem;
	line-height: 1.33em;
	color: #808080;
	margin-bottom: .5em;
}

.list_data{
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	width: 497px;
	margin-top: 4px;
	margin-bottom: 1em;
	font-size: .6875rem;
	line-height: 1;
	overflow: hidden;
	color: #808080;
}

.list_time{
	padding-right: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}

.list_view{
	padding-left: 1em;
	border-left: 1px solid #dcdcdc;
	padding-top: 2px;
	padding-bottom: 2px;
}

.list_cat_group{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.list_cat, .list_cat_pickup{
	display: inline-block;
	margin-right: 8px;
}

.list_cat{
	padding: 2px 0;
}

.list_cat > a{
	color: #555555;
}

.ad_square_group + .list_box{
	border-top: 1px solid #ededed;
}

.list_rensai, .list_kikou{
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
	padding-top: 2px;
}

.list_rensai > a{
	color: #555555;
}


/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

.headline{
	background-color: #000;
}

.headline-group{
	display: flex;
	border-top: 1px solid #f0f2f4;
	border-bottom: 1px solid #f0f2f4;
}

.headline_box{
	flex: 1;
	overflow: hidden;
}

.headline_box > a{
	display: block;
	position: relative;
	color: #fff;
	height: 400px;
}

.headline_header{
	position: relative;
}

.headline_image{
	text-align: center;
}

.headline_image > img{
	width: auto !important;
	height: 400px !important;
	margin: auto;
}

.headline_info{
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	height: 110px;
	padding: 1em 1.5em;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) no-repeat;
	overflow: hidden;
}

.headline_list_data{
	width: fit-content;
	padding: 2px;
	font-size: 0.6875rem;
	margin-bottom: 1em;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
}

.headline_title{
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.4em;
	height: 2.8em;
	overflow: hidden;
	text-shadow: 2px 2px 4px #000000;
}

.cat_pickup{
	background-color: #f57f17;
}

.cat_newrelease{
	background-color: #0091ea;
}


.list_group_title{
	position: relative;
	background-color: #e8ecfa;
	color: #1f1f1f;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 8px;
	line-height: 32px;
	padding-left: 20px;
	padding-right: 4px;
}

.list_group_title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-left: 15px solid #c3cbe3;
	border-bottom: 30px solid transparent;
}

.top_list_h2{
	display: inline;
}

.search_box{
	float: right;
}

.special_banner{
	margin-bottom: 10px;
}

.special_banner a{
	display: block;
}

.brand_channels_wrapper{
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 24px 20px 12px 20px;
	background-color: #ebeef0;
}

.brand_channels_title{
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
}

.brand_channels_titlesub{
	font-size: .75rem;
	font-weight: bold;
	line-height: 1.125rem;
	margin-top: 8px;
	padding-left: 2em;
}

.brand_channels_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.brand_channels_list li{
	box-sizing: border-box;
	width: 152px;
	height: 56px;
	border: 1px solid #e5e5e5;
	margin-right: 9px;
	margin-bottom: 8px;
	text-align: center;
	background-color: #fff;
}

.brand_channels_list li.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
/*
.brand_channels_list li:nth-of-type(6n){
	margin-right: 0;
}
*/
.brand_channels_list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
}

.brand_channels_list li a img{
	width: auto;
	height: auto;
	max-width: 136px;
	max-height: 42px;
}

.bcl_onecolumn li{
	width: 100% !important;
	margin-right: 0 !important;
}

.bcl_twocolumn li{
	width: 312px !important;
}

.bcl_twocolumn li:last-child{
	margin-right: 0 !important;
}

.bcl_threecolumn li{
	width: 205px !important;
}

.bcl_threecolumn li:last-child{
	margin-right: 0 !important;
}

.bcl_threecolumn li:nth-of-type(4n){
	margin-right: 8px;
}

.bcl_threecolumn li:nth-of-type(3n){
	margin-right: 0;
}

.readmore_wrap{
	box-sizing: border-box;
	padding: 10px 10px 24px 10px;
}

.readmore_button{
	font-size: .875rem;
	line-height: 2.6em;
	text-align: center;
	display: block;
	color: #fff;
	background-color: #535353;
	margin: auto;
	border-radius: 20px;
}

.top_series_new{
	margin: 20px 0;
	background-color: #ebeef0;
	padding-bottom: 20px;
}

.top_series_new_header{
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.top_series_new_title{
	font-size: 1.125rem;
	font-weight: bold;
}

.top_series_new_header_link{
	font-size: .75rem;
	padding-top: 4px;
	text-align: right;
}

.top_series_new_header_link a{
	color: #555555;
}

.swiper-button-prev{
	content: "";
	position: absolute;
	left: 12px;
	top: calc(50% + 24px);
	display: block;
	width: 48px !important;
	height: 48px !important;
	background-image: none !important;
}

.swiper-button-next{
	content: "";
	position: absolute;
	right: 12px !important;
	top: calc(50% + 24px);
	display: block;
	width: 48px !important;
	height: 48px !important;
	background-image: none !important;
}

.swiper-button-prev:after{
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	display: block;
	width: 48px !important;
	height: 48px !important;
	padding-top: 12px;
	box-sizing: border-box;
	font-size: 1.5rem !important;
	color: #c3cbe3;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	vertical-align: middle;
}

.swiper-button-next:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	display: block;
	width: 48px !important;
	height: 48px !important;
	padding-top: 12px;
	box-sizing: border-box;
	font-size: 1.5rem !important;
	color: #c3cbe3;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	vertical-align: middle;
}

.swiper{
	padding: 0 20px !important;
}

.top_series_new_group{
}

.top_series_new_item{
	background-color: #f7f8fc;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.top_series_new_item a{
	display: block;
}

.top_series_new_item_image{
	position: relative;
	height: 112px;
	overflow: hidden;
}

.top_series_new_item_image img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: auto;
}

.top_series_new_item_info{
	padding: 16px 20px;
}

.top_series_new_item_title{
	height: 2rem;
	font-size: .875rem;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	margin-bottom: 8px;
	overflow: hidden;
}

.top_series_new_item_date{
	font-size: .6875rem;
	color: #808080;
	margin-bottom: 8px;
}

.top_series_new_item_term{
	font-size: .75rem;
	color: #404040;
}


/*------------------------------------------------------------
	アーカイブ
------------------------------------------------------------*/

.archive_header{
	padding-top: 16px;
	padding-bottom: 30px;
	line-height: 1.5rem;
	overflow: hidden;
}

.archive_h2{
	font-size: 1.5rem;
	float: left;
}

.archive_pagenum{
	float: right;
	font-size: .75rem;
	color: #999;
}

.ranking_page_link{
	float: right;
	font-size: .875rem;
	overflow: hidden;
}

.ranking_page_link > li{
	display: inline-block;
	float: left;
	margin-left: 2em;
}

.ranking_page_link > li > a{
	color: #555555;
}

.noresults_message{
	margin-top: 16px;
}

/*------------------------------------------------------------
	記事ページ
------------------------------------------------------------*/

.article_area{
	
}

.main_article{
	padding-bottom: 30px;
	border-bottom: 1px solid #dde2e5;
}

.article_header{
	padding-top: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dde2e5;
}

.article_data{
	font-size: .75rem;
	line-height: .75rem;
	color: #808080;
	overflow: hidden;
}

.article_time{
	float: left;
}

.article_misc{
	float: right;
}

.article_category{
	display: inline;
	padding-right: 1em;
}

.article_category > a{
	color: #555555;
}

.cat_link_pickup a{
	color: #f57f17;
}

.article_view{
	display: inline;
	padding-left: 1em;
	border-left: 1px solid #808080;
}

.article_h1{
	margin-top: 24px;
	font-size: 1.625rem;
	line-height: 1.4em;
	font-weight: bold;
	color: #313131;
}

.article_share{
	margin-top: 20px;
}

.article_share > ul{
	overflow: hidden;
}

.article_share > ul > li{
	width: 152px;
	margin-right: 8px;
	float: left;
	text-align: center;
	color: #fff;
}

.article_share > ul > li:last-child{
	margin-right: 0;
}

.article_share > ul > li > a{
	display: block;
	line-height: 40px;
	color: #fff;
}

.article_share_twbtn{
	background-color: #00a0e9;
}

.article_share_xbtn {
	background-color: #000;
}

.article_share_fbbtn{
	background-color: #0068b7;
}

.article_share_lnbtn{
	background-color: #29a935;
}

.article_share_hbbtn{
	background-color: #008fde;
}

.article_share_twtxt:before{
	content: "\f099";
  font-family: "Font Awesome 6 Brands";
	margin-right: .5em;
}

.article_share_xtxt:before {
	content: "\e61b";
	font-family: "Font Awesome 6 Brands";
	margin-right: .5em;
}

.article_share_fbtxt:before{
	content: "\f39e";
  font-family: "Font Awesome 6 Brands";
	margin-right: .5em;
}

.article_share_lntxt:before{
	content: "\f075";
  font-family: "Font Awesome 6 Free";
	margin-right: .5em;
}

.article_share_hbtxt:before{
	content: "　";
	background: url( ../images/hatena.png);
    	background-size: 1em;
    	background-repeat: no-repeat;
	background-position: center left;
	margin-right: .5em;
}

.article_rensai, .article_kikousha{
	display: block;
	font-size: .875rem;
	margin-top: 1em;
}

.article_rensai{	
	color: #555555;
}

.article_message_blockquote{
	display: block;
	color: #808080;
	font-size: .75rem;
	margin-top: 16px;
	line-height: 20px;
}

.article_message_blockquote img{
	margin-left: .5em;
}

.article_contents{
	font-size: 1rem;
	line-height: 1.7;
}

.article_contents img{
	max-width: 100%;
	max-height: 500px;
	width: auto;
	height: auto;
}

.article_contents p{
	margin-bottom: 1.7em;
}

.article_contents b, .article_contents strong{
	font-weight: bold;
}

.article_h2{
	display: block;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
	border-bottom: 1px solid #3498db;
	font-size: 1.25em !important;
	font-weight: bold;
	margin-bottom: 1em;
}

.article_strong1{
	font-weight: bold;
	text-decoration: underline;
}

.article_matome {
	box-sizing: border-box;
	background-color: #e6e8eb;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	width: 100%;
	border-radius: 6px;
	text-align: center;
	padding: 8px;
	margin-bottom: 1.7em;
}
.article_matome:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-top-color: #e6e8eb;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}

.article_table{
	width:100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: .875em;
}

.article_table th, .article_table td{
	padding: 10px;
	border: 1px solid #ccc;
}

.article_table th{
	font-weight: bold;
	text-align: center;
	color: #333333;
	background: #f0f1f5;
}

.article_table_wrap{
	margin-bottom: 1.7rem;
	overflow: auto;
	white-space: nowrap;
}
.article_table_wrap::-webkit-scrollbar{
	height: 5px;
}
.article_table_wrap::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.article_table_wrap::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.article_contents h1{
	font-size: 2em;
}

.article_contents h2{
	font-size: 1.5em;
}

.article_contents h3{
	font-size: 1.17em;
}

.article_contents h5{
	font-size: .83em;
}

.article_contents h6{
	font-size: .67em;
}

.article_contents ul, .article_contents ol{
	margin-left: 1.5em;
	margin-bottom: 1.7em;
}

.article_contents li{
	list-style: initial;
	list-style-type: circle;
}

.article_contents b{
	font-weight: bold;
}

.outline_box{
	display: block;
	padding: 30px;
	margin-bottom: 30px;
	/*background-color: #f5f8fc;*/
	background-color: #f7f9fc;
}

.outline_box ul{
	list-style: none;
	margin-bottom: 0;
}

.outline_list{
	margin-left: 1.5em;
}

.outline_item {
	position: relative;
	display: block;
	line-height: 1.2;
	margin-bottom: 1em;
}

.outline_item a{
	color: #000;
	font-weight: bold;
	border-bottom: dotted 1px #3498db;
}

.outline_item:last-child{
	margin-bottom: 0;
}

.outline_item ::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.article_funayado_link{
	box-sizing: border-box;

	background-color: #ffffe5;
	box-shadow:2px 2px 0px 0px #eeeeee;
	-moz-box-shadow:2px 2px 0px 0px #eeeeee;
	-webkit-box-shadow:2px 2px 0px 0px #eeeeee;
	margin-bottom: 16px;
}

.article_funayado_link a{
	position: relative;
	display: block;
	padding: 12px 12px 12px 2em;
	color: #d32f2f;
	font-size: .9375rem;
	line-height: 1.4;
}

.article_funayado_link a::after{
	display: block;
	content: '';
	position: absolute;
	top: 18px;
	left: 12px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #d32f2f;
	border-bottom: 2px solid #d32f2f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.blockquote_text{
	border-left: 0 !important;
	padding: 30px 20px 10px 50px !important;
	font-style: normal !important;
	line-height: 2em;
	background-color: #f7f9fc;
	background-image: url(../images/bg_blockquote.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.blockquote_set{
	padding: 15px;
	background-color: #f7f9fc;
}

.blockquote_link{
	display: block;
	font-size: .75rem;
	color:#666;
}

iframe.twitter-tweet, iframe.instagram-media{
	width: 550px !important;
}

.embedded-youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: .5em;
}

.embedded-youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.embedded-googlemap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.embedded-googlemap iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*
.embed-youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.embed-youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
*/

.wp-caption-text{
	font-size: .875rem;
	font-weight: normal;
	color: #535353;
	margin-top: .5em;
	line-height: 1.2;
}

.article_pagecounts{
	margin-top: 4em;
	text-align: center;
	color: #333;
}

.article_pagelinks{
	margin-top: 1em;
	margin-bottom: 4em;
	text-align : center;
}

.article_pagelinks > a, .article_pagelinks > span{
	margin-left: 10px;
	margin-right: 10px;
}

.article_pagelinks > a > span{
	padding : 8px 32px;
	background-color: #407a80;
	color: #fff;
	border-radius: 2px;
}

.article_pagelinks > span{
	padding : 4px 8px;
	border: 1px solid #555555;
	background-color: #555555;
	color: #fff;
}

.article_author{
	font-size: .875rem;
	margin-top: 30px;
}

.article_footer{
	margin-top: 30px;
}

.article_tags{
	margin-bottom: 14px;
}

.article_tags > ul{
	overflow: hidden;
}

.article_tags > ul >li{
	display: inline-block;
	font-size: .75rem;
	border: 1px solid #555555;
	margin-right: 10px;
	margin-bottom: 6px;
	float: left;
}

.article_tags > ul >li > a{
	display: block;
	padding: 4px 8px;
	color: #555555;
}

.yarpp-related-none{
	margin-top: 12px;
	font-size: .875rem;
}


.article_introduction_box{
	display: table;
	margin: 30px 0;
	padding: 20px;
	border: 1px solid #000;
}

.article_introduction_image{
	display: table-cell;
	width: 250px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding-right: 20px;
}

.article_introduction_image img{
	max-width: 100%;
	max-height: 240px;
}

.article_introduction_info{
	display: table-cell;
	width: 320px;
}

.article_introduction_name{
	margin: 0 0 10px 0;
	font-size: 1rem !important;
	font-weight: bold;
	line-height: 1.6;
}

.article_introduction_kana{
	font-size: .8em;
}

.article_introduction_text{
	font-size: .8125rem;
	line-height: 1.6;
}

.article_introduction_text_more{
	font-size: .8125rem;
	color: #555555;
}

.article_introduction_link{
	margin: 10px 0 0 0 !important;
	font-size: .8125rem;
	line-height: 1.6;
}

.article_introduction_link li{
	list-style-type: none !important;
	padding-left: 0 !important;
}

.article_introduction_link a{
	color: #000;
}

.article_introduction_link_tw:before{
	display: inline-block;
	width: 1.5em;
	content: "\f099";
  font-family: "Font Awesome 6 Brands";
	text-align: center;
}

.article_introduction_link_x:before {
	display: inline-block;
	width: 1.5em;
	content: "\e61b";
	font-family: "Font Awesome 6 Brands";
	text-align: center;
}

.article_introduction_link_ig:before{
	display: inline-block;
	width: 1.5em;
	content: "\f16d";
  font-family: "Font Awesome 6 Brands";
	text-align: center;
}

.article_introduction_link_fb:before{
	display: inline-block;
	width: 1.5em;
	content: "\f39e";
  font-family: "Font Awesome 6 Brands";
	text-align: center;
}

.article_introduction_link_yt:before{
	display: inline-block;
	width: 1.5em;
	content: "\f167";
  font-family: "Font Awesome 6 Brands";
	text-align: center;
}

.article_introduction_link_tt:before {
	display: inline-block;
	width: 1.5em;
	content: "\e07b";
	font-family: "Font Awesome 6 Brands";
	text-align: center;
}

.article_introduction_link_th:before {
	display: inline-block;
	width: 1.5em;
	content: "\e618";
	font-family: "Font Awesome 6 Brands";
	text-align: center;
}

.article_introduction_link_ot:before{
	display: inline-block;
	width: 1.5em;
	content: "\f360";
  font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: .9em;
	text-align: center;
}



/*------------------------------------------------------------
	ランキングページ
------------------------------------------------------------*/

.wpp-list-page{
	counter-reset: wpp-ranking-page;
}

.wpp-list-page .list_box{
	position: relative;
}

.wpp-list-page .list_box:before{
	content: counter(wpp-ranking-page, decimal);
	counter-increment: wpp-ranking-page;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #cddc39;
	color: #fff;
	font-size: .875rem;
	text-align: center;
	line-height: 20px;
	z-index: 3;
}

.rank_box_wrap{
	width: 100%;
}

.rank_box_wrap a{
	color: #222;
	display: flex;
	align-items: center;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/

.sidebar_h2{
	border-top: 3px solid #c3cbe3;
	border-bottom: 1px solid #dde2e5;
	font-weight: bold;
	line-height: 40px;
}

#google_translate_element{
	margin-bottom: 20px;
}

.sidebar_ranking, .sidebar_recommend{
	margin-bottom: 20px;
}

.sidebar_ranking_tab{
	display: table;
	width: 100%;
	table-layout:fixed;
	border-collapse:separate;
	margin-top: 8px;
	margin-bottom: 8px;
}

.sidebar_ranking_tab >li{
	display: table-cell;
	height: 24px;
	font-size: .8125rem;
	text-align: center;
	vertical-align: middle;
}

.sidebar_ranking_tab >li:first-child{
	border-right: 4px solid transparent;
}

.sidebar_ranking_tab >li:nth-of-type(2n){
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}

.sidebar_ranking_tab >li:last-child{
	border-left: 4px solid transparent;
}

.sidebar_ranking_tab >li > a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 24px;
	border-radius: 2px;
}

.sidebar_ranking_tab_on{
	background-color: #c3cbe3;
	color: #fff;
}

.sidebar_ranking_tab_off{
	background-color: #e8ecfa;
	color: #7a8299;
}

#sidebar_ranking1{
	counter-reset: wpp-ranking-daily;
}

#sidebar_ranking1 .sidebar_list_box:before{
	content: counter(wpp-ranking-daily, decimal);
	counter-increment: wpp-ranking-daily;
}

#sidebar_ranking2{
	counter-reset: wpp-ranking-weekly;
}

#sidebar_ranking2 .sidebar_list_box:before{
	content: counter(wpp-ranking-weekly, decimal);
	counter-increment: wpp-ranking-weekly;
}

#sidebar_ranking3{
	counter-reset: wpp-ranking-all;
}

#sidebar_ranking3 .sidebar_list_box:before{
	content: counter(wpp-ranking-all, decimal);
	counter-increment: wpp-ranking-all;
}

.sidebar_list_box:before{
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #cddc39;
	color: #fff;
	font-size: .75rem;
	text-align: center;
	line-height: 16px;
}

.sidebar_list_box a{
	display: table;
	width: 100%;
	color: #000;
}

.sidebar_list_box{
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
}

.sidebar_list_box:first-child{
	border-top: 1px solid #ededed;
}


.sidebar_list_image{
	display: table-cell;
	vertical-align: top;
	width: 60px;
	height: 60px;
}

.sidebar_list_image > img{
	width: 100%;
	height: auto;
}

.sidebar_list_info{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.sidebar_list_title{
	font-size: .875rem;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
}

.sidebar_list_view{
	margin-top: 4px;
	font-size: .6875rem;
	line-height: 1;
	overflow: hidden;
	color: #808080;	
}

.sidebar_rank_num{
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #cddc39;
	color: #fff;
	font-size: .75rem;
	text-align: center;
	line-height: 16px;
}

.sidebar_more{
	padding-top: 10px;
	text-align: right;
	font-size: .75rem;
}

.sidebar_more > a{
	color: #7a8299;
}

.sidebar_nav{
	margin-bottom: 20px;
}

.sidebar_nav > ul{
	width: 100%;
	overflow: hidden;
}

.sidebar_nav > ul > li{
	display: block;
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #dde2e5;
}

.sidebar_nav > ul > li:last-child{
	border-right: 1px solid #ededed;
}

.sidebar_nav > ul > li > a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	font-size: .875rem;
	color: #434343;
}

.genre01{
	border-left: 2px solid #eee82e;
}

.genre02{
	border-left: 2px solid #1aabd8;
}

.genre03{
	border-left: 2px solid #fcb71e;
}

.genre04{
	border-left: 2px solid #4cc1bb;
}

.sidebar_tags{
	margin-bottom: 20px;
}

.sidebar_tags_group{
	padding-top: 20px;
}

.sidebar_tags_group > ul{
	overflow: hidden;
}

.sidebar_tags_group > .wp-tag-cloud a{
	display: inline-block;
	font-size: .6875rem !important;
	border: 1px solid #555555;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 4px;
	color: #555555;
	float: left;
}

.sidebar_sns{
	margin-bottom: 20px;
	border-bottom: 1px solid #dde2e5;
}

.sidebar_sns > ul{
	display: table;
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:10px 0;
	margin: 20px auto;
}

.sidebar_sns > ul >li{
	display: table-cell;
}

.sidebar_search_box{
	padding-top: 16px;
	text-align: right;
	margin-bottom: 20px;
}

.sidebar_line_qr{
	text-align: center;
	padding: 10px;
}

.sidebar_line_qr img{
	width: 160px;
	height: auto;
}

.sidebar_johoboshu{
	margin-top: 20px;
}

.sidebar_box{
	margin-bottom: 20px;
}

.sidebar_box iframe{
	width: 100% !important;
}

/*------------------------------------------------------------
	広告関係
------------------------------------------------------------*/

.ad_square_group > ul{
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.ad_square_group > ul > li:first-child{
	float: left;
}

.ad_square_group > ul > li:last-child{
	float: right;
}

.pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	color: #a0a0a0;
	margin: 10px;
	padding: 20px 40px;
}

.pagenation>a,
.pagenation>a:hover,
.pagenation>a:visited {
	color: #fff;
}

.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	margin-left: .3em;
	margin-right: .3em;
}

.page-numbers:not(.dots) {
	background-color: #1f1f1f;
}

.ad_footer{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.ad_square_sidebar{
	margin-bottom: 20px;
}

/*------------------------------------------------------------
	フッタ
------------------------------------------------------------*/

.footer_link{
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #ebeef0;
}

.footer_category{
	
}

.footer_category > ul{
	width: 960px;
	margin: auto;
	font-size: .75rem;
	text-align: center;
}

.footer_category > ul > li{
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
}

.footer_category > ul > li > a{
	color: #555555;
}

.footer_smallnav{
	margin-top: 40px;
}

.footer_smallnav > ul{
	display: table;
	margin: auto;
	font-size: .6875rem;
}

.footer_smallnav > ul > li{
	display: table-cell;
	padding-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #fff;
}

.footer_smallnav > ul > li:last-child{
	border-right: 0;
}

.footer_smallnav > ul > li > a{
	color: #555;
}

.footer_credit{
	height: 24px;
	line-height: 24px;
	background-color: #000;
	color: #fff;
	font-size: .625rem;
	text-align: center;
	padding-bottom: 128px;
}

/*------------------------------------------------------------
	固定ページ
------------------------------------------------------------*/

.single_h2{
	padding-top: 16px;
	padding-bottom: 30px;
	line-height: 1.5rem;
	font-size: 1.5rem;
}

.single_table_info{
	border-bottom: 1px solid #ededed;
	background-color: #e8ecfa;
	font-size: .875rem;
}

.single_table_info dt{
	padding: .8em;
	line-height: 1.4em;
	border-top: 1px solid #ededed;
	float: left;
	clear: left;
	width: 10em;
	background-color: #e8ecfa;
	text-align: center;
}

.single_table_info dd{
	padding: .8em 2em;
	line-height: 1.4em;
	background: #fff;
	border-top: 1px solid #ededed;
	margin-left: 11.6em;
}

.single_contents{
	line-height: 1.6;
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/

.wpcf7 label{
	display: block;
	margin-top: 20px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	width: 50%;
	border: 0;
	padding: 10px;
	margin: 10px 0;
	font-size: .875rem;
	border: solid 1px #ccc;
}

.wpcf7 textarea{
	border:0;
	padding:10px;
	margin: 10px 0;
	width: 90%;
	font-size:1rem;
	line-height: 1.5em;
	border:solid 1px #ccc;
	
}

.wpcf7-submit{
	display: block;
	-webkit-appearance: none;
	border:0;
	font-size:1rem;
	font-weight: bold;
	background: #000;
	color: #fff;
	width: 300px;
	padding: 1em;
}

.wpcf7-submit:hover{
	background-color: #333;
}

.form_submit{
	text-align: center;
}

.screen-reader-response, .wpcf7-not-valid-tip, .wpcf7-response-output{
	color: #ff6f00;
}

.div.wpcf7-mail-sent-ok{
	border: 1px solid #000;
}


.wpcf7 select {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px 0;
}


/*------------------------------------------------------------
	共通リンク
------------------------------------------------------------*/

.interlink{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
	width: 100%;
	padding: 6px 0 8px 0;
	text-align: center;
	border-top: 1px solid #e4e4e4;
	background-color: #f1f1f1;
}

.interlink a{
	margin: 0 20px;
}

/*------------------------------------------------------------
	連載
------------------------------------------------------------*/

.series_archive_image{
	margin-bottom: 24px;
}

.series_archive_image img{
	width: 100%;
	height: auto;
}

.series_archive_h2{
	margin-bottom: 16px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

.series_archive_schedule{
	margin-bottom: 4px;
	font-size: .875rem;
	color: #808080;
}

.series_archive_info{
	margin-bottom: 16px;
	font-size: .875rem;
	line-height: 1.5;
}

.series_box{
	border-bottom: 1px solid #ededed;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.series_box:first-child{
	border-top: 1px solid #ededed;
}

.series_image{
	display: table-cell;
	vertical-align: top;
	width: 220px;
	height: auto;
}

.series_image img{
	width: 100%;
	height: auto;
}

.series_info{
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.series_title{
	font-size: 1.25rem;
	line-height: 1.5em;
	margin-bottom: .5em;
	font-weight: bold;
	color: #000;
}

.series_schedule{
	font-size: .75rem;
	color: #888;
}

/*------------------------------------------------------------
	特集
------------------------------------------------------------*/

.slick-prev:before, .slick-next:before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #ccc !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev:before{
	content: "\f053" !important;
}

.slick-next:before{
	content: "\f054" !important;
}

.featurebanner{
	padding: 10px 0;
	background-color: #ebeef0;
}

.featurebanner_inner{
	position: relative;
}

.featurebanner_list{
	opacity: 0;
	visibility: hidden;
}

.featurebanner_list.slick-initialized{
	opacity: 1;  
	visibility: visible;
}

.featurebanner_list li{
	padding: 0 4px;
}

.featurebanner_list li img{
	width: 100%;
	height: auto;
}

.top_button_allfeatures{
	position: absolute;
	right: -180px;
	top: 6px;
	padding: 8px 16px;
	background-color: #fff;
	color: #000;
	/*color: #c3cbe3; */
	font-size: .875rem;
	text-align: center;
	border-radius: 2px;
}

@media (max-width: 1160px){
	.top_button_allfeatures{
		display: none;
	}
}
@media (max-width: 980px){
	.slick-next{
		right: 0 !important;
	}
	.slick-prev{
		left: 0 !important;
		z-index: 101;
	}
}

/*
.featurebanner_list{
	display: flex;
}

.featurebanner_list li{
	margin: 0 8px;
}

.featurebanner_list li:first-of-type{
	margin-left: 0;
}

.featurebanner_list li:last-of-type{
	margin-right: 0;
}

.featurebanner_list{
	margin-top: 10px;
}

.featurebanner_list:first-of-type{
	margin-top: 0;
}
*/
.feature_thumbnail img{
	width: 100%;
	height: auto;
}

.feature_header{
	padding: 20px 0 12px 0;
}

.feature_header_label{
	width: 6em;
	margin: 0 auto 12px auto;
	padding: 2px;
	font-size: .875rem;
	font-weight: bold;
	border-radius: 30px;
	background-color: #ffeb3b;
	text-align: center;
}

.feature_h1{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.feature_lead{
	padding: 12px 20px;
	margin-bottom: 32px;
	border-top: 2px solid #c3cbe3;
	border-bottom: 2px solid #c3cbe3;
	font-size: .875rem;
	line-height: 1.5;
}

.sidebar_feature{
	max-height: 260px;
	overflow-y: scroll;
	padding-right: 10px;
	margin: 20px 0 10px 0;
}

.sidebar_feature::-webkit-scrollbar {
	width: 10px;
}
.sidebar_feature::-webkit-scrollbar-track {
border-radius: 10px;
background-color: rgba(0, 0, 50, .1);
}
.sidebar_feature::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 50, .5);
border-radius: 10px;
}

.sidebar_feature_box{
	display: block;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.sidebar_feature_box:last-of-type{
	border-bottom: none;
}

.sidebar_feature_image{
}

.sidebar_feature_image img{
	width: 100%;
	height: auto;
}
/*
.sidebar_feature_title{
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.sidebar_feature_title_label{
	width: 4.5em;
	padding: 3px;
	font-size: .75rem;
	font-weight: bold;
	border-radius: 30px;
	background-color: #ffeb3b;
	text-align: center;
	color: #000;
}
.sidebar_feature_title_text{
	padding-left: 10px;
	font-size: .875rem;
	font-weight: bold;
	color: #000;
}
*/

.modal_features{
	width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.modal_feature_box{
	width: 300px;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
}

.modal_feature_image{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 125px;
	overflow: hidden;
}

.modal_feature_image img{
	width: 100%;
	height: auto;
}

.modal_feature_title{
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.modal_feature_title_label{
	width: 4.5em;
	padding: 3px;
	font-size: .75rem;
	font-weight: bold;
	border-radius: 30px;
	background-color: #ffeb3b;
	text-align: center;
	color: #000;
}
.modal_feature_title_text{
	padding-left: 10px;
	font-size: .875rem;
	font-weight: bold;
	color: #000;
}

.sidebar_button_allfeatures{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	border-radius: 2px;
	font-size: .875rem;
	text-align: center;
	background-color: #e8ecfa;
	color: #7a8299;
}

.sidebar_button_allfeatures:hover{
	background-color: #e8ecfa;
		color: #7a8299;
}

.article_feature{
	margin-bottom: 20px;
}

.article_feature img{
	width: 100%;
	height: auto;
}

.feature_content p:empty{
	display: none;
}

.feature_content p > img{
	margin: 40px 0 0 0;
}

.feature_content .feature_h2 + p > img{
	margin-top: 0;
}

.feature_outline{
	padding: 30px 20px;
}

.feature_outline_title{
	margin-bottom: 24px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.feature_outline_list li{
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 1.2;
}

.feature_outline_list li:before{
	content: "・";
}

.feature_outline_list a{
	color: #000;
}

.feature_h2{
	margin-top: 32px;
	padding: 18px 12px;
	font-size: 1.25rem !important;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}

.feature_h3{
	margin: 0;
	padding: 18px 12px;
	font-size: 1.25rem !important;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}

.feature_note{
	padding: 18px 12px;
	font-size: .875rem;
}

.feature_article_set{
	display: flex;
	border-bottom: 2px solid #fff;
	align-items: center;
}

.feature_article_image{
	display: flex;
	width: 120px;
	height: 80px;
	align-items: center;
	overflow: hidden;
}

.feature_article_image img{
	width: 100%;
	height: auto;
}

.feature_article_title{
	flex: 1;
	padding: 16px;
	font-size: 1rem;
	line-height: 1.4;
}

.feature_article_title a{
	display: block;
	max-height: 2.8em;
	color: #000;
	overflow: hidden;
}



/*------------------------------------------------------------
	Shop/Field
------------------------------------------------------------*/

.navilink{
  position: fixed;
  bottom: 31px;
  right: 0px;
	z-index: 9999;
	width: 420px;
	box-shadow:0px 0px 16px -4px rgba(0,0,0,0.2);
	background-color: #fff;
}

.navilink_header{
	padding: 6px;
	text-align:center;
	font-size: .625rem;
	font-weight: bold;
}

.navilink_header_title{
	color: #3297a5;
}

.navilink_banners{
	display: flex;
}

.navilink_banners a{
	display: flex;
	width: 50%;
	padding: 12px;
	justify-content: center;
	align-items: center;
}

.navilink_banners a img{
	height: 24px;
	width: auto;
}

.navilink_logo_shop{
	background-color: #0093d4;
}

.navilink_logo_field{
	background-color: #2ecc71;
}


/*------------------------------------------------------------
	ブランド
------------------------------------------------------------*/

.brand_archive_image{
	text-align: center;
}

.brand_archive_image img{
	max-width: 80%;
	max-height: 160px;
	width: auto;
	height: auto;
	padding-bottom: 24px;
}

.brand_archive_h2{
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-bottom: 20px;
}

.brand_archive_description{
	font-size: .875rem;
	line-height: 1.5;
}

.brand_archive_description_more{
	font-size: .8125rem;
	color: #555555;
	padding: 0 10px;
}

.brand_linkbutton_group_header{
	padding: 8px;
	background-color: #e6e9eb;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}

.brand_archive_set{
	display: flex;
	background-color: #e6e9eb;
	margin: 20px 0 32px 0;
}

.brand_archive_set_item{
	box-sizing: border-box;
	width: 50%;
	padding: 12px 20px 20px 20px;
}

.brand_archive_set_item:last-of-type{
	padding-left: 0;
}

.brand_archive_set_title{
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 12px;
}


.brand_linkbutton_group{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.brand_linkbutton_item{
	color: #fff;
	font-size: .6875rem;
	margin-right: 10px;
	margin-bottom: 10px;
}

.brand_linkbutton_item:nth-of-type(3n){
	margin-right: 0;
}

.brand_linkbutton_item a{
	display: block;
	box-sizing: border-box;
	width: 85px;
	padding: 16px 10px;
	color: #fff;
	text-align: center;
}

.brand_linkbutton_item i{
	display: block;
	font-size: 1.5rem;
	text-align: center;
}

.brand_linkbutton_item:hover{
	opacity: 0.75;
}


.brand_linkbutton_hp{
	background-color: #333;
}

.brand_linkbutton_tw{
	background-color: #1da1f2;
}

.brand_linkbutton_x {
	background-color: #000;
}

.brand_linkbutton_ig{
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.brand_linkbutton_fb{
	background-color: #3b5998;
}

.brand_linkbutton_yt{
	background-color: #ff0000;
}

.brand_linkbutton_tt {
	background-color: #000;
}

.brand_linkbutton_th {
	background-color: #000;
}

.list_bigbox_image a{
	display: block;
	width: 100%;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.list_bigbox_image a img{
	width: 100%;
	height: auto;
}
.list_bigbox_info{
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #ededed;
}

.list_bigbox_title{
	overflow: hidden;
	font-size: 1.5rem;
	font-weight: bold;
    line-height: 1.5;
	max-height: 3em;
	color: #000;
}

.list_bigbox_data{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: .75rem;
}

.brand_video_wrapper{
}

.brand_video_subtitle{

}

