/*
Theme Name: Grape PC v2
Author URI: https://grapee.jp/
Description: Media Site
Author: grape Co.,Ltd.
Author URI: http://grapee.jp/
Version: 1.0
*/

@charset "UTF-8";

/* RESET
=======================================*/

body {
	margin: 0;
	padding: 0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,header,nav,footer,section,canvas,article,figure { 
	margin:0;
	padding:0;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
}
table {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
}

ul, ol { list-style: none;}
img { border: none; vertical-align: bottom;}

/*DEFAULT
=======================================*/

html{
	font-size: 62.5%;
}
body {
	font-size: 1.8rem;
	color: #333;
	background: #fff;
	font-family: ArialMT, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
a {
	color:#b163a3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}


/*COMMON
=======================================*/

.f-clear {
	clear: both;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}

/* header
=======================================*/

header {
	display: block;
	padding: 2px 0 48px;
}
.customize-support header {
	top: 32px;
}
#header-in {
	width: 1080px;
	/*height: 136px;*/
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}
#header-in #sitetitle{
	margin-right: auto;
	margin-left: 2px;
}
#header-in #sitetitle a{
	display: block;
	background: url(img/sitetitle.png?2) no-repeat left center;
	background-size: contain;
	text-indent: -200%;
	overflow: hidden;
	width: 170px;
	height: 36px;
}

/* nav
=======================================*/

#box-header {
	display: flex;
}
#box-header #menu-header{
	display: flex;
	align-items: center;
	margin-right: 13px;
}
#box-header #menu-header li{
	padding: 0 10px;
}
#box-header #menu-header li a{
	font-size: 1.3rem;
	color: #888;
	text-decoration: none;
	font-weight: bold;
}

/* header social */
#gnavi .menu-social,
#box-header .menu-social{
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	display: flex;
	align-items: center;
}
#box-header .menu-social{
	position: relative;
}
#box-header .menu-social a{
	display: block;
	background: url(img/icon_search.png) center center no-repeat;
	width: 19px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 10px;
}
#box-header .menu-social #btn_search a{
	background-image: url(img/icon_search-w.png);
	width: 29px;
	height: 24px;
	vertical-align: middle;
	margin: 0;
	float: left;
	background-color: #aaa;
	border-radius: 0 4px 4px 0;
	background-size: 15px auto;
}
#box-header .menu-social #btn_facebook a{
	background-image: url(img/icon_facebook.png);
	width: 24px;
	height: 24px;
}
#box-header .menu-social #btn_twitter a{
	background-image: url(img/icon_twitter.png);
	width: 24px;
	height: 24px;
}
#box-header .menu-social #btn_instagram a{
	background-image: url(img/icon_instagram.png);
	width: 24px;
	height: 24px;
}
#box-header .menu-social #btn_youtube a{
	background-image: url(img/icon_youtube.png);
	width: 26px;
	height: 20px;
}
#box-header .menu-social #btn_search{
	border: #aaa 1px solid;
	border-radius: 5px;
	margin-right: 13px;
}
#box-header .menu-social #btn_search form{
	/*display: none;*/
	float: left;
}
#box-header .menu-social #btn_search form#searchform .screen_reader_text{
	height: 1px;
	width: 1px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#box-header .menu-social #btn_search form#searchform input{
	border: #fff 1px solid;
	background-color: transparent;
	font-size: 1.3rem;
	padding: 3px 5px;
	border-radius: 5px 0 0 5px;
	width: 120px;
}
#box-header .menu-social #btn_search form#searchform input:placeholder-shown,
#box-header .menu-social #btn_search form#searchform input::-webkit-input-placeholder{
	color: #ccc;
}
#box-header .menu-social #btn_search form#searchform input:-moz-placeholder,
#box-header .menu-social #btn_search form#searchform input::-moz-placeholder,
#box-header .menu-social #btn_search form#searchform input:-ms-input-placeholder{
	color: #ccc;
	opacity: 0.5;
}

#menu-nav.show,
#gnavi .menu-social li.show,
#box-header .menu-social li.show{
	opacity: 1;
	transition: .5s;
	-webkit-transition: .5s;
}
#menu-nav.fade,
#gnavi .menu-social li.fade,
#box-header .menu-social li.fade{
	opacity: 0.2;
	transition: .5s;
	-webkit-transition: .5s;
}

/* gnavi */

nav{
	display: block;
}
#gnavi{
	width: 100%;
	/*border-top: #e2e2e2 1px solid;
	border-bottom: #e2e2e2 1px solid;
	background-color: #fff;*/
	background-color: #b163a3;
	position:absolute;
	z-index: 1000;
	top: 70px;
	left: 0;
	transition: .2s;
	-webkit-transition: .2s;
}
.customize-support #gnavi{
	top: 102px;
}

#gnavi-in{
	width: 1080px;
	margin:0 auto;
	box-sizing: border-box;
	/*position: relative;*/
}
#gnavi-in:after{
	content: ' ';
	display: block;
	clear: both;
}
#gnavi .menu{
	height: 46px;
	padding-left: 2px;
	display: flex;
	align-items: center;
}
#gnavi .menu a{
	display: block;
	color: #fff;
	font-size: 1.3rem;
	padding: 15px 10px 13px;
	margin: 0 4px;
	text-decoration: none;
	font-weight: bold;
	text-transform:none;
	box-sizing: border-box;
	border-bottom: transparent 3px solid;
}
#gnavi .menu a:hover,
#gnavi .menu li:hover,
#gnavi .current-menu-item,
#gnavi .current-menu-parent{
	color: #fff;
	background-color: #964485;
	/*border-bottom: #b163a3 3px solid;*/
}

/* sub-menu */

#gnavi .menu .sub-menu{
	position: absolute;
	z-index: 11;
	display: none;
}
#gnavi .menu-item:hover .sub-menu,
#gnavi .current-menu-item .sub-menu,
#gnavi .current-menu-parent .sub-menu{
	display: flex;
	width: 100%;
	background-color: #fff;
	height: 46px;
	z-index: 10;
	position: absolute;
	left: 0;
	justify-content: center;
	box-shadow: 0 1px 2px 0px #ccc;
}
#gnavi .sub-menu a{
	color: #333;
}
#gnavi .sub-menu a:hover,
#gnavi .sub-menu li:hover{
	color: #b163a3;
	background-color: transparent;
	border-bottom: #b163a3 3px solid;
}
#gnavi .menu-item.current-menu-item:hover .sub-menu,
#gnavi .menu-item.current-menu-parent:hover .sub-menu,
#gnavi .current-menu-item .sub-menu,
#gnavi .current-menu-parent .sub-menu{
	box-shadow:none;
	border-bottom: #ccc 1px solid;
}
#gnavi .sub-menu .current-menu-item,
#gnavi .sub-menu .current-menu-item a,
#gnavi .sub-menu .current-menu-item a:hover,
#gnavi .sub-menu .current-menu-parent,
#gnavi .sub-menu .current-menu-parent a,
#gnavi .sub-menu .current-menu-parent a:hover{
	color: #b163a3;
	background-color: transparent;
	border-bottom: #b163a3 3px solid;
}
#gnavi .menu-item:hover .sub-menu{
	z-index: 15;
}


/*-- float --*/
#gnavi.float{
	display: block;
	background-color: #b163a3;
	border: none;
	position:fixed;
	width: 100%;
	height: 46px;
	z-index: 1000;
	top: -48px;
	left: 0;
	transition: .8s;
	-webkit-transition: .8s;
}
#gnavi.float .menu{
	/*padding-left: 123px;*/
	background: url(img/sitetitle-w.png) 10px center no-repeat;
}
#gnavi.float .menu .linktop{
	display: block;
	width: 123px;
	height: 46px;
}
#gnavi.float .menu .linktop a{
	display: block;
	width: 123px;
	height: 46px;
	background-color: transparent;
	border-bottom-color: transparent;
}
#gnavi.float .menu .linktop a:hover,
#gnavi.float .menu .linktop:hover{
	background-color: transparent;
	border-bottom-color: transparent;
}

#gnavi.float .menu a{
	color: #fff;
	border-bottom-color: transparent;
}
#gnavi.float .menu a:hover{
	color: #fff;
	background-color: #964485;
	border-bottom-color: transparent;
}
#gnavi.float .sub-menu a{
	color: #333;
}
#gnavi.float .sub-menu a:hover,
#gnavi.float .sub-menu li:hover{
	color: #b163a3;;
	background-color: #fff;
	border-bottom: #b163a3 3px solid;
}
#gnavi.float .menu-item.current-menu-item:hover .sub-menu,
#gnavi.float .menu-item.current-menu-parent:hover .sub-menu,
#gnavi.float .current-menu-item .sub-menu,
#gnavi.float .current-menu-parent .sub-menu{
	border-bottom: none;
	box-shadow: 0 1px 2px 0px #ccc;
}

#gnavi.float ul.menu-social #btn_search a{
	background-image: url(img/icon_search-w.png);
}
#gnavi.float ul.menu-social #btn_facebook,
#gnavi.float ul.menu-social #btn_twitter,
#gnavi.float ul.menu-social #btn_instagram,
#gnavi.float ul.menu-social #btn_youtube{
	display: none;
}

#ads-billboard{
	padding: 8px 0 7px;
	text-align: center;
	background-color: #fdfdfd;
	min-height: 80px;
}
#ads-billboard img{
	vertical-align: bottom;
}
#ads-billboard > div{
	margin: auto;
}

/* pagetop */

#pagetop{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#pagetop a{
	display: block;
	background-color: rgba(230, 224, 220, 0.8);
	background-image: url(img/icon_pagetop.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	font-size: 0.8rem;
	padding: 50px 5px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	width: 45px;
	text-align: center;
}


/* footer
=======================================*/

footer{
	display: block;
	clear: both;
	background-color: #f4efec;
	color: #333;
	padding-bottom: 16px;
}
#footer-in{
	width: 1128px;
	margin:0 auto;
	display: flex;
	align-items:flex-start;
	justify-content: center;
}

/* テキスト */
#footer-in .box_footer{
	flex: 1;
	flex-grow: 1;
	padding: 35px 16px;
}
#footer-in .box_footer h2{
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#footer-in .box_footer p{
	font-size: 1.4rem;
	line-height: 1.6;
}

/* カテゴリリンク */
#footer-in .box_footer ul.footer-category{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
#footer-in .box_footer ul.footer-category li{
	box-sizing: border-box;
	font-size: 1.2rem;
	/*padding-bottom: 13px;*/
}
#footer-in .box_footer ul.footer-category li:before{
	content: '\30fb';
	display: inline-block;
}
#footer-in .box_footer ul.footer-category li a{
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 8px;
}

/* fan数 */
#footer-in .box_footer .box_footer_fan{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
#footer-in .box_footer .box_footer_fan p{
	flex: 1;
	background-color: #fff;
	border: #eee 1px solid;
	line-height: 1.4;
	color: #000;
	text-align: center;
	font-size: 1.4rem;
}
#footer-in .box_footer .box_footer_fan p a{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 47px 0 10px;
}
#footer-in .box_footer .box_footer_fan p strong{
	font-size: 1.8rem;
	display: block;
}
#footer-in .box_footer .box_footer_fan p.fb_fans{
	margin: 0 16px 0 0;
	background: url(img/icon_footer_fb.png) #fff no-repeat center 7px;
}
#footer-in .box_footer .box_footer_fan p.tw_fans{
	margin: 0;
	background: url(img/icon_footer_tw.png) #fff no-repeat center 9px;
}

/* バナー */
#footer-banner{
	border-top: #e4deda 1px solid;
	text-align: center;
}
#footer-banner ul{
	width: 1080px;
	margin:0 auto;
	padding: 16px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#footer-banner ul li{
	color: #fff;
	font-size: 1.2rem;
	margin: 0 6px;
}
#footer-banner ul li img{
	height: 50px;
	width: auto;
}

/* リンク */
#footer-link{
	background-color: #e4deda;
	text-align: center;
	margin-bottom: 4px;
}
#footer-link ul{
	width: 1080px;
	height: 42px;
	margin:0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#footer-link ul li{
	font-size: 1.2rem;
	color: #333;
}
#footer-link ul li:before{
	content: '\ff5c';
	display: inline-block;
}
#footer-link ul li:first-child:before{
	content: '';
	display: inline-block;
}
#footer-link ul a{
	color: #333;
	font-size: 1.2rem;
	text-decoration: none;
}

/* copyright */
footer p.attention,
footer address{
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
	padding: 12px 0 0;
	color: #888;
}


/* main contents
=======================================*/

/* toppage */

#main{
	display: block;
	width: 1080px;
	margin: 0 auto;
}
#main:after{
	content: ' ';
	display: block;
	clear: both;
}

#main_list{
	width: 710px;
	float: left;
	box-sizing: border-box;
}
#sidebar{
	width: 336px;
	float: right;
}

/*-- main pickup --*/
#main_pickup{
	width: 1080px;
	overflow: hidden;
	margin: 18px auto 0;
}
#main_pickup:after{
	content: ' ';
	display: block;
	clear: both;
}
#main_pickup article.entry_list{
	width: 33.3%;
	height: 360px;
	position: relative;
	float: left;
	overflow: hidden;
}
#main_pickup article.entry_list figure{
	width: 370px;
	height: 360px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	text-align: center;
}
#main_pickup article.entry_list figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root #main_pickup article.entry_list figure img{
	width: 100%;
	height: auto;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
	#main_pickup article.entry_list figure img{
		width: 100%;
		height: auto;
	}
}

#main_pickup article.entry_list a:hover figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#main_pickup article.entry_list .entry_title{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100.5%;
	padding: 25px 15px 4px;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
#main_pickup article.entry_list .entry_title h2{
	font-size: 1.6rem;
	line-height: 1.6;
	padding-top: 6px;
	letter-spacing: 1.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#main_pickup article.entry_list .entry_title h2 a,
#main_pickup article.entry_list a{
	color: #fff;
	text-decoration: none;
}
#main_pickup article.entry_list .entry_title time,
#main_pickup article.entry_list .entry_title .author,
#main_pickup article.entry_list .entry_title .sponsored{
	color: #fff;
}
/* large */
/*#main_pickup article.entry_list:first-child,
#main_pickup article.entry_list:first-child figure{
	width: 710px;
	height: 450px;
}
#main_pickup article.entry_list:first-child .entry_title{
	padding: 30px 24px 10px;
}
#main_pickup article.entry_list:first-child .entry_title h2{
	font-size: 2.0rem;
	padding-top: 9px;
	letter-spacing: 2px;
}
*/

/*-- trending, original --*/

#trending{
	width: 1080px;
	margin: 0 auto;
	padding: 18px 0 0;
	position: relative;
}
#original{
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#trending h2,
#original h2{
	font-size: 1.6rem;
	font-weight: bold;
	border-left: #b163a3 4px solid;
	color: #333;
	padding: 3px 0 3px 10px;
	text-transform: uppercase;
	margin: 0 0 18px;
}
#trending-in,
#original-in{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	align-content: flex-start;
}
#trending article.entry_list,
#original article.entry_list{
	width: 336px;
}
#trending article.entry_list figure,
#original article.entry_list figure{
	width: 100%;
	height: 166px;
	overflow: hidden;
	margin: 0 0 10px;
}
#trending article.entry_list .excerpt p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#trending article.entry_list.banner{
	margin-bottom: 30px;
}
#trending article.entry_list.banner figure{
	height: auto;
}


/*-- main-list --*/

#main_list h2.title{
	display: inline-block;
	background-color: #b163a3;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	padding: 9px 12px;
	vertical-align: middle;
	text-transform: uppercase;
}
#video,
#entertainment,
#news,
#latest{
	border-top: #b163a3 1px solid;
	padding-top: 18px;
}
.archive #latest{
	border-color: #333;
}
.archive h2.title+#latest{
	border-color: #b163a3;
}
#video,
#entertainment,
#news{
	display: flex;
	justify-content:space-between;
}
#main_list article.entry_list:first-child{
	/*float: left;*/
}
#main_list article.entry_list{
	display: block;
	/*float: right;*/
	margin-right: 10px;
}
#video article.entry_list,
#entertainment article.entry_list,
#news article.entry_list{
	width: 336px;
}
#video article.entry_list.card figure,
#entertainment article.entry_list.card figure,
#news article.entry_list.card figure{
	width: 100%;
	height: 166px;
	overflow: hidden;
	margin: 0 0 10px;
}
#video article.entry_list.card h3,
#entertainment article.entry_list.card h3,
#news article.entry_list.card h3{
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.6;
}
#video article.entry_list h3,
#entertainment article.entry_list h3,
#news article.entry_list h3{
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#video article.entry_list time,
#entertainment article.entry_list time,
#news article.entry_list time{
	padding-left: 0px;
}

/* Latest */

#main_list #latest article.entry_list{
	display: block;
	width: 100%;
	box-sizing: border-box;
	float: none;
	padding: 0 10px 0 0;
	margin-bottom: 18px;
	border-bottom: #eee 1px solid;
}
#latest article.entry_list figure.thumb{
	width: 218px;
	height: 136px;
	margin: 3px 25px 18px 0;
}
#latest article.entry_list .excerpt{
	padding-bottom: 16px;
	padding-top: 8px;
	margin-left: 243px;
}
#latest article.entry_list.card .entry_title h3{
	margin-bottom: 3px;
}
#latest article.entry_list figure.thumb+div.entry_title{
	margin-left: 243px;
	margin-bottom: 0;
}

/* もっと見る */

.wp-pagenavi_news{
	margin: 36px 0 40px;
	clear: both;
	padding: 0 10px;
}
.wp-pagenavi_news p{
	text-align: center;
}
.wp-pagenavi_news a{
	width: 40%;
	display: block;
	padding: 15px 0px;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	color: #333;
	text-transform: uppercase;
	font-size: 1.4rem !important;
	border: #333 1px solid;
}
.wp-pagenavi_news a:after{
	content: ' ';
	display: inline-block;
	width: 14px;
	height: 15px;
	background-image: url(img/icon_arrow2.png);
	background-position: center right;
	background-repeat: no-repeat;
	margin-left: 10px;
	vertical-align: text-bottom;
}
.wp-pagenavi_news a:hover{
	background-color: #efefef;
}


/* category archive
========================================================================== */

#main_list h1.category_title{
	display: block;
	font-size: 2.8rem;
	font-weight: normal;
	color: #333;
	border-bottom: #000 1px solid;
	background-color: transparent;
	padding: 10px 0 11px;
	margin: 0 0 13px;
}
#main_list div.tag_description{
	border-bottom: #000 1px solid;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
#main_list div.tag_description p,
#main_list div.category_description p{
	color: #000;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 5px;
}
#main_list.search div.category_description p{
	margin-bottom: 15px;
}
#main_list p.category_tags{
	margin: 15px 0 8px;
}
#main_list p.category_tags a{
	display: inline-block;
	border: #ccc 1px solid;
	color: #333;
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1;
	padding: 5px 6px;
	margin: 0 10px 10px 0;
}
#latest.tags{
	border-top: none;
	margin-top: -13px;
}

#main_list.archive article.entry_list{
	display: block;
	width: 100%;
	box-sizing: border-box;
	float: none;
	padding: 0 10px 0 0;
	margin-bottom: 18px;
	border-bottom: #eee 1px solid;
}
article.entry_list:after{
	content: ' ';
	clear: both;
	display: block;
}
article.entry_list a{
	color: #333;
	text-decoration: none;
}
article.entry_list figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root article.entry_list figure img{
	width: 100%;
	height: auto;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
	article.entry_list figure img{
		width: 100%;
		height: auto;
	}
}

article.entry_list.card figure img:hover,
#latest article.entry_list figure.thumb img:hover,
#sidebar article.entry_list figure img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#sidebar article.entry_list figure.thumb img:hover{
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform:none;
}

article.entry_list .entry_title {
}
article.entry_list .entry_title h2,
article.entry_list.card .entry_title h3{
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
}
article.entry_list .entry_title h3{
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
}
article.entry_list .entry_title h2 a,
article.entry_list .entry_title h3 a,
article.entry_list .entry_title p a{
	color: #000;
	text-decoration: none;
}
article.entry_list .entry_title .icon_category{
	display: inline-block;
	background-color: #b163a3;
	color: #fff;
	font-size: 1.0rem;
	line-height: 1;
	padding: 5px 4px 3px;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right: 10px;
}
article.entry_list .entry_title time,
article.entry_list .entry_title .author,
article.entry_list .entry_title .sponsored{
	display: inline-block;
	color: #000;
	padding-right: 10px;
	vertical-align: middle;
	font-size: 1.2rem;
}
article.entry_list .excerpt{
	padding-top: 10px;
	padding-bottom: 30px;
}
article.entry_list .excerpt p{
	font-size: 1.2rem;
	line-height: 1.7;
}
article.entry_list .entry_list_tags {
	font-size: 1.1rem;
	line-height: 1.4;
	margin: 0px 0 18px 242px;
}
article.entry_list .entry_list_tags a{
	display: inline-block;
	background: url(img/icon_tags.png) left center no-repeat;
	color: #666;
	text-decoration: none;
	padding: 0 0 0 15px;
	margin-right: 10px;
}

article.entry_list figure.thumb{
	width: 100px;
	height: 72px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 18px 15px 0;
}
article.entry_list figure.thumb img{
	/*	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0;
}
article.entry_list figure.thumb+div.entry_title{
	margin-left: 118px;
	margin-bottom: 12px;
}

/* IE10〜11 */
_:-ms-input-placeholder, :root article.entry_list figure.thumb img{
	width: 100%;
	height: auto;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
	article.entry_list figure.thumb img{
		width: 100%;
		height: auto;
	}
}
article.entry_list figure img.vertical,
article.entry_list figure.thumb img.vertical,
article.entry_list.card figure img.vertical{
	object-position:50% 10%;
}
#latest.ranking{
	padding-bottom: 18px;
}
.ranking .entry_list{
	position: relative;
}
.ranking .entry_list span.rank{
	display: inline-block;
	position: absolute;
	background-color: #ff6600;
	color: #fff;
	padding: 3px 5px;
	font-size: 1.2rem;
	z-index: 200;
	box-sizing: border-box;
	width: 25px;
	text-align: center;
	top: 3px;
	left: 0;
}


/*-- pager --*/

.wp-pagenavi{
	display: flex;
	align-items: center;
	text-align: left !important;
	margin: 18px 0 36px !important;
	clear: both;
	font-size: 1.2rem !important;
	padding: 0 10px;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	padding: 8px 10px;
	margin: 0 3px !important;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	color: #666666 !important;
	text-transform: uppercase;
	font-size: 1.2rem !important;
	border: #e2e2e2 1px solid;
}
.wp-pagenavi a:hover{
	color: #fff !important;
	background-color: #9c9c9c !important;
	border: #9c9c9c 1px solid !important;
}
.wp-pagenavi span.current{
	background-color: #9c9c9c;
	color: #fff !important;
	border: #9c9c9c 1px solid !important;
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi span.pages{
	order: 9;
	margin-left: auto !important;
	border: none !important;
	text-transform:none;
}


/* sidebar
========================================================================== */

aside .ads-sidebar{
	margin: 0 auto 36px;
	padding: 16px 0;
	text-align: center;
}
aside .ads-sidebar div{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

aside .ads-sidebar .sp-ads{
	margin-top: 16px;
}

#sidebar #side_tags h2,
#sidebar #side_tags h3,
#sidebar #side_branding h2,
#sidebar #side_LFauthor h2{
	font-size: 1.6rem;
	font-weight: bold;
	border-left: #b163a3 4px solid;
	padding: 3px 0 3px 10px;
	text-transform: uppercase;
	margin: 0 0 18px;
	background-color: #fff;
	color: #333;
}
#side_tags p{
	padding: 0 0 30px;
}
#side_tags p a{
	display: inline-block;
	border: #ccc 1px solid;
	color: #000;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1;
	padding: 9px 10px;
	margin: 0 10px 10px 0;
}

#sidebar h2,
#sidebar h3{
	display: inline-block;
	background-color: #b163a3;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	padding: 9px 12px;
	vertical-align: middle;
	text-transform: uppercase;
}
#sidebar p{
	font-size: 1.2rem;
	line-height: 1;
	padding: 0 0 18px;
	margin: 0px;
}
#side_list,
#side_related{
	border-top: #b163a3 1px solid;
	padding-top: 18px;
	padding-bottom: 18px;
}
#sidebar #side_branding,
#sidebar #side_LFauthor{
	padding-bottom: 18px;
}
#sidebar #side_branding article.entry_list,
#sidebar #side_LFauthor article.entry_list{
	margin-bottom: 12px;
}

#sidebar article.entry_list .entry_title p{
	margin-bottom: 0;
	background-color: transparent;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0;
	font-weight: bold;
}
#sidebar article.entry_list figure.thumb+.entry_title p{
	margin-bottom: 0;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#sidebar article.entry_list .entry_title p a{
	color: #333;
	text-decoration: none;
}
#sidebar article.entry_list .entry_title time{
	padding-left: 0;
}
#sidebar article.entry_list{
	margin-bottom: 18px;
}
#sidebar article.entry_list figure{
	width: 100%;
	height: 166px;
	overflow: hidden;
	margin: 0 0 5px;
}
#sidebar article.entry_list figure.thumb{
	width: 100px;
	height: 72px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 3px 18px 0px 0;
}
#side_rank{
	border-top: #b163a3 1px solid;
	padding-top: 18px;
	padding-bottom: 18px;
}
#side_rank section p{
	display: none;
}

#side_rank .entry_list{
	position: relative;
}
#side_rank .entry_list span.rank{
	display: inline-block;
	position: absolute;
	background-color: #ff6600;
	color: #fff;
	padding: 3px 5px;
	font-size: 1.2rem;
	z-index: 200;
	box-sizing: border-box;
	width: 25px;
	text-align: center;
	left: 0;
	top: 0;
}

.side_twitter{
	margin-bottom: 16px;
}
a.arrow{
	display: inline-block;
	background: url(img/icon_arrow.png) left center no-repeat;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
}


/* single-page
========================================================================== */

/* パンくず */
#breadcrumb{
	margin: 16px 0;
	display: flex;
	align-items: flex-start;
	color: #666666;
	font-size: 1.1rem;
}
#breadcrumb a{
	color: #666666;
	text-decoration: none;
}
#breadcrumb li:after{
	content: '>';
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
#breadcrumb li:first-child:after{
	padding-left: 0px;
}
#breadcrumb li:last-child:after{
	content: '';
}


/* 記事本文 */

article.single-page{
	padding-top: 16px;
}
article.single-page .icon_category{
	display: inline-block;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 1.0rem;
	line-height: 1;
	padding: 4px 4px 4px;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right: 10px;
}
article.single-page .subheading{
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}
article.single-page .entry_title{
}
article.single-page .entry_title h1{
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: normal;
	margin: -5px 0 16px;
}
article.single-page h1 a{
	color: #333;
	text-decoration: none;
}
article.single-page .entry_title p{
	font-size: 1.1rem;
	color: #666;
}
article.single-page .entry_title p.sponsor_tag,
article.single-page .entry_title p.grapeshop_tag{
	float: right;
}
article.single-page .entry_title p.sponsor_tag a,
article.single-page .entry_title p.grapeshop_tag a{
	color: #666;
	text-decoration: none;
}
article.single-page .entry_title p.entry_tags{
	margin: 16px 0;
	line-height: 1;
	font-size: 1.2rem;
}
article.single-page .entry_title p.entry_tags a{
	display: inline-block;
	border: #ccc 1px solid;
	padding: 6px;
	color: #333;
	text-decoration: none;
	margin-right: 10px;
}
article.single-page .entry_sns{
	margin: 0 0 16px;
}
article.single-page .entry_sns p a{
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	padding: 10px 38px 10px 48px;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
}
article.single-page .entry_sns p a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}
article.single-page .entry_sns a.btn_fb{
	background: url(img/icon_sns-fb.png) #3c5998 3px center no-repeat;
}
article.single-page .entry_sns a.btn_tw{
	background: url(img/icon_sns-tw.png) #55abee 3px center no-repeat;
}
article.single-page .entry_sns a.btn_line{
	background: url(img/icon_sns-line.png) #00b833 3px center no-repeat;
}
article.single-page .entry_sns a.btn_ulcom{
	background: url(img/icon_sns-ulcom.png) #fb8c00 3px center no-repeat;
	padding: 10px 28px 10px 38px;
}

article.single-page figure{
	text-align: center;
	margin: 0 0 25PX;
}
article.single-page figure img{
	width: 100%;
	height: auto;
}
article.single-page figure img[src*="default.png"],
article.single-page figure img[src*="no-image"]{
	display:none;
}
article.single-page figure p.image-cite{
	text-align:right;
	font-size:1.2rem;
	line-height: 1.5;
	color:#666;
	margin:8px 0 0;
	box-sizing: border-box;
}
article.single-page figure p.image-cite a{
	color: #666;
	text-decoration: none;
}


/*メディア配置*/

article.single-page .tiktok,
article.single-page .youtube {
	margin: 25px 0;
	text-align: center;
} 
article.single-page .twitter {
	margin-bottom: 25px;
}
article.single-page .instagram,
article.single-page .ameba{
	text-align: center;
	width: 600px;
	margin: 0 auto 25px;
}
article.single-page .ameba div{
	margin: auto;
}

article.single-page .facebook {
	text-align: center;
	margin-bottom: 25px;
}
article.single-page .vine {
	position: relative;
	padding-bottom: 100%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
	text-align: center;
}
article.single-page .imgur{
	text-align: center;
	margin: 0 10px 25px 10px;
}
article.single-page .image{
	text-align: center;
	margin: 25px 0;
}
article.single-page .image img{
	max-width: 640px;
	height: auto;
}
article.single-page .image p.image-cite{
	width: 640px;
	text-align:right;
	font-size:1.2rem;
	line-height: 1.5;
	color:#666;
	margin:8px auto 0;
	box-sizing: border-box;
}
article.single-page .image p.image-cite a{
	color:#666;
	text-decoration: none;
}
article.single-page .txt-box .image img{
	max-width: 100%;
}
article.single-page .txt-box .image p.image-cite{
	width: 100%;
}
#main_list article.single-page .entry_main img.first{
	display: none;
}
#main_list article.single-page .entry_main h2{
	display: block;
	margin:25px 0;
	padding: 5px 20px 5px 9px;
	font-size:2.0rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
	color: #000;
	background-color: #f4f4f4;
	border-left: #dcdcdc 6px solid;
	text-transform: none;
}
article.single-page .entry_main h3{
	margin: 25px 20px 25px 15px;
	padding: 3px 0px 3px 6px;
	border-left: #dcdcdc 4px solid;
	font-size:1.8rem;
	font-weight: bold;
	text-align: left;
	text-transform: none;
}
article.single-page .entry_main h4{
	margin: 25px 25px;
	padding: 3px 0px 3px;
	font-size:1.7rem;
	font-weight: bold;
	text-align: left;
}
article.single-page .entry_main h4:before{
	content: ' ';
	width: 12px;
	height: 12px;
	background-color: #aaa;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 6px 3px 0;
}

article.single-page .entry_main p{
	margin:25px 25px;
	line-height: 1.8;
	font-size:1.6rem;
}
article.single-page p a {
	color: #000099;
	text-decoration:underline;
}
article.single-page p a:hover {
	text-decoration:none;
}
article.single-page p.small,
article.single-page .small{
	font-size:1.4rem;
	color:#666;
}
article.single-page b{
	font-weight: bold;
}
article.single-page ul{
	list-style: disc outside;
	margin-bottom:20px;
	line-height:1.7;
	margin-left: 30px;
}
article.single-page ol{
	list-style:decimal outside;
	margin-bottom:20px;
	line-height:1.7;
	margin-left: 33px;
}
article.single-page li{
	margin-left:20px;
	margin-bottom:10px;
	line-height:1.7;
	text-align: left;
	display: list-item;
	font-size: 1.6rem;
}
article.single-page li a{
	color: #000099;
}

article.single-page ul.small li {
	font-size:1.4rem;
	color: #666;
	margin-bottom: 5px;
}
article.single-page ul.small li.none{
	margin-left: -20px;
	list-style:none;
}

article.single-page hr{
	display: block;
	border: 0;
	height: 4px;
	background-image: url(img/line_01.png);
	background-repeat: repeat-x;
	margin: 20px 5px;
	background-size: 5px 5px;
	-webkit-background-size: 5px 5px;
}

article.single-page .txt-box{
	border:1px solid #cccccc;
	padding:0 20px;
	box-sizing: border-box;
	margin:25px 20px;
}
article.single-page .txt-box p{
	margin:20px 0;
	padding:0;
}
article.single-page .txt-box p a {
	text-decoration:underline;
}
article.single-page .txt-box p a:hover {
	text-decoration:underline;
}
article.single-page .txt-box ul,
article.single-page .txt-box ol{
	margin-top: 20px;
	margin-left: 0;
}

.quote{
	margin:25px 20px;
}
.quote blockquote{
	padding:10px;
	border: #cccccc 1px solid;
	background-color:#f4f4f4;
	position: relative;
}
.quote blockquote:before{
	content: "“";
	font-size: 6.0rem;
	font-family: 'Hiragino Mincho ProN', serif;;
	line-height: 1;
	color: #9c9c9c;
	position: absolute;
	left: 5px;
	top: 4px;
}
article.single-page .quote blockquote p{
	margin:20px 20px;
	padding:0;
}
article.single-page .quote blockquote ul,
article.single-page .quote blockquote ol{
	margin-top: 20px;
}

cite{
	display: block;
	text-align:right;
	font-size:1.2rem;
	color:#666666;
	margin:5px 0 0;
	font-style: normal;
}
cite a{
	color:#666666;
	text-decoration: none;
}
.twitter blockquote,
.facebook blockquote{
	padding:20px 20px 20px;
	margin: 20px;
	border: #cccccc 1px solid;
	background-color:#f4f4f4;
	position: relative;
	font-size: 14px;
	text-align: center;
}
article.single-page .entry_main .twitter blockquote p,
article.single-page .entry_main .facebook blockquote p{
	font-size: 16px;
	margin: 0 0 15px;
	text-align: left;
}
article.single-page .entry_main .twitter blockquote a,
article.single-page .entry_main .facebook blockquote a{
	color: #333;
}


/* nextpage_links */
.page-links{
	margin: 25px 0 15px;
}
.page-links p{
	text-align: center;
	width: 93.75%;
	margin: 10px auto;
}
.page-links p span{
	text-align: center;
	display: inline-block;
	padding: 7px 12px;
	margin: 0 5px;
	border-radius: 3px;
	background-color: #b163a3;
	color: #fff;
	font-weight: bold;
}
.page-links p a span{
	background-color: #ccc;
	color: #333;
}
.page-links p span span{
	padding: 0;
	margin: 0;
}

.page-links p a.nextlink{
  font-weight:bold;
  font-size:1.062em;
  color:#FFF;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #dd462b;
  width:50%;
  margin:12px auto 15px;
  padding:0.8em 0 0.7em 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.page-links p a.nextpage{
	display: flex;
	text-align: center;
	text-decoration: none;
	font-size:1.062em;
	font-weight:bold;
	color: #000;
	background-color: #ffeaaf;
	padding:0.6em 0.5em 0.4em;
	margin:12px auto 15px;
	justify-content: center;
	/*border-bottom: #deb121 3px solid;*/
}
.page-links p a.nextpage span{
	display: inline-block;
	text-align: left;
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #000;
}
.page-links p a.nextpage span:first-child{
	margin: 0 1em 0 0;
	white-space: nowrap;
}
.page-links p a.nextpage span:first-child:before {
	content: ' ';
	display: inline-block;
	background-image: url(img/icon_nextpage.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d2aa79;
	width: 20px;
	height: 22px;
	border-radius: 3px;
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
}
/* 出典 */
article.single-page dl{
	font-size:1.2rem;
	color:#666666;
	margin-top:10px;
	margin-bottom:17px;
	padding:12px 20px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	text-align: left;
}
article.single-page dt{
	display: inline-block;
	margin-right: 10px;
}
article.single-page dd{
	display: inline;
}
article.single-page dd a{
	color: #666;
	text-decoration: none;
}

/*profile*/
article.single-page .profile{
	padding: 18px;
	position: relative;
	border-top: #ccc 1px solid;
	margin: 0 0 25px 0;
}
article.single-page .profile img{
	float: left;
	margin: 0 18px 0 0;
}
article.single-page .profile h1{
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.4;
	font-size: 1.4rem;
}
article.single-page .profile p{
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
}
article.single-page .profile:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* post-profile */
article.single-page .post-profile{
	padding: 18px 18px 0;
	position: relative;
	border-top: #ccc 1px solid;
	margin: 0 0 25px 0;
}
#main_list article.single-page .entry_main .post-profile h2{
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.4;
	font-size: 1.4rem;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 0 0 120px;
}
article.single-page .post-profile p{
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
}
article.single-page .post-profile dl{
	border: none;
	padding: 0;
	margin: 0;
}
article.single-page .post-profile dl img{
	width: 100%;
	height: auto;
}
article.single-page .post-profile dl dd.post-profile__image{
	width: 100px;
	float: left;
	margin-top: -20px;
	padding-right: 20px;
}
article.single-page .post-profile dl dt.post-profile__name-wrapper{
	padding-top: 3px;
}
article.single-page .post-profile dl dt.post-profile__name-wrapper .post-profile__name{
	font-weight: bold;
	font-size: 1.3rem;
}



/*CVN*/

#cvn-logo {
	text-align: right;
	margin: 0 12px 20px 0;
}

/* 関連記事 */
article.single-page .related-list-box{
	background-color: #fff;
	padding: 0;
	border: 1px solid #dcdcdc;
	margin: 0 0 25px;
}
article.single-page .related-list-box p.title{
	background-color: #dcdcdc;
	padding: 7px 8px;
	margin: 0 0 5px;
	font-size: 1.3rem;
}
article.single-page .related-list-box ul{
	margin: 5px 10px;
	list-style: none;
}
article.single-page .related-list-box ul li{
	font-size: 1.2rem;
	padding: 5px 3px 5px;
	margin: 0;
	border-top: #dcdcdc 1px dotted;
}
article.single-page .related-list-box ul li:first-child{
	border-top: none;
}
article.single-page .related-list-box ul li a{
	color: #009;
	text-decoration: none;
}
article.single-page .profile+.related-list-box{
	margin-top: -20px;
}

article.single-page .comment .related-list-box p.title{
	padding: 3px 8px;
	background-color: #eee;
}
article.single-page .comment .related-list-box{
	margin-left: 20px;
	margin-right: 20px;
}
article.single-page .comment .related-list-box ul,
article.single-page .related-list-box ul.column{
	padding: 2px 0;
	margin: 0 4px;
	display: flex;
	flex-wrap: wrap;
}
article.single-page .comment .related-list-box ul li,
article.single-page .related-list-box ul.column li{
	border-top:none;
	padding: 0px 3px 0px;
}
article.single-page .comment .related-list-box ul li a,
article.single-page .related-list-box ul.column li a{
	color: #333;
	display: block;
	border:1px solid #dcdcdc;
	padding: 2px 5px;
	text-decoration: none;
	margin-bottom: 5px;
}



/* ads */
.ads-main{
	margin: 36px 0px;
}
.archive .ads-main{
	margin: 20px 0;
	padding: 0 10px 20px;
	border-bottom: #eee 1px solid;
}
.ads-main div{
	box-sizing: border-box;
	padding: 0;
	text-align: center;
}
.ads-main:after{
	content: ' ';
	display: block;
	clear: both;
}
.ads-main div div{
	padding: 9px;
	width: 50%;
	float: right;
	text-align: center;
}
.ads-main div div:first-child{
	float: left;
}
.ads-main div.ads-part{
	box-sizing: border-box;
	width: 50%;
}
.ads-main div div div{
	padding: 0;
	width: auto;
}

.ads-main div.box-flex{
	box-sizing: border-box;
	display: flex;
}
.ads-main div.box-flex div{
	box-sizing: border-box;
	float: none;
	width: 50%;
	text-align: center;
}
.ads-main div.box-flex div div{
	width: auto;
}

/* Related Article */

#related_list{
	margin: 36px 0 20px;
}
#related_list h2,
#related_list h3{
	font-size: 1.6rem;
	font-weight: bold;
	border-left: #b163a3 4px solid;
	padding: 3px 0 3px 10px;
	text-transform: uppercase;
	margin: 0 0 18px;
	background-color: #fff;
	color: #333;
}
#related_list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:left;
}
#related_list ul li{
	padding: 0 6px 18px !important;
}
#related_list ul li .ajaRecommend-item__thumb{
	margin-bottom: 5px !important;
}
#related_list ul li figure{
	width: 165px;
	height: 103px;
	overflow: hidden;
}
#related_list ul li figure img{
	width: 100%;
	height: auto;
}
#related_list ul li h3,
#related_list ul li h4,
#related_list ul li p.title{
	width: 165px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 5px;
}
#related_list ul li .sponsored{
	padding-left: 5px;
}
#related_list ul li img.icon_pr2{
	margin-left: 3px;
	vertical-align: middle;
}

#related_list ul li h3 a,
#related_list ul li h4 a,
#related_list ul li p.title a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/* page
========================================================================== */

.page{
	padding-bottom: 20px;
}

#main_list h1.page_title{
	display: block;
	font-size: 2.8rem;
	font-weight: normal;
	text-transform: none;
	color: #333;
	border-bottom: #000 1px solid;
	background-color: transparent;
	padding: 10px 0 11px;
	margin: 0 0 13px;
}

#main_list.page section h2,
#main_list.page article.single-page .entry_main h2{
	display: block;
	margin:35px 0 25px;
	padding: 5px 20px 5px 14px;
	font-size:2.0rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
	color: #000;
	background-color: #f4f4f4;
	border-left: #dcdcdc 6px solid;
}
.page section h3{
	margin: 25px 20px;
	padding: 3px 0px 3px 9px;
	border-left: #dcdcdc 6px solid;
	font-size:1.8rem;
	font-weight: bold;
	text-align: left;
}
.page section h4{
	margin: 25px 20px 18px 30px;
	padding: 3px 0px 3px;
	font-size:1.5rem;
	font-weight: bold;
	text-align: left;
}
#main:not(.browser-push-off) .page section h3+p,
#main:not(.browser-push-off) .page section h3+p+p,
#main:not(.browser-push-off) .page section h3+p+p+p,
#main:not(.browser-push-off) .page section h3+p+p+p+p,
#main:not(.browser-push-off) .page section h3+p+p+p+p+p,
.page section h4+p,
.page section h4+p+p,
.page section h4+p+p+p,
.page section h4+p+p+p+p,
.page section h4+p+p+p+p+p{
	margin-left: 35px !important;
	margin-top: -10px !important;
}
.page section p,
.page article.single-page .entry_main p{
	margin:25px 20px;
	line-height: 1.8;
	font-size:1.5rem;
	text-align: justify;
}
.page article.single-page .txt-box p{
	margin: 20px 0;
}
.page .entry_main table{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 1.5rem;
}
.page .entry_main table.frame th,
.page .entry_main table.frame td{
	font-weight: normal;
	line-height: 1.5;
}
.page .entry_main table.frame th{
	color: #000;
}
.page section p a,
.page section td a{
	color: #000099;
	text-decoration:underline;
}
.page section p a:hover,
.page section td a:hover{
	text-decoration:none;
}
.page section .image{
	text-align: center;
	margin: 25px 0;
}
.page section .image img{
	max-width: 100%;
	height: auto;
}
.browser-push-off .page section .image img{
	max-width: 640px;
}
#about-logo {
	padding: 20px 0;
	text-align: center;
}
.page article.single-page ol{
	margin-right: 20px;
}
.page article.single-page ul{
	margin-right: 20px;
	margin-left: 20px;
}
.page article.single-page ol li,
.page article.single-page ul li{
	font-size: 1.5rem;
	line-height: 1.5;
}
.page section h3+ol,
.page section h3+ul{
	margin-top: -10px !important;
}

.page article.single-page .txt-box ul,
.page article.single-page .txt-box ol{
	margin: 20px 0;
}
span.rotate{
	-webkit-writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
		  writing-mode: vertical-rl;
	margin-right: -8px;
	display: inline-block;
	letter-spacing: -3px;
}
span.middle{
	vertical-align: text-bottom;
}
/* top ranking */

#top_rank{
	border-top: #b163a3 1px solid;
	padding-top: 18px;
	padding-bottom: 18px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_rank .f-box{
	width: 49%;
	border: #ccc 1px solid;
	margin-bottom: 16px;
}
#top_rank .f-box h3{
	font-size: 1.4rem;
	padding: 10px 12px 8px;
	border-bottom: #eee 1px solid;
	margin-bottom: 16px;
	font-weight: bold;
}
#main_list #top_rank ul.entry_list li{
	margin: 10px 12px 10px 12px;
}
#main_list #top_rank ul.entry_list li:first-child{
	margin: 10px 12px 10px 16px;
}
#main_list #top_rank ul.entry_list li p.entry_title:before{
	content: '・';
	display: inline-block;
}
#main_list #top_rank ul.entry_list li:first-child p.entry_title:before{
	content: '';
}
#main_list #top_rank ul.entry_list li a{
	color: #333;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
}
#top_rank .f-box ul.entry_list li p.entry_title{
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 0px;
	width: 100%;
}
#top_rank .f-box ul.entry_list li:first-child p.entry_title{
	width: 206px;
}
#top_rank .f-box .entry_list figure.thumb{
	width: 100px;
	height: 72px;
	position: relative;
	overflow: hidden;
}
#top_rank .f-box .entry_list figure.thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_rank .f-box .entry_list figure.thumb img.vertical{
	object-position: 50% 10%;
}

#top_rank .f-box article.entry_list figure.thumb+div.entry_title{
	margin-left: 114px;
}

/* add object parts */

.entry_main a.btn{
	font-weight:bold;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background: #ff7e80;
	margin:5px 10px;
	padding:10px 15px 8px;
	border-bottom: 3px solid #e47072;
	border-top:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.entry_main a.btn.btn_normal{
	font-size:1.6rem;
	display: block;
	margin: 5px auto;
	max-width: 50%;
}
.entry_main a.btn.btn_large{
	display: block;
	margin: 5px auto;
	max-width: 50%;
	font-size: 2.0rem;
}
.entry_main a.btn.green,
.entry_main a.btn.btn_normal.green,
.entry_main a.btn.btn_large.green{
	background-color: #7fd26e;
	border-bottom-color: #5fab4f;
}
.entry_main a.btn.blue,
.entry_main a.btn.btn_normal.blue,
.entry_main a.btn.btn_large.blue{
	background-color: #77c0f9;
	border-bottom-color: #609fd0;
}
.entry_main a.btn.purple,
.entry_main a.btn.btn_normal.purple,
.entry_main a.btn.btn_large.purple{
	background-color: #b163a3;
	border-bottom-color: #964485;
}
.entry_main a.btn:hover{
	border-bottom: none;
	border-top: rgba(0,0,0,0) 3px solid;
}

/* 表組み */
.entry_main table{
	margin: 25px auto;
	max-width: 98%;
	min-width: 50%;
	font-size:1.6rem;
}
.entry_main table caption{
	text-align: left;
	padding: 2px 0px 1px 5px;
	border-left: #b163a3 5px solid;
	margin: 0 0 8px;
}
/* 枠線 */
.entry_main table.frame th{
	padding: 8px 10px 6px;
	border: 1px solid #ccc;
	background-color: #efefef;
	font-weight: bold;
	text-align: left;
}
.entry_main table.frame td{
	padding: 8px 10px 6px;
	border: 1px solid #ccc;
}
/* 下線 */
.entry_main table.line th{
	padding: 8px 10px 6px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: left;
}
.entry_main table.line td{
	padding: 8px 10px 6px;
	border-bottom: 1px solid #ccc;
}
.entry_main table.line tr:first-child th,
.entry_main table.line tr:first-child td{
	border-top: 1px solid #ccc;
}
.entry_main table.line th+td,
.entry_main table.line th+th,
.entry_main table.line td+td{
	border-left: 1px dotted #ccc;
}
.entry_main table.frame th.center,
.entry_main table.frame td.center,
.entry_main table.line th.center,
.entry_main table.line td.center,
.entry_main table.frame.center th,
.entry_main table.frame.center td,
.entry_main table.line.center th,
.entry_main table.line.center td{
	text-align: center;
}

.entry_main code{
	background-color: #eee;
	padding: 8px;
}

/* ボックス */

.entry_main div.box_color{
	background-color: #f7f7f7;
	border-radius: 4px;
	margin: 25px 20px;
	padding: 1px 5px;
}
.entry_main div.box_color.notice{
	background-color: #fff0c5;
	border: #fbcf53 1px solid;
}
.entry_main div.box_color.caution{
	background-color: #ffebeb;
	border: #ffa0a0 1px solid;
}
article.single-page .box_color ul,
article.single-page .box_color ol{
	margin-top: 20px;
	margin-left: 15px;
}
article.single-page .box_color a,
article.single-page .box_color li a{
	color: #333;
}


/* マーカー */
.marker_pink {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
}
.marker_yellow {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}
.marker_blue {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;
}

/* WPアソシエイトポストR2用 */
.wpap-tpl-detail{
	margin-left: auto !important;
	margin-right: auto !important;
}
.wpap-tpl-with-detail{
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 1em !important;
}
.wpap-tpl-detail .wpap-link,
.wpap-tpl-detail .wpap-link:hover{
	box-shadow: none !important;
	padding: 1em !important;
}
.wpap-tpl-with-detail .wpap-link,
.wpap-tpl-with-detail .wpap-price,
.wpap-tpl-detail .wpap-price{
	padding: 0 !important;
	margin: 5px 0 0 !important;
}
.wpap-tpl-with-detail p.wpap-title,
.wpap-tpl-detail p.wpap-title,
.wpap-tpl-detail p.wpap-title:hover{
	margin:0 0 5px !important;
}
.wpap-tpl-with-detail .wpap-image,
.wpap-tpl-detail .wpap-image{
	margin-bottom: 0 !important;
}
/* 
.wpap-tpl:before{
	content: '- PR -';
	display: block;
	font-size: 1.0rem;
	color: #ccc;
	padding: 0 0 3px;
	text-align: center;
}
*/

/* 購入ボタン用CSS */

.pas--slide-opener{
	white-space: normal !important;
}
.pas__area{
	margin-top: 25px;
	margin-bottom: 25px;
}
.pas--link{
	font-size: 1.6rem !important;
}


/* コメント欄 */

#ul_comment{
	border: #dcdcdc 1px solid;
	margin: 36px 0px 30px;
	padding: 20px;
}

.box_ob{
	margin: 30px 0;
	padding-bottom: 1px;
	clear: both;
}

/* money用css */

article.single-page .entry_main h5{
	margin: 25px 25px 10px;
	padding: 3px 0px 3px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: left;
}

/* 一覧 */

/*#money #main_list article.entry_list .entry_title{
	margin-left: 10px;
}
#money #main_list #latest article.entry_list .excerpt{
	margin-left: 10px;
	padding-bottom: 30px;
}
#money #main_list article.entry_list .entry_title h2{
	font-size: 2rem;
}
#money #main_list #latest article.entry_list .excerpt p{
	font-size: 1.4rem;
}
#money #main_list #latest article.entry_list .excerpt .morelink{
	text-align: right;
}
#money #main_list #latest article.entry_list .excerpt .morelink a{
	display: inline-block;
	color: #b163a3;
	text-decoration: underline;
}
#money #main_list #latest article.entry_list .excerpt .morelink a:hover{
	text-decoration: none;
}
#money #main_list #latest article.entry_list .excerpt .morelink a:before{
	content: ' ';
	width: 20px;
	height: 1.3em;
	vertical-align: middle;
	display: inline-block;
	background-image: url(img/icon_arrow3.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/* サイドバー */

/*#money #sidebar article.entry_list a{
	display: block;
	padding: 0 5px 18px;
	border-bottom: #eee 1px solid;
}
#money #sidebar ul.category_list li{
}*/
#money #sidebar ul.category_list a{
	display: block;
	padding: 3px 0 10px 20px;
	background-image: url(img/icon_arrow3.png);
	background-repeat: no-repeat;
	background-position:0 -11px;
	font-size: 1.4rem;
}


/* 記事本文 */

#money .entry_main table{
	width: 98%;
}
#money .entry_main table th{
	padding: 8px 10px 6px;
	border: 1px solid #ccc;
	background-color: #efefef;
	font-weight: bold;
	text-align: left;
}
#money .entry_main table thead th{
	background-color: #aaa;
	color: #fff;
	text-align: center;
}
#money .entry_main table td{
	padding: 8px 10px 6px;
	border: 1px solid #ccc;
}
#related_list ul{
	margin-left: 0;
}
#related_list ul li{
	list-style: none;
	margin-left: 0;
}
#related_list ul li figure{
	margin-bottom: 0;
}

/* 目次 */

article.single-page .outline{
	border: #cccccc 4px double;
	padding: 1em;
	margin: 2em 0;
}
article.single-page .outline .outline__title{
	display: block;
	margin-bottom: .5em;
}
article.single-page .outline ul{
	margin-left: 0;
	margin-bottom: 0;
}
article.single-page .outline ul ul{
	margin-top: 8px;
	list-style: circle;
}