@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

#gourmet {
	background: #F1DFB7;
  font-family: "Shippori Mincho", serif;
	color: #5D3D10;

	--yugo : "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	--yumin : "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.section_inner {
    width: 1200px;
    margin-inline: auto;
}
.section_title {
    text-align: center;
    margin-bottom: 30px;
}
.section_title_main {
    border-image: url(deco.png) 60 / 100px;
    display: inline-block;
    height: 60px;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 3px;
    padding-inline: 50px;
}
.section_title_sub {
		font-size: 20px;
    font-weight: 700;
}
.section_title_en {
    font-family: var(--yumin);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.block-ranking-r--items,
.new_content .swiper {
    width: 1080px;
		font-family: var(--yugo);
}
.block-ranking-lightningrecommend .block-ranking-r--goods-image .block-ranking-r--rank {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    left: 10px;
    top: 10px;
}
.new_content .block-thumbnail-t--goods .block-thumbnail-t--goods-image figure {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-image img,
.new_content .block-thumbnail-t--goods .block-thumbnail-t--goods-image img {
    width: 100%;
    height: 100% !important;
		max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.block-ranking-lightningrecommend .block-ranking-r--goods-name {
    text-align: left;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-name a,
.new_content .block-thumbnail-t--goods-name a {
    color: #5D3D10;
    font-size: 16px;
		font-weight: 700;
}
.block-ranking-lightningrecommend .block-ranking-r--price-infos .block-ranking-r--price,
.new_content .block-thumbnail-t--price {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.block-ranking-lightningrecommend .block-ranking-r--goods,
.new_content .block-thumbnail-t--goods {
    display: flex;
    flex-flow: column wrap;
    height: auto;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-description,
.new_content .block-thumbnail-t--goods-description {
    flex: 1;
    display: flex;
    flex-flow: column wrap;
}
.block-ranking-lightningrecommend .block-ranking-r--price-infos,
.new_content .block-thumbnail-t--price-infos {
    margin-top: auto;
}



.swiper-button-prev, .swiper-button-next {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: url(btn.png) no-repeat center / contain;
    z-index: 3;
}
.swiper-button-next {
		rotate: y 180deg;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}





#mv {
    padding-top: 26px;
}
.mv_slide {
    width: 1080px;
    margin: 0 auto;
		position: relative;
}
.mv_slide .swiper {
   overflow: visible;
}
.mv_slide .swiper-wrapper {
    align-items: center;
}
.mv_slide .swiper-slide {
    box-shadow: 0 3px 6px #5D3D1040;
}
.mv_slide_pager {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-block: 19px 7px;
    padding-right: 20px;
}
.mv_slide_pager span {
    width: 14px;
    height: 2px;
    background: #fff;
    opacity: 1;
    margin: 0 !important;
}
.mv_slide_pager span.swiper-pagination-bullet-active {
    background: #DB1F41;
}
.time-passage {
    width: 180px;
    height: 20px;
    margin-inline: auto 20px;
}
.time-passage span {
    width: 25px;
    height: 20px;
    display: block;
    position: relative;
    transition: width 5s;
}
.time-passage.js-slide-active span {
    width: 100%;
}
.time-passage span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 19px;
    background-image: url(ico_plane.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.time-passage span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #FFFFFF;
}


#lead {
    padding-block: 50px;
    position: relative;
}
#lead::after {
    content: "";
    display: inline-block;
    width: 2024px;
    height: calc(100% + 187px);
    background: 
		url(gourmet01.png) no-repeat left 192px top 20px / 292px auto,
		url(gourmet02.png) no-repeat right 282px top 10px / 198px auto,
		url(gourmet03.png) no-repeat left 8px bottom / 262px auto,
		url(gourmet04.png) no-repeat right 0px bottom 70px / 324px auto;
    position: absolute;
    right: 50%;
    top: 0;
    translate: 50% 0;
    z-index: 5;
    pointer-events: none;
}
.lead_catch {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}
.lead_text {
    width: 1000px;
    margin-inline: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}



#ranking {
    padding-block: 100px 180px;
    background: url(bg01.jpg) repeat left top / 554px auto;
    position: relative;
}
#ranking::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90px;
    background: #F1DFB7;
    clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, curve to 0 100% with 50% -55%, close);
    position: absolute;
    left: 0;
    top: -1px;
}
#ranking::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90px;
    background: #F1DFB7;
    clip-path: shape(from 100% 100%, curve to 0 100% with 50% -55%, close);
    position: absolute;
    left: 0;
    bottom: -1px;
}


#buyer {
    padding-block: 10px 90px;
}
.buyer_content {
    position: relative;
    font-family: var(--yugo);
}
.buyer_content_prev, .buyer_content_next {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: #5d3d10;
    border-radius: 300px;
    position: absolute;
    top: 50%;
    z-index: 2;
    translate: -50% -50%;
    cursor: pointer;
}
.buyer_content_prev {
    left: 0;
}
.buyer_content_next {
    left: 100%;
    rotate: y 180deg;
}
.buyer_content_prev.swiper-button-disabled,
.buyer_content_next.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}
.buyer_content_prev::before, .buyer_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%;
}
.buyer_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);
}
.buyer_content_pagination .swiper-pagination-bullet {
    margin: 0 !important;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: 1;
}
.buyer_content_pagination .swiper-pagination-bullet-active {
    background: #5d3d10;
}
#buyer .swiper {
	height: 560px;
}
.buyer_item {
  height: calc(50% - 10px);
}
.buyer_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;
}
.buyer_item_img {
    width: 250px;
}
.buyer_item_textwrap {
    width: calc(100% - 270px);
}
.buyer_item_catch {
    background: #5D3D10;
    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;
}
.buyer_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;
}
.buyer_item_brand {
    color: #A46814;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}
.buyer_item_name {
    color: #5D3D10;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}
.buyer_item_price {
    color: #5D3D10;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
.buyer_item_price:before {
    content: "￥";
}
.buyer_item_price::after {
    content: "(税込)";
    font-size: 14px;
}
.buyer_item_text {
    color: #5D3D10;
    font-size: 13px;
    font-weight: 500;
}

#limited {
    padding-block: 100px 180px;
    background: url(bg01.jpg) repeat left top / 554px auto;
    position: relative;
}
#limited::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90px;
    background: #F1DFB7;
    clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, curve to 0 100% with 50% -55%, close);
    position: absolute;
    left: 0;
    top: -1px;
}
#limited::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90px;
    background: #F1DFB7;
    clip-path: shape(from 100% 100%, curve to 0 100% with 50% -55%, close);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.limited_text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
#limited .block-ranking-lightningrecommend .block-ranking-r--goods-image .block-ranking-r--rank {
    display: none;
}


#new {
    padding-block: 10px 80px;
}
.new_content {
    position: relative;
}
.new_content .swiper-wrapper {
    flex-wrap: nowrap;
    margin-bottom: 0;
}
.block-thumbnail-t--goods a {
    text-decoration: none;
}
[data-browse-mode="P"] .block-thumbnail-t--goods:has(a:hover) .block-thumbnail-t--goods-description a {
    text-decoration: underline;
}
.variation-name {
    display: none;
}
.new_btn {
    margin-top: 40px;
}
.new_btn a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 380px;
    margin-inline: auto;
    padding-block: 20px;
    background: #6B4919;
    background: linear-gradient(90deg, #6b4919 0%, #975f0f 100%);
    border-radius: 300px;
    color: #fff;
    font-family: var(--yugo);
    font-size: 20px;
    font-weight: 700;
}



#category {
    padding-block: 100px 180px;
    background: url(bg01.jpg) repeat left top / 554px auto;
    position: relative;
}
#category::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90px;
    background: #F1DFB7;
    clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, curve to 0 100% with 50% -55%, close);
    position: absolute;
    left: 0;
    top: -1px;
}
#category::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90px;
    background: #FFFAF1;
    clip-path: shape(from 100% 100%, curve to 0 100% with 50% -55%, close);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.category_content_inner {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    gap: 18px;
}
.category_item {
    width: calc((100% - 108px) / 7);
}
.category_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #F1DFB7;
    border-radius: 6px;
    padding: 5px;
    padding-bottom: 0;
}
.category_img {
    border-radius: 6px;
    overflow: hidden;
}
.category_name {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    text-align: center;
    font-family: var(--yugo);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.05;
    color: #5D3D10;
}

#area {
    background: #FFFAF1;
    padding-block: 10px 90px;
}
.area_content {
    display: block;
    width: 1006px;
    height: 774px;
    background: url(map.png) no-repeat center / contain;
    margin-inline: auto;
    margin-top: -30px;
    position: relative;
}
.area_item {
    position: absolute;
}
.area_item01 {
    right: 110px;
    top: 10px;
}
.area_item02 {
    right: 210px;
    top: 220px;
}
.area_item03 {
    right: 240px;
    top: 420px;
}
.area_item04 {
    right: 520px;
    top: 200px;
}
.area_item05 {
    right: 720px;
    top: 300px;
}
.area_item06 {
    right: 420px;
    top: 520px;
}
.area_item07 {
    right: 860px;
    top: 500px;
}
.area_item08 {
    right: 620px;
    top: 560px;
}
.area_item a {
    text-align: center;
}
.area_name {
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #5D3D10;
    color: #5D3D10;
    font-family: var(--yugo);
    font-size: 22px;
    font-weight: 700;
		line-height: 1;
}
.area_img {
    width: 140px;
    height: 140px;
    border-radius: 300px;
    overflow: hidden;
}

#recommend {
    padding-block: 100px 180px;
    background: url(bg02.jpg) repeat left top / contain;
    position: relative;
}
#recommend::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90px;
    background: #FFFAF1;
    clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, curve to 0 100% with 50% -55%, close);
    position: absolute;
    left: 0;
    top: -1px;
}
#recommend::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90px;
    background: url(bg01.jpg) repeat left top / 554px auto;
    clip-path: shape(from 100% 100%, curve to 0 100% with 50% -55%, close);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.recommend_content {
    margin-bottom: 42px;
		overflow: hidden;
		transition: .5s;
}
.recommend_item {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    font-family: var(--yugo);
}
.recommend_item:nth-of-type(n + 2) {
    margin-top: 30px;
}
.recommend_item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.recommend_item_img {
    width: 540px;
    border-radius: 10px;
    overflow: hidden;
}
.recommend_item_contentwrap {
    width: calc(100% - 560px);
    position: relative;
}
.recommend_item_map {
    width: 134px;
    height: 130px;
    position: absolute;
    right: 40px;
    top: 8px;
    pointer-events: none;
}
.recommend_item_map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.recommend_item_tag ul {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 10px;
}
.recommend_item_tag li {
    border-radius: 4px;
    padding: 4px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}
.recommend_item_brand {
    color: #A46814;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}
.recommend_item_name {
    margin-bottom: 14px;
}
.recommend_item_name a {
    color: #5D3D10;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.recommend_item_price {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 14px;
}
.recommend_item_price::after {
    content: "円 (税込)";
    font-size: 13px;
}
.recommend_item_catch {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    min-height: 1em;
}
.recommend_item_point {
    background: url(note.png) no-repeat left center / contain #fff6e3;
    padding: 15px 28px 26px 30px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.recommend_item_point_title {
    color: #A44514;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #A46814;
    padding-bottom: 4px;
    margin-bottom: 20px;
    margin-left: -10px;
    position: relative;
}
.recommend_item_point_title::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(pen.png) no-repeat center / contain;
    position: absolute;
    left: calc(100% + 5px);
    top: 0px;
}
.recommend_item_point_list li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 26px;
    background: url(ico_plane_bk.png) no-repeat left top 8px / 20px auto;
}
.recommend_item_point_list li:nth-of-type(n + 2) {
    margin-top: 10px;
}
.recommend_item_maker {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.recommend_item_maker_title {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    color: #A44514;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.recommend_item_maker_title::before {
    content: "";
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #A44514;
    position: absolute;
    left: 0;
    top: 50%;
}
.recommend_item_maker_title p {
    display: inline-block;
    background: #fff;
    padding-inline: 27px;
    position: relative;
}
.recommend_item_maker_img {
    width: 200px;
    border: solid #fff 6px;
    box-shadow: 0 3px 6px #0004;
    rotate: -5deg;
}
.recommend_item_maker_fukidashi {
    width: calc(100% - 240px);
    border: 1px solid #A46814;
    border-radius: 10px;
    padding: 16px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}
.recommend_item_maker_fukidashi::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #fff;
    border-left: 1px solid #A46814;
    border-bottom: 1px solid #A46814;
    position: absolute;
    left: -1px;
    top: 50%;
    translate: -50% -50%;
    rotate: 45deg;
}
.recommend_content_opener {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
		gap: 10px;
    background: #fff;
    border-radius: 300px;
    width: 300px;
    margin-inline: auto;
    padding-block: 13px;
    font-family: var(--yugo);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.recommend_content_opener::after {
    content: "";
    display: inline;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    rotate: 45deg;
    translate: 0 -25%;
		transition: .5s;
}
.recommend_content_opener.open::after {
    rotate: -135deg;
    translate: 0 25%;
}
#store {
    padding-block: 10px 100px;
    background: url(bg01.jpg) repeat left top / 554px auto;
}
.store_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}
.store_item {
    width: calc((100% - 72px) / 4);
}
.store_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 28px 16px 16px;
    border: 1px solid #C9AC82;
    border-radius: 6px;
		text-align: center;
}
.store_img {
    width: 100%;
    height: 80px;
    margin-bottom: 14px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #E8CDA7;
}
.store_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.store_name {
    color: #5D3D10;
    font-family: var(--yugo);
    font-size: 14px;
    font-weight: 900;
}



[data-browse-mode="S"] .section_inner {
    width: 100%;
    padding-inline: 20px;
}
[data-browse-mode="S"] .section_title {
    margin-bottom: 20px;
}
[data-browse-mode="S"] .section_title_main {
    height: 50px;
    font-size: 30px;
    margin-bottom: -6px;
    padding-inline: 40px;
}
[data-browse-mode="S"] .section_title_en {
    font-size: 10px;
}
[data-browse-mode="S"] #mv {
    padding-top: 10px;
}
[data-browse-mode="S"] .mv_slide {
    width: calc(100% - 20px);
}
[data-browse-mode="S"] .mv_slide_pager {
    justify-content: center;
		padding: 0;
}
[data-browse-mode="S"] .mv_slide_pager span {
    width: 24px;
}
[data-browse-mode="S"] .time-passage {
    width: 130px;
    margin-inline: auto;
}
[data-browse-mode="S"] #lead {
    padding-block: 18px 35px;
}
[data-browse-mode="S"] #lead::after {
		display: none;
}
[data-browse-mode="S"] .lead_catch {
    font-size: 26px;
    margin-bottom: 12px;
}
[data-browse-mode="S"] .lead_text {
    width: 100%;
    font-size: 16px;
    line-height: 2;
}
[data-browse-mode="S"] #ranking,
[data-browse-mode="S"] #limited {
    padding-block: 80px 90px;
}
[data-browse-mode="S"] #ranking::before,
[data-browse-mode="S"] #ranking::after,
[data-browse-mode="S"] #limited::before,
[data-browse-mode="S"] #limited::after ,
[data-browse-mode="S"] #new::before,
[data-browse-mode="S"] #new::after {
    height: 50px;
}
[data-browse-mode="S"] .block-ranking-r--items,
[data-browse-mode="S"] .new_content .swiper {
    width: calc(100% + 20px);
    padding-right: 20px;
}
[data-browse-mode="S"] .ranking_content li.swiper-wrapper,
[data-browse-mode="S"] .limited_content li.swiper-wrapper,
[data-browse-mode="S"] .new_content li.swiper-wrapper {
    flex-wrap: nowrap;
}
[data-browse-mode="S"] .ranking_content .swiper-button-prev,
[data-browse-mode="S"] .limited_content .swiper-button-prev,
[data-browse-mode="S"] .new_content .swiper-button-prev {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 300px;
    box-shadow: none;
    inset: initial;
    margin-top: 30px;
}
[data-browse-mode="S"] .new_content .swiper-button-next {
		display: none;
}
[data-browse-mode="S"] .ranking_content .swiper-button-prev::before,
[data-browse-mode="S"] .limited_content .swiper-button-prev::before,
[data-browse-mode="S"] .new_content .swiper-button-prev::before {
    display: none;
}
[data-browse-mode="S"] .ranking_content .swiper-button-prev .swiper-scrollbar-drag,
[data-browse-mode="S"] .limited_content .swiper-button-prev .swiper-scrollbar-drag,
[data-browse-mode="S"] .new_content .swiper-button-prev .swiper-scrollbar-drag {
    background: #5D3D10;
    border-radius: 300px;
}
[data-browse-mode="S"] .limited_text {
    font-size: 14px;
    margin-inline: -20px;
    margin-bottom: 20px;
}
[data-browse-mode="S"] #new {
    padding-block: 30px 38px;
}
[data-browse-mode="S"] .new_btn a {
    width: min(100%, 320px);
    padding-block: 14px;
    font-size: 16px;
}
[data-browse-mode="S"] #category {
    padding-block: 80px;
}
[data-browse-mode="S"] #category::before,
[data-browse-mode="S"] #category::after {
    height: 50px;
}

[data-browse-mode="S"] #buyer {
    padding-block: 30px 40px;
}
[data-browse-mode="S"] #buyer .swiper {
    height: auto;
}
[data-browse-mode="S"] .buyer_item {
    height: auto;
}
[data-browse-mode="S"] .buyer_item a {
    flex-flow: column wrap;
		align-items: flex-start;
    gap: 0;
    padding: 20px 20px 34px;
}
[data-browse-mode="S"] .buyer_item_img {
    width: 100%;
    margin-bottom: 4px;
    order: 2;
}
[data-browse-mode="S"] .buyer_item_textwrap {
    display: contents;
}
[data-browse-mode="S"] .buyer_item_catch {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
}
[data-browse-mode="S"] .buyer_item_brand {
    order: 3;
}
[data-browse-mode="S"] .buyer_item_name {
    font-size: 16px;
    order: 4;
}
[data-browse-mode="S"] .buyer_item_price {
    order: 5;
    font-size: 16px;
}
[data-browse-mode="S"] .buyer_item_price::after {
    font-size: 12px;
}
[data-browse-mode="S"] .buyer_item_text {
    order: 6;
    font-size: 12px;
}
[data-browse-mode="S"] .buyer_content_prev,
[data-browse-mode="S"] .buyer_content_next {
    width: 70px;
    height: 70px;
}
[data-browse-mode="S"] .buyer_content_prev {
    left: -20px;
}
[data-browse-mode="S"] .buyer_content_next {
    left: calc(100% + 20px);
}
[data-browse-mode="S"] .buyer_content_prev::before,
[data-browse-mode="S"] .buyer_content_next::before {
    left: 75%;
}
[data-browse-mode="S"] .buyer_content_pagination {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 300px;
    top: calc(100% + 20px);
}
[data-browse-mode="S"] .buyer_content_pagination .swiper-scrollbar-drag {
    background: #5D3D10;
    border-radius: 300px;
}

[data-browse-mode="S"] .category_content {
    overflow: hidden;
    margin-bottom: 28px;
		transition: .5s;
}
[data-browse-mode="S"] .category_content_inner {
    gap: 12px 6px;
}
[data-browse-mode="S"] .category_item {
    width: calc((100% - 18px) / 4);
}
[data-browse-mode="S"] .category_name {
    height: 50px;
    font-size: 14px;
}

[data-browse-mode="S"] .category_content_opener {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #F1DFB7;
    border-radius: 300px;
    width: 160px;
    margin-inline: auto;
    padding-block: 9px;
    font-family: var(--yugo);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
[data-browse-mode="S"] .category_content_opener::after {
    content: "";
    display: inline;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    rotate: 45deg;
    translate: 0 -25%;
    transition: .5s;
}
[data-browse-mode="S"] .category_content_opener.open::after {
    rotate: -135deg;
    translate: 0 25%;
}
[data-browse-mode="S"] #area {
    padding-block: 30px 0px;
}
[data-browse-mode="S"] .area_content {
    display: flex;
    flex-flow: row-reverse wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 15px 20px;
    width: calc(100% + 40px);
    height: unset;
    margin-inline: -20px;
    margin-top: -24px;
    padding: 30px 20px 40px;
    background-size: 140%;
    background-position: left 30% top 25%;
}
[data-browse-mode="S"] .area_item {
    position: relative;
    inset: initial;
    width: calc(50% - 10px);
}
[data-browse-mode="S"] .area_item a {
    display: flex;
    flex-flow: row-reverse wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
[data-browse-mode="S"] .area_name {
    padding-block: 7px;
    margin-bottom: 0;
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 90px);
    margin-left: -10px;
    padding-left: 10px;
}
[data-browse-mode="S"] .area_img {
    width: 100px;
    height: 100px;
    position: relative;
}
[data-browse-mode="S"] #recommend {
    padding-block: 66px 80px;
}
[data-browse-mode="S"] #recommend::before,
#recommend::after {
    height: 50px;
}
[data-browse-mode="S"] .recommend_content {
    margin-bottom: 30px;
}
[data-browse-mode="S"] .recommend_item {
    padding: 26px;
}
[data-browse-mode="S"] .recommend_item_img {
    width: 100%;
    margin-bottom: 10px;
}
[data-browse-mode="S"] .recommend_item_contentwrap {
    width: 100%;
}
[data-browse-mode="S"] .recommend_item_map {
    right: 2px;
    top: 6px;
}
[data-browse-mode="S"] .recommend_item_tag {
    position: relative;
}
[data-browse-mode="S"] .recommend_item_brand {
    position: relative;
		font-size: 14px;
}
[data-browse-mode="S"] .recommend_item_name {
    position: relative;
}
[data-browse-mode="S"] .recommend_item_name a {
    font-size: 18px;
}
[data-browse-mode="S"] .recommend_item_price {
    position: relative;
}
[data-browse-mode="S"] .recommend_item_catch {
    position: relative;
    font-size: 14px;
}
[data-browse-mode="S"] .recommend_item_point {
    padding: 20px 40px;
    background-image: url(note_sp.png);
}
[data-browse-mode="S"] .recommend_item_point_list li {
    font-size: 14px;
}
[data-browse-mode="S"] .recommend_item_maker_title p {
    padding-inline: 16px;
}
[data-browse-mode="S"] .recommend_item_maker_img {
    width: 100%;
    margin-bottom: 30px;
}
[data-browse-mode="S"] .recommend_item_maker_fukidashi {
    width: 100%;
    padding: 16px 20px;
}
[data-browse-mode="S"] .recommend_item_maker_fukidashi::before {
    left: calc(100% - 75px);
    top: -1px;
    rotate: 135deg;
}
[data-browse-mode="S"] #store {
    padding-block: 40px 60px;
}
[data-browse-mode="S"] .store_content {
    gap: 14px;
}
[data-browse-mode="S"] .store_item {
    width: calc(50% - 7px);
}
[data-browse-mode="S"] .store_item a {
    padding: 25px 13px 12px;
}