html {
	container-type: inline-size;
}

.spring {
	font-family: "Noto Serif JP", serif;
	color: #A0603E;
}

.spring_section {
	padding-block: 80px;
}
.section_inner {
	width: 1200px;
	margin-inline: auto;
}
.section_title {
	text-align: center;
	margin-bottom: 30px;
}
.section_title_main {
	color: #F05B81;
	font-size: 36px;
	font-weight: 700;
}
.section_title_main .jump {
    font-size: 30px;
}
.section_title_en {
	color: #F05B81;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 11px;
}
.section_title_en::before, .section_title_en::after {
	content: "";
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #F05B81;;
}
.more_btn a {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, #A0603E 0%, #B45B2C 100%);
	border-radius: 300px;
	width: 400px;
	margin-inline: auto;
	padding-block: 10px;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	position: relative;
}
.more_btn a::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 300px;
	position: absolute;
	right: 20px;
	top: 50%;
	translate: 0% -50%;
}
.more_btn a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: #780818;
	clip-path: shape(from 52% 50%, line to 12% 76%, arc to 28% 94% of 13% 8%, line to 88% 56%, arc to 85% 44% of 10% 8%, line to 28% 6%, arc to 12% 24% of 13% 8%);
	position: absolute;
	right: 27px;
	top: 50%;
	translate: 0 -50%;
}
l-recommend {
	position: fixed;
	top: 0;
}
.block-ranking-r {
	font-family: "Noto Sans JP", 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 .variation-name {
	display: none;
}
.block-ranking-lightningrecommend .block-ranking-r--price {
	text-align: left;
	color: #401E18;
	font-size: 18px;
}
.block-thumbnail-t--goods-image figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}
.goods_slide_nav {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #fff;
	opacity: 1;
	margin-inline: 0 !important;
}
.swiper-pagination-bullet-active {
	background: #F05B81;
}

#lead {
	padding-block: 60px;
	background: url(/img/usr/freepage/spring-tokyo-omiyage/2026/bg01.png) no-repeat center / 1470px #E8FAFA;
}
.lead_text {
	text-align: center;
  font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

#ranking {
	background: #FFE5E5;
}
.goods_slide_btn {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: #F05B81;
	border-radius: 300px;
	position: absolute;
	inset: initial;
	top: 110px !important;
	z-index: 2;
	cursor: pointer;
}
.goods_slide_btn::after {
	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%;
}
.goods_slide_prev {
    right: calc(100% + 8px) !important;
		left: initial !important;
}
.goods_slide_next {
    left: calc(100% + 8px) !important;
		right: initial !important;
    rotate: y 180deg;
}
.goods_slide_btn svg {
		display: none;
}
.goods_slide_btn.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

#category_ranking {
    background: #E9F7FF;
    background: linear-gradient(0deg, #FDFFE9 0%, #E8FAFA 100%);
}
#category_ranking .block-top-lightningrecommend--goods {
    position: relative;
}
#category_ranking ul.block-thumbnail-t li {
    flex-wrap: nowrap;
}
#category_ranking .variation-name {
	display: none;
}

#search {
	background: #FFE5E5;
}
.search_content {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	width: min(100cqw - 60px, 1380px);
	position: relative;
	left: 50%;
	translate: -50% 0;
}
.search_item {
	flex: 1;
	box-shadow: 0 2px 4px #0003;
}
.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: 1px solid #FBB9CA;
	border-radius: 4px;
	padding-block: 14px;
}
.search_item a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 7px;
	background: #F05B81;
	clip-path: polygon(0 20%, 10% 0, 50% 60%, 90% 0, 100% 20%, 50% 100%);
}
.search_icon {
	width: 64px;
	margin-bottom: 5px;
}
.search_name {
	color: #F05B81;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}

#recommend {
	background: #ACDC91;
}
#recommend .section_title_main {
	color: #A0603E;
}
#recommend .section_title_en {
	color: #fff;
}
#recommend .section_title_en::before,
#recommend .section_title_en::after {
	background: #fff;
}
.recommend_catch {
	text-align: center;
 	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}
.recommend_content {
	position: relative;
	margin-bottom: 72px;
}
.recommend_content_prev, .recommend_content_next {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: #F05B81;
	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) !important;
}
.recommend_content_pagination .swiper-pagination-bullet {
	margin: 0 !important;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #fff;
	opacity: 1;
}
.recommend_content_pagination .swiper-pagination-bullet-active {
	background: #F05B81;
}
.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: #fff;
	border-radius: 10px;
	padding: 10px;
	padding-right: 20px;
}
.recommend_item_img {
	width: 250px;
}
.recommend_item_textwrap {
	width: calc(100% - 270px);
}
.recommend_item_catch {
	background: #FFE37E;
	clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%);
	margin-bottom: 12px;
	padding: 8px 24px;
	color: #72412F;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.recommend_item_catch::before {
	content: "";
	display: inline;
	width: 4px;
	height: 100%;
	background: #D5B02D;
	background: linear-gradient(0deg, #D5B02D 0%, #F1DC8D 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.recommend_item_brand {
	color: #F583A0;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 4px;
}
.recommend_item_name {
	color: #72412F;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 4px;
}
.recommend_item_price {
	color: #72412F;
	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: #72412F;
	font-size: 13px;
	font-weight: 500;
	margin-right: -10px;
}
.recommend_btn.more_btn a {
	justify-content: flex-start;
	padding-left: 24px;
}


#category {
	background: linear-gradient(0deg, #FDFFE9 0%, #E8FAFA 100%);
	padding-block: 80px;
}
.category_content {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
	gap: 16px;
	width: min(100cqw - 60px, 1432px);
	position: relative;
	left: 50%;
	translate: -50% 0;
}
.category_item {
	flex: 1;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 4px #0003;
}
.category_item a {
	display: grid;
	width: 100%;
	height: 100%;
}
.category_item_img {
	grid-area: 1 / 1;
}
.category_item a p {
	grid-area: 1 / 1;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: #0005;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
}


.theme_head {
	background: #FFE5E5;
}
.theme_nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: stretch;
	gap: 14px;
}
.theme_nav_item {
	flex: 1;
}
.theme_nav_item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #FBB9CA;
	border-radius: 6px;
	padding: 5px 5px 3px;
	box-shadow: 0 2px 4px #0003;
}
.theme_nav_item_img {
	border-radius: 6px;
	overflow: hidden;
}
.theme_nav_item_name {
	text-align: center;
	padding-block: 9px;
	color: #F05B81;
	font-size: 16px;
	font-weight: 700;
}
.theme_section {
	background: #FFE5E5;
}
.theme_section:nth-of-type(odd) {
	background-color: #FFEEEE;
}
.theme_section_title {
	text-align: center;
	color: #F05B81;
	font-size: 32px;
	margin-bottom: 30px;
}
.theme_content {
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 30px;
	position: relative;
}
.theme_item_img {
	margin-bottom: 10px;
	aspect-ratio: 1;
	width: 100%;
	height: auto;
}
.theme_item_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.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: #780818;
  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: #A46814;
	font-size: 12px;
	font-weight: 400;
}
.theme_item_name {
	color: #A0603E;
	font-size: 14px;
	font-weight: 700;
}
.theme_item_price {
	color: #A0603E;
	font-size: 18px;
	font-weight: 400;
}
.theme_item_price::before {
	content: "￥";
}
.theme_item_price::after {
	content: "（税込）";
	font-size: 12px;
}
.theme_slide_bar {
	display: inline-block;
	width: 100%;
	height: 4px;
	background: #55340A20;
	margin-top: 40px;
	cursor: pointer;
}
.theme_slide_bar .swiper-scrollbar-drag {
	background: #5D3D10;

}

#price {
	background: linear-gradient(0deg, #FDFFE9 0%, #E8FAFA 100%);
	padding-block: 80px;
}
.price_content {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
}
.price_item {
	flex: 1;
}
.price_item a {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-block: 20px;
	background: #fff;
	border: 1px solid #FBB9CA;
	border-radius: 4px;
	box-shadow: 0 2px 4px #0003;
	text-align: center;
	color: #F05B81;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

#related {
	background: #FFE5E5;
	padding-block: 80px;
}
.related_content {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 80px;
}
.related_content_item {
	width: 382px;
}
.related_content_item_fukidashi {
	background: #F583A0;
	margin-bottom: 10px;
	padding-block: 9px 19px;
	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));
	text-align: center;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.related_column_fukidashi {
	width: 382px;
	background: #F583A0;
	margin-inline: auto;
	margin-bottom: 10px;
	padding-block: 9px 19px;
	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));
	text-align: center;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.related_column_item_title {
	flex: 1;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 4px;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	color: #A0603E;
}
.related_column_slide {
	position: relative;
	margin-bottom: 40px;
}
.related_column_slide .swiper-wrapper {
	align-items: stretch;
}
.related_column_item {
	height: auto;
}
.related_column_item a {
	display: flex;
	flex-flow: column wrap;
	height: 100%;
}
.column_slide_btn {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: #F05B81;
	border-radius: 300px;
	position: absolute;
	top: calc(50% - 20px);
	z-index: 2;
	translate: 0 -50%;
	cursor: pointer;
}
.column_slide_prev {
	right: calc(100% + 8px);
}
.column_slide_next {
	left: calc(100% + 8px);
	rotate: y 180deg;
}
.column_slide_btn.swiper-button-disabled {
	opacity: .35;
	pointer-events: none;
}
.column_slide_btn::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%;
}
.column_slide_nav {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}
.column_slide_nav .swiper-pagination-bullet {
	margin: 0 !important;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #fff;
	opacity: 1;
}
.column_slide_nav .swiper-pagination-bullet-active {
	background: #F05B81;
}




[data-browse-mode="S"] .spring_section {
	padding: 50px 20px;
}
[data-browse-mode="S"] .section_inner {
	width: 100%;
}
[data-browse-mode="S"] .section_title {
	margin-inline: -20px;
	margin-bottom: 20px;
}
[data-browse-mode="S"] .section_title_main {
	font-size: 29px;
}
[data-browse-mode="S"] .section_title_main .jump {
    font-size: 20px;
}
[data-browse-mode="S"] .section_title_en {
	font-size: 10px;
}
[data-browse-mode="S"] .sectionwrap {
    background-size: 189px, 260px;
    gap: 50px;
}
[data-browse-mode="S"] .more_btn a {
    width: min(100%, 333px);
    font-size: 17px;
}
[data-browse-mode="S"] .block-ranking-lightningrecommend .block-ranking-r--items li {
    flex-wrap: nowrap;
}
[data-browse-mode="S"] .block-ranking-lightningrecommend .block-ranking-r--items {
    overflow: visible;
}
[data-browse-mode="S"] .block-ranking-lightningrecommend .block-ranking-r--goods-description {
    padding: 0;
}
[data-browse-mode="S"] .goods_slide_nav {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #fff;
    margin-top: 20px;
}
[data-browse-mode="S"] .goods_slide_nav .swiper-scrollbar-drag {
    background: #F05B81;
}
[data-browse-mode="S"] .goods_slide_btn {
	display: none;
}
[data-browse-mode="S"] #lead {
    padding-block: 40px;
    background: url(/img/usr/freepage/spring-tokyo-omiyage/2026/bg01_sp.png) no-repeat center / 430px #E8FAFA;
}
[data-browse-mode="S"] .lead_text {
	font-size: 16px;
}
[data-browse-mode="S"] #recommend {
    background-size: 189px, 260px;
}
[data-browse-mode="S"] .recommend_catch {
	margin-bottom: 12px;
}
[data-browse-mode="S"] .recommend_content {
	margin-bottom: 30px;
}
[data-browse-mode="S"] .recommend_content .swiper {
	height: auto;
}
[data-browse-mode="S"] .recommend_item {
	height: auto;
}
[data-browse-mode="S"] .recommend_item a {
	padding: 20px;
	align-content: flex-start;
	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;
	margin-right: 0;
}
[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: #EBEBEB;
	border-radius: 300px;
	margin-top: 20px;
}
[data-browse-mode="S"] .recommend_content_pagination .swiper-scrollbar-drag {
	background: #F05B81;
	border-radius: 300px;
}
[data-browse-mode="S"] .search_content {
	gap: 10px;
	width: 100%;
}
[data-browse-mode="S"] .search_item {
	width: calc(50% - 5px);
	flex: initial;
}
[data-browse-mode="S"] .search_item:nth-of-type(1) {
	width: 100%;
}
[data-browse-mode="S"] .search_item:nth-of-type(1) a {
	flex-flow: row wrap;
	padding-block: 10px;
}
[data-browse-mode="S"] .search_icon {
	width: 30px;
}
[data-browse-mode="S"] .search_item:nth-of-type(1) .search_icon {
	margin: 0;
}
[data-browse-mode="S"] .search_name {
	text-align: center;
	font-size: clamp(10px, 4cqw, 18px);
}
[data-browse-mode="S"] .search_item:nth-of-type(1) .search_name {
	margin: 0 18px 0 10px;
}
[data-browse-mode="S"] .category_ranking_switch {
    gap: 10px;
}
[data-browse-mode="S"] .category_ranking_switch_item {
    width: auto;
    flex: 1;
    font-size: 17px;
}
[data-browse-mode="S"] #price {
	padding: 50px 20px;
}
[data-browse-mode="S"] #category {
	padding-block: 50px;
}
[data-browse-mode="S"] .category_content {
	gap: 10px 14px;
	width: calc(100% - 30px);
}
[data-browse-mode="S"] .category_item {
	flex: initial;
	width: calc(50% - 7px);
}
[data-browse-mode="S"] .category_item a {
	align-content: center;
}
[data-browse-mode="S"] .category_item a p {
    font-size: 18px;
}
[data-browse-mode="S"] .price_content,
[data-browse-mode="S"] .brand_content {
    gap: 10px;
}
[data-browse-mode="S"] .price_item,
[data-browse-mode="S"] .brand_item {
    flex: initial;
    width: calc(50% - 5px);
}
[data-browse-mode="S"] .price_item a {
    padding-block: 18px;
    font-size: 16px;
}

[data-browse-mode="S"] .category_recommend_name {
    font-size: 16px;
}
[data-browse-mode="S"] .brand_logo {
    height: 76px;
    padding-block: 10px;
}
[data-browse-mode="S"] .brand_name {
    font-size: 14px;
}
[data-browse-mode="S"] .theme_nav {
    gap: 10px;
}
[data-browse-mode="S"] .theme_nav_item {
    flex: initial;
    width: calc((100% - 20px) / 3);
}
[data-browse-mode="S"] .theme_nav_item a {
    padding-bottom: 0;
}
[data-browse-mode="S"] .theme_nav_item_name {
    line-height: 1.05;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(2.1em + 8px);
}
[data-browse-mode="S"] .theme_section_title {
    font-size: 26px;
    margin-bottom: 15px;
}
[data-browse-mode="S"] .theme_content {
    margin-bottom: 25px;
}
[data-browse-mode="S"] .theme_content .swiper {
    overflow: visible;
}

[data-browse-mode="S"] #related {
	padding: 50px 15px;
}
[data-browse-mode="S"] .related_content {
	gap: 10px;
	margin-bottom: 34px;
	align-items: stretch;
}
[data-browse-mode="S"] .related_content_item {
	width: calc(50% - 5px);
}
[data-browse-mode="S"] .related_content_item a {
	display: flex;
	flex-flow: column wrap;
	height: 100%;
	justify-content: flex-end;
}
[data-browse-mode="S"] .related_content_item_fukidashi {
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding-block: 4px 14px;
	font-size: 13px;
}
[data-browse-mode="S"] .related_column_fukidashi {
	width: 100%;
	padding-block: 4px 14px;
	font-size: 13px;
}
[data-browse-mode="S"] .column_slide_btn {
    display: none;
}
[data-browse-mode="S"] .column_slide_nav {
	display: inline-block;
	width: 100%;
	height: 4px;
	position: relative;
	inset: initial;
	background: #fff;
	border-radius: 300px;
	margin-top: 20px;
}
[data-browse-mode="S"] .column_slide_nav .swiper-scrollbar-drag {
	background: #F05B81;
	border-radius: 300px;
}