@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
	--brown :#50200F;
	--pink : #E57D6A;
	--red : #B75353;
	--yugo: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.mday {
	font-family: "Noto Serif JP", serif;
}

.nobr {display: inline-block;}

html[data-browse-mode=P] .sp{display: none;}
html[data-browse-mode=S] .pc{display: none;}

.md_section_inner {
	width: min(100%, 1260px);
	margin-inline: auto;
	padding-inline: 30px;
}
.md_section_title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 46px;
}


section#md_mv {
	height: 592px;
	background: #dc9883;
	position: relative;
	overflow: hidden;
}
section#md_mv h1 {
	width: min(100%, 3000px);
	height: 100%;
	margin-inline: auto;
}
section#md_mv h1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
section#md_lead {
	background: #EFCBBF;
	padding-block: 36px 30px;
}

.md_section_inner {
	width: min(100%, 1260px);
	margin-inline: auto;
	padding-inline: 30px;
}

.md_lead_text {
	color: var(--brown);
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 42px;
}

.md_lead_nav ul {
	display: flex;
	flex-flow: row wrap;
	gap: 27px;
}
.md_lead_nav li {
	flex: 1;
}
.md_lead_nav a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	border-image: url(/img/usr/freepage/mothersday/bg01.png) 30 26 fill / 15px 13px / 0 stretch;
	padding-block: 11px 15px;
	text-decoration: none;
}
.md_nav_img {
	width: 44px;
	margin-inline: auto;
}
.md_nav_text {
	color: var(--brown);
	font-size: 18px;
	font-weight: bold;
}
.md_nav_arrow {
	width: 9px;
	height: 9px;
	position: relative;
	margin-inline: auto;
	rotate: 45deg;
}
.md_nav_arrow::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: var(--brown);
	position: absolute;
	right: 0;
	bottom: 0;
	transform-origin: right bottom;
	rotate: -5deg;
}
.md_nav_arrow::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background: var(--brown);
	position: absolute;
	right: 0;
	bottom: 0;
	transform-origin: right bottom;
	rotate: 5deg;
}

section#md_ranking {
	background: #F7EFEC;
	padding-block: 50px;
}
section#md_ranking .md_section_title {
	color: var(--pink);
}
.md_ranking_content .block-ranking-r {
	position: relative;
	font-family: var(--yugo);
}
.md_ranking_content .block-ranking-r--items {
	margin-bottom: 48px;
}
.md_ranking_content dd.block-ranking-r--goods-description {
	position: relative;
	display: inline-block;
	height: auto;
	opacity: 1;
	padding: 0;
	background: none;
	pointer-events: auto;
}
.md_ranking_content .block-ranking-lightningrecommend .block-ranking-r--goods:hover .block-ranking-r--goods-description {
	animation: none;
}
.md_ranking_content .block-ranking-lightningrecommend .block-ranking-r--goods-image .block-ranking-r--rank {
	font-style: normal;
	font-size: 40px;
	left: 14px;
	top: 4px;
}
.md_ranking_content .block-ranking-r--goods-description {
	font-family: var(--sans);
}
.md_ranking_content .revico-star-simple-wrapper {
	margin-bottom: 12px;
}
.md_ranking_content .block-ranking-lightningrecommend .revico-star-block {
	justify-content: flex-start;
	align-items: flex-end;
}
.md_ranking_content .block-ranking-lightningrecommend .revico-star .revico-star-block--rate {
	transform: none;
}
.md_ranking_content .block-ranking-lightningrecommend .revico-star-block--total {
	font-weight: bold;
	margin: 0;
	color: #333;
}
.md_ranking_content .block-ranking-lightningrecommend .block-ranking-r--goods-name {
	text-align: left;
}
.md_ranking_content .block-ranking-r--goods-name a {
	color: #000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
}
.md_ranking_content .block-ranking-r--goods-comment {
	display: none;
}
.block-ranking-lightningrecommend .block-ranking-r--price {
	color: #000;
	text-align: left;
	margin-top: 10px;
	font-weight: bold;
}
.md_ranking_content .swiper-pagination {
	position: relative;
	inset: initial;
	display: flex;
	flex-flow: row wrap;
	margin-inline: auto;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	margin-top: 30px;
}
.md_ranking_content .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	width: 50%;
	height: 6px;
	border-radius: 0;
	opacity: 1;
	background: transparent;
}
.md_ranking_content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--red);
	border-radius: 2px;
}
.md_ranking_content .swiper-button-next,
.md_ranking_content .swiper-button-prev {
	display: none;
}

section#md_recommend {
	padding-block: 49px 61px;
	background: url(/img/usr/freepage/mothersday/bg02.jpg) repeat-x left center / auto 100%;
}
section#md_recommend .md_section_title {
	color: #fff;
}
.md_recommend_content {
	position: relative;
}
.md_recommend_content_slide {
	width: min(100%, 1058px);
	margin-inline: auto;
	border-radius: 10px;
}
.md_recommend_content_prev,
.md_recommend_content_next {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: var(--brown);
	border-radius: 300px;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	cursor: pointer;
	z-index: 5;
}
.md_recommend_content_prev {
	left: 0;
}
.md_recommend_content_next {
	right: 0
}
.md_recommend_content_prev::before,
.md_recommend_content_prev::after,
.md_recommend_content_next::before,
.md_recommend_content_next::after {
	content: "";
	display: inline-block;
	height: 2px;
	background: #fff;
	position: absolute;
	translate: -50% -50%;
	border-radius: 300px;
}
.md_recommend_content_prev::before,
.md_recommend_content_next::before {
	width: 14px;
	left: 50%;
	top: 50%;
}
.md_recommend_content_prev::after {
	width: 8px;
	left: 42%;
	top: 44%;
	rotate: -45deg;
}
.md_recommend_content_next::after {
	width: 8px;
	right: 42%;
	top: 44%;
	rotate: 45deg;
	translate: 50% -50%;
}
.md_recommend_item {
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 18px;
	height: auto;
}
.md_recommend_item_img {
	width: min(490px, 100%);
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.md_recommend_item_img.haneda::before {
	content: "";
	display: inline-block;
	width: 68px;
	height: 68px;
	background: url(/img/icon/limited.png) no-repeat center / contain;
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 2;
}
.md_recommend_item_info {
	width: calc(100% - 530px);
	font-family: var(--yugo);
}
.md_recommend_item_brand {
	font-size: 17px;
	margin-bottom: 8px;
}
.md_recommend_item_brand:empty {
	display: none;
}
.md_recommend_item_score {
	font-size: 16px;
	line-height: 1;
	position: relative;
	color: #ccc;
	margin-bottom: 16px;
	display: inline-block;
}
.md_recommend_item_score::before {
	content: "★★★★★";
	display: inline-block;
	width: calc(20% * var(--score));
	white-space: nowrap;
	overflow: hidden;
	color: #C7A276;
	position: absolute;
}
.md_recommend_item_score[score="3"] {--score:3;}
.md_recommend_item_score[score="3.1"] {--score:3.1;}
.md_recommend_item_score[score="3.2"] {--score:3.2;}
.md_recommend_item_score[score="3.3"] {--score:3.3;}
.md_recommend_item_score[score="3.4"] {--score:3.4;}
.md_recommend_item_score[score="3.5"] {--score:3.5;}
.md_recommend_item_score[score="3.6"] {--score:3.6;}
.md_recommend_item_score[score="3.7"] {--score:3.7;}
.md_recommend_item_score[score="3.8"] {--score:3.8;}
.md_recommend_item_score[score="3.9"] {--score:3.9;}
.md_recommend_item_score[score="4.0"] {--score:4;}
.md_recommend_item_score[score="4.1"] {--score:4.1;}
.md_recommend_item_score[score="4.2"] {--score:4.2;}
.md_recommend_item_score[score="4.3"] {--score:4.3;}
.md_recommend_item_score[score="4.4"] {--score:4.4;}
.md_recommend_item_score[score="4.5"] {--score:4.5;}
.md_recommend_item_score[score="4.6"] {--score:4.6;}
.md_recommend_item_score[score="4.7"] {--score:4.7;}
.md_recommend_item_score[score="4.8"] {--score:4.8;}
.md_recommend_item_score[score="4.9"] {--score:4.9;}
.md_recommend_item_score[score="5.0"] {--score:5;}
.md_recommend_item_score[score=""],.md_recommend_item_score[score="0"] {display: none;}

.md_recommend_item_score::after {
	content: "（" attr(comments) "）";
	color: #333;
	position: absolute;
	right: 0;
	top: 50%;
	translate: 100% -50%;
}
.md_recommend_item_name {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}
.md_recommend_item_price {
	font-size: 21px;
	line-height: 1;
	display: flex;
	align-items: flex-end;
	margin-bottom: 22px;
}
.md_recommend_item_price::before {
	content: "(税込)";
	order: 3;
	font-size: 16px;
}
.md_recommend_item_price::after {
	content: "円";
}
.md_recommend_item_btn a {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 366px;
	background: var(--pink);
	border-radius: 300px;
	margin-inline: auto;
	margin-bottom: 18px;
	padding-block: 14px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.md_recommend_item_text {
	font-size: 17px;
	line-height: 1.5;
}

.section_wrap {
	background: url(/img/usr/freepage/mothersday/bg03.jpg) repeat-y center top / 100% auto;
	padding-block: 70px;
	display: flex;
	flex-flow: column wrap;
	gap: 70px;
}
.section_wrap .md_section_title {
	color: var(--red);
	margin-bottom: 24px;
}
.link_wrap ul {
	display: flex;
	flex-flow: row wrap;
	gap: 14px;
}
.link_box {
	flex: 1;
}
.link_box a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 16px 16px 12px;
	border-radius: 6px;
	box-shadow: 0 3px 6px #e1546422;
	text-decoration: none;
}
.link_img {
	border-radius: 5px;
	overflow: hidden;
}
.link_name {
	text-align: center;
	margin-top: 9px;
	color: var(--brown);
	font-family: var(--yugo);
	font-size: 19px;
	font-weight: bold;
}


section#md_thema {
	background: #e45e363b;
	padding-block: 79px 76px;
	width: 100%;
}
.md_theme_content02 {
	display: flex;
	flex-flow: column wrap;
	gap: 40px;
	margin-top: 70px;
}
.md_theme_wrap {
	background: #FFF7F4;
	border-radius: 10px;
	padding: 40px 60px;
}
.md_theme_title {
	text-align: center;
	margin-bottom: 24px;
	color: #B75353;
	font-size: 28px;
	font-weight: bold; 
	position: relative;
}

html[data-browse-mode=S] section#md_thema {
	padding-block: 34px;
}
html[data-browse-mode=S] .md_theme_content02 {
	margin-top: 30px;
	gap: 24px;
}
html[data-browse-mode=S] .md_theme_wrap {
	padding: 24px 28px 32px;
	width: 100%;
}
html[data-browse-mode=S] .md_theme_title {
	font-size: 21px;
	margin-bottom: 20px;
}

.md_theme_item ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 32px;
}
html[data-browse-mode=S] .md_theme_item ul {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 20px;
}
.md_theme_item ul li {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	background: #fff;
	/*position: relative;
	top: 50px;
	opacity: 0;
	transition: all 1s ease;*/
}
/*.md_theme_item ul li:nth-of-type(2) {
	transition-delay: .1s;
}
.md_theme_item ul li:nth-of-type(3) {
	transition-delay: .2s;
}
.md_theme_item ul li:nth-of-type(4) {
	transition-delay: .3s;
}
.md_theme_item ul li:nth-of-type(5) {
	transition-delay: .4s;
}*/
.md_theme_item.active ul li {
	top: 0;
	opacity: 1;
}
.md_theme_item ul li a {
	color: #6A3E3E;
	text-decoration: none;
	height: 100%;
	display: inline-block;
	position: relative;
	padding-bottom: 56px;
}
html[data-browse-mode=P] .md_theme_item ul li a {
	transition: .4s;
	font-family: var(--yugo);
}
html[data-browse-mode=P] .md_theme_item ul li a:hover {
	opacity: .7;
}
.theme_item_img {
	margin-bottom: 20px;
	height: 200px;
}
.theme_item_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.theme_item_rating {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding-inline: 20px;
	height: 30px;
}
.theme_item_star {
	font-size: 16px;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	color: #ccc;
}
.theme_item_star.rat0 {
	opacity: 0;
}
.theme_item_star:before {
	content: "★★★★★";
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	color: #C7A276;
	position: absolute;
}
.theme_item_star.rat49:before {width: 98%;}
.theme_item_star.rat48:before {width: 96%;}
.theme_item_star.rat47:before {width: 94%;}
.theme_item_star.rat46:before {width: 92%;}
.theme_item_star.rat45:before {width: 90%;}
.theme_item_star.rat44:before {width: 88%;}
.theme_item_star.rat43:before {width: 86%;}
.theme_item_star.rat42:before {width: 84%;}
.theme_item_star.rat41:before {width: 82%;}
.theme_item_star.rat40:before {width: 80%;}
.theme_item_star.rat39:before {width: 78%;}
.theme_item_star.rat38:before {width: 76%;}
.theme_item_star.rat37:before {width: 74%;}
.theme_item_score {
	font-size: 14px;
	line-height: 1.4;
}
.theme_item_name {
	padding-inline: 20px;
}
.theme_item_price {
	font-size: 18px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.theme_item_price span.tax {
	font-size: 14px;
	margin-left: 6px;
}
.theme_item_shop {
	display: flex;
	align-items: flex-end;
	width: calc(100% - 40px);
	height: calc(1em + 12px);
	border-bottom: 1px solid #707070;
	margin: 0 20px 7px;
	padding: 0 4px 8px;
	color: #121659;
	font-size: 12px;
	line-height: 1;
}
.md_theme_btn a {
	display: grid;
	place-items: center;
	margin-inline: auto;
	padding-block: 14px;
	border-radius: 300px;
	color: #fff;
	font-family: var(--yugo);
	font-size: 19px;
	text-decoration: none;
	position: relative;
	background: #F07979;
}
html[data-browse-mode=P] .md_theme_btn a {
	width: 400px;
	transition: .4s;
}
html[data-browse-mode=P] .md_theme_btn a:hover {
	opacity: .7;
}
html[data-browse-mode=S] .md_theme_btn a {
	width: 100%;
	font-size: 15px;
}
.md_theme_btn a:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/img/usr/freepage/spring-tokyo-omiyage/arrow_pink.png) no-repeat center center / 7px 11px #fff;
	border-radius: 300px;
	position: absolute;
	right: 20px;
	top: 50%;
	translate: 0 -50%;
}


.md_price_content ul {
	display: flex;
	gap: 14px;
}
.md_price_content li {
	flex: 1;
}
.md_price_content a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background: var(--red);
	border-radius: 5px;
	padding-block: 16px;
	color: #fff;
	font-family: var(--yugo);
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.md_brand_content ul {
	width: min(100%, 1000px);
	margin-inline: auto;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	border-top: 1px dashed #BCBCBC;
	border-left: 1px dashed #BCBCBC;
}
.md_brand_content li {
	width: 25%;
}
.md_brand_content li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 18px 24px;
	text-decoration: none;
	border-bottom: 1px dashed #BCBCBC;
	border-right: 1px dashed #BCBCBC;
}
.md_barad_img {
	border: 1px solid #EEE;
	border-radius: 6px;
	overflow: hidden;
}
.md_barad_name {
	text-align: center;
	color: var(--brown);
	font-family: var(--yugo);
	font-size: 13px;
	margin-top: 9px;
}
section#md_trivia {
	background: #EFCBBF;
	padding-block: 48px 102px;
}
section#md_trivia .md_section_title {
	color: var(--brown);
}
section#md_trivia .md_section_title .color {
	color: var(--pink);
}
.md_trivia_content {
	width: min(100%, 1054px);
	margin-inline: auto;
	display: flex;
	flex-flow: column wrap;
	gap: 50px;
}
.md_trivia_title {
	background: #fff;
	border-radius: 5px;
	padding-block: 4px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	color: var(--brown);
	font-size: 22px;
	font-weight: bold;
}
.md_trivia_item:nth-of-type(even) .md_trivia_title {
	flex-direction: row-reverse;
}
.md_trivia_title .color {
	color: var(--pink);
}
.md_trivia_text {
	line-height: 2.25;
	background-color: #efcbbf;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #efcbbf 50%, #efcbbf 100%), linear-gradient(180deg, #707070 1px, transparent 1px);
	background-size: 4px 100%, 100% 2.25em;
	background-position: left top -1px;
	color: var(--brown);
	font-family: var(--yugo);
	font-size: 20px;
	margin-top: 41px;
}


html[data-browse-mode=P] a:hover img {
	opacity: 1;
}
html[data-browse-mode=P] .md_lead_nav a {
		transition: .3s;
		position: relative;
}
html[data-browse-mode=P] .md_lead_nav a::before,
html[data-browse-mode=P] .md_lead_nav a::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	border-image: url(/img/usr/freepage/mothersday/bg01.png) 30 26 fill / 15px 13px / 0 stretch;
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
	transition: .3s;
	opacity: 0;
}
html[data-browse-mode=P] .md_lead_nav a:hover::before,
html[data-browse-mode=P] .md_lead_nav a:hover::after {
	opacity: 1;
}
html[data-browse-mode=P] .md_recommend_content_prev,
html[data-browse-mode=P] .md_recommend_content_next {
	transition: .3s;
}
html[data-browse-mode=P] .md_recommend_content_prev:hover,
html[data-browse-mode=P] .md_recommend_content_next:hover {
	box-shadow: 0px 0px 8px #fff;
}
html[data-browse-mode=P] .md_recommend_item_img a img,
html[data-browse-mode=P] .md_recommend_item_btn a {
	transition: .3s;
}
html[data-browse-mode=P] .md_recommend_item_img a:hover img {
	scale: 1.03;
}
html[data-browse-mode=P] .md_recommend_item_btn a:hover {
	background: var(--red);
}
html[data-browse-mode=P] .md_brand_content li a {
	transition: .3s;
}
html[data-browse-mode=P] .md_brand_content li a:hover {
	background: #f7efec;
}
html[data-browse-mode=P] .md_price_content a {
	transition: .3s;
}
html[data-browse-mode=P] .md_price_content a:hover {
	background: var(--brown);
}
html[data-browse-mode=P] .link_box a {
	transition: .3s;
}
html[data-browse-mode=P] .link_box a:hover {
	background: #f7efec;
}
html[data-browse-mode=P] .md_trivia_title::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 44px;
	background: url(/img/usr/freepage/mothersday/nav01.png) no-repeat center / contain;
}
html[data-browse-mode=P] .md_trivia_item:nth-of-type(2) .md_trivia_title::before {
	background-image: url(/img/usr/freepage/mothersday/nav02.png);
}
html[data-browse-mode=P] .md_trivia_item:nth-of-type(3) .md_trivia_title::before {
	background-image: url(/img/usr/freepage/mothersday/nav03.png);
}
html[data-browse-mode=P] .md_trivia_item:nth-of-type(4) .md_trivia_title::before {
	background-image: url(/img/usr/freepage/mothersday/nav04.png);
}



html[data-browse-mode=S] .md_section_title {
	font-size: 21px;
	margin-bottom: 24px;
}
html[data-browse-mode=S] section#md_mv {
	height: min(434px, 100vw);
}
html[data-browse-mode=S] section#md_mv h1 {
	width: min(100%, 600px);
}
html[data-browse-mode=S] section#md_lead {
	padding-bottom: 16px;
}
html[data-browse-mode=S] .md_section_inner {
	padding-inline: 20px;
}
html[data-browse-mode=S] .md_lead_text {
	font-size: 16px;
	margin-bottom: 27px;
}
html[data-browse-mode=S] .md_lead_nav ul {
	gap: 5px 7px;
}
html[data-browse-mode=S] .md_lead_nav li {
	flex: initial;
	width: calc(50% - 3.5px);
}
html[data-browse-mode=S] .md_lead_nav li:nth-of-type(1) {
	width: 100%;
}
html[data-browse-mode=S] .md_nav_text {
	font-size: 15px;
}
html[data-browse-mode=S] section#md_ranking {
	padding-block: 27px 55px;
}
html[data-browse-mode=S] .md_ranking_content .swiper-pagination {
	display: none;
}
html[data-browse-mode=S] .md_ranking_content .block-ranking-r--items {
	margin-bottom: 0;
	overflow: visible;
}
html[data-browse-mode=S] .md_ranking_content .block-ranking-lightningrecommend .block-ranking-r--items li {
	width: calc(100% + 20px);
	flex-wrap: nowrap;
	overflow: auto;
	scrollbar-color: var(--red) #fff;
	scrollbar-width: thin;
	gap: 12px;
	padding-bottom: 20px;
}
html[data-browse-mode=S] .md_ranking_content .block-ranking-lightningrecommend .block-ranking-r--items li .block-ranking-r--goods {
	width: 160px;
}
html[data-browse-mode=S] .md_ranking_content .block-ranking-r--goods-name {
	margin-block: 10px 20px;
}
html[data-browse-mode=S] .md_ranking_content .block-ranking-lightningrecommend .block-ranking-r--goods-description .block-ranking-r--price {
	font-size: 16px;
	font-weight: bold;
}
html[data-browse-mode=S] section#md_recommend {
	padding-block: 26px 35px;
	background: url(/img/usr/freepage/mothersday/bg02_sp.jpg) no-repeat center / cover;
}
html[data-browse-mode=S] .md_recommend_content_slide {
	width: calc(100% - 40px);
	gap: 15px;
}
html[data-browse-mode=S] .md_recommend_content_prev {
	left: -12px;
}
html[data-browse-mode=S] .md_recommend_content_next {
	right: -12px;
}
html[data-browse-mode=S] .md_recommend_item {
	padding: 36px 41px 39px;
	gap: 15px;
	align-content: flex-start;
}
html[data-browse-mode=S] .md_recommend_item_img.haneda::before {
	width: 48px;
	height: 48px;
	left: 8px;
	top: 8px;
}
html[data-browse-mode=S] .md_recommend_item_info {
	width: 100%;
}
html[data-browse-mode=S] .md_recommend_item_name {
	font-size: 15px;
}
html[data-browse-mode=S] .md_recommend_item_price {
	font-size: 16px;
	margin-bottom: 26px;
}
html[data-browse-mode=S] .md_recommend_item_price::before {
	font-size: 12px;
}
html[data-browse-mode=S] .md_recommend_item_btn a {
	width: calc(100% + 16px);
	margin-inline: -8px;
	padding-inline: 10px;
	font-size: 12px;
}
html[data-browse-mode=S] .md_recommend_item_text {
		font-size: 14px;
}
html[data-browse-mode=S] .section_wrap {
	background-image: url(/img/usr/freepage/mothersday/bg03_sp.jpg);
	background-position: center top 30px;
	padding-block: 30px 50px;
	gap: 40px;
}
html[data-browse-mode=S] .link_wrap ul {
	gap: 20px 14px;
}
html[data-browse-mode=S] .link_box {
	flex: initial;
	width: calc(50% - 7px);
}
html[data-browse-mode=S] .link_name {
	margin-top: 13px;
	font-size: 15px;
}
html[data-browse-mode=S] .md_price_content ul {
		gap: 16px 8px;
		flex-wrap: wrap;
}
html[data-browse-mode=S] .md_price_content li {
	flex: initial;
	width: calc(50% - 4px);
}
html[data-browse-mode=S] .md_price_content a {
	padding-block: 18px;
	font-size: 15px;
}
html[data-browse-mode=S] .md_brand_content li {
	width: 50%;
}
html[data-browse-mode=S] .md_brand_content li a {
	padding: 16px 12px;
}
html[data-browse-mode=S] section#md_trivia {
	padding-block: 28px 80px;
}
html[data-browse-mode=S] .md_trivia_content {
	gap: 30px;
}
html[data-browse-mode=S] .md_trivia_title {
	font-size: 18px;
	min-height: 50px;
	padding:5px 48px 5px 8px;
	position: relative;
}
html[data-browse-mode=S] .md_trivia_title::before,
html[data-browse-mode=S] .md_trivia_title::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 2px;
	background: var(--pink);
	border-radius: 300px;
	position: absolute;
	right: 20px;
	top:50%;
	translate: 0 -50%s;
	transition: .3s;
}
html[data-browse-mode=S] .md_trivia_title::before {
	rotate: -90deg;
}
html[data-browse-mode=S] .md_trivia_title::after {
	rotate: -180deg;
}
html[data-browse-mode=S] .md_trivia_title.is-active::before,
html[data-browse-mode=S] .md_trivia_title.is-active::after {
	rotate: 0deg;
}
html[data-browse-mode=S] .md_trivia_title .text {
	position: relative;
	padding-left: 36px;
}
html[data-browse-mode=S] .md_trivia_title .text::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 29px;
	background: url(/img/usr/freepage/mothersday/nav01.png) no-repeat center / contain;
	position: absolute;
	left: 0;
	top: 50%;
	translate: 0% -50%;
}
html[data-browse-mode=S] .md_trivia_item:nth-of-type(2) .md_trivia_title .text::before {
	background-image: url(/img/usr/freepage/mothersday/nav04.png);
}
html[data-browse-mode=S] .md_trivia_item:nth-of-type(3) .md_trivia_title .text::before {
	background-image: url(/img/usr/freepage/mothersday/nav03.png);
}
html[data-browse-mode=S] .md_trivia_item:nth-of-type(4) .md_trivia_title .text::before {
	background-image: url(/img/usr/freepage/mothersday/nav05.png);
}
html[data-browse-mode=S] .md_trivia_item:nth-of-type(even) .md_trivia_title .text {
	padding-inline: 0 36px;
}
html[data-browse-mode=S] .md_trivia_item:nth-of-type(even) .md_trivia_title .text::before {
	left: initial;
	right: 0;
}
html[data-browse-mode=S] .md_trivia_text {
	display: none;
	font-size: 16px;
	margin:30px 20px;
}

section#obi {
	text-align: center;
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
	color: var(--brown);
	border-block: 2px solid var(--red);
	background: #f7efec;
}

html[data-browse-mode=S] section#obi {
		font-size: 14px;
}