@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Judson:wght@400;700&family=Noto+Sans+JP:wght@300;400;700&display=swap');


:root {
    --font-family-nt-romen: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    --font-family-noto-sans: 'Noto Sans JP', "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-size-h1-pc: 60px;
    --font-size-h1-sm: 24px;
    --font-size-h2-pc: 55px;
    --font-size-h2-sm: 24px;
    --font-size-p-l: 45px;
    --font-size-p-m: 22px;
    --font-size-p-s: 18px;
    --font-size-p-l-sm: 22px;
    --font-size-p-m-sm: 16px;
    --line-height-l: 2em;
    --color-h1: #ae4951;
    --color-01: #454441;
    --color-02: #6bbfbf;
    --color-03: #fcffff;
    --color-04: #d2e8e1;
    --color-05: #6ebbb7;
    --background-color-01: #f0dfc4;
    --background-color-02: #626d71;
    --background-color-03: #f7f6f4;
    --background-color-04: #f0f2f4;
    --background-color-05: #f6ebeb;
    --background-color-06: #e2ece9;
    --background-color-07: #cad9da;
}

/* futureshopの枠 */
.fs-l-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}
.fs-l-pageMain {
    max-width: none !important;
    margin: 0 !important;
}

/* 共通項目 */
html {
    scroll-behavior: smooth;
    color: #333;
}
body {
    font-family: var(--font-family-noto-sans);
}
body.active {
    height: 100%;
    overflow: hidden;
}
a {
    color: var(--color-01) !important;
}
h2 {
    font-family: var(--font-family-nt-romen);
    font-size: var(--font-size-h2-pc);
}
p {
    font-size: var(--font-size-p-m);
}
.in_block {
    display: inline-block;
}
.pcon {
    display: block;
}
.spon {
    display: none;
}
.h1_br {
    display: none;
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: var(--font-size-h2-sm);
    }
    p {
        font-size: var(--font-size-p-m-sm);
    }
    .pcon {
        display: none;
    }
    .spon {
        display: block;
    }
    .h1_br {
        display: none !important;
    }
}
@media screen and (max-width:960px) {
    .h1_br {
        display: block;
    }
}

/* カートボタン */
section form button[type="submit"] {
    display: block;
    width: 160px;
    height: 25.6px;
    line-height: 25.6px;
    margin: 1em 0 0 auto;
    padding: 0em 0.8em;
    background: #aaa;
    color: black;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    transition: all .3s;
    position: relative;
}
section form button[type="submit"]::after {
    content: "▲";
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%) rotate(90deg);
    color: white;
}
section form button[type="submit"]:hover {
    opacity: .9;
    box-shadow: 0 0 2px 1px #b7cdcb, 0 0 3px 2px #004d4761;
}
section form button[type="submit"]:active {
    opacity: 1;
    box-shadow: 0 0 1px 0px #b7cdcb, 0 0 1px 1px #004d4761;
}
section form td {
    text-align: left;
}
section form label {
    font-size: 13px;
}
section form select {
    width: 90%;
    margin: 6px auto 0 15px;
    padding: 0 0.5em;
    border: 1px solid #999;
    border-radius: 3px;
    background: #ffffffe8;
    color: #333333;
    font-size: 13px;
    text-align: left;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
section form > div {
    display: flex;
    gap: 2%;
}
section form > div > .detail_btn,
section form button[type="submit"] {
    width: 49%;
    height: 25.6px;
    line-height: 25.6px;
    margin: 0.5em 0 0 0;
    padding: 0em 0.8em;
    box-sizing: border-box;
    font-size: 14px;
}
@media screen and (max-width: 800px) {
    section form select {
        margin: 6px auto 0 15px;
    }
    section form > div {
        flex-wrap: wrap;
        justify-content: right;
    }
    section form > div > .detail_btn,
    section form button[type="submit"] {
        width: 85%;
        max-width: 180px;
    }
}


/* ヒーローイメージ */
.hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.hero img {
    width: 100%;
}
.hero .sp_slide {
    display: none;
}
@media screen and (max-width: 768px) {
    .hero {
        height: 100vh;
        height: auto;
        position: relative;
    }
    .hero .sp_slide li:first-child::before {
        content: '';
        display: block;
        width: 32vw;
        height: 23vw;
        background: url('./img/sm/top_msg.png') no-repeat;
        background-size: contain;
        position: absolute;
        top: 13vw;
        right: 4vw;
        z-index: 10;
    }
    .hero .video {
        display: none;
    }
    .hero .sp_slide {
        display: block;
    }
    .hero .sp_slide img {
        width: 100%;
    }
}

/* スペシャル */
.special {
    width: 100%;
    padding: 98px 10px 120px;
}
.special .date {
    text-align: center;
}
.special .date img {
    width: 150px;
}
.special h1 {
    text-align: center;
}
.special h1 > span {
    display: inline-block;
    margin: 0 auto;
    font-family: var(--font-family-nt-romen);
    font-size: var(--font-size-h1-pc);
    color: var(--color-h1);
    text-align: center;
    position: relative;
}
.special h1 > span::before,
.special h1 > span::after {
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 26px;
}
.special h1 > span::before {
    background: url('./img/kanma01.png') no-repeat;
    background-size: contain;
    top: 0;
    left: -1em;
}
.special h1 > span::after {
    background: url('./img/kanma02.png') no-repeat;
    background-size: contain;
    bottom: 0;
    right: -1em;
}
.special h1 > img {
    width: 95%;
    max-width: 790px;
    margin-top: 4em;
}
.special .christmas_wreath {
    display: block;
    width: 134.5px;
    margin: 75px auto 0;
}
.special p {
    margin-top: 40px;
    font-size: var(--font-size-p-m);
    line-height: var(--line-height-l);
    text-align: center;
}
@media screen and (max-width:960px) {
    .h1_br {

    }
}
@media screen and (max-width:768px) {
    .special {
        padding: 58px 15px 95px;
    }
    .special h1 > img {
        max-width: 95%;
        margin-top: 3.2em;
    }
    .special .christmas_wreath {
        width: 55px;
        margin: 18px auto 0;
    }
    .special p {
        font-size: var(--font-size-p-m-sm);
        line-height: 1.5em;
        letter-spacing: -1px;
    }
    .special .date img {
        width: 23%;
        max-width: 150px;
    }
}



/* Limited Box */
.limited_box {
    text-align: center;
}
.limited_box .box_img {
    width: 100%;
    display: flex;
}
.limited_box .box_img img {
    width: 50%;
}
.limited_box .box_info {
    max-width: 860px;
    margin: 0 auto;
    padding: 95px 10px 95px;
    font-weight: 400;
    font-size: var(--font-size-p-m);
}
.limited_box .box_info h2 {
    margin-top: 20px auto 5px;
    color: var(--color-02);
    text-align: center;
}
.limited_box .box_info .start_day {
    margin: 26px auto 10px;
    font-size: calc(var(--font-size-p-m) + 10px);
}
.limited_box .box_info .box_desc {
    margin: 40px auto 135px;
    line-height: 51px;
    letter-spacing: -1px;
}
.detail_btn {
    display: block;
    width: 10em;
    margin: 1em 0 0 auto;
    padding: 0.4em 1em;
    background-color: var(--color-04);
    color: var(--color-01);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    position: relative;
    transition: all .3s;
}
.limited_box .box_info .detail_btn {
    font-size: var(--font-size-p-m);
    margin: 0 1em 0 auto;
}
.detail_btn::after {
    content: "▲";
    position: absolute;
    top: 50%;
    right: .5em;
    transform: translateY(-50%) rotate(90deg);
}
.detail_btn:hover {
    box-shadow: 0 0 2px 1px #b7cdcb, 0 0 3px 2px #004d4761;
}
.detail_btn:active {
    box-shadow: 0 0 1px 0px #b7cdcb, 0 0 1px 1px #004d4761;
}
@media screen and (max-width: 768px) {
    .limited_box .box_img {
        flex-direction: column;
    }
    .limited_box .box_img img {
        width: 100%;
    }
    .limited_box .box_info {
        max-width: 600px;
        padding: 60px 15px 50px;
        font-size: calc(var(--font-size-p-m-sm) - 1.5px);
    }
    .limited_box .box_info h2 {
        font-size: 37px;
        letter-spacing: 1px;
    }
    .limited_box .box_info .start_day {
        margin: 18px auto 6px;
        font-size: calc(var(--font-size-p-l-sm) - 2px);
    }
    .limited_box .box_info .box_desc {
        margin: 40px auto 45px;
        text-align: left;
        font-size: calc(var(--font-size-p-m-sm) - 2px);
        line-height: 1.85em;
        letter-spacing: -0.5px;
    }
    .limited_box .box_info .box_desc span {
        font-size: 13px;
        letter-spacing: -1px;
    }
    .limited_box .box_info .detail_btn {
        font-size: calc(var(--font-size-p-m-sm) - 2px);
    }
}


/* Special Gift */
.special_gift {
    padding: 160px 10px 105px;
    background: var(--background-color-05);
    text-align: center;
    font-size: var(--font-size-p-m);
}
.special_gift .gift_img {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.special_gift .gift_img img:first-child {
    width: 70%;
    max-width: 850px;
}
.special_gift .gift_img .ab_img {
    width: 100%;
    /* width: 32%; */
    max-width: 495px;
    position: absolute;
    /* bottom: -42%;
    right: -4.5%; */
    width: 26%;
    bottom: -41%;
    right: 5.2%;
}
.special_gift h2 {
    margin-top: 2.6em;
}
.special_gift .start_day {
    margin: 33px auto 10px;
    font-size: calc(var(--font-size-p-m) + 10px);
    letter-spacing: 2px;
}
.special_gift .gift_desc {
    margin: 32px auto 65px;
    line-height: 1.4em;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .special_gift {
        padding: 54px 12px 50px;
    }
    .special_gift .gift_img {
        max-width: 83vw;
        margin: 0 auto;
    }
    .special_gift h2 {
        margin-top: 55px;
        font-size: 37px;
        letter-spacing: 1px;
    }
    .special_gift .start_day {
        margin: 18px auto -2px;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .special_gift span:not(.in_block) {
        font-size: calc(var(--font-size-p-m-sm) - 1.5px);
        font-weight: bold;
    }
    .special_gift .gift_desc {
        max-width: 600px;
        margin: 40px auto 10px;
        text-align: left;
        font-size: calc(var(--font-size-p-m-sm) - 2px);
        letter-spacing: -0.5px;
        line-height: 1.9em;
    }
    .special_gift .gift_img img:first-child {
        width: 98%;
    }
    .special_gift .gift_img .ab_img {
        width: 42%;
        bottom: -17%;
        right: -9.5%;
    }
}


/* お届け日につきまして */
.delivery {
}
.delivery .delivery_wrap {
    max-width: 950px;
    margin: 0 auto;
    padding: 80px 10px 105px;
}
.delivery .delivery_desc_wrap {
    margin: 24px;
    padding: 32px 10px 24px;
    border: 2px solid #ae4951;
    box-shadow: 0 0 0 24px var(--background-color-06);
    background: var(--background-color-06);
    text-align: center;
}
.delivery .delivery_desc_wrap h2 {
    color: var(--color-h1);
    font-size: 40px;
    font-weight: bold;
}
.delivery .delivery_desc_wrap p {
    margin-top: 30px;
    margin-bottom: 12px;
    line-height: 37px;
    font-size: 20px;
    font-weight: 400;
    color: black;
}
.delivery .delivery_cards {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 0;
}
.delivery .delivery_cards li {
    display: flex;
    align-items: center;
    padding: 13px 10px 13px 15px;
    background: var(--background-color-06);
    box-sizing: border-box;
    gap: 2%;
}
.delivery .delivery_cards li:first-child {
    width: 29%;
}
.delivery .delivery_cards li:nth-child(2){
    width: 38%;
}
.delivery .delivery_cards li:nth-child(3) {
    width: 29%;
    padding: 0;
    transition: all .3s;
}
.delivery .delivery_cards li:nth-child(3) > a {
    display: flex;
    width: 100%;
    padding: 13px 10px 13px 15px;
}
.delivery .delivery_cards li:nth-child(3):hover {
    opacity: .8;
}
.delivery .delivery_cards li img {
    max-height: 42px;
}
.delivery .delivery_cards li div {
    padding-left: 10px;
}
.delivery .delivery_cards li p {
    margin-top: 3px;
    font-size: 17px;
    font-weight: bold;
}
.delivery .delivery_cards li span {
    font-size: 13px;
    font-weight: bold;
}
.delivery .delivery_cards li p > span {
    font-size: 17px;
}
@media screen and (max-width: 768px) {
    .delivery .delivery_wrap {
        width: 90%;
        max-width: 450px;
        padding: 14px 10px 52px;
    }
    .delivery .delivery_desc_wrap {
        margin: 12px;
        padding: 20px 10px 10px;
        box-shadow: 0 0 0 12px var(--background-color-06);
    }
    .delivery .delivery_desc_wrap h2 {
        font-size: 25px;
    }
    .delivery .delivery_desc_wrap p {
        margin-top: 15px;
        margin-bottom: 18px;
        text-align: left;
        font-size: 15px;
        line-height: 28px;
        letter-spacing: -1px;
    }
    .delivery .delivery_cards {
        padding: 10px 0 0;
        flex-direction: column;
    }
    .delivery .delivery_cards li {
        width: 100% !important;
        margin-top: 27px;
    }
    .delivery .delivery_cards li:first-child,
    .delivery .delivery_cards li:nth-child(2),
    .delivery .delivery_cards li:nth-child(3) > a {
        display: flex;
        gap: 2%;
        padding: 7px 10px 7px 25px;
    }
    .delivery .delivery_cards li:nth-child(3) {
        position: relative;
        padding: 0;
        transition: .3s all;
    }
    .delivery .delivery_cards li:nth-child(3)::after {
        content: "▲";
        color: var(--color-05);
        font-size: 20px;
        transform: translateY(-50%) rotate(90deg);
        position: absolute;
        top: 50%;
        right: 18px;
        cursor: pointer;
    }
    .delivery .delivery_cards li:nth-child(3):hover {
        opacity: .8;
    }
    .delivery .delivery_cards li:nth-child(3) > a {
        width: 100%;
    }
    .delivery .delivery_cards li div {
        box-sizing: border-box;
        padding: 0;
    }
    .delivery .delivery_cards li > div:first-child,
    .delivery .delivery_cards li > a div:first-child {
        width: 20%;
        text-align: center;
    }
    .delivery .delivery_cards li > div:nth-child(2),
    .delivery .delivery_cards li > a div:nth-child(2) {
        width: 78%;
    }
    .delivery .delivery_cards li p {
        font-size: 17px;
    }
    .delivery .delivery_cards li:first-child img,
    .delivery .delivery_cards li:nth-child(3) img {
        height: 37px;
    }
    .delivery .delivery_cards li:nth-child(2) img {
        height: 30px;
    }
}


/* Menu */
.menu {
    padding: 115px 35px;
    background: url('./img/menu_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
}
.menu h2 {
    font-size: var(--font-size-h2-pc);
}
.menu h2 + p {
    display: inline-block;
    width: 13em;
    height: 2.2em;
    margin-top: 1.2em;
    font-size: 25px;
    background: linear-gradient(transparent 75%, #fff 25%);
}
.menu h2 + p img {
    width: 1.8em;
    margin-right: 0.6em;
    vertical-align: text-bottom;
}
.menu .ul_wrap {
    margin: 40px auto;
}
.menu .menu_lists {
    max-width: 1000px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid var(--color-01);
    border-bottom: 2px solid var(--color-01);
}
.menu .menu_lists li {
    width: 33.33%;
}
.menu .menu_lists:first-child li {
    width: 50%;
}
.menu .menu_lists li > a {
    display: block;
    padding: 20px 0;
    transition: .3s all;
}
.menu .menu_lists li > a:hover {
    opacity: .8;
    box-shadow: 0 0 3px 1px #9b9588, 0 0 5px 3px #c7c0b2;
}
.menu .menu_lists li > a:active {
    opacity: 1;
    box-shadow: 0 0 1px 0px #9b9588, 0 0 1px 1px #c7c0b2;
}
.menu .menu_lists li div {
    display: block;
    width: 100%;
    height: 64px;
    position: relative;
}
.menu .menu_lists:first-child li div {
    height: 50px;
}
.menu .menu_lists li div::after {
    content: "▼";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}
.menu .menu_lists li:nth-child(2) div,
.menu .menu_lists li:nth-child(3) div {
    border-left: 2px solid var(--color-01);
}
.menu .menu_lists li p.times {
    font-family: var(--font-family-nt-romen);
}
.menu .menu_lists li p {
    font-family: var(--font-family-nt-romen);
    font-weight: 500;
    font-size: calc(var(--font-size-p-m) + 1px);
}
.menu .menu_lists li span {
    font-size: 13px;
}
.menu a[target="_blank"] .flex_name p::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: .8rem;
    content: "\f35d";
    margin: 0 0 0 10px;
    color: #888;
    font-size: 12px;
}
@media screen and (max-width: 850px) {
    .menu .menu_lists li p {
        font-size: calc(var(--font-size-p-m) - 2px);
    }
}
@media screen and (max-width: 768px) {
    .menu {
        padding: 47px 7% 70px;
        transition: .5s ease-out;
        background-size: cover;
    }
    .menu h2 {
        font-size: calc(var(--font-size-h2-sm) + 4px);
    }
    .menu h2 + p {
        margin-top: 1em;
        font-size: 13px;
        font-weight: 600;
    }
    .menu .ul_wrap {
        margin-top: 22px;
        margin-bottom: 15px;
    }
    .menu .menu_lists,
    .menu .menu_lists li:nth-child(2) div,
    .menu .menu_lists li:nth-child(3) div {
        border: none
    }
    .menu .menu_lists {
        margin: 0 auto;
        justify-content: space-between;
    }
    .menu .menu_lists li {
        width: 31%;
    }
    .menu .menu_lists:first-child li {
        width: 47%;
    }
    .menu .menu_lists li > a {
        margin: 15px 0;
        padding: 0;
    }
    .menu .menu_lists li > a > div {
        position: relative;
        padding: .7em 0;
    }
    .menu .menu_lists:not(:first-child) li > a > div {
        padding: .6em 0;
    }
    .menu .menu_lists li > a > div > .tag {
        position: absolute;
        top: -12px;
    }
    .menu .menu_lists li span.tag {
        display: block;
        width: 100%;
        margin: 0 auto 5px;
        padding: 5px;
        border-radius: 13px;
        background: #417a74;
        color: white;
    }
    .menu .menu_lists li div {
        height: 48px;
        background: white;
        border-radius: 5px;
    }
    .menu .menu_lists li div::after {
        content: "";
        display: none;
    }
    .menu a[target="_blank"] div.flex_name {
        position: relative;
    }
    .menu a[target="_blank"] div.flex_name::before {
        display: block;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: .8rem;
        content: "\f35d";
        margin: 0 0 0 10px;
        color: #88888888;
        font-size: 11px;
        position: absolute;
        bottom: 2px;
        right: 3px;
    }
    .menu .menu_lists li .flex_name span.tag {
        width: 110%;
        background: #e7c798;
        color: #44463f;
        font-weight: bold;
        letter-spacing: -1px;
        left: 50%;
        transform: translateX(-50%);
    }
    .menu .menu_lists li p,
    .menu .menu_lists li p span {
        font-size: 14px;
    }
    
    .menu .menu_lists li p span {
        font-family: var(--font-family-noto-sans);
        letter-spacing: 1.5px;
    }
    .menu .menu_lists:not(:first-child) li p span {
        font-size: 11px;
        letter-spacing: -1px;
    }
    .menu a[target="_blank"] .flex_name p::after {
        content: "";
        display: none;
    }
    .menu .menu_lists:not(:first-child) li p.times {
        font-size: 16px;
        line-height: 1em;
    }
    .menu .menu_lists li span {
        font-size: 11px;
    }
    .menu .menu_lists li p.times.motif {
        line-height: calc(48px - 1.2em);
    }
}


/* Gift Ranking */
.gift_ranking {
    background: var(--background-color-04);
    color: var(--color-03);
    text-align: center;
}
.gift_ranking > img {
    width: 100%;
}
.gift_ranking .gift_desc_wrap {
    padding: 138px 10px 0;
}
.gift_ranking h2 {
    color: var(--color-02);
}
.gift_ranking h3 {
    font-size: 28px;
    font-weight: 500;
    margin: 38px auto 50px;
}
.gift_ranking p {
    font-weight: 400;
    line-height: 1.5em;
}
.gift_ranking .ranking {
    max-width: 1000px;
    margin: 40px auto 0;
    padding: 0 15px 192px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.5%;
}
.gift_ranking .ranking li {
    width: 31%;
    margin-top: 60px;
    box-sizing: border-box;
}
.gift_ranking .ranking li > img {
    height: 90px;
}
.gift_ranking .ranking li a:nth-child(3) {
    display: block;
    margin-top: 24px;
}
.gift_ranking .ranking li a > img {
    width: 100%;
    transition: all .3s;
}
.gift_ranking .ranking li a > img:hover {
    box-shadow: 0 0 10px 2px #b7cdcb, 0 0 6px 2px #004d4761;
}
.gift_ranking .ranking li a > img:active {
    box-shadow: 0 0 3px 1px #b7cdcb, 0 0 2px 1px #004d4761;
}
.gift_ranking .ranking li .rank_title {
    font-family: var(--font-family-nt-romen);
}

.gift_ranking .ranking li p {
    margin-top: 24px;
    font-size: 17px;
}
.gift_ranking .ranking li > div:nth-child(4) {
    margin-top: 22px;
    text-align: left;
}
.gift_ranking .ranking li > div:nth-child(4) > a {
    display: inline-block;
}
.gift_ranking .ranking li .rank_desc {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    color: #eff4f3;
    text-align: left;
    line-height: 1.7em;
    transition: .3s all;
}
.gift_ranking .ranking li .rank_desc:hover {
    opacity: .8;
}
.gift_ranking .ranking li .rank_desc:active {
    opacity: 1;
}
.gift_ranking .ranking li .rank_price {
    margin-top: 7px;
    margin-bottom: 5px;
    text-align: right;
    font-size: 16px;
}
@media screen and (max-width: 1000px) {
    .gift_ranking .ranking li .rank_title {
        font-size: 14px;
    }
    .gift_ranking .ranking li .rank_desc {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .gift_ranking .gift_desc_wrap {
        padding: 65px 10px 0;
    }
    .gift_ranking h2 {
        font-size: calc(var(--font-size-h2-sm) + 12px);
        letter-spacing: 2.5px;
    }
    .gift_ranking h3 {
        font-size: 18px;
        margin: 30px auto;
    }
    .gift_ranking p {
        font-size: calc(var(--font-size-p-m-sm) - 2px);
        letter-spacing: -1px;
    }
    .gift_ranking .ranking {
        max-width: 600px;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    .gift_ranking .ranking li {
        width: 75%;
        margin-top: 45px;
    }
    .gift_ranking .ranking li > img {
        height: 90px;
    }
    .gift_ranking .ranking li p {
        margin-top: 20px;
        font-size: 17px;
        letter-spacing: -1px;
    }
    .gift_ranking .ranking li a:nth-child(3) {
        margin-top: 16px;
    }
    .gift_ranking .ranking li .rank_desc {
        margin-top: 10px;
        font-size: 14px;
        text-align: left;
        letter-spacing: 0;
    }
    .gift_ranking .ranking li .rank_price {
        margin-top: 15px;
        font-size: 15px;
        letter-spacing: 0;
    }
    section form button[type="submit"] {
        margin: 0.5em 0 0 auto;
    }
    section .detail_btn {
        margin: 0.5em 0 0 auto;
    }
}


/* ギフト共通 */
.gift_wrap {
    padding: 280px 0 100px;
    text-align: center;
}
.gift_wrap .gift_img {
    width: 85%;
    height: 85vw;
    max-width: 1000px;
    max-height: 1000px;
    margin: 0 auto;
    position: relative;
}
.gift_wrap .gift_img > img.fade_in {
    position:absolute;
    transition: transform 1s,opacity 1s cubic-bezier(.45,.01,.33,1);
    filter:drop-shadow(0px 2px 16px rgba(105,105,105,.15));
    opacity: 0;
    transform: translateY(15px);
}
.gift_wrap .gift_img > img.fade_in.u-scrollIn {
    opacity: 1;
    transform: translate(0);
}
.gift_wrap .gift_img > img:first-child {
    width: 68%;
    top: 0;
    left: 0;
}
.gift_wrap .gift_img > img:nth-child(2) {
    width: 45%;
    right: -4%;
    top: 44%;
    transition-delay: .3s;
}
.gift_wrap .gift_img > img:nth-child(3) {
    width: 42%;
    top: 70%;
    left: 10%;
    transition-delay: .6s;
}
.gift_wrap > img {
    width: 100%;
}
.gift_wrap .gift_inner_wrap {
    padding: 110px 25px 120px;
}
.gift_wrap h2 {
    display: inline-block;
    margin-top: 46px;
    font-family: var(--font-family-nt-romen);
    font-size: calc(var(--font-size-h2-pc) - 3px);
    position: relative;
}
.gift_wrap h2::after {
    content: "";
    display: block;
    height: 1em;
    position: absolute;
    bottom: -18px;
}
.gift_wrap h3 {
    margin-top: 1em;
    font-size: 25px;
}
.gift_wrap > p {
    line-height: 1.2em;
}
.gift_wrap .gift_inner_wrap p {
    margin-top: 75px;
    line-height: 1.8em;
    font-weight: 400;
    color: black;
    letter-spacing: -1px;
    font-size: 20px;
}
.gift_wrap .gift_inner_wrap ul {
    display: flex;
    max-width: 1000px;
    margin: 70px auto 0;
    gap: 3.5%;
    flex-wrap: wrap;
}
.gift_wrap .gift_inner_wrap li {
    width: 31%;
    margin-bottom: 27px;
    box-sizing: border-box;
}
.gift_wrap .gift_inner_wrap li img {
    width: 100%;
    transition: all .3s;
}
.gift_wrap .gift_inner_wrap li a > img:hover {
    box-shadow: 0 0 10px 2px #cdc8bb, 0 0 6px 2px #cdc6b778;
}
.gift_wrap .gift_inner_wrap li a > img:active {
    box-shadow: 0 0 3px 1px #cdc8bb, 0 0 2px 1px #cdc6b778;
}
.gift_wrap .gift_inner_wrap li > p {
    font-size: 18px;
    font-family: var(--font-family-nt-romen);
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.4em;
}
.gift_wrap .gift_inner_wrap li > a:nth-child(2) {
    display: block;
    margin-top: 32px;
}
.gift_wrap .gift_inner_wrap li > div:nth-child(3) {
    display: block;
    text-align: left;
}
.gift_wrap .gift_inner_wrap li > div:nth-child(3) > a {
    display: inline-block;
}
.gift_wrap .gift_inner_wrap li .g_price {
    margin-top: 14px;
    margin-bottom: 10px;
    text-align: right;
    font-family: var(--font-family-noto-sans);
    letter-spacing: 0;
}
.gift_wrap .gift_inner_wrap li > div a p {
    font-size: 15px;
    font-weight: 500;
}
.gift_wrap .gift_inner_wrap li .g_title {
    margin-top: 20px;
    transition: all .3s;
}
.gift_wrap .gift_inner_wrap li .g_title:hover {
    opacity: .7;
}
.gift_wrap .gift_inner_wrap li .g_title:active {
    opacity: 1;
}
.gift_wrap .gift_inner_wrap li .detail_btn:hover {
    box-shadow: 0 0 2px 1px #cdc8bb, 0 0 3px 2px #cdc6b778;
}
.gift_wrap .gift_inner_wrap li .detail_btn:active {
    box-shadow: 0 0 1px 0px #cdc8bb, 0 0 1px 1px #cdc6b778;
}
.rank1, .rank2, .rank3 {
    position:relative;
}
.rank1::before,
.rank2::before,
.rank3::before {
    content: "";
    display: block;
    width: 21%;
    height: 27%;
    position:absolute;
    top: 2%;
    right: 3%;
}
.rank1::before {
    background: url(./img/rank1.png) center center no-repeat;
    background-size: contain;
}
.rank2::before {
    background: url(./img/rank2.png) center center no-repeat;
    background-size: contain;
}
.rank3::before {
    background: url(./img/rank3.png) center center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1000px) {
    .gift_wrap .gift_inner_wrap li > p {
        font-size: 14px;
    }
    .gift_wrap .gift_inner_wrap li .g_title {
        font-size: 13.5px;
    }
    .gift_wrap .gift_inner_wrap li > .detail_btn {
        font-size: 13.5px;
    }
    section form button[type="submit"] {
        margin: .5em 0 0 auto;
    }
    section .detail_btn {
        margin: .5em 0 0 auto;
    }
    .gift_wrap .gift_inner_wrap p > br.pcon {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .gift_wrap {
        padding: 98px 0 82px
    }
    .gift_wrap .gift_inner_wrap {
        max-width: 600px;
        margin: 0 auto;
        padding: 50px 10px 0px;
    }
    .gift_wrap h2 {
        margin-top: 5px;
        font-size: calc(var(--font-size-h2-sm) + 3px);
        font-weight: 500;
    }
    .gift_wrap h3 {
        font-size: 17px;
        font-weight: 600;
        color: #696258;
    }
    .gift_wrap .gift_inner_wrap p {
        margin-top: 23px;
        line-height: 1.9em;
        font-size: calc(var(--font-size-p-m-sm) - 1.5px);
        font-weight: 300;
        text-align: left;
        letter-spacing: -0.5px;
    }
    .gift_wrap .gift_inner_wrap ul {
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gift_wrap .gift_inner_wrap li {
        width: 47%;
    }
    .gift_wrap .gift_inner_wrap li > p {
        font-size: 14px;
        margin-top: 45px;
        text-align: center;
        color: #565042;
        line-height: 1.4em;
    }
    .gift_wrap .gift_inner_wrap li > a:nth-child(2) {
        margin-top: 8px;
    }
    .gift_wrap .gift_inner_wrap li > a:nth-child(3) {
        margin-top: 0;
    }
    .gift_wrap .gift_inner_wrap li .g_title {
        margin-top: 18px;
        color: #696258;
        line-height: 1.2em;
        font-size: 14px;
    }
    .gift_wrap .gift_inner_wrap li .g_price {
        margin-top: 12px;
        font-size: 14px;
    }
    .rank1::before,
    .rank2::before,
    .rank3::before {
        width: 22%;
    }
}


/* 気負わず贈れるプチギフト */
.readily_gift {
    background-color: var(--background-color-04);
}


/* パートナーに贈る本命ギフト */
.gift_for_her {
    background: var(--background-color-03);
}
.gift_wrap.gift_for_her .gift_img > img:nth-child(2) {
    right: -3%;
    top: 35%;
}
.gift_wrap.gift_for_her .gift_img > img:nth-child(3) {
    top: 64%;
    left: 29%;
}
@media screen and (max-width: 768px) {
    .gift_for_her h2::after {
        width: 4em;
        height: 1.5em;
        right: -15px;
    }
}

/* 追加セクション 全商品特典付き */
.all_items {
    padding: 115px 1em;
    background-color: #e7f2ee;
}
.all_items .all_items_wrap {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    gap: 2em;
}
.all_items img {
    width: 315px;
}
.all_items a {
    display: block;
    padding: 0.7em 1.5em;
    background: #fff;
    border: 2px solid #77c4c6;
    border-radius: 3em;
    color: #77c4c6 !important;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}
@media screen and (max-width:768px) {
    .all_items {
        padding: 38px 1em;
    }
    .all_items .all_items_wrap {
        width: 50%;
        margin: 0 auto;
        gap: 0.8em;
    }
    .all_items a {
        padding: 0.8em 1.5em;
        border: 1px solid #77c4c6;
        font-size: 12px;
        letter-spacing: 0;
    }
}


/* 画像スクロール */
.scroll_img {
    padding: 115px 0;
    background-color: var(--background-color-07);
}
.slick-initialized .slick-slide {
    padding: 0.8vw;
}
.slick-slide img {
    width: 100%;
}
@media screen and (max-width:768px) {
    .scroll_img {
        padding: 50px 0;
    }
}



/* footer */
.footer {
}
.footer > img {
    width: 100%;
}
.footer .footer_logo {
    text-align: center;
    padding: 175px 10px;
}
.footer .footer_logo > a {
    display: inline-block;
}
.footer .footer_logo img {
    height: 42px;
    transition: all .3s;
}
.footer .footer_logo.spon img:first-child {
    height: 23px;
}
.footer .footer_logo.spon img:nth-child(2) {
    display: block;
    height: 10px;
    margin-top: 1em;
}
.footer .footer_logo img:hover {
    opacity: .8;
}
.footer .footer_logo img:active {
    opacity: 1;
}
.footer .copyright {
    padding: 40px 65px;
    background: var(--background-color-02);
    color: var(--color-03);
    text-align: right;
}
.footer .copyright span {
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .footer .footer_logo {
        padding: 75px 10px;
    }
    .footer .footer_logo img {
        margin: 0 auto;
        height: 33px;
    }
    .footer .copyright {
        padding: 17px 0 20px;
        text-align: center;
    }
    .footer .copyright span {
        font-size: 12px;
    }
}


/* モーダル */
.modal_set {
    display: none;
}
.modal_set.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
}
.modal_set .modal_back {
    width: 100%;
    height: 100vh;
    background: #333333c9;
    position: fixed;
    cursor: pointer;
    z-index: 101;
}
.modal_set .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: auto;
    z-index: 102;
}
.modal_set .modal .modal_btn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}
.modal_set .modal .modal_btn::before,
.modal_set .modal .modal_btn::after {
    content: '';
    display: block;
    width: 1em;
    height: 3px;
    border-radius: 1.5px;
    background-color: #4a4947;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s;
}
.modal_set .modal .modal_btn::before {
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal_set .modal .modal_btn::after {
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_set .modal .modal_btn:hover::before,
.modal_set .modal .modal_btn:hover::after {
    opacity: .7;
}
.modal_set .modal .modal_btn:active::before,
.modal_set .modal .modal_btn:active::after {
    opacity: .9;
}
.modal_set .modal img {
    max-width: none;
}

/* 追従バナー（クーポン） */
.coupon_banner {
    display: none;
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 80;
}
.coupon_banner img {
    display: block;
    transition: all .3s;
    max-width: 100%;
}
.coupon_banner:hover img {
    filter: drop-shadow(0 0 5px #999);
    opacity: .8;
}
.coupon_banner:active img {
    filter: drop-shadow(0 0 1px #999);
    opacity: .9;
}
@media screen and (max-width: 768px) {
    .coupon_banner {
        width: 90px;
        right: 15px;
    }
    .modal_set .modal .modal_btn {
        width: 40px;
        height: 40px;
        top: -9px;
        right: -6px;
    }
}


/* プレゼント終了 */
.present_end {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    margin-top: 1em;
    padding: 0 0.6em;
    border: 1px solid #777;
    font-size: 24px;
}
@media screen and (max-width:768px) {
    .present_end {
        font-size: 15px !important;
    }
}