@charset "utf-8";

/* ========================================================
	SHOP
======================================================== */

/* shop_topics_block
============================================================================================================ */
.shop_topics_block {
}
@media screen and (min-width: 769px), print {
	.shop_topics_block header .btn {
		position: absolute;
		top: 20px;
		right: 0;
	}
}
@media screen and (max-width: 768px) {
	.shop_topics_block .all_btn {
		padding: 15px;
	}
	.shop_topics_block .all_btn a {
		width: 100%;
	}
}

/* topics_list
============================================================================================================ */
.topics_list a {
	display: block;
	line-height: 1.6;
	text-decoration: none;
}
.topics_list a .img > * {
	display: block;
	padding-top: 64.28%;
	border-radius: 6px;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.topics_list a time {
	display: inline-block;
	margin-right: 1em;
	font-weight: bold;
	font-size: 1.3rem;
	color: #af8b3e;
}
.topics_list a .cat {
	display: inline-block;
	margin-right: 1em;
	font-weight: bold;
	font-size: 1.3rem;
}
.topics_list a h1 {
	margin-top: 5px;
	font-size: 1.8rem;
}
@media screen and (min-width: 769px), print {
	.topics_list_wrap {
		position: relative;
		padding: 40px 0;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
	}
	.topics_list a {
		width: 280px;
		margin: 0 15px;
	}
	.topics_list a .img {
		margin-bottom: 10px;
	}
	.topics_list a:hover h1 {
		text-decoration: underline;
	}
	.topics_list_wrap .arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 60px;
		background-color: #fff;
		z-index: 10;
	}
	.topics_list_wrap .arrow.prev {
		left: 0;
		border-right: 1px solid #f2f2f2;
	}
	.topics_list_wrap .arrow.next {
		right: 0;
		border-left: 1px solid #f2f2f2;
	}
	.topics_list_wrap .arrow:hover {
		background-color: #1a1a1a;
		border-color: #1a1a1a;
	}
}
@media screen and (max-width: 768px) {
	.topics_list_wrap .topics_list {
		display: block;
	}
	.topics_list_wrap .topics_list a:nth-child(3) ~ * {
		display: none;
	}
	.topics_list a {
		margin-bottom: 10px;
	}
	.topics_list a article {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.topics_list a .img {
		width: 50%;
	}
	.topics_list a .img + div {
		width: calc(50% - 10px);
		padding-top: 5px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f2f2f2;
	}
	.topics_list a time {
		margin-right: 0.5em;
		font-size: 1rem;
	}
	.topics_list a .cat {
		margin-right: 0.5em;
		font-size: 1rem;
	}
	.topics_list a h1 {
		font-size: 1.3rem;
	}
	.topics_list_wrap .arrow {
		display: none;
	}
}

/* topics_column_block Overwrite
============================================================================================================ */
@media screen and (min-width: 769px), print {
	.topics_column_block > .w > *:only-child {
		margin: auto;
	}
}
.topics_column_block .topics li a .ph {
	width: 200px;
}
.topics_column_block .topics li a .ph > span {
	padding-top: 64.28%;
	border-radius: 6px;
}
.topics_column_block .topics li a .ph ~ * {
	margin-left: 230px;
}
.topics_column_block .topics li a .time {
	display: inline-block;
	margin-right: 1em;
	font-weight: bold;
	font-size: 1.3rem;
	color: #af8b3e;
}
.topics_column_block .topics li a .cat {
	display: inline-block;
	margin-right: 1em;
	font-weight: bold;
	font-size: 1.3rem;
}
.topics_column_block .topics li a .title {
	margin-top: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.topics_column_block .topics li a .ph {
		width: 50%;
	}
	.topics_column_block .topics li a .ph ~ * {
		margin-left: calc(50% + 10px);
	}
	.topics_column_block .topics li a .time {
		margin-right: 0.5em;
		padding-top: 5px;
		font-size: 1rem;
	}
	.topics_column_block .topics li a .cat {
		margin-right: 0.5em;
		padding-top: 5px;
		font-size: 1rem;
	}
	.topics_column_block .topics li a .title {
		font-size: 1.3rem;
	}
}


/* shop_index_pickup_block
============================================================================================================ */
.shop_index_pickup_block {
	position: relative;
	margin-bottom: 70px;
	overflow: hidden;
}
.shop_index_pickup_block > section {
	position: relative;
	font-weight: bold;
}
.shop_index_pickup_block > section::before,
.shop_index_pickup_block > section::after {
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.shop_index_pickup_block > section.sec01::before,
.shop_index_pickup_block > section.sec01::after {
	background-image: url(../images/index/ph01.jpg);
}
.shop_index_pickup_block > section.sec02::before,
.shop_index_pickup_block > section.sec02::after {
	background-image: url(../images/index/ph03.jpg);
}
.shop_index_pickup_block > section > * {
	position: relative;
	z-index: 3;
}
.shop_index_pickup_block > section header {
	position: relative;
}
.shop_index_pickup_block > section header .ff_en {
	position: absolute;
	top: 50%;
	left: 20px;
	padding-bottom: 3px;
	border-bottom: 5px solid;
	font-size: 2.4rem;
	line-height: 1.3;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	-o-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	white-space: nowrap;
}
.shop_index_pickup_block .arrow {
	position: absolute;
	top: 50px;
	bottom: 50px;
	width: 60px;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	z-index: 10;
}
.shop_index_pickup_block .arrow.prev {
	left: -1px;
}
.shop_index_pickup_block .arrow.next {
	right: -1px;
}
@media screen and (min-width: 769px), print {
	.shop_index_pickup_block > section {
		min-height: 490px;
		padding-top: 60px;
	}
	.shop_index_pickup_block > section::before {
		content: "";
		top: 0;
		bottom: 0;
		position: absolute;
		width: calc(50% - 40px);
	}
	.shop_index_pickup_block > section.ph_r::before {
		right: 0;
	}
	.shop_index_pickup_block > section.ph_l::after {
		left: 0;
	}
	.shop_index_pickup_block > section.ph_r.ph_t::before {
		border-radius: 0 0 0 50px;
	}
	.shop_index_pickup_block > section.ph_r.ph_b::before {
		border-radius: 50px 0 0 0;
	}
	.shop_index_pickup_block > section.ph_l.ph_t::before {
		border-radius: 0 0 50px 0;
	}
	.shop_index_pickup_block > section.ph_l.ph_b::before {
		border-radius: 0 50px 0 0;
	}
	.shop_index_pickup_block > section h1,
	.shop_index_pickup_block > section .btn {
		margin-left: 70px;
	}
	.shop_index_pickup_block > section.ph_l > .w {
		padding-left: 540px;
	}
	.shop_index_pickup_block > section h1 {
		font-size: 3.8rem;
		white-space: nowrap;
		line-height: 1.3;
	}
	.shop_index_pickup_block > section .btn {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.shop_index_pickup_block > section .btn a {
		margin: 0;
	}
	.shop_index_pickup_block > section .btn.multi {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 470px;
		margin-left: calc(100% - 470px);
	}
	.shop_index_pickup_block > section .btn.multi > * {
		width: 50%;
		padding-right: 10px;
	}
	.shop_index_pickup_block > section .btn.multi a {
		width: 100%;
	}
	.shop_index_pickup_block .arrow:hover {
		background-color: #1a1a1a;
		border-color: #1a1a1a;
	}
}
@media screen and (max-width: 768px) {
	.shop_index_pickup_block {
		margin-bottom: 35px;
	}
	.shop_index_pickup_block > section + section {
		margin-top: 40px;
	}
	.shop_index_pickup_block > section.ph_t::before,
	.shop_index_pickup_block > section.ph_b::after {
		content: "";
		display: block;
		height: 170px;
	}
	.shop_index_pickup_block > section.ph_t::before {
		margin-bottom: 30px;
		border-radius: 0 0 20px 20px;
	}
	.shop_index_pickup_block > section.ph_b::after {
		margin-top: 40px;
		border-radius: 20px 20px 0 0;
	}
	.shop_index_pickup_block > section header .ff_en {
		left: 10px;
		border-bottom-width: 3px;
		font-size: 1.4rem;
	}
	.shop_index_pickup_block > section h1 {
		margin-left: 40px;
		font-size: 2.1rem;
		line-height: 1.4;
	}
	.shop_index_pickup_block > section .btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.shop_index_pickup_block > section .btn.multi {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.shop_index_pickup_block > section .btn.multi > * {
		width: calc(50% - 5px);
	}
	.shop_index_pickup_block .arrow {
		top: 40px;
		bottom: 40px;
		width: 30px;
	}
}