:root {
	--vh: 10px;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font-family: Helvetica, Helvetica Neue, Lucida Grande, Arial, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, ＭＳ\Ｐゴシック, sans-serif;
	overflow-y: scroll;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
td,
th {
	text-align: left;
	font-weight: 400;
	vertical-align: middle;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

#rotation-banner {
	overflow: hidden;
}

.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

.rsWebkit3d .rsABlock,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsLink,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsPreloader,
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsThumbs,
.rsWebkit3d img {
	-webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsContainer,
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img {
	-webkit-transform: none;
}

.rsOverflow {
	float: left;
}

.rsOverflow,
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.rsVisibleNearbyWrap {
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	transition: 0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.rsSlide img.only-desktop {
	display: block !important;
}

@media (max-width: 48em) {
	.rsSlide img.only-desktop {
		display: none !important;
	}
}
.rsSlide img.only-sp {
	display: none !important;
}

@media (max-width: 48em) {
	.rsSlide img.only-sp {
		display: block !important;
	}
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position: absolute;
	z-index: 0;
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.rsNavItem {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}

.rsTabs {
	float: left;
	background: none !important;
}

.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}

.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}

.rsVideoContainer .rsVideoObj,
.rsVideoContainer embed,
.rsVideoContainer iframe,
.rsVideoContainer video {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.rsVideoContainer.rsIOSVideo embed,
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video {
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
}

img.rsImg {
	max-width: none;
}

.grab-cursor,
.grabbing-cursor {
	cursor: move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 255, 255, 0.2);
	background: #fff;
}

body {
	font-weight: 200;
}

a,
body {
	color: #444;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html.touch a:hover {
	text-decoration: underline;
}

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

.no_copy {
	position: relative;
	z-index: 0;
	display: block;
}

.no_copy:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') repeat;
}

.no_copy.with-border:after {
	box-sizing: border-box;
	border: 1px solid #ddd;
}

#preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	color: #000;
	text-align: center;
	overflow: hidden;
	opacity: 1;
	visibility: visible;
}

#preloader .ajax-loader {
	width: 50px;
	height: 50px;
	background: #fff;
	display: block;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

#sns_box {
	background-color: #efefef;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-repeat: no-repeat;
	height: 180px;
	padding: 0 0 15px;
	position: fixed;
	right: 0;
	top: 250px;
	width: 47px;
	z-index: 99999;
}

@media (max-width: 75em) {
	#sns_box {
		display: none;
	}
}
.lt-ie9 #container {
	width: 1210px;
	margin: 0 auto;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 75em) {
	.wrapper {
		padding: 0 15px;
	}
}

.mobile-header-wrap {
	position: relative;
}

#mobile-header {
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	position: fixed;
	background-color: #fff;
	z-index: 1001;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#mobile-header.static {
	position: absolute;
	top: auto;
	left: auto;
}

#mobile-header .inner {
	margin: 0 20px;
	position: relative;
}

@media (max-width: 60em) {
	#mobile-header {
		display: block;
	}
}
.bookmark-me {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}

.bookmark-me img {
	display: block;
	width: 160px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	padding-top: 30px;
	zoom: 1;
}

#header:after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 60em) {
	#header {
		padding-top: 60px;
	}
}
#mobileNavBtn {
	position: absolute;
	display: none;
	width: 20px;
	height: 20px;
	top: 10px;
	left: 0;
	cursor: pointer;
	z-index: 100;
}

@media (max-width: 60em) {
	#mobileNavBtn {
		display: block;
	}
}
#mobileSocialBtn {
	position: absolute;
	display: none;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 0;
	cursor: pointer;
	z-index: 100;
}

@media (max-width: 60em) {
	#mobileSocialBtn {
		display: block;
	}
}
.mm-menu.mm-front {
	z-index: 2000 !important;
}

.mm-menu.mm-white {
	display: none;
	background-color: #fafafa;
}

.mm-menu.mm-white h3 {
	margin: 20px 10px 0;
	color: #666;
	font-size: 13px;
	font-weight: 700;
}

.mm-menu.mm-white ul {
	margin: 10px 10px 0;
}

.mm-menu.mm-white ul li {
	border-top: 1px solid #dcdcdc;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
}

.mm-menu.mm-white ul li a,
.mm-menu.mm-white ul li a:visited {
	color: #333;
	text-decoration: none;
}

.mm-menu.mm-white ul li.fashion a {
	color: #fc6;
}

.mm-menu.mm-white ul li.healthbeauty a {
	color: #ffbef1;
}

.mm-menu.mm-white ul li.artculture a {
	color: #ac15dd;
}

.mm-menu.mm-white ul li.home a {
	color: #963;
}

.mm-menu.mm-white ul li.ethicalista a {
	color: #ac15dd;
}

.mm-menu.mm-white ul li.lovehuman a {
	color: #f39;
}

.mm-menu.mm-white ul li.work a {
	color: #6cf;
}

.mm-menu.mm-white ul li.food a {
	color: #6c6;
}

.mm-menu.mm-white ul.categories li {
	font-weight: 700;
}

.tagline {
	float: left;
}

.tagline h2 {
	font-size: 14px;
}

.tagline h2 br {
	display: none;
}

@media (max-width: 60em) {
	.tagline {
		clear: both;
		float: none;
		padding-top: 5px;
	}

	.tagline h2 {
		text-align: center;
		font-size: 13px;
		line-height: 1.6;
	}

	.tagline h2 br {
		display: block;
	}
}
.links {
	float: right;
}

.links a {
	display: inline-block;
	opacity: 0.8;
	color: #333;
	padding-left: 5px;
	margin-left: 5px;
	font-size: 11px;
	text-decoration: none;
	border-left: 1px dotted #333;
}

.links a:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.links a.selected,
.links a:hover {
	opacity: 1;
}

@media (max-width: 60em) {
	.links {
		display: none;
	}
}
.logo {
	display: block;
	width: 110px;
	margin-top: 14px;
	float: left;
	clear: left;
}

@media (max-width: 60em) {
	.logo {
		float: none;
		margin: 0 auto;
	}
}
.logo.only-desktop {
	width: 14%;
	display: block !important;
}

@media (max-width: 60em) {
	.logo.only-desktop {
		display: none !important;
	}
}
.logo.only-sp {
	display: none !important;
}

@media (max-width: 60em) {
	.logo.only-sp {
		display: block !important;
	}
}
.overthrow-enabled .overthrow {
	-webkit-overflow-scrolling: touch;
}

.categories.pc {
	zoom: 1;
	float: right;
	display: block;
	padding: 9px 0 0;
	width: 83%;
	margin-left: 3%;
}

.categories.pc:after {
	content: '';
	display: table;
	clear: both;
}

.categories.pc li {
	border-radius: 5px;
	display: block;
	float: left;
	width: 13%;
	margin-right: 1.5%;
	margin-top: 15px;
}

.categories.pc li:last-child {
	margin-right: 0;
}

.categories.pc li a {
	margin: 3px 0;
	padding: 8px 0;
	opacity: 0.8;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	color: #000;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 1.8;
	text-decoration: none;
	border-bottom: 2px solid blue;
}

.categories.pc li a.selected,
.categories.pc li a:hover {
	opacity: 1;
}

.categories.pc li a span {
	display: block;
	font-size: 10px;
}

@media (max-width: 70em) {
	.categories.pc li {
		width: 13.4%;
		margin-right: 1%;
		margin-top: 10px;
	}

	.categories.pc li a {
		font-size: 12px;
	}
}
.categories.pc li.fashion {
	background: -webkit-linear-gradient(rgba(255, 204, 102, 0.13), hsla(0, 0%, 100%, 0.01));
	background: linear-gradient(rgba(255, 204, 102, 0.13), hsla(0, 0%, 100%, 0.01));
}

.categories.pc li.fashion,
.categories.pc li.fashion a:hover {
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.categories.pc li.fashion a:hover {
	color: #fc6;
}

.categories.pc li.healthbeauty {
	background: -webkit-linear-gradient(rgba(255, 220, 251, 0.26), hsla(0, 0%, 100%, 0.01));
	background: linear-gradient(rgba(255, 220, 251, 0.26), hsla(0, 0%, 100%, 0.01));
}

.categories.pc li.healthbeauty,
.categories.pc li.healthbeauty a:hover {
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.categories.pc li.healthbeauty a:hover {
	color: #ffbef1;
}

.categories.pc li.food {
	background: -webkit-linear-gradient(rgba(110, 233, 110, 0.11), hsla(0, 0%, 100%, 0.01));
	background: linear-gradient(rgba(110, 233, 110, 0.11), hsla(0, 0%, 100%, 0.01));
}

.categories.pc li.food,
.categories.pc li.food a:hover {
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.categories.pc li.food a:hover {
	color: #6c6;
}

.categories.pc li.artculture {
	background: -webkit-linear-gradient(rgba(172, 21, 221, 0.04), hsla(0, 0%, 100%, 0.01));
	background: linear-gradient(rgba(172, 21, 221, 0.04), hsla(0, 0%, 100%, 0.01));
}

.categories.pc li.artculture,
.categories.pc li.artculture a:hover {
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.categories.pc li.artculture a:hover {
	color: #ac15dd;
}

.categories.pc li.home {
	background: -webkit-linear-gradient(rgba(153, 102, 51, 0.08), hsla(0, 0%, 100%, 0.01));
	background: linear-gradient(rgba(153, 102, 51, 0.08), hsla(0, 0%, 100%, 0.01));
}

.categories.pc li.home,
.categories.pc li.home a:hover {
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.categories.pc li.home a:hover {
	color: #963;
}

.categories.pc li.lovehuman {
	background: -webkit-linear-gradient(rgba(255, 51, 153, 0.05), hsla(0, 0%, 100%, 0.01));
	background: linear-gradient(rgba(255, 51, 153, 0.05), hsla(0, 0%, 100%, 0.01));
}

.categories.pc li.lovehuman,
.categories.pc li.lovehuman a:hover {
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.categories.pc li.lovehuman a:hover {
	color: #f39;
}

.categories.pc li.work {
	background: -webkit-linear-gradient(rgba(102, 204, 255, 0.09), hsla(0, 0%, 100%, 0.01));
	background: linear-gradient(rgba(102, 204, 255, 0.09), hsla(0, 0%, 100%, 0.01));
}

.categories.pc li.work,
.categories.pc li.work a:hover {
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.categories.pc li.work a:hover {
	color: #6cf;
}

@media (max-width: 60em) {
	.categories.pc {
		display: none;
	}
}
.breadcrumbs {
	padding: 15px 0;
	font-size: 11px;
	line-height: 1.6;
}

.breadcrumbs a,
.breadcrumbs a.home,
.breadcrumbs span {
	display: inline-block;
	padding: 0 5px;
	color: #555;
}

#mobile-nav .close-btn,
#social-nav .close-btn {
	position: absolute;
	width: 16px;
	top: 15px;
	cursor: pointer;
	z-index: 1000;
}

#mobile-nav .close-btn.left,
#mobile-nav .close-btn.right,
#social-nav .close-btn.left,
#social-nav .close-btn.right {
	right: 15px;
}

#mobile-nav li > a {
	font-size: 16px;
}

#main {
	width: 100%;
	zoom: 1;
}

#main:after {
	content: '';
	display: table;
	clear: both;
}

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}

#footer {
	width: 100%;
	background: #000;
	margin-top: 30px;
	color: #fff;
	font-size: 11px;
	line-height: 40px;
	zoom: 1;
}

#footer:after {
	content: '';
	display: table;
	clear: both;
}

#footer .wrapper {
	zoom: 1;
}

#footer .wrapper:after {
	content: '';
	display: table;
	clear: both;
}

#footer #copyright {
	float: left;
	font-size: 13px;
	line-height: 40px;
	cursor: pointer;
}

@media (max-width: 619.5px) {
	#footer #copyright {
		float: none;
		width: 100%;
		text-align: center;
	}
}

#footer #footer-link {
	float: left;
	margin-left: 8px;
	width: auto;
	zoom: 1;
}

#footer #footer-link:after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 619.5px) {
	#footer #footer-link {
		float: none;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
}
#footer #footer-link li {
	display: block;
	float: left;
	margin-left: 7px;
	font-size: 13px;
}

@media (max-width: 619.5px) {
	#footer #footer-link li {
		float: none;
		display: inline-block;
		margin-left: 5px;
		font-size: 13px;
	}
}
#footer #footer-link li:first-child {
	margin-left: 0;
}

#footer #footer-link li a {
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	cursor: pointer;
}

#footer #footer-left-content {
	float: left;
	margin-top: 5px;
	line-height: 40px;
}

@media (max-width: 619.5px) {
	#footer #footer-left-content {
		float: none;
	}
}
#footer #footer-social {
	float: right;
	margin-top: 10px;
	zoom: 1;
}

#footer #footer-social:after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 945px) {
	#footer #footer-social {
		float: left;
	}
}
@media (max-width: 619.5px) {
	#footer #footer-social {
		float: none;
		width: 180px;
		margin: 6px auto 0;
	}
}
#footer #footer-social .footer-social-button {
	float: left;
	margin-left: 6px;
}

#footer #footer-social .footer-social-button.twitter {
	width: 100px;
}

#footer #footer-social .footer-social-button:first-child {
	margin-left: 0;
}

#footer_new_container {
	margin-top: 30px;
}

#footer_new_container h1 {
	font-size: 13pt;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: table;
	clear: both;
}

.clear:first-child {
	margin-top: 0;
}

.category {
	font-size: 83%;
}

.fashion {
	color: #fc6;
}

.healthbeauty {
	color: #ffdcfb;
}

.artculture {
	color: #ac15dd;
}

.home {
	color: #963;
}

.ethicalista {
	color: #fff;
}

.lovehuman {
	color: #f39;
}

.work {
	color: #6cf;
}

.food {
	color: #6c6;
}

.border-fashion {
	border-color: #fc6 !important;
}

.border-healthbeauty {
	border-color: #ffdcfb !important;
}

.border-artculture {
	border-color: #ac15dd !important;
}

.border-home {
	border-color: #963 !important;
}

.border-lovehuman {
	border-color: #f39 !important;
}

.border-work {
	border-color: #6cf !important;
}

.border-food {
	border-color: #6c6 !important;
}

.area-fashion,
.area-fashion h2 {
	border-color: #fc6 !important;
}

.area-fashion h2 {
	border-left: 2px solid;
	padding-left: 10px;
	padding-bottom: 1px;
}

.area-healthbeauty,
.area-healthbeauty h2 {
	border-color: #ffdcfb !important;
}

.area-healthbeauty h2 {
	border-left: 2px solid;
	padding-left: 10px;
	padding-bottom: 1px;
}

.area-artculture,
.area-artculture h2 {
	border-color: #ac15dd !important;
}

.area-artculture h2 {
	border-left: 2px solid;
	padding-left: 10px;
	padding-bottom: 1px;
}

.area-home,
.area-home h2 {
	border-color: #963 !important;
}

.area-home h2 {
	border-left: 2px solid;
	padding-left: 10px;
	padding-bottom: 1px;
}

.area-lovehuman,
.area-lovehuman h2 {
	border-color: #f39 !important;
}

.area-lovehuman h2 {
	border-left: 2px solid;
	padding-left: 10px;
	padding-bottom: 1px;
}

.area-work,
.area-work h2 {
	border-color: #6cf !important;
}

.area-work h2 {
	border-left: 2px solid;
	padding-left: 10px;
	padding-bottom: 1px;
}

.area-food,
.area-food h2 {
	border-color: #6c6 !important;
}

.area-food h2 {
	border-left: 2px solid;
	padding-left: 10px;
	padding-bottom: 1px;
}

.area-ethicalista,
.area-safiaminney,
.area-yoshikoikoma {
	border-color: #666 !important;
}

.narrow-page {
	margin: 40px 10%;
}

@media (max-width: 64em) {
	.narrow-page {
		margin: 0;
	}
}
.to-page-top {
	display: block;
	width: 40px;
	float: right;
	margin-top: 25px;
	overflow: hidden;
	border-radius: 5px;
	opacity: 0.7;
}

.to-page-top:active,
.to-page-top:hover {
	opacity: 1;
}

@media (max-width: 64em) {
	.to-page-top {
		position: fixed;
		bottom: 25px;
		right: 25px;
		z-index: 1000;
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
	}

	.to-page-top.show {
		visibility: visible;
		pointer-events: auto;
		opacity: 1;
		transition: opacity 0.6s cubic-bezier(0, 0.5, 0.5, 1);
	}
}

ul.archive-toc .archive-year {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

ul.archive-toc > li {
	margin-top: 35px;
}

ul.archive-toc > li:first-child {
	margin-top: 0;
}

ul.archive-toc .archive-year-toc {
	zoom: 1;
}

ul.archive-toc .archive-year-toc:after {
	content: '';
	display: table;
	clear: both;
}

ul.archive-toc .archive-year-toc li {
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 0;
}

ul.archive-toc .archive-year-toc li:first-child {
	margin-left: 0;
}

ul.archive-toc .archive-year-toc li:not(.magz) a {
	display: block;
	width: 70px;
	padding: 10px 3px;
	text-decoration: none;
	text-align: center;
	background-color: #efefef;
	border-radius: 5px;
}

ul.archive-toc .archive-year-toc li a .count {
	color: #666;
	font-size: 10px;
}

ul.archive-toc .archive-year-toc li a:hover {
	background-color: #ccc;
}

ul.archive-toc .archive-year-toc li.magz {
	float: left;
	width: 23.2%;
	height: auto;
	margin: 0 0 0 2.4%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	line-height: 1.4;
	border-radius: 10px;
}

ul.archive-toc .archive-year-toc li.magz:nth-of-type(1),
ul.archive-toc .archive-year-toc li.magz:nth-of-type(4n + 1) {
	margin-left: 0;
}

ul.archive-toc .archive-year-toc li.magz .square-article {
	width: 100%;
	line-height: 0;
	height: auto;
}

ul.archive-toc .archive-year-toc li.magz .square-article .no_copy p {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	color: #747474;
	font-size: 210%;
}

@media (max-width: 64em) {
	ul.archive-toc .archive-year-toc li.magz {
		width: 31%;
	}

	ul.archive-toc .archive-year-toc li.magz,
	ul.archive-toc .archive-year-toc li.magz:nth-of-type(4n + 1) {
		margin-left: 3.5%;
	}

	ul.archive-toc .archive-year-toc li.magz:nth-of-type(3n + 1) {
		margin-left: 0;
	}
}

@media (max-width: 48em) {
	ul.archive-toc .archive-year-toc li.magz {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	ul.archive-toc .archive-year-toc li.magz,
	ul.archive-toc .archive-year-toc li.magz:nth-of-type(4n + 1) {
		margin-left: 0;
	}

	ul.archive-toc .archive-year-toc li.magz:nth-of-type(odd) {
		margin-left: 0 !important;
	}
}

.archive-list li {
	display: block;
	margin-top: 15px;
	font-size: 12px;
}

.archive-list span,
.tag-list a {
	display: inline-block;
	margin-right: 15px;
	padding: 10px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	background-color: #efefef;
	border-radius: 5px;
}

.tag-list a {
	margin-top: 15px;
	font-size: 12px;
}

.tag-list a:hover {
	text-decoration: underline;
}

.social-box {
	border-top: 3px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #f5f5f5;
	zoom: 1;
	position: relative;
}

.social-box:after {
	content: '';
	display: table;
	clear: both;
}

.social-box .fb_iframe_widget {
	display: block;
	width: 250px;
	margin: 0 auto;
}

.social-box .social-image {
	float: left;
	width: 50%;
}

.social-box .social-controls {
	width: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.social-box .social-controls .callout {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #555;
}

.social-box .social-controls .extra {
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
}

@media (max-width: 945px) {
	.social-box .social-controls,
	.social-box .social-image {
		float: none;
		width: 100%;
	}

	.social-box .social-controls {
		position: relative;
		transform: none;
		margin-bottom: 30px;
	}

	.social-box .social-controls .callout,
	.social-box .social-image .callout {
		margin: 20px 0;
		font-size: 18px;
	}
}

.float-container {
	zoom: 1;
}

.float-container:after {
	content: '';
	display: table;
	clear: both;
}

.float-container .breadcrumbs {
	float: left;
}

.float-container .article-categories {
	float: right;
	padding: 15px 0;
}

.float-container .article-categories .series {
	margin-right: 15px;
}

@media (max-width: 64em) {
	.float-container .breadcrumbs {
		float: none;
	}

	.float-container .article-categories {
		float: none;
		margin-bottom: 25px;
		padding: 0;
	}
}
.search-widget {
	position: relative;
	float: right;
	margin-left: 20px;
	zoom: 1;
}

.search-widget:after {
	content: '';
	display: table;
	clear: both;
}

.search-widget input {
	width: 65px;
	padding: 5px 25px 5px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 12px;
	font-size: 12px;
	line-height: 1em;
}

.search-widget input:focus {
	outline: 0 !important;
}

.search-widget button {
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	padding: 0;
	top: 4px;
	right: 5px;
	border-style: none;
	border: 0;
	background-color: #fff;
}

.search-widget button img {
	width: 100%;
	height: auto;
}

.search-widget.only-desktop {
	display: block !important;
}

@media (max-width: 60em) {
	.search-widget.only-desktop {
		display: none !important;
	}
}
.search-widget.only-sp {
	display: none !important;
}

@media (max-width: 60em) {
	.search-widget.only-sp {
		float: none;
		display: block !important;
		position: relative;
		width: 100px;
		margin: 25px auto 0;
	}
}
#main-visual {
	margin-top: 30px;
}

#main-visual .main-visual-spacer {
	width: 100%;
	padding-bottom: 52.06611570247934%;
	background-color: #efefef;
	border-radius: 10px;
}

@media (max-width: 48em) {
	#main-visual .main-visual-spacer {
		padding-bottom: 100%;
	}
}
.main-carousel .static-banner {
	overflow: hidden;
	border-radius: 10px;
}

.owl-wrapper {
	position: relative;
}

.owl-carousel > div {
	overflow: hidden;
}

.owl-carousel > div,
.owl-carousel > div img {
	border-radius: 10px;
}

.owl-carousel > div img.only-desktop {
	display: block !important;
}

@media (max-width: 48em) {
	.owl-carousel > div img.only-desktop {
		display: none !important;
	}
}
.owl-carousel > div img.only-sp {
	display: none !important;
}

@media (max-width: 48em) {
	.owl-carousel > div img.only-sp {
		display: block !important;
	}
}
.owl-carousel .owl-controls {
	display: none;
}

.static-banner img.only-desktop {
	display: block !important;
}

@media (max-width: 48em) {
	.static-banner img.only-desktop {
		display: none !important;
	}
}
.static-banner img.only-sp {
	display: none !important;
}

@media (max-width: 48em) {
	.static-banner img.only-sp {
		display: block !important;
	}
}
.carousel-pager {
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 20px;
	z-index: 1000;
}

.carousel-pager ul {
	list-style-type: none;
	line-height: 12px;
	text-align: center;
}

.carousel-pager ul li {
	display: inline-block;
	margin-left: 15px;
}

.carousel-pager ul li:first-child {
	margin-left: 0;
}

.carousel-pager ul li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAMAAACDi47UAAAAPFBMVEW6urr///+6urr///+6urr///+6urr///+6urr///+6urr///+6urr///+6urr///+6urr///+6urr///9IDk4OAAAAEnRSTlMAAExMTU1OToSEvr7y8vPz9PQmMT/vAAAAWUlEQVQImW3Oyw6AIAxE0RkBhVbe//+vRgK64S5P0kwBWElJDpB0mrMaEvBt5MnQR4E42syaPnOQhaILFffCOy6MP6YP8/7cfkPuH9q+BJxSitj3+UtrVUc+Z3gK0WSG0wAAAAAASUVORK5CYII=') no-repeat -10px 0;
}

.carousel-pager ul li a.active,
.carousel-pager ul li a:hover {
	background-position: 0 0;
}

#rotation-banner {
	width: 100%;
	margin-top: 30px;
	position: relative;
}

#rotation-banner .rsSlide {
	position: absolute;
	float: left;
	direction: ltr;
	cursor: pointer;
	border-radius: 10px;
}

#rotation-banner .rsSlide div {
	vertical-align: middle;
}

#rotation-banner .rsSlide a {
	display: block;
	text-align: center;
}

#rotation-banner .rsSlide a img {
	width: 100%;
}

#rotation-banner .rsSlide a dl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12%;
	padding-top: 2%;
	display: table;
	display: none;
	background: rgba(0, 0, 0, 0.6);
	text-align: left;
	color: #fff;
	-webkit-transition: all 1s;
	transition: all 1s;
}

@media (max-width: 619.5px) {
	#rotation-banner .rsSlide a dl {
		padding-top: 2%;
	}
}
#rotation-banner .rsSlide a dl dd,
#rotation-banner .rsSlide a dl dt {
	width: auto;
	opacity: 0.8;
	line-height: 1.8;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#rotation-banner .rsSlide a dl dt {
	font-size: 28px;
	padding-left: 2%;
	float: left;
}

@media (max-width: 1270.5px) {
	#rotation-banner .rsSlide a dl dt {
		font-size: 16px;
	}
}
@media (max-width: 945px) {
	#rotation-banner .rsSlide a dl dt {
		font-size: 14px;
	}
}
@media (max-width: 619.5px) {
	#rotation-banner .rsSlide a dl dt {
		font-size: 10px;
	}
}
#rotation-banner .rsSlide a dl dd {
	font-size: 14px;
	line-height: 3.6;
	padding-right: 2%;
	float: right;
}

@media (max-width: 1270.5px) {
	#rotation-banner .rsSlide a dl dd {
		font-size: 12px;
	}
}
@media (max-width: 945px) {
	#rotation-banner .rsSlide a dl dd {
		font-size: 10px;
	}
}
@media (max-width: 619.5px) {
	#rotation-banner .rsSlide a dl dd {
		font-size: 10px;
	}
}
#rotation-banner .rsSlide.rsActiveSlide a dl dd,
#rotation-banner .rsSlide.rsActiveSlide a dl dt {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#rotation-banner .rsArrow {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#rotation-banner .rsArrow .rsArrowIcn {
	font-size: 60px;
	color: #ccc;
	opacity: 0.5;
	-webkit-transition: all 1s;
	transition: all 1s;
}

#rotation-banner .rsArrow:hover .rsArrowIcn {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#rotation-banner .rsArrow.rsArrowLeft {
	left: 0;
	background: #fff;
	padding: 30px 20px 30px 15px;
}

#rotation-banner .rsArrow.rsArrowRight {
	right: 0;
	background: #fff;
	padding: 30px 15px 30px 20px;
}

#rotation-banner .rsArrow.rsHidden.rsArrowLeft {
	left: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

#rotation-banner .rsArrow.rsHidden.rsArrowRight {
	right: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

#rotation-banner .rsBullets {
	position: absolute;
	top: 94%;
	left: 3%;
	width: 95%;
	height: 10px;
	float: none;
	text-align: center;
	zoom: 1;
}

#rotation-banner .rsBullets:after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 619.5px) {
	#rotation-banner .rsBullets {
		text-align: center;
		top: 100%;
		padding-top: 6px;
	}
}
#rotation-banner .rsBullets .rsNavItem {
	display: inline-block;
	margin-left: 10px;
}

#rotation-banner .rsBullets .rsNavItem:first-child {
	margin-left: 0;
}

#rotation-banner .rsBullets .rsNavItem span {
	width: 10px;
	height: 10px;
	background: #ccc;
	display: block;
	opacity: 0.4;
	border-radius: 10px;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

#rotation-banner .rsBullets .rsNavItem.rsNavSelected span {
	opacity: 1;
}

.no-touch #rotation-banner .rsSlide a dl dd,
.no-touch #rotation-banner .rsSlide a dl dt {
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-delay: 1.2s;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}

.no-touch #rotation-banner .rsSlide:hover a dl {
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.feed-wrapper {
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 40em) {
	.articles.overthrow {
		width: 100% !important;
		height: auto;
		padding: 0 0 15px;
		overflow: auto;
		white-space: nowrap;
	}

	.articles.overthrow .square-article {
		float: none;
		display: inline-table;
		width: 270px;
		margin-left: 30px !important;
	}

	.articles.overthrow .square-article:first-child {
		margin-left: 0 !important;
	}

	.articles.overthrow .square-article > a {
		word-break: break-all;
		word-wrap: break-word;
		white-space: normal;
	}

	.articles.overthrow .square-article > a .no_copy img {
		max-width: 270px;
	}
}

@media (max-width: 40em) {
	/*.reports .square-article:nth-child(4) {
		display: none;
	}*/
}
.square-article {
	float: left;
	width: 23.2%;
	height: 280px;
	margin: 30px 0 0 2.4%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	line-height: 1.4;
	border-radius: 10px;
}

.square-article:nth-child(4n + 1) {
	margin-left: 0;
}

.square-article.x2 {
	width: 48.8%;
}

@media (max-width: 32em) {
	.square-article.x2 {
		width: 100%;
	}
}

@media (max-width: 64em) {
	.square-article {
		width: 31%;
	}

	.square-article,
	.square-article:nth-child(4n + 1) {
		margin-left: 3.5%;
	}

	.square-article:nth-child(3n + 1),
	.articles.pc-only + .square-article {
		margin-left: 0;
	}

	.articles.pc-only + .square-article + .square-article {
		margin-left: 3.5% !important;
	}

	.square-article.square-twitter {
		margin-left: 0 !important;
	}
}

@media (max-width: 48em) {
	.square-article {
		width: calc(50% - 7px);
		margin-left: 14px;
	}

	.square-article:nth-child(4n + 1),
	.square-article:nth-child(odd) {
		margin-left: 0;
	}
	.square-article.square-facebook,
	.square-article:nth-child(even) {
		margin-left: 14px;
	}

	.articles.pc-only + .square-article + .square-article {
		margin-left: 14px !important;
	}

	.square-article.square-twitter {
		margin-left: auto !important;
	}
}

@media (max-width: 32em) {
	.square-article {
		width: 100%;
		max-width: 300px;
		float: none;
		margin: 30px auto 0 !important;
	}

	.articles.pc-only + .square-article + .square-article {
		margin-left: auto !important;
	}

	.square-article:nth-child(even) {
		margin-left: 0;
	}

	.square-article.square-facebook {
		margin-left: auto !important;
	}
}

@media (max-width: 26em) {
	.square-article {
		width: 100%;
		max-width: none;
		float: none;
		margin: 30px auto 0 !important;
		height: auto;
	}

	.square-article:nth-child(even) {
		margin-left: 0;
	}
	.square-article[data-shuffle-category='henshu']:nth-child(n + 9) {
		display: none;
	}
}
.square-article.framed a {
	border: 1px solid #9f9f9f;
	border-radius: 10px;
	overflow: hidden;
}

.square-article > a {
	display: block;
	overflow: hidden;
}

.square-article > a > span {
	overflow: hidden;
	text-align: center;
}

.square-article > a .no_copy img {
	width: auto;
	max-width: 280px;
	position: relative;
	left: 100%;
	margin-left: -200%;
}

@media (max-width: 64em) {
	.square-article > a .no_copy img {
		max-width: 310px;
	}
}
@media (max-width: 48em) {
	.square-article > a .no_copy img {
		max-width: 374px;
	}
}
@media (max-width: 32em) {
	.square-article > a .no_copy img {
		max-width: 300px;
	}
}
@media (max-width: 26em) {
	.square-article > a .no_copy {
		line-height: 0;
	}

	.square-article > a .no_copy:before {
		content: '';
		display: block;
		width: 100%;
		padding-bottom: 100%;
	}

	.square-article > a .no_copy img {
		margin-left: 0;
		max-width: 100%;
		width: 100%;
		display: block;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
@media (max-width: 20em) {
	.square-article > a .no_copy img {
		max-width: 300px;
	}
}
.square-article .ranking-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-align: center;
	background: #555;
	color: #fff;
	line-height: 30px;
	z-index: 5;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.square-article .square-wrapper {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
}

.square-article .square-wrapper span.grade {
	position: absolute;
	top: 23px;
	right: 14px;
	line-height: 10px;
	font-size: 10px;
}

.square-article .square-wrapper span.date {
	position: absolute;
	top: 10px;
	right: 8px;
	line-height: 9px;
	font-size: 9px;
}

.square-article .square-wrapper span.date_no_label {
	top: 20px;
}

.square-article .square-wrapper span.category {
	position: absolute;
	top: 12px;
	left: 10px;
	font-size: 15px;
	line-height: 22px;
}

.square-article .square-wrapper .grade-a {
	float: left;
	border: 1px solid;
	padding: 1px 4px 0;
	zoom: 1;
}

.square-article .square-wrapper .grade-a:after {
	content: '';
	display: table;
	clear: both;
}

.square-article .square-wrapper .grade-b {
	float: left;
	padding: 0;
	zoom: 1;
}

.square-article .square-wrapper .grade-b:after {
	content: '';
	display: table;
	clear: both;
}

.square-article .square-wrapper .grade-d {
	float: left;
	border: 1px solid;
	padding: 1px 4px 0;
	zoom: 1;
}

.square-article .square-wrapper .grade-d:after {
	content: '';
	display: table;
	clear: both;
}

.square-article .square-wrapper .summary {
	margin-top: 8px;
	padding-top: 9px;
	border-top: 2px solid hsla(0, 0%, 100%, 0.8);
	float: left;
	font-size: 11px;
}

.square-article .square-wrapper dl.article-summary {
	padding: 0 10px;
	height: 280px;
}

.square-article .square-wrapper dl.article-summary .summary {
	border-top: 1px solid hsla(0, 0%, 100%, 0.8);
	font-size: 11px;
	margin: 0;
	padding: 8px 0 10px;
}

.square-article .square-wrapper .title {
	font-size: 13px;
}

.square-article .square-wrapper dl.article-info {
	margin-top: 43px;
}

.square-article .square-wrapper dl.article-info dt {
	height: 44px;
	padding: 3px 10px 0;
}

.square-article .square-wrapper dl.article-info dd {
	margin: 0;
	height: 280px;
	padding: 3px 10px 0;
}

.square-article .square-wrapper dt {
	font-size: 12px;
	height: 36px;
	overflow: hidden;
}

.square-article .square-wrapper dd {
	font-size: 10px;
	margin-top: 3px;
}

.square-article .square-wrapper dd.haveCategory {
	font-size: 11px;
}

.square-article .square-wrapper dd.fashion {
	color: #fc6;
}

.square-article .square-wrapper dd.healthbeauty {
	color: #ffdcfb;
}

.square-article .square-wrapper dd.artculture {
	color: #ac15dd;
}

.square-article .square-wrapper dd.home {
	color: #963;
}

.square-article .square-wrapper dd.lovehuman {
	color: #f39;
}

.square-article .square-wrapper dd.work {
	color: #6cf;
}

.square-article .square-wrapper dd.food {
	color: #6c6;
}

.square-article .social-widget-title {
	overflow: hidden;
}

.square-article .square-overflows {
	height: 236px;
	border-radius: 10px;
	overflow: scroll;
}

.square-article .square-article-overlay {
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	z-index: 1000;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.square-article .square-article-overlay a {
	color: #fff;
}

.square-article .square-article-overlay.article-tumblr {
	text-align: center;
	line-height: 70px;
	height: 70px;
}

.square-article .square-article-overlay.article-tumblr .square-wrapper {
	margin: 0 auto;
	font-size: 16px;
}

.square-article .square-article-overlay .overlay-content {
	opacity: 1;
	font-size: 12px;
	line-height: 1.5;
}

.square-article .square-article-overlay .overlay-content p {
	margin-top: 5px;
}

.square-article .square-article-overlay .overlay-content .overlay-text {
	overflow: hidden;
	height: 126px;
}

.visual-mask {
	z-index: 99999;
}

.no-touch .square-article .square-article-overlay {
	height: 90px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.no-touch .square-article .square-article-overlay .overlay-content {
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.no-touch .square-article:hover .square-article-overlay {
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.no-touch .square-article:hover .square-article-overlay.no-scale {
	height: 70px;
}

.no-touch .square-article:hover .square-article-overlay .overlay-content {
	opacity: 1;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.no-touch .square-article:hover .ranking {
	height: 250px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.no-touch .square-article:hover .ranking.no-scale {
	height: 70px;
}

.no-touch .square-article:hover .ranking .overlay-content {
	opacity: 1;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#social-nav li {
	display: block;
	zoom: 1;
}

#social-nav li:after {
	content: '';
	display: table;
	clear: both;
}

#social-nav li:first-child {
	border-bottom: 1px solid #ccc;
}

#social-nav li.antenna,
#social-nav li.twitter {
	width: 137px;
	margin: 25px auto 0;
}

#social-nav li.twitter {
	width: 100%;
	margin-top: 15px;
}

.social-widget {
	background: #eee;
	height: 280px;
	border-radius: 10px;
}

.social-widget .square-wrapper {
	width: 95%;
	margin: 2% auto;
	font-size: 11px;
	line-height: 1.5;
}

.social-widget-title {
	text-align: center;
	background: #555;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

.social-widget-post div,
.social-widget-post div:first-child {
	margin-top: 1em;
}

.social-widget-post div p {
	max-height: 98px;
	overflow: hidden;
}

.social-widget-post div a:hover {
	text-decoration: none;
}

.social-widget-post div span {
	display: block;
	margin-top: 0.2em;
}

.social-widget-post .widget-post-image {
	margin-top: 1em;
}

.social-widget-post img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.widget-button {
	margin-top: 1em;
	text-align: center;
}

.site-outline {
	background: #e5e5e5;
	border-radius: 10px;
}

.site-outline-title {
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
}

.site-outline-content {
	font-size: 12px;
	margin-top: 30px;
	text-align: center;
}

.site-outline-content p {
	line-height: 1.65;
}

.single-article {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.single-article-title {
	font-size: 24px;
	line-height: 1.5;
	border-left: 2px solid;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 1px;
}

@media (max-width: 619.5px) {
	.single-article-title {
		font-size: 18px;
	}
}
.single-article-title span {
	display: block;
}

.single-article-title .subtitle {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
}

.post-date span {
	display: block;
	float: left;
	margin-right: 6px;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 700;
	background-color: #efefef;
	border-radius: 5px;
}

.writer {
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	padding-top: 30px;
}

.single-article-image-caption,
.single-article-mainimage-caption {
	margin-top: 8px;
	font-size: 11px !important;
	line-height: 1.6;
	color: #444;
	text-align: center;
}

.single-article-image-caption-wrp {
	display: block;
	line-height: 1;
}

.single-article-visual {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.single-article-visual img {
	width: auto;
	max-width: 100%;
}

.single-article-section {
	margin-bottom: 30px;
	display: table;
	width: 100%;
}

@media (max-width: 945px) {
	.single-article-section {
		display: block;
	}
}
.single-article-section .single-article-element {
	float: left;
	vertical-align: top;
	width: 48%;
	line-height: 1.8;
	font-size: 14px;
	zoom: 1;
}

.single-article-section .single-article-element:after {
	content: '';
	display: table;
	clear: both;
}

.single-article-section .single-article-element.single {
	width: 100%;
	padding-right: 0;
}

@media (max-width: 945px) {
	.single-article-section .single-article-element {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 10px;
	}
}
@media (max-width: 619.5px) {
	.single-article-section .single-article-element {
		font-size: 10px;
	}
}
@media (max-width: 945px) {
	.single-article-section .single-article-element:first-child {
		margin-top: 0;
	}
}
.single-article-section .single-article-element strong {
	display: inline-block;
	font-weight: 700;
}

.single-article-section .single-article-element + .single-article-element {
	margin-left: 2%;
	padding-left: 2%;
	padding-right: 0;
}

@media (max-width: 945px) {
	.single-article-section .single-article-element + .single-article-element {
		margin-left: 0;
		padding-left: 0;
	}
}
.single-article-section span.image-floating-right {
	width: 48%;
	float: right;
	margin-left: 4%;
	padding-bottom: 12px;
}

@media (max-width: 945px) {
	.single-article-section span.image-floating-right {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 12px;
		float: none;
	}
}
.single-article-section span.image-floating-left {
	display: block;
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 12px;
}

@media (max-width: 945px) {
	.single-article-section span.image-floating-left {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 12px;
		float: none;
	}
}
.single-article-section div.image-floating-right {
	width: 48%;
	float: right;
	padding-bottom: 12px;
}

@media (max-width: 945px) {
	.single-article-section div.image-floating-right {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 12px;
		float: none;
	}
}
.single-article-section div.image-floating-left {
	display: block;
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 12px;
}

@media (max-width: 945px) {
	.single-article-section div.image-floating-left {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 12px;
		float: none;
	}
}
.single-article-section p {
	margin-bottom: 12px;
}

.single-article-section strong {
	font-weight: 700;
}

.single-article-section em {
	font-style: italic;
}

.single-article-section ul {
	margin-bottom: 12px;
	list-style-position: inside;
}

.single-article-section ul li {
	list-style: disc;
	list-style-position: inside;
}

.single-article-section ol {
	margin-bottom: 12px;
	list-style-position: inside;
}

.single-article-section ol li {
	list-style-type: decimal;
}

.single-article-section b {
	font-weight: 700;
}

.single-article-section h1 {
	font-size: 160%;
	font-weight: 700;
	margin-bottom: 12px;
}

.single-article-section h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}

.single-article-section h3 {
	font-size: 15px;
}

.single-article-section h3,
.single-article-section h4,
.single-article-section h5,
.single-article-section h6 {
	font-weight: 700;
	margin-bottom: 12px;
}

.single-article-section blockquote,
.single-article-section q {
	quotes: '“' '”';
	display: block;
}

.single-article-section q:before {
	content: open-quote;
}

.single-article-section q:after {
	content: close-quote;
}

.single-article-image p {
	font-size: 14px;
}

@media (max-width: 945px) {
	.single-article-image p {
		text-align: center;
	}
}
@media (max-width: 619.5px) {
	.single-article-image p {
		font-size: 10px;
	}
}
.single-social {
	width: 100%;
	zoom: 1;
}

.single-social:after {
	content: '';
	display: table;
	clear: both;
}

.single-social.case-under-social-box {
}

.single-social .single-social-button {
	float: left;
	margin-right: 5px;
}

.single-social .single-social-button:first-child {
	margin-left: 0;
}

.single-social .single-social-button.fb-like,
.single-social .single-social-button.fb-share,
.single-social .single-social-button.hatena,
.single-social .single-social-button.instagram,
.single-social .single-social-button.twitter {
	margin-top: 5px;
	margin-bottom: 6px;
}
.single-social .single-social-button.instagram {
	margin-top: 6px; /*IIDA*/
	zoom: 0.84; /*IIDA*/
}

.single-social .article-categories,
.single-social .grade {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 700;
	margin-right: 6px;
	padding: 5px 8px;
	background-color: #efefef;
	border-radius: 5px;
}

.single-social .article-categories a {
	text-decoration: none;
}

.single-social .views {
	padding: 0 10px;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.05em;
	-moz-osx-font-smoothing: grayscale;
}

.single-social .views strong {
	font-size: 18px;
	line-height: 28px;
}

.articles-navigation {
	zoom: 1;
	margin-top: 35px;
}

.articles-navigation:after {
	content: '';
	display: table;
	clear: both;
}

.articles-navigation > a {
	display: block;
	line-height: 100px;
}

.articles-navigation > a:active span,
.articles-navigation > a:hover span {
	text-decoration: underline;
}

.articles-navigation > a.prev,
.articles-navigation > a.prev img,
.articles-navigation > a.prev span {
	float: left;
}

.articles-navigation > a.prev img {
	margin-right: 15px;
}

.articles-navigation > a.next,
.articles-navigation > a.next img,
.articles-navigation > a.next span {
	float: right;
}

.articles-navigation > a.next img {
	margin-left: 15px;
}

.articles-navigation > a img {
	max-width: 100px;
	border-radius: 5px;
}

.articles-navigation > a.framed img {
	border: 1px solid #9f9f9f;
	overflow: hidden;
}

@media (max-width: 32em) {
	.articles-navigation > a {
		font-size: 12px;
		line-height: 45px;
	}

	.articles-navigation > a.prev img,
	.articles-navigation > a.prev span {
		float: none;
		display: block;
	}

	.articles-navigation > a.prev img {
		margin-right: 10px;
	}

	.articles-navigation > a.next img,
	.articles-navigation > a.next span {
		float: none;
		display: block;
	}

	.articles-navigation > a.next span {
		text-align: right;
	}

	.articles-navigation > a.next img {
		margin-left: 10px;
	}

	.articles-navigation > a img {
		max-width: 90px;
	}
}
.rounded {
	border-radius: 10px;
}

.nextPager {
	width: 100%;
	height: 15px;
	margin-top: 30px;
	text-align: center;
}

.fb-comments,
.fb-comments iframe[style],
.fb-comments iframe span[style],
.fb-comments span,
.fb-like-box,
.fb-like-box iframe[style],
.fb-like-box iframe span[style],
.fb-like-box span {
	width: 100% !important;
}

ul.series.pc {
	zoom: 1;
	clear: both;
	display: block;
	width: 100%;
	font-size: 10px;
	line-height: 1.6;
	list-style: none;
	padding-top: 15px;
}

ul.series.pc:after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 60em) {
	ul.series.pc {
		display: none;
	}
}
ul.series.pc li {
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

ul.series.pc li:last-child {
	margin-right: 0;
}

ul.series.pc .se {
	margin: 0 10px;
}

ul.series.pc a {
	display: block;
	padding: 3px 8px;
	opacity: 0.8;
	color: #000;
	text-decoration: none;
}

ul.series.pc a:hover {
	opacity: 1;
	text-decoration: underline;
}

ul.series.pc a.selected {
	opacity: 1;
}

ul.series.sp {
	width: 100%;
}

ul.series.sp li {
	width: 100%;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	text-align: center;
}

ul.series.sp li:first-child {
	margin-top: 0;
	border-top: none;
}

ul.series.sp li a {
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: 16px;
}

#header-content-categories ul.series.sp li a {
	font-weight: 700;
}

.wp-pagenavi {
	display: inline-block !important;
	clear: both !important;
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 13px;
}

.wp-pagenavi span.pages {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	text-shadow: 1px 0 0 1px #f6f6f6 !important;
}

.wp-pagenavi a,
.wp-pagenavi span.extend,
.wp-pagenavi span.pages {
	color: #333 !important;
	font-size: 10px !important;
	margin-right: 12px !important;
	text-decoration: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span.extend {
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-box-shadow: 1px 1px rgba(40, 40, 40, 0.1) inset !important;
	-webkit-box-shadow: 1px 1px rgba(40, 40, 40, 0.1) inset !important;
	background: #d2d2d2 !important;
}

@media (max-width: 22.5em) {
	.wp-pagenavi a,
	.wp-pagenavi span.extend {
		margin-right: 8px !important;
	}

	.wp-pagenavi a.last,
	.wp-pagenavi span.extend.last {
		margin-right: 0;
	}

	.wp-pagenavi a.extend,
	.wp-pagenavi a.larger-page,
	.wp-pagenavi span.extend.extend,
	.wp-pagenavi span.extend.larger-page {
		display: none;
	}
}
.wp-pagenavi a:hover {
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	color: #333 !important;
	-moz-box-shadow: 6px 6px 6px 6px hsla(0, 0%, 86%, 0.1) inset, 6px 6px 6px 6px hsla(0, 0%, 86%, 0.1) inset !important;
	-webkit-box-shadow: 6px 6px 6px 6px hsla(0, 0%, 86%, 0.1) inset, 6px 6px 6px 6px hsla(0, 0%, 86%, 0.1) inset !important;
	background: #d2d2d2 !important;
	background: -webkit-radial-gradient(#f5f5f5, #f5f5f5) !important;
	background: -moz-radial-gradient(#f5f5f5, #f5f5f5) !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	font-size: 10px !important;
	margin-right: 12px !important;
	text-decoration: none !important;
}

.wp-pagenavi span.current {
	color: #fff !important;
	text-shadow: 1px 0 0 1px #f6f6f6 !important;
	-moz-box-shadow: 0 1px #efefef !important;
	-webkit-box-shadow: 0 1px #efefef !important;
	background: #46c6c4 !important;
}

.area-ethicalista,
.area-safiaminney,
.area-yoshikoikoma {
	border-color: #666366 !important;
}

.area-ethicalista h2,
.area-safiaminney h2,
.area-yoshikoikoma h2 {
	border-color: #666 !important;
	border-left: 2px solid;
	padding-left: 10px;
	padding-bottom: 1px;
}

div.single-article-element > p > iframe {
	width: 100% !important;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.cat-item:after {
	content: '　|　';
}

.cat-item:last-child:after {
	content: '';
}

#categories-toggle-bottom-button,
#categories-toggle-button,
#series-toggle-bottom-button,
#series-toggle-button,
#tags-toggle-bottom-button,
#tags-toggle-button {
	display: none;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #f5f5f5;
	text-decoration: none;
	margin-top: 30px;
	border-radius: 5px;
}

#series-toggle-bottom-button,
#series-toggle-button,
#tags-toggle-button {
	margin-top: 10px;
}

#footer-content-categories,
#footer-content-series,
#footer-content-tags,
#header-content-categories,
#header-content-series,
#header-content-tags {
	display: none;
}

@media (max-width: 60em) {
	#categories-toggle-bottom-button,
	#categories-toggle-button,
	#series-toggle-bottom-button,
	#series-toggle-button,
	#tags-toggle-bottom-button,
	#tags-toggle-button {
		display: block;
	}

	#footer-content-series,
	#header-content-series {
		display: none;
	}

	.active-series #series-toggle-bottom-button,
	.active-series #series-toggle-button {
		background-color: #ccc;
	}

	.active-series #footer-content-series,
	.active-series #header-content-series {
		display: block;
	}

	.single-article-title {
		font-size: 18px;
	}

	.single-article-title .subtitle {
		font-size: 14px;
		font-weight: 400;
	}

	.single-article-element {
		font-size: 13pt !important;
	}

	.single-article-element a,
	.single-article-element p,
	.single-article a,
	.single-article p {
		word-break: break-all;
	}

	.single-article-section h2 {
		font-weight: 700;
		font-size: 15px;
	}

	.single-article-section h3 {
		font-size: 15px;
	}

	.single-article-section p {
		font-size: 85%;
	}
}
.banner-container {
	zoom: 1;
}

.banner-container:after {
	content: '';
	display: table;
	clear: both;
}

.banner-container .banner {
	width: 48.8%;
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 30px 0 0 2.4%;
}

.banner-container .banner:nth-child(2n + 1) {
	margin-left: 0;
}

.banner-container .banner img {
	width: 100%;
	border-radius: 10px;
}

@media (max-width: 48em) {
	.banner-container .banner {
		width: calc(50% - 7px);
		margin: 30px 0 0 14px;
	}
}
@media (max-width: 40em) {
	.banner-container .banner {
		float: none;
		width: 100%;
		margin: 30px 0 0;
	}
}
.site-outline-title2 {
	margin-bottom: 48px;
}

.site-outline-content2 {
	margin-top: 20px;
}

.site-outline-content3 {
	margin-top: 7px;
}

@media (min-width: 620px) {
	.header-category {
		margin-top: 15px;
	}
}
@media (min-width: 620px) {
	.category-info-list {
		padding-left: 60px;
	}
}
.social-widget-panel {
	padding: 15px 0 15px 10px;
}

.social-widget-panel ul {
	width: 100%;
	height: auto;
}

.social-widget-panel li {
	margin-bottom: 15px;
}

.social-widget-panel img {
	width: auto;
	height: auto;
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
}

.social-widget-panel a {
	text-decoration: none;
}

.social-widget-panel a:hover {
	text-decoration: underline;
}

@media (max-width: 1270px) {
	.double {
		margin: 0 auto 30px !important;
		float: none;
	}

	.double:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 945px) {
	#main-visual iframe {
		width: 100%;
	}

	.double {
		margin: 0 0 30px !important;
	}

	.double:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 619.5px) {
	#main-visual iframe {
		width: 100%;
		height: 200px;
	}

	.double,
	.double dt {
		width: 280px !important;
	}

	.double .no_copy {
		overflow: hidden;
		position: relative;
		height: 100%;
	}

	.double .no_copy img {
		margin-top: 50px;
	}
}
.breadcrumbs {
	margin-bottom: 15px;
}

@media (max-width: 48em) {
	article#adinfo {
		display: block;
		position: relative;
		overflow: visible;
	}

	article#adinfo .adinfo-inner {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
	}

	article#adinfo:before {
		content: '';
		position: relative;
		width: 100%;
		display: block;
		padding-bottom: 100%;
	}
}

html .sp-only {
	display: none !important;
}

@media (max-width: 40em) {
	html .sp-only {
		display: block !important;
	}
}

html .pc-only {
	display: block !important;
}

@media (max-width: 40em) {
	html .pc-only {
		display: none !important;
	}
}

html.show-next-post-panel #next-post-panel {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media (max-width: 60em) {
	html.show-next-post-panel #next-post-panel {
		-webkit-transition-duration: 0.6s;
		transition-duration: 0.6s;
	}
}

html.show-prev-post-panel #prev-post-panel {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media (max-width: 60em) {
	html.show-prev-post-panel #prev-post-panel {
		-webkit-transition-duration: 0.6s;
		transition-duration: 0.6s;
	}
}

html #next-post-panel,
html #prev-post-panel {
	box-sizing: border-box;
	position: fixed;
	z-index: 2000;
	width: 100%;
	left: 0;
	height: 180px;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.25, 1);
	background-color: #fff;
}

@media (max-width: 60em) {
	html #next-post-panel,
	html #prev-post-panel {
		height: 250px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
}
html #next-post-panel > table,
html #prev-post-panel > table {
	width: 100%;
}

html #next-post-panel > table tfoot tr th .next-nav,
html #next-post-panel > table thead tr th .next-nav,
html #prev-post-panel > table tfoot tr th .next-nav,
html #prev-post-panel > table thead tr th .next-nav {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}

html #next-post-panel > table tfoot tr th .next-nav .next-nav-progress,
html #next-post-panel > table thead tr th .next-nav .next-nav-progress,
html #prev-post-panel > table tfoot tr th .next-nav .next-nav-progress,
html #prev-post-panel > table thead tr th .next-nav .next-nav-progress {
	position: absolute;
	background-color: transparent;
	border-right: 100vw solid transparent;
	border-color: #444;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: translate3d(-100vw, 0, 0);
	transform: translate3d(-100vw, 0, 0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 10ms;
	transition-duration: 10ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 1;
}

html #next-post-panel > table tfoot tr th .next-nav .next-nav-progress.waiting,
html #next-post-panel > table thead tr th .next-nav .next-nav-progress.waiting,
html #prev-post-panel > table tfoot tr th .next-nav .next-nav-progress.waiting,
html #prev-post-panel > table thead tr th .next-nav .next-nav-progress.waiting {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
}

html #next-post-panel > table tfoot tr th .next-nav .next-nav-label,
html #next-post-panel > table thead tr th .next-nav .next-nav-label,
html #prev-post-panel > table tfoot tr th .next-nav .next-nav-label,
html #prev-post-panel > table thead tr th .next-nav .next-nav-label {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 2;
}

html #next-post-panel > table tbody tr td,
html #prev-post-panel > table tbody tr td {
	height: 150px;
	vertical-align: middle;
}

@media (max-width: 60em) {
	html #next-post-panel > table tbody tr td,
	html #prev-post-panel > table tbody tr td {
		height: 220px;
		padding: 0 15px;
	}
}
html #next-post-panel > table tbody tr td .single-article a,
html #prev-post-panel > table tbody tr td .single-article a {
	text-decoration: none;
}

html #next-post-panel > table tbody tr td .single-article a .single-article-title,
html #prev-post-panel > table tbody tr td .single-article a .single-article-title {
	margin-bottom: 0;
}

html #next-post-panel .area-whatday,
html #next-post-panel .border-whatday,
html #prev-post-panel .area-whatday,
html #prev-post-panel .border-whatday {
	border-color: #444 !important;
}

html #next-post-panel .next-nav-progress.area-whatday,
html #next-post-panel .next-nav-progress.border-whatday,
html #prev-post-panel .next-nav-progress.area-whatday,
html #prev-post-panel .next-nav-progress.border-whatday {
	border-color: #aaa !important;
}

html #next-post-panel {
	bottom: 0;
	-webkit-transform: translate3d(0, 180px, 0);
	transform: translate3d(0, 180px, 0);
}

@media (max-width: 60em) {
	html #next-post-panel {
		-webkit-transform: translate3d(0, 250px, 0);
		transform: translate3d(0, 250px, 0);
	}
}
html #prev-post-panel {
	top: 0;
	-webkit-transform: translate3d(0, -180px, 0);
	transform: translate3d(0, -180px, 0);
}

@media (max-width: 60em) {
	html #prev-post-panel {
		-webkit-transform: translate3d(0, -250px, 0);
		transform: translate3d(0, -250px, 0);
	}
}
html .reports {
	display: block;
}

html .shuffle-target {
	display: none;
}

html .owl-wrapper.outsite-pager .carousel-pager {
	bottom: -15px;
}

html .owl-wrapper.outsite-pager .carousel-pager ul li a {
	background: #ddd;
	border-radius: 50%;
}

html .owl-wrapper.outsite-pager .carousel-pager ul li a.active {
	background: #999;
}

html .square-article.tie-up .ranking-title span {
	font-size: 16px;
}

html .square-article.tie-up a .square-article-overlay {
	height: 70px;
}

html .square-article.tie-up a .square-article-overlay .square-wrapper dl {
	display: table;
	width: 100%;
}

html .square-article.tie-up a .square-article-overlay .square-wrapper dl dt {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	width: 100%;
	font-size: 14px;
}

html .writer-profile {
	min-height: 220px;
	padding-left: 220px;
	position: relative;
}

@media (max-width: 619.5px) {
	html .writer-profile {
		padding-left: 15px;
		padding-right: 15px;
	}
}
html .writer-profile .img {
	background: no-repeat 50%;
	background-size: cover;
	border-radius: 10px;
	display: block;
	height: 200px;
	left: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

@media (max-width: 619.5px) {
	html .writer-profile .img {
		margin: 0 auto 20px;
		position: relative;
	}
}
html .writer-profile .name {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
}

@media (max-width: 619.5px) {
	html .writer-profile .name {
		text-align: center;
	}
}
html .writer-profile .name .position {
	color: #555;
	display: inline-block;
	font-size: 14px;
}

@media (max-width: 619.5px) {
	html .writer-profile .name .position {
		display: block;
		text-align: center;
	}
}
html .writer-profile .text {
	color: #555;
	line-height: 1.8;
	font-size: 14px;
}

html .site-outline-content.if1,
html .site-outline-content.if2,
html .site-outline-content.if3 {
	margin-top: 16px;
}

html .site-outline-content.if1 a {
	font-weight: 700;
	font-size: 16px;
}

.download-form-link {
	margin: 40px 0 10px;
}

.download-form-link a {
	background: #00a9e9;
	text-decoration: none;
	display: inline-block;
	padding: 10px 40px;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
}

.download-form-link a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url(/assets/images/contact-form.png);
	position: relative;
	top: 4px;
	margin-right: 10px;
}

/*.download-form-link a {
	background: #fa0;
	text-decoration: none;
	display: inline-block;
	padding: 10px 40px;
	font-size: 15px;
	color: #fff;
	border-radius: 5px
}

.download-form-link a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url(/assets/images/download.png);
	position: relative;
	top: 4px;
	margin-right: 10px
}*/

.contact-form-link {
	margin: 0 0 20px;
}

.contact-form-link a {
	background: #00a9e9;
	text-decoration: none;
	display: inline-block;
	padding: 10px 40px;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
}

.contact-form-link a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url(/assets/images/contact-form.png);
	position: relative;
	top: 4px;
	margin-right: 10px;
}

.download-form#main a.icon-button.download-icon {
	display: inline-block;
	background-color: #398f14;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	margin-left: 0.5em;
	font-weight: 700;
}

.download-form#main a.icon-button.download-icon:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url(/assets/images/download.png);
	position: relative;
	top: 4px;
	margin-right: 10px;
}

.download-form#main a.icon-button.download-icon:after {
	content: 'のダウンロード';
}

#sp-popup-panel {
	display: block;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1.18);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1.18);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	box-sizing: border-box;
	position: fixed;
	-webkit-transform: rotate3d(0, 0, 1, -179deg);
	transform: rotate3d(0, 0, 1, -179deg);
	z-index: 1000;
	bottom: 0;
	width: 100vw;
	padding: 0 20px 20px;
}

#sp-popup-panel.show {
	display: block;
	-webkit-transform: rotate3d(0, 0, 1, 0);
	transform: rotate3d(0, 0, 1, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

#sp-popup-panel.show.bookmark .inner > .bookmark {
	display: table;
}

#sp-popup-panel.show.like-0 .inner > .like-0,
#sp-popup-panel.show.like-1 .inner > .like-1,
#sp-popup-panel.show.like-2 .inner > .like-2,
#sp-popup-panel.show.like-3 .inner > .like-3 {
	display: block;
}

#sp-popup-panel * {
	box-sizing: border-box;
}

#sp-popup-panel:after {
	content: '';
	position: absolute;
	bottom: 5;
	left: calc(50% - 10px);
	display: block;
	width: 0;
	height: 0;
	box-sizing: content-box;
	border-top: 15px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

#sp-popup-panel .inner {
	border-radius: 10px;
	background-color: #fc6;
	min-height: 100px;
	box-shadow: 0 5px 14px 1px #646464;
	border: 3px solid #fff;
	position: relative;
	text-align: center;
	padding-top: 25px;
}

#sp-popup-panel .inner > * {
	display: none;
}

#sp-popup-panel .inner:after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: calc(50% - 8px);
	display: block;
	width: 0;
	height: 0;
	box-sizing: content-box;
	border-top: 13px solid #fc6;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	z-index: 2;
}

#sp-popup-panel .inner .like {
	font-size: 15px;
	margin-bottom: 10px;
}

#sp-popup-panel .inner .like b {
	font-weight: 700;
}

#sp-popup-panel .inner .bookmark {
	display: none;
	width: calc(100% - 30px);
	margin: 5px auto 30px;
}

#sp-popup-panel .inner .bookmark > * {
	display: table-cell;
	vertical-align: middle;
}

#sp-popup-panel .inner .bookmark .icon {
	width: 50px;
}

#sp-popup-panel .inner .bookmark .icon img {
	width: 50px;
	height: auto;
	display: block;
	border-radius: 10px;
}

#sp-popup-panel .inner .bookmark .description {
	padding-left: 10px;
}

#sp-popup-panel .inner .bookmark .description p {
	line-height: 1.2;
	font-size: 15px;
	text-align: left;
}

#sp-popup-panel .inner .bookmark .description p b {
	font-weight: 700;
}

#sp-popup-panel #sp-popup-close {
	position: absolute;
	top: 0;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

#sp-popup-panel #sp-popup-close:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

#sp-popup-panel #sp-popup-close:after,
#sp-popup-panel #sp-popup-close:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 40%;
	left: 25%;
}

#sp-popup-panel #sp-popup-close:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/* @group FRONT TOP */

#front-top-view {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: 500px;
	position: relative;
	overflow: hidden;
}

#front-top-view .down-arrow {
	width: 30px;
	padding-top: 30px;
	background-image: url(/assets/images/arrow_down_white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	display: none;
}

@media (max-width: 60em) {
	#front-top-view {
	}

	#front-top-view .down-arrow {
		width: 20px;
		padding-top: 20px;
		bottom: 2.5%;
	}
}

.hero-magazine {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #000;
	color: #efefef;
}

.hero-magazine .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
	opacity: 0;
	filter: blur(16px);
	/*	
	transition:
		opacity 2.5s cubic-bezier(0.12, 0.74, 0, 1.03) 2s,
		filter 1.5s cubic-bezier(0, 0, 0.06, 1.07) 2s;
*/
}

.hero-magazine .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/*	transition: opacity 1.5s ease-out;*/
}

.hero-magazine .cover > div {
	font-size: 500%;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin: 0.15em;
	opacity: 0;
}

.hero-magazine .cover > div:nth-of-type(1) {
	/*	opacity: 1;	*/
}

.hero-magazine .cover.cover-1 {
	background-image: url(/assets/images/ethica_cover_screen_1_PC.jpg?20191112);
}
.hero-magazine .cover.cover-2 {
	background-image: url(/assets/images/ethica_cover_screen_2_PC.jpg?20191112);
}

.hero-magazine .cover.cover-4 {
	background-image: url(/assets/images/ethica_cover_screen_3_PC.jpg?20191112);
}

/* 
 * Top page visual transitions
 */
/*
.hero-magazine .cover.cover-1.show	{	transition:		opacity 1.6s cubic-bezier(0, 0.5, 0.5, 1) 0.2s;	opacity: 1;	}
.hero-magazine .cover.cover-1		{	transition:		opacity 0.8s cubic-bezier(0, 0.5, 0.0, 1) 0.0s;	opacity: 0;	}
.hero-magazine .cover.cover-2.show	{	transition:		opacity 1.6s cubic-bezier(0, 0.5, 0.5, 1) 0.2s;	opacity: 1;	}
.hero-magazine .cover.cover-2		{	transition:		opacity 0.8s cubic-bezier(0, 0.5, 0.0, 1) 0.0s;	opacity: 0;	}
.hero-magazine .cover.cover-3.show	{	transition:		opacity 1.6s cubic-bezier(0, 0.5, 0.5, 1) 0.2s;	opacity: 1;	}
.hero-magazine .cover.cover-3		{	transition:		opacity 0.8s cubic-bezier(0, 0.5, 0.0, 1) 0.0s;	opacity: 0;	}
*/
.hero-magazine .cover.cover-1.show {
	transition: opacity 1s cubic-bezier(0, 0.5, 0.5, 1) 0.2s;
	opacity: 1;
}
.hero-magazine .cover.cover-1 {
	transition: opacity 0.6s cubic-bezier(0, 0.5, 0, 1) 0.8s;
	opacity: 0;
}
.hero-magazine .cover.cover-2.show {
	transition: opacity 1s cubic-bezier(0, 0.5, 0.5, 1) 0.2s;
	opacity: 1;
}
.hero-magazine .cover.cover-2 {
	transition: opacity 0.6s cubic-bezier(0, 0.5, 0, 1) 0.8s;
	opacity: 0;
}
.hero-magazine .cover.cover-3.show {
	transition: opacity 0.1s cubic-bezier(0, 0.5, 0.5, 1) 0.2s;
	opacity: 1;
}

.hero-magazine .cover.cover-3 div.show {
	transition: opacity 0.05s cubic-bezier(0, 0.5, 0.5, 1) 0.3s;
	opacity: 1;
}

.hero-magazine .cover.cover-3 {
	transition: opacity 0.6s cubic-bezier(0, 0.5, 0, 1) 2s;
	opacity: 0;
} /* エシカ停止 */

.hero-magazine .cover.cover-4.show {
	transition: opacity 1s cubic-bezier(0, 0.5, 0.5, 1) 3s;
	opacity: 1;
} /* エシカイラスト停止 */
.hero-magazine .cover.cover-4 {
	transition: opacity 1.2s cubic-bezier(0, 0.5, 0, 1) 2s;
	opacity: 0;
}

.hero-magazine .bg > div {
	top: 50%;
	transform: translateY(-50%);
}

.hero-magazine .bg.show {
	transition: opacity 7s cubic-bezier(0, 0.5, 0.5, 1) 0s, filter 0.5s cubic-bezier(0, 0.5, 0.5, 1) 0s;

	opacity: 1;
	filter: blur(0px);
}

.hero-magazine .bg .owl-wrapper,
.hero-magazine .bg .owl-wrapper .owl-carousel,
.hero-magazine .bg .owl-wrapper .owl-carousel .owl-stage-outer,
.hero-magazine .bg .owl-wrapper .owl-carousel .owl-stage-outer .owl-stage,
.hero-magazine .bg .owl-wrapper .owl-carousel .owl-stage-outer .owl-stage .owl-item {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.hero-magazine .bg .owl-item > div {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0;
}

@media (max-width: 40em) {
	.hero-magazine .cover.cover-1 {
		background-image: url(/assets/images/ethica_cover_screen_1_SP.jpg?20191112);
	}
	.hero-magazine .cover.cover-2 {
		background-image: url(/assets/images/ethica_cover_screen_2_SP.jpg?20191112);
	}

	.hero-magazine .cover.cover-4 {
		background-image: url(/assets/images/ethica_cover_screen_3_SP.jpg?20191112);
	}
}
/*
.hero-magazine .cover.show {
	opacity: 1;
	transition: opacity 1.2s ease-out .8s;
}
*/
.hero-magazine .bg-gradation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(-65deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.34) 80%, rgba(0, 0, 0, 0.56) 100%);
}

#front-top-view .hero-magazine .contents {
	position: relative;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	z-index: +1;
	display: none;
}

#main-visual .hero-magazine {
	padding-top: 625px;
}

#main-visual .hero-magazine .logo-dowell {
	display: none;
}

#main-visual .hero-magazine .contents {
	position: absolute;
	top: 0;
	left: 35px;
	right: 35px;
	bottom: 0;
}

#main-visual .hero-magazine .contents > * {
	/*zoom: 0.8;*/
}

#main-visual .hero-magazine .month-index .month-label-1 {
	font-size: 110px;
}

#main-visual .hero-magazine .month-index .month-label-2 {
	font-size: 26px;
}

#main-visual .hero-magazine .copy {
	font-size: 24px;
	bottom: 10%;
}

#main-visual .hero-magazine .issues-label {
	width: 240px;
	height: 240px;
	border-width: 9px;
	right: 0;
	margin-top: calc(20 / 1200 * 100%);
}

#main-visual .hero-magazine .issues-label span {
	width: 216px;
	height: 216px;
	font-size: 26px;
}

@media (max-width: 1200px) {
	#main-visual .hero-magazine .month-index .month-label-1 {
		font-size: calc(110 / 1200 * 100vw);
	}

	#main-visual .hero-magazine .month-index .month-label-2 {
		font-size: calc(26 / 1200 * 100vw);
	}

	#main-visual .hero-magazine .copy {
		font-size: calc(24 / 1200 * 100vw);
	}

	#main-visual .hero-magazine .issues-label {
		width: calc(240 / 1200 * 100vw);
		height: calc(240 / 1200 * 100vw);
		border-width: calc(9 / 1200 * 100vw);
	}

	#main-visual .hero-magazine .issues-label span {
		width: calc(216 / 1200 * 100vw);
		height: calc(216 / 1200 * 100vw);
		font-size: calc(26 / 1200 * 100vw);
	}
}

@media (max-width: 60em) {
	#main-visual .hero-magazine .contents {
		position: absolute;
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: 20px;
	}

	#main-visual .hero-magazine .month-index {
		top: 0;
		bottom: auto;
	}

	#main-visual .hero-magazine .month-index .month-label-1 {
		font-size: 90px;
	}

	#main-visual .hero-magazine .month-index .month-label-2 {
		font-size: 18px;
	}

	#main-visual .hero-magazine .copy {
		font-size: 15px;
		bottom: 8%;
	}

	#main-visual .hero-magazine .issues-label {
		width: 120px;
		height: 120px;
		right: 0;
		top: 0;
		margin-top: 0;
		border-width: 5px;
	}

	#main-visual .hero-magazine .issues-label span {
		width: 108px;
		height: 108px;
		font-size: 18px;
	}
}

@media (max-width: 48em) {
	#main-visual .hero-magazine {
		padding-top: 100%;
	}
}

@media (max-width: 375px) {
	#main-visual .hero-magazine .contents {
		top: calc(15 / 375 * 100vw);
		left: calc(15 / 375 * 100vw);
		right: calc(15 / 375 * 100vw);
		bottom: calc(15 / 375 * 100vw);
	}

	#main-visual .hero-magazine .month-index .month-label-1 {
		font-size: calc(90 / 375 * 100vw);
	}

	#main-visual .hero-magazine .month-index .month-label-2 {
		font-size: calc(18 / 375 * 100vw);
	}

	#main-visual .hero-magazine .copy {
		font-size: calc(15 / 375 * 100vw);
	}

	#main-visual .hero-magazine .issues-label {
		width: calc(120 / 375 * 100vw);
		height: calc(120 / 375 * 100vw);
		border-width: calc(5 / 375 * 100vw);
	}

	#main-visual .hero-magazine .issues-label span {
		width: calc(108 / 375 * 100vw);
		height: calc(108 / 375 * 100vw);
		font-size: calc(18 / 375 * 100vw);
	}
}

/* @end */

.social-controls .fb-like > span,
.social-controls iframe {
	height: 42px !important;
}

.single-social-button.fb-like .fb-like > span,
.single-social-button.fb-like .fb-like iframe,
.footer-social-button .fb-like > span,
.footer-social-button .fb-like iframe {
	position: relative !important;
	/*	width: 112px !important;*/ /*IIDA*/
	margin-left: -3.5px; /*IIDA*/
	margin-top: 0.4px; /*IIDA*/
	margin-right: -12px; /*IIDA*/
}

.single-social.case-under-social-box .single-social-button {
	height: 25px;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	float: none;
}

.single-social-button.fb-share .fb-like > span,
.single-social-button.fb-share .fb-like iframe {
	position: relative !important;
	/*	width: 158px !important;*/ /*IIDA*/
	margin-left: -6px; /*IIDA*/
	margin-right: -10px; /*IIDA*/
}

#wpm_download_1 {
	display: none !important;
}

div.wpcf7-mail-sent-ok {
	border: none !important;
	padding: 0 !important;
}
