@charset 'utf-8';

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*{
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
strong {
	font-weight: bold;
}
html, body {
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Josefin Sans', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
	font-size: 16px;
	background: #fff;
	color: #454444;
}
a {
	color: #454444;
	text-decoration: none;
}
a:hover {
	transition: all .3s ease 0s;
}
.clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.container {
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.u-res__layout--pc {
	display: block;
}

.u-res__layout--sp {
	display: none;
}

.u-res__text--pc {
	display: inline-block;
}

.u-res__text--sp {
	display: none;
}

/**
 * Header
 */
header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 100;
	border-bottom: 1px solid #e6e6e6;
}
header .container {
	display: table;
	width: 100%;
	height: 79px;
	max-width: 100%;
	padding: 0;
}
header .logo {
	vertical-align: middle;
	display: table-cell;
	padding: 0 0 0 20px;
}
header .logo a {
	display: block;
	background: url(/images/logo.svg) no-repeat top left;
	background-size: 100%;
	width: 205px;
	height: 18px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
header nav {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding: 0 60px 0 0;
}
header nav li {
	display: inline-block;
	letter-spacing: 0.1em;
	margin: 0 0 0 20px;
	font-weight: 300;
}
header nav li:first-child {
	margin: 0;
}
header .menu li:nth-child(n + 8) {
	display: none;
}
header .menu, header .social, header .search {
	display: inline-block;
}
header .menu li a.toggle {
	display: block;
	line-height: 79px;
}
header .menu li a.toggle:hover,
header .menu li.active a.toggle {
	color: #999;
	/*background: url(/images/dotline_header.png) no-repeat bottom center;*/
	transition: none;
}
header .menu li a.toggle-notag:hover,
header .menu li.active a.toggle-notag {
	background: none;
}
header .social {
	position: relative;
	top: 3px;
	margin: 0 0 0 20px;
}
header .social li {
	margin: 0 0 0 5px;
}
header .social li a {
	display: block;
	background: url(/images/sprite@2x_r2.png) no-repeat top left;
	background-size: 125px 125px;
	width: 17px;
	height: 17px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
header .social li a:hover {
	transition: none;
}
header .social li.facebook a {
	background-position: 0 0;
}
header .social li.facebook a:hover {
	background-position: 0 -17px;
}
header .social li.twitter a {
	background-position: -17px 0;
}
header .social li.twitter a:hover {
	background-position: -17px -17px;
}
header .social li.instagram a {
	background-position: -34px 0;
}
header .social li.instagram a:hover {
	background-position: -34px -17px;
}
header .social li.pinterest a {
	background-position: -51px 0;
}
header .social li.pinterest a:hover {
	background-position: -51px -17px;
}
header .social li.feedly a {
	background-position: -68px 0;
}
header .social li.feedly a:hover {
	background-position: -68px -17px;
}
header .search {
	position: absolute;
	top: 20px;
	right: 20px;
}
header .search input[type="text"] {
	display: inline-block;
	border: none;
	padding: 6px 0;
	font-size: 16px;
	width: 0;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	transition: all .3s ease 0s;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
header .search.active input[type="text"] {
	padding: 6px 10px;
	width: 400px;
	transition: all .3s ease 0s;
}
header .search button {
	cursor: pointer;
	display: inline-block;vertical-align: middle;
	border: none;
	background: url(/images/sprite@2x_r2.png) no-repeat top left;
	background-size: 250px 250px;
	background-position: -104px -72px;
	width: 21px;
	height: 21px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 0 0 10px;
}
header .search button:hover {
	background-position: -104px -93px;
}
header .menu li .submenu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 79px;
	left: 0;
	width: 100%;
	z-index: 100;
	background: rgba(228,228,228,.9);
	box-shadow: 0 7px 5px -5px rgba(0,0,0,.2);
	transition: all .5s ease 0s;
}
/*header .menu li:hover .submenu {
	visibility: visible;
	opacity: 1;
}*/
header .submenu ul {
	display: table;
	text-align: left;
	font-size: 0;
	margin: 0 auto;
}
header .submenu li {
	display: table-cell;
}
header .menu li .submenu li a {
	color: #454444;
	line-height: 1.5;
}
header .submenu li .image {
	position: relative;
}
header .submenu li .content {
	display: block;
	width: 101%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	box-sizing: border-box;
}
header .submenu li .content .title {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	height: 48px;
	padding: 0 10px;
	overflow: hidden;
	color: #fff;
}
header .submenu li:last-child {
	text-align: center;
	padding: 0 40px;
	font-size: 16px;
	vertical-align: middle;
	background: #303030;
}
header .menu li .submenu li:last-child a {
	color: #fff;
}
header .menu li .submenu li .image {
	background: #000;
}
header .menu li .submenu li .image img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.6;
}
header .menu li .submenu li a:hover .image img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 0.8;
}
header .toggle-nav {
	display: none;
	position: absolute;
	top: 14px;
	left: 10px;
	width: 25px;
	height: 22px;
}
header .toggle-nav i {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #aba8a7;
	border-radius: 2px;
}
header .toggle-nav i:nth-of-type(1) {
	top: 0;
}
header .toggle-nav i:nth-of-type(2) {
	top: 10px;
}
header .toggle-nav i:nth-of-type(3) {
	bottom: 0;
}
header .toggle-nav.active i:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
header .toggle-nav.active i:nth-of-type(2) {
	opacity: 0;
}
header .toggle-nav.active i:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}
/**
 * Main
 */
.main {
	padding: 79px 0 0 0;
}

/**
 * Effect
 */
a:hover .image {
	background: #fff;
}
a:hover .title {
	color: #e29987;
    transition: 0.3s linear;
}
a:hover .image img {
	opacity: 0.7;
    transition: 0.3s linear;
}
.photos a:hover {
	background: #fff;
}
.photos a:hover img {
	opacity: 0.7;
    transition: 0.3s linear;
}

/**
 * Breadcrumb
 */
.breadcrumb {
	padding: 0 20px;
	background: #f7f6f6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	padding: 23px 0;
	position: relative;
}
.breadcrumb li {
	display: inline-block;
	font-size: 14px;
}
.breadcrumb li:before {
	content: ">";
	padding: 0 10px;
}
.breadcrumb li:first-child:before {
	content: none;
}
.breadcrumb li a:hover {
	color: #e29987;
	text-decoration: underline;
}

/**
 * Utility
 */
.more {
	position: relative;
	text-align: right;
}
.more:before {
	content: "";
	display: block;
	position: absolute;
	/*top: 12px;*/
	top: 7px;
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
	z-index: -1;
}
.more a {
	font-size: 20px;
	letter-spacing: 0.1em;
	background: #fff;
	padding: 0 0 0 10px;
}
.section-category .more {
	margin: 0 0 100px;
}
.section-category .more a {
	background: #f7f6f6;
}
.more-brand {
	text-align: center;
}
.more a:hover,
.more-brand a:hover {
	color: #e29987;
}
.more-photo:before {
	content: none;
}
.more-photo a, .more-photo a:hover {
	background: none;
}
hr {
	border: none;
	border-top: 1px solid #e6e6e6;
	margin-top: 40px;
	margin-bottom: 40px;
}

/**
 * Banner
 */
.banner {
	font-size: 0;
	text-align: center;
	margin: 0 0 50px;
}
.banner-large {
	margin: 0;
}
.banner a {
	font-size: 16px;
	display: inline-block;
}
.banner-large a {
	display: block;
}
.banner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.banner-large img {
	width: 100%;
}
.banner ul {
	padding: 50px 0 0 0;
	text-align: center;
}
.banner li {
	display: inline-block;
	margin: 0 0 0 50px;
}
.banner li:first-child {
	margin: 0;
}
.banner-rectangle a {
	max-width: 300px;
	height: 300px;
}
.banner-rectangle a img {
	max-height: 100%;
}

/**
 * Calendar
 */
.calendar {
	position: relative;
	top: 55px;
	text-align: center;
	border-top: 1px solid #605f5f;
	margin: 0 0 30px;
}
.calendar .wrapper {
	position: relative;
	top: -55px;
	width: 110px;
	background: #fff;
	padding: 0 20px;
	margin: 0 auto;
	display: table;
}
.calendar .date {
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #605f5f;
	width: 110px;
	height: 110px;
	font-size: 38px;
	font-weight: 300;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	line-height: 1;
}
.calendar .date span:before {
	content: "";
	display: block;
	border-top: 1px solid #605f5f;
	width: 25px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
.calendar .date span {
	display: block;
	font-size: 16px;
}

/**
 * Pager
 */
.pager {
	text-align: center;
	margin: 60px 0;
}
.pager li {
	font-size: 30px;
	vertical-align: top;
	display: inline-block;
	line-height: 39px;
	margin: 0 0 0 50px;
}
.pager li.prev a, .pager li.next a,
.pager li.prev span, .pager li.next span {
	display: block;
	background: url(/images/sprite@2x_r2.png) no-repeat top left;
	background-size: 250px 250px;
	width: 39px;
	height: 39px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.pager li.prev a {
	background-position: 0 -72px;
}
.pager li.prev span {
	background: none;
}
.pager li.next a,
.pager li.next span {
	background-position: -39px -72px;
}
.pager li.prev a:hover,
.pager li.next a:hover {
	opacity: 0.5;
}
.pager li.current a {
	color: #999;
}
.pager li a:hover {
	color: #999;
}
.pager li:first-child {
	margin: 0;
}

/**
 * Page Header
 */
.page-header {
	padding: 60px 0 0;
	text-align: center;
}
.page-header .container {
	padding: 0 0 60px;
	max-width: 1200px;
	background: url(/images/dotline.png) repeat-x bottom left;
}
.page-header .title {
	margin: 0;
	padding: 0;
}
.page-header .title-text,
.page-header h2 {
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 0.1em;
}
.page-header .title-note,
.page-header p {
	margin: 30px 0 0;
	font-size: 18px;
}
.page-header-tag .title-text,
.page-header-tag h2 {
	letter-spacing: 0;
}
.page-header-photo {
	background: #fff;
}
.page-header-photo .title-text,
.page-header-photo h2 {
	color: #000;
}
.page-header-horoscope .container {
	background: none;
	padding: 0;
}
.page-header-static {
	padding: 90px 0 0;
}
.page-header-static .container,
.page-header-contact .container,
.page-header-errors .container {
	width: 65%;
	padding: 0;
	background: none;
}
.page-header-static .title-text,
.page-header-static h2 {
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 0.05em;
	padding: 0 0 50px;
	border-bottom: 1px solid #e6e6e6;
}
.page-header-static .title-note,
.page-header-static p {
	font-weight: normal;
	margin: 10px 0 0 0;
}
.page-header-static .published {
	font-size: 14px;
	margin: 10px 0 0 0;
	text-align: right;
}
.page-header-static .published span {
	margin: 0 0 0 10px;
}
.page-header-contact {
	padding: 90px 0 30px;
}
.page-header-contact p {
	font-weight: normal;
	margin: 20px 0 0 0;
}
.page-header-contact a {
	text-decoration: underline;
}
.page-header-contact a:hover {
	color: #999;
}
.page-header-contact .title-text,
.page-header-contact h2 {
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 0.1em;
	padding: 0 0 50px;
	border-bottom: 1px solid #e6e6e6;
}
.page-header-contact-thanks .title-text,
.page-header-contact-thanks h2 {
	border: none;
}
.page-header-errors .title-text,
.page-header-errors h2 {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0;
	padding: 0 0 60px;
	border-bottom: 1px solid #a0a0a0;
}
.page-header-errors .container,
.section-error .container {
	width: 790px;
}
.section-error p {
	line-height: 2;
}
.section-error-app p {
	text-align: center;
	margin: 0 0 60px;
}
.section-error ul {
	font-weight: bold;
	text-align: center;
}
.section-error li {
	margin: 60px 0 0;
}
.section-error li:first-child {
	margin: 0;
}
.section-error a {
	text-decoration: underline;
}

/**
 * Section
 */
section {
	position: relative;
	z-index: 1;
	padding: 60px 0;
}
section .title-text,
section h2 {
	font-size: 70px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 60px;
}
.section-header {
	font-size: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 50px;
	font-weight: 300;
}
.section-header-tag h3 {
	font-size: 35px;
	letter-spacing: 0.1em;
}
.section-header-tag p {
	margin: 30px 0 0;
	font-size: 18px;
}
.section-header-tag {
	padding: 0 0 60px;
	background: url(/images/dotline.png) repeat-x bottom left;
}
.section-recent {
	padding: 30px 0;
}
.section-category {
	background: #fff;
}
.section-category-index {
	background: #f7f6f6;
	padding: 60px 0 12px;
}
.section-category-article {
	background: #f7f6f6;
	padding: 0 0 20px;
}
.section-category-article .posts-category li .category span {
	background: #f7f6f6;
}
.section-category.-latest-horoscope {
	padding-top: 0;
}
.section-pickup-article {
	background: #f7f6f6;
}
.section-pickup-article .pickup li .category {
	font-size: 35px;
	line-height: 80px;
}
.section-pickup-article .pickup li .title {
	font-size: 20px;
	padding: 50% 20px 20px 20px;
}
.section-tag, .section-brand, .section-photos {
	background: #e3e3e3;
}
.section-pickup-index {
	padding: 0;
}
.section-banner {
	padding: 0;
}
.section-post {
	z-index: 0;
}
.section-ranking.u-pt0 {
	padding-top: 0;
}

/**
 * Pickup
 */
.pickup ul {
	font-size: 0;
}
.pickup li {
	vertical-align: top;
	display: inline-block;
	width: 33.33333%;
}
.pickup li a {
	display: block;
	position: relative;
}
.pickup li .category {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	box-sizing: border-box;
	padding: 30px 0 0 0;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.1em;
	background: rgba(0,0,0,.1);
	line-height: 90px;
	height: 100%;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
}
.pickup li .category .new {
	display: inline-block;
	background: url(/images/sprite@2x_r2.png) no-repeat top left;
	background-size: 250px 250px;
	background-position: -125px -72px;
	width: 40px;
	height: 0;
	padding: 40px 0 0 0;
	overflow: hidden;
	position: relative;
	top: 10px;
	right: 20px;
}
.pickup li .title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.6;
	color: #fff;
	padding: 50% 30px 30px 30px;
	background: -webkit-linear-gradient(to bottom, rgba(240,240,240,0.01) 0%, rgba(0,0,0,.4) 100%);
	background: linear-gradient(to bottom, rgba(240,240,240,0.01) 0%, rgba(0,0,0,.4) 100%);
	box-sizing: border-box;
	width: 100%;
}
.pickup li .title > .promotion {
	margin: 8px 0 0;
	color: #bab9b9;
	font-size: 16px;
	text-align: left;
}
.pickup li .image {
	position: relative;
}
.pickup li .image img {
	display: block;
	width: 100%;
}
.section-pickup-index .pickup li .title,
.section-pickup-index .pickup li .category {
	opacity: 0;
}
.section-pickup-index .pickup li.active .title {
	opacity: 1;
	transition: all 1s ease 0s;
}
.section-pickup-index .pickup li.active .category {
	opacity: 1;
	transition: all 1s ease 0s;
}

/**
 * Posts
 */
.posts ul {
	font-size: 0;
	margin: 0 0 0 -30px;
}
.posts li {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: calc(33.333% - 30px);
	width: -webkit-calc(33.333% - 30px);
	box-sizing: border-box;
	margin: 0 0 50px 30px;
}
.posts li:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: #efefef;
}
.posts li.show:after {
	opacity: 0;
	visibility: hidden;
	transition: all .5s linear;
}
.posts li a {
	display: block;
}
.posts li .image {
	margin: 0 0 20px;
}
.posts li .image img {
	display: block;
	width: 100%;
}
.posts li .category {
	background: url(/images/dotline.png) repeat-x left center;
	margin: 0 0 10px;
}
.posts li .category span {
	font-size: 20px;
	letter-spacing: 0.2em;
	background: #fff;
	padding: 0 10px;
	font-weight: 300;
}
.posts li .content {
	text-align: center;
}
.posts li .title {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 10px;
	text-align: left;
	/*padding: 0 0 0 4px;*/
}
.posts li .excerpt {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0 0 10px;
}
.posts li .promotion {
	font-size: 16px;
	color: #8c8b8b;
	margin: 0 0 10px;
	text-align: left;
}
.posts li .published {
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: 300;
	text-align: left;
}
.posts li .more-read {
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #797979;
	text-align: right;
}
.posts-tag li {
	width: calc(16.666% - 30px);
	width: -webkit-calc(16.666% - 30px);
	margin: 0 0 30px 30px;
	overflow: hidden;
}
.posts-tag-index ul {
	margin-bottom: 50px;
}
.posts-tag-index li {
	margin: 0 0 30px 30px;
}
.posts-tag li .image {
	position: relative;
	margin: 0;
	background: #000;
}
.posts-tag li .content {
	position: absolute;
	display: block;
	width: 101%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 15px;
	box-sizing: border-box;
}
.posts-tag li .content .title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 4px #4a4a4a;
}
.posts-tag-index li .title {
	text-align: center;
}
.posts-tag li a:hover .image img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.6;
}
.posts-tag li .image img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 0.8;
}
.posts-category ul {
	margin: 0px 0px 0px -36px;
}
.posts-category li {
	width: calc(25% - 36px);
	width: -webkit-calc(25% - 36px);
	margin: 0 0 50px 36px;
}
.posts-category-index {
	padding: 0;
	background: none;
}
.posts-category-index li .category span {
	background: #f7f6f6;
}
.posts-category-index li:first-child {
	display: table;
	width: calc(100% - 36px);
	width: -webkit-calc(100% - 36px);
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
}
.posts-category-index li:first-child .image {
	vertical-align: middle;
	display: table-cell;
	width: 54%;
	max-width: 600px;
	height: 600px;
}
.posts-category-index li:first-child .image img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.posts-category-index li:first-child .content {
	vertical-align: middle;
	display: table-cell;
	width: 46%;
	padding: 0 0 0 60px;
	text-align: left;
	box-sizing: border-box;
}
.posts-category-index li:first-child .title {
	font-size: 30px;
	text-align: justify;
}
.posts-category-index li:first-child .excerpt {
	text-align: justify;
}
.posts-category-index li:first-child .category {
	text-align: center;
	margin: 0 0 25px;
}
.posts-category-index li:first-child .category span {
	background: #fff;
}
.posts-category-index li:first-child .published {
	display: inline-block;
	width: 50%;
}
.posts-category-index li:first-child  .more-read {
	display: inline-block;
	width: 50%;
}
.posts-ranking ul {
	margin: 0 0 0 -30px;
}
.posts-ranking li {
	display: inline-block;
	width: calc(50% - 30px);
	width: -webkit-calc(50% - 30px);
	margin: 0 0 50px 30px;
}
.posts-ranking li .image {
	vertical-align: top;
	display: inline-block;
	width: 50%;
}
.posts-ranking li .content {
	vertical-align: top;
	display: inline-block;
	padding: 0 0 0 30px;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
}
.posts-ranking li .category {
	text-align: center;
	margin: 0 0 25px;
}
.posts-ranking li .rank {
	font-size: 54px;
	line-height: 1;
}
.posts-ranking li .title {
	font-size: 22px;
	line-height: 1.5;
}
.posts-ranking li .excerpt {
	font-size: 14px;
	line-height: 1.8;
	height: 75.6px;
	overflow: hidden;
}
.posts-ranking li:first-child {
	display: table;
	width: calc(100% - 36px);
	width: -webkit-calc(100% - 36px);
	padding: 60px 52px;
	box-sizing: border-box;
	/*border-top: 1px solid #454444;*/
	border-bottom: 1px solid #454444;
}
.posts-ranking li:first-child .image {
	display: table-cell;
	width: 54%;
	max-width: 600px;
	/*vertical-align: middle;*/
}
.posts-ranking li:first-child .image img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 600px;
	margin: auto;
}
.posts-ranking li:first-child .content {
	display: table-cell;
	width: 46%;
	padding: 0 0 0 60px;
	box-sizing: border-box;
}
.posts-ranking li:first-child .content .rank {
	position: relative;
	top: -3px;
}
.posts-ranking li:first-child .title {
	font-size: 30px;
}
.posts-ranking li:first-child .excerpt {
	font-size: 16px;
	height: 115.2px;
}
.posts-ranking-index li:first-child {
	border-top: 1px solid #454444;
}
.posts-event {
	margin: 0 0 50px;
}
.posts-event li .image {
	margin: 0;
}
.posts-event .date {
	font-size: 18px;
	letter-spacing: 0.12em;
	background: #e3e3e3;
	line-height: 50px;
	margin: 0 0 20px;
}
.posts-event .date span {
	letter-spacing: 0;
	font-size: 14px;
}
.posts-horoscope ul {
	margin: 0;
}
.posts-horoscope li {
	display: table;
	width: 100%;
	margin: 0 0 30px;
}
.posts-horoscope li .image {
	display: table-cell;
	width: 50%;
}
.posts-horoscope li .content {
	text-align: left;
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 60px 90px;
	background: #f6f6f6;
	vertical-align: middle;
}
.posts-horoscope li .title {
	font-size: 25px;
}
.posts-horoscope li .category {
	text-align: center;
}
.posts-horoscope li .category span {
	background: #f6f6f6;
}
.posts-action {
	text-align: center;
}
.posts-action.-latest {
	padding: 10px 0 30px;
}

/**
 * Button
 */
.button {
	display: inline-block;
	text-align: center;
	min-width: 210px;
	line-height: 1;
	padding: 20px 0 18px;
	transition: 0.3s linear;
}
.button:hover {
	color: #e29987;
    transition: 0.3s linear;
}
.button-border {
	border: 1px solid #cac8c9;
	transition: 0.3s linear;
}
.button-border:hover {
	border-color: #e29987;
	transition: 0.3s linear;
}

/**
 * Brand List
 */
.brand-list {
	margin: 0 0 50px;
}
.brand-list ul {
	text-align: center;
	margin: 0 0 10px;
}
.brand-list li {
	display: inline-block;
	font-size: 18px;
	margin: 0 50px 20px 0;
}
.brand-list li a:hover {
	color: #e29987;
}

/**
 * Horoscope
 */
.horoscope .theme-text {
	font-size: 30px;
	text-align: center;
	background: url(/images/dotline.png) repeat-x top left,
				url(/images/dotline.png) repeat-x bottom left;
	padding: 50px 0;
	margin: 0 0 30px;
	line-height: 1.5;
}
.horoscope .published {
	text-align: center;
	color: #454444;
	letter-spacing: 0.1em;
	margin: 0 0 50px;
}
.horoscope .constellation ul {
	font-size: 0;
	margin: 0 0 0 -24px;
}
.horoscope .constellation li {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	background: #f6f6f6;
	width: calc(16.6666% - 24px);
	width: -webkit-calc(16.6666% - 24px);
	margin: 0 0 34px 24px;
	border-radius: 18px;
	padding: 30px 20px;
	box-sizing: border-box;
}
.horoscope .constellation li .name {
	font-size: 20px;
	margin: 0 0 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.horoscope .constellation li a:hover .image {
	background: none;
}
.horoscope .constellation li .image {
	margin: 0 0 20px;
}
.horoscope .constellation li .image img {
	display: block;
	width: 100%;
}
.horoscope .constellation li .term {
	font-size: 12px;
}
.horoscope .wrapper {
	display: table;
	margin: 0 0 60px;
}
.horoscope .wrapper .image {
	vertical-align: top;
	display: table-cell;
	background: #f6f6f6;
	width: 50%;
	box-sizing: border-box;
	padding: 70px;
	border-radius: 26px;
}
.horoscope .wrapper .image img {
	display: block;
	width: 100%;
}
.horoscope .wrapper .content {
	vertical-align: top;
	display: table-cell;
	padding: 0 0 0 60px;
}
.horoscope .wrapper .content .title {
	font-size: 58px;
	margin: 0 0 15px;
}
.horoscope .wrapper .content .title .title-text {
	margin: 0;
	font-size: inherit;
	text-align: left;
	letter-spacing: normal;
	line-height: inherit;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.horoscope .wrapper .content .title span {
	position: relative;
	top: -15px;
	display: inline-block;
	background: #eee;
	font-size: 20px;
	font-weight: normal;
	line-height: 50px;
	padding: 0 20px;
	margin: 0 0 0 40px;
	font-family: 'Josefin Sans', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
}
.horoscope .wrapper .content .description {
	margin: 0 0 20px;
}
.horoscope .wrapper .content .description p {
	font-size: 20px;
	line-height: 1.8;
}
.horoscope .wrapper .content .signature {
	color: #858484;
	text-align: right;
	margin: 0 0 30px;
}
.horoscope .pager {
	text-align: center;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 25px 0;
	margin: 0 0 30px;
}
.horoscope .pager li {
	display: inline-block;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin: 0 0 0 50px;
}
.horoscope .pager li:first-child {
	margin: 0;
}
.horoscope .related {
	width: 100%;
}

/**
 * Related
 */
.related {
	width: 750px;
	min-height: 1px;
	padding: 60px 0;
	margin: 0 auto;
	margin-bottom: 60px;
	background: url(/images/dotline.png) repeat-x top left,
				url(/images/dotline.png) repeat-x bottom left;
}
.related:after {
	content: "";
	display: block;
	clear: both;
}
.related h5 {
	font-weight: 300;
	font-size: 20px;
	margin: 0 0 20px;
}
.related ul {
	margin: 0 0 0 26px;
}
.related li {
	position: relative;
}
.related li:before {
	content: "";
	width: 6px;
	height: 6px;
	color: #949494;
	display: inline-block;
	border-radius: 100%;
	background: #949494;
	position: absolute;
	left: -18px;
	top: 12px;
}
.related li {
	font-size: 18px;
	line-height: 2;
	font-weight: 300;
}
.related li a:hover {
	color: #999;
	text-decoration: underline;
}

/**
 * Share
 */
.share {
	margin: 0 0 60px;
}
.share ul {
	text-align: center;
}
.share li {
	vertical-align: top;
	display: inline-block;
	margin: 0 0 0 50px;
}
.share li:first-child {
	margin: 0;
}
.share li a {
	letter-spacing: 0.1em;
	font-weight: bold;
}
.share li a i {
	position: relative;
	top: 10px;
	display: inline-block;
	background: url(/images/share@2x_r2.png) no-repeat top left;
	background-size: 144px 72px;
	width: 36px;
	height: 36px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
.share li.facebook a i {
	background-position: 0 -36px;
}
.share li.twitter a i {
	background-position: -36px -36px;
}
.share li.pinterest a i {
	background-position: -72px -36px;
}
.share li.line a i {
	background-position: -108px -36px;
}
.share li.facebook a:hover i {
	background-position: 0 0;
}
.share li.twitter a:hover i {
	background-position: -36px 0;
}
.share li.pinterest:hover a i {
	background-position: -72px 0;
}
.share li.line a:hover i {
	background-position: -108px 0;
}
.share li.line {
	display: none;
}
.tags {
	margin: 0 0 70px;
}
.tags ul {
	font-size: 0;
	text-align: center;
}
.tags li {
	display: inline-block;
	margin: 0 0 15px 30px;
	vertical-align: top;
}
.tags li:first-child {
	margin: 0 0 15px 0;
}
.tags li a {
	display: block;
	font-size: 18px;
	background: #ebebeb;
	letter-spacing: 0.1em;
	padding: 4px 28px 0;
	box-sizing: border-box;
	min-height: 43px;
	line-height: 43px;
}
.tags li a:hover {
	background: #f2f2f2;
	color: #a7a7a7;
}
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
.pagetop a {
	display: block;
	background: url(/images/sprite@2x_r2.png) no-repeat top left;
	background-size: 250px 250px;
	background-position: -175px 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
	opacity: 0.5;
}
.pagetop a:hover {
	opacity: 0.8;
}

/**
 * Footer
 */
footer {
	position: relative;
	z-index: 1;
	background: #f7f6f6;
}
footer .container {
	padding: 60px 0 30px;
}
footer .logo a {
	display: block;
	background: url(/images/logo.svg) no-repeat top left;
	background-size: 100%;
	width: 345px;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
	margin-bottom: 70px;
}
footer nav {
	text-align: center;
}
footer nav li {
	font-size: 20px;
	letter-spacing: 0.1em;
	display: inline-block;
	margin: 0 0 0 40px;
}
footer nav li:first-child {
	margin: 0;
}
footer .menu {
	margin: 0 0 50px;
	font-weight: 300;
}
footer .menu a:hover {
	color: #999;
}
footer .social {
	margin: 0 0 40px;
}
footer .social li a {
	display: block;
	background: url(/images/sprite@2x_r2.png) no-repeat top left;
	background-size: 250px 250px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
footer .social li a:hover {
	transition: none;
}
footer .social li.facebook a {
	background-position: 0 0;
}
footer .social li.facebook a:hover {
	background-position: 0 -34px;
}
footer .social li.twitter a {
	background-position: -34px 0;
}
footer .social li.twitter a:hover {
	background-position: -34px -34px;
}
footer .social li.instagram a {
	background-position: -68px 0;
}
footer .social li.instagram a:hover {
	background-position: -68px -34px;
}
footer .social li.pinterest a {
	background-position: -102px 0;
}
footer .social li.pinterest a:hover {
	background-position: -102px -34px;
}
footer .social li.feedly a {
	background-position: -136px 0;
}
footer .social li.feedly a:hover {
	background-position: -136px -34px;
}
footer .social li.spotify a {
	background-image: url(/images/icon_spotify.png);
	background-position: 0 0;
	background-size: 34px 68px;
}
footer .social li.spotify a:hover {
	background-position: 0 -34px;
}
footer .app-link {
	margin: 0 auto 40px;
}
footer .app-link > p {
	margin: 0 auto 15px;
	font-size: 19px;
	color: #191919;
}
footer .app-link .app-list .item.-appstore {
	width: 222px;
}
footer .app-link .app-list .item.-googleplay {
	margin-left: 22px;
	width: 186px;
}
footer .app-link .app-list .item a {
	display: block;
	transition: 0.3s ease;
}
footer .app-link .app-list .item a:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
}
footer .app-link .app-list .item img {
	width: 100%;
	vertical-align: top;
}
footer .submenu {
	margin: 0 0 20px;
}
footer .submenu li {
	font-size: 12px;
	margin: 0;
}
footer .submenu li:before {
	content: "|";
	color: #999;
	padding: 0 10px;
}
footer .submenu li:first-child:before {
	content: none;
}
footer .submenu a:hover {
	color: #999;
	text-decoration: underline;
}
footer p {
	text-align: center;
	font-size: 12px;
	color: #999;
}

#smartbanner { position:absolute; left:0; top:-82px; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:#f7f7f7; z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:14px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px;}
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; font-weight:normal;}
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }
#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }
#smartbanner.android { background: #f7f7f7; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#333;}
#smartbanner.android .sb-info strong { color:#333; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #999; padding:1px; color:#999; background: none; border-radius: 0; box-shadow: none;}
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }
#smartbanner.windows .sb-icon { border-radius: 0px; }

@media screen and (max-width:1200px) {
	header .social {
		display: none;
	}
}

@media screen and (max-width:1028px) {
	header .menu li .submenu,
	header .menu li:hover .submenu {
		display: none;
	}
	header .menu li a.toggle:hover,
	header .menu li.active a.toggle {
		background: none;
	}
	.posts-horoscope li .excerpt {
		display: none;
	}
	.linkbar {
		display: none;
	}
	header .social {
		display: none;
	}
	header .container {
		display: block;
		padding: 0;
		height: auto;
	}
	header .logo {
		display: block;
		padding: 16px 0;
	}
	header .logo a {
		margin: 0 auto;
	}
	header nav {
		display: block;
		padding: 0;
	}
	header nav li {
		margin: 0;
	}
	header .menu {
		display: none;
		text-align: center;
		border-bottom: 1px solid #e6e6e6;
	}
	header .menu ul {
		font-size: 0;
	}
	header .menu li {
		font-size: 16px;
		width: 50%;
	}
	header .menu li:nth-child(n + 8) {
		display: inline-block;
	}
	header .menu li .submenu {
		display: none;
	}
	header .menu li a.toggle:hover,
	header .menu li.active a.toggle {
		background: none;
	}
	header .menu li a.toggle {
		display: block;
		line-height: auto;
		border-left: 1px solid #e6e6e6;
		border-top: 1px solid #e6e6e6;
	}
	header .toggle-nav {
		display: block;
	}
	header .social {
		display: none;
		position: static;
		margin: 0;
		padding: 15px 0;
		text-align: center;
	}
	header .social li {
		margin: 0 0 0 20px;
	}
	header .social li:first-child {
		margin: 0;
	}
	header .social li a {
		display: block;
		background: url(/images/sprite@2x_r2.png) no-repeat top left;
		background-size: 250px 250px;
		width: 34px;
		height: 34px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	header .social li a:hover {
		transition: none;
	}
	header .social li.facebook a {
		background-position: 0 0;
	}
	header .social li.facebook a:hover {
		background-position: 0 -34px;
	}
	header .social li.twitter a {
		background-position: -34px 0;
	}
	header .social li.twitter a:hover {
		background-position: -34px -34px;
	}
	header .social li.instagram a {
		background-position: -68px 0;
	}
	header .social li.instagram a:hover {
		background-position: -68px -34px;
	}
	header .social li.pinterest a {
		background-position: -102px 0;
	}
	header .social li.pinterest a:hover {
		background-position: -102px -34px;
	}
	header .social li.feedly a {
		background-position: -136px 0;
	}
	header .social li.feedly a:hover {
		background-position: -136px -34px;
	}
	header .search {
		position: absolute;
		top: 7px;
		right: 10px;
	}
	header .search.active input[type=text] {
		width: 280px;
	}
}

@media screen and (max-width:1000px) {
	.main {
		padding: 50px 0 0;
	}
}

@media screen and (max-width:768px) {
	.u-res__layout--pc {
	  display: none;
	}

	.u-res__layout--sp {
	  display: block;
	}

	.u-res__text--pc {
	  display: none;
	}

	.u-res__text--sp {
	  display: inline-block;
	}
	body {
		-webkit-overflow-scrolling: touch;
	}
	#container {
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	.container {
		padding: 0 20px;
	}
	.breadcrumb {
		display: none;
	}
	.banner li {
		display: block;
		margin: 30px 0 0;
	}
	.banner img {
		width: 100%;
	}
	.banner li.banner-rectangle {
		max-width: 100%;
		max-height: none;
		height: auto;
	}
	.pickup li .category {
		font-size: 35px;
		line-height: 70px;
	}
	.pickup li .title {
		font-size: 22px;
		padding: 50% 20px 30px 20px;
	}
	section {
		padding: 40px 0;
	}
	section .title-text,
	section h2 {
		font-size: 30px;
		margin: 0 0 30px;
	}
	.section-header {
		font-size: 30px;
		margin: 0 0 40px;
	}
	.section-header-tag h3 {
		font-size: 22px;
	}
	.section-header-tag p {
		margin: 20px 0 0 0;
		font-size: 16px;
	}
	.section-category-index {
		padding: 30px 0 12px 0;
	}
	.section-category .more {
		margin: 0 0 78px;
		border-top-width: 2px;
	}
	.section-category .more a {
		font-size: 14px;
	}
	.section-tag {
		padding: 30px 0;
	}
	.section-tag .section-header {
		margin: 0 0 30px;
	}
	.section-photo {
		padding: 20px 0 50px;
	}
	.section-error .container {
		width: 100%;
	}
	.page-header {
		padding: 40px 20px 0 20px;
	}
	.page-header .container {
		padding: 0 0 40px;
	}
	.page-header .title-text,
	.page-header h2 {
		font-size: 40px;
	}
	.page-header .title-note,
	.page-header p {
		margin: 20px 0 0 0;
		font-size: 16px;
	}
	.page-header-horoscope .container {
		padding: 0;
	}
	.page-header-tag .title-text,
	.page-header-latest .title-text,
	.page-header-tag h2 {
		font-size: 22px;
	}
	.page-header-errors .title-text,
	.page-header-errors h2 {
		font-size: 22px;
		padding: 0 0 40px;
	}
	.page-header-static,
	.page-header-contact {
		padding-top: 50px;
	}
	.page-header-errors .container,
	.page-header-contact .container,
	.page-header-static .container {
		width: 100%;
		padding: 0;
	}
	.page-header-static .title-text,
	.page-header-static h2,
	.page-header-contact .title-text,
	.page-header-contact h2 {
		font-size: 22px;
		font-weight: normal;
	}
	.page-header-static .title-text,
	.page-header-static h2 {
		letter-spacing: -0.02em;
	}
	.page-header-contact-thanks h2 {
		font-size: 20px;
	}
	.page-header-static .published span {
		display: block;
		margin: 0;
	}
	.tags li {
		margin: 0 0 15px 15px;
	}
	.tags li a {
		font-size: 16px;
		padding: 2px 8px 0;
		min-height: 38px;
		line-height: 38px;
	}
	.pager li {
		font-size: 22px;
		margin: 0 0 0 24px;
	}
	.post-body .pager li {
		font-size: 26px;
	}
	.pickup li .category .new {
		right: 0;
		left: -10px;
	}
	.pickup li {
		display: block;
		width: 100%;
		margin: 12px 0 0;
	}
	.pickup li:first-child {
		margin: 0;
	}
	.posts ul {
		margin: 0 0 50px -20px;
	}
	.posts.posts-recent ul {
		margin-bottom: 0;
	}
	.posts.posts-recent ul:last-of-type {
		margin-bottom: 50px;
	}
	.posts li {
		display: inline-block;
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		margin: 0 0 30px 20px;
	}
	.posts li .image {
		margin: 0 0 15px;
	}
	.posts li .category {
		margin: 0 0 15px;
	}
	.posts li .title {
		font-size: 14px;
		margin: 0 0 15px;
	}
	.posts li .excerpt {
		font-size: 14px;
	}
	.posts li .published {
		font-size: 12px;
	}
	.posts li .category span {
		font-size: 14px;
		padding: 0 2px;
	}
	.posts-event li .image {
		margin: 0;
	}
	.posts-event .date span {
		display: block;
	}
	.posts-event .date {
		letter-spacing: 0;
		line-height: 22px;
		padding: 15px 0;
	}
	.posts-category ul {
		margin: 0 0 0 -20px;
	}
	.posts-tag ul {
		margin: 0 0 0 -10px;
	}
	.posts-tag li {
		display: inline-block;
		width: -webkit-calc(33.333% - 10px);
		width: calc(33.333% - 10px);
		margin: 0 0 10px 10px;
	}
	.posts-action.-latest {
		margin-top: -30px;
		padding: 0 0 30px;
	}
	.section-tag-scroll .posts-tag li {
		margin: 0 0 0 10px;
	}
	.posts-tag li .image {
		margin: 0;
	}
	.posts-tag li .content {
		padding: 10px;
	}
	.posts-tag li .content .title {
		font-size: 12px;
		height: 36px;
	}
	.posts-tag-index ul {
		margin: 0 0 40px -10px;
	}
	.posts-tag-index li {
		margin: 0 0 10px 10px;
	}
	.brand-list li {
		margin: 0 10px 10px;
	}
	.brand-list li:nth-child(n + 8) {
		display: none;
	}
	.posts-category-index li:first-child {
		display: block;
		width: calc(100% - 20px);
		padding: 20px;
	}
	.posts-category-index li:first-child .image {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 30px;
	}
	.posts-category-index li:first-child .content {
		display: block;
		width: 100%;
		padding: 0;
	}
	.posts-category-index li:first-child .title {
		font-size: 18px;
		margin: 0 0 20px;
	}
	.posts-ranking ul {
		margin: 0;
	}
	.posts-ranking li {
		display: table;
		width: 100%;
		margin: 20px 0 0;
		padding: 0 0 20px;
		border-bottom: 1px solid #eee;
	}
	.posts-ranking li:first-child {
		margin: 0;
		width: 100%;
	}
	.posts-ranking li:first-child .excerpt {
		display: block;
	}
	.posts-ranking li .image {
		display: table-cell;
		width: 45%;
	}
	.posts-ranking li .title {
		margin: 0 0 5px;
	}
	.posts-ranking li .content {
		vertical-align: middle;
		display: table-cell;
		width: 55%;
		padding: 0 0 0 20px;
	}
	.posts-ranking li .excerpt {
		display: none;
		font-size: 10px;
		height: 72px;
		margin: 0;
	}
	.posts-ranking  li .rank {
		font-size: 32px;
	}
	.posts-ranking  li:first-child .rank {
		text-align: center;
		margin: 0 0 10px;
	}
	.posts-ranking li:first-child {
		display: block;
		padding: 50px 0 25px;
	}
	.posts-ranking-index li:first-child {
		padding: 50px 0 25px;
	}
	.posts-ranking li:first-child .image {
		display: block;
		width: 100%;
		max-width: initial;
		height: auto;
		margin: 0 0 10px;
	}
	.posts-ranking li:first-child .content {
		display: block;
		padding: 0;
		width: 100%;
	}
	.posts-ranking li:first-child .content .rank {
		position: static;
	}
	.posts-ranking li:first-child .title {
		font-size: 20px;
	}
	.posts-ranking li:first-child .excerpt {
		font-size: 14px;
		line-height: 1.8;
		height: auto;
		margin: 0 0 15px;
	}
	.posts-ranking-index li:first-child .excerpt {
		height: auto;
		margin: 0 0 15px;
	}
	.posts-ranking li .category {
		margin: 0 0 10px;
	}
	.section-ranking .more {
		padding: 40px 0 0;
		border: none;
		text-align: right;
	}
	.section-ranking .more a {
		position: static;
		padding: 0;
	}
	.posts-horoscope ul {
		margin: 0;
	}
	.posts-horoscope li {
		display: block;
		width: 100%;
		margin: 0 0 50px;
	}
	.posts-horoscope li .image {
		display: block;
		width: 100%;
		margin: 0;
	}
	.posts-horoscope li .content {
		display: block;
		width: 100%;
		padding: 30px 20px;
	}
	.posts-horoscope li .title {
		font-size: 20px;
	}
	.posts-horoscope li .excerpt {
		display: block;
	}
	.horoscope .theme-text {
		font-size: 18px;
		padding: 30px 0;
	}
	.horoscope .constellation ul {
		margin: 0 0 0 -12px;
	}
	.horoscope .constellation li {
		width: calc(33.3333% - 12px);
		width: -webkit-calc(33.3333% - 12px);
		margin: 0 0 20px 12px;
		padding: 15px 10px;
		border-radius: 12px;
	}
	.horoscope .constellation li .name {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.horoscope .constellation li .image {
		margin: 0 0 10px;
	}
	.horoscope .constellation li .term {
		font-size: 9px;
	}
	.horoscope .wrapper {
		display: block;
		margin: 0 0 30px;
	}
	.horoscope .wrapper .image {
		display: block;
		width: 100%;
		padding: 30px;
		margin: 0 0 20px;
	}
	.horoscope .wrapper .content {
		display: block;
		padding: 0;
	}
	.horoscope .wrapper .content .title {
		font-size: 34px;
	}
	.horoscope .wrapper .content .title span {
		top: -8px;
		font-size: 16px;
		line-height: 30px;
		padding: 0 10px;
	}
	.horoscope .wrapper .content .description p {
		font-size: 16px;
	}
	.related {
		width: 100%;
	}
	.related ul {
		text-align: left;
		margin: 0 0 0 18px;
	}
	.related li {
		font-size: 17px;
		margin: 15px 0 0 0;
	}
	.related li:first-child {
		margin: 0;
	}
	.share {
		margin: 0;
		overflow: hidden;
	}
	.share ul {
		position: relative;
		left: 37px;
		font-size: 0;
	}
	.share li {
		font-size: 13px;
		text-align: left;
		margin: 0 0 30px;
		width: 50%;
	}
	.share li.line {
		display: inline-block;
	}
	footer {
		padding: 50px 0;
	}
	footer .logo a {
		width: 265px;
		height: 23px;
	}
	footer .container {
		padding: 0 20px;
	}
	footer nav li {
		display: block;
		margin: 30px 0 0;
	}
	footer nav .social li {
		display: inline-block;
		margin: 0 0 0 20px;
	}
	footer nav .social li:first-child {
		margin: 0;
	}
	footer .app-link {
		margin: 0 auto 30px;
	}
	footer .app-link > p {
		margin-bottom: 10px;
		font-size: 12px;
	}
	footer .app-link .app-list {
		text-align: center;
		margin: 0 -7px;
	}
	footer .app-link .app-list .item {
		display: inline-block;
		margin: 5px 7px;
	}
	footer .app-link .app-list .item.-appstore {
		width: 170px;
	}
	footer .app-link .app-list .item.-googleplay {
		width: 150px;
		margin: 5px 7px;
	}
	footer nav .submenu {
		line-height: 2;
	}
	footer nav .submenu li {
		font-size: 14px;
		display: inline-block;
	}
	footer nav .submenu li:nth-child(3):before,
	footer nav .submenu li:nth-child(6):before {
		content: none;
	}
	footer p span,
	footer p small {
		display: block;
		margin: 30px 0 0;
		font-size: 100%;
	}
	.pagetop a {
		background-position: -175px -65px;
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width:320px) {
	header .search.active input[type=text] {
		width: 230px;
	}
}