@charset "UTF-8";
/*
Theme Name: Can Cam SP
Theme URI: https://www.digitalcube.jp/
Author: DigitalCube Co. Ltd.
Author URI: https://www.digitalcube.jp/
Description: Muhon base theme
Version: 1.5.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cancam
Domain Path: /languages/
Tags:
*/
/* Bass
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	overflow: auto;
}

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #000;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	color: #d11530;
}

.screen-reader-text {
	display: none;
}

/* Layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#page {
	padding-top: 50px;
}

/* Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#masthead {
	width: 100%;
	height: 50px;
	border-bottom: 1px #eee solid;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#masthead button {
	width: 51px;
	height: 49px;
	text-indent: -9999em;
	outline: none;
	border: none;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}

#masthead button.menu {
	border-right: 1px #eee solid;
	background-image: url("images/icons/icon-menu.png");
}

#masthead button.menu.open {
	background-image: url("images/icons/icon-close.png");
}

#masthead button.search {
	border-left: 1px #eee solid;
	background-image: url("images/icons/icon-search.png");
}

#masthead button.search.open {
	background-image: url("images/icons/icon-close.png");
}

.site-title {
	display: flex;
}

.site-title a {
	width: 79.5px;
	height: 44.5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-title svg {
	width: 69.5px;
	height: 34.5px;
	fill: #000;
	display: block;
}

#header-nav-box {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	animation: hidden 0.5s;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#header-nav-box .main-menu {
	width: 78.1%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	list-style: none;
	animation: slideOutLeft 0.5s;
}

#header-nav-box .main-menu > li.menu-item-has-children {
	position: relative;
  /*&::after {*/
}

#header-nav-box .main-menu > li.menu-item-has-children .sub-menu-toggle {
  /*content: '';*/
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#header-nav-box .main-menu > li.menu-item-has-children.on {
  /*&::after {*/
}

#header-nav-box .main-menu > li.menu-item-has-children.on .sub-menu-toggle {
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#header-nav-box .main-menu li {
	padding-right: 0;
}

#header-nav-box .main-menu li a {
	height: 50px;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	line-height: 3.84;
	color: #000;
	border-bottom: 1px #eee solid;
	padding: 0 24px 0 18px;
	display: block;
	position: relative;
}

#header-nav-box .main-menu .sub-menu li a {
	padding-left: 34px;
	font-size: 12px;
	font-size: 1.2rem;
	height: 46px;
}

#header-nav-box .sub-menu {
	list-style: none;
	padding-left: 0;
	display: none;
	background-color: #F9F9F9;
}

#header-nav-box .sns-buttons {
	animation: slideOutLeft 0.5s;
}

#header-nav-box.none-open {
	display: none;
}

#header-nav-box.open {
	animation: show 0.5s;
	display: block;
}

#header-nav-box.open .main-menu,
#header-nav-box.open .sns-buttons {
	animation: slideInLeft 0.5s;
}

.search-form {
	width: 100%;
	height: 60px;
	border-bottom: 1px #eee solid;
	padding: 0 22px;
	background-color: #fff;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 10;
	display: none;
	animation: hidden 0.5s;
}

.search-form.open {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	animation: show 0.5s;
}

.search-form input {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 200;
	outline: none;
	border: none;
}

.search-form input::-webkit-input-placeholder {
	color: #747474;
	font-weight: 200;
}

.search-form input:-moz-placeholder {
	color: #747474;
	font-weight: 200;
}

.search-form input::-moz-placeholder {
	color: #747474;
	font-weight: 200;
}

.search-form input:-ms-input-placeholder {
	color: #747474;
	font-weight: 200;
}

.search-form input:placeholder-shown {
	color: #747474;
	font-weight: 200;
}

.search-form button {
	width: 51px;
	height: 49px;
	text-indent: -9999em;
	outline: none;
	border: none;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/icons/icon-search.png");
}

#khm-15 {
	overflow-x: scroll;
	white-space: nowrap;
	margin: 10px;
	padding: 10px;
}

#khm-15 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#khm-15 li {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #858585;
}

#khm-15 li:after {
	content: '>';
	margin: 0 8px;
}

#khm-15 li.current_item:after {
	display: none;
}

#khm-15 li a {
	color: #858585;
	text-decoration: none;
}

#khm-15 li:last-child:after {
	display: none;
}

/* Common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.button, .page-link-box .custom-page-links {
	text-align: center;
	margin: 0 18px;
}

.button a, .page-link-box .custom-page-links a {
	height: 35px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 200;
	text-decoration: none;
	border-radius: 2px;
	border: 1px #ccc solid;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button a:after, .page-link-box .custom-page-links a:after {
	width: 4.5px;
	height: 7px;
	margin-top: -3.5px;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
}

.button.more-button a, .page-link-box .more-button.custom-page-links a {
	color: #000;
	background-color: #f9f9f9;
}

.button.more-button a:after, .page-link-box .more-button.custom-page-links a:after {
	background: url("images/icons/icon-button-arrow-right.png") no-repeat center center;
	right: 9px;
}

.button.back-button a, .page-link-box .back-button.custom-page-links a {
	color: #fff;
	background-color: #000;
}

.button.back-button a:after, .page-link-box .back-button.custom-page-links a:after {
	background: url("images/icons/icon-nav-arrow-left-white.png") no-repeat center center;
	left: 9px;
}

.home-todays-topics .button.more-todays-topics, .home-todays-topics .page-link-box .more-todays-topics.custom-page-links, .page-link-box .home-todays-topics .more-todays-topics.custom-page-links {
	margin-top: 6px;
}

.button.more-canstagram, .page-link-box .more-canstagram.custom-page-links {
	margin-top: 16px;
}

.button.more-models, .page-link-box .more-models.custom-page-links {
	margin-top: 18px;
}

.button.more-feature, .page-link-box .more-feature.custom-page-links {
	margin-top: 11px;
}

.button.more-recommend, .page-link-box .more-recommend.custom-page-links {
	margin-top: 11px;
}

.button.more-medias, .page-link-box .more-medias.custom-page-links {
	margin-top: 15px;
}

.button.back-to-gallery, .page-link-box .back-to-gallery.custom-page-links {
	margin-top: 15px;
}

.ajax-more-navigation {
	margin-top: 15px;
}

.page-top-button-box {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 9px;
	bottom: 9px;
	z-index: 101;
}

.page-top-button-box button {
	width: 40px;
	height: 40px;
	text-indent: -9999em;
	outline: none;
	border: 1px rgba(255, 255, 255, 0.7) solid;
	background-color: rgba(255, 255, 255, 0.5);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/icons/icon-arrow-up.png");
}

.overlay-ad .page-top-button-box {
	bottom: 59px;
}

.pr {
	width: 24px;
	height: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 8px;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	padding: 2px;
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.new {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.11;
	color: #d11530;
	position: absolute;
	top: 6px;
	right: 4.5px;
}

.thumbnail {
	position: relative;
	overflow: hidden;
}

.common-contents-header, .home-models-topics, .home-todays-topics, .topics-header, .models-topics-list, .purple-topics-list, .related-posts {
	margin: 0 9px 0;
}

.common-contents-header .title, .home-models-topics .title, .home-todays-topics .title, .topics-header .title, .models-topics-list .title, .purple-topics-list .title, .related-posts .title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.common-contents-header .title span, .home-models-topics .title span, .home-todays-topics .title span, .topics-header .title span, .models-topics-list .title span, .purple-topics-list .title span, .related-posts .title span {
	font-weight: 200;
	display: inline-block;
}

.common-contents-header .content, .home-models-topics .content, .home-todays-topics .content, .topics-header .content, .models-topics-list .content, .purple-topics-list .content, .related-posts .content {
	margin-top: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-base, .article-type-01, .archives-posts,
.archive-blue-posts,
.archive-orange-posts, .models-topics-list article, .purple-topics-list article, .article-type-02, .article-type-03, .home-models-topics article, .home-todays-topics article, .related-posts article, .archive-yellow-posts, .article-type-box, .archive-purple-posts, .widget-archive, .widget-feature article, .widget-ranking article, .widget-recommend article {
	width: 100%;
	border-top: 1px #eee solid;
	-ms-flex: none;
	flex: none;
}

.article-base a, .article-type-01 a, .archives-posts a,
.archive-blue-posts a,
.archive-orange-posts a, .models-topics-list article a, .purple-topics-list article a, .article-type-02 a, .article-type-03 a, .home-models-topics article a, .home-todays-topics article a, .related-posts article a, .archive-yellow-posts a, .article-type-box a, .archive-purple-posts a, .widget-archive a, .widget-feature article a, .widget-ranking article a, .widget-recommend article a {
	height: 100%;
	text-decoration: none;
	padding: 14px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.article-base .thumbnail, .article-type-01 .thumbnail, .archives-posts .thumbnail,
.archive-blue-posts .thumbnail,
.archive-orange-posts .thumbnail, .models-topics-list article .thumbnail, .purple-topics-list article .thumbnail, .article-type-02 .thumbnail, .article-type-03 .thumbnail, .home-models-topics article .thumbnail, .home-todays-topics article .thumbnail, .related-posts article .thumbnail, .archive-yellow-posts .thumbnail, .article-type-box .thumbnail, .archive-purple-posts .thumbnail, .widget-archive .thumbnail, .widget-feature article .thumbnail, .widget-ranking article .thumbnail, .widget-recommend article .thumbnail {
	width: 113px;
	height: 85px;
	margin: 0 9px 0 0;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: none;
	flex: none;
}

.article-base .entry-article, .article-type-01 .entry-article, .archives-posts .entry-article,
.archive-blue-posts .entry-article,
.archive-orange-posts .entry-article, .models-topics-list article .entry-article, .purple-topics-list article .entry-article, .article-type-02 .entry-article, .article-type-03 .entry-article, .home-models-topics article .entry-article, .home-todays-topics article .entry-article, .related-posts article .entry-article, .archive-yellow-posts .entry-article, .article-type-box .entry-article, .archive-purple-posts .entry-article, .widget-archive .entry-article, .widget-feature article .entry-article, .widget-ranking article .entry-article, .widget-recommend article .entry-article {
	width: 100%;
	padding-bottom: 12px;
	position: relative;
}

.article-base .entry-title, .article-type-01 .entry-title, .archives-posts .entry-title,
.archive-blue-posts .entry-title,
.archive-orange-posts .entry-title, .models-topics-list article .entry-title, .purple-topics-list article .entry-title, .article-type-02 .entry-title, .article-type-03 .entry-title, .home-models-topics article .entry-title, .home-todays-topics article .entry-title, .related-posts article .entry-title, .archive-yellow-posts .entry-title, .article-type-box .entry-title, .archive-purple-posts .entry-title, .widget-archive .entry-title, .widget-feature article .entry-title, .widget-ranking article .entry-title, .widget-recommend article .entry-title {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 200;
	line-height: 1.53;
	color: #000;
	margin: 3px 0 0;
}

.article-base .entry-meta, .article-type-01 .entry-meta, .archives-posts .entry-meta,
.archive-blue-posts .entry-meta,
.archive-orange-posts .entry-meta, .models-topics-list article .entry-meta, .purple-topics-list article .entry-meta, .article-type-02 .entry-meta, .article-type-03 .entry-meta, .home-models-topics article .entry-meta, .home-todays-topics article .entry-meta, .related-posts article .entry-meta, .archive-yellow-posts .entry-meta, .article-type-box .entry-meta, .archive-purple-posts .entry-meta, .widget-archive .entry-meta, .widget-feature article .entry-meta, .widget-ranking article .entry-meta, .widget-recommend article .entry-meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-base .category, .article-type-01 .category, .archives-posts .category,
.archive-blue-posts .category,
.archive-orange-posts .category, .models-topics-list article .category, .purple-topics-list article .category, .article-type-02 .category, .article-type-03 .category, .home-models-topics article .category, .home-todays-topics article .category, .related-posts article .category, .archive-yellow-posts .category, .article-type-box .category, .archive-purple-posts .category, .widget-archive .category, .widget-feature article .category, .widget-ranking article .category, .widget-recommend article .category {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0;
	float: left;
}

.article-base .post-date, .article-type-01 .post-date, .archives-posts .post-date,
.archive-blue-posts .post-date,
.archive-orange-posts .post-date, .models-topics-list article .post-date, .purple-topics-list article .post-date, .article-type-02 .post-date, .article-type-03 .post-date, .home-models-topics article .post-date, .home-todays-topics article .post-date, .related-posts article .post-date, .archive-yellow-posts .post-date, .article-type-box .post-date, .archive-purple-posts .post-date, .widget-archive .post-date, .widget-feature article .post-date, .widget-ranking article .post-date, .widget-recommend article .post-date {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	color: #bec2cc;
	margin: 0;
	float: right;
}

.article-base .post-date span, .article-type-01 .post-date span, .archives-posts .post-date span,
.archive-blue-posts .post-date span,
.archive-orange-posts .post-date span, .models-topics-list article .post-date span, .purple-topics-list article .post-date span, .article-type-02 .post-date span, .article-type-03 .post-date span, .home-models-topics article .post-date span, .home-todays-topics article .post-date span, .related-posts article .post-date span, .archive-yellow-posts .post-date span, .article-type-box .post-date span, .archive-purple-posts .post-date span, .widget-archive .post-date span, .widget-feature article .post-date span, .widget-ranking article .post-date span, .widget-recommend article .post-date span {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
}

.article-base .model-name, .article-type-01 .model-name, .archives-posts .model-name,
.archive-blue-posts .model-name,
.archive-orange-posts .model-name, .models-topics-list article .model-name, .purple-topics-list article .model-name, .article-type-02 .model-name, .article-type-03 .model-name, .home-models-topics article .model-name, .home-todays-topics article .model-name, .related-posts article .model-name, .archive-yellow-posts .model-name, .article-type-box .model-name, .archive-purple-posts .model-name, .widget-archive .model-name, .widget-feature article .model-name, .widget-ranking article .model-name, .widget-recommend article .model-name {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.article-base .pr, .article-type-01 .pr, .archives-posts .pr,
.archive-blue-posts .pr,
.archive-orange-posts .pr, .models-topics-list article .pr, .purple-topics-list article .pr, .article-type-02 .pr, .article-type-03 .pr, .home-models-topics article .pr, .home-todays-topics article .pr, .related-posts article .pr, .archive-yellow-posts .pr, .article-type-box .pr, .archive-purple-posts .pr, .widget-archive .pr, .widget-feature article .pr, .widget-ranking article .pr, .widget-recommend article .pr {
	top: 14px;
}

.article-type-01 .entry-meta, .archives-posts .entry-meta,
.archive-blue-posts .entry-meta,
.archive-orange-posts .entry-meta, .models-topics-list article .entry-meta, .purple-topics-list article .entry-meta {
	margin-top: 8px;
}

.article-type-01 .entry-meta .category, .archives-posts .entry-meta .category,
.archive-blue-posts .entry-meta .category,
.archive-orange-posts .entry-meta .category, .models-topics-list article .entry-meta .category, .purple-topics-list article .entry-meta .category {
	color: #000;
}

.article-type-02 .entry-meta, .article-type-03 .entry-meta, .home-models-topics article .entry-meta, .home-todays-topics article .entry-meta, .related-posts article .entry-meta, .archive-yellow-posts .entry-meta {
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
}

.article-type-03:nth-of-type(1), .home-models-topics article:nth-of-type(1), .home-todays-topics article:nth-of-type(1), .related-posts article:nth-of-type(1), .article-type-03:nth-of-type(2), .home-models-topics article:nth-of-type(2), .home-todays-topics article:nth-of-type(2), .related-posts article:nth-of-type(2) {
	width: 48.7%;
	border-top: none;
	padding: 0 0 16px;
}

.article-type-03:nth-of-type(1) a, .home-models-topics article:nth-of-type(1) a, .home-todays-topics article:nth-of-type(1) a, .related-posts article:nth-of-type(1) a, .article-type-03:nth-of-type(2) a, .home-models-topics article:nth-of-type(2) a, .home-todays-topics article:nth-of-type(2) a, .related-posts article:nth-of-type(2) a {
	padding: 0 0 16px;
	display: block;
}

.article-type-03:nth-of-type(1) .thumbnail, .home-models-topics article:nth-of-type(1) .thumbnail, .home-todays-topics article:nth-of-type(1) .thumbnail, .related-posts article:nth-of-type(1) .thumbnail, .article-type-03:nth-of-type(2) .thumbnail, .home-models-topics article:nth-of-type(2) .thumbnail, .home-todays-topics article:nth-of-type(2) .thumbnail, .related-posts article:nth-of-type(2) .thumbnail {
	width: auto;
	height: 36.559139785vmin;
	margin: 0;
}

.article-type-03:nth-of-type(1) .entry-article, .home-models-topics article:nth-of-type(1) .entry-article, .home-todays-topics article:nth-of-type(1) .entry-article, .related-posts article:nth-of-type(1) .entry-article, .article-type-03:nth-of-type(2) .entry-article, .home-models-topics article:nth-of-type(2) .entry-article, .home-todays-topics article:nth-of-type(2) .entry-article, .related-posts article:nth-of-type(2) .entry-article {
	padding: 0 13.5px;
	position: static;
}

.article-type-03:nth-of-type(1) .entry-meta, .home-models-topics article:nth-of-type(1) .entry-meta, .home-todays-topics article:nth-of-type(1) .entry-meta, .related-posts article:nth-of-type(1) .entry-meta, .article-type-03:nth-of-type(2) .entry-meta, .home-models-topics article:nth-of-type(2) .entry-meta, .home-todays-topics article:nth-of-type(2) .entry-meta, .related-posts article:nth-of-type(2) .entry-meta {
	right: 14px;
	bottom: 0;
	left: 14px;
}

.article-type-03:nth-of-type(1) .pr, .home-models-topics article:nth-of-type(1) .pr, .home-todays-topics article:nth-of-type(1) .pr, .related-posts article:nth-of-type(1) .pr, .article-type-03:nth-of-type(2) .pr, .home-models-topics article:nth-of-type(2) .pr, .home-todays-topics article:nth-of-type(2) .pr, .related-posts article:nth-of-type(2) .pr {
	top: 0;
}

.article-type-box, .archive-purple-posts {
	width: 48.7%;
	margin-top: 24px;
	border-top: none;
	padding: 0;
}

.article-type-box:nth-of-type(1), .archive-purple-posts:nth-of-type(1), .article-type-box:nth-of-type(2), .archive-purple-posts:nth-of-type(2) {
	margin-top: 0;
}

.article-type-box a, .archive-purple-posts a {
	padding: 0;
	display: block;
}

.article-type-box .thumbnail, .archive-purple-posts .thumbnail {
	width: auto;
	height: auto;
	margin: 0;
}

.article-type-box .entry-article, .archive-purple-posts .entry-article {
	margin-top: 14px;
	padding-bottom: 20px;
}

.article-type-box .entry-title, .archive-purple-posts .entry-title {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.15;
	text-align: center;
	color: #000;
	margin: 0;
}

.article-type-box .author, .archive-purple-posts .author {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #bec2cc;
	position: absolute;
	right: 13.5px;
	bottom: 0;
	left: 13.5px;
}

.article-type-box .pr, .archive-purple-posts .pr {
	top: 0;
}

.widget-archive:nth-of-type(1), .widget-feature article:nth-of-type(1), .widget-ranking article:nth-of-type(1), .widget-recommend article:nth-of-type(1) {
	border-top: none;
}

.widget-archive a, .widget-feature article a, .widget-ranking article a, .widget-recommend article a {
	padding: 9px 33px 9px 9px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.widget-archive a:after, .widget-feature article a:after, .widget-ranking article a:after, .widget-recommend article a:after {
	width: 6px;
	height: 11px;
	margin-top: -5.5px;
	content: '';
	background: url("images/icons/icon-arrow-right.png") no-repeat center center;
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
}

.widget-archive .entry-title, .widget-feature article .entry-title, .widget-ranking article .entry-title, .widget-recommend article .entry-title {
	margin: 0;
}

.widget-archive .pr, .widget-feature article .pr, .widget-ranking article .pr, .widget-recommend article .pr {
	top: 9px;
	left: 9px;
}

.it-girl-box {
	margin-top: 50px;
}

.it-girl-box .title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.it-girl-box .title span {
	color: #d11530;
}

.it-girl-box .content {
	margin-top: 28px;
	padding: 0 27px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.it-girl-box article {
	width: calc( 50% - 9px);
}

.it-girl-box article:nth-of-type(3), .it-girl-box article:nth-of-type(4) {
	margin-top: 17px;
}

.it-girl-box article a {
	text-decoration: none;
	display: block;
}

.it-girl-box article .thumbnail {
	margin: 0;
	background-color: #f00;
}

.it-girl-box article .entry-title {
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66667;
	font-weight: 200;
	margin: 0;
	padding: 5px 8px 0;
}

.it-girl-box article .entry-meta {
	margin: 0;
	padding: 0 8px;
}

.it-girl-box article .post-date {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.11111;
	font-weight: 400;
	color: #bec2cc;
	margin: 9px 0 0;
}

.it-girl-box article .category {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1;
	font-weight: 500;
	color: #000;
	margin: 6px 0 0;
}

.it-girl-box .more-it-girl {
	margin-top: 17px;
}

/* HOME
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.home-canstagram {
	margin-top: 35px;
}

.home-canstagram .title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0;
}

.home-canstagram .title svg {
	width: 18px;
	height: 18px;
}

.home-canstagram .content {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.home-canstagram article {
	width: 33.1%;
	margin: 1px 0 0 1px;
}

.home-canstagram article:nth-of-type(3n+1) {
	margin-left: 0;
}

.home-canstagram article a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
	position: relative;
}

.home-canstagram article a .hover-icon {
	display: none;
}

.home-canstagram article .thumbnail {
	margin: 0;
}

.home-canstagram .follow-us {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	margin: 22px 0 0;
}

.home-canstagram .follow-us a {
	color: #000;
	padding-right: 23px;
	position: relative;
}

.home-canstagram .follow-us a span {
	width: 10px;
	height: 10px;
	text-indent: -9999em;
	background: url("images/icons/icon-plus.png") no-repeat center center;
	display: block;
	position: absolute;
	right: 0;
	bottom: 1px;
}

.home-models-topics {
	margin-top: 50px;
}

.home-models-topics .content {
	margin-top: 10px;
}

.home-todays-topics {
	margin-top: 17px;
}

.home-todays-topics .content {
	margin-top: 5px;
}

/* Archive
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.purple-main {
	padding: 0 9px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blue-main {
	margin-top: 17px;
}

.orange-main {
	margin-top: 35px;
}

.black-main {
	margin-top: 24px;
	padding: 0 18px;
}

.category-header {
	padding: 30px 0 29px;
}

.category-header .category-title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 0;
}

.category-header.yellow-category-header, .category-header.black-category-header {
	padding: 23px 0 20px;
}

.category-header.yellow-category-header .category-title, .category-header.black-category-header .category-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.25;
}

.category-header.black-category-header {
	padding-bottom: 0;
}

.category-header.black-category-header .category-title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 400;
	color: #000;
}

.category-header .popular-keyword {
	margin: 14px 0 0;
}

.category-header .popular-keyword ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.category-header .popular-keyword a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 2;
	text-decoration: none;
	color: #000;
	margin: 4.5px 4.5px;
	border-radius: 2px;
	border: 1px #bec2cc solid;
	padding: 0 11px;
	background-color: #fff;
	display: block;
}

#orange-box .category-header .category-title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
}

body.attachment .category-header .category-title {
	font-size: 20px;
	font-size: 2rem;
}

.archive-posts {
	position: relative;
}

.archive-posts a {
	text-decoration: none;
}

.archive-purple-posts.archive-author-posts a {
	padding: 0 0 16px;
}

.archive-purple-posts.archive-author-posts .entry-article {
	margin-top: 8px;
	padding: 0 13.5px 20px;
	position: static;
}

.archive-purple-posts.archive-author-posts .entry-title {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
}

.archives-posts,
.archive-blue-posts,
.archive-orange-posts {
	border-top: none;
	border-bottom: 1px #eee solid;
}

.archives-posts a,
.archive-blue-posts a,
.archive-orange-posts a {
	padding-right: 9px;
	padding-left: 9px;
}

.archives-posts .entry-article,
.archive-blue-posts .entry-article,
.archive-orange-posts .entry-article {
	padding-bottom: 0;
}

.archives-posts .pr,
.archive-blue-posts .pr,
.archive-orange-posts .pr {
	left: 9px;
}

.archive-blue-posts a {
	height: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.archive-blue-posts .entry-article {
	width: calc( 100% - 122px);
}

.archive-blue-posts .author-name,
.archive-blue-posts .post-tags {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 300;
	color: #bec2cc;
}

.archive-blue-posts .author-name {
	margin: 11px 0 0;
}

.archive-blue-posts .post-tags {
	margin: 5px 0 0;
}

.archive-blue-posts .post-tags span {
	margin-right: 8px;
}

.archive-blue-posts .post-tags:hover {
	color: #d11530;
}

.archive-yellow-posts {
	border-top: none;
	border-bottom: 1px #eee solid;
}

.archive-yellow-posts a {
	padding-right: 9px;
	padding-left: 9px;
}

.archive-yellow-posts .pr {
	left: 9px;
}

.archive-black-posts .media-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.archive-black-posts .media-content .thumbnail {
	width: 47.7%;
	margin-top: 12px;
	overflow: hidden;
	-ms-flex: none;
	flex: none;
}

.archive-black-posts .media-content .thumbnail:nth-of-type(1), .archive-black-posts .media-content .thumbnail:nth-of-type(2) {
	margin-top: 0;
}

.archive-black-posts .entry-footer .wp-pagenavi {
	margin-top: 25px;
}

.archive-black-posts .entry-footer .social-box {
	margin-top: 20px;
}

.archives-posts a {
	height: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.archives-posts .entry-article {
	width: calc( 100% - 122px);
}

.archives-posts .author-name,
.archives-posts .post-tags {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 300;
	color: #bec2cc;
}

.archives-posts .author-name {
	margin: 11px 0 0;
}

.archives-posts .post-tags {
	margin: 5px 0 0;
}

.archives-posts .post-tags span {
	margin-right: 8px;
}

.archives-posts .post-tags:hover {
	color: #d11530;
}

.profile-header {
	margin-top: 21px;
}

.profile-header .profile-title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.profile-header .profile-yomi {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	color: #d11530;
	margin: 6px 0 0;
	padding-top: 3px;
}

.profile-header .post-terms {
	margin: 10.5px 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.profile-header .post-terms a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 2;
	text-decoration: none;
	color: #000;
	margin: 4.5px 4.5px;
	border-radius: 2px;
	border: 1px #bec2cc solid;
	padding: 0 11px;
	background-color: #fff;
	display: block;
}

.profile-header .thumbnail {
	width: 230px;
	margin: 10.5px auto 0;
}

.profile-header .profile {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 200;
	line-height: 1.83;
	margin: 20px 9px 0;
	padding: 16px 18px 4px;
	background-color: #f7f6f3;
}

.profile-header .profile p {
	margin: 0;
}

.profile-header .profile-official {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	margin: 0 9px 0;
	padding: 4px 18px 20px;
	background-color: #f7f6f3;
}

.profile-header .profile-official p {
	margin: 10px 0 0;
}

.profile-header .profile-official p:nth-of-type(1) {
	margin-top: 0;
}

.profile-header .profile-official a {
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	border: 1px #bec2cc solid;
	padding: 9px 0;
	background-color: #fff;
	display: block;
	position: relative;
}

.profile-header .profile-official a:after {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/icons/icon-blank.png");
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
}

.profile-content {
	margin: 20px 9px 0;
}

.profile-images {
	margin-top: 20px;
	padding: 0 9px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.profile-images p {
	width: 48.7%;
	margin: 0;
	-ms-flex: none;
	flex: none;
}

.profile-category-title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 0;
}

.profile-category-title span {
	font-weight: 200;
}

/* Single
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.entry-header {
	margin-top: 23px;
	padding: 0 9px;
}

.entry-header a {
	text-decoration: none;
}

.entry-header .entry-header-meta-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.entry-header .post-category {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0;
}

.entry-header .post-category .post-category--pr-labeled {
	border: 1px solid #d11530;
	padding: 0 5px;
	margin-right: 5px;
	color: #d11530;
}

.entry-header .post-date {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.entry-header .post-date span {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
}

.entry-header .entry-date {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.entry-header .entry-date .update {
	font-family: 'Noto Sans Japanese', sans-serif;
	margin-left: 5px;
}

.entry-header .entry-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin: 7px 0 0;
}

.entry-header .entry-header-meta-bottom {
	margin-top: 3px;
}

.entry-header .post-terms {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.entry-header .post-terms a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 2;
	text-decoration: none;
	color: #000;
	margin: 8px 8px 0 0;
	border-radius: 2px;
	border: 1px #bec2cc solid;
	padding: 0 11px;
	background-color: #fff;
	display: block;
}

.entry-header .post-lead {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 1.78;
	margin: 16px 0 0;
}

.entry-header .social-box {
	margin-top: 18px;
}

.entry-content {
	margin-top: 25px;
	border-bottom: 1px #eee solid;
	padding: 0 9px 20px;
}

.post-single .author-name,
.post-single .post-date-footer {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #000;
}

.post-single .author-name {
	margin: 11px 0 0;
}

.post-single .post-date-footer {
	font-weight: 300;
	text-align: left;
	margin-top: 0;
}

.post-single .entry-content {
	margin-top: 30px;
	border-bottom: 1px #eee solid;
	padding-bottom: 30px;
}

.post-single .entry-content p {
	margin-bottom: 30px;
}

.post-single .entry-content a {
	color: #E97E8F;
}

.post-single .entry-content #toc_container {
	margin: 40px 0px 30px 0px;
	border: 6px solid #F1F1F1;
	position: relative;
}

.post-single .entry-content #toc_container .toc_title {
	font-family: 'Nothing You Could Do', cursive;
	letter-spacing: 0.1em;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 32px;
	position: absolute;
	top: -40px;
	background-color: #fff;
	padding: 0 20px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.post-single .entry-content #toc_container ul.toc_list {
	margin: 0;
	padding: 30px 20px 30px 30px;
}

.post-single .entry-content #toc_container ul.toc_list li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 24px;
	font-weight: 500;
	color: #222;
}

.post-single .entry-content #toc_container ul.toc_list li a {
	color: #222;
}

.post-single .entry-content #toc_container ul.toc_list li a:hover {
	color: #E87E8F;
	text-decoration: underline;
}

.post-single .entry-content .wp-caption + h2 {
	margin-top: 30px;
}

.post-single .entry-content h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	padding-left: 18px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.post-single .entry-content h2:before {
	width: 4px;
	height: 100%;
	content: '';
	display: inline-block;
	background-color: #F7C8CF;
	position: absolute;
	left: 0;
	border-radius: 4px;
}

.post-single .entry-content h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 30px;
}

.post-single .entry-content h4 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #D11530;
	margin-top: 30px;
	margin-bottom: 15px;
}

.post-single .entry-content .strong-underline {
	background: linear-gradient(to top, #ffbac5, #fff);
	background-size: 100% 50%;
	background-repeat: no-repeat;
	background-position-y: bottom;
	position: relative;
	margin-right: 2px;
  /*			.strong-underline-text {
				display: inline-block;
				transform: skewX(20deg);
			}*/
}

.post-single .entry-content .strong-underline:before {
	content: "";
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	display: inline-block;
	width: 5px;
	height: 16px;
	bottom: -13px;
	position: relative;
	left: -3px;
	background-color: white;
}

.post-single .entry-content .strong-underline:after {
	content: "";
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	display: inline-block;
	width: 5px;
	height: 16px;
	bottom: -13px;
	position: relative;
	right: 0px;
	background-color: white;
}

.post-single .entry-content hr {
	margin: 30px 0;
}

.post-single .entry-content hr.deco-hr {
	width: 130px;
	height: 14px;
	border: none;
	margin: 60px auto;
	background: no-repeat url("images/deco-line.svg");
}

.post-single .entry-content ul.point-list,
.post-single .entry-content ol.point-list {
	background-color: #F9F9F9;
	position: relative;
	margin: 40px 0 30px 0;
	padding: 30px 20px 30px 30px;
	background: linear-gradient(120deg, transparent 15px, #F9F9F9 15px), linear-gradient(300deg, transparent 15px, #F9F9F9 15px);
	background-position: left, right;
	background-size: 50% 100%;
	background-repeat: no-repeat;
}

.post-single .entry-content ul.point-list::before,
.post-single .entry-content ol.point-list::before {
	position: absolute;
	top: -20px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: url("images/point.svg");
}

.post-single .entry-content ul.point-list li,
.post-single .entry-content ol.point-list li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	font-weight: normal;
}

.post-single .entry-content ul.point-list li::marker,
.post-single .entry-content ol.point-list li::marker {
	color: #D11530;
}

.post-single .entry-content ol.point-list li::marker {
	color: #D11530;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
}

.post-single .entry-content ul.point-list li {
	list-style-image: url("images/dot3pxD11.png");
}

.post-single .entry-content ul {
	padding-left: 15px;
}

.post-single .entry-content ul li {
	list-style-image: url("images/dot3px222.png");
}

.post-single .entry-content ul li::marker {
	content: "・";
	color: #222;
}

.post-single .entry-content ol {
	padding-left: 20px;
}

.post-single .entry-content ol li::marker {
  /*					color: #D11530;
										@include ff('Josefin Sans');
										font-size: 18px;*/
}

.post-single .entry-content figure.aligncenter {
	margin: 30px auto;
}

.post-single .entry-content .awasete-yomitai-block {
	border: 4px solid #F7C8CF;
	padding: 20px 20px 20px 30px;
	margin: 30px 0;
}

.post-single .entry-content .awasete-yomitai-block .awasete-yomitai-title {
	font-size: 14px;
	font-size: 1.4rem;
	color: #E47384;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
}

.post-single .entry-content .awasete-yomitai-block ul {
	padding: 0;
	margin: 0 0 0 10px;
}

.post-single .entry-content .awasete-yomitai-block ul li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 30px;
}

.post-single .entry-content .awasete-yomitai-block ul li a {
	font-weight: 500;
	color: #222;
}

.post-single .entry-content .awasete-yomitai-block ul li a:hover {
	color: #F46A82;
	text-decoration: underline;
}

.post-single .entry-content .go-to-top {
	margin: 0 0 0 0;
	text-align: center;
}

.post-single .entry-content .go-to-top::before {
	margin-right: 20px;
	content: url("images/arrow-left.svg");
}

.post-single .entry-content .aligncenter .wp-caption-text {
	text-align: center;
}

.post-single .entry-footer,
.post-single .post-navigation {
	margin-top: 20px;
}

.post-attachment .media-caption {
	margin-top: 15px;
	border-bottom: 1px #eee solid;
	padding: 0 9px 10px;
}

.post-attachment .entry-footer {
	margin-top: 15px;
}

.post-attachment .post-navigation {
	margin-top: 0;
}

.post-navigation {
	margin: 0 18px;
}

.post-navigation .nav-links {
	overflow: hidden;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 48.6%;
	text-align: center;
	margin: 0;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	height: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	border: 1px #ccc solid;
	border-radius: 2px;
	background-color: #f9f9f9;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
	width: 4.5px;
	height: 7px;
	margin-top: -3.5px;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-previous a:after {
	background-image: url("images/icons/icon-nav-arrow-left.png");
	left: 8px;
}

.post-navigation .nav-next {
	float: right;
}

.post-navigation .nav-next a:after {
	background-image: url("images/icons/icon-nav-arrow-right.png");
	right: 8px;
}

.back-to-post {
	text-align: center;
	margin: 20px auto 0;
}

.back-to-post a {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.back-to-post a:after {
	width: 4.5px;
	height: 7px;
	margin-left: 15px;
	content: '';
	background: url("images/icons/icon-nav-arrow-right.png") no-repeat center center;
	display: block;
}

.not-found-header {
	margin-top: 23px;
	padding: 0 9px;
}

.not-found-header .not-found-title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 400;
	color: #000;
	margin: 7px 0 0;
}

.not-found-header .not-found-description {
	margin-top: 25px;
}

.not-found-header .not-found-description p {
	margin: 0;
}

.entry-content,
.profile-content {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 1.78;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.profile-content h1,
.profile-content h2,
.profile-content h3,
.profile-content h4,
.profile-content h5,
.profile-content h6 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.66;
	margin-top: 23px;
}

.entry-content p,
.profile-content p {
	margin-top: 20px;
}

.entry-content blockquote,
.profile-content blockquote {
	margin: 13px 0 0;
	padding: 18px 5px;
	position: relative;
}

.entry-content blockquote p,
.profile-content blockquote p {
	margin-top: 0;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	padding: 20px 14px 0;
}

.entry-content blockquote p:nth-of-type(1),
.profile-content blockquote p:nth-of-type(1) {
	padding-top: 0;
}

.entry-content blockquote:before,
.profile-content blockquote:before {
	width: 15.5px;
	height: 12px;
	content: '';
	display: inline-block;
	background: no-repeat url("images/icons/icon-blockquote-left.png");
	position: absolute;
	top: 0;
	left: 0;
}

.entry-content blockquote:after,
.profile-content blockquote:after {
	width: 15.5px;
	height: 11.5px;
	content: '';
	display: inline-block;
	background: no-repeat url("images/icons/icon-blockquote-right.png");
	position: absolute;
	bottom: 0;
	right: 0;
}

.entry-content a,
.profile-content a {
	text-decoration: none;
}

.entry-content a.external-link:after,
.profile-content a.external-link:after {
	width: 8px;
	height: 8px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/icons/icon-blank.png");
	content: '';
	display: inline-block;
}

.entry-content img[class*="wp-image"],
.profile-content img[class*="wp-image"] {
  /*max-width: ( 604px / 2 );*/
	margin: 0 auto;
	display: block;
}

.entry-content .editor-more,
.profile-content .editor-more {
	font-weight: 400;
	text-align: center;
	margin-top: 13px;
}

.entry-content .editor-more a,
.profile-content .editor-more a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.entry-content .editor-more a:after,
.profile-content .editor-more a:after {
	width: 4.5px;
	height: 7px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/icons/icon-editor-more-arrow.png");
	content: '';
	display: inline-block;
}

.entry-content .editor-button,
.profile-content .editor-button {
	font-weight: 400;
	text-align: center;
	margin: 18px 18px 0;
}

.entry-content .editor-button a,
.profile-content .editor-button a {
	height: 50px;
	color: #fff;
	border-radius: 2px;
	border: 1px #ccc solid;
	background-color: #d11530;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.entry-content .editor-button a:after,
.profile-content .editor-button a:after {
	width: 6px;
	height: 11px;
	margin-top: -5.5px;
	background: url("images/icons/icon-editor-button-arrow.png") no-repeat center center;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 9px;
}

.entry-content .note,
.profile-content .note {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.81;
	margin-top: 25px;
	padding: 15px 14px;
	background-color: #f7f6f3;
}

.entry-content .quotation,
.profile-content .quotation {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.81;
}

.entry-content .wp-caption,
.profile-content .wp-caption {
	max-width: 100%;
	margin: 14px 0 0;
}

.entry-content .wp-caption + h1,
.entry-content .wp-caption + h2,
.entry-content .wp-caption + h3,
.entry-content .wp-caption + h4,
.entry-content .wp-caption + h5,
.entry-content .wp-caption + h6,
.entry-content .wp-caption + p,
.profile-content .wp-caption + h1,
.profile-content .wp-caption + h2,
.profile-content .wp-caption + h3,
.profile-content .wp-caption + h4,
.profile-content .wp-caption + h5,
.profile-content .wp-caption + h6,
.profile-content .wp-caption + p {
	margin-top: 10px;
}

.entry-content .wp-caption-text,
.profile-content .wp-caption-text {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.81;
	margin-top: 11px;
}

.entry-content .thumbnail img,
.profile-content .thumbnail img {
	width: auto;
	max-width: none;
	max-height: 427px;
	margin: 0 auto;
	display: block;
}

/* Page
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.overlay-ad #colophon {
	padding-bottom: 50px;
}

#category-nav-box {
	padding: 38px 0 32px;
}

#category-nav-box .title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

#category-nav-box ul {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 19px 0 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#category-nav-box li {
	width: 33.33333%;
	margin-top: 23px;
}

#category-nav-box li:nth-of-type(1), #category-nav-box li:nth-of-type(2), #category-nav-box li:nth-of-type(3) {
	margin-top: 0;
}

#category-nav-box a {
	color: #000;
	text-align: center;
	text-decoration: none;
	display: block;
	position: relative;
}

#category-nav-box a img {
	width: 60px;
	height: 60px;
	margin: 0 auto 6px;
	display: block;
}

#category-nav-box a:after {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/backgrounds/back-clip.png");
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
}

#footer-fan-club {
	padding: 38px 0 35px;
	background-color: #d11530;
	position: relative;
}

#footer-fan-club .fan-club-logo {
	text-align: center;
	padding-bottom: 8px;
	position: relative;
}

#footer-fan-club .fan-club-logo a {
	text-decoration: none;
}

#footer-fan-club .fan-club-logo .title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 200;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 0;
}

#footer-fan-club .fan-club-logo svg {
	width: 109.5px;
	height: 24.5px;
	margin-left: -19px;
	fill: #ff9c7e;
	display: block;
	position: absolute;
	top: 15px;
	left: 50%;
}

#footer-fan-club .fan-club-text {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 200;
	color: #fff;
	line-height: 1.66;
	margin: 22px 39px 0;
}

#footer-fan-club .fan-club-registration {
	margin-top: 17px;
}

#footer-fan-club .fan-club-registration .registration-button {
	text-align: center;
	margin: 0;
}

#footer-fan-club .fan-club-registration .registration-button a {
	height: 38.5px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 200;
	text-decoration: none;
	margin: 0 39px;
	border-radius: 2px;
	background-color: #fff;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer-fan-club .fan-club-registration .registration-button a:after {
	width: 4.5px;
	height: 7px;
	margin-top: -3.5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/icons/icon-arrow-right-red-01.png");
	right: 9px;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
}

#footer-message {
	padding: 31.5px 9px 15px;
	background-color: #fff;
}

#footer-message .fixed-message {
	margin-top: 30px;
	border: 2px #f5f4f2 solid;
	padding: 20px 22px 17px;
	background-color: #fff;
}

#footer-message .fixed-message:nth-of-type(1) {
	margin-top: 0;
}

#footer-message .fixed-message .fixed-message-title {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	margin: 0;
}

#footer-message .fixed-message p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66;
	font-weight: 200;
	margin: 0 0 0;
}

#footer-message .fixed-message p.signature {
	text-align: right;
}

#footer-meta {
	text-align: center;
	padding: 15px 9px 15px;
	background-color: #fff;
}

#footer-meta ul {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-meta ul li {
	padding: 0 5px 0 0;
	display: inline;
}

#footer-meta ul li:before {
	content: '|';
	margin-right: 5px;
}

#footer-meta ul li:nth-of-type(1) {
	padding-left: 0;
}

#footer-meta ul li:nth-of-type(1):before {
	display: none;
}

#footer-meta ul a {
	color: #333;
	text-decoration: none;
}

#footer-meta .copyright {
	margin: 0;
}

#footer-meta .copyright small {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #333;
}

#footer-meta .prohibited {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #333;
	margin: 0;
}

#footer-sns {
	padding: 30px 20px;
	background-color: #e3e2de;
}

#footer-sns .title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

#footer-sns .footer-sns-buttons {
	margin-top: 12px;
}

#footer-sns ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer-sns a {
	padding: 5px;
	display: block;
}

#footer-sns svg {
	fill: #000;
	display: block;
}

#footer-sns .twitter svg {
	width: 18.5px;
	height: 16px;
}

#footer-sns .facebook svg {
	width: 9.5px;
	height: 18px;
}

#footer-sns .instagram svg {
	width: 18px;
	height: 18px;
}

#footer-sns .line svg {
	width: 28px;
	height: 9.5px;
}

#footer-sns .bell svg {
	width: 17px;
	height: 19.5px;
}

#footer-sns .youtube svg {
	width: 24px;
	height: auto;
}

/* Common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.wp-pagenavi {
	margin-top: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-pagenavi .page,
.wp-pagenavi .last,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: 35px;
	height: 35px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	text-decoration: none;
	color: #000;
	margin: 0 2.5px;
	border-radius: 2px;
	border: 1px #ccc solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f9f9f9;
}

.wp-pagenavi .current {
	background-color: #fff;
}

.wp-pagenavi .previouspostslink {
	text-indent: -9999em;
	margin: 0 7px 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/icons/icon-nav-arrow-left.png");
}

.wp-pagenavi .nextpostslink {
	text-indent: -9999em;
	margin: 0 0 0 7px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/icons/icon-nav-arrow-right.png");
}

.page-link-box {
	margin-top: 14px;
}

.page-link-box .custom-page-links a {
	color: #000;
	background-color: #f9f9f9;
}

.page-link-box .custom-page-links a:hover {
	background-color: #fff;
}

.page-link-box .custom-page-links a:after {
	background: url("images/icons/icon-button-arrow-right.png") no-repeat center center;
	right: 9px;
}

.page-link-box .page-links {
	margin-top: 14px;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-link-box .page-links li {
	width: 35px;
	height: 35px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	text-decoration: none;
	margin: 0 2.5px;
	border-radius: 2px;
	border: 1px #ccc solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f9f9f9;
}

.page-link-box .page-links li a {
	color: #000;
}

.page-link-box .page-links li:hover {
	background-color: #fff;
}

.page-link-box .page-links li.current {
	background-color: #fff;
}

.page-link-box .page-links li.previous {
	text-indent: -9999em;
	margin: 0 7px 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/icons/icon-nav-arrow-left.png");
}

.page-link-box .page-links li.previous a {
	width: 40px;
	height: 40px;
}

.page-link-box .page-links li.next {
	text-indent: -9999em;
	margin: 0 0 0 7px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("images/icons/icon-nav-arrow-right.png");
}

.page-link-box .page-links li.next a {
	width: 40px;
	height: 40px;
}

.sns-buttons {
	width: 78.1%;
	padding: 16px 16px 38px;
	background-color: #fff;
}

.sns-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sns-buttons a {
	padding: 11px;
	display: block;
}

.sns-buttons svg {
	fill: #000;
	display: block;
}

.sns-buttons .twitter svg {
	width: 13.5px;
	height: 12.5px;
}

.sns-buttons .facebook svg {
	width: 7px;
	height: 13.5px;
}

.sns-buttons .instagram svg {
	width: 13.5px;
	height: 13.5px;
}

.sns-buttons .line svg {
	width: 21.5px;
	height: 7px;
}

.sns-buttons .bell svg {
	width: 13.5px;
	height: 15.5px;
}

.sns-buttons .youtube svg {
	width: 24px;
	height: auto;
}

.social-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-box p {
	width: 35px;
	height: 35px;
	margin: 0 4.5px;
	border-radius: 50%;
}

.social-box a {
	width: 35px;
	height: 35px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-box svg {
	fill: #fff;
	display: block;
}

.social-box .twitter-share {
	background-color: black;
}

.social-box .twitter-share svg {
	width: 14px;
	height: 12px;
}

.social-box .fb-share {
	background-color: #3b5998;
}

.social-box .fb-share svg {
	width: 7px;
	height: 13.5px;
}

.social-box .google-plus-share {
	background-color: #dd4b39;
}

.social-box .google-plus-share svg {
	width: 17.5px;
	height: 11px;
}

.social-box .line-share {
	background-color: #00b900;
}

.social-box .line-share svg {
	width: 21.5px;
	height: 7px;
}

#special {
	margin: 35px 9px 0;
}

#special .special-ad,
#special .special-post {
	margin-top: 10px;
	position: relative;
}

#special .special-post a:after {
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#special a {
	position: relative;
	display: block;
}

#special .special-contents {
	text-align: center;
	padding: 24px 0 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

#special .title {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.33;
	font-weight: 200;
	color: #fff;
	margin: 0;
}

#special .category {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 7px 0 0;
	border-top: 1px rgba(255, 255, 255, 0.5) solid;
	padding: 10px 21px 0;
	display: inline-block;
}

#slides {
	overflow: hidden;
	position: relative;
}

#slides ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#slides li {
	position: relative;
}

#slides a {
	text-decoration: none;
	display: block;
}

#slides .thumbnail {
	width: 100%;
	height: 335px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#slides .thumbnail img {
	width: auto;
	height: 100%;
	max-width: none;
	max-height: 100%;
	margin: 0 auto;
	position: absolute;
	right: -100%;
	left: -100%;
}

#slides .slide-contents {
	text-align: center;
	margin: -35px 18px 0 18px;
	padding: 19px 25px 11px;
	background-color: #fff;
	position: relative;
}

#slides .title {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.53;
	font-weight: 200;
	color: #000;
	text-align: center;
	margin: 0;
}

#slides .category {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 5px 0 0;
	border-top: 1px rgba(0, 0, 0, 0.5) solid;
	padding: 8px 20px 0;
	display: inline-block;
}

#slides .bx-prev,
#slides .bx-next {
	width: 17px;
	height: 32px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	top: 134px;
}

#slides .bx-prev {
	left: 9px;
	background-image: url("images/icons/icon-slide-arrow-left.png");
}

#slides .bx-next {
	right: 9px;
	background-image: url("images/icons/icon-slide-arrow-right.png");
}

#slides .bx-pager {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 284px;
	right: 0;
	left: 0;
}

#slides .bx-pager div {
	width: 6.5px;
	height: 6.5px;
	margin: 0 4.5px;
	border-radius: 50%;
}

#slides .bx-pager div a {
	width: 6.5px;
	height: 6.5px;
	text-indent: -9999em;
	border-radius: 50%;
	background-color: #ccc;
	display: block;
}

#slides .bx-pager div a.active {
	background-color: #000;
}

/* Widget
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#feature {
	text-align: center;
	margin: 10px 0 0;
	padding: 47px 0 49px;
	background-color: #f9f9f9;
	overflow: hidden;
}

#feature .feature-title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

#feature .bx-wrapper,
#feature .slick-slider {
	margin: 14px 37px 0;
	position: relative;
}

#feature .bx-viewport,
#feature .slick-list {
	margin: 0 auto;
	padding-top: 23px;
}

#feature ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
  /*overflow: hidden;*/
}

#feature li {
	position: relative;
}

#feature a {
	text-decoration: none;
	display: block;
}

#feature .thumbnail {
	padding: 7.5px 8px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top, right top, left bottom, right bottom;
	background-image: url("images/backgrounds/back-feature-waku-lt.png"), url("images/backgrounds/back-feature-waku-rt.png"), url("images/backgrounds/back-feature-waku-lb.png"), url("images/backgrounds/back-feature-waku-rb.png");
}

#feature .title {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.33;
	font-weight: 200;
	color: #000;
	text-align: center;
	margin: 17px 0 0;
	padding: 0 8px;
}

#feature .category {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 9px 0 0;
	border-top: 1px rgba(0, 0, 0, 0.5) solid;
	padding: 10px 21px 0;
	display: inline-block;
}

#feature .pr {
	top: 7.5px;
	left: 8px;
}

#feature .bx-prev,
#feature .bx-next {
	width: 29px;
	height: 29px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	top: 104px;
}

#feature .bx-prev {
	left: -31px;
	background-image: url("images/icons/icon-feature-arrow-left.png");
}

#feature .bx-next {
	right: -31px;
	background-image: url("images/icons/icon-feature-arrow-right.png");
}

#feature .bx-pager {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

#feature .bx-pager div {
	width: 6px;
	height: 6px;
	margin: 0 4px;
	border-radius: 50%;
	float: left;
}

#feature .bx-pager div a {
	width: 6px;
	height: 6px;
	text-indent: -9999em;
	border-radius: 50%;
	background-color: #ccc;
	display: block;
}

#feature .bx-pager div a.active {
	background-color: #000;
}

.widget-feature {
	margin-top: 44px;
}

.widget-feature .widget-title {
	min-height: 41px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 200;
	line-height: 1.66;
	color: #000;
	margin: 0;
	padding: 6px 18px 0 105px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.widget-feature .widget-title span {
	width: 100%;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	padding: 5px 23px 2px;
	display: inline-block;
	position: relative;
}

.widget-feature .widget-title span:before, .widget-feature .widget-title span:after {
	width: 2px;
	content: '';
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
}

.widget-feature .widget-title span:before {
	left: 2px;
}

.widget-feature .widget-title span:after {
	right: 2px;
}

.widget-feature .widget-title svg {
	width: 100.5px;
	fill: #d11530;
	position: absolute;
	top: 0;
	left: 14.5px;
}

.widget-feature .content {
	margin-top: 10px;
}

.widget-keyword {
	margin-top: 21px;
	padding: 35px 0 20px;
	background-color: #f9f9f9;
}

.widget-keyword .widget-title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 0;
	position: relative;
}

.widget-keyword .widget-title span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 200;
	margin-top: 8px;
	display: block;
}

.widget-keyword .widget-title svg {
	width: 157.5px;
	fill: #d11530;
	margin-left: -78.75px;
	display: block;
	position: absolute;
	top: 21.5px;
	left: 50%;
}

.widget-keyword ul {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.widget-keyword li {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 2;
	margin: 5px 4.5px;
}

.widget-keyword a {
	text-decoration: none;
	color: #000;
	border-radius: 2px;
	border: 1px #bec2cc solid;
	padding: 1px 12px;
	background-color: #fff;
	display: block;
}

.widget-keyword a:hover {
	color: #fff;
	border-color: #d11530;
	background-color: #d11530;
	transition: all 1s;
}

.widget_magazine {
	margin: 18px 18px 0;
}

.widget_magazine .thumbnail-box {
	width: 100%;
	height: 296px;
	padding: 25px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/backgrounds/back-magazine.png");
}

.widget_magazine .thumbnail-box .magazine-title {
	width: 224px;
	height: 11px;
	text-indent: -9999em;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("images/title/title-magazine.png");
}

.widget_magazine .thumbnail-box .thumbnail {
	width: 168px;
	height: 215px;
	margin: 20px auto 0;
}

.widget_magazine .link-box {
	overflow: hidden;
}

.widget_magazine .link-box p {
	height: 50px;
	margin: 0;
}

.widget_magazine .link-box .link-01 {
	width: 100%;
}

.widget_magazine .link-box .link-02,
.widget_magazine .link-box .link-03 {
	width: 50%;
	float: left;
}

.widget_magazine .link-box .link-04 {
	width: 100%;
	clear: left;
}

.widget_magazine .link-box a {
	height: 50px;
	color: #fff;
	text-decoration: none;
	background: #151515;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px #383838  solid;
}

.widget_magazine .link-box a:hover {
	background: #000;
}

.widget_magazine .link-box .link-03 a {
	border-left: 1px #383838  solid;
}

.widget_magazine .link-box .link-04 a {
	border-bottom: none;
}

.models-topics-list {
	margin: 47px 0 0;
}

.models-topics-list .content {
	margin-top: 10px;
}

.models-topics-list article {
	border-top: none;
	border-bottom: 1px #eee solid;
}

.models-topics-list article a {
	padding-right: 9px;
	padding-left: 9px;
}

#orange-content {
	padding: 0 9px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.purple-topics-list {
	margin: 47px 0 0;
}

.purple-topics-list .content {
	margin-top: 10px;
}

.purple-topics-list article {
	border-top: none;
	border-bottom: 1px #eee solid;
}

.purple-topics-list article a {
	padding-right: 9px;
	padding-left: 9px;
}

.widget-ranking {
	margin-top: 38px;
}

.widget-ranking .widget-title {
	font-family: 'AT Sackers Gothic', 'Noto Sans Japanese', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 5px 24px 0;
	position: relative;
}

.widget-ranking .widget-title span.sub-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 200;
	text-align: center;
	display: inline-block;
}

.widget-ranking .widget-title svg {
	width: 75.5px;
	fill: #d11530;
	margin: -13px -18px 0 0;
}

.widget-ranking article.ranking-1 a:before {
	background-image: url("images/icons/icon-ranking-01.png");
}

.widget-ranking article.ranking-2 a:before {
	background-image: url("images/icons/icon-ranking-02.png");
}

.widget-ranking article.ranking-3 a:before {
	background-image: url("images/icons/icon-ranking-03.png");
}

.widget-ranking article.ranking-4 a:before {
	background-image: url("images/icons/icon-ranking-04.png");
}

.widget-ranking article.ranking-5 a:before {
	background-image: url("images/icons/icon-ranking-05.png");
}

.widget-ranking article a {
	padding: 14px 33px 14px 38px;
}

.widget-ranking article a:before {
	width: 28.5px;
	height: 28.5px;
	margin: -14.25px 0 0 0;
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	top: 50%;
	left: 14px;
	z-index: 1;
}

.widget-ranking article .thumbnail {
	width: 85px;
	height: 85px;
	margin: 0 10px 0 0;
	-ms-flex: none;
	flex: none;
}

.widget-ranking article .pr {
	top: 14px;
	left: 37px;
}

.widget-recommend {
	margin: 35px 0 0;
}

.widget-recommend .widget-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	color: #000;
	margin: 0;
	padding-top: 34px;
	display: block;
	position: relative;
}

.widget-recommend .widget-title svg {
	width: 103.5px;
	fill: #d11530;
	margin-left: -131.5px;
	position: absolute;
	top: 0;
	left: 50%;
}

.widget-recommend .content {
	margin-top: 2px;
}

.related-posts {
	margin: 47px 0 0;
}

.related-posts .title {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.25;
}

.related-posts .content {
	margin-top: 17px;
}

.related-posts article:nth-of-type(1) {
	padding-left: 9px;
}

.related-posts article:nth-of-type(2) {
	padding-right: 9px;
}

.related-posts article a {
	padding-right: 9px;
	padding-left: 9px;
}

/* Other
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes hidden {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes slideInLeft {
	0% {
		margin-left: -100%;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes slideOutLeft {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -100%;
	}
}

html {
	scroll-padding-top: 50px;
}

.test {
	position: relative;
}

.test:before {
	width: 100%;
	height: 100%;
	background: #f00;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.abj-mark {
	text-align: center;
}

.abj-mark img {
	height: 110px;
	width: auto;
}

.abj-text {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin: 10px;
}

#footer-meta {
	overflow: auto;
}

iframe {
	max-width: 100%;
  /*height: auto;*/
}

.home .slick-prev {
	z-index: 100;
	left: 5px;
	top: 43%;
	width: 40px;
	height: 40px;
}

.home .slick-prev::before {
	content: url(images/icons/icon-slide-arrow-left-ratio.png);
}

.home .slick-next {
	right: 5px;
	top: 43%;
	width: 40px;
	height: 40px;
}

.home .slick-next::before {
	content: url(images/icons/icon-slide-arrow-right-ratio.png);
}

.home .slick-dots {
	top: 265px;
}

.home .slick-dots li {
	margin: 0;
}

.home .slick-dots li button::before {
	opacity: 1;
	color: #ccc;
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

#feature .slick-prev {
	z-index: 100;
	left: -31px;
	top: 40%;
	width: 29px;
	height: 29px;
}

#feature .slick-prev::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 29px;
	background-image: url(images/icons/icon-feature-arrow-left-ratio.png);
	background-size: contain;
	vertical-align: middle;
}

#feature .slick-next {
	right: -25px;
	top: 40%;
	width: 29px;
	height: 29px;
}

#feature .slick-next::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 29px;
	background-image: url(images/icons/icon-feature-arrow-right-ratio.png);
	background-size: contain;
	vertical-align: middle;
}

#feature .slick-dots {
	top: -10px;
	bottom: 0;
	height: 10px;
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.single-attachment .category-header {
	padding-bottom: 0;
}

.single-attachment .attachment-images-outer {
	position: relative;
}

.single-attachment .entry-content {
	border-bottom: none;
	padding-bottom: 0;
}

.single-attachment .entry-content .thumbnail img {
	max-height: 100%;
	max-width: 100%;
}

.single-attachment .entry-content .thumbnail-caption {
	font-size: 11px;
	margin: 10px 0;
}

.single-attachment .entry-content .current-num {
	text-align: center;
	color: #bec2cc;
	font-size: 16px;
	margin: 10px 0;
}

.single-attachment .back-to-post {
	margin-bottom: 20px;
}

.single-attachment .previous-image-link a,
.single-attachment .next-image-link a {
	position: absolute;
	top: 47%;
	z-index: 1000;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	width: 20px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 10px 20px;
	background-position: 50%;
	background-color: rgba(0, 0, 0, 0.3);
}

.single-attachment .previous-image-link a {
	left: 0;
	background-image: url("images/icons/icon-arrow-left-attach.png");
}

.single-attachment .next-image-link a {
	right: 0;
	background-image: url("images/icons/icon-arrow-right-attach.png");
}

.single-attachment .attachment-siblings-outer {
	margin: 9px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 18% 18% 18% 18% 18%;
	grid-template-columns: 18% 18% 18% 18% 18%;
	grid-auto-rows: 20vw;
	column-gap: 2.5%;
	margin-bottom: 60px;
}

.single-attachment .attachment-sibling {
	display: inline-block;
}

.single-attachment .attachment-sibling img {
	object-fit: cover;
	height: 17vw;
	width: 17vw;
	object-position: center top;
}

.page .post-single a.has-img.aligncenter,
.single-post .post-single a.has-img.aligncenter {
	text-align: center;
}

.page .post-single a .zoom-icon,
.single-post .post-single a .zoom-icon {
	position: relative;
	display: inline-block;
}

.page .post-single a .zoom-icon:after,
.single-post .post-single a .zoom-icon:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("images/zoom_icon.png");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
}

@media all and (orientation: landscape) {
  /* Portraitモード（縦向き）用 */
	#content {
		width: 320px;
		margin: 0 auto;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 1.2), screen and (min--moz-device-pixel-ratio: 1.2), screen and (-moz-min-device-pixel-ratio: 1.2), screen and (min-device-pixel-ratio: 1.2) {
	#masthead button.menu {
		background-image: url("images/icons/icon-menu-ratio.png");
		background-size: 20px 13px;
	}

	#masthead button.menu.open {
		background-image: url("images/icons/icon-close-ratio.png");
		background-size: 15px 15px;
	}

	#masthead button.search {
		background-image: url("images/icons/icon-search-ratio.png");
		background-size: 16.5px 16.5px;
	}

	#masthead button.search.open {
		background-image: url("images/icons/icon-close-ratio.png");
		background-size: 15px 15px;
	}

	#header-nav-box .main-menu > li.menu-item-has-children .sub-menu-toggle {
		background-image: url("images/icons/icon-menu-arrow-right-ratio.png");
		background-size: 5.5px 9px;
		background-repeat: no-repeat;
		background-position: 50%;
	}

	.search-form button {
		background-image: url("images/icons/icon-search-ratio.png");
		background-size: 16.5px 16.5px;
	}

	.button.more-button a:after, .page-link-box .more-button.custom-page-links a:after {
		background-image: url("images/icons/icon-button-arrow-right-ratio.png");
		background-size: 4.5px 7px;
	}

	.button.back-button a:after, .page-link-box .back-button.custom-page-links a:after {
		background-image: url("images/icons/icon-nav-arrow-left-white-ratio.png");
		background-size: 4.5px 7px;
	}

	.page-top-button-box button {
		background-image: url("images/icons/icon-arrow-up-ratio.png");
		background-size: 16px 9px;
	}

	.widget-archive a:after, .widget-feature article a:after, .widget-ranking article a:after, .widget-recommend article a:after {
		background-image: url("images/icons/icon-arrow-right-ratio.png");
		background-size: 6px 11px;
	}

	.home-canstagram .follow-us a span {
		background-image: url("images/icons/icon-plus-ratio.png");
		background-size: 100% 100%;
	}

	.profile-header .profile-official a:after {
		background-image: url("images/icons/icon-blank-ratio.png");
		background-size: 8px 8px;
	}

	.post-navigation .nav-previous a:after {
		background-image: url("images/icons/icon-nav-arrow-left-ratio.png");
		background-size: 4.5px 7px;
	}

	.post-navigation .nav-next a:after {
		background-image: url("images/icons/icon-nav-arrow-right-ratio.png");
		background-size: 4.5px 7px;
	}

	.back-to-post a:after {
		background-image: url("images/icons/icon-nav-arrow-right-ratio.png");
		background-size: 4.5px 7px;
	}

	.entry-content blockquote:before,
  .profile-content blockquote:before {
		background-image: url("images/icons/icon-blockquote-left-ratio.png");
		background-size: 15.5px 12px;
	}

	.entry-content blockquote:after,
  .profile-content blockquote:after {
		background-image: url("images/icons/icon-blockquote-right-ratio.png");
		background-size: 15.5px 11.5px;
	}

	.entry-content a.external-link:after,
  .profile-content a.external-link:after {
		background-image: url("images/icons/icon-blank-ratio.png");
		background-size: 8px 8px;
	}

	.entry-content .editor-more a:after,
  .profile-content .editor-more a:after {
		background-image: url("images/icons/icon-editor-more-arrow-ratio.png");
		background-size: 4.5px 7px;
	}

	.entry-content .editor-button a:after,
  .profile-content .editor-button a:after {
		background-image: url("images/icons/icon-editor-button-arrow-ratio.png");
		background-size: 6px 11px;
	}

	#category-nav-box a:after {
		background-image: url("images/backgrounds/back-clip-ratio.png");
		background-size: 60px 60px;
	}

	#footer-fan-club .fan-club-registration .registration-button a:after {
		background-image: url("images/icons/icon-arrow-right-red-01-ratio.png");
		background-size: 4.5px 7px;
	}

	.wp-pagenavi .previouspostslink {
		background-image: url("images/icons/icon-nav-arrow-left-ratio.png");
		background-size: 4.5px 7px;
	}

	.wp-pagenavi .nextpostslink {
		background-image: url("images/icons/icon-nav-arrow-right-ratio.png");
		background-size: 4.5px 7px;
	}

	.page-link-box .custom-page-links a:after {
		background-image: url("images/icons/icon-button-arrow-right-ratio.png");
		background-size: 4.5px 7px;
	}

	.page-link-box .page-links li.previous {
		background-image: url("images/icons/icon-nav-arrow-left-ratio.png");
		background-size: 4.5px 7px;
	}

	.page-link-box .page-links li.next {
		background-image: url("images/icons/icon-nav-arrow-right-ratio.png");
		background-size: 4.5px 7px;
	}

	#slides .bx-prev {
		background-image: url("images/icons/icon-slide-arrow-left-ratio.png");
		background-size: 17px 32px;
	}

	#slides .bx-next {
		background-image: url("images/icons/icon-slide-arrow-right-ratio.png");
		background-size: 17px 32px;
	}

	#feature .thumbnail {
		background-image: url("images/backgrounds/back-feature-waku-lt-ratio.png"), url("images/backgrounds/back-feature-waku-rt-ratio.png"), url("images/backgrounds/back-feature-waku-lb-ratio.png"), url("images/backgrounds/back-feature-waku-rb-ratio.png");
		background-size: 46px 29px, 48px 29px, 46px 30px, 48px 30px;
	}

	#feature .bx-prev {
		background-image: url("images/icons/icon-feature-arrow-left-ratio.png");
		background-size: 29px 29px;
	}

	#feature .bx-next {
		background-image: url("images/icons/icon-feature-arrow-right-ratio.png");
		background-size: 29px 29px;
	}

	.widget_magazine .thumbnail-box {
		background-image: url("images/backgrounds/back-magazine-ratio.png");
		background-size: 100% 100%;
	}

	.widget_magazine .thumbnail-box .magazine-title {
		background-image: url("images/title/title-magazine-ratio.png");
		background-size: 100% 100%;
	}

	.widget-ranking article.ranking-1 a:before {
		background-image: url("images/icons/icon-ranking-01-ratio.png");
		background-size: 28.5px 28.5px;
	}

	.widget-ranking article.ranking-2 a:before {
		background-image: url("images/icons/icon-ranking-02-ratio.png");
		background-size: 28.5px 28.5px;
	}

	.widget-ranking article.ranking-3 a:before {
		background-image: url("images/icons/icon-ranking-03-ratio.png");
		background-size: 28.5px 28.5px;
	}

	.widget-ranking article.ranking-4 a:before {
		background-image: url("images/icons/icon-ranking-04-ratio.png");
		background-size: 28.5px 28.5px;
	}

	.widget-ranking article.ranking-5 a:before {
		background-image: url("images/icons/icon-ranking-05-ratio.png");
		background-size: 28.5px 28.5px;
	}
}

.category-header .category-description {
	font-size: 1.4rem;
	text-align: center;
	font-weight: 200;
	line-height: 1.85;
	margin: 15px auto 0;
	padding: 0 9px;
}

.night-pool img {
	height: 34.5px;
}