:root {
    --yellow: #21b8c5;
    --orange: #e4007f;
    --navy: #0f3675;
    --red: #8faa00;
    --red-deep: #8b000f;
    --red-base: #b10f2e;
    --red-light: #d43a49;
    --gold-dark: #a86e00;
    --gold: #d4af37;
    --gold-light: #f7df7a;
}

body {
    font-family: "Noto Sans JP", serif !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
    overflow-x: hidden;
    background:
        repeating-linear-gradient(90deg,
            rgba(255, 215, 120, .35) 0 1.5px,
            transparent 1.5px 48px),
        repeating-linear-gradient(0deg,
            rgba(255, 215, 120, .28) 0 1.5px,
            transparent 1.5px 48px),
        radial-gradient(1200px 800px at 50% 0%,
            #ff3b3b 0%,
            #e60023 45%,
            #b3001b 75%,
            #7a0012 100%);
    background-attachment: fixed;
    position: relative;
}

a {
    text-decoration: none !important;
    color: #fff !important;
}

.cloud {
    position: fixed;
    top: 18vw;
    left: 3vw;
    width: 20vw;
    z-index: -10;
}

.cloud.no2 {
    top: 30vw;
    left: 20vw;
}

.cloud.no3 {
    top: 70vw;
    left: 80vw;
}

.cloud.no4 {
    width: 28vw;
    top: 90vw;
    left: -5vw;
}

.cloud.no5 {
    width: 28vw;
    top: 40vw;
    left: 90vw;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }

    .cloud {
        top: 30px;
        left: 10px;
        width: 200px;
        z-index: -10;
    }

    .cloud.no2 {
        top: 300px;
        left: 200px;
    }

    .cloud.no3 {
        top: 500px;
        left: auto;
        right: 20px;
    }

    .cloud.no4 {
        width: 250px;
        top: auto;
        bottom: 20px;
        left: -100px;
    }

    .cloud.no5 {
        width: 250px;
        top: 20px;
        left: auto;
        right: -10px;
    }
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 店舗メニュー 編集不可 */

.area_title {
    background: url("./img/img_7.png")no-repeat;
    background-size: cover;
    height: 40vw;
}

.area_title .box {
    color: #0f3675;
    background-color: #ffffffd0;
}

.secAccordion {
    width: 95%;
    margin: 0 auto;
}

.secAccordion .address {
    font-size: .875rem;
}

.secAccordion .address a {
    background-color: #0f3675;
    text-decoration: none;
    padding: 1px 9px;
    font-size: .75rem;
    margin-left: 3px;
}

@media screen and (min-width:768px) {
    .area_title {
        height: 300px;
        max-width: 768px;
        background-position: bottom;
        margin: 0 auto;
    }

    .area_title .box {
        background-color: #ffffffd7;
        font-size: 1.5rem;
    }

    .secAccordion {
        width: 768px;
        margin: 0 auto;
    }

    .secAccordion .left,
    .secAccordion .right {
        width: 384px;
    }
}

/* 店舗メニュー 編集不可 */

#gift{
    display: none;
}

header {
    height: auto;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

header .brandLogo {
    width: 20vw;
}

header .logo {
    width: 30vw;
}

header .headerBanner {
    background-color: #0f3675;
    color: #fff;
    font-size: min(3vw, 20px);
    letter-spacing: min(.5vw, .5px);
    height: fit-content;
    font-weight: 600;
    width: 35%;
    text-align: center;
}

header .bannerImg {
    position: absolute;
    top: 15vw;
    right: 0;
    width: 50%;
    cursor: pointer;
    animation: fluffy 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes fluffy {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-6px) scale(1.03);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}


@media screen and (min-width:768px) {
    header {
        height: 150px;
        max-height: 150px;
    }

    header .brandLogo {
        width: 200px;
    }

    header .logo {
        width: 300px;

    }

    header .headerBanner {
        background-color: #0f3675;
        color: #fff;
        font-size: min(3vw, 20px);
        letter-spacing: min(1vw, 1px);
        height: fit-content;
        font-weight: 600;
        width: 250px;
    }

    header .bannerImg {
        position: absolute;
        top: 110px;
        right: 0;
        width: 400px;
        cursor: pointer;
        animation: fluffy 2s ease-in-out infinite;
        transform-origin: center;
    }
}

.secHero {
    padding: 100px 0 3vw;
    position: relative;
}

.secHero::after {
    position: absolute;
    background: url(./img/bg_pc.png) no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -11;
}

.secHero .img {
    width: 95%;
    margin: 2.5%;
}

.secHero .detail {
    background: url(./img/bg_ticket_sp.png) no-repeat;
    width: 100%;
    background-size: 90%;
    background-position: center;
    height: fit-content;
    position: relative;
    height: 135vw;
}

.secHero .detail .img {
    position: absolute;
    width: 60%;
    bottom: 2vw;
    left: 20%;
    z-index: 0;
}

.secHero .detail .flower {
    position: absolute;
    width: 20vw;
    top: -2vw;
    right: 5vw;
    z-index: 0;
}

.secHero .detail .hojokin {
    width: 65vw;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}


.secHero .detail .ttl {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: min(4vw, 19px);
    letter-spacing: 2px;
    font-weight: 700;
}

.secHero .detail .txt {
    width: 53%;
    margin: 0 auto;
    font-size: min(3vw, 15px);
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    z-index: 100;
    line-height: 5vw;
    padding-top: 10vw;
}

@media screen and (min-width: 768px) {
    .secHero {
        padding: 180px 0 0px;
    }

    .secHero::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: -11;
        background-size: cover;
    }

    .secHero .img {
        width: 960px;
        margin: 0 auto;
    }

    .secHero .detail {
        width: 960px;
        background: url(./img/fv_ticket_pc.png) no-repeat;
        margin: 0 auto;
        background-size: 960px;
        background-position: center;
        height: fit-content;
        position: relative;
        padding: 80px 0 280px;
    }

    .secHero .detail .img {
        position: absolute;
        width: 75%;
        bottom: 80px;
        left: 12.5%;
        z-index: 0;
    }

    .secHero .detail .flower {
        width: 120px;
        top: -10px;
        right: 100px;
    }

    .secHero .detail .ttl {
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 700;
    }

    .secHero .detail .txt {
        width: 50%;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 38px;
        padding-top: 0;
    }

    .secHero .detail .hojokin {
        width: 560px;
        margin: 0 auto;
        position: relative;
        z-index: 100;
    }
}

.secDeck {
    padding: 10vw 0;
}

.secDeck .ticket {
    background: url(./img/bg_ticket_sp.png)no-repeat;
    width: 90%;
    height: fit-content;
    margin: 0 auto;
    background-size: 100%;
    padding: 18vw 0;
}

.secDeck .ticket.long {
    background: url(./img/bg_holder_sp.png)no-repeat;
    width: 90%;
    height: fit-content;
    margin: 0 auto;
    background-size: 100%;
    padding: 10vw 0;
}

.secDeck .ticket .img {
    width: 70%;
    margin: 0 auto;
    padding-top: 15vw;
    padding-bottom: 3vw;
}

.secDeck .ticket.long .img {
    width: 60%;
    margin: 0 auto;
    padding-top: 5vw;
    padding-bottom: 3vw;
}

.secDeck .ticket .txtContent {
    width: 70%;
    margin: 2vw auto 0;
    position: relative;
    color: #292929;
}

.secDeck .ticket .miraiecoContent {
    width: 70%;
    margin: 2vw auto 0;
    position: relative;
    color: #292929;
}

.secDeck .ticket .txtContent .img {
    position: absolute;
    width: 20vw;
    top: -67vw;
    right: 0;
}

.secDeck .ticket .txtContent .img2 {
    position: absolute;
    width: 70vw;
    top: -67vw;
    left: 0vw;
}

.secDeck .ticket.long .txtContent .img {
    position: absolute;
    width: 22vw;
    top: -100vw;
    right: 0;
}

.secDeck .ticket .ttl {
    font-size: 4vw;
    letter-spacing: min(1vw, 1px);
    font-weight: 800;
    text-align: center;
    line-height: 8vw;
}

.secDeck .ticket .txt {
    margin-top: 3vw;
    font-size: 3.4vw;
    letter-spacing: min(1vw, 1px);
    font-weight: 500;
    line-height: 5.5vw;
}

.secDeck .ticket .table_section {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    font-size: min(4vw, 17px);
    font-weight: 600;
    letter-spacing: min(.5vw, 1px);
    position: relative;
    z-index: 10;
}

.secDeck .ticket .table_section tr {
    height: 15vw;
    border: 1px solid #000;
}

.secDeck .ticket .table_section .orange {
    background-color: #ff9f0f;
    color: #fff;
    border: 1px solid #000;
}

.secDeck .ticket .table_section .white {
    background-color: #fff;
    border: 1px solid #000;
}

.secDeck .ticket .table_section td {
    background-color: #ffffd3;
    color: #000;
    border: 1px solid #000;
}

.secDeck .ticket span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

@media screen and (min-width:768px) {
    .secDeck {
        padding: 30px 0;
    }

    .secDeck .sp {
        display: none;
    }

    .secDeck .ticket {
        background: url(./img/bg_ticket_pc.png)no-repeat;
        width: 960px;
        height: fit-content;
        padding: 100px 0;
        background-size: 960px;
        background-position: center;
    }

    .secDeck .ticket.long {
        background: url(./img/bg_holder_pc.png)no-repeat;
        width: 960px;
        height: fit-content;
        padding: 100px 0;
        background-size: 960px;
        background-position: center;
    }

    .secDeck .ticket .img {
        width: 400px;
        margin: 0;
        margin-left: 50px;
        padding-top: 90px;
    }

    .secDeck .ticket.long .img {
        width: 310px;
        margin: 0;
        margin-left: 100px;
        padding-top: 18px;
    }

    .secDeck .ticket .txtContent {
        width: 420px;
        margin: 0px auto 0;
        padding-top: 30px;
    }

    .secDeck .ticket .txtContent .img {
        width: 100px;
        top: -30px;
        right: 0;
    }

    .secDeck .ticket.long .txtContent .img {
        width: 140px;
        top: -50px;
        right: 0;
    }

    .secDeck .ticket .txtContent .img2 {
        width: 300px;
        top: -50px;
        left: -400px;
    }

    .secDeck .ticket .ttl {
        text-align: left;
        font-size: 20px;
        line-height: normal;
    }

    .secDeck .ticket .txt {
        margin-top: 20px;
        width: 85%;
        font-size: 14px;
        line-height: 27px;
    }

    .secDeck .ticket .miraiecoContent {
        width: 680px;
        margin: 30px auto;
        position: relative;
        color: #292929;
    }

    .secDeck .ticket .table_section {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
        font-size: min(4vw, 17px);
        font-weight: 600;
        letter-spacing: min(.5vw, 1px);
        position: relative;
        z-index: 10;
    }

    .secDeck .ticket .table_section tr {
        height: 70px;
    }

    .secDeck .ticket .txt {
        text-align: left;
    }

    .secDeck .ticket .txt .sp {
        display: none;
    }

    .secDeck .ticket.long .txt.sm {
        text-align: left;
        font-size: 12.6px;
    }
}

.secReason {
    width: 80%;
    margin: 0 auto;
    padding: 10vw 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    background: url(./img/deckImg9_pc.png)no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.secReason .ttl {
    color: #fff;
    position: relative;
    font-size: 3vw;
    font-weight: 500;
    letter-spacing: 1px;
}

.secReason .ttl span {
    font-size: 6vw;
    font-weight: 800;
}

.secReason .ttl::before {
    position: absolute;
    content: "";
    width: 2vw;
    height: 2vw;
    top: 5vw;
    left: 25vw;
    background: url("./img/img_04.png")no-repeat;
    background-size: contain;
}

.secReason .bg-white {
    width: 90%;
    border-radius: 6px;
    margin: 0 auto;
    letter-spacing: 1px;
    position: relative;
}

.secReason .bg-white .number {
    position: absolute;
    top: -3vw;
    font-size: 4vw;
    font-weight: 700;
    background-color: #0f3675;
    color: #fff;
    width: 7vw;
    height: 7vw;
}


.secReason .bg-white .lead {
    width: 80%;
    margin: 0 auto;
    font-size: min(4vw, 17px);
    font-weight: 700;
    letter-spacing: 1px;
}

.secReason .bg-white .txt {
    width: 80%;
    margin: 0 auto;
    font-size: min(3vw, 14px);
    font-weight: 600;
    letter-spacing: 1px;
    text-align: justify;
}

@media screen and (min-width:768px) {

    .secReason {
        width: 960px;
        padding: 100px 0;
    }

    .secReason .d-md-flex {
        width: 90%;
        margin: 0 auto;
    }

    .secReason .ttl {
        font-size: 23px;
    }

    .secReason .ttl span {
        font-size: 40px;
        font-weight: 800;
    }

    .secReason .ttl::before {
        width: 10px;
        height: 10px;
        top: 38px;
        left: 380px;
    }

    .secReason .bg-white {
        width: 45%;
        border-radius: 12px;
    }

    .secReason .bg-white .number {
        top: -20px;
        font-size: 27px;
        width: 42px;
        height: 42px;
        left: 15px;
    }


    .secReason .bg-white .img {
        width: 80%;
        margin: 0 auto;
    }
}

.secHouse {
    width: 100%;
    height: 40vw;
}

.secHouse .img {
    width: 100%;
    height: 100%;
}

.secHouse .img img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

@media screen and (min-width: 768px) {
    .secHouse {
        width: 960px;
        height: 400px;
        margin: 0 auto;
    }
}