@charset "UTF-8";
/*================================================
	MONTHLY LOOK 専用CSS
================================================*/

.page-mask,
.page-mask-white {
	display: none;
}

#contents.monthly * {
	font-family: 'Poppins', 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", 'Poppins', sans-serif;
}
.monthly_wrap {
}

/*		一覧
------------------------------------*/
.monthly_content {
	width: 1340px;
	margin: 0 auto 80px;
}
.monthly_list::before,
.monthly_list::after {
	content: none;
}
.monthly_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
}
.monthly_item {
	box-sizing: border-box;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	width: 100%;
	max-width: 33%;
	margin-bottom: 4px;
	padding: 0 2px;
	position:relative;
}
.monthly_link {
	display: block;
	position: relative;
}
.monthly_photo {
	position: relative;
}
.monthly_image {
	width: 100%;
	height: auto;
}

/*----- ポップアップ -----*/
.pop_monthly {
	display: none;
	position: absolute;
	background: #FFF;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 1400px;
	z-index: 10000;
}
.pop_monthly_data {
	display: flex;
	align-items: flex-start;
}
.pop_monthly_photo {
	flex-basis: 524px;
	max-width: 524px;
}
.pop_monthly_photo img {
	width: 100%;
	height: auto;
}
.pop_monthly_detail {
	flex: 1;
	width: 70%;
	width: -webkit-calc(100% - 350px);
	width: calc(100% - 350px);
}
.pop_monthly_info {
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 60px;
	position: relative;
}

/* ボタン */
.pop_monthly .popup_top_close {
	display:block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}
.pop_monthly .popup_top_close a {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.pop_monthly .popup_top_close a:before {
	content: "";
	width: 16px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.pop_monthly .popup_top_close a:after {
	content: "";
	width: 16px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.popup_item_info {}
.popup_monthly_list::before,
.popup_monthly_list::after {
	content: none;
}
.popup_monthly_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
}
.popup_monthly_item {
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	margin-bottom: 30px;
	padding: 0 2px;
	box-sizing: border-box;
	position:relative;
}
.popup_item_info .notfound {
	padding: 0 6px;
}

.popup_navi_prev,
.popup_navi_next {
	display: block;
	width: 50px;
	height: 50px;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	cursor: pointer;
}
.popup_navi_prev {
	left: -50px;
}
.popup_navi_prev::after {
	content: "";
	width: 22px;
	height: 22px;
	margin-top: -11px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 20px;
}
.popup_navi_next {
	right: -50px;
}
.popup_navi_next::after {
	content: "";
	width: 22px;
	height: 22px;
	margin-top: -11px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

/*----- goods表示テンプレート -----*/
.goods_link {
	display: block;
	position: relative;
}
.goods_photo {
	margin: 0 0 15px;
	position: relative;
}
.goods_photo::before {
	content: "";
	display: block;
	padding-top: 133.3333333%;
}
.goods_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.goods_name {
	font-size: 11px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 10px;
}
.goods_price {
	font-size: 11px;
	color: inherit;
	word-break: break-all;
}
.goods_price_proper {}
.goods_price_tax {
	padding-left: 10px;
	font-size: 9px;
}
.goods_price_sale {}
.goods_price_off {
	padding-left: 10px;
	color: #a73838;
}

/*		アーカイブ
------------------------------------*/

.monthly_archives {
	width: 1340px;
	margin: 0 auto;
}
.archives_title {
	margin-bottom: 40px;
	font-size: 15px;
}
.archives_list {}
.archives_item {
	margin-bottom: 25px;
	font-size: 11px;
}
.archives_link {}
