/* -------------------------------------------- */
/*  ▼ 全幅共通/スマホ幅で適用するCSS ▼
/* -------------------------------------------- */
html {
    font-size: 100%;
}



body {
    color: #24292E;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
}

a {
    text-decoration: none;
}

p {
    font-size: 1.3rem;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

li {
    list-style: none;
    font-size: 1.2rem;
}

.rel {
    position: relative;
}

.pc-no {
    display: block !important;
}

.wrapper {
    max-width: 67%;
    margin: 0 auto;
}

.sp-nav {
    display: none;
}

h2 {
    line-height: 1.6;
    text-align: center;
}


/* ========================== */
/* header/footer
/* ========================== */
.header {
    background: linear-gradient(0deg, #0071bc, #00b0ff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 14%;
    height: 72px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 111;
}

.header-contact {
    background: linear-gradient(0deg, #0071bc, #00b0ff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 14%;
    height: 72px;
    overflow: hidden;
    width: 100%;
    z-index: 111;
}

.header ul {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

.header ul li {
    font-size: 0.8rem;
    margin: 0 15px;
    white-space: nowrap
}

.header ul li a {
    color: #ffffff;
    transition: all 0.3s;
}

.header ul li a:hover {
    opacity: 0.5;
}

.logo,
.header-button {
    max-width: 200px;
    margin: 0;
    vertical-align: middle;
}

.header-right {
    position: relative;
    display: flex;
}

.mail-pc {
    max-width: 175px;
    vertical-align: middle;
    padding: 0 4%;
}

.mail-sp {
    max-width: 100px;
    vertical-align: middle;
    padding: 0 4%
}

.phone-pc {
    max-width: 175px;
    vertical-align: middle;
    padding: 0 4%
}

.phone-sp {
    max-width: 100px;
    vertical-align: middle;
    padding: 0 4%
}

/* ========================== */
/* main
/* ========================== */

/* --- first_view --- */
.firstview img {
    display: block
}

.text-whiteb {
    color: #0071bc;
    text-shadow: #ffffff 10pt;
}


/* --- contact_box --- */
.cta-bg {
    background-size: auto auto;
    background: linear-gradient(0deg, #0071bc, #00b0ff);
}

.cta-area01 {
    max-width: 55vw;
    margin: 0 auto;
}

.cta-flx {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    top: 7vw;
    left: 27vw;
    width: 40%;
}

.cta-flx a {
    padding: 5px 10px;
}

.cta-button {
    padding: 1% 0;
    filter: drop-shadow(5px 5px 10px #fff);
}

.cta-header {
    height: 4vw;
    background-color: #f2f2f2;
}

.cta-header p {
    color: #1b1646;
    font-size: clamp(6px, 2.5vw, 24px);
    padding: 0 auto;
    font-weight: 900;
    text-align: center;
    display: block;
    justify-content: center;
    line-height: 4vw;
}


/* --- purchase_history --- */
.ph-bg {
    background-image: url(images/history_bg.jpg);
    background-size: cover;
    padding-bottom: 1%;
}

.ph-header {
    background-color: #fff;
    height: 64px;
}

.card-wide {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 0 auto;
    padding-top: 10px;
}

.card-narrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 67%;
    margin: 0 auto;
}

.card-narrow li {
    width: 31%;
}

.ph-sec-title {
    color: #fff;
    font-size: clamp(24px, 2.2vw, 56px);
    text-shadow: 2px 2px 2px #0071bc, -2px -2px 2px #0071bc,
        -2px 2px 2px #0071bc, 2px -2px 2px #0071bc,
        2px 0 2px #0071bc, -2px 0 2px #0071bc,
        0 2px 2px #0071bc, 0 -2px 2px #0071bc;
    line-height: 64px;
}

.ph-semi-title {
    color: #fff;
    font-size: clamp(18px, 2.2vw, 40px);
    text-shadow: 2px 2px 2px #0071bc, -2px -2px 2px #0071bc,
        -2px 2px 2px #0071bc, 2px -2px 2px #0071bc,
        2px 0 2px #0071bc, -2px 0 2px #0071bc,
        0 2px 2px #0071bc, 0 -2px 2px #0071bc;
}

.ph-footer {
    width: 66%;
    margin: 0 auto;
    padding: 2%;
}

/* --- buying_items --- */
.buying-items {
    background-color: #dcf3ff;
}

.buying-sec-title {
    color: #1a1a1a;
    font-weight: 900;
    font-size: clamp(12px, 3vw, 56px);
    margin: 0 auto;
    padding-top: 2%;
}

.buying-sec-title span {
    color: #0071bc;
}

.buying-semi-title {
    color: #1a1a1a;
    font-weight: 800;
    font-size: clamp(16px, 2.5vw, 40px);
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
}

.buying-sec {
    display: flex;
}

.buying-list {
    width: 100%;
}

.buying-content {
    padding-bottom: 4%;
}

.buying-content p {
    font-size: clamp(10px, 1.5vw, 32px);
    color: #1a1a1a;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
}

.buying-content p span {
    color: #f7931e;
    font-size: clamp(18px, 2vw, 32px);
    font-weight: 900;
}

.buying-content-sp {
    display: flex;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4%;
}

.buying-content-sp p {
    font-size: clamp(12px, 1vw, 32px);
    color: #1a1a1a;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
}

.buying-content-sp p span {
    color: #f7931e;
    font-size: clamp(16px, 2vw, 32px);
    font-weight: 900;
}

.buying-lady {
    width: 90%;
}

.pc-view {
    display: block;
}

.sp-view {
    display: none;
}


/* --- burning_ritual --- */
.burning-ritual {
    background: linear-gradient(60deg, #0071bc, #ffffff);
}

.burning-sec-title {
    color: #fff;
    font-size: clamp(18px, 3.5vw, 56px);
    text-shadow: 2px 2px 2px #0071bc, -2px -2px 2px #0071bc,
        -2px 2px 2px #0071bc, 2px -2px 2px #0071bc,
        2px 0 2px #0071bc, -2px 0 2px #0071bc,
        0 2px 2px #0071bc, 0 -2px 2px #0071bc;
    padding: 4%;
}

.burning-sec-title span {
    color: #fff;
    font-size: clamp(18px, 3.5vw, 56px);
    text-shadow: 2px 2px 2px #f7931e, -2px -2px 2px #f7931e,
        -2px 2px 2px #f7931e, 2px -2px 2px #f7931e,
        2px 0 2px #f7931e, -2px 0 2px #f7931e,
        0 2px 2px #f7931e, 0 -2px 2px #f7931e;
}

.burning-content {
    padding-bottom: 15%;
}

.burning-content p {
    font-size: clamp(11px, 2.5vw, 32px);
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
}

.burning-content p span {
    color: #FCEE21;
    font-size: clamp(16px, 2.5vw, 32px);
    font-weight: 900;
}

/* --- kanto_discount --- */
.kanto-discount {
    margin: -9% 0;
}

.kanto-flx {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    top: 30vw;
    left: 50vw;
    width: 35%;
}

.kanto-img {
    filter: drop-shadow(5px 5px 10px #000000);
}

/* --- pack_plans --- */
.pack-plans {
    background: linear-gradient(0deg, #0071bc, #00b0ff);
}

.pack-img {
    padding-top: 10vw;
    padding-bottom: 4%;
}

/* --- safety_protocol --- */
.safety-protocols {
    background-color: #dcf3ff;
}

.safety-header {
    height: 5vw;
    background-color: #22b573;
}

.safety-header h2 {
    color: #fff;
    font-size: clamp(12px, 3vw, 58px);
    line-height: 5vw;
}

.corona-counter {
    padding: 4%;
}

/* --- procedures --- */
.procedures {
    background-image: url(images/procedure-bg.jpg);
    background-size: cover;
}

.procedure-header {
    height: 5vw;
    background: linear-gradient(90deg, #0038BC, #00b0ff);
}

.procedure-header h2 {
    color: #fff;
    font-size: clamp(12px, 3vw, 58px);
    line-height: 5vw;
    font-weight: 900;
}

.procedure-content {
    padding-bottom: 4%;
}

.procedure-content p {
    font-size: clamp(10px, 1.5vw, 32px);
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
}

.procedure-content span {
    font-size: clamp(11px, 2vw, 32px);
    color: #FCEE21;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
}

/* accordion */
.accordion {
    padding: 4%;
}

.toggle {
    display: none;
}

.Label {
    /*タイトル*/
    padding: 1em;
    display: block;
    color: #fff;
    background: linear-gradient(90deg, #0038BC, #00b0ff);
    font-size: clamp(11px, 2vw, 32px);
    text-align: center;
    font-weight: 900;
}

.Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}

.Label,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    padding: 4%;
    margin: 2%;
}

.content {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
}

.content p {
    font-size: clamp(11px, 1.5vw, 32px);
    color: #fff;
    text-align: center;
}

.toggle:checked+.Label+.content {
    /*開閉時*/
    height: auto;
    padding: 4% 0;
    transition: all .3s;
}

.toggle:checked+.Label::before {
    transform: rotate(-45deg) !important;
}

/* --- customer_voice --- */
.customer-voice {
    background-color: #ffffff;
}

.customer-header {
    width: 70%;
    margin: 0 auto;
    padding-top: 4%;
}

.voice {
    display: flex;
    padding: 4%;
    justify-content: space-around;
}

.voice1,
.voice2,
.voice3 {
    width: 100%;
    padding: 4%;
    filter: drop-shadow(5px 5px 10px #000000);
}

.voice-sp1,
.voice-sp2,
.voice-sp3 {
    width: 100%;
    margin: 0 auto;
    filter: drop-shadow(5px 5px 10px #000000);
}


/* --- why_chosen --- */
.why-chosen {
    background-image: url(images/chosen-bg.png);
    background-size: cover;
    background-repeat: repeat;
}

.chosen-header {
    padding-top: 4%;
}

.chosen-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 4%;
}

.chosen-box {
    width: 31%;
    justify-content: space-between;
    background-color: #fff;
    filter: drop-shadow(5px 5px 10px #000000);
    padding: 2%;
    margin: 1%;
}

.chosen-box img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}

.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: clamp(11px, 1.3vw, 32px);
}

.card-text-tax {
    margin: 0;
    padding: 1em;
    color: #818181;
    font-size: clamp(10px, 1vw, 32px);
    text-align: center;
}



/* --- frequent_qa --- */
.frequent-qa {
    background-image: url(images/question_bg.jpg);
    background-size: cover;
}

.frequent-box {
    padding-top: 4%;
}

.qa {
    color: #ffff00;
}

/* Contact */
.row {
    display: block;
    width: 100%;
    border: none !important;
    color: #2a94d2;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
}

.form {
    padding: 4%;
}

.contact-title {
    text-align: center;
    padding-top: 4%;
    font-weight: 800;
    font-size: 2.4rem;
    color: #2a94d2;
}

.step__bar {
    width: 80%;
    margin: 40px auto;
}

.step__bar2 {
    width: 80%;
    margin: 40px auto;
}

.step__bar3 {
    width: 80%;
    margin: 40px auto;
}

.step__bar ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding-inline-start: 0px;
    color: #2A94D2;
    font-weight: 600;
    margin-block-end: 0em;
}
.step__bar ul li{
    font-size: 1.5rem;
}

.step__bar2 ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding-inline-start: 0px;
    color: #2A94D2;
    font-weight: 600;
    margin-block-end: 0em;
}
.step__bar ul li{
    font-size: 1.5rem;
}

.step__bar3 ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding-inline-start: 0px;
    color: #2A94D2;
    font-weight: 600;
    margin-block-end: 0em;
}
.step__bar ul li{
    font-size: 1.5rem;
}

.step__bar p.bar {
    height: 10px;
    background-color: #dadada;
    position: relative;
    border-radius: 5px;
    margin-top: 5px;
}

.step__bar2 p.bar {
    height: 10px;
    background-color: #dadada;
    position: relative;
    border-radius: 5px;
    margin-top: 5px;
}

.step__bar3 p.bar {
    height: 10px;
    background-color: #dadada;
    position: relative;
    border-radius: 5px;
    margin-top: 5px;
}

.step__bar p.bar:after {
    position: absolute;
    content: " ";
    display: block;
    height: 10px;
    background-color: #2A94D2;
    border-radius: 5px;
    bottom: 0px;
    width: 33.3%;
}
.step__bar2 p.bar:after {
    position: absolute;
    content: " ";
    display: block;
    height: 10px;
    background-color: #2A94D2;
    border-radius: 5px;
    bottom: 0px;
    width: 66.6%;
}
.step__bar3 p.bar:after {
    position: absolute;
    content: " ";
    display: block;
    height: 10px;
    background-color: #2A94D2;
    border-radius: 5px;
    bottom: 0px;
    width: 100%;
}

/* ========================== */
/* anywhere
/* ========================== */
.text-center {
    text-align: center;
}

.pc-view-head {
    display: block !important;
}

.sp-view-head {
    display: none !important;
}


.contact-btn {
    filter: drop-shadow(3px 3px #000000)
}

.must {
    font-size: 70%;
    margin-left: 10px;
    color: #fff;
    background: #EB203E;
    padding: 2px 10px 2px;
    font-size: 13px;
    margin-bottom: 2px;
}

/*  */
@media (max-width: 1400px) {

    /* Contact Box */
    .cta-area01 {
        max-width: 70vw;
    }

    .cta-flx {
        top: 8vw;
        left: 34vw;
    }

    /* Purchase History */
    .card-narrow li {
        width: 50%;
    }

    .ice-pc {
        display: none;
    }

    .card-wide {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .card-narrow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .ph-footer {
        width: 100%;
        margin: 0 auto;
        padding: 2%;
    }

    /* Kanto Discount */
    .kanto-flx {
        top: 30vw;
        left: 49vw;
        width: 40%;
    }

    /* Customer Voice */
    .voice {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
    }

    .chosen-box {
        margin: 2% 0;
        width: calc(96% / 2);
        /* 96%幅を2で割るという指定 */
    }

}

@media screen and (max-width: 767px) {

    .pc-view-head {
        display: none !important;
    }

    .sp-view-head {
        display: block !important;
    }

    .header {
        background: linear-gradient(0deg, #0071bc, #00b0ff);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 4%;
        height: 72px;
        overflow: hidden;
        position: fixed;
        width: 100%;
        z-index: 111;
    }

    .header-contact {
        background: linear-gradient(0deg, #0071bc, #00b0ff);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 4%;
        height: 72px;
        overflow: hidden;
        width: 100%;
        z-index: 111;
    }

    .logo,
    .header-button {
        max-width: 100%;
        margin: 0;
        vertical-align: middle;
    }

    .header-right {
        position: relative;
        display: flex;
    }

    /* Contact Box */
    .cta-area01 {
        max-width: 95vw;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .cta-flx {
        display: block;
        top: 20vw;
        margin: 0;
        padding-top: 10px;
        right: 0;
        left: 4vw;
        width: 90%;
    }

    .cta-flx a {
        padding: 10px 0;
    }

    .cta-flx img {
        margin: auto;
        width: 95%;
    }



    /* Purchase History */
    .wrapper {
        padding: 0 4%;
        max-width: 100%;
    }

    .card-wide {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .card-narrow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .ph-footer {
        width: 100%;
        margin: 0 auto;
        padding: 2%;
    }

    /* Buying Items */

    .pc-view {
        display: none;
    }

    .sp-view {
        display: block;
    }

    /* Kanto Discount */
    .kanto-flx {
        display: block;
        top: 28vw;
        margin: 0;
        padding-top: 10px;
        right: 0;
        left: 49vw;
        width: 40%;
    }

    /* Why Chosen */

    .chosen-box {
        margin: 2% auto;
        padding: 0;
        width: 96%;
        background: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    }
}