@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


html {
  container-type: inline-size;
}
h1.h1.block-event-page--header.--jp,.pane-left-menu {
  display: none;
}
.pane-left-menu + .pane-main {
  width: 100%;
}

.kiseimiyage {
	margin-inline: min(-30px, 600px - 50cqw);
	font-family: "Noto Serif JP", serif;
	color: #333;
}
.kiseimiyage_section {
    margin-bottom: 60px;
}
.section_inner {
	width: 1200px;
	margin-inline: auto;
}
.section_title {
    text-align: center;
    margin-bottom: 44px;
    padding-bottom: 10px;
    border-bottom: 3px solid #543010;
}
.section_title_main {
    color: #47381E;
    font-size: 37px;
    font-weight: 700;
}
.section_title_main .jump {
	font-size: 30px;
}
.more_btn a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #EE8F21;
    border-radius: 300px;
    width: 340px;
    margin-inline: auto;
    padding-block: 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
l-recommend {
	position: fixed;
	top: 0;
}
.block-ranking-r {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-image .block-ranking-r--rank {
	font-size: 30px;
	font-style: normal;
	left: 10px;
	top: 5px;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-description {
	margin-top: 10px;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-name {
	text-align: left;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-name a {
	color: #401E18;
	font-size: 14px;
	font-weight: 500;
}
.block-ranking-lightningrecommend .block-ranking-r--price {
	text-align: left;
	color: #401E18;
	font-size: 18px;
}

.block-ranking-lightningrecommend .block-ranking-r--items {
    width: 1080px;
}
.pane-contents .block-ranking-lightningrecommend .swiper-button-next,
.pane-contents .block-ranking-lightningrecommend .swiper-button-prev {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: #A79169;
    border-radius: 300px;
    position: absolute;
    top: 50%;
    z-index: 2;
    translate: 0 -50%;
    cursor: pointer;
}
.pane-contents .block-ranking-lightningrecommend .swiper-button-next {
    rotate: y 180deg;
}
.pane-contents .block-ranking-lightningrecommend .swiper-button-prev::before,
.pane-contents .block-ranking-lightningrecommend .swiper-button-next::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 6px;
    background: #fff;
    clip-path: shape(from 35% 5%, arc to 44% 16% of 5% 10% cw, line to 18% 80%, line to 95% 80%, arc to 95% 100% of 5% 10% cw, line to 8% 100%, arc to 4% 84% of 5% 10% cw, close);
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    transform: none;
}
.pane-contents .block-ranking-lightningrecommend .swiper-button-prev::after,
.pane-contents .block-ranking-lightningrecommend .swiper-button-next::after {
		display: none;
}
.pane-contents .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 300px;
    background: #E6E6E6;
    opacity: 1;
}
.pane-contents .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #826B41;
}


.fnav {
    width: 90px;
    position: fixed;
    right: 10px;
    bottom: 110px;
    background: #fff;
    border: 2px solid #f0eee2;
    border-radius: 4px;
    padding-inline: 4px;
    z-index: 10;
}
.fnav_item:nth-of-type(n + 2) {
    border-top: 1px solid #f8f8f8;
}
.fnav_item a {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    padding-block: 4px 10px;
    text-decoration: none;
}
.fnav_item a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background: #a79169;
    clip-path: polygon(0 20%, 10% 0, 50% 60%, 90% 0, 100% 20%, 50% 100%);
}
.fnav_name {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 3em;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.1em;
}

#mv {
	width: min(100%, 1200px);
	margin: 60px auto 40px;
}


#lead {
    margin-bottom: 40px;
}
.lead_text {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1em;
}

.campaign_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    font-family: "Noto Sans JP", sans-serif;
}
.campaign_item {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 570px;
    background: #F0EEE2;
}
.campaign_item {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 570px;
    background: #F0EEE2;
    padding-block: 16px 10px;
}
.campaign_note {
    text-align: center;
    color: #8A7C5D;
    font-size: 14px;
    font-weight: 600;
}
.campaign_item01 .campaign_img {
    width: calc(100% - 25px);
    margin-bottom: 7px;
}
.campaign_item02 .campaign_img {
    width: calc(100% - 140px);
    margin-bottom: 12px;
}
.campaign_coupon .coupon_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}
.campaign_coupon .code {
    background: #fff;
    padding: 18px 24px;
    font-size: 21px;
    font-weight: 700;
		line-height: 1;
}
.campaign_coupon .code::before {
	content: "クーポンコード：";
}
.campaign_coupon .button .couponCopy {
    background: #543010;
    border-radius: 300px;
    padding: 0;
    border: none;
}
.campaign_coupon .copy-value {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 300px;
    padding: 12px 20px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
		line-height: 1;
		position: relative;
}
.campaign_coupon .copy-value.tooltip::after {
    content: "コピーしました";
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #543010;
    border-radius: 300px;
    font-size: 14px;
}
.campaign_link a {
    color: #9B0509;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-inline: 4px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
}
.campaign_link a::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #9B0509;
    position: absolute;
    left: 0;
    bottom: 0;
}
.campaign_link a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background: #9B0509;
    clip-path: polygon(0 20%, 10% 0, 50% 60%, 90% 0, 100% 20%, 50% 100%);
}



#search {
	background: #F8F8F8;
	padding-block: 40px;
}

.search_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: min(100%, 1080px);
    margin-inline: auto;
}
.search_item {
	flex: 1;
}
.search_item a {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding-block: 30px 12px;
}
.search_item a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 8px;
	background: #47381E;
	clip-path: polygon(0 20%, 10% 0, 50% 60%, 90% 0, 100% 20%, 50% 100%);
}
.search_name {
    color: #47381E;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 24px;
}

.recommend_content {
	position: relative;
	margin-bottom: 82px;
}
.recommend_content_prev, .recommend_content_next {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: #A79169;
	border-radius: 300px;
	position: absolute;
	top: 50%;
	z-index: 2;
	translate: -50% -50%;
	cursor: pointer;
}
.recommend_content_prev {
	left: 0;
}
.recommend_content_next {
	left: 100%;
	rotate: y 180deg;
}
.recommend_content_prev.swiper-button-disabled,
.recommend_content_next.swiper-button-disabled {
	opacity: .35;
	pointer-events: none;
}
.recommend_content_prev::before, .recommend_content_next::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 6px;
	background: #fff;
	clip-path: shape(from 35% 5%, arc to 44% 16% of 5% 10% cw, line to 18% 80%, line to 95% 80%, arc to 95% 100% of 5% 10% cw, line to 8% 100%, arc to 4% 84% of 5% 10% cw, close);
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
.recommend_content_pagination {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	top: calc(100% + 30px);
}
.recommend_content_pagination .swiper-pagination-bullet {
	margin: 0 !important;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #E6E6E6;
	opacity: 1;
}
.recommend_content_pagination .swiper-pagination-bullet-active {
	background: #826B41;
}
.recommend_content .swiper {
	height: 600px;
}
.recommend_item {
  height: calc(50% - 10px);
}
.recommend_item a {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
	height: 100%;
	background: #F0EEE2;
	border-radius: 10px;
	padding: 10px 20px;
}
.recommend_item_img {
	width: 250px;
}
.recommend_item_textwrap {
	width: calc(100% - 270px);
}
.recommend_item_catch {
	background: #543010;
	clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%);
	margin-bottom: 12px;
	padding: 8px 24px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.recommend_item_catch::before {
	content: "";
	display: inline;
	width: 4px;
	height: 100%;
	background: #F28F22;
	position: absolute;
	left: 0;
	top: 0;
}
.recommend_item_brand {
	color: #826B41;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 4px;
}
.recommend_item_name {
	color: #47381E;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 4px;
}
.recommend_item_price {
	color: #47381E;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
}
.recommend_item_price:before {
	content: "￥";
}
.recommend_item_price::after {
	content: " (税込)";
	font-size: 14px;
}
.recommend_item_text {
	color: #47381E;
	font-size: 13px;
	font-weight: 500;
}

.category_recommend_content {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px 35px;
	width: 1030px;
	margin-inline: auto;
}
.category_recommend_item {
	width: calc((100% - 70px) / 3);
}
.category_recommend_item a {
	display: grid;
	align-content: center;
	align-items: center;
	justify-items: center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.category_recommend_item a::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 18px;
	background: #fff;
	clip-path: polygon(20% 0, 0 10%, 60% 50%, 0 90%, 20% 100%, 100% 50%);
	position: absolute;
	right: 26px;
	bottom: 20px;
}
.category_recommend_img {
	grid-area: 1 / 1;
	width: 100%;
	height: auto;
	aspect-ratio: 160 / 99;
}
.category_recommend_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category_recommend_item:nth-of-type(5) .category_recommend_img img {
	object-fit: contain;
	background: #f9f9f9;
}
.category_recommend_name {
	grid-area: 1 / 1;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #00000025;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}
#theme {
	background: #F8F8F8;
	padding-block: 60px;
}
.theme_head {
	margin-bottom: 60px;
}
.theme_nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: stretch;
	gap: 6px;
}
.theme_nav_item {
	flex: 1;
}
.theme_nav_item a {
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.theme_nav_item a::before {
	content: "お土産";
	color: #826B41;
	font-size: 19px;
	font-weight: 900;
	line-height: 1;
	order: 3;
	margin-bottom: 12px;
}
.theme_nav_item a::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 9px;
	background: #826B41;
	clip-path: polygon(0 20%, 10% 0, 50% 60%, 90% 0, 100% 20%, 50% 100%);
	order: 4;
}
.theme_nav_item_name {
	display: inline-block;
	text-align: center;
	background: #877451;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding-inline: .2em;
	margin-block: -1.5em 3px;
	position: relative;
}
.theme_wrap {
	display: flex;
	flex-flow: column wrap;
	gap: 60px;
}
.theme_section .section_inner {
	background: #ffffff;
	background: linear-gradient(0deg, #ffffff00 0%, #fff 70%);
	padding-top: 27px;
}
.theme_section_title {
	color: #543010;
	text-align: center;
	font-size: 29px;
	margin-bottom: 20px;
}
.theme_content {
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 60px;
	position: relative;
}
.theme_content .swiper {
    width: 1080px;
}
.theme_item_rate {
	font-size: 13px;
	line-height: 1;
	position: relative;
	color: #ccc;
	display: inline-block;
}
.theme_item_rate::before {
  content: "★★★★★";
  display: inline-block;
  width: calc(20% * var(--score));
  white-space: nowrap;
  overflow: hidden;
	color: #C7A276;
  position: absolute;
}
.theme_item_rate[rate="3"],.theme_item_rate[rate="3.0"] {--score:3;}
.theme_item_rate[rate="31"],.theme_item_rate[rate="3.1"] {--score:3.1;}
.theme_item_rate[rate="32"],.theme_item_rate[rate="3.2"] {--score:3.2;}
.theme_item_rate[rate="33"],.theme_item_rate[rate="3.3"] {--score:3.3;}
.theme_item_rate[rate="34"],.theme_item_rate[rate="3.4"] {--score:3.4;}
.theme_item_rate[rate="35"],.theme_item_rate[rate="3.5"] {--score:3.5;}
.theme_item_rate[rate="36"],.theme_item_rate[rate="3.6"] {--score:3.6;}
.theme_item_rate[rate="37"],.theme_item_rate[rate="3.7"] {--score:3.7;}
.theme_item_rate[rate="38"],.theme_item_rate[rate="3.8"] {--score:3.8;}
.theme_item_rate[rate="39"],.theme_item_rate[rate="3.9"] {--score:3.9;}
.theme_item_rate[rate="4"],.theme_item_rate[rate="4.0"] {--score:4;}
.theme_item_rate[rate="41"],.theme_item_rate[rate="4.1"] {--score:4.1;}
.theme_item_rate[rate="42"],.theme_item_rate[rate="4.2"] {--score:4.2;}
.theme_item_rate[rate="43"],.theme_item_rate[rate="4.3"] {--score:4.3;}
.theme_item_rate[rate="44"],.theme_item_rate[rate="4.4"] {--score:4.4;}
.theme_item_rate[rate="45"],.theme_item_rate[rate="4.5"] {--score:4.5;}
.theme_item_rate[rate="46"],.theme_item_rate[rate="4.6"] {--score:4.6;}
.theme_item_rate[rate="47"],.theme_item_rate[rate="4.7"] {--score:4.7;}
.theme_item_rate[rate="48"],.theme_item_rate[rate="4.8"] {--score:4.8;}
.theme_item_rate[rate="49"],.theme_item_rate[rate="4.9"] {--score:4.9;}
.theme_item_rate[rate="5"],.theme_item_rate[rate="5.0"] {--score:5;}
.theme_item_rate[rate="0"],.theme_item_rate[rate=""] {opacity: 0;}

.theme_item_rate::after {
  content: "（" attr(count) "）" ;
  color: #333;
	position: absolute;
	left: 100%;
	top: 50%;
	translate: 0 -50%;
	width: 90px;
}
.theme_item_brand {
	color: #BF84BF;
	font-size: 12px;
	font-weight: 400;
}
.theme_item_name {
	color: #333333;
	font-size: 14px;
	font-weight: 700;
}
.theme_item_price {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
}
.theme_item_price::before {
	content: "￥";
}
.theme_item_price::after {
	content: "（税込）";
	font-size: 12px;
}

.theme_slide_prev,
.theme_slide_next {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: #A79169;
    border-radius: 300px;
    position: absolute;
    bottom: 60%;
    z-index: 2;
    cursor: pointer;
}
.theme_slide_next {
    rotate: y 180deg;
		right: 0;
}
.theme_slide_prev.swiper-button-disabled,
.theme_slide_next.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}
.theme_slide_prev::before,
.theme_slide_next::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 6px;
    background: #fff;
    clip-path: shape(from 35% 5%, arc to 44% 16% of 5% 10% cw, line to 18% 80%, line to 95% 80%, arc to 95% 100% of 5% 10% cw, line to 8% 100%, arc to 4% 84% of 5% 10% cw, close);
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    transform: none;
}
.theme_slide_pagination {
    text-align: center;
		margin-top: 30px;
}
.theme_slide_pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 300px;
    background: #E6E6E6;
    opacity: 1;
}
.theme_slide_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #826B41;
}

.pricerange_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
.pricerange_item {
    width: 166px;
}
.pricerange_img {
    width: 100%;
    border-radius: 300px;
    overflow: hidden;
    margin-bottom: 10px;
}
.pricerange_name {
    text-align: center;
    color: #826B41;
    font-size: 22px;
    font-weight: 700;
    margin-inline: -20px;
}
.pricerange_name .jump {
    font-size: 13px;
}
.other_content {
    position: relative;
}
.other_content .swiper {
    width: 1080px;
    margin-inline: auto;
}

.other_prev,
.other_next {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: #A79169;
    border-radius: 300px;
    position: absolute;
    bottom: 50%;
    translate: 0 50%;
    z-index: 2;
    cursor: pointer;
}
.other_next {
    rotate: y 180deg;
		right: 0;
}
.other_prev.swiper-button-disabled,
.other_next.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}
.other_prev::before,
.other_next::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 6px;
    background: #fff;
    clip-path: shape(from 35% 5%, arc to 44% 16% of 5% 10% cw, line to 18% 80%, line to 95% 80%, arc to 95% 100% of 5% 10% cw, line to 8% 100%, arc to 4% 84% of 5% 10% cw, close);
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    transform: none;
}
.other_pagination {
    text-align: center;
    margin-top: 30px;
}
.other_pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 300px;
    background: #E6E6E6;
    opacity: 1;
}
.other_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #826B41;
}
.other_fukidashi {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #F0EEE2;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(50% + 15px) calc(100% - 10px), 50% 100%, calc(50% - 15px) calc(100% - 10px), 0 calc(100% - 10px));
    padding-block: 5px 15px;
    text-align: center;
    color: #543010;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.allbtn_item a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #5a3410;
    border-radius: 300px;
    width: 420px;
    margin-inline: auto;
    padding-block: 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}


[data-browse-mode="S"] h1.h1.block-event-page--header {
    display: none;
}
[data-browse-mode="S"] .kiseimiyage {
	margin-inline: 0;
}

[data-browse-mode="S"] .kiseimiyage_section {
	margin-bottom: 52px;
}
[data-browse-mode="S"] .section_inner {
	width: calc(100% - 32px);
}
[data-browse-mode="S"] .section_title {
	margin-inline: -32px;
	margin-bottom: 16px;
}
[data-browse-mode="S"] .section_title_main {
	font-size: 27px;
}
[data-browse-mode="S"] .section_title_main .jump {
    font-size: 23px;
}
[data-browse-mode="S"] .more_btn a {
    width: min(100%, 325px);
    font-size: 18px;
		padding-block: 12px;
}
[data-browse-mode="S"] .fnav {
    right: initial;
    left: 10px;
    bottom: 20px;
    width: calc(100% - 90px);
    padding: 8px 0;
}
[data-browse-mode="S"] .fnav_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
[data-browse-mode="S"] .fnav_item {
    flex: 1;
}
[data-browse-mode="S"] .fnav_item:nth-of-type(n + 2) {
    border-top: none;
    border-left: 1px solid #f8f8f8;
}
[data-browse-mode="S"] .fnav_item a {
    padding: 0;
}
[data-browse-mode="S"] .fnav_name {
    height: 2em;
    font-size: 10px;
}
[data-browse-mode="S"] .fnav_item a::after {
    margin-top: 8px;
}
[data-browse-mode="S"] #mv {
	margin-block: 0 30px;
}

[data-browse-mode="S"] #lead {
	margin-block: 0 30px;
}
[data-browse-mode="S"] .lead_text {
	font-size: 16px;
}

[data-browse-mode="S"] .campaign_content {
    gap: 15px;
}
[data-browse-mode="S"] .campaign_item {
    width: 100%;
}
[data-browse-mode="S"] .campaign_note {
    font-size: 12px;
}
[data-browse-mode="S"] .campaign_item01 .campaign_img {
    width: calc(100% - 56px);
    margin-bottom: 5px;
}
[data-browse-mode="S"] .campaign_item02 .campaign_img {
    margin-bottom: 5px;
}
[data-browse-mode="S"] .campaign_coupon .coupon_content {
    gap: 10px;
}
[data-browse-mode="S"] .campaign_coupon .code {
    padding: 10px 20px;
    font-size: 14px;
}
[data-browse-mode="S"] .campaign_coupon .copy-value {
    padding: 8px 16px;
    font-size: 17px;
}
[data-browse-mode="S"] .campaign_link a {
    font-size: 16px;
}

[data-browse-mode="S"] .block-ranking-lightningrecommend .block-ranking-r--items {
    width: 100%;
    overflow: visible;
}
[data-browse-mode="S"] .block-ranking-lightningrecommend .block-ranking-r--items li {
    flex-wrap: nowrap;
    margin: 0;
}
[data-browse-mode="S"] .block-ranking-lightningrecommend .block-ranking-r--goods-description {
    padding: 0;
}
[data-browse-mode="S"] .block-ranking-r .swiper-button-prev {
    margin-top: 20px;
    display: inline-block;
    width: calc(100% - 32px);
    height: 4px;
    background: #F8F8F8;
    border-radius: 2px;
    box-shadow: none;
    inset: initial;
}
[data-browse-mode="S"] .block-ranking-r .swiper-button-prev .swiper-scrollbar-drag {
    background: #CFCFCF;
    border-radius: 2px;
}
[data-browse-mode="S"] .pane-main .swiper-button-next::before,
[data-browse-mode="S"] .pane-main .swiper-button-prev::before,
[data-browse-mode="S"] .pane-main .swiper-button-prev::after {
	display: none;
}


[data-browse-mode="S"] .search_content {
	gap: 16px;
	width: 100%;
}
[data-browse-mode="S"] .search_item {
	width: calc(50% - 8px);
	flex: initial;
}
[data-browse-mode="S"] .search_item a {
    padding-block: 19px 14px;
}
[data-browse-mode="S"] .search_item:nth-of-type(1) {
	width: 100%;
}
[data-browse-mode="S"] .search_name {
	font-size: 17px;
	margin-bottom: 16px;
}


[data-browse-mode="S"] .recommend_content {
    margin-bottom: 30px;
}
[data-browse-mode="S"] .recommend_item {
	height: auto;
}
[data-browse-mode="S"] .recommend_content .swiper {
	height: auto;
}
[data-browse-mode="S"] .recommend_item {
	height: auto;
}
[data-browse-mode="S"] .recommend_item a {
	align-content: flex-start;
	padding: 20px 20px 34px;
	gap: 0;
}
[data-browse-mode="S"] .recommend_item_img {
	width: 100%;
	order: 2;
	margin-bottom: 4px;
}
[data-browse-mode="S"] .recommend_item_textwrap {
	display: contents;
}
[data-browse-mode="S"] .recommend_item_catch {
	width: 100%;
	margin-bottom: 10px;
	order: 1;
}
[data-browse-mode="S"] .recommend_item_textwrap_l2 {
	order: 3;
}
[data-browse-mode="S"] .recommend_item_name {
	font-size: 16px;
}
[data-browse-mode="S"] .recommend_item_price {
	font-size: 16px;
}
[data-browse-mode="S"] .recommend_item_price::after {
	font-size: 12px;
}
[data-browse-mode="S"] .recommend_item_text {
	font-size: 12px;
}
[data-browse-mode="S"] .recommend_content_prev,
[data-browse-mode="S"] .recommend_content_next {
	width: 70px;
	height: 70px;
}
[data-browse-mode="S"] .recommend_content_prev {
	left: -20px;
}
[data-browse-mode="S"] .recommend_content_next {
	left: calc(100% + 20px);
}
[data-browse-mode="S"] .recommend_content_prev::before,
[data-browse-mode="S"] .recommend_content_next::before {
	left: 75%;
}
[data-browse-mode="S"] .recommend_content_pagination {
	display: inline-block;
	width: 100%;
	height: 4px;
	position: relative;
	inset: initial;
	background: #F8F8F8;
	border-radius: 300px;
	margin-top: 20px;
}
[data-browse-mode="S"] .recommend_content_pagination .swiper-scrollbar-drag {
	background: #CFCFCF;
	border-radius: 300px;
}



[data-browse-mode="S"] .category_recommend_content {
    gap: 14px;
    width: 100%;
}
[data-browse-mode="S"] .category_recommend_item {
    flex: initial;
    width: calc(50% - 7px);
    height: 118px;
}
[data-browse-mode="S"] .category_recommend_item:nth-of-type(1) {
    width: 100%;
}
[data-browse-mode="S"] .category_recommend_item a {
    width: 100%;
    height: 100%;
}
[data-browse-mode="S"] .category_recommend_item a::after {
	display: none;
}
[data-browse-mode="S"] .category_recommend_img {
    height: 100%;
    aspect-ratio: unset;
}
[data-browse-mode="S"] .category_recommend_name {
    font-size: 18px;
}




[data-browse-mode="S"] #theme {
    padding-block: 40px;
}
[data-browse-mode="S"] .theme_nav {
    gap: 25px 24px;
}
[data-browse-mode="S"] .theme_nav_item {
    flex: initial;
    width: calc(50% - 12px);
}
[data-browse-mode="S"] .theme_nav_item a::before {
    font-size: 16px;
    margin-bottom: 14px;
}
[data-browse-mode="S"] .theme_nav_item_name {
    font-size: 21px;
    margin-top: -2em;
}
[data-browse-mode="S"] .theme_wrap {
    gap: 50px;
}
[data-browse-mode="S"] .theme_section {
    width: 100%;
}
[data-browse-mode="S"] .theme_section .section_inner {
    background: none;
    padding: 0;
}
[data-browse-mode="S"] .theme_section_title {
    font-size: 23px;
    margin-bottom: 16px;
}

[data-browse-mode="S"] .theme_content {
    margin-bottom: 40px;
}
[data-browse-mode="S"] .theme_content .swiper {
    overflow: visible;
    width: 100%;
}
[data-browse-mode="S"] .theme_slide_prev,
[data-browse-mode="S"] .theme_slide_next {
    display: none;
}
[data-browse-mode="S"] .theme_slide_pagination {
    margin-top: 20px;
    height: 4px;
    background: #fff;
    border-radius: 300px;
}
[data-browse-mode="S"] .theme_slide_pagination .swiper-scrollbar-drag {
    background: #CFCFCF;
    border-radius: 300px;
}
[data-browse-mode="S"] .pricerange_content {
    gap: 20px 26px;
}
[data-browse-mode="S"] .pricerange_item {
    width: calc(50% - 13px);
}
[data-browse-mode="S"] .pricerange_img {
    max-width: 154px;
    margin-inline: auto;
    margin-bottom: 3px;
}
[data-browse-mode="S"] .pricerange_name {
    font-size: 20px;
    margin: 0;
}
[data-browse-mode="S"] .pricerange_name .jump {
    font-size: 11px;
}
[data-browse-mode="S"] .other_content .swiper {
    width: 100%;
}

[data-browse-mode="S"] .other_prev,
[data-browse-mode="S"] .other_next {
	width: 70px;
	height: 70px;
}
[data-browse-mode="S"] .other_prev {
	left: -50px;
}
[data-browse-mode="S"] .other_next {
	left: calc(100% - 20px);
}
[data-browse-mode="S"] .other_prev::before,
[data-browse-mode="S"] .other_next::before {
	left: 75%;
}
[data-browse-mode="S"] .other_pagination {
	display: inline-block;
	width: 100%;
	height: 4px;
	position: relative;
	inset: initial;
	background: #F8F8F8;
	border-radius: 300px;
	margin-top: 20px;
}
[data-browse-mode="S"] .other_pagination .swiper-scrollbar-drag {
	background: #CFCFCF;
	border-radius: 300px;
}
[data-browse-mode="S"] .allbtn_item a {
    width: min(100%, 325px);
    font-size: 18px;
    padding-block: 12px;
}