@charset "UTF-8";
/*
Theme Name: trend pc
Author URI: http://trend.grapee.jp/
Description: 動画メディア
Author: grape Co.,Ltd.
Author URI: https://trend.grapee.co.jp/
Version: 1.0
*/
/* 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;
	box-sizing: border-box;
}
cite,
address,
figcaption,
caption {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	box-sizing: border-box;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}
ul,
ol {
	list-style: none;
}
img {
	border: none;
	vertical-align: bottom;
	box-sizing: border-box;
}

/*SETTING
=======================================*/
:root {
	--main-color: #b163a3;
	--sub-color: #7e6464;
	--text-color: #333;
	--link-color: #333;
	--gray-text: #666;
	--sponsor-text: #afafaf;
	--body-color: #fff;
	--content-color: #fff;
	--content-shadow: #dedede;
	--white-color: #fff;
	--black-color: #000;
	--border-color: #d7d7d7;
	--table-head-color: #f0f0f0;
	--sns-link: #222;
	--sns-twitter: #000;
	--sns-facebook: #0b66ff;
	--sns-line: #10c654;
	--sns-hatena: #1c99cd;
	--sns-usercomment: #fb8c00;
	--nav-header-text: #fff;
	--nav-global-bg: #fff;
	--nav-global-link: #000;
	--nav-global-point: #b163a3;
	--nav-global-border: #e2e2e2;
	--footer-bg: #fbf7f3;
	--footer-sub-bg: #f3ebe3;
	--footer-text: #333;
	--footer-link: #333;
	--footer-address: #888;
	--footer-pagetop-bg: rgba(230, 224, 220, 0.8);
	--footer-pagetop-txt: #333;
	/* カテゴリーカラー */
	--color-default: #b163a3;
	--color-entertainment: #66cccc;
	--color-lifestyle: #cc9966;
	--color-lifehack: #cc9966;
	--color-food: #cc9966;
	--color-hobby: #66cc99;
	--color-subculture: #66cc99;
	--color-beauty: #da9d96;
	--color-issues: #6666cc;
}

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

html {
	font-size: 62.5%;
}
body {
	font-size: 1.8rem;
	line-height: 1.4;
	color: var(--text-color);
	background: var(--body-color);
	word-wrap: break-word;
	letter-spacing: 0;
	font-family: ArialMT, "メイリオ", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", sans-serif;
}
a:active,
a:hover,
a:link,
a:visited {
	color: var(--link-color);
}
a:link {
	text-decoration: none;
}
sub,
sup {
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
small {
	font-size: 0.75em;
}
table,
td,
th {
	border: 1px solid var(--border-color);
	border-collapse: collapse;
}
th {
	background: var(--table-head-color);
}
td {
	background: var(--white-color);
}
.display-block {
	display: block;
}
.display-none {
	display: none;
}
.page-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div.article-wrap {
	margin-top: 0;
	margin-bottom: 0;
}

/* -- header -- */
header#headerMain {
	display: block;
	padding: 0px;
	background-color: var(--main-color);
	color: var(--white-color);
}
#header-in {
	width: 1080px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}
#header-in #sitetitle {
	margin-right: auto;
	margin-left: 2px;
	display: flex;
	align-items: center;
}
#header-in #sitetitle a {
	display: flex;
}
#header-in #sitetitle .logo {
	display: block;
	background-image: url(img/grape_logo.png);
	background-image: url(img/grape_logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	width: 136px;
	height: 32px;
}
#header-in #sitetitle .sitename {
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	color: #fff;
	text-transform: uppercase;
}

/* header */
#box-header ul {
	height: 46px;
	display: flex;
	align-items: center;
	gap: 24px;
}
#box-header ul a {
	color: var(--nav-header-text);
	font-size: 14px;
	font-weight: 700;
}
#box-header ul .snsicon a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
}
#box-header ul .snsicon a::before {
	content: " ";
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background-color: var(--nav-header-text);
	-webkit-mask-image: url(img/sns-twitter-x.png);
	mask-image: url(img/sns-twitter-x.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 18px 18px;
	mask-size: 18px 18px;
	-webkit-mask-position: center;
	mask-position: center;
}
#box-header ul .snsicon.facebook a:before {
	-webkit-mask-image: url(img/sns-facebook.svg);
	mask-image: url(img/sns-facebook.svg);
	-webkit-mask-size: 32px 32px;
	mask-size: 32px 32px;
}
#box-header ul .snsicon.instagram a:before {
	-webkit-mask-image: url(img/sns-instagram.svg);
	mask-image: url(img/sns-instagram.svg);
	-webkit-mask-size: 24px 24px;
	mask-size: 24px 24px;
}

/* nav */
#gnavi {
	width: 100%;
	border-bottom: var(--nav-global-border) 1px solid;
	background-color: var(--nav-global-bg);
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
#gnavi-in {
	width: 1080px;
	margin: 0 auto;
}
#menu-gnavi {
	height: 46px;
	padding: 8px 0;
	display: flex;
	align-items: center;
}
#menu-gnavi li {
	min-width: 110px;
	border-right: var(--nav-global-border) 1px solid;
	flex-grow: 1;
}
#menu-gnavi li:first-child {
	border-left: var(--nav-global-border) 1px solid;
}
#menu-gnavi li > a {
	display: block;
	color: var(--nav-global-link);
	font-size: 1.3rem;
	padding: 15px 22px 13px;
	margin: -8px 0 -9px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	box-sizing: border-box;
	border-bottom: transparent 3px solid;
	text-align: center;
	position: relative;
}
#menu-gnavi li:hover > a,
#menu-gnavi li.current-page > a {
	border-bottom: var(--nav-global-point) 3px solid;
}

/* -- footer -- */

footer {
	display: block;
	clear: both;
	background-color: var(--footer-bg);
	color: var(--footer-text);
	padding-bottom: 120px;
}
#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: var(--footer-link);
	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/sns-facebook.png) #fff no-repeat center 10px;
	background-size: 32px;
}
#footer-in .box_footer .box_footer_fan p.tw_fans {
	margin: 0;
	background: url(img/sns-twitter-x.png) #fff no-repeat center 13px;
	background-size: 24px;
}

/* リンク */
#footer-link {
	background-color: var(--footer-sub-bg);
	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: var(--footer-text);
}
#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: var(--footer-link);
	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: var(--footer-address);
}

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

/* breadcrumb */

#breadcrumb {
	width: 100%;
	margin: 16px 0;
	display: flex;
	align-items: flex-start;
	color: var(--gray-text);
	font-size: 1.2rem;
}
#breadcrumb li {
	display: inline;
}
#breadcrumb li.grape a span,
#breadcrumb li.home a span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: var(--gray-text);
	-webkit-mask-image: url(img/icon_home.png);
	mask-image: url(img/icon_home.png);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: top;
	translate: 0px -2px;
}
#breadcrumb a {
	color: var(--gray-text);
	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: "";
}

/* layaout
=================================== */

#main {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main_list {
	width: 710px;
}
#sidebar {
	width: 336px;
	margin-left: auto;
}

/* -- toppage -- */

/* top slider */
#main_slider {
	width: 100%;
	overflow: hidden;
	margin: 18px auto 0;
}
#main_slider .splide__slide {
	width: 600px;
	height: 425px;
}
#main_slider article.entry_list {
	width: 100%;
	height: 100%;
	float: none;
	position: relative;
	overflow: hidden;
}
#main_slider article.entry_list figure {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	text-align: center;
}
#main_slider article.entry_list a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 425px;
}
#main_slider 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_slider 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_slider article.entry_list figure img {
	width: 100%;
	height: auto;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
	#main_slider article.entry_list figure img {
		width: 100%;
		height: auto;
	}
}
#main_slider article.entry_list .entry_title {
	width: 560px;
	padding: 15px;
	background: none;
	background-color: #fff;
	border: #dcdcdc 1px solid;
	position: absolute;
	bottom: 0;
	left: 20px;
	z-index: 100;
	box-sizing: border-box;
}
#main_slider article.entry_list .entry_title h2 {
	line-height: 1.6;
	letter-spacing: 1.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1.8rem;
	padding-top: 0;
	letter-spacing: 1.5px;
	font-weight: 600;
}
#main_slider article.entry_list .entry_title time,
#main_slider article.entry_list .entry_title .author,
#main_slider article.entry_list .entry_title .sponsored {
	color: #666;
}
#main_slider .splide__pagination {
	margin-top: 10px;
	position: relative;
	bottom: auto;
}
#main_slider .splide__pagination li {
	margin: 4px;
}
#main_slider .splide__pagination__page {
	width: 12px;
	height: 12px;
	background-color: #ccc;
	opacity: 1;
	border: none;
	border-radius: 50%;
	margin: 0;
}
#main_slider .splide__pagination__page.is-active {
	background-color: #b163a3;
	transform: scale(1);
}
#main_slider .splide__arrows {
	position: relative;
	margin: 0;
}
#main_slider .splide__arrow {
	position: relative;
	margin: 0;
	height: 110px;
	border: none;
	background: transparent;
	text-indent: -9999px;
	position: absolute;
	top: -250px;
	display: flex;
	justify-content: center;
}
#main_slider .splide__arrow--next {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 55px 0 0 55px;
	width: 50px;
	right: 0;
}
#main_slider .splide__arrow--prev {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 0 55px 55px 0;
	width: 50px;
	left: 0;
}
#main_slider .splide__arrow--next:after,
#main_slider .splide__arrow--prev:after {
	content: " ";
	-webkit-mask-image: url(img/obj_slider_arrow.png);
	mask-image: url(img/obj_slider_arrow.png);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: var(--main-color);
	width: 24px;
	height: 100%;
	filter: grayscale(100%);
	display: block;
}
#main_slider .splide__arrow--next:after {
	transform: rotate(180deg);
	margin-right: 0px;
}
#main_slider .splide__arrow--next:hover:after,
#main_slider .splide__arrow--prev:hover:after {
	filter: grayscale(0);
}
#main_slider .splide__arrow.splide__arrow--next:after,
#main_slider .splide__arrow.splide__arrow--prev:after {
	position: absolute;
	top: 0;
}
#main_slider button:hover {
	cursor: pointer;
}

/* pickup */
#area_pickup {
	width: 1080px;
	margin: 0 auto;
	padding: 18px 0 0;
	position: relative;
}
#area_pickup-in {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 36px;
}
#area_pickup .entry_list {
	width: 336px;
}

/* 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 18px;
	padding: 0 0 8px;
	border-bottom: #000 1px solid;
}
#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;
}

h2.title:has(span) {
	border-bottom: var(--main-color) 1px solid;
	margin-bottom: 18px;
}
h2.title:has(span) span {
	display: inline-block;
	background-color: var(--main-color);
	color: var(--body-color);
	font-size: 1.4rem;
	line-height: 1;
	padding: 9px 12px;
	vertical-align: middle;
	text-transform: uppercase;
}
h2.title.line {
	font-size: 1.6rem;
	font-weight: bold;
	border-left: var(--main-color) 4px solid;
	padding: 3px 0 3px 10px;
	text-transform: uppercase;
	margin: 0 0 18px;
	color: var(--text-color);
}

article.entry_list {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#main_list.archive article.entry_list {
	padding: 0 10px 0 0;
	margin-bottom: 18px;
	border-bottom: #eee 1px solid;
}
#sidebar article.entry_list {
	margin-bottom: 18px;
}
article.entry_list a {
	color: #333;
	text-decoration: none;
}
article.entry_list.latest a {
	display: grid;
	grid-template-columns: 218px auto;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 25px;
	grid-row-gap: 0px;
}
#sidebar article.entry_list.latest a {
	grid-template-columns: 100px auto;
	grid-template-rows: repeat(1, auto);
	grid-column-gap: 18px;
}
article.entry_list.latest figure {
	grid-area: 1 / 1 / 3 / 2;
}
article.entry_list.latest .entry_title {
	grid-area: 1 / 2 / 2 / 3;
}
article.entry_list.latest .excerpt {
	grid-area: 2 / 2 / 3 / 3;
}

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 img:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
article.entry_list figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	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 {
	width: 100%;
	height: auto;
	aspect-ratio: 168 / 83;
	overflow: hidden;
	margin: 0 0 10px;
}
article.entry_list.latest figure {
	width: 100%;
	height: auto;
	aspect-ratio: 109 / 68;
	position: relative;
	overflow: hidden;
	margin: 0 0 15px 0;
}
article.entry_list.latest figure img {
	object-position: 50% 0;
}
#sidebar article.entry_list.card figure {
	margin-bottom: 5px;
}
#sidebar article.entry_list.latest figure {
	aspect-ratio: 25 / 18;
	margin-bottom: 0;
}
article.entry_list figure img.vertical {
	object-position: 50% 10%;
}

article.entry_list .entry_title h2,
article.entry_list .entry_title h3 {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
}
article.entry_list.latest .entry_title h3,
article.entry_list .entry_title p {
	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;
}
#sidebar article.entry_list .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;
}
article.entry_list .entry_title .icon_category {
	display: inline-block;
	background-color: #b163a3;
	color: #fff;
	font-size: 1rem;
	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.rank{
	position: relative;
}
article.entry_list span.rank {
	display: inline-block;
	position: absolute;
	background-color: #ff6600;
	color: #fff;
	padding: 3px 5px;
	font-size: 1.2rem;
	z-index: 2;
	box-sizing: border-box;
	width: 25px;
	text-align: center;
	left: 0;
	top: 0;
}
.entry_list span.pr {
	font-size: 1.1rem;
	display: inline-block;
	padding: 2px 3px 1px;
	border: 1px solid #333;
	line-height: 1;
}

/* sidebar */
#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: 2;
	box-sizing: border-box;
	width: 25px;
	text-align: center;
	left: 0;
	top: 0;
}
#side_rank .entry_list {
	position: relative;
}
#side_rank .entry_list.latest figure {
	margin-top: 3px;
}
#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;
}

/*-- 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;
}
/* もっと見る */
.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_morebtn.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 10px;
	vertical-align: text-bottom;
	filter: grayscale(1);
}
.wp-pagenavi_news a:hover {
	background-color: #efefef;
}

/* ads */
.ads-main {
	margin: 36px 0px;
	padding-bottom: 1px;
	clear: both;
}
.archive .ads-main {
	margin: 20px 0;
	padding: 0 10px 20px;
	border-bottom: #eee 1px solid;
}
.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;
}
.ads-sidebar {
	margin: 0 auto 36px;
	padding: 16px 0;
	text-align: center;
	width:100%;
/*	width:336px;*/
	min-height: 312px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ads-sidebar.fixed {
	position: sticky;
	top: 0;
}

/* 404 */
.nf-404 article.single-page {
	padding-top: 16px;
}
.nf-404 article.single-page .entry_title h1 {
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: normal;
	margin: -5px 0 16px;
}
.nf-404 article.single-page .entry_main p {
	margin: 25px 25px;
	line-height: 1.8;
	font-size: 1.6rem;
}
.nf-404 article.single-page hr {
	display: block;
	border: 0;
	height: 4px;
	background-image: url(img/obj_line.png);
	background-repeat: repeat-x;
	margin: 20px 5px;
	background-size: 5px 5px;
	-webkit-background-size: 5px 5px;
}
.nf-404 article.single-page .entry_main p.txt-center {
	text-align: center;
}
