@charset "UTF-8";
/*================================================
トップページ専用CSS
================================================*/

/* top_banner
--------------------------------------------------------------------*/
.top_banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	padding: 40px 0 0;
}
.top_banner.top_banner__basic {
	width: 100%;
	margin: 0 0 90px;
}
.top_banner.top_banner__lot {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 90px;
}
.top_banner.top_banner__huge {
	width: 100%;
	margin: 0 0 80px 0;
}

/* section_mainbnr
--------------------------------------------------------------------*/
.section_mainbnr {
	margin:0 0 75px;
}
.mainbnr_slider {
	width: 1000px;
	margin: 0 auto;
}
.section_mainbnr__huge .mainbnr_slider {
	width: 100%;
}
.mainbnr_slider_list {}
.mainbnr_slider_item {}
.mainbnr_slider_link {}
.mainbnr_slider_image {
	display: block;
	width: 100%;
	height: auto;
}

/*BAISC*/
.section_mainbnr.section_mainbnr__basic {
	width: 100%;
	margin: 0 0 75px 0;
}

/*A LOT OF*/
.section_mainbnr.section_mainbnr__lot {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 0 75px 0;
	position: relative;
}
.main_slider {
	-webkit-flex-basis: 800px;
	-ms-flex-preferred-size: 800px;
	flex-basis: 800px;
	max-width: 800px;
/*	height: 444px;*/
	margin: 0 auto 0 0;
	position: relative;
}
.main_slider_image {
	width: 100%;
	height: auto;
}
.sub_slider {
	-webkit-flex-basis: 375px;
	-ms-flex-preferred-size: 375px;
	flex-basis: 375px;
	max-width: 375px;
	position: relative;
}
.sub_slider_list {}
.sub_slider_item {
	width: 342px;
	/*height: 208px;*/
}
.sub_slider_item + .sub_slider_item {
	margin-top: 28px;
}
.sub_slider_image {
	width: 100%;
	height: auto;
}

/*HUGE*/
.section_mainbnr.section_mainbnr__huge {
	width: 100%;
}

/*slick.css*/
.mainbnr_slider .slick-slider .slick-list {
	overflow: visible;
}
.mainbnr_slider .slick-dotted.slick-slider {}
.mainbnr_slider .slick-arrow{
	text-decoration: none;
	display: block;
	width: 56px;
	height: 56px;
	margin-top: -28px;
	position: absolute;
	top: 50%;
	z-index: 10;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #fff;
	background-color: rgba(0,0,0,.3);
}
.mainbnr_slider .slick-prev {
	left: 0;
}
.mainbnr_slider .slick-prev:after{
	content: "";
	width: 14px;
	height: 14px;
	margin-top: -6px;
	margin-left: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.mainbnr_slider .slick-next {
	right: 0;
}
.mainbnr_slider .slick-next:after{
	right: -15px;
	content: "";
	width: 14px;
	height: 14px;
	margin-top: -6px;
	margin-right: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}
.mainbnr_slider .slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.mainbnr_slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 7px;
	cursor: pointer;
}
.mainbnr_slider .slick-dots li button {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}
.mainbnr_slider .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.mainbnr_slider .slick-dots li.slick-active button {
	background-color: #020608;
	border-color: #020608;
	cursor: default;
}

/* section_topbnr
--------------------------------------------------------------------*/

.section_topbnr {
	width: 1200px;
	margin: 0 auto 90px;
}
.section_topbnr.section_topbnr__basic {}
.section_topbnr.section_topbnr__lot {}
.section_topbnr.section_topbnr__huge {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.topslider {
	width: 100%;
	max-width: 1200px;
	position: relative;
}
.topslider + .common_btn {
	margin-top: 50px;
}
.topslider_list {}
.topslider_item {}
.topbnr_list:before, .topbnr_list:after {
	content: none;
}
.topbnr_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 var(--goods-gutter-x);
}
.topbnr_item {
	width: calc((100%/4) - (var(--goods-gutter-x)*3/4));
	max-width: 25%;
}
.topbnr_photo {
	margin-bottom: 10px;
}
.topbnr_image {
	width: 100%;
	height: auto;
}
.topbnr_date {
	display: block;
	font-family: "Archivo", sans-serif;
	color: var(--color-text-gray);
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 10px;
}
.topbnr_title {
	font-size: 1.3rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.topslider .slick-prev,
.topslider .slick-next {
	display: block;
	width: 40px;
	height: 40px;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 142.5px;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.topslider .slick-prev {
	left: -30px;
}
.topslider .slick-prev:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 15px;
}
.topslider .slick-next {
	right: -30px;
}
.topslider .slick-next:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

/* section_pickup
--------------------------------------------------------------------*/

.section_pickup {
	margin-bottom:90px;
}
.section_pickup .item_box {
	margin-bottom: 50px;
}
.section_pickup .goods_item {
	width: calc((100%/4) - (var(--goods-gutter-x)*3/4));
	max-width: 25%;
	position:relative;
}
/* section_new
--------------------------------------------------------------------*/

.section_new {
	margin-bottom:90px;
}
.section_new .item_box {
	margin-bottom: 50px;
}

/* section_ranking
--------------------------------------------------------------------*/

.section_ranking {
	margin-bottom:90px;
}
.ranking_tab {
	margin-bottom: 30px;
}
.ranking_tab_list:before,
.ranking_tab_list:after {
	content: none;
}
.ranking_tab_list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.ranking_tab_item {
	margin: 0 15px;
	text-align: center;
	position: relative;
}
.ranking_tab_name {
	display: block;
	font-size: 1.8rem;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	padding: 0 5px 8px;
	position: relative;
}
.ranking_tab_item.selected .ranking_tab_name {
	font-weight: bold;
}
.ranking_tab_item.selected .ranking_tab_name:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #020608;
}
.section_ranking .item_box {
	margin-bottom: 50px;
}

/* section_rearrival
--------------------------------------------------------------------*/

.section_rearrival {
	margin-bottom:90px;
}
.section_rearrival .item_box {
	margin-bottom: 20px;
}

/* section_coodinate
--------------------------------------------------------------------*/

.section_coodinate {
	margin-bottom:90px;
}
.coordinate_banner{
	margin-bottom:15px;
}
.coordinate_banner img{
	display:block;
	max-width:100%;
	height:auto;
}
.section_coodinate .item_box {
	margin-bottom: 50px;
}
.coordinate_list:before,
.coordinate_list:after {
	content: none;
}
.coordinate_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.coordinate_item {
	width: calc((100%/4) - (15px*3/4));
	max-width: 25%;
	position:relative;
}
.coordinate_link {
	display: block;
	position: relative;
}
.coordinate_link:hover .coodinate_photo:after {
	content:"";
	width:100%;
	height:100%;
	border:3px solid #eee;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
}
.coordinate_photo {
	margin: 0;
	position:relative;
}
.coordinate_image {
	width: 100%;
	height: auto;
}
.coordinate_date {
	margin:0 0 5px;
	color:#7e7e7e;
	font-size:1.2rem;
}
.coordinate_store {
	font-size:1.4rem;
	line-height: 1.4;
}
.coordinate_description {
	display: none;
}
.pop_coordinate {
	display: none;
	position: absolute;
	background: #FFF;
	top: 0px;
	left: 0px;
	width: 900px;
	z-index: 10000;
}
.pop_coordinate_data {
	display: flex;
	align-items: flex-start;
	padding: 2rem;
}
.pop_coordinate_photo {
	flex-basis: 350px;
	max-width: 350px;
}
.pop_coordinate_photo img {
	width: 100%;
	height: auto;
}
.pop_coordinate_detail {
	flex: 1;
	width: 70%;
	width: -webkit-calc(100% - 350px);
	width: calc(100% - 350px);
}
.pop_coordinate_info {
	height: 420px;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 0 0 2rem;
	position: relative;
}
.popup_sns {
	padding-top: 2rem;
}
.popup_sns_data:before, .popup_sns_data:after {
	content: none;
}
.popup_sns_data {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.popup_sns_heading {
	font-size: 1.4rem;
}
.popup_sns_detail {
	padding: 0 0 0 1rem;
}
.popup_sns_list {
	display: flex;
	align-items: center;
}
.popup_sns_item {
	margin-right: 20px;
}
.popup_sns_item:last-child {
	margin-right: 0;
}
.popup_sns_item a {
	display: inline-block;
	width: 26px;
	height: 24px;
	font-size: 1.2rem;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.popup_sns_fb a {
	width:24px;
	height: 24px;
	background:url(/static/full/images/detail/detail_sns_facebook.svg) no-repeat;
	background-size: 100% 100%;
}
.popup_sns_tw a {
	width:22.505px;
	height: 23px;
	background:url(/static/full/images/detail/detail_sns_twitter.svg) no-repeat;
	background-size: 100% 100%;
}
.popup_sns_line  {
	display: inline-block;
	width:25px;
	height: 24px;
	background:url(/static/full/images/detail/detail_sns_line.svg) no-repeat;
	background-size: 100% 100%;
}
.popup_sns_line a {
	width:25px;
	height: 24px;
	background:url(/static/full/images/detail/detail_sns_line.svg) no-repeat;
	background-size: 100% 100%;
}
.popup_sns_line .line-it-button{
	opacity: 0.000000001;
}
.coordinate_items {
	width: 540px;
}
.pop_coordinate .popup_top_close {
	display:block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}
.button_popup_top_close {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.button_popup_top_close:before {
	content:"";
	width:16px;
	height:2px;
	background:#000;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(135deg);
}
.button_popup_top_close:after {
	content:"";
	width:16px;
	height:2px;
	background:#000;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(45deg);
}
.pop_coordinate .popup_bottom_close {
	text-align: center;
	padding: 2rem;
	background-color: #fff;
	position: relative;
}
.pop_coordinate .popup_bottom_close:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
}
.button_popup_bottom_close {
	display: inline-block;
	width: 150px;
	text-align: center;
	cursor: pointer;
	padding: 10px 10px;
	position: relative;
	background-color: #67696a;
	border-radius: 3px;
}
.button_popup_close_text {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	position: relative;
}
.coordinate-title {
	border-bottom: 2px solid #000;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0 0 1rem;
	text-align: left;
}
.pop_coordinate .shop_name {
	/* min-height: 6rem; */
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	background-color: #fff;
	padding: 2rem 4rem 2rem 2rem;
	/* border-bottom: 1px solid #e5e5e5; */
	position: relative;
}
.pop_coordinate .update {
	color:#67696a;
	font-family: "Archivo", sans-serif;
	font-size:1.4rem;
	margin-bottom:2rem;
}
.pop_coordinate .description {
	display: block;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 20px;
}
.popup_item_info {}
.popup_item_heading {
	font-size: 1.6rem;
	margin-bottom:20px;
}
.popup_item_heading span {
	display: inline-block;
	font-weight: bold;
}
.popup_coordinate_list:before, .popup_coordinate_list:after {
	content: none;
}
.popup_coordinate_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
.popup_coordinate_item {
	width: 100%;
	position:relative;
}
.popup_item_info .notfound {
	font-size: 1.2rem;
	padding: 0 .6rem;
}
.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;
}

/* section_news
--------------------------------------------------------------------*/

.section_news {
	margin-bottom:90px;
}
.news_list {
	margin-bottom: 50px;
}
.news_item {
	padding:20px;
	border-bottom:1px solid #aaa;
}
.news_item:first-child {
	border-top: 1px solid #aaa;
}
.news_link {
	display:block;
	padding:0 20px 0 0;
	position:relative;
}
.news_link:after {
	content:"";
	display:block;
	width:10px;
	height:10px;
	margin-top: -5px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	transform:rotate(135deg);
	position:absolute;
	top:50%;
	right:5px;
}
.news_date {
	color:#67696a;
	font-family: "Archivo", sans-serif;
	font-size:1.4rem;
	margin-bottom: 1rem;
}
.news_title {
	font-size:1.4rem;
	line-height: 1.4;
}

/* section_recommend
--------------------------------------------------------------------*/
.section_recommend {
	margin-bottom:90px;
}
.section_recommend .item_box {
	margin-bottom: 50px;
}

/* section_checkitem
--------------------------------------------------------------------*/
.section_checkitem {}
.checkitem_title {
	font-family: "Archivo", sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}
.section_checkitem .item_box{}

/* section_instagram
--------------------------------------------------------------------*/
.section_instagram {
	margin-bottom: 80px;
}
.section_instagram .common_title {
	margin: 0 auto 10px;
}
.insta_acount {
	margin: 0 auto 40px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}
.instafeed_box {
	padding: 0 ;
}
.instafeed_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.instafeed_list::before,
.instafeed_list::after {
	content: none;
}
.instafeed_item {
	-ms-flex: 0 0 346px;
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	margin-bottom: 50px;
	padding: 0 10px;
	position: relative;
}
.instafeed_link {}
.instafeed_photo {
	display: block;
	overflow: hidden;
	padding-bottom: 125%;
	position: relative;
}
.instafeed_image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* section_custom
--------------------------------------------------------------------*/

.section_custom {
	margin-bottom: 90px;
}
.section_custom .item_box {
	margin-bottom: 50px;
}
