@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');



html {
	container-type: inline-size;
}

.osechi {
	font-family: "Shippori Mincho", serif;
	margin-inline: min(-30px, 600px - 50cqw);
}

#anchor {
    background: #E3DAC3;
    padding-block: 60px;
}
.anchor_inner {
    width: min(100%, 1076px);
    margin: 0 auto;
    padding-inline: 30px;
}
.anchor_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
}
.anchor_item {
    flex: 1;
}
.anchor_item a {
    display: flex;
		flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #DEC283;
    border-radius: 4px;
    padding-block: 24px;
		text-decoration: none;
}
.anchor_icon {
    width: 52px;
    margin-bottom: 8px;
}
.anchor_name {
    color: #202020;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.05em;
    margin-bottom: 10px;
}
.anchor_item a::after {
    content: "";
    display: inline;
    width: 11px;
    height: 11px;
    border-right: 2px solid #A72121;
    border-bottom: 2px solid #A72121;
    rotate: 45deg;
}


#preorder {
    padding-block: 40px;
    background: url(/img/usr/detail_design/osechi2026/pattern01.png) repeat center top / 89px auto #A72121;
}
.preorder_content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end;
    width: 650px;
    margin-inline: auto;
    padding-block: 16px 20px;
    background: #fff;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .07em;
    position: relative;
}
.preorder_content::before {
    content: "";
    display: inline-block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #A72121;
    border-radius: 4px;
    position: absolute;
    right: 50%;
    bottom: 50%;
    translate: 50% 50%;
    pointer-events: none;
}
.preorder_content .date {
    color: #A72121;
    font-size: 27px;
}
.preorder_content .date_num {
    font-size: 38px;
}
.preorder_content .weekday {
    margin-inline: -.5em;
}
.preorder_content .time {
    font-size: 23px;
}
.preorder_content .jump {
    font-size: 31px;
}



.osechi_section {
    background: url(/img/usr/detail_design/osechi2026/bg_kira.png) repeat-y center / 100% auto,url(/img/usr/detail_design/osechi2026/bg_zara.png) repeat center / 600px auto;
    padding-block: 100px 130px;
		position: relative;
}
.osechi_section::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 30px;
    background: url(/img/usr/detail_design/osechi2026/bg_kin.jpg) no-repeat center / cover;
    position: absolute;
    left: 0;
    bottom: 0;
}
.osechi_section_title {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    padding-top: 80px;
    background: url(/img/usr/detail_design/osechi2026/deco01.png) no-repeat center top / 152px auto;
}
.osechi_section_title_en {
    text-align: center;
    color: #B9A883;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#features {
    background: url(/img/usr/detail_design/osechi2026/pattern02.png) repeat center / 89px auto #1C1C1C;
    padding-block: 130px 100px;
		position: relative;
}
#features::before,
#features::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 93px;
    position: absolute;
    left: 0;
    top: 0;
}
#features::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
		background: url(/img/usr/detail_design/osechi2026/pattern01.png) repeat center top / 89px auto #8B1515;
}
#features::after {
    clip-path: polygon(70% 0, 100% 0, 0 100%);
    background: url(/img/usr/detail_design/osechi2026/bg_kin.jpg) no-repeat center / cover;
}
.features_title {
    color: #D9B86D;
}
.features_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 1260px;
    margin-inline: auto;
    padding-inline: 30px;
}
.features_img {
    width: 430px;
    position: relative;
}
.features_img::before {
    content: "";
    display: inline-block;
    width: calc(100% - 4.6%);
    height: calc(100% - 4.6%);
    background: url(/img/usr/detail_design/osechi2026/bg_kin.jpg) no-repeat center / cover;
    position: absolute;
    right: 50%;
    bottom: 50%;
    translate: 50% 50%;
}
.features_img img {
    clip-path: shape(from 8% 0, line to 92% 0, arc to 100% 8% of 8%, line to 100% 92%, arc to 92% 100% of 8%, line to 8% 100%, arc to 0 92% of 8%, line to 0 8%, arc to 8% 0 of 8%, close);
}
.features_textwrap {
    width: calc(100% - 500px);
}
.features_fan {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 20px;
    margin-bottom: 30px;
}
.features_fan_item {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 97px;
    background: #6E1515;
    background: linear-gradient(0deg, #6e1515 0%, #a72121 100%);
    clip-path: shape(from 0 56%, smooth to 100% 52% with 47% -66%, line to 69% 100%, smooth to 32% 100% with 53% 52%, close);
    margin-inline: -20px;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
.features_fan_item:nth-of-type(even) {
    background: #927228;
    background: linear-gradient(0deg, #927228 0%, #c1a76c 100%);
}
.features_fan_item .small {
    font-size: 16px;
    line-height: 1;
}
.features_catch {
    color: #C9AD6D;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #E3DAC3;
}
.features_text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
}

.pickup_osechi_gift {
    width: 1100px;
    margin-inline: auto;
		margin-top: 60px;
    position: relative;
    background: url(/img/usr/freepage/osechi2026/bg_zara.png) repeat center / 600px auto, url(/img/usr/freepage/osechi2026/pattern03.png) repeat-x center top -10px / 89px auto, url(/img/usr/freepage/osechi2026/pattern03.png) repeat-x center bottom -10px / 89px auto #fff;
    padding-block: 44px 60px;
}
.pickup_osechi_gift::before,
.pickup_osechi_gift::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 6px;
    background: #927228;
    background: linear-gradient(90deg, rgba(146, 114, 40, 1) 15%, rgba(193, 152, 57, 1) 75%);
    position: absolute;
    left: 0;
}
.pickup_osechi_gift::before {
    top: 0;
}
.pickup_osechi_gift::after {
    bottom: 0;
}
.pickup_osechi_gift_catch {
    text-align: center;
    color: #2A2A2A;
    font-size: 26px;
    font-weight: 700;
}
.pickup_osechi_gift_title {
    text-align: center;
    color: #2A2A2A;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}
.pickup_osechi_gift_title .color {
    color: #A72121;
}
.pickup_osechi_gift_content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
		gap: 20px;
}
.pickup_osechi_gift_item {
    width: 240px;
    position: relative;
}
.pickup_osechi_gift_item.limited::before {
    content: "";
    display: inline-block;
    width: 66px;
    height: 66px;
    background: url(https://haneda-shopping.jp/img/icon/limited.png) no-repeat center / contain;
    position: absolute;
    left: 8px;
    top: 24px;
    z-index: 3;
}
.pickup_osechi_gift_img {
    width: 240px;
    height: 240px;
    border-radius: 300px;
    overflow: hidden;
    margin-bottom: 16px;
}
.pickup_osechi_gift_name {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.pickup_osechi_kuchikomi {
    width: 1100px;
    margin-inline: auto;
    margin-top: 60px;
}
.pickup_osechi_kuchikomi_head {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px 48px;
    height: 280px;
    margin-bottom: 24px;
}
.pickup_osechi_kuchikomi_title {
    width: 500px;
}
.pickup_osechi_kuchikomi_imgwrap {
    width: 450px;
    display: flex;
    flex-flow: row-reverse wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.pickup_osechi_kuchikomi_point {
    color: #fff;
    width: calc(60% - 24px);
}
.pickup_osechi_kuchikomi_point_title {
    display: inline-block;
    font-size: 16px;
    background: url(/img/usr/freepage/osechi2026/kuchikomi_pen.png) no-repeat right center / 10px;
    padding-right: 14px;
}
.pickup_osechi_kuchikomi_point_content {
    border-top: 1px dashed #fff;
    padding-top: 12px;
    display: flex;
    flex-flow: column;
    gap: 5px;
}
.pickup_osechi_kuchikomi_point_item {
    background: url(/img/usr/freepage/osechi2026/kuchikomi_check.png) no-repeat left top 6px / 12px;
    padding-left: 20px;
}
.pickup_osechi_kuchikomi_img {
    width: 40%;
    height: auto;
    aspect-ratio: 164 / 188;
    position: relative;
}
.pickup_osechi_kuchikomi_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pickup_osechi_kuchikomi_img_text {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding-inline: 8px;
}
.pickup_osechi_kuchikomi_star {
    width: 500px;
}
.pickup_osechi_kuchikomi_content {
    display: flex;
    flex-flow: row nowrap;
    gap: 32px;
}
.pickup_osechi_kuchikomi_item {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.pickup_osechi_kuchikomi_icon {
    width: 24px;
    height: auto;
}
.pickup_osechi_kuchikomi_name {
    color: #fff;
    font-size: 18px;
}
.pickup_osechi_kuchikomi_comment {
    background: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 700;
}

.dishes_content {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    width: 1260px;
    margin-inline: auto;
    margin-bottom: 80px;
    padding-inline: 30px;
}
.dishes_item {
    width: 360px;
}
.dishes_img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    position: relative;
}
.dishes_img::after {
    content: "";
    display: inline-block;
    width: 120px;
    height: 26px;
    background: url(/img/usr/detail_design/osechi2026/deco03.png) no-repeat center / contain;
    position: absolute;
}
.dishes_item:nth-of-type(n + 1) .dishes_img::after {
		inset: initial;
    left: 0;
    bottom: 6px;
}
.dishes_item:nth-of-type(2n + 2) .dishes_img::after {
		inset: initial;
    left: 0;
    top: 47px;
}
.dishes_item:nth-of-type(3n + 3) .dishes_img::after {
		inset: initial;
    right: 0;
    bottom: 12px;
}
.dishes_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(29% 0, 71% 0, 100% 29%, 100% 71%, 71% 100%, 20% 100%, 0 71%, 0 29%);
}
.dishes_name {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}
.dishes_name::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/img/usr/detail_design/osechi2026/deco02.png) no-repeat center / contain;
}
.dishes_text {
    padding-inline: 15px;
    font-size: 18px;
    font-weight: 700;
}
.dishes_deta {
    width: 1000px;
    margin-inline: auto;
    border-block: 1px solid #b49664;
}
.dishes_deta dl {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.dishes_deta dt {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 250px;
    min-height: 78px;
    background: url(/img/usr/detail_design/osechi2026/pattern03.png) no-repeat left 5px top 5px / 26px auto #B49664;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}
.dishes_deta dt::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/img/usr/detail_design/osechi2026/pattern03.png) no-repeat center / contain;
    rotate: 180deg;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.dishes_deta dd {
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 250px);
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
}
.dishes_deta dd .note {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}
.dishes_deta dl:nth-of-type(n+2) dt {
    border-top: 1px solid #fff;
}
.dishes_deta dl:nth-of-type(n+2) dd {
    border-top: 1px solid #b49664;
}
.dishes_note {
    width: 1000px;
    margin-inline: auto;
    margin-top: 1em;
}
#detail {
    background: url(/img/usr/detail_design/osechi2026/bg_kumo.png) repeat-y center / contain, url(/img/usr/detail_design/osechi2026/pattern04.png) repeat center top / 89px auto, linear-gradient(0deg, #e3dac3 0%, #f6eed8 17%, #e3dac3 28%, #f6eed8 47%, #e3dac3 69%, #f6eed8 88%, #e3dac3 100%);
}
.detail_content {
    display: flex;
    flex-flow: column wrap;
    gap: 90px;
    width: 1000px;
    margin-inline: auto;
}
.detail_item {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.detail_img {
    height: 550px;
    width: auto;
    margin-bottom: 30px;
		position: relative;
}
.detail_img img {
    height: 100%;
    width: auto;
}
.detail_img::before {
    content: "";
    display: inline-block;
    width: 73px;
    height: 168px;
    background: url(/img/usr/detail_design/osechi2026/level01.png) no-repeat center / contain;
    position: absolute;
    right: 40px;
    top: 40px;
}
.detail_item:nth-of-type(2) .detail_img::before {background-image: url(/img/usr/detail_design/osechi2026/level02.png);}
.detail_item:nth-of-type(3) .detail_img::before {background-image: url(/img/usr/detail_design/osechi2026/level03.png);}
.detail_item:nth-of-type(4) .detail_img::before {background-image: url(/img/usr/detail_design/osechi2026/level04.png);}
.detail_item:nth-of-type(5) .detail_img::before {background-image: url(/img/usr/detail_design/osechi2026/level05.png);}
.Z001406054 .detail_img::before {
    background-image: url(/img/usr/detail_design/osechi2026/level_niori.png);
}
.Z001408447 .detail_img::before {display: none;}
.detail_list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(15, auto);
    row-gap: 14px;
    background: url(/img/usr/detail_design/osechi2026/bg_zara.png) repeat center / 600px auto #FFFFFF;
    border-image: linear-gradient(90deg, #927228 15%, #c19839 75%) 1 / 6px 0;
    border-style: solid;
    border-block-width: 6px;
    border-inline: none;
    width: 100%;
    padding: 48px 46px;
    position: relative;
}
.detail_list::before,
.detail_list::after {
    content: "";
    display: inline;
    width: 100%;
    height: 20px;
    background: url(/img/usr/detail_design/osechi2026/pattern05.png) repeat-x center / auto 100%;
    opacity: .2;
    position: absolute;
    left: 0;
}
.detail_list::before {
    top: 0;
}
.detail_list::after {
		bottom: 0;
		rotate: y 180deg;
}
.detail_list_item::before {
    content: attr(num);
    display: flex;
    width: 18px;
    height: 18px;
    background: url(/img/usr/detail_design/osechi2026/menu_num.png) no-repeat center / contain;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
}
.detail_list_item {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.detail_list_item p {
    display: inline-block;
    width: calc(100% - 23px);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding-right: 7px;
}
.detail_list:not(:has(.detail_list_item[num="2"])) .detail_list_item {
    justify-content: center;
    gap: 5px;
}
.detail_list:not(:has(.detail_list_item[num="2"])) .detail_list_item p {
    width: auto;
}
.osechi:has(.hakatahisamatsu) .detail_list {
    display: flex;
    flex-flow: row wrap;
}
.osechi:has(.hakatahisamatsu) .detail_list_item {
    width: 25%;
}
#about:has(.nobrand) {
    display: none;
}
.about_content {
    display: flex;
    flex-flow: column wrap;
    gap: 60px;
    width: 1260px;
    margin-inline: auto;
    padding-inline: 30px;
}
.about_item {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.jukeihanten .about_item::after {
    content: "";
    display: inline-block;
    margin-top: 30px;
    background: url(/img/usr/detail_design/osechi2026/brand/jukeihanten02.jpg) no-repeat center / contain;
    object-fit: contain;
    width: 733px;
    height: 349px;
}
.about_img {
    width: 680px;
    position: relative;
    z-index: 2;
}
.about_text {
    width: calc(100% - 520px);
    background: url(/img/usr/detail_design/osechi2026/bg_zara.png) repeat center / cover #F6EED8;
    padding-block: 60px;
    padding-inline: 200px 40px;
    margin-left: -160px;
    margin-top: 80px;
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
		line-height: 2;
}
.about_text::before {
    content: "";
    display: inline-block;
    width: 184px;
    height: 90px;
    background: url(/img/usr/detail_design/osechi2026/deco04.png) no-repeat center / contain;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    translate: 50% -50%;
}
.about_text .color {
    color: #714A00;
}
.about_item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.about_item:nth-of-type(even) .about_text {
    padding-inline: 40px 200px;
    margin-left: 0;
    margin-right: -160px;
}
.about_item:nth-of-type(even) .about_text::before {
    right: initial;
		left: 0;
    translate: -50% -50%;
}
[data-browse-mode="P"] .haneda .about_item:nth-of-type(2) .about_img {
    width: 416px;
}
[data-browse-mode="P"] .haneda .about_item:nth-of-type(2) .about_text {
    padding-inline: 40px 60px;
    margin-right: -50px;
}
.ajihyakka .about_img {
    width: 470px;
}
.gioneguchi .about_item:nth-of-type(1) .about_img::before {
    content: "";
    display: inline-block;
    width: auto;
    height: 100%;
    aspect-ratio: 189 / 436;
    background: url(/img/usr/detail_design/osechi2026/brand/gioneguchi_logo.jpg) no-repeat center / contain;
    position: absolute;
    left: -4%;
    bottom: -8%;
}
.guide_content {
    width: 1000px;
    margin-inline: auto;
    display: flex;
    flex-flow: column wrap;
    gap: 40px;
		position: relative;
}
.guide_content dt {
    background: url(/img/usr/detail_design/osechi2026/pattern03.png) no-repeat left 5px top 5px / 26px auto, linear-gradient(90deg, rgba(180, 150, 100, 1) 0%, rgba(180, 150, 100, 0.74) 100%);
		margin-bottom: 30px;
    padding: 9px 70px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}
.guide_content dt::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/img/usr/detail_design/osechi2026/pattern03.png) no-repeat center / contain;
    rotate: 180deg;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.guide_content dd {
    padding-inline: 70px;
    font-size: 20px;
    font-weight: 700;
}
.guide_content dd .note {
    margin-top: 10px;
    font-size: 15px;
}
.guide_content dd .note span {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.guide_content dd .color {
    color: #A72121;
}
.guide_content dd li {
    list-style: disc;
    padding-left: inherit;
    margin-left: 1em;
}
.guide_content dd a {
    color: #A72121;
    text-decoration: underline;
}
.guide_btn {
    margin-top: 120px;
}
.guide_btn a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #A72121;
    width: 360px;
    margin-inline: auto;
    padding-block: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}
.guide_btn a::before, .guide_btn a::after {
    content: "";
    display: inline-block;
    background: url(/img/usr/detail_design/osechi2026/bg_kin.jpg) no-repeat center / cover;
    position: absolute;
}
.guide_btn a::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 6px;
}
.guide_btn a::after {
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 5px;
}

[data-browse-mode="S"] .osechi_section {
    padding-block: 60px 80px;
}
[data-browse-mode="S"] .osechi_section::before {
		height: 20px;
}
[data-browse-mode="S"] .osechi_section_title {
    font-size: 42px;
    padding-top: 60px;
    background-size: 126px auto;
}
[data-browse-mode="S"] .osechi_section_title_en {
    font-size: 12px;
    margin-bottom: 32px;
}
[data-browse-mode="S"] #anchor {
    padding-block: 25px;
}
[data-browse-mode="S"] .anchor_inner {
    width: 100%;
    padding-inline: 20px;
}
[data-browse-mode="S"] .anchor_content {
    gap: 10px;
}
[data-browse-mode="S"] .anchor_item {
    flex: initial;
    width: calc(50% - 5px);
}
[data-browse-mode="S"] .anchor_item a {
    padding-block: 12px;
}
[data-browse-mode="S"] .anchor_item a::after {
		display: none;
}
[data-browse-mode="S"] .anchor_icon {
    width: 40px;
    margin-bottom: 5px;
}
[data-browse-mode="S"] .anchor_name {
    font-size: 16px;
    margin: 0;
    position: relative;
    padding-right: 16px;
}
[data-browse-mode="S"] .anchor_name::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #A72121;
    border-bottom: 2px solid #A72121;
    position: absolute;
    right: 0;
    top: 50%;
    translate: -25% -50%;
    rotate: 45deg;
}
[data-browse-mode="S"] #features {
    background-size: 49.6px;
    padding-block: 80px 60px;
}
[data-browse-mode="S"] #features::before,
[data-browse-mode="S"] #features::after {
    height: 29px;
}
[data-browse-mode="S"] #features::before {
    background-size: 49.6px;
}
[data-browse-mode="S"] #features::after {
    clip-path: polygon(calc(100% - 22px) 0, 100% 0, 100% 12px, 0 100%);
}
[data-browse-mode="S"] .features_content {
    width: 100%;
    padding-inline: 35px;
}
[data-browse-mode="S"] .features_img {
    width: 100%;
    margin-bottom: 30px;
}
[data-browse-mode="S"] .features_textwrap {
    width: 100%;
}
[data-browse-mode="S"] .features_fan {
    padding-inline: 3%;
    margin-bottom: 20px;
}
[data-browse-mode="S"] .features_fan_item {
    flex: 1;
    width: auto;
    height: auto;
    aspect-ratio: 180 / 97;
    margin-inline: -3%;
    font-size: 14px;
}
[data-browse-mode="S"] .features_fan_item .small {
    font-size: 10px;
}
[data-browse-mode="S"] .features_catch {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
[data-browse-mode="S"] .features_text {
    font-size: 16px;
}

[data-browse-mode="S"] .pickup_osechi_gift {
    width: calc(100% - 70px);
    margin-top: 30px;
    padding: 32px 16px;
}
[data-browse-mode="S"] .pickup_osechi_gift_catch {
    font-size: 18px;
    margin-bottom: 10px;
}
[data-browse-mode="S"] .pickup_osechi_gift_title {
    font-size: 24px;
    margin-bottom: 14px;
}
[data-browse-mode="S"] .pickup_osechi_gift_content {
    gap: 15px;
}
[data-browse-mode="S"] .pickup_osechi_gift_item {
    width: calc(50% - 8px);
}
[data-browse-mode="S"] .pickup_osechi_gift_item:nth-of-type(3) .pickup_osechi_gift_name {
    margin-inline: -50%;
}
[data-browse-mode="S"] .pickup_osechi_gift_img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}
[data-browse-mode="S"] .pickup_osechi_gift_name {
    font-size: 16px;
}
[data-browse-mode="S"] .pickup_osechi_gift_item.limited::before {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
}
[data-browse-mode="S"] .pickup_osechi_kuchikomi {
    width: 100%;
    padding-inline: 35px;
}
[data-browse-mode="S"] .pickup_osechi_kuchikomi_head {
    width: 100%;
    height: auto;
}
[data-browse-mode="S"] .pickup_osechi_kuchikomi_title {
    width: 100%;
}
[data-browse-mode="S"] .pickup_osechi_kuchikomi_star {
    width: 100%;
}
[data-browse-mode="S"] .pickup_osechi_kuchikomi_imgwrap {
    width: 100%;
    margin-top: 10px;
    flex-flow: row wrap;
}
[data-browse-mode="S"] .pickup_osechi_kuchikomi_content {
    flex-wrap: wrap;
    gap: 16px;
}
[data-browse-mode="S"] .pickup_osechi_kuchikomi_icon {
    width: 16px;
}
[data-browse-mode="S"] .pickup_osechi_kuchikomi_name {
    font-size: 12px;
}
[data-browse-mode="S"] .pickup_osechi_kuchikomi_comment {
    font-size: 13px;
}
[data-browse-mode="S"] #preorder {
    padding: 20px 35px;
    background-size: 49.6px auto;
}
[data-browse-mode="S"] .preorder_content {
    width: 100%;
}
[data-browse-mode="S"] .preorder_content .jump {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 27px;
    margin-top: .5em;
}
[data-browse-mode="S"] .dishes_content {
    width: 100%;
    gap: 30px;
    margin-bottom: 40px;
    padding-inline: 35px;
}
[data-browse-mode="S"] .dishes_item {
    width: 100%;
}
[data-browse-mode="S"] .dishes_img {
    width: calc(100% - 40px);
    margin-inline: auto;
    margin-bottom: 10px;
}
[data-browse-mode="S"] .dishes_img::after {
    width: 39%;
    height: auto;
    aspect-ratio: 60 / 13;
}
[data-browse-mode="S"] .dishes_item:nth-of-type(odd) .dishes_img::after {
    inset: initial;
    left: -6%;
    top: 6%;
}
[data-browse-mode="S"] .dishes_item:nth-of-type(even) .dishes_img::after {
    inset: initial;
    right: 0;
    bottom: 6%;
}
[data-browse-mode="S"] .dishes_name {
    font-size: 22px;
    margin-bottom: 12px;
}
[data-browse-mode="S"] .dishes_text {
    padding-inline: 0;
    font-size: 16px;
}
[data-browse-mode="S"] .dishes_deta {
    width: calc(100% - 70px);
}
[data-browse-mode="S"] .dishes_deta dt {
    width: 90px;
    background-size: 16px auto;
    background-position: left 4px top 4px;
    font-size: 16px;
}
[data-browse-mode="S"] .dishes_deta dd {
    width: calc(100% - 90px);
    padding: 10px 11px;
    font-size: 16px;
}
[data-browse-mode="S"] .dishes_deta dd .note {
    font-size: 12px;
}
[data-browse-mode="S"] .dishes_note {
    width: calc(100% - 70px);
}
[data-browse-mode="S"] #detail {
    background: url(/img/usr/detail_design/osechi2026/bg_kumo_sp.png) repeat-y center top 280px / contain, url(/img/usr/detail_design/osechi2026/pattern04.png) repeat center top / 49.6px auto, linear-gradient(0deg, #e3dac3 0%, #f6eed8 17%, #e3dac3 28%, #f6eed8 47%, #e3dac3 69%, #f6eed8 88%, #e3dac3 100%);
}
[data-browse-mode="S"] .detail_content {
    gap: 30px;
    width: 100%;
    padding-inline: 35px;
}
[data-browse-mode="S"] .detail_img {
    margin-bottom: 10px;
    height: auto;
}
[data-browse-mode="S"] .detail_img::before {
    width: 48px;
    height: 111px;
    right: 6px;
    top: 6px;
}
[data-browse-mode="S"] .detail_img img {
    height: auto;
    width: 100%;
}
[data-browse-mode="S"] .detail_list {
    grid-template-rows: repeat(30, auto);
    row-gap: 9px;
    padding: 38px 20px;
}
[data-browse-mode="S"] .detail_list_item::before {
    width: 15px;
    height: 15px;
}
[data-browse-mode="S"] .detail_list_item p {
    width: calc(100% - 21px);
    font-size: 12px;
}
[data-browse-mode="S"] .osechi:has(.hakatahisamatsu) .detail_list_item {
    width: 50%;
}
[data-browse-mode="S"] .about_content {
    gap: 50px;
    width: 100%;
    padding-inline: 0;
}
[data-browse-mode="S"] .about_img {
    width: 1000%;
    padding-right: 40px;
}
[data-browse-mode="S"] .about_text {
    width: 100%;
    padding-block: 70px 30px;
    padding-inline: 40px;
    margin-left: 40px;
    margin-top: -40px;
    font-size: 16px;
}
[data-browse-mode="S"] .about_text::before {
    width: 120px;
    height: 58px;
    inset: initial;
    left: -20px;
    bottom: -40px;
    translate: 0;
}
[data-browse-mode="S"] .about_item:nth-of-type(even) .about_img {
    padding-inline: 40px 0;
}
[data-browse-mode="S"] .about_item:nth-of-type(even) .about_text {
    padding-inline: 40px;
    margin-right: 40px;
}
[data-browse-mode="S"] .about_item:nth-of-type(even) .about_text::before {
    left: initial;
    right: -20px;
    translate: 0;
}
[data-browse-mode="S"] .jukeihanten .about_item::after {
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 733 / 349;
}
[data-browse-mode="S"] #guide::after {
    width: 120px;
    height: 125px;
    right: -16px;
}
[data-browse-mode="S"] .guide_content {
    width: calc(100% - 70px);
    gap: 24px;
}
[data-browse-mode="S"] .guide_content dt {
    background-size: 16px auto, 100% auto;
    margin-bottom: 12px;
    padding: 5px 20px;
    text-align: center;
    font-size: 18px;
}
[data-browse-mode="S"] .guide_content dt::before {
    width: 16px;
    height: 16px;
}
[data-browse-mode="S"] .guide_content dd {
    padding-inline: 10px;
    font-size: 16px;
}
[data-browse-mode="S"] .guide_content dd .note {
    margin-top: 12px;
    font-size: 14px;
}
[data-browse-mode="S"] .guide_btn {
    margin-top: 64px;
}
[data-browse-mode="S"] .guide_btn a {
    width: calc(100% - 100px);
    padding-block: 10px 15px;
    font-size: 16px;
}


/** フローティングバナー **/
.floatingban {
    display: none;
    width: min(25vw,600px);
    position: fixed;
    right: 20px;
    bottom: 110px;
    z-index: 999;
    transition: transform .4s;
}
.floatingban_content {
  background: #fff;
  box-shadow: 0 0 6px #0003;
	overflow: hidden;
}
.floatingban_content .copy-value {
    cursor: pointer;
    transition: .3s;
}
.floatingban_content .copy-value:active {
    filter: brightness(1.5);
}
.floatingban_close {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #f1f1f6;
    border-radius: 300px;
    box-shadow: 0 0 6px #0003;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
.floatingban_close:before,
.floatingban_close:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    border-radius: 300px;
    background: #9b9b9e;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    rotate: 45deg;
}
.floatingban_close:after {
    rotate: -45deg;
}
html[data-browse-mode=S] .floatingban {
  right: initial;
  left: 16px;
	bottom: 80px;
  width: 240px;
}