
/* Reset */
html, body {
    background-color: #fff !important;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #010000;
    margin: 48px 0;
    font-size: 20px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        margin-top: 25px;
    }
}

/* Common */

.content-wrap img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.p-note {
    text-align: right;
    margin-top: 20px;
}

.p-align-center {
    text-align: center;
}

.p-align-right {
    text-align: right !important;
}

.p-mb0 {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .content-wrap {
        padding-inline: 4vw;
    }

    .sp_none {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .content-wrap {
        max-width: 800px;
        margin: 0 auto;
    }

    .pc_none {
        display: none;
    }
}

.p-color-red {
    color: #d31a29;
}

.p-text-bold {
    font-weight: bold;
}

.p-attention {
    color: #d31a29;
    border: 2px solid #d31a29;
    padding-block: 27px;
    padding-inline: 30px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-attention {
        border-width: 1px;
        padding-block: 10px;
        padding-inline: 15px;
        margin-bottom: 40px;
        font-size: 12px;
        margin-bottom: 20px;
    }
}

/* Main visual */

.p-mainvisual {
    margin-bottom: 25px;
}

.p-mainvisual-heading {
    background-color: #96cbe0;
    margin-bottom: 40px;
    padding-block: 25px 20px;
}

.p-title {
    text-align: center;
    font-size: 40px;
}

.p-title span {
    color: #a20073;
}

@media screen and (max-width: 767px) {
    .p-mainvisual-heading {
        margin-bottom: 20px;
        padding-block: 10px 4px;
    }
    
    .p-mainvisual-heading img {
        max-width: calc(497 / 750 * 100vw);
    }

    .p-mainvisual {
        margin-bottom: 14px;
    }

    .p-title {
        font-size: 24px;
    }
}

/* Step */

.p-step {
    border-width: 4px;
    border-style: solid;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    overflow: hidden;
    margin-bottom: 56px;
    background-color: #fff;
}

.p-step.p-step-01 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.p-step-heading {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding-block: 6px 8px;
}

#waon .p-step {
    border-color: #bee8f4;
}

#waon .p-step-heading {
    background-color: #bee8f4;
}

#aeon .p-step {
    border-color: #b50081;
}

#aeon .p-step-heading {
    background-color: #b50081;
}

#aeon .p-step-text,
#aeon .p-step-note {
    text-align: center;
}

.p-step-body {
    padding-inline: 80px;
    padding-block: 32px 49px;
}

.p-step-text {
    font-size: 24px;
    line-height: 1.65;
    margin-top: 0;
    margin-bottom: 1.1em;
}

.p-step-note {
    font-size: 20px;
    margin-bottom: 33px;
}

.p-step-note.p-align-right {
    margin-top: 20px;
}

.p-step-arrow {
    margin-block: 43px;
}

@media screen and (max-width: 767px) {
    .p-step {
        border-width: 1px;
        margin-bottom: 25px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .p-step-01 .p-step-heading img {
        max-width: calc(390 / 750 * 100vw);
    }
    .p-step-02 .p-step-heading img {
        max-width: calc(460 / 750 * 100vw);
    }
    .p-step-03 .p-step-heading img {
        max-width: calc(630 / 750 * 100vw);
    }
    
    .p-step-body {
        padding-inline: 15px;
        padding-block: 15px;
    }

    .p-step-text {
        font-size: 14px;
    }

    .p-step-note {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .p-step-arrow {
        max-width: 30px;
        margin: 15px auto;
    }
}

/* Store List */

.p-store {
    margin-bottom: 60px;
}

.p-store-list {
    margin-top: 60px;
    border: 4px solid #bee8f4;
    background-color: #fff;
}
.p-store-list-heading {
    background-color: #bee8f4;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.075em;
    padding-block: 22px 17px;
    position: relative;
    cursor: pointer;
    transition: opacity .4s;
}

.p-store-list-heading .icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 36px;
    display: block;
    transform: translateY(-50%);
}

.p-store-list-heading .icon::before,
.p-store-list-heading .icon::after {
    display: block;
    content: '';
    background-color: #000;
    width: inherit;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    transition: transform .4s;
}

.p-store-list-heading .icon::before {
    transform: translate(0, -50%) rotate(90deg);
}

.p-store-list-heading .icon::after {
    transform: translate(0, -50%);
}

.p-store-list-body {
    margin: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .4s;
}

.p-store-list-content {
    padding: 30px;
}

.p-store-list-ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

.p-store-list-note {
    margin-block: 20px 0;
    text-align: right;
}

.j-accordion.is-open dt span::before {
    transform: translate(0, -50%) rotate(180deg);
}

.j-accordion.is-open .p-store-list-body {
    max-height: 1000px;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .p-store-list {
        margin-top: 35px;
        border-width: 1px;
    }

    .p-store-list-heading {
        font-size: 18px;
        padding-block: 13px 10px;
    }

    .p-store-list-heading .icon {
        width: 15px;
        height: 15px;
        right: 15px;
    }

    .p-store-list-heading .icon::before,
    .p-store-list-heading .icon::after {
        height: 3px;
    }

    .p-store-list-content {
        padding: 15px;
    }
}


/* Tab */
.p-tab {
    margin-top: 60px;
}

.p-tab-nav {
    display: flex;
    justify-content: space-between;
}

.p-tab-nav button {
    border: 0;
    cursor: pointer;
    width: calc(50% - 5px);
    border-radius: 10px 10px 0 0;
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-block: 10px;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    background-color: #fff;
}

.p-tab-nav button.is-open {
    font-weight: bold;
}

.p-tab-body {
    display: none;
}

.p-tab-body.is-open {
    display: block;
}

.p-tab-nav button#waon {
    border-color: #bee8f4;
    opacity: 1 !important;
}

.p-tab-nav button#aeon {
    color: #fff;
    border-color: #b50081;
    color: #b50081;
    opacity: 1 !important;
}

.p-tab-nav button#waon.is-open {
    background-color: #bee8f4;
}

.p-tab-nav button#aeon.is-open {
    background-color: #b60081;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .p-tab-nav button {
        font-size: 12px;
        border-width: 1px 1px 0 1px;
        padding-block: 8px;
        width: calc(50% - 3px);
    }
}

.qx-hidepc--small {
    display: none;
}

@media screen and (max-width: 374px) {
    .qx-hidepc--small {
        display: inline-block;
    }
}