﻿@charset "UTF-8";
/*------------------------------------*
    ページ共通要素
\*------------------------------------*/
html {
    scroll-behavior: smooth;
}

/*  パン屑
--------------------------- */
#breadcrumb {
    width: 100%;
    max-width: 930px;
    margin: 10px auto;
}

/*  全体
--------------------------- */
#container {
    min-height: 2500px;
    font-family: "Hiragino Maru Gothic ProN", "Rounded Mplus 1c", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    color: #333;
    background: #ffda43;
}

    #container .pc {
        display: block;
    }

    #container .sp {
        display: none;
    }

    #container ul, #container ol, #container li, #container dt, #container dd {
        padding-inline-start: 0;
        margin-inline-start: 0;
        list-style: none;
    }
/*    #container p {
        margin-block-start: 0;
        margin-block-end: 0;
    }*/

/*  メインビジュアル
--------------------------- */
.main-visual-wrapper {
    position: relative;
    width: 100%;
    height: 510px; /* 背景の高さを固定 */
    overflow: hidden;
}

.main-visual-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    background: url(../img/mv_back.jpg) center center / cover no-repeat;
    z-index: 1;
}

.main-visual-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
}

.period {
    position: absolute;
    top: 332px;
    left: 49%;
    transform: translateX(-50%);
    z-index: 3;
    height: auto;
    line-height: 21px;
    padding: 6px 12px;
    color: #933102;
    font-weight: bold;
    font-size: 17px;
    white-space: nowrap;
    border: #933102 2px solid;
    border-radius: 7px;
    text-align: center;
    background: unset;
    /* text-shadow: 4px 1px 4px rgba(147, 49, 2, 1), 5px 2px 4px rgba(147, 49, 2, 1); */
    background: #fff;
}

.booking-period {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
    border-top: dotted 1px #933102;
}

    .period .arrow {
        font-size: 10px;
        display: inline-block;
        margin: 0 5px 5px;
        vertical-align: top;
    }

    .period .week {
        font-size: 12px;
        display: inline-block;
        vertical-align: text-bottom;
        margin: 0;
    }

/* アンカーリンクボタン */
.btnber {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffda43a8;
    height: 94px;
    text-align: center;
}

a.ankerbtn {
    display: inline-block;
    background: #933102;
    color: #FFF;
    padding: 23px 26px;
    font-size: 1.2em;
    font-weight: bold;
    width: 238px;
    margin: 12px 20px;
    border-radius: 36px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 2px solid #933102;
}
    a.ankerbtn:hover {
        background: #FFF;
        color: #933102;
    }
    a.ankerbtn::after {
        content: "▼";
        display: inline-block;
        margin-left: 7px;
        font-size: 11px;
        vertical-align: middle;
    }

.highlight {
    animation: flashHighlight 1s ease;
}

@keyframes flashHighlight {
    0% {
        background-color: #fff5cc;
    }

    50% {
        background-color: #ffe066;
    }

    100% {
        background-color: transparent;
    }
}


/* キャンペーン詳細 */
#detailarea {
    background: #f6ab00;
    padding: 3em 0;
    position: relative;
    z-index: 0;
}

.detailbox {
    background: #fff;
    padding: 50px;
    border: 2px solid #933102;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    width: fit-content;
}

    .detailbox::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 11px;
        right: -11px;
        bottom: -11px;
        background: #ffec5c;
        border: 2px solid #933102;
        z-index: -1;
        box-sizing: border-box;
    }

p.lead {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.01px;
    text-align: center;
}

.contents_phbox {
    text-align: center;
    padding: 45px 0 70px;
    width: unset;
}

.overview {
    padding: 20px;
    border: dotted 2px #CCC;
    max-width: 600px;
    margin: 0 auto;
}

.overview-tit {
    text-align: center;
    font-size: 26px;
}

.overview li {
    line-height: 1.7;
}

.overview dt {
    margin: 25px 0 3px;
    font-weight: bold;
}

.memo {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    margin: 6px 0;
}

.flashy-tit {
    background: #933102;
    border-radius: 50px;
    padding: 4px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

    .flashy-tit span {
        border: 3px solid #fff;
        padding: 16px;
        font-size: 38px;
        color: #ffec5c;
        display: block;
        border-radius: 50px;
    }

.mail-memo {
    max-width: 700px;
    width: 90%;
    margin: 20px auto 0;
    line-height: 1.4;
}

#present-info {
    background: #f6ab00;
    position: relative;
    z-index: 0;
    padding: 80px 0;
}

    #present-info .flashy-tit {
        max-width: 750px;
    }

.flashy-tit-serif {
    color: #933102;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom:0;
}

    .flashy-tit-serif:before {
        content: '';
        display: inline-block;
        width: 28px;
        height: 40px;
        background: url(../img/serif_line_left.svg)no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-bottom: 9px;
    }

    .flashy-tit-serif:after {
        content: '';
        display: inline-block;
        width: 28px;
        height: 40px;
        background: url(../img/serif_line_right.svg)no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-bottom: 9px;
    }
/* スタンプ */
.stamp-lead {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    padding: 26px 0 6px;
}

.stamp-section {
    text-align: center;
    margin: 5em auto;
    max-width: 900px;
}

.stamp-cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.stamp-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 204px;
    height: 286px;
    border: 1px solid #923103;
    border-radius: 10px;
    background: #fff;
}

.stamp-label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    background: #933102;
    width: 100%;
    height: 77px;
    color: #fff;
    padding: 22px 0;
    border-radius: 9px 9px 0 0;
}

.stamp-label-h {
    line-height: 1.5;
    padding: 30px 0;
    margin: 0 0 10px;
    height: 60px;
}

.stamp-label .required {
    color: #FFD700; /* 黄色系の強調色 */
    font-weight: bold;
}

.stamp {
    width: 146px;
    height: 146px;
    border-radius: 50%;
    position: relative;
}

.stamp01 {
    background: url(../img/star1.png) center no-repeat;
}

.stamp02 {
    background: url(../img/star2.png) center no-repeat;
}

.stamp03 {
    background: url(../img/star3.png) center no-repeat;
}

.stamp-overlay {
    position: fixed;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    background: url('../img/stamp.png') no-repeat center;
    background-size: contain;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(5);
    z-index: 9999;
}

    .stamp-overlay.animate {
        animation: flyStamp 0.6s ease-out forwards;
        will-change: transform, opacity;
    }

@keyframes flyStamp {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(5) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(3) rotate(-5deg);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.5) rotate(-10deg);
    }
}

.stamped {
    background: url(../img/stamp.png) no-repeat center;
    background-size: contain;
    transform: rotate(-8deg);
    animation: stampDrop 0.5s ease-out;
}

@keyframes stampDrop {
    0% {
        transform: scale(1.8) rotate(-8deg);
        opacity: 0;
    }

    80% {
        transform: scale(1.05) rotate(-8deg);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(-8deg);
        opacity: 1;
    }
}

.stamp-counter {
    font-size: 28px;
    font-weight: bold;
    color: #933102;
    margin-bottom: 15px;
    padding-bottom: 16px;
}

.inquiry_link {
    border: #933102 2px solid;
    color: #933102;
    text-decoration: none;
    background: #fff;
    padding: 12px 0;
    display: block;
    margin: 23px auto;
    width: 290px;
    font-weight: 500;
}

a.inquiry_link:hover {
    background: #933102;
    color: #fff;
}

.status-messagebox {
    font-weight: 600;
    line-height: unset;
    max-width: 700px;
    margin: 0 auto;
    width: 90%;
}
#status-message .annai-tit {
    font-weight:bold;
    margin:10px 0 5px;
}
#status-message .annai-text {
    font-weight:normal;
    font-size:14px;
    text-align:center;
}
.how-to-participate {
    width: 610px;
    text-align: center;
    margin: 0 auto;
}

    .how-to-participate h3 {
        font-size: 31px;
        font-weight: bold;
    }

    .how-to-participate .memo {
        display: block;
        margin: 19px 0 80px;
        font-size: 15px;
    }

.for-all {
    background: #fff;
    width: 750px;
    margin: 40px auto;
    background: #fff;
    padding: 16px 20px;
    border: 2px solid #933102;
    margin: 30px auto;
    position: relative;
    box-sizing: border-box;
    position: relative;
}

.lottery {
    background: #fff;
    width: 750px;
    margin: 40px auto;
    background: #fff;
    padding: 0 20px 16px;
    border: 2px solid #933102;
    margin: 30px auto;
    position: relative;
    box-sizing: border-box;
    position: relative;
}

    .for-all:before, .lottery:before {
        content: "";
        position: absolute;
        top: 11px;
        left: 11px;
        right: -11px;
        bottom: -11px;
        background: #ffda43;
        border: 2px solid #933102;
        z-index: -1;
        box-sizing: border-box;
    }

    .for-all h3, .lottery h3 {
        text-align: center;
        font-size: 28px;
        color: #933102;
        margin: 0 0 17px;
        position: unset;
    }

.lottery-tit:before {
    content: '';
    display: inline-block;
    width: 100.75px;
    height: 67.6px;
    margin-top: -15px;
    background: url(../img/sarani.svg) no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}

.lottery-tit:after {
    content: '';
    display: inline-block;
    width: 70.75px;
    height: 36.6px;
    background: url(../img/mato.svg) no-repeat;
    background-size: contain;
    vertical-align: text-top;
    margin-left: 8px;
}

.for-all h3::before {
    margin-right: 8px;
}

.for-all h3::after {
    margin-left: 8px;
}

.for-all h3:before, .for-all h3:after {
    content: '';
    display: inline-block;
    width: 45.7px;
    height: 33.7px;
    background: url(../img/pre-icon.svg) no-repeat;
    background-size: contain;
    vertical-align: bottom;
}

article.for-all .presentdetail {
    display: flex;
    gap: 8px;
    border: 2px solid #933102;
    border-radius: 11px;
    padding: 15px;
    cursor: unset;
    text-decoration: none;
}

article.lottery .presentdetail {
    display: flex;
    /*gap: 16px;*/
    border: 2px solid #933102;
    border-radius: 0 11px 11px 11px;
    padding: 0;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}
.prename {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
    display: block;
}
.lottery .presentdetail:hover {
    box-shadow: 5px 5px #933102;
}
.lottery .presentdetai:active {
    box-shadow: 0 0;
    transform: translate(5px, 5px);
}
.presentdetail:hover .prename, .presentdetail:hover .gifteelink {
    text-decoration: underline;
}
.pre_memo{
    font-size:15px;
}

article.for-all dl {
    margin: 0;
}

article.for-all dt, article.lottery dt {
    font-size: 22px;
    font-weight: 600;
    color: #933102;
    margin: 0 0 12px;
}

article.for-all dd, article.lottery dd {
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #333;
}

.lottery figure {
    height: 322px;
}

    .lottery figure img {
        border-radius: 8px 0 0 8px;
    }

.lottery_phbox {
    position: relative;
}

.lottery .presentdetail dl {
    margin: 16px;
}

.alphabet {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0 0 24px 0;
    background: #933102;
    font-weight: bold;
    color: #fff;
    padding: 10px 13px 10px 10px;
    font-size: 26px;
}

.people {
    background: #933102;
    border-radius: 0 0 20px;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 6px 10px;
    margin: 0;
}

.chusen {
    font-size: 15px;
}

.number {
    font-size: 24px;
}

.w-prebox {
    display: flex;
    gap: 22px;
}

    .w-prebox .presentdetail {
        display: flex;
        gap: unset;
        border: 2px solid #933102;
        border-radius: 0 0 0 11px;
        padding: 0;
        margin-bottom: 20px;
        width: 48%;
        flex-direction: column;
    }

.giftee_pre {
    width: 360px;
}

.lottery figure {
    height: 252px;
}

    .lottery figure img {
        border-radius: 8px 0 0 8px;
        height: 262px;
        width: 410px;
        object-fit: cover;
    }

.w-prebox .w-prebox_preph {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: unset;
    object-fit: contain;
}

    .w-prebox figure {
        height: auto;
    }

    .w-prebox .number {
        font-size: 24px;
    }

    .w-prebox .people {
        font-size: 15px;
        width: 54px;
    }

    .w-prebox .chusen {
        font-size: 15px;
    }

.lottery figure {
    height: 262px;
} 
/* 参加前エリア */
#entry-section {
    text-align: center;
    padding: 4em 1em;
    background: #ffffff;
    border: 14px #f6ab00 dotted;
    margin: 3em auto 7em;
    max-width: 600px;
    border-radius: 21px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

    #entry-section .entry-box h2 {
        font-size: 24px;
        color: #933102;
        margin-bottom: 0.5em;
    }

    #entry-section .entry-box .flashy-tit-serif {
        font-size: 28px;
    }

    #entry-section .entry-box p {
        font-size: 24px;
        margin-bottom: 1.5em;
        line-height: 1.6;
    }
    #entry-section .entry-box .memo{
        font-size:12px;
    }

    #entry-button {
        background: #ffda43;
        color: #933102;
        border: 4px solid #933102;
        padding: 22px 52px;
        font-size: 35px;
        font-weight: bold;
        border-radius: 50px;
        cursor: pointer;
        line-height: 1;
        text-decoration: none;
        transition: 0.3s;
        box-shadow: 3px 5px 0px -2px #933102;
    }

    #entry-button:hover {
        box-shadow: 0 0 #fff;
        transform: translateY(1px);
    }

.w-prebox .lottery-tit:before {
    position: absolute;
}

/*協賛*/
#partners {
    text-align: center;
    padding: 80px 0;
}

    #partners h2 {
        color: #933102;
        margin: 0 0 30px;
    }

        #partners h2 span {
            display: block;
            margin-top: 10px;
            font-size: 13px;
        }

.spo_box {
    width: 100%;
    max-width: 930px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 auto;
}

    .spo_box figure {
        width: 32%;
        margin: 0 .5% .9em;
        border: solid 1px #000;
        background: rgba(255,255,255,1.00);
    }

        .spo_box figure img {
            vertical-align: middle;
            width: 100%;
        }
            .spo_box figure img:hover {
                opacity:0.5;
            }

            section#faq, section#terms {
                background: #933000;
                color: #fff;
                text-align: center;
                width: unset;
            }
section#faq {
    padding: 80px 0 40px;
}
section#terms {
    padding: 40px 0 80px;
    text-align:left;
}

    section#faq h2, section#terms h2 {
        margin: 80px 0 40px;
        text-align: center;
    }

    section#faq ul, section#terms ul {
        text-align: left;
        width: 770px;
        margin: 0 auto 30px;
        font-weight: normal;
    }

        section#terms ul li {
            list-style: square;
            margin-bottom: 16px;
            line-height: 1.5;
            margin-left: 22px;
        }

.question {
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffda43;
}

.answer {
    margin-bottom: 20px;
    line-height: 1.5;
}

.terms-inner{
    width:770px;
    margin:0 auto;
}
    .terms-inner p {
        margin: 20px 0 16px;
    }

@media screen and (max-width: 910px) {
    .btnber a {
        font-size: 1em;
        width: 29%;
    }

    .detailbox {
        width: 92%;
    }

    p.lead {
        text-align: left;
    }
}



/* スマホ用 */
@media screen and (max-width: 768px) {
    #mv-area {
        overflow: hidden;
    }
    .main-visual-wrapper {
        position: relative;
        width: 110%;
        height: 274px;
        overflow: hidden;
    }
    .main-visual-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    #container .pc {
        display: none;
    }

    #container .sp {
        display: block;
    }
    .period.sp {
        width: 92%;
        font-size: 14px;
    }
        .period.sp span {
            font-size: 12px;
        }
        .btnber {
            height: 77px;
            background: #ffda43a8;
            text-align: center;
            display: flex;
            align-content: center;
            justify-content: space-evenly;
            align-items: center;
        }

        .btnber a {
            font-size: 0.9em;
            width: 46%;
            padding: 11px 0px;
            margin: 0;
        }

    p.lead {
        font-size: 15px;
        margin: 0;
    }

    .contents_phbox {
        width: 90%;
        margin: 0 auto;
    }

    #detailarea {
        padding: 20px 0 60px;
    }

    .detailbox {
        padding: 20px 14px 14px;
    }

    .overview {
        border: unset;
        padding: 0;
    }

    .contents_ph {
        width: 100%;
    }

    .flashy-tit {
        max-width: 90%;
        margin: 0 auto;
        margin: 0 auto 20px;
    }

        .flashy-tit span {
            font-size: 0.93em;
            padding: 16px 0;
        }

    .stamp-lead {
        font-size: 0.94em;
    }

    .stamp-cards {
        justify-content: center;
        width: 94%;
        gap: 12px;
        margin: 20px auto;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }

    .stamp-card {
        display: flex;
        flex-direction: unset;
        align-items: unset;
        width: unset;
        height: 148px;
        border: 1px solid #923103;
        border-radius: 10px;
    }

    .stamp-label {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        height: unset;
        border-radius: 9px 0 0 9px;
        font-size: 0.95em;
    }

    .stamp-label-h {
        padding: unset;
        height: unset;
        border-radius: 9px 0 0 9px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .stamp-counter {
        padding-bottom: 15px;
    }

    .status-messagebox {
        line-height: 1.5;
    }
    .annai-text {
        text-align: left;
        word-break: break-all;
        white-space: normal;
    }

    .how-to-participate {
        width: 90%;
    }

        .how-to-participate h3 {
            font-size: 26px;
        }

        .how-to-participate .memo {
            font-size: 12px;
        }

    .for-all, .lottery {
        width: 90%;
    }

        .for-all h3, .lottery h3 {
            font-size: 26px;
        }

    .flashy-tit-serif {
        font-size: 14.5px;
    }

        .flashy-tit-serif:before, .flashy-tit-serif:after {
            width: 17px;
            height: 24px;
            margin: 0;
        }

    #present-info .flashy-tit {
        width: 90%;
    }

    article.for-all .presentdetail, article.lottery .presentdetail {
        display: flex;
        gap: 8px;
        border: unset;
        border-radius: unset;
        padding: 15px;
        flex-direction: column;
        align-items: center;
        border-top: 1px dotted;
        padding: 16px 0 0;
    }

    .lottery {
        padding: 60px 20px 0;
    }

        .lottery figure {
            margin: 0;
            height: auto;
        }

            .lottery figure img {
                border-radius: 8px;
                width: 100%;
                height: auto;
                object-fit: contain;
            }

    article.for-all dl {
        margin: 0;
        margin-bottom: 10px;
    }

    article.for-all figure {
        margin: 0;
    }

    .for-all h3 {
        position: relative;
        margin-top: 50px;
    }

        .for-all h3:before {
            content: '';
            display: inline-block;
            position: absolute;
            top: -35px;
            left: 40%;
            width: 39px;
            height: 28px;
            background: url(../img/pre-icon.svg) no-repeat;
            background-size: contain;
            vertical-align: baseline;
        }

        .for-all h3:after {
            content: none;
        }

    #entry-section .entry-box .flashy-tit-serif {
        font-size: 21px;
    }

    #entry-section .entry-box p {
        font-size: 18px;
    }

    #entry-button {
        padding: 22px 24px;
        font-size: 28px;
    }

    #entry-section {
        width: 78%;
        border: 11px #f6ab00 dotted;
        padding: 20px 10px;
        margin-bottom: 80px;
    }
    .how-to-participate .memo {
        margin: 19px 0 70px;
    }
    #present-info {
        padding: 60px 0 40px;
    }
    .w-prebox {
        display: block;
    }

        .w-prebox .presentdetail {
            width: 100%;
        }

    .giftee_pre {
        width: 100%;
    }

    .lottery-tit {
        margin-top: 60px;
    }

        .lottery-tit:before {
            position: absolute;
            left: 27%;
            top: 0;
        }

    .spo_box figure {
        width: 41%;
        margin: 2% 4%;
        border: solid 1px #000;
        background: rgba(255, 255, 255, 1.00);
    }

    section#faq ul, section#terms ul {
        width: 90%;
    }

        section#terms ul li {
            list-style: square;
            margin-bottom: 10px;
            line-height: 1.5;
            width: 95%;
            margin-left: 5%;
        }
    #partners {
        padding: 60px 0;
    }
    .period.sp {
        display: block;
        position: unset;
        width: 92%;
        transform: unset;
        margin: 9px auto 0;
        background: #ffe786;
        color: #923408;
        padding: 2%;
        text-shadow: unset;
    }
    .lottery .presentdetail dl {
        margin: 0px;
    }
    .terms-inner{
        width:100%;
    }
        .terms-inner p {
            margin: 20px auto 16px;
            width: 90%;
        }
        section#faq h2, section#terms h2 {
            font-size: 20px;
        }
        /*スマホでリンク無効*/
    .presentdetail {
        pointer-events: none;
    }
    a.pre-sp-link.sp {
        text-align: center;
        background: #933102;
        color: #fff;
        text-decoration: none;
        padding: 14px 0;
        margin: 20px 0;
        border-radius: 5px;
    }
}

@media screen and (max-width: 350px) {
    .main-visual-wrapper {
        height: 270px; /* スマホでは高さをやや低めに */
    }

    .flashy-tit span {
        font-size: 0.7em;
    }

    #entry-section .entry-box .flashy-tit-serif {
        font-size: 16px;
    }

    #entry-section .entry-box p {
        font-size: 14px;
    }

    #entry-button {
        padding: 22px 24px;
        font-size: 24px;
    }
    .for-all h3, .lottery h3 {
        font-size: 22px;
    }
}

/*参加での表示制御*/

#entry-section {
    display: block;
}

#stamp-section {
    display: none;
}
