@charset "UTF-8";
body {
	overflow-x: hidden;
}
body.noscroll {
	overflow-y: hidden;
}
body.noscroll .content_wrap:before {
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
	height: 150%;
	left: 0;
	position: fixed;
	top: 0;
	width: 150%;
	z-index: 1000;
}
.header {
	position: relative;
}
.header-normal[aria-hidden="true"] {
	display: none;
}
.header-info[aria-hidden="true"] {
	display: none;
}
.js .header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.logo {
	padding: 12px;
	text-align: center;
}
.logo img {
	height: 19px;
	vertical-align: middle;
}
.logo--cafeglobe img {
	height: 17px;
}
.logo--mylohas img {
	height: 19px;
}
.nav {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 1.6rem;
}
.nav-trigger {
	display: none;
}
.nav-content {
	background-color: #e6eae9;
	display: none;
	font-size: 1.2rem;
	-webkit-overflow-scrolling: touch;
}
.js .nav-trigger {
	display: block;
	height: 27px;
	left: 12px;
	line-height: 0;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	width: 25px;
}
.js .nav-content {
	width: 182px;
}
.js .nav-content[aria-hidden] {
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	z-index: -1;
	border-right: 1px solid #dbdbdb;
}
.searchNav {
	background-color: #fff;
	border-bottom: 1px solid #9c9c9c;
	padding: 12px;
}
.searchNav-item {
	border-bottom: 1px solid #000;
	position: relative;
}
.searchNav-input {
	border: none;
	box-sizing: border-box;
	height: 16px;
	padding: 0 21px 0 0;
	vertical-align: middle;
	width: 100%;
}
.searchNav-submit {
	background-color: #fff;
	border: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}
.categoryNav-item {
	background-color: #fff;
	border-bottom: 1px solid #dbdbdb;
	padding: 12px;
}
.categoryNav-item > a {
	color: #000;
	display: block;
	margin: -12px;
	padding: 12px;
	text-decoration: none;
}
.categoryNav-item:last-child {
	background-color: transparent;
}
.js .categoryNav-item > .navDrawer {
	position: relative;
}
.js .categoryNav-item > .navDrawer:after {
	background: transparent url("../img/icon-arrow.png") no-repeat scroll 0 0;
	background-size: 4px 7px;
	content: "";
	height: 7px;
	margin-top: -3px;
	position: absolute;
	right: 12px;
	top: 50%;
	width: 4px;
}
.mediaNav {
	padding: 12px;
}
.mediaNav-list {
	margin-top: 6px;
}
.mediaNav-item > a {
	display: block;
	line-height: 0;
	margin: 0 -12px;
	padding: 12px 24px;
}
.mediaNav-item img {
	height: 11px;
}
.mediaNav-item[aria-current="true"] > a {
	background-color: #fff;
}
.mediaNav-item--genetv img {
	height: 16px;
}
.mediaNav-item--mylohas img {
	height: 11px;
}
.postNav {
	font-size: 1.2rem;
}
.postNav .postNav-close {
	display: none;
}
.postNav .postNav-item > a {
	color: #000;
	display: inline-table;
	height: 100%;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	width: 100%;
	z-index: 0;
}
.postNav--serial .postNav-list {
	list-style: disc outside none;
	margin-left: 2rem;
}
.postNav--serial .postNav-item {
	line-height: 1.6;
	margin-top: 0.5rem;
}
.postNav--feature .postNav-list {
	list-style: disc outside none;
	margin-left: 2rem;
}
.postNav--feature .postNav-item {
	line-height: 1.6;
	margin-top: 0.5rem;
}
.postNav--astrology {
	background-color: #fff;
	width: 182px;
}
.postNav--astrology .postNav-list {
	font-size: 1rem;
}
.postNav--astrology .postNav-item > a {
	box-sizing: border-box;
	padding: 5px 5px 5px 12px;
}
.postNav--astrology .postNav-image {
	margin-right: 3px;
}
.postNav--astrology .postNav-image > img {
	border-radius: 50%;
	vertical-align: middle;
	width: 32px;
}
.js .postNav[aria-hidden] {
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	z-index: -1;
}
.js .postNav .postNav-close {
	display: block;
}
.js .postNav .postNav-close > a {
	color: #000;
	display: block;
	font-weight: bold;
	padding: 12px;
	text-decoration: none;
}
.registerNav {
	background-color: #f2f2f2;
	font-size: 1rem;
	margin: -12px;
	padding: 12px;
	text-align: center;
}
.registerNav-lead {
	line-height: 1.6;
}
.registerNav-button {
	margin: 1rem 0;
}
.registerNav-button > a {
	background-color: #2fc0a0;
	border-radius: 3px;
	box-shadow: 0 3px 0 #1c7360;
	color: #fff;
	display: block;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding: 0.5rem;
}
.registerNav-sns:after {
	clear: both;
	content: "";
	display: table;
}
.registerNav-snsItem {
	float: left;
	margin-top: 0.5rem;
	width: 33.3333%;
}
.registerNav-snsItem img {
	height: 16px;
}
.videoNav {
	background-color: #e5e5e5;
}
.videoNav-close {
	display: none;
}
.videoNav-item > a {
	color: #000;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
}
.videoNav-item--beautyTV > a {
	color: #c084d4;
}
.videoNav-item--fashionTV > a {
	color: #acb0b6;
}
.videoNav-item--techTV > a {
	color: #88d1d1;
}
.videoNav-item--foodTV > a {
	color: #c4a759;
}
.videoNav-item--fitnessTV > a {
	color: #ea947a;
}
.videoNav-item--moreTV > a {
	color: #a0bf86;
}
.js .videoNav {
	width: 182px;
}
.js .videoNav[aria-hidden] {
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	z-index: -1;
}
.js .videoNav-close {
	display: block;
}
.js .videoNav-close > a {
	color: #000;
	display: block;
	font-weight: bold;
	padding: 12px 12px 6px;
	text-decoration: none;
}
.js .videoNav-list {
	border-top: 1px solid #dbdbdb;
}
.js .videoNav-item {
	border-bottom: 1px solid #dbdbdb;
	padding: 12px;
}
.js .videoNav-item > a {
	display: block;
	margin: -12px;
	padding: 12px;
}
.aboutNav {
	background-color: #cdd6d4;
}
.aboutNav-close {
	display: none;
}
.aboutNav-list {
	font-size: 1rem;
}
.aboutNav-item > a {
	color: #000;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
}
.js .aboutNav {
	width: 182px;
}
.js .aboutNav[aria-hidden] {
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	z-index: -1;
}
.js .aboutNav-close {
	display: block;
}
.js .aboutNav-close > a {
	color: #000;
	display: block;
	font-weight: bold;
	padding: 12px 12px 6px;
	text-decoration: none;
}
.categoryInfoNav {
	border-bottom: 2px solid #ccc;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}
.categoryInfoNav-item {
	border-left: 2px solid #000;
	display: inline-block;
	padding: 0 10px 0 14px;
}
.categoryInfoNav-item:first-child {
	border-left: none;
	padding-left: 0;
}
.categoryInfoNav-item:last-child {
	padding-right: 0;
}
.categoryInfoNav-item a {
	color: #000;
}
.categoryInfoNav-item a:hover {
	text-decoration: none;
}
.postInfoNav {
	border-bottom: 2px solid #ccc;
	padding: 12px;
}
.postInfoNav-label {
	font-size: 1rem;
}
.postInfoNav-link {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}
.postInfoNav-link:after {
	clear: both;
	content: "";
	display: table;
}
.postInfoNav-link a {
	background: transparent url("../img/icon-arrow.png") no-repeat scroll right center;
	background-size: 4px 7px;
	color: #000;
	display: block;
	padding-right: 12px;
}
.postInfoNav-link a:hover {
	text-decoration: none;
}
.postInfoNav-linkImage {
	float: left;
	height: 36px;
	overflow: hidden;
	position: relative;
	width: 55px;
}
.postInfoNav-linkImage > img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.postInfoNav-linkTitle {
	font-weight: bold;
}
.postInfoNav-linkImage + .postInfoNav-linkTitle {
	margin-left: 60px;
}
.postInfoNav-linkProperty {
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	position: absolute;
	right: 12px;
	top: -1.6rem;
}
.loginNav {
	line-height: 1;
	margin-top: 0;
	position: absolute;
	right: 12px;
	top: 0;
}
.dropdown-content {
	display: none;
}
.dropdown--opened .dropdown-trigger:before {
	background-image: url("../img/dropdown-opened.png");
}
.dropdown--opened .dropdown-trigger:after {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}
.dropdown--opened .dropdown-content {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	width: auto;
	z-index: 1001;
}
.dropdown--opened .dropdown-content--login {
	background-color: #fff;
	min-width: 120px;
	right: -10px;
	left: auto;
}
.loginNav-item a.dropdown-trigger {
	color: #000;
	text-decoration: none;
	display: block;
	background-image: url(../img/icon-login.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	font-family: 'PT Sans Narrow', sans-serif;
	background-position: right center;
	background-size: 20px 20px;
	padding: 14px 24px 14px 0;
}
.loginNav--mypage a.dropdown-trigger {
	background-image: url(../img/icon_mypage.png);
}
.innerNav--login {
	display: block;
	padding: 20px 10px;
	background-color: #FFF;
}
.innerNav--login .innerNav-item {
	display: block;
	text-align: center;
}
.innerNav--login .innerNav-item a, .innerNav--login .innerNav-item button {
	display: block;
	font-size: 1.4rem;
	padding: 10px 0;
	color: #000;
	background: none;
	min-width: 100px;
}
.innerNav--login .innerNav-item a:hover, .innerNav--login .innerNav-item button:hover {
	text-decoration: underline;
}
.mobalwrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 10000;
	box-sizing: border-box;
	padding: 10px;
}
.mobalwrap.mobalopened {
	display: block;
}
.mobalwrap .modalmessage--modal {
	display: none;
	margin: 70px auto 20px;
	position: relative;
}
.mobalwrap .modalmessage--modal.mobalopened {
	display: block;
	-webkit-animation: modalbg .2s linear 0s;
	animation: modalbg .2s linear 0s;
}
.mobalwrap .closebtn {
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-size: 41px 41px;
	background-position: center center;
	position: absolute;
	top: -70px;
	right: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.loginNav .mobalwrap {
	line-height: 1.9;
}
@-webkit-keyframes modalbg {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes modalbg {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
