@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/*共通*/ :root {
    --color-brown: #A46309;
    --color-beige: #D9BFA0;
    --color-darkred: #73303C;
    --color-gray: #F2F2F2;
    --section-fs: clamp(1.5rem, 3vw, 1.7rem);
    --section-fs2: clamp(1.5rem, 3vw, 2rem);
    --section-fs3: 2rem;
    --section-fs4: clamp(2.6rem, 3vw, 3.6rem);
    --section-ls: 0.1em;
}
* {
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}
/*img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}*/
/*PC・SP非表示*/
#christmascake_2025 .spNone {
    display: block;
}
#christmascake_2025 .pcNone {
    display: none;
}
/*メインビジュアル*/
/*#christmascake_2025 .mv {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: linear-gradient(70deg, #FAFAFA 0%, #FDFDFD 50%, #EDF2F6 80%);
}*/
#christmascake_2025 h2 {
    margin: 0 auto;
    max-width: 1000px;
}
/*特集見出しh3*/
#christmascake_2025 .section_title .h3 {
    color: var(--color-brown);
    font-size: var(--section-fs4);
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-optical-sizing: auto;
}
/*アンカーリンク*/
/*#christmascake_2025 .anchor_navbg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: linear-gradient(70deg, #FAFAFA 0%, #FDFDFD 50%, #EDF2F6 80%);
}*/
#christmascake_2025 .anchor_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 40px 0;
}
#christmascake_2025 .anchor_nav li {
    background: #fff;
    text-align: center;
    flex-basis: calc(25% - 7.5px);
    border: 1px solid var(--color-brown);
}
#christmascake_2025 .anchor_nav li a {
    color: var(--color-brown);
    font-size: var(--section-fs);
    line-height: 1.5;
    letter-spacing: var(--section-ls);
    min-height: 25px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
    font-weight: bold;
}
#christmascake_2025 .anchor_nav li a::after {
    content: "";
    transform: translateY(-25%) rotate(135deg);
    border-right: 1px solid;
    border-top: 1px solid;
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: 50px;
}
#christmascake_2025 .anchor_nav li a:hover {
    opacity: .8;
}
/*特集*/
#christmascake_2025 .feature_body {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    clip-path: inset(0);
}
#christmascake_2025 .feature_body .snow {
    padding: 40px 0 80px;
}
/*花あり*/
/*#christmascake_2025 .feature_body::before {
    content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/d_images/campaign/christmascake_2025/snowbg.png), linear-gradient(#ffdfa3 0%, #f9c35a 50%, #dfa63b);
    background-size: cover;
    background-position: center;
    background-color: #e7b557;
}*/
/*花なし*/
#christmascake_2025 .feature_body::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #ffc556 0%, #ffcb65 50%, #ffc556 100%);
}
#christmascake_2025 .feature_body .section_title .h3, #christmascake_2025 .delivery_bg .section_title .h3 {
    color: #fff;
}
#christmascake_2025 .feature {
    margin: 0 auto;
    max-width: 1000px;
}
#christmascake_2025 .feature a:hover {
    opacity: .9;
}
/*グリッドレイアウト*/
#christmascake_2025 .gridbox_col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 45px;
}
#christmascake_2025 .gridbox_col2 div a {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    align-items: center;
    background: var(--color-brown);
    display: flex;
    height: 60px;
    justify-content: center;
    font-size: var(--section-fs2);
    font-feature-settings: "halt";
}
#christmascake_2025 .gridbox_col2 div a::after {
    background-image: url(/d_images/campaign/christmascake_2025/icon-arrow04.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin-left: 11px;
    width: 16px;
}
#christmascake_2025 .gridbox_col2 div a:hover {
    background-color: var(--color-darkred);
}
#christmascake_2025 .gridbox_col2 .xmasbtn a {
    background: #D2164C;
}
#christmascake_2025 .gridbox_col2 .xmasbtn a::after {
    background-image: url(/d_images/campaign/christmascake_2025/icon-arrow02.gif);
}
#christmascake_2025 .gridbox_col3 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
}
#christmascake_2025 .gridbox_col3 > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #a46309;
}
#christmascake_2025 .gridbox_col3 a:hover {
    opacity: .8;
}
#christmascake_2025 .gridbox_col3 p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6em;
    padding: 8px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: var(--section-ls);
    background-color: var(--color-brown);
}
/*#christmascake_2025 .gridbox_col3 a img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}*/
/*ピックアップ*/
#christmascake_2025 .gridbox_col4_pic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
}
#christmascake_2025 .gridbox_col4_pic a .name {
    padding: 10px;
}
#christmascake_2025 .gridbox_col4_pic a {
    color: #19191a;
    box-shadow: 5px 5px 9px -3px rgb(164, 115, 22);
    background-color: #fff;
}
#christmascake_2025 .gridbox_col4_pic a:hover {
    opacity: 0.8;
}
/*特集見出しh4*/
#christmascake_2025 .h4_ttl {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    text-align: center;
    margin-bottom: 10px;
}
/*もっと見るボタン*/
#christmascake_2025 .section_foot {
    padding: 50px 0 0;
    margin: 0 auto;
    max-width: 1000px;
}
#christmascake_2025 .section_foot .read_more {
    color: var(--color-darkred);
    font-size: var(--section-fs);
    font-weight: 500;
    letter-spacing: var(--section-ls);
    align-items: center;
    background: #fff;
    border: 1px solid var(--color-darkred);
    height: 60px;
    margin: 0 auto;
    padding: 5px 30px;
    text-align: center;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#christmascake_2025 .section_foot .read_more:hover {
    color: #fff;
    background: var(--color-darkred);
}
/*お買い物ガイド*/
#christmascake_2025 .content_guide {
    background-color: #f6f6f8;
    margin-bottom: 50px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
#christmascake_2025 .content_guide .guide_inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px 0 55px;
}
#christmascake_2025 .content_guide .guide_inner .content_ttl {
    color: #19191a;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: var(--section-ls);
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: center;
}
#christmascake_2025 .content_guide .guide_inner .flex {
    display: flex;
    flex-wrap: wrap;
}
#christmascake_2025 .content_guide .section {
    margin-bottom: 0;
}
#christmascake_2025 .content_guide .row .colomun:first-child {
    padding-right: 80px;
    width: calc((408 / 1000) * 100%);
}
#christmascake_2025 .content_guide .row .colomun:nth-child(2) {
    padding-right: 80px;
    width: calc((408 / 1000) * 100%);
}
#christmascake_2025 .content_guide .row .colomun:last-child {
    width: calc((183 / 1000) * 100%);
}
#christmascake_2025 .content_guide .row .colomun .section {
    margin-bottom: 0;
}
#christmascake_2025 .content_guide .row .colomun .section:not(:last-child) {
    margin-bottom: 35px;
}
#christmascake_2025 .content_guide .row .colomun .section h3 {
    border-left: 3px solid #19191a;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .01em;
    line-height: 1.2;
    margin-bottom: 17px;
    padding-left: 10px;
}
#christmascake_2025 .content_guide .row .colomun .section .register {
    display: inline-block;
}
#christmascake_2025 .content_guide .row .colomun .section p {
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 1.5;
}
#christmascake_2025 .content_guide .row .colomun .section dl dt, #christmascake_2025 .content_guide .row .colomun .section dl dd {
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 1.5;
}
#christmascake_2025 .content_guide .row .colomun .section ul, #christmascake_2025 .content_guide .row .colomun .section ol {
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 1.5;
}
#christmascake_2025 .content_guide .row .colomun .section dl ol {
    font-size: 10px;
    letter-spacing: .01em;
}
#christmascake_2025 .content_guide .row .colomun .section dl ol li {
    line-height: 1.5;
}
#christmascake_2025 .content_guide .row .colomun .section p:not(:last-child), #christmascake_2025 .content_guide .row .colomun .section dl:not(:last-child), #christmascake_2025 .content_guide .row .colomun .section ul:not(:last-child), #christmascake_2025 .content_guide .row .colomun .section ol:not(:last-child) {
    margin-bottom: 15px;
}
#christmascake_2025 .content_guide .row .colomun .section p.mrb0, #christmascake_2025 .content_guide .row .colomun .section dl.mrb0 {
    margin-bottom: 0;
}
#christmascake_2025 .content_guide .row .colomun:first-child .section p:first-of-type {
    margin-bottom: 24px;
}
#christmascake_2025 .content_guide .row .colomun .section .attention li {
    font-size: 12px;
    letter-spacing: .01em;
    padding-left: 1em;
    text-indent: -1em;
}
#christmascake_2025 .content_guide .row .colomun .section .delivery li {
    font-size: 12px;
    line-height: 1.8;
    padding-left: 1.35em;
    position: relative;
    text-indent: -1.35em;
}
#christmascake_2025 .content_guide .row .colomun .section .brackets li {
    line-height: 1.8;
    padding-left: 1.35em;
    position: relative;
    text-indent: -1.35em;
}
#christmascake_2025 .content_guide .row .colomun .section .attention li::before {
    content: "※";
}
#christmascake_2025 .content_guide .row .colomun .section .brackets li::before {
    content: "＞";
    font-size: 11px;
}
#christmascake_2025 .content_guide .row .colomun .section .brackets a {
    border-bottom: 1px solid #19191a;
    color: #19191a;
    font-size: 12px;
    letter-spacing: .01em;
}
#christmascake_2025 .content_guide .row .colomun .section .flow li {
    counter-increment: number;
    font-size: 12px;
    letter-spacing: .01em;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
#christmascake_2025 .content_guide .row .colomun .section .flow li::before {
    content: counter(number) ")";
    margin-right: 4px;
}
#christmascake_2025 .content_guide .register .submitBtn {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .01em;
    margin-bottom: auto;
}
#christmascake_2025 .content_guide .submitBtn, #christmascake_2025 .content_guide input[type="submit"].submitBtn {
    background: #fff;
    color: #19191a;
    width: 250px;
}
#christmascake_2025 .content_guide .submitBtn:hover, #christmascake_2025 .content_guide input[type="submit"].submitBtn:hover {
    background: #19191a;
    color: #fff;
}
#christmascake_2025 .content_guide .row .colomun .section .inquiry h4 {
    font-weight: 500;
}
#christmascake_2025 .content_guide .row .colomun .section .postage a, #christmascake_2025 .content_guide .row .colomun .section .inquiry a {
    font-size: 12px;
    background: #dfdfdf;
    padding: 2px 8px 5px;
    margin: 0 2px;
    line-height: 220%;
}
/*お届け文言*/
#christmascake_2025 .orderread_body {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    clip-path: inset(0);
}
/*花あり*/
/*#christmascake_2025 .orderread_body::before {
    content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/d_images/campaign/christmascake_2025/snowbg.png), linear-gradient(#fffdf9 0%, #fdf6e8 50%, #ffedca);
    background-size: cover;
    background-position: center;
    background-color: #fffdf9;
}*/
/*花なし*/
#christmascake_2025 .orderread_body::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #ffedca 0%, #fffcf7 50%, #ffedca 100%);
}
#christmascake_2025 .orderread_bg {
    margin: 0 auto;
    max-width: 1100px;
    padding: 50px 0 100px;
}
#christmascake_2025 .orderread_bg .section_box {
    padding: 50px 40px;
    background-color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    border: 2px solid var(--color-beige);
}
#christmascake_2025 .orderread_bg .title1 {
    color: rgb(25, 25, 26);
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 500;
}
#christmascake_2025 .text {
    font-feature-settings: "halt";
}
#christmascake_2025 .text p {
    font-size: 1.8rem;
    font-feature-settings: "halt";
}
#christmascake_2025 .text p span a {
    color: #bf8218;
    border-bottom: 1px solid #bf8218;
}
#christmascake_2025 .text ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
}
#christmascake_2025 .text ul {
    margin-top: 7px;
}
/*全国配送*/
#christmascake_2025 .delivery_body {
    clip-path: inset(0);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
/*花あり*/
/*#christmascake_2025 .delivery_body::before {
    content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/d_images/campaign/christmascake_2025/snowbg.png), linear-gradient(#ffdfa3 0%, #f9c35a 50%, #dfa63b);
    background-size: cover;
    background-position: center;
    background-color: #e7b557;
}*/
/*花なし*/
#christmascake_2025 .delivery_body::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #ffc556 0%, #ffcb65 50%, #ffc556 100%);
}
#christmascake_2025 .delivery_body .delivery_bg {
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px 0 100px;
}
/*#christmascake_2025 .delivery_body .delivery_bg .section_title h3::after {
    content: "";
    display: inline-block;
    background: url(/d_images/campaign/christmascake_2025/cake01.png) no-repeat 0 0 / 133px auto;
    width: 133px;
    height: 119px;
    margin-left: 25px;
    vertical-align: middle;
    transform: rotate(16deg);
}*/
#christmascake_2025 .delivery_body .delivery_bg .delivery_bnr {
    margin-bottom: 25px;
    background-color: #d38c3c;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
#christmascake_2025 .delivery_body .delivery_bg .delivery_bnr div {
    margin: 0 auto;
    max-width: 1000px;
}
#christmascake_2025 .delivery_body .delivery_bg .delivery_boxbody {
    max-width: 1000px;
}
#christmascake_2025 .delivery_body .delivery_bg .section_box {
    padding: 30px;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 5px 5px 9px -3px rgb(202, 149, 48);
}
#christmascake_2025 .delivery_body .delivery_bg .title2 {
    color: rgb(25, 25, 26);
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 500;
}
/*カテゴリーから探す　背景*/
#christmascake_2025 .category_body {
    clip-path: inset(0);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -1px;
}
/*花あり*/
/*#christmascake_2025 .category_body::before {
    content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/d_images/campaign/christmascake_2025/snowbg.png), linear-gradient(90deg, #EAE7E3 0%, #fffefb 50%, #EAE7E3 100%);
    background-size: cover;
    background-position: center;
    background-color: #EAE7E3;
}*/
/*花なし*/
#christmascake_2025 .category_body::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #EAE7E3 0%, #fffefb 50%, #EAE7E3 100%);
}
#christmascake_2025 .category_bg .cat_bg {
    margin: 0 auto;
    max-width: 1300px;
    padding: 50px 0 100px;
}
/*人数から探す*/
#christmascake_2025 .section_people {
    padding: 0 0 100px 0;
    position: relative;
}
#christmascake_2025 .section_people .people_body {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#christmascake_2025 .section_people .people_body .item_people {
    flex-basis: calc(33.333% - 13.333px);
}
#christmascake_2025 .section_people .people_body .item_people a {
    color: #4c2c20;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    align-items: center;
    background: var(--color-beige);
    display: flex;
    height: 60px;
    justify-content: center;
    font-size: var(--section-fs2);
}
#christmascake_2025 .section_people .people_body .item_people a::after {
    background-image: url(/d_images/campaign/christmascake_2025/icon-arrow01.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin-left: 11px;
    width: 16px;
}
#christmascake_2025 .section_people .people_body .item_people a:hover {
    background-color: var(--color-brown);
}
/*価格から探す*/
#christmascake_2025 .section_price {
    padding: 50px 0 80px;
    position: relative;
}
#christmascake_2025 .section_price .price_body {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#christmascake_2025 .section_price .price_body .item_price {
    flex-basis: calc(33.333% - 13.333px);
}
#christmascake_2025 .section_price .price_body .item_price a {
    color: #4c2c20;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    align-items: center;
    background: var(--color-beige);
    display: flex;
    height: 60px;
    justify-content: center;
    font-size: var(--section-fs2);
}
#christmascake_2025 .section_price .price_body .item_price a::after {
    background-image: url(/d_images/campaign/christmascake_2025/icon-arrow01.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin-left: 11px;
    width: 16px;
}
#christmascake_2025 .section_price .price_body .item_price a:hover {
    background-color: var(--color-brown);
}
/*花びら*/
#christmascake_2025 .adornment01 {
    position: absolute;
    top: -14%;
    left: 13%;
    width: 150px;
    content: '';
}
#christmascake_2025 .adornment02 {
    position: absolute;
    top: 29%;
    right: 11%;
    width: 115px;
    content: '';
}
#christmascake_2025 .adornment03 {
    position: absolute;
    top: -15px;
    left: -37%;
    width: 180px;
    content: '';
}
#christmascake_2025 .adornment04 {
    position: absolute;
    bottom: -9px;
    right: -40%;
    width: 200px;
    content: '';
    transform: rotate(90deg);
}
/*雪*/
#christmascake_2025 .snow {
    background: url(/d_images/campaign/christmascake_2025/snowback02.svg) center top repeat-x;
    background-size: cover;
    animation: anime 60s linear infinite;
    height: auto;
}
@keyframes anime {
    from {
        background-position: 0 100%;
    }
    to {
        background-position: 0 0;
    }
}
/*-------------tb-------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .contents {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #christmascake_2025 .feature, #christmascake_2025 .section_price .price_body, #christmascake_2025 .section_people .people_body {
        padding-left: 15px;
        padding-right: 15px;
    }
    #christmascake_2025 {
        overflow-x: hidden;
    }
    #christmascake_2025 .content_guide .guide_inner {
        padding: 50px 10px 55px;
    }
    #christmascake_2025 .anchor_nav {
        padding: 15px;
    }
    #christmascake_2025 .anchor_nav li {
        flex-basis: calc(33.333% - 6.667px);
    }
    #christmascake_2025 .adornment03 {
        position: absolute;
        top: -104px;
        left: -61px;
        width: 200px;
        content: "";
    }
    #christmascake_2025 .adornment04 {
        position: absolute;
        bottom: -114px;
        right: -28px;
        width: 195px;
        content: "";
        transform: rotate(101deg);
    }
    /*花あり*/
    /*#christmascake_2025 .orderread_body::before, #christmascake_2025 .category_body::before {
        background-image: url(/d_images/campaign/christmascake_2025/snowbg_tb.png);
    }
    #christmascake_2025 .delivery_body::before {
        background-image: url("/d_images/campaign/christmascake_2025/snowbg_tb.png");
    }*/
    #christmascake_2025 .gridbox_col3 {
        grid-template-columns: repeat(3, 1fr);
    }
    /*#christmascake_2025 .gridbox_col3 a img {
        width: 100%;
        height: 100%;
    }*/
    #christmascake_2025 .orderread_bg, #christmascake_2025 .category_bg .cat_bg, #christmascake_2025 .delivery_body .delivery_bg {
        padding: 50px 15px 100px;
    }
}
/*-------------sp-------------*/
@media screen and (max-width: 767px) {
    .main {
        padding: 0 0 !important;
    }
    #christmascake_2025 .feature, #christmascake_2025 .section_price .price_body, #christmascake_2025 .section_people .people_body {
        padding: 0 1em;
    }
    #christmascake_2025 {
        overflow-x: hidden;
    }
    #christmascake_2025 .spNone {
        display: none;
    }
    #christmascake_2025 .pcNone {
        display: block;
    }
    /*メインビジュアル*/
    /*#christmascake_2025 .mv {
        margin: 0px calc(50% - 50vw);
        width: 100vw;
    }*/
    /*アンカーリンク*/
    #christmascake_2025 .anchor_nav li {
        flex-basis: calc(50% - 5px);
    }
    #christmascake_2025 .anchor_nav {
        padding: 20px 1em;
    }
    #christmascake_2025 .section {
        margin-bottom: 60px;
    }
    /*特集見出しh3*/
    #christmascake_2025 .section_title .h3 {
        margin-bottom: 30px;
    }
    /*グリッドレイアウト*/
    #christmascake_2025 .gridbox_col2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 25px;
    }
    #christmascake_2025 .gridbox_col4_pic {
        grid-template-columns: repeat(2, 1fr);
    }
    /*もっと見るボタン*/
    #christmascake_2025 .section_foot .read_more {
        width: 100%;
    }
    /*お買い物ガイド*/
    #christmascake_2025 .content_guide {
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding: 30px 0 20px;
    }
    #christmascake_2025 .content_guide .guide_inner {
        padding: 0 30px;
    }
    #christmascake_2025 .content_guide .guide_inner .content_ttl {
        font-size: 19px;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    #christmascake_2025 .content_guide .row .colomun {
        width: 100% !important;
    }
    #christmascake_2025 .content_guide .row .colomun:first-child {
        padding-right: 0;
    }
    #christmascake_2025 .content_guide .row .colomun:nth-child(2) {
        padding-right: 0;
    }
    #christmascake_2025 .content_guide .row .colomun:not(:nth-child(3n)) {
        margin-right: 0;
    }
    #christmascake_2025 .content_guide .row .colomun .section {
        margin-bottom: 20px;
    }
    #christmascake_2025 .content_guide .row .colomun .section:not(:last-child) {
        margin-bottom: 30px;
    }
    #christmascake_2025 .content_guide .row .colomun .section h3 {
        font-size: 15px;
        letter-spacing: .01em;
        line-height: 17px;
        margin-bottom: 15px;
    }
    #christmascake_2025 .content_guide .row .colomun .section .register {
        display: block;
        margin-bottom: 24px;
    }
    #christmascake_2025 .content_guide .row .colomun .section p {
        font-size: 12px;
        line-height: 17px;
    }
    #christmascake_2025 .content_guide .row .colomun .section dl dt, #christmascake_2025 .content_guide .row .colomun .section dl dd {
        font-size: 12px;
        line-height: 17px;
    }
    #christmascake_2025 .content_guide .row .colomun .section ul, #christmascake_2025 .content_guide .row .colomun .section ol {
        font-size: 12px;
        line-height: 17px;
    }
    #christmascake_2025 .content_guide .row .colomun .section .brackets li {
        line-height: 1.5;
    }
    #christmascake_2025 .content_guide .register .submitBtn {
        font-size: 13px;
        padding: .5em .5em;
    }
    /*カテゴリーボタン*/
    /*お届け文言*/
    #christmascake_2025 .orderread_bg .section_box {
        padding: 30px 20px;
    }
    #christmascake_2025 .delivery_body .delivery_bg .section_box {
        padding: 30px 20px;
    }
    /*花あり*/
    /*#christmascake_2025 .delivery_body::before {
        background-image: url(/d_images/campaign/christmascake_2025/snowbg_sp.png);
    }
    #christmascake_2025 .orderread_body::before {
        background-image: url(/d_images/campaign/christmascake_2025/snowbg_sp.png);
    }
    #christmascake_2025 .category_body::before {
        background-image: url(/d_images/campaign/christmascake_2025/snowbg_sp.png), linear-gradient(90deg, #EAE7E3 0%, #fffefb 50%, #EAE7E3 100%);
    }*/
    /*#christmascake_2025 .delivery_body .delivery_bg .section_title h3::after {
        background: url("/d_images/campaign/christmascake_2025/cake01.png") 0px 0px / 93px no-repeat;
        width: 93px;
        height: 83px;
        margin-left: 15px;
    }*/
    #christmascake_2025 .delivery_body .delivery_bg {
        padding: 50px 15px 100px;
    }
    /*カテゴリーから探す*/
    #christmascake_2025 .adornment03 {
        position: absolute;
        left: -28px;
        width: 106px;
        content: "";
    }
    #christmascake_2025 .adornment04 {
        position: absolute;
        bottom: -37px;
        right: -22px;
        width: 136px;
        content: "";
        transform: rotate(120deg);
        z-index: 1;
    }
    #christmascake_2025 .section_price .price_body .item_price, #christmascake_2025 .section_people .people_body .item_people {
        flex-basis: calc(50% - 10px);
    }
    #christmascake_2025 .gridbox_col3 p {
        min-height: 8em;
    }
    /*雪*/
    #christmascake_2025 .snow {
        background-size: 300% auto;
    }
    #christmascake_2025 .gridbox_col3 {
        grid-template-columns: repeat(2, 1fr);
    }
    #christmascake_2025 .category_bg .cat_bg, #christmascake_2025 .orderread_bg {
        padding: 50px 15px 100px;
    }
    #christmascake_2025 .category_bg .cat_bg .section_title .h3 {
        text-shadow: 1px 1px 0 #EAE7E3, -1px -1px 0 #EAE7E3, -1px 1px 0 #EAE7E3, 1px -1px 0 #EAE7E3, 0px 1px 0 #EAE7E3, 0-1px 0 #EAE7E3, -1px 0 0 #EAE7E3, 1px 0 0 #EAE7E3;
    }
    #christmascake_2025 .section_title .h3 {
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    }
    #christmascake_2025 .feature_body .section_title .h3, #christmascake_2025 .delivery_bg .section_title .h3 {
        text-shadow: 1px 1px 0 #EDB64C, -1px -1px 0 #ECB44A, -1px 1px 0 #EAB348, 1px -1px 0 #ECB44A, 0px 1px 0 #E9B147, 0-1px 0 #E8B146, -1px 0 0 #E8B046, 1px 0 0 #E9B147;
    }
}