@charset "UTF-8";

body {
	min-width: 1020px !important;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.8;
}

.vis-tb,
.vis-sp {
	display: none;
}

.spGHeader {
	display: none;
}

.u-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}

/* .wrapper {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url("/refresh/img/cmn/img-cmnhd-bg.png");
} */

.main {
	padding-bottom: 100px;
}

.main_hd {
	text-align: center;
	padding: 30px 0;
}

.main_hd_ttl {
}

.main_cnt {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-top: 50px;
}

.main_hd + .main_cnt {
	margin-top: 0;
}

.main_col {
}

.main_col.-cnt {
	flex: 1;
}

.main_col.-side {
	width: 250px;
}

.main_subhd {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	background: #A15AA0;
	color: #fff;
	/* padding: 20px 20px 20px 100px; */
	padding: 20px 20px 20px;
	border-radius: 5px;
	margin-bottom: 15px;
}
body.-palette-corner .main_subhd{
	background: #00A1E9;
}
body.-palette-entry .main_subhd{
	background: #F8B500;
}

.main_subhd:before {
	width: 83px;
	height: 87px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 5px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

/* body.-palette-corner .main_subhd:before {
	width: 90px;
	height: 97px;
	background-image: url("/palette/img/corner/img-head-char.png");
}

body.-palette-staff .main_subhd:before {
	width: 89px;
	height: 100px;
	background-image: url("/palette/img/staff/img-head-char.png");
}

body.-refresh-fashion .main_subhd:before {
	width: 96px;
	height: 89px;
	left: -8px;
	background-image: url("/refresh/img/fashion/img-head-char@2x.png");
}

body.-palette-entry .main_subhd:before {
	width: 89px;
	height: 99px;
	background-image: url("/palette/img/entry/img-head-char.png");
} */

.main_subhd_ttl {
	font-size: 20px;
	font-weight: bold;
}

.main_subhd_en {
	font-size: 12px;
	font-weight: bold;
}

.cmnnav {
	padding: 60px 0 70px;
	background: #F7F7F7;
}

.cmnnav_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cmnnav_list > a {
	display: inline-block;
}

.cmnnav_list > a.-item05 {
	display: none;
}

.btmpr {
	position: relative;
	background: #F7F7F7;
	display: none;
}

.btmpr:before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	height: 125px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #488C23;
}

.btmpr > .u-inner {
	position: relative;
	z-index: 1;
}

.btmpr_wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.cmnft {
	text-align: center;
	background: linear-gradient(to left, #E8E73E, #EA5E72);
	color: #fff;
	padding: 50px 0;
}

.cmnft_copy {
	font-size: 12px;
}

.cmnside {
}

.cmnside_srch {
	padding: 12px;
	background: #F7F7F7;
}

.cmnside_srch_ttl {
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

.cmnside_srch_form {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 6px;
}

.cmnside_srch_form input {
	border: 1px solid #BBC1B2;
	border-radius: 2px;
	line-height: 35px;
	height: 35px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	outline-style: none;
	flex: 1;
}

.cmnside_srch_form button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: 35px;
	background: linear-gradient(225deg, #E8E73E, #EA5E72);
}

.cmnside_bnr {
	margin-top: 15px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cmnside_bnr.-plus {
	margin-top: 5px;
	
}


.cmnside_bnr > li {
}

.cmnside_bnr > li a {
	display: inline-block;
}
.plus_bnr{
	padding: 20px 0;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin-top: 15px;
}
.plus_bnr p{
	text-align: center;
	color: #E63178;
	font-size: 14px;
	font-weight: bold;
}
.cmnside_nav {
	margin-top: 15px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.cmnside_nav_item {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF !important;
	position: relative;
	background: #488C23;
	border-radius: 5px;
	line-height: 1.4;
	padding: 10px 40px 10px 15px;
}

.cmnside_nav_item.-red {
	background: #DE3C74;
}

.cmnside_nav_item:after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 10px;
	height: 9px;
	margin-top: -4.5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/refresh/img/cmn/img-cmnside-arrow@2x.png");
}

.cmnside_rank {
	position: relative;
	margin-top: 30px;
	background: #F7F7F7;
	padding: 25px 15px 30px 15px;
}

.cmnside_rank:before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: repeating-linear-gradient(to right, #488C23, #488C23 6px, #8CB832 6px, #8CB832 12px);
}

.cmnside_rank_hd {
	line-height: 1;
	display: flex;
	align-items: baseline;
	gap: 5px;
}

.cmnside_rank_hd_ttl {
	font-size: 18px;
}

.cmnside_rank_hd_en {
	font-size: 16px;
	font-weight: bold;
	color: #488C23;
}

.cmnside_rank_list {
	margin-top: 5px;
	counter-reset: number 0;
}

.cmnside_rank_item {
	border-bottom: 1px dashed #333333;
}

.cmnside_rank_item_wrap {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: flex-start;
}

.cmnside_rank_item_img {
	flex-shrink: 0;
	position: relative;
	width: 75px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cmnside_rank_item_img:before {
	counter-increment: number 1;
	content: counter(number);
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: #8CB832;
	border-radius: 50%;
	position: absolute;
	left: -5px;
	top: -5px;
}

.cmnside_rank_item_cap {
	flex: 1;
}

.cmnside_rank_item_info {
	font-size: 12px;
	line-height: 1;
}

.cmnside_rank_item_date {
}

.cmnside_rank_item_ttl {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #488C23;
}

.cmnside_fashion {
	margin-top: 20px;
	background: #FFF5F5;
	padding: 15px;
}

.cmnside_fashion_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #FC757C;
	text-align: center;
}

.cmnside_fashion_list {
	margin-top: 15px;
	background: #fff;
}

.cmnside_fashion_item {
	border-bottom: 1px dashed #C9C9C9;
}

.cmnside_fashion_item_wrap {
	padding: 12px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.cmnside_fashion_item_img {
	flex-shrink: 0;
	width: 75px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.cmnside_fashion_item_cap {
	flex: 1;
}

.cmnside_fashion_item_info {
	font-size: 12px;
	line-height: 1;
}

.cmnside_fashion_item_date {
}

.cmnside_fashion_item_ttl {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FC757C;
}

.cmnside_fashion_more {
	background: #fff;
	padding: 12px;
	text-align: center;
}

.cmnside_fashion_more a {
	display: block;
	background: #FC757C;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	width: 100%;
	border-radius: 16px;
	font-size: 14px;
}

.cmnside_old {
	margin-top: 15px;
	text-align: center;
}

.cmnside_old > a {
	display: block;
	padding: 12px;
	font-size: 14px;
	border-radius: 5px;
	background: #3C7B28;
	color: #fff;
	font-weight: bold;
}

.cmnside_old > a.vis-sp {
	display: none;
}

.cmnposts {
}

.cmnposts_hd {
	display: flex;
	gap: 10px;
	align-items: baseline;
	line-height: 1;
}

.cmnposts_hd_ttl {
	font-size: 24px;
	font-weight: bold;
}

.cmnposts_hd_en {
	color: #E63178;
	font-size: 16px;
	font-weight: bold;
}

.cmnposts_list {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 1.7%;
}

.cmnposts_item {
	width: 32.2%;
	line-height: 1.3;
	background: #F3EFDF;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
}

.cmnposts_item_wrap {
	display: block;
}

.cmnposts_item_img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #fff;
}

.cmnposts_item_img:before {
	content: "";
	display: block;
	padding-top: 69.5%;
}

.cmnposts_item_img img {
	width: 100%;
	max-width: 230px;
	height: auto;
}

.cmnposts_item_cap {
	padding: 15px;
}

.cmnposts_item_info {
}

.cmnposts_item_date {
	display: inline-block;
	line-height: 23px;
	height: 23px;
	font-size: 12px;
	color: #fff;
	background: #E63178;
	padding: 0 10px;
}

.cmnposts_item_ttl {
	color: #E63178;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	line-height: 1.4;
}

.cmnposts_item_disc {
	margin-top: 10px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cmnposts_item_hash {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	padding: 0 15px 15px;
}

.cmnposts_item_hash > li {
	font-size: 12px;
	background: #F8B500;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 0 10px;
	line-height: 24px;
	height: 24px;
	border-radius: 12px;
	cursor: pointer;
}

.cmnposts_item_hash > li:before {
	content: "#";
}

.cmnpost {
}

.cmnpost_hd {
}

.cmnpost_hd_info {
}

.cmnpost_hd_date {
	display: inline-block;
	line-height: 23px;
	height: 23px;
	font-size: 12px;
	color: #fff;
	background: #E63178;
	padding: 0 10px;
}

.cmnpost_hd_ttl {
	margin-top: 15px;
	font-size: 24px;
	font-weight: bold;
}

.cmnpost_hd_hash {
	margin-top: 15px;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.cmnpost_hd_hash > li {
	font-size: 12px;
	background: #F8B500;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 0 10px;
	line-height: 24px;
	height: 24px;
	border-radius: 12px;
	cursor: pointer;
}

.cmnpost_hd_hash > li:before {
	content: "#";
}

.cmnpost_body {
	margin-top: 30px;
}

.cmnpager {
	margin-top: 40px;
}

.cmnpager .wp-pagenavi a.first,
.cmnpager .wp-pagenavi a.last,
.cmnpager .wp-pagenavi span.pages {
	display: none;
}

.cmnpager .wp-pagenavi span.extend {
	min-width: 0;
	background: none;
	padding: 0;
}

.cmnpager .wp-pagenavi {
	display: flex;
	margin: 0 auto;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.cmnpager .wp-pagenavi a,
.cmnpager .wp-pagenavi span {
	min-width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	background: #00A1E9;
	color: #fff;
	text-align: center;
}

.cmnpager .wp-pagenavi a {
}

.cmnpager .wp-pagenavi a.previouspostslink,
.cmnpager .wp-pagenavi a.nextpostslink {
	background: #58B531;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cmnpager .wp-pagenavi a.previouspostslink {
	margin-right: 10px;
}

.cmnpager .wp-pagenavi a.nextpostslink {
	margin-left: 10px;
}

.cmnpager .wp-pagenavi span {
	background: #E4E4E4;
	color: #8B8B8B;
}

.cmnback {
	text-align: center;
	border-top: 1px solid #E2E2E2;
	margin-top: 50px;
	padding-top: 40px;
}

.cmnback.-noborder {
	border-top: none;
	padding-top: 0;
}

.cmnback > a {
	display: inline-block;
	background: #F8B500;
	max-width: 200px;
	width: 100%;
	line-height: 42px;
	height: 42px;
	border-radius: 21px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0 15px;
}

.cmnback > a:before {
	width: 17px;
	height: 15px;
	content: "";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/refresh/img/cmn/img-cmnpager-back@2x.png");
}
.sns_share{
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	
}
.sns_ttl{
	margin-bottom: 20px;
	font-size: 15px;
}
.sns_list{
	margin: 10px auto;
}
.sns_li_item{
	display: inline-block;
	margin-left: 20px;
}
.sns_li_item:first-child{
	margin-left: 0px;
}
.link_copy{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #707070;
	border-radius: 50px;
	padding: 0 15px;
	text-align: center;
	margin: 20px auto 0;
	max-width: 230px;
    width: 100%;
    height: 42px;
	font-weight: bold;
}
.success_msg {
    display: none;
    position: absolute;
	transform: translateX(-50%);
	bottom: 0px;
	left: 50%;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(248, 181, 0, 0.7);
    color: #fff;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

@media screen and (max-width:1020px) {
	body {
	}

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

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

	.globalHeaderWrap2018 {
		display: none;
	}

	.globalNavigation2018 {
		display: none;
	}

	.spGHeader {
		display: block;
	}

}

@media screen and (min-width:641px) {
}

@media screen and (max-width:640px) {
	body {
		min-width: 360px !important;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.u-inner {
		padding: 0 20px;
	}

	.wrapper {
		background-size: auto 80px;
	}

	.main {
		padding-bottom: 20px;
	}

	.main_hd {
		padding: 10px 0 15px;
	}

	.main_hd_ttl {
	}

	.main_hd_ttl img {
		max-width: 50%;
	}

	.main_cnt {
		flex-direction: column;
		gap: 20px;
	}

	.main_hd + .main_cnt {
	}

	.main_col {
	}

	.main_col.-cnt {
	}

	.main_col.-side {
		width: 100%;
	}

	.main_subhd {
		gap: 10px;
	}

	.main_subhd:before {
	}

	body.-refresh-corner .main_subhd:before {
	}

	body.-refresh-staff .main_subhd:before {
	}

	body.-refresh-fashion .main_subhd:before {
	}

	body.-refresh-entry .main_subhd:before {
	}

	.main_subhd_ttl {
		font-size: 16px;
	}

	.main_subhd_en {
		line-height: 1.4;
	}

	.cmnnav {
		padding: 10px 0px 40px;
	}

	.cmnnav_list {
		flex-direction: column;
		align-items: center;
	}

	.cmnnav_list > a {
	}

	.cmnnav_list > a.-item04 {
		margin-top: 3.5%;
	}

	.cmnnav_list > a.-item05 {
		margin-top: 1%;
		display: inline-block;
	}

	.cmnnav_list > a img {
		width: 100%;
		height: auto;
	}

	.btmpr {
	}

	.btmpr:before {
	}

	.btmpr > .u-inner {
	}

	.btmpr_wrap {
		flex-direction: column;
	}

	.cmnft {
		padding: 40px 0;
	}

	.cmnft_copy {
	}

	.cmnside {
	}

	.cmnside_srch {
	}

	.cmnside_srch_ttl {
	}

	.cmnside_srch_form {
	}

	.cmnside_srch_form input {
	}

	.cmnside_srch_form button {
	}

	.plus_bnr{
		margin-bottom: 15px;
	}
	.cmnside_bnr {
		margin-top: 10px;
	}

	.cmnside_bnr > li {
	}

	.cmnside_bnr > li img {
		width: 100%;
		height: auto;
	}

	.cmnside_nav {
		margin-top: 10px;
	}

	.cmnside_nav_item {
	}

	.cmnside_nav_item:after {
	}

	.cmnside_rank {
		margin-top: 0;
		padding-bottom: 15px;
	}

	.cmnside_rank:before {
	}

	.cmnside_rank_hd {
	}

	.cmnside_rank_hd_ttl {
	}

	.cmnside_rank_hd_en {
	}

	.cmnside_rank_list {
	}

	.cmnside_rank_item {
	}

	.cmnside_rank_item_wrap {
	}

	.cmnside_rank_item_img {
	}

	.cmnside_rank_item_img:before {
	}

	.cmnside_rank_item_cap {
	}

	.cmnside_rank_item_info {
	}

	.cmnside_rank_item_date {
	}

	.cmnside_rank_item_ttl {
	}

	.cmnside_fashion {
	}

	.cmnside_fashion_ttl {
	}

	.cmnside_fashion_list {
	}

	.cmnside_fashion_item {
	}

	.cmnside_fashion_item_wrap {
	}

	.cmnside_fashion_item_img {
	}

	.cmnside_fashion_item_cap {
	}

	.cmnside_fashion_item_info {
	}

	.cmnside_fashion_item_date {
	}

	.cmnside_fashion_item_ttl {
	}

	.cmnside_fashion_more {
	}

	.cmnside_fashion_more a {
	}

	.cmnside_old {
	}

	.cmnside_old > a {
	}

	.cmnside_old > a.hide-sp {
		display: none;
	}

	.cmnside_old > a.vis-sp {
		display: block;
	}

	.cmnposts {
	}

	.cmnposts_hd {
	}

	.cmnposts_hd_ttl {
		font-size: 20px;
	}

	.cmnposts_hd_en {
		font-size: 14px;
	}

	.cmnposts_list {
		gap: 10px;
	}

	.cmnposts_item {
		width: 100%;
	}

	.cmnposts_item_wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 10px;
	}

	.cmnposts_item_img {
		width: 32%;
	}

	.cmnposts_item_img img {
	}

	.cmnposts_item_cap {
		width: 63%;
		padding: 0;
		margin-left: 10px;
	}

	.cmnposts_item_info {
	}

	.cmnposts_item_date {
	}

	.cmnposts_item_ttl {
		line-height: 1.3;
		font-size: 15px;
	}

	.cmnposts_item_disc {
		display: none;
	}

	.cmnposts_item_hash {
		flex: 1;
		padding: 0;
		margin-top: 10px;
	}

	.cmnposts_item_hash > li {
	}

	.cmnposts_item_hash > li:before {
	}

	.cmnpost {
	}

	.cmnpost_hd {
	}

	.cmnpost_hd_info {
	}

	.cmnpost_hd_date {
	}

	.cmnpost_hd_ttl {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 5px;
	}

	.cmnpost_hd_hash {
		margin-top: 10px;
	}

	.cmnpost_hd_hash > li {
	}

	.cmnpost_hd_hash > li:before {
	}

	.cmnpost_body {
		font-size: 14px;
	}

	.cmnpost_body p {
	}

	.cmnpager {
	}

	.cmnpager .wp-pagenavi {
		gap: 6px;
	}

	.cmnpager .wp-pagenavi a,
	.cmnpager .wp-pagenavi span {
		min-width: 34px;
		height: 34px;
		line-height: 34px;
		border-radius: 17px;
		font-size: 14px;
	}

	.cmnpager .wp-pagenavi a {
	}

	.cmnpager .wp-pagenavi a.previouspostslink,
	.cmnpager .wp-pagenavi a.nextpostslink {
	}

	.cmnpager .wp-pagenavi a.previouspostslink {
		margin-right: 0;
	}

	.cmnpager .wp-pagenavi a.nextpostslink {
		margin-left: 0;
	}

	.cmnpager .wp-pagenavi span {
	}

	.cmnback {
		margin-top: 20px;
		padding-top: 20px;
	}

	.cmnback.-noborder {
	}

	.cmnback > a {
	}

	.cmnback > a:before {
	}

}

/* for Print */
@media print {
}
