@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;
}

.valentine {
	font-family: "Zen Old Mincho", serif;
	color: #401E18;
}

.sectionwrap {
	background: url(/img/usr/freepage/valentine/2026/hana05.png) no-repeat left bottom / 500px, url(/img/usr/freepage/valentine/2026/hana04.png) no-repeat right top / 500px #F2E9E6;
	display: flex;
	flex-flow: column wrap;
	gap: 100px;
}
.valentine_section {
	padding-block: 80px;
}
.section_inner {
	width: 1200px;
	margin-inline: auto;
}
.section_title {
	text-align: center;
	margin-bottom: 30px;
}
.section_title_main {
	color: #780818;
	font-size: 36px;
	font-weight: 700;
}
.section_title_main .jump {
    font-size: 30px;
}
.section_title_en {
	color: #C59CA2;
	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: #C59CA2;
}
.more_btn a {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, #9E0C21 0%, #780818 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: #A16725;
	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: "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;
}
.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: #5D3D10;
}

#lead {
	padding-block: 60px;
	background: url(/img/usr/freepage/valentine/2026/hana01.png) no-repeat center bottom 27px / 1000px #EBD3D6;
}
.lead_text {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

#ranking {
	background: #E2BEC3;
}
#ranking .section_title_en {
	color: #fff;
}
#ranking .section_title_en::before,
#ranking .section_title_en::after {
	background: #fff;
}
.goods_slide_btn {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: #780818;
	border-radius: 300px;
	position: absolute;
	inset: initial;
	top: 110px;
	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);
}
.goods_slide_next {
    left: calc(100% + 8px);
    rotate: y 180deg;
}
.goods_slide_btn.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

#category_ranking {
    background: #F2E9E6;
}
#category_ranking .block-top-lightningrecommend--goods {
    position: relative;
}
#category_ranking ul.block-thumbnail-t li {
    flex-wrap: nowrap;
}

#search {
	background: #E2BEC3;
}
#search .section_title_en {
	color: #fff;
}
#search .section_title_en::before,
#search .section_title_en::after {
	background: #fff;
}

.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 #C59CA2;
	border-radius: 4px;
	padding-block: 14px;
}
.search_item a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 7px;
	background: #A46814;
	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: #401E18;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}

#recommend {
	background: url(/img/usr/freepage/valentine/2026/hana03.png) no-repeat left bottom / 500px, url(/img/usr/freepage/valentine/2026/hana02.png) no-repeat right top / 500px, linear-gradient(0deg, #A51E31 0%, #780818 100%);
}
#recommend .section_title_main {
	color: #fff;
}
.recommend_catch {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}
.recommend_content {
	position: relative;
}
.recommend_content_prev, .recommend_content_next {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: #780818;
	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: #fff;
	opacity: 1;
}
.recommend_content_pagination .swiper-pagination-bullet-active {
	background: #A46814;
}
.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: #A0603E;
	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: #BE8749;
	background: linear-gradient(0deg, #be8749 0%, #dcca82 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.recommend_item_brand {
	color: #A46814;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 4px;
}
.recommend_item_name {
	color: #401E18;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 4px;
}
.recommend_item_price {
	color: #401E18;
	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: #401E18;
	font-size: 13px;
	font-weight: 500;
	margin-right: -10px;
}



#recipient {
	background: #F2E9E6;
	padding-block: 80px;
}
.recipient_content {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
	gap: 16px;
}
.recipient_item {
	flex: 1;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 4px #0003;
}
.recipient_item a {
	display: grid;
	width: 100%;
	height: 100%;
}
.recipient_item_img {
	grid-area: 1 / 1;
}
.recipient_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;
}

.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 #C59CA2;
	border-radius: 4px;
	box-shadow: 0 2px 4px #0003;
	text-align: center;
	color: #401E18;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.category_recommend_content {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
}
.category_recommend_item {
	width: calc(20% - 16px);
}
.category_recommend_item a {
	display: grid;
	justify-content: center;
	align-items: end;
	justify-items: center;
	border-radius: 4px;
	overflow: hidden;
}
.category_recommend_img {
	grid-area: 1 / 1;
}
.category_recommend_name {
	grid-area: 1 / 1;
	width: 100%;
	background: #9F3924df;
	padding-block: 4px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}


.brand_content {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
}
.brand_item {
	width: calc(25% - 15px);
}
.brand_item a {
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #C59CA2;
	box-shadow: 0 2px 4px #0003;
}
.brand_logo {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 100px;
	padding-block: 18px;
}
.brand_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.brand_name {
    width: 100%;
    background: #E7D8CF;
    padding-block: 7px;
    color: #55340A;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}




.theme_head {
	background: #E2BEC3;
}
#theme .section_title_en {
	color: #fff;
}
#theme .section_title_en::before,
#theme .section_title_en::after {
	background: #fff;
}
.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 #C59CA2;
	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: #401E18;
	font-size: 16px;
	font-weight: 700;
}
.theme_section {
	background: #E2BEC3;
}
.theme_section:nth-of-type(odd) {
	background-color: #EBD3D6;
}
.theme_section_title {
	text-align: center;
	color: #780818;
	font-size: 32px;
	margin-bottom: 30px;
}
.theme_content {
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 30px;
	position: relative;
}
.theme_item_img {
	margin-bottom: 10px;
}
.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: #9F3924;
  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: #401E18;
	font-size: 14px;
	font-weight: 700;
}
.theme_item_price {
	color: #401E18;
	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: #55340A;

}




#trivia {
	background:#E2BEC3;
}
.trivia_title_icon {
	text-align: center;
}
.trivia_title {
	text-align: center;
	color: #780818;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}
.trivia_content {
	display: flex;
	flex-flow: column wrap;
	gap: 20px;
}
.trivia_item {
	background: #fff;
}
.trivia_item dt {
	color: #780818;
	font-size: 22px;
	font-weight: 600;
	padding: 20px 70px;
	position: relative;
	transition: .3s;
	cursor: pointer;
}
.trivia_item dt.is-active {
	padding-bottom: 6px;
}
.trivia_item dt::before,
.trivia_item dt::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 2px;
	background: #C8A677;
	border-radius: 300px;
	position: absolute;
	right: 70px;
	top: calc(50% - 1px);
	transition: .3s;
}
.trivia_item dt.is-active::before,
.trivia_item dt.is-active::after {
	translate: 0 7px;
}
.trivia_item dt:not(.is-active)::before {
	rotate: 90deg;
}
.trivia_item dd {
	display: none;
	color: #55340A;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 70px 30px;
	position: relative;
}
.trivia_item dd::before {
	content: "";
	display: inline-block;
	width: calc(100% - 140px);
	height: 1px;
	background: #780818;
	position: absolute;
	left: 70px;
	top: 0;
}








[data-browse-mode="S"] .valentine_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: #5D3D10;
}
[data-browse-mode="S"] .goods_slide_btn {
	display: none;
}
[data-browse-mode="S"] #lead {
	padding-block: 40px;
	background-position: right -8vw bottom;
	background-size: 180vw;
}
[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_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 {
	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: #A46814;
	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: 45px;
}
[data-browse-mode="S"] .search_item:nth-of-type(1) .search_icon {
	margin: 0;
}
[data-browse-mode="S"] .search_name {
	font-size: 17px;
}
[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"] #recipient {
	padding: 50px 20px 40px;
}
[data-browse-mode="S"] .recipient_content {
	gap: 10px 14px;
}
[data-browse-mode="S"] .recipient_item {
	flex: initial;
	width: calc(50% - 7px);
}
[data-browse-mode="S"] .recipient_item a {
	align-content: center;
}
[data-browse-mode="S"] .recipient_item:nth-of-type(1) {
	width: 100%;
	height: auto;
	aspect-ratio: 400 / 122;
}
[data-browse-mode="S"] .recipient_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"] .trivia_title {
    font-size: 26px;
    margin-bottom: 20px;
}
[data-browse-mode="S"] .trivia_item dt {
    font-size: 18px;
    padding-inline: 20px 40px;
}
[data-browse-mode="S"] .trivia_item dt::before,
[data-browse-mode="S"] .trivia_item dt::after {
    right: 20px;
}
[data-browse-mode="S"] .trivia_item dd {
    font-size: 13px;
    padding: 10px 20px 25px;
}
[data-browse-mode="S"] .trivia_item dd::before {
    width: calc(100% - 40px);
    left: 20px;
}