@charset "Shift_JIS";

/*==============================================
本店用 スタイルリセット
================================================*/
/* デフォルトの余白リセット */
footer {
    margin-top: 0 !important;
    border-top: 0px solid #222;
}

footer .bottom {
    margin-top: 0 !important;
}


/* パンくず削除 */
#mothersday_2026 img {
    width: 100%;
    height: auto;
    display: block;
}
#mothersday_2026 a {
    display: block;
}
/* 税込 */
.buy_price>ul .price.sale+.intax,.buy_price>ul .intax {
    display: none !important;
}
.spesicalprice {
    display: none !important;
}


/*==============================================
スタイルリセット その2
================================================*/
#mothersday_2026 *,
#mothersday_2026 *::before,
#mothersday_2026 *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#mothersday_2026 h1,
#mothersday_2026 h2,
#mothersday_2026 h3,
#mothersday_2026 h4,
#mothersday_2026 h5,
#mothersday_2026 h6,
#mothersday_2026 ul,
#mothersday_2026 ol,
#mothersday_2026 dl,
#mothersday_2026 li,
#mothersday_2026 dt,
#mothersday_2026 dd,
#mothersday_2026 p,
#mothersday_2026 div,
#mothersday_2026 span,
#mothersday_2026 img,
#mothersday_2026 a,
#mothersday_2026 table,
#mothersday_2026 tr,
#mothersday_2026 th,
#mothersday_2026 td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#mothersday_2026 header,
#mothersday_2026 footer,
#mothersday_2026 nav,
#mothersday_2026 section,
#mothersday_2026 article,
#mothersday_2026 main,
#mothersday_2026 aside,
#mothersday_2026 figure,
#mothersday_2026 figcaption {
    display: block;
}

#mothersday_2026 ol,
#mothersday_2026 ul,
#mothersday_2026 li {
    list-style: none;
    list-style-type: none;
}

#mothersday_2026 img {
    width: 100%;
    height: auto;
    display: block;
}

#mothersday_2026 a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

#mothersday_2026 a:hover {
    opacity: 0.5;
}

#mothersday_2026 .no,
#mothersday_2026 .smp_none{
    display: none !important;
}



/* ここから追加
================================ */
/* ベース */
#mothersday_2026 {
    width: 100%;
    font-size: 3vw;
    font-family: "Noto Sans JP","Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.2;
    color: #222222;
    background-color: #fff;
    overflow: hidden;
}


#mothersday_2026 section{
    position: relative;
    padding: 2.5vw 0 4vw 0;
}

#mothersday_2026 div.inner_content{
    width: 96%;
    margin: auto;
}

#mothersday_2026 section.title,
#mothersday_2026 section.last_message,
#mothersday_2026 section.fotter{
    padding: 0 0;
}


#mothersday_2026 section.tokuten{
    padding: 0 0 5vw 0;
}


/*価格プロ 税込削除*/
/* #mothersday_2026 div.prices span > span > span {
    display: none;
} */

/* 共通 見出し
================================ */
#mothersday_2026 h1{
    font-size: 0px;
}

#mothersday_2026 h2 {
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    padding: 3vw 0 2vw 0;
    text-decoration: underline;
    text-underline-offset: 1.5vw;
}

#mothersday_2026 h2 span{
    display: inline-block;
    width: 10vw;
    height: 10vw;
    font-size: 8vw;
    line-height: 9vw;
}

/*白文字*/
#mothersday_2026 h2.h2_white {
    color: #fff;
}

#mothersday_2026 h2.h2_white span{
    background-color: #fff;
    color: #e36071;
}

/*ピンク*/
#mothersday_2026 h2.h2_pink {
    color: #c53045;
}

#mothersday_2026 h2.h2_pink span{
    background-color: #c53045;
    color: #fff;
}



#mothersday_2026 h2.h_img{/*見出し画像の時*/
    padding:0 0;
    font-size: 0;
}

#mothersday_2026 h3 {
    font-size: 5vw;
    text-align: center;
    color: #2d2d2d;
    font-weight: bold;
    padding: 3vw 0;
}

#mothersday_2026 h4{
    font-size: 0;
}

#mothersday_2026 p {
    font-size: 4vw;
    text-align: center;
    color: #2d2d2d;
    padding: 3vw 0;
    font-weight: 600;
}

#mothersday_2026 p.small {
    font-size: 2.5vw;
    text-align: center;
    color: #2d2d2d;
    padding: 1vw 0;
    font-weight: 300;
}

/* 共通 カラム
================================ */
#mothersday_2026 ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:2.2vw 1.2vw;
    margin: 2vw auto;
}

#mothersday_2026 ul.col_1 > li{
    width:100%;
}

#mothersday_2026 ul.col_2 > li,
#mothersday_2026 ul.col_4 > li{
    width: calc(calc(100% - 1.3vw) / 2);
    position: relative;
}

#mothersday_2026 ul.col_3 > li{
    width: calc(calc(100% - 1.3vw * 3) / 3);
    position: relative;
}


#mothersday_2026 ul.col_5 > li{
    width: calc(calc(100% - calc(1.3vw * 2)) / 3);
}


/* プラザブロウ
================================ */
#mothersday_2026 div.plazaburo{
    position: absolute;
    width:28vw;
    top: 8vw;
}

#mothersday_2026 div.plazaburo.left{
    left: 7vw;
    transform: translate(-50%,-50%) rotate(344deg);
}

#mothersday_2026 div.plazaburo.right{
    right: 9vw;
    transform: translate(50%,-50%) rotate(12deg);
}


/* section tokuten
================================ */
/*カードDLページボタン*/
#mothersday_2026 section.tokuten a.mothersday-message_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border: solid 1vw #c53044;
    border-radius: 100vw;
    width: 100%;
    height: 18vw;
    padding-left: 15vw;
    font-size: 5vw;
    letter-spacing: -0.1vw;
    color: #c53044;
    line-height: 5vw;
    font-weight: bold;
}

#mothersday_2026 section.tokuten a.mothersday-message_btn span{
    font-size: 4vw;
    color: #222;
    line-height: 5vw;
    letter-spacing: -0.1vw;
}

#mothersday_2026 section.tokuten a.mothersday-message_btn img{
    position: absolute;
    width: 16vw;
    transform: translate(50%,-50%);
    top: 50%;
    left: -4vw;
    border: solid 0.7vw #c53044;
}

#mothersday_2026 section.tokuten a.mothersday-message_btn::after {
    position: absolute;
    font-family: 'Material Icons';
    content: 'keyboard_arrow_right';
    transform: translate(50%,-50%);
    font-size: 10vw;
    top: 50%;
    right: 5vw;
    font-weight: bold;
}

/*カウントダウン*/
#mothersday_2026 section.tokuten div.countdown{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff3ab;
    box-shadow: 0vw 1.2vw #b4454c;
    margin-top: 2vw;
}

#mothersday_2026 section.tokuten div.countdown h3{
    padding-bottom: 1vw;
    color: #c53044;
}

#mothersday_2026 section.tokuten div.countdown div.countdown_number{
    display: flex;
    align-items: flex-end;
    color: #c53044;
    font-weight: bolder;
    margin-bottom: 1vw;
}

#mothersday_2026 section.tokuten div.countdown div.countdown_number span.num{
    font-family: 'Lato';
    font-size: 13vw;
    line-height: 10vw;
    letter-spacing: -0.1vw;
}


#mothersday_2026 section.tokuten div.countdown div.countdown_number span.time{
    font-size: 5vw;
    line-height: 5vw;
    padding-right: 1vw;
}

#mothersday_2026 section.tokuten div.countdown::before,
#mothersday_2026 section.tokuten div.countdown::after{
    content: "";
    position: absolute;
    width: 7vw;
    height: 7vw;
    background: #e36374;
    border-radius: 50%;
    transform: translate(50%,-50%);
    top: 0;
}

#mothersday_2026 section.tokuten div.countdown::before{
    left: 3%;
}

#mothersday_2026 section.tokuten div.countdown::after{
    right: 10%;
}

/*==============================================
section gift_linup ここから
============================================== */
/*アイコンの説明*/
#mothersday_2026 section.gift_linup dl{
    margin: 3vw auto 8vw auto;
}

#mothersday_2026 section.gift_linup dl dt{
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: solid 1vw #c53045;
    border-left: 0;
    border-radius:0 3vw 3vw 0;
    color: #c53045;
    font-size: 4.5vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 9vw;
    height: 45vw;
    letter-spacing: 0;
    line-height: 0;
    padding-bottom: 2vw;
    box-shadow: 0vw 1.2vw #cbb9af;
}

#mothersday_2026 section.gift_linup dl dd{
    position: relative;
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    width: 85%;
    height: 20vw;
    border-radius: 50vw;
    margin:0 0 4vw 15%;
}

#mothersday_2026 section.gift_linup dl dd div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 78%;
}

#mothersday_2026 section.gift_linup dl dd div p{
    padding: 0 0;
    font-size: 3.4vw;
    line-height: 3.4vw;
    letter-spacing: 0;
    color: #c53045;
}

#mothersday_2026 section.gift_linup dl dd div p span{
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 4vw;
}

#mothersday_2026 section.gift_linup dl dd div p span.num{
    font-family: 'Lato';
    font-size: 5.5vw;
    letter-spacing: 0;
    line-height: 5.5vw;
}

#mothersday_2026 section.gift_linup dl dd div p.small{
    font-size: 2.7vw;
    line-height: 2.9vw;
    letter-spacing: 0;
    padding-top: 1.5vw;
    color: #535353;
}

#mothersday_2026 section.gift_linup dl dd img{
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(-50%,-50%);
    width: 26vw;
}

/*==============

背景の花

==============*/
#mothersday_2026 div.main_item,
#mothersday_2026 div.slide_block{
    position: relative;
}

#mothersday_2026 div.mothersday-item-wrap,
#mothersday_2026 div.mothersday-item-wrap{
    position: relative;
    z-index: 1;
}

#mothersday_2026 div.back_hana{
    position: absolute;
    width:33vw;
    top: 20vw;
    z-index: 0;
}

#mothersday_2026 div.back_hana.left{
    left: -3vw;
    transform: translate(0,-50%) scale(-1,1);
}

#mothersday_2026 div.back_hana.right{
    right: -3vw;
    transform: translate(0,-50%);
}



/*==============

メインの商品

==============*/
#mothersday_2026 section.gift_linup div.main_item {
    margin:10% auto;
}

#mothersday_2026 section.gift_linup div.main_item div.mothersday-item-inner.default{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap:2.2vw 1.2vw;
    margin: 2vw auto;
}


#mothersday_2026 section.gift_linup div.main_item div.mothersday-item-inner a{
    width: calc(calc(100% - 1.3vw) / 2);
    position: relative;
    background-color: #c53045;
    padding: 1%;
    border-radius: 8vw 0 8vw 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

#mothersday_2026 section.gift_linup div.main_item div.mothersday-item-inner a img{
    border-radius: 7vw 0 0 0;
}

/*商品名*/
#mothersday_2026 section.gift_linup div.main_item div.mothersday-item-inner a h3.mothersday-item__name__h3{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    align-content: center;
    font-size:3.4vw;
    letter-spacing: 0;
    line-height: 4.6vw;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 0;
    margin: 1vw auto 0 auto;
    height: 10vw;
}

/*販促内容*/
#mothersday_2026 section.gift_linup div.main_item div.mothersday-item__inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 96%;
}

#mothersday_2026 section.gift_linup div.main_item div.mothersday-item__inner div.mothersday-item__promo{
    width: 100%;
}


#mothersday_2026 section.gift_linup div.main_item p.promo-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff3ab;
    color: #c53045;
    line-height: 5vw;
    height: 12vw;
    font-size: 4vw;
}

#mothersday_2026 section.gift_linup div.main_item p.promo-icon.empty{
    display: none;
}

/*金額*/
#mothersday_2026 section.gift_linup div.main_item div.mothersday-item__price .main-price,
#mothersday_2026 section.gift_linup div.main_item div.mothersday-item__price .sub-price {
    position: relative;
    line-height: 1;
    font-family: 'Lato', 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 700;
}

#mothersday_2026 section.gift_linup div.main_item div.mothersday-item__price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.5vw;
    margin:1.8vw 0;
}

#mothersday_2026 section.gift_linup div.main_item div.mothersday-item__price .main-price {
    font-size: 7.5vw;
    letter-spacing: 0;
    color: #fff3ab;
    padding: 0 0;
}

#mothersday_2026 section.gift_linup div.main_item div.mothersday-item__price .sub-price {
    font-size:3.2vw;
    color: #ffffffce;
    text-decoration: line-through;
}

/*商品の詳細はこちら*/
#mothersday_2026 section.gift_linup div.main_item p.mothersday-item__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50vw;
    color: #c53045;
    font-size: 3.5vw;
    height: 10vw;
    padding: 0 4vw 0 0;
    margin: 0 auto 2vw auto;
    width: 100%;
}

#mothersday_2026 section.gift_linup div.main_item p.mothersday-item__link::after {
    position: absolute;
    font-family: 'Material Icons';
    content: 'expand_circle_down';
    transform: translate(50%, -50%) rotate(270deg);
    font-size: 6.5vw;
    top: 50%;
    right: 4vw;
    font-weight: 300;
}


/* 受付締切ある場合 */
#mothersday_2026 section.gift_linup div.main_item div.mothersday-item__deadline{
    width: 100%;
}

#mothersday_2026 section.gift_linup div.main_item p.deadline_text {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 3.5vw;
    margin: 0 auto;
    padding: 2vw 0;
    color: #fff;
    border-top: solid 0.3vw #fff;
}

#mothersday_2026 section.gift_linup div.main_item p.deadline_text.empty {
    display: none;
}


/*==============

スライダーの商品

==============*/
#mothersday_2026 section.gift_linup div.slide_block {
    margin:0 0 5vw 2%;
}

#mothersday_2026 section.gift_linup div.slide_block div.mothersday-item-wrap {
    position: relative;
}

#mothersday_2026 section.gift_linup div.slide_block div.mothersday-item-inner {
    width: 100%;
    display: flex;
    margin-bottom: 2vw;
    overflow-x: scroll;
    padding: 0 2% 3vw 0;
    gap:1.5vw;
}

#mothersday_2026 section.gift_linup div.slide_block a.mothersday-item {
    position: relative;
    border: 0.5vw solid #222;
    width: 40vw;
    min-width: 40vw;
    background-color: #fff;
    border-radius: 3vw;
    overflow: hidden;
}

/* 商品：サムネより下のインナー */
#mothersday_2026 section.gift_linup div.slide_block div.mothersday-item__inner {
    padding: 0 4% 4% 4%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

/* 商品：商品名 */
#mothersday_2026 section.gift_linup div.slide_block h3.mothersday-item__name__h3 {
width: 98%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    align-content: center;
    font-size: 2.8vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    color: #222;
    text-align: center;
    font-weight: 500;
    padding: 0;
    margin: 1vw auto 0.5vw auto;
    height: 7vw;
}

/* 販促アイコン */
#mothersday_2026 section.gift_linup div.slide_block div.mothersday-item__promo .promo-icon {
    background: #c53045;
    color: #fff3ab;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vw;
    font-size: 3.5vw;
    line-height:4.5vw;
}

/* 商品：価格 */
#mothersday_2026 section.gift_linup div.slide_block div.mothersday-item__price .main-price,
#mothersday_2026 section.gift_linup div.slide_block div.mothersday-item__price .sub-price {
    position: relative;
    line-height: 1;
    font-family: 'Lato', 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 700;
}

#mothersday_2026 section.gift_linup div.slide_block div.mothersday-item__price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.5vw;
}

#mothersday_2026 section.gift_linup div.slide_block div.mothersday-item__price .main-price {
    font-size: 6.2vw;
    letter-spacing: 0;
    color: #c53045;
    padding: 0 0;
}

#mothersday_2026 section.gift_linup div.slide_block div.mothersday-item__price .sub-price {
    font-size: 3vw;
    letter-spacing: 0;
    color: #a1a1a1;
    text-decoration: line-through;
}

#mothersday_2026 section.gift_linup div.slide_block p.promo-icon.empty{
    display: none;
}

/*商品の詳細はこちら*/
#mothersday_2026 section.gift_linup div.slide_block p.mothersday-item__link {
    position: relative;
    color: #0882d3;
    font-size: 3vw;
    padding: 0 4vw 0 0;
    width: 100%;
}

#mothersday_2026 section.gift_linup div.slide_block p.mothersday-item__link::after {
    position: absolute;
    font-family: 'Material Icons';
    content: 'expand_circle_down';
    transform: translate(50%, -50%) rotate(270deg);
    font-size: 4vw;
    top: 50%;
    right: 4vw;
    font-weight: 300;
}

/* 受付締切ある場合 */
#mothersday_2026 section.gift_linup div.slide_block p.deadline_text {
    font-size: 2.5vw;
    line-height: 4vw;
    letter-spacing: 0;
    padding: 1vw 0;
    font-weight: 500;
    background-color: #dfdfdf;
}

#mothersday_2026 section.gift_linup div.slide_block p.deadline_text.empty{
    display: none;
}


/*==============================================
    商品のデザイン ここまで
================================================*/

/*==============================================
section guide ここから
============================================== */
#mothersday_2026 section.guide details img{
    border: solid 1vw #c53045;
}


#mothersday_2026 section.guide details summary{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 17vw;
    background-color: #c53045;
    color: #fff;
    font-size: 5vw;
    border-radius: 50vw;
    border: none;
}

#mothersday_2026 section.guide details[open] summary{
    border-radius: 8.5vw 8.5vw 0  0;
}

#mothersday_2026 section.guide details summary::after{
    position: absolute;
    font-family: 'Material Icons';
    content: 'keyboard_arrow_down';
    transform: translate(50%,-50%);
    font-size: 10vw;
    top: 50%;
    right: 7vw;
    font-weight: 300;
}

/*==============================================
section guide ここまで
============================================== */


/*==============================================
section choice ここから
============================================== */
#mothersday_2026 section.choice div.inner_content{
    position: relative;
    border-radius: 5vw;
    padding:2vw 2% 5vw 2%;
    margin: 5vw auto;
}

#mothersday_2026 section.choice ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border:solid 0.7vw #c53045;
    border-radius: 2vw;
    color: #c53045;
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 4.5vw;
    height: 16vw;
    text-align: center;
    padding-right: 2vw;
    font-weight: bold;
}

#mothersday_2026 section.choice ul li a::after{
    position: absolute;
    font-family: 'Material Icons';
    content: 'keyboard_arrow_right';
    transform: translate(50%,-50%);
    font-size: 8vw;
    top: 50%;
    right: 3vw;
    font-weight: 300;
}


#mothersday_2026 section.choice ul.col_3 li a{
    font-size: 3.5vw;
    line-height: 4vw;
    padding-right: 2.5vw;
}


#mothersday_2026 section.choice ul li a span{
    font-family: "Lato";
    font-size: 7vw;
    line-height: 6vw;
    letter-spacing: 0;
    font-weight: 600;
}

/*==============================================
section choice ここまで
============================================== */


/*==============================================
section osusume_item ここから
============================================== */
#mothersday_2026 section.osusume_item h3{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color:#c53045;
}

#mothersday_2026 section.osusume_item h3:before,
#mothersday_2026 section.osusume_item h3:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7vw solid transparent;
    border-bottom: 7vw solid transparent;
}

#mothersday_2026 section.osusume_item h3:before {
    right: 0;
    border-right: 4vw solid #fff;
}

#mothersday_2026 section.osusume_item h3:after {
    left: 0;
    border-left: 4vw solid #fff;
}


#mothersday_2026 section.osusume_item ul{
    position: relative;
    background-color: #ffecec;
    padding: 3%;
    border:solid 1vw #c53045;
    border-radius: 6vw;
    z-index: 0;
}

#mothersday_2026 section.osusume_item ul li.closs_icon{
    position: absolute;
    z-index: 1;
    transform: translate(50%,-50%);
    top: 40%;
    right: 50%;
    font-size: 10vw;
    color: #c53045;
    width: 10vw;
    line-height: 10vw;
    font-weight: bold;
    text-stroke: 1vw #fff;
    -webkit-text-stroke: 1vw #fff;
    paint-order: stroke;
}

#mothersday_2026 section.osusume_item ul li.hana{
    position: absolute;
    z-index: 1;
    top: 5vw;
    width: 14vw;
}


#mothersday_2026 section.osusume_item ul li.hana.right{
    transform: translate(50%,-50%);
    right: 4vw;
}

#mothersday_2026 section.osusume_item ul li.hana.left{
    transform: translate(-50%,-50%) scale(-1,1);
    left: 4vw;
}

#mothersday_2026 section.osusume_item ul li h4{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
    letter-spacing: 0;
    color: #222;
    padding: 2vw 0;
    text-align: center;
    font-weight: bold;
    padding-right: 6vw;
    height: 12vw;
}

#mothersday_2026 section.osusume_item ul li h4::after{
    position: absolute;
    font-family: 'Material Icons';
    content: 'expand_circle_down';
    transform: translate(50%,-50%) rotate(270deg);
    font-size: 8vw;
    top: 50%;
    right: 3.5vw;
    font-weight: 300;
}

/*==============================================
section osusume_item ここまで
============================================== */


/*==============================================
section osusume_event ここから
============================================== */
#mothersday_2026 section.osusume_event h3 {
    font-size: 6vw;
    font-weight: bold;
}

#mothersday_2026 section.osusume_event div.mothersday-event-wrap {
    position: relative;
}

#mothersday_2026 section.osusume_event div.mothersday-event-inner {
    width: 100%;
    display: flex;
    margin-bottom: 2vw;
    overflow-x: scroll;
    padding: 0 0 3vw 0;
    gap:1.5vw;
}

#mothersday_2026 section.osusume_event div.mothersday-event-inner div.mothersday-item__thum {
    position: relative;
    width: 40vw;
    min-width: 40vw;
    background-color: #FFF;
    overflow: hidden;
}


/*==============================================
section osusume_event ここまで
============================================== */


/*==============================================
section last_message ここから
============================================== */

#mothersday_2026 section.last_message{
    position: relative;
    overflow: hidden;
    padding: 12vw 0 0 0;
    color: #fff;
    background: radial-gradient(167% 136% at 50% 99%, #e35f71 69%, transparent 69.5%) top center / 119% 160% no-repeat, #e35f71;
}

/*==============================================
section last_message ここまで
============================================== */



/*==============================================
a.top_back ここから
============================================== */

#mothersday_2026 a.top_back{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18vw;
    height: 18vw;
    border-radius: 50vw;
    color: #fff;
    font-size: 3.8vw;
    line-height: 4.5vw;
    font-weight: bold;
    bottom: 13vw;
    right: 2vw;
    background-color: #000000c5;
    z-index: 1;
}

/*==============================================
a.top_back ここまで
============================================== */
