: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, 255, 255, 0.18) 0 1px,
        transparent 1px 40px,
        rgba(255, 255, 255, 0.10) 40px 41px,
        transparent 41px 48px),
    repeating-linear-gradient(0deg,
        rgba(255, 255, 255, 0.18) 0 1px,
        transparent 1px 40px,
        rgba(255, 255, 255, 0.10) 40px 41px,
        transparent 41px 48px),
    radial-gradient(1200px 800px at 50% 0%,
        rgba(255, 59, 59, 0.85) 0%,
        rgba(230, 0, 35, 0.85) 45%,
        rgba(179, 0, 27, 0.85) 75%,
        rgba(122, 0, 18, 0.85) 100%);


    background-attachment: fixed;
    position: relative;
}

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


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

}

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: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}

@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 {
        top: 120px;
        bottom: auto;
        left: auto;
        right: 20px;
        width: 200px;
        cursor: pointer;
        animation: fluffy 2s ease-in-out infinite;
        transform-origin: center;
    }
}

.secHero {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: min(10vw, 150px);
    position: relative;
}

.banner{
    position: absolute;
    width: 100%;
    max-width: 960px;
    top: min(355vw, 3450px);
    cursor: pointer;
}

.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;
    }
}