@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;
}

.oseibo {
	font-family: "Zen Old Mincho", serif;
	color: #401E18;
}

.sectionwrap {
	background: url(/img/usr/freepage/oseibo2026/bg03.png) no-repeat center top 10px / 1920px, url(/img/usr/freepage/oseibo2026/bg02.png) repeat left top / 534px auto, url(/img/usr/freepage/oseibo2026/bg01.png) repeat left top / 1086px auto #FCFCF8;
	background-blend-mode: normal, soft-light, multiply;
	display: flex;
	flex-flow: column wrap;
	gap: 100px;
}
.oseibo_section {
	padding-block: 80px;
}
.section_inner {
	width: 1200px;
	margin-inline: auto;
}
.section_title {
	text-align: center;
	margin-bottom: 30px;
}
.section_title_main {
	font-size: 36px;
	font-weight: 700;
}
.section_title_main .jump {
    font-size: 30px;
}
.section_title_en {
	color: #C8A677;
	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: #C8A677;
}
.more_btn a {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, #D9BC4D 0%, #A16725 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;
}
.block-ranking-r .swiper-button-next {
	display: none;
}
.block-ranking-r .swiper-button-prev {
	display: inline-block;
	width: 100%;
	height: 4px;
	background: #55340A20;
	margin-top: 40px;
	cursor: pointer;
	position: relative;
	inset: initial;
	z-index: 1;
}
.block-ranking-r .swiper-button-prev::after {
	display: none;
}
.block-ranking-r .swiper-button-prev .swiper-scrollbar-drag {
	background: #55340A;
}

#lead {
	padding-block: 60px 80px;
	background: url(/img/usr/freepage/oseibo2026/bg03.png) no-repeat center top 10px / 1920px, url(/img/usr/freepage/oseibo2026/bg02.png) repeat left top / 534px auto, url(/img/usr/freepage/oseibo2026/bg01.png) repeat left top / 1086px auto #FCFCF8;
	background-blend-mode: normal, soft-light, multiply;
}
.lead_text {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1em;
}
.lead_catch {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}


.lead_item {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 1200px);
    background: #fcfcf8;
    box-shadow: 0 0 04px #ab918c;
    border-top: 8px solid;
    border-image-source: linear-gradient(90deg, #942c17 0%, #b83116 100%);
    border-image-slice: 1;
    padding: 27px 40px 24px;
    margin-inline: auto;
    margin-top: 72px;
}
.lead_item_catch {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.lead_item_title {
    font-size: 40px;
    font-weight: 600;
}
.lead_item_body {
    width: min(100%, 632px);
    border-left: 1px solid #D8CCB5;
}
.lead_item_wrap {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-block: 24px;
    padding-left: 42px;
}
.lead_item_textwrap {
    width: 260px;
}
.lead_item_body_catch {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
}
.lead_item_textwrap p {
    margin-bottom: 1em;
}
.lead_item_textwrap a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: linear-gradient(90deg, #942c17 0%, #b83116 100%);
    border-radius: 300px;
    padding-block: 11px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}
.lead_item_textwrap a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    rotate: 45deg;
    position: absolute;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
}
.lead_item_imgwrap {
    width: 279px;
}


#recommend {
	background: #942C17;
	background: linear-gradient(0deg, #942c17 0%, #b83116 100%);
	position: relative;
}
#recommend::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(/img/usr/freepage/oseibo2026/bg03.png) no-repeat center top 10px / 1920px;
	position: absolute;
	left: 0;
	top: 0;
	rotate: x 180deg;
	pointer-events: none;
}
#recommend .section_title_main {
	color: #EBCE9D;
}
.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: #A46814;
	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: 560px;
}
.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: #A46814;
	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;
}



#search {
	background: #55340A;
}
#search .section_title_main {
	color: #EBCE9D;
}
.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;
}
.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 #C8A677;
	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;
}


#ranking {
	background: url(/img/usr/freepage/oseibo2026/bg02.png) repeat left top / 534px auto, url(/img/usr/freepage/oseibo2026/bg01.png) repeat left top / 1086px auto #FCFCF8;
	background-blend-mode: soft-light, multiply;
}

#category_ranking {
	background: url(/img/usr/freepage/oseibo2026/bg02.png) repeat left top / 534px auto, url(/img/usr/freepage/oseibo2026/bg01.png) repeat left top / 1086px auto #E7D8CF;
	background-blend-mode: soft-light, multiply;
}
.category_ranking_switch {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	margin-bottom: 20px;
}
.category_ranking_switch_item {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 160px;
	padding-block: 7px;
	background: #D7C6BD;
	border-radius: 300px;
	font-size: 18px;
	font-weight: 600;
	transition: .3s;
	cursor: pointer;
}
.category_ranking_switch_item.active {
	background: #9F3924;
	color: #fff;
}
.price_content,
.recipient_content {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
}
.price_item,
.recipient_item {
	flex: 1;
}
.price_item a,
.recipient_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 #C8A677;
	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 #C8A677;
	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: #AE8F64;
	padding-block: 7px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}




.theme_head {
	background: url(/img/usr/freepage/oseibo2026/bg02.png) repeat left top / 534px auto, url(/img/usr/freepage/oseibo2026/bg01.png) repeat left top / 1086px auto #E7D8CF;
	background-blend-mode: soft-light, multiply;
}
.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 #C8A677;
	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: url(/img/usr/freepage/oseibo2026/bg02.png) repeat left top / 534px auto, url(/img/usr/freepage/oseibo2026/bg01.png) repeat left top / 1086px auto #E7D8CF;
	background-blend-mode: soft-light, multiply;
}
.theme_section:nth-of-type(odd) {
	background-color: #f6f0ed;
}
.theme_section_title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}
.theme_content {
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 30px;
}
.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;

}

#noshi {
	background: url(/img/usr/freepage/oseibo2026/bg02.png) repeat left top / 534px auto, url(/img/usr/freepage/oseibo2026/bg01.png) repeat left top / 1086px auto #E7D8CF;
	background-blend-mode: soft-light, multiply;
}
.noshi_inner {
	background: url(/img/usr/freepage/oseibo2026/bg02.png) repeat left top / 534px auto, url(/img/usr/freepage/oseibo2026/bg01.png) repeat left top / 1086px auto #f6f0ed;
	background-blend-mode: soft-light, multiply;
	padding: 60px 40px;
}
.noshi_title {
	text-align: center;
	margin-bottom: 24px;
	padding-bottom: 45px;
	background: url(/img/usr/freepage/oseibo2026/deco_noshi.png) no-repeat center bottom / auto 30px;
}
.noshi_title_sub {
	font-size: 20px;
	font-weight: 700;
}
.noshi_title_main {
	font-size: 32px;
	font-weight: 700;
}
.noshi_lead {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.noshi_lead_textwrap {
	width: calc(100% - 425px);
}
.noshi_lead_text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1em;
}
.noshi_lead_note {
	color: #AE1F24;
	font-size: 12px;
	font-weight: 500;
}
.noshi_lead_img {
	width: 380px;
}
.noshi_flow {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
	gap: 24px;
	margin-bottom: 40px;
}
.noshi_flow_title {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}
.noshi_flow_item {
	width: calc((100% - 260px) / 3);
	position: relative;
}
.noshi_flow_item:nth-last-of-type(n + 2)::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 100px;
	background: #AE8F64;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	left: calc(100% + 53px);
	top: 50%;
	translate: 0 -50%;
}
.noshi_flow_num {
	display: block;
	width: 72px;
	margin-inline: auto;
	padding-block: 2px;
	background: #55340A;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 1em;
}
.noshi_flow_num::before {
    content: "STEP ";
}
.noshi_flow_text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	height: 6em;
}
.noshi_recomend_title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
.noshi_recomend_content {
	margin-bottom: 30px;
}
.noshi_recomend_content .block-ranking-lightningrecommend .block-ranking-r--goods-image .block-ranking-r--rank {
	display: none;
}


#trivia {
	background: url(/img/usr/freepage/oseibo2026/bg03.png) no-repeat center top 10px / 1920px, url(/img/usr/freepage/oseibo2026/bg02.png) repeat left top / 534px auto, url(/img/usr/freepage/oseibo2026/bg01.png) repeat left top / 1086px auto #FCFCF8;
	background-blend-mode: normal, soft-light, multiply;
}
.trivia_title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}
.trivia_content {
	display: flex;
	flex-flow: column wrap;
	gap: 20px;
}
.trivia_item {
	background: url(/img/usr/freepage/oseibo2026/bg02.png) repeat left top / 534px auto, url(/img/usr/freepage/oseibo2026/bg01.png) repeat left top / 1086px auto #6A3E3E;
	background-blend-mode: soft-light, multiply;
}
.trivia_item dt {
	color: #EBC266;
	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: #fff;
	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: #C8A677;
	position: absolute;
	left: 70px;
	top: 0;
}








[data-browse-mode="S"] .oseibo_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 {
    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"] .block-ranking-r .swiper-button-prev {
    margin-top: 20px;
}
[data-browse-mode="S"] .pane-main .swiper-button-next::before,
[data-browse-mode="S"] .pane-main .swiper-button-prev::before {
	display: none;
}
[data-browse-mode="S"] section#ranking,
[data-browse-mode="S"] .sectionwrap {
	background: url(/img/usr/freepage/oseibo2026/bg_blend01.jpg) repeat center top / 1086px auto;
	background-blend-mode: normal;
}
[data-browse-mode="S"] .theme_head,
[data-browse-mode="S"] .theme_section,
[data-browse-mode="S"] #noshi,
[data-browse-mode="S"] #category_ranking {
	background: url(/img/usr/freepage/oseibo2026/bg_blend03.jpg) repeat center top / 1086px auto;
	background-blend-mode: normal;
}
[data-browse-mode="S"] .theme_section:nth-of-type(odd),
[data-browse-mode="S"] .noshi_inner {
	background: url(/img/usr/freepage/oseibo2026/bg_blend02.jpg) repeat center top / 1086px auto;
	background-blend-mode: normal;
}

[data-browse-mode="S"] #lead {
	padding-block: 40px;
	background: url(/img/usr/freepage/oseibo2026/bg03_sp.png) no-repeat center top / 510px,url(/img/usr/freepage/oseibo2026/bg_blend01.jpg) repeat center top / 1086px auto;
	background-blend-mode: normal;
}
[data-browse-mode="S"] .lead_text {
	font-size: 16px;
}
[data-browse-mode="S"] .lead_catch {
	font-size: 26px;
}

[data-browse-mode="S"] .lead_item {
    padding: 24px 16px;
    width: calc(100% - 40px);
    margin-top: 36px;
}
[data-browse-mode="S"] .lead_item_catch {
    font-size: 16px;
    margin-bottom: 0;
}
[data-browse-mode="S"] .lead_item_title {
    font-size: 26px;
}
[data-browse-mode="S"] .lead_item_head {
    text-align: center;
    margin-bottom: 37px;
    width: 100%;
    position: relative;
}
[data-browse-mode="S"] .lead_item_head::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 7px;
    background: #D8CCB5;
    background: linear-gradient(0deg, #D8CCB5 0%, #D8CCB5 16%, transparent 16%, transparent 42%, #D8CCB5 42%, #D8CCB5 58%, transparent 58%, transparent 84%, #D8CCB5 84%, #D8CCB5 100%);
    position: absolute;
    left: 0;
    bottom: -20px;
}
[data-browse-mode="S"] .lead_item_body {
    border: none;
}
[data-browse-mode="S"] .lead_item_wrap {
    flex-flow: column wrap;
    justify-content: center;
    gap: 30px;
    padding: 0;
}
[data-browse-mode="S"] .lead_item_textwrap {
    display: contents;
}
[data-browse-mode="S"] .lead_item_body_catch {
    text-align: center;
    margin-bottom: -20px;
}
[data-browse-mode="S"] .lead_item_textwrap p {
    margin-bottom: 0;
    text-align: center;
}
[data-browse-mode="S"] .lead_item_textwrap a {
    order: 3;
    width: min(100%, 260px);
}
[data-browse-mode="S"] .lead_item_imgwrap {
    width: 100%;
}

[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 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: #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((100% - 20px) / 3);
	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"] .price_content,
[data-browse-mode="S"] .recipient_content,
[data-browse-mode="S"] .category_recommend_content,
[data-browse-mode="S"] .brand_content {
    gap: 10px;
}
[data-browse-mode="S"] .price_item,
[data-browse-mode="S"] .recipient_item,
[data-browse-mode="S"] .category_recommend_item,
[data-browse-mode="S"] .brand_item {
    flex: initial;
    width: calc(50% - 5px);
}
[data-browse-mode="S"] .price_item a, .recipient_item a {
    padding-block: 14px;
    font-size: 17px;
}
[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"] .theme_slide_bar {
    margin-top: 20px;
}
[data-browse-mode="S"] .noshi_inner {
    padding: 40px 0 50px;
}
[data-browse-mode="S"] .noshi_title {
    margin-bottom: 12px;
}
[data-browse-mode="S"] .noshi_title_main {
    font-size: 24px;
}
[data-browse-mode="S"] .noshi_lead {
    padding-inline: 32px;
}
[data-browse-mode="S"] .noshi_lead_textwrap {
    width: 100%;
	margin-bottom: 16px;
}
[data-browse-mode="S"] .noshi_flow {
    gap: 0;
    padding-inline: 32px;
}
[data-browse-mode="S"] .noshi_flow_title {
    font-size: 20px;
    margin-bottom: 8px;
}
[data-browse-mode="S"] .noshi_flow_item {
    width: 100%;
}
[data-browse-mode="S"] .noshi_flow_item:nth-last-of-type(n + 2) {
    margin-bottom: 45px;
}
[data-browse-mode="S"] .noshi_flow_item:nth-last-of-type(n + 2)::before {
    width: 14px;
    height: 60px;
    left: 50%;
    top: 100%;
    translate: -50% -10%;
    rotate: 90deg;
}
[data-browse-mode="S"] .noshi_flow_text {
    height: auto;
    margin-bottom: 1em;
}
[data-browse-mode="S"] .noshi_recomend {
    padding-inline: 20px;
    overflow: hidden;
}
[data-browse-mode="S"] .noshi_recomend_title {
    font-size: 24px;
    margin-bottom: 16px;
}
[data-browse-mode="S"] .noshi_recomend_content {
    margin-bottom: 25px;
}
[data-browse-mode="S"] .noshi_btn {
    padding-inline: 20px;
}
[data-browse-mode="S"] #trivia {
	background: url(/img/usr/freepage/oseibo2026/bg03_sp.png) no-repeat center top / 510px,url(/img/usr/freepage/oseibo2026/bg_blend01.jpg) repeat center top / 1086px auto;
	background-blend-mode: normal;
}
[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;
}
[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;
}