html {
    background-color: black;
    font-size: 62.5%;
    letter-spacing: 1px;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
}

:link,
:visited,
:hover,
:active,
:focus {
    color: inherit;
}

a {
    text-underline-offset: 3px;
}

/* 769px以上のとき */
@media screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
}

/* 768px以下のとき */
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}

.anchor {
    position: relative;
}


.mainWrap {
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    border-left: 1px solid #ce0000;
    border-right: 1px solid #ce0000;

}

.head {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.wrap {
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    color: #4c4c4c;
    border-left: 1px solid #ce0000;
    border-right: 1px solid #ce0000;
}

.box-A {
    width: 100%;
    border: none;
    margin: 150px 0 40px;
}


.box-B {
    width: 85%;
    margin: 0 auto;
    border: none;
    color: white;
    font-size: clamp(1.6rem, 1.3436rem + 1.094vw, 2rem);
}

.box-B span {
    color: #ce0000;
    margin: 30px 0 5px;
    font-size: clamp(1.6rem, 1.3436rem + 1.094vw, 2rem);
}

.box-B span.caution {
    font-size: clamp(1.4rem, 1.2718rem + 0.547vw, 1.6rem);
    color: white;
    margin: 0;
}

.box-C {
    width: 85%;
    margin: 0 auto;
    border: none;
    color: white;
    font-family: "source-han-serif-jp-variable", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: clamp(1.6rem, 1.3436rem + 1.094vw, 2rem);
}

.box-C span {
    color: #ce0000;
    margin: 30px 0 5px;
    font-size: clamp(1.6rem, 1.3436rem + 1.094vw, 2rem);
}

.box-C span.caution {
    font-size: clamp(1.4rem, 1.2718rem + 0.547vw, 1.6rem);
    color: white;
    margin: 0;
}


footer {
    width: 100%;
    background: url(../images/footer_back.webp);
    background-size: contain;
    margin: 150px auto 0;
    padding: 1em;
}

footer p {
    font-family: "source-han-serif-jp-variable", sans-serif;
    font-variation-settings: "wght" 400;
    text-align: center;
    line-height: 2;
    font-size: clamp(1.4rem, 1.2718rem + 0.547vw, 1.6rem);
    margin: 0;
    color: white;
    cursor: default !important;
}

footer p {
    cursor: default;
    color: white !important;
}

footer p:hover {
    color: white !important;
}


.snsArea {
    width: 100%;
    margin: 2em auto 0;
    display: flex;
    flex-direction: column;
}

.snsArea .block {
    width: 32%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto 30px;
}

.snsArea a {
    width: 20%;
}

.snsArea img {
    display: inline;
    width: 100%;
    vertical-align: middle;
}



.leadBox {
    width: 100%;
    font-size: clamp(1.8rem, 1.6718rem + 0.547vw, 2rem);
    line-height: 1.8;
    letter-spacing: 2px;
}

.leadBox_b {
    width: 100%;
}

p {
    font-size: clamp(1.4rem, 1.2718rem + 0.547vw, 1.6rem);
    margin: 0.5em 0 0 0;
    color: white;
}

p.midashi {
    margin: 0;
}

p.caution {
    font-size: clamp(1.4rem, 1.2718rem + 0.547vw, 1.6rem);
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
    color: white;
}

p.caution_w {
    font-size: clamp(1.4rem, 1.2718rem + 0.547vw, 1.6rem);
    line-height: 1.6;
    padding-left: 2em;
    text-indent: -1em;
}

li {
    list-style-type: none;
    font-size: clamp(1.4rem, 1.2718rem + 0.547vw, 1.6rem);
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
    margin: 5px 0;
}

span {
    display: inline-block;
}

span.ex14 {
    font-size: clamp(1.2rem, 1.0718rem + 0.547vw, 1.4rem);
}

span.ex12 {
    font-size: 1.2rem;
}

.box-C li {
    margin-top: 10px;
}

.bold {
    font-weight: 500;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb2m {
    margin-bottom: 2em;
}

/* item */

.itemWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    margin-bottom: 60px;
}

.itemBox {
    flex-basis: calc((100% - 15px * 2) / 3);
    border: 2px solid #ce0000;
    padding: 1em;
    background-color: white;
}

.itemTextWrap {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.itemTextWrap .itemName {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.4rem, 1.2718rem + 0.547vw, 1.6rem);
    color: #4a4a4a;
}

.itemTextWrap .itemPrice {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.4rem, 1.2718rem + 0.547vw, 1.6rem);
    text-align: right;
    color: #4a4a4a;
}


/* popup-content */

.popup-box_i {
    position: relative;
    width: 40%;
    background-color: black;
    margin: 0 auto;
    color: white;
    font-family: source-han-serif-jp-variable, sans-serif;
    font-variation-settings: "wght" 400;
}

.popup-box_i a {
    color: white;
    text-decoration: underline;
}


.popup-content,
.popup-box_i {
    color: white;
}

.popup-content .itemName_b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    color: white;
    letter-spacing: 1px;
}

.popup-content .itemPrice_b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    color: white;
    letter-spacing: 1px;
    text-align: right;
}

.popup-content .itemSpec {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: white;
    letter-spacing: 1px;
    margin-top: 30px;
    line-height: 1.6;
}

/* アニメーション用のクラス */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
    /* 背景の暗さ */
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
}


#goto_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
}

#goto_top a {
    width: 90px;
    text-align: center;
    display: block;
    opacity: 0.9;
    transition: all .3s ease;
}

#goto_top a:hover {
    text-decoration: none;
    opacity: .5;
}


@media screen and (max-width:850px) {

    .flexWrap {
        gap: 10px;
    }

    .itemBox {
        flex-basis: calc((100% - 10px * 2) / 2);
    }

    .popup-box_i {
        width: 80%;
    }

    .popup-content .itemName_b {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2rem;
        color: white;
        letter-spacing: 1px;
    }

    .popup-content .itemPrice_b {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2rem;
        color: white;
        letter-spacing: 1px;
        text-align: right;
    }

    .popup-content .itemSpec {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        color: white;
        letter-spacing: 1px;
        margin-top: 30px;
        line-height: 1.6;
    }

    #goto_top {
        bottom: 20px;
        right: 3%;
    }

    #goto_top a {
        width: 60px;
    }


}

@media screen and (max-width:500px) {

    .logoBox {
        width: 80%;
        max-width: auto;
        margin: 0 auto 50px;
        padding: 0 10px;
        top: 80vw;
    }

    .leadBox {
        width: 80%;
        margin: 19em auto 1em;
    }


    .leadBox p {
        font-size: 2.2rem;
    }

    .leadBox p.t04 {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }

    .popup-box_i {
        position: relative;
        width: 90%;
        background-color: black;
        margin: 0 auto;
        color: white;
        font-family: source-han-serif-jp-variable, sans-serif;
        font-variation-settings: "wght" 400;
    }

    .popup-box_i a {
        color: white;
        text-decoration: underline;
    }

    .popup-content,
    .popup-box_i,
    .popup-box_cm {
        color: white;
        padding-top: 1em;
    }

}


@media (360px <=width <850px) {

    .mainWrap {
        width: 100%;
        border: none;
    }

    .wrap {
        width: 100%;
        border: none;
    }

    .head {
        width: 100%;
        border: none;
    }

    .top_box {
        width: 80%;
        margin: 10px auto 0;
        border: 1px solid #ce0000;
        font-size: 2rem;
        color: #ce0000;
        text-align: center;
        padding: 1em;
    }

    footer {
        width: 100%;
        padding: 1em;
        margin-top: 150px;
        background-size: cover;
    }

    .snsArea .block {
        width: 60%;
    }
}

@media (360px <=width <=428px) {
    .box-A {
        width: 100%;
        border: none;
        margin: 90px 0 40px;
    }


    .box-B {
        width: 90%;
        margin: 0 auto;
        border: none;
        color: white;
    }

    .box-B span {
        color: #ce0000;
        margin: 10px 0 5px;
    }

    .box-B span.caution {
        color: white;
        margin: 0;
    }

    .box-C {
        width: 90%;
        margin: 0 auto;
        border: none;
        color: white;
        font-family: "source-han-serif-jp-variable", sans-serif;
        font-variation-settings: "wght" 400;
    }

    .snsArea {
        width: 100%;
        margin: 6px auto 0;
    }

    .snsArea .block {
        width: 55%;
        margin: 0 auto 25px;
    }

    .snsArea .block:last-child {
        margin-bottom: 15px;
    }

    .snsArea img {
        width: 100%;
    }

}

/* effect */

.fade-in {
    opacity: 0;
    transition: 0.8s ease-in-out;
    filter: blur(20px);
}

.fade-in.show {
    opacity: 1;
    filter: blur(0);
    translate: 0;
}