/*===========================================================================*/
/*  header/subHeader  */
/*===========================================================================*/
.c-store__subHead {
    color: #FFF;
    text-align: center;
    font-size: 170px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: .6;
    z-index: -1;
    white-space: nowrap;
}

.c-store__head {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .12em;
}

@media screen and (max-width: 900px) {
    .c-store__subHead {
        font-size: 80px;
        line-height: .8;
    }

    .c-store__head {
        font-size: 24px;
    }
}

/*===========================================================================*/
/*  lower__mv  */
/*===========================================================================*/
.p-store__mv--head {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

@media screen and (max-width: 900px) {
    .p-store__mv--head {
        font-size: 20px;
        line-height: 1.4;
    }
}

/*===========================================================================*/
/*  service  */
/*===========================================================================*/
.p-service {
    padding-top: 131px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

.p-service__subHead {
    top: 85px;
}

.p-service__txt01 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9;
    margin-top: 25px;
}

.p-service__txt01--pc {
    background-color: #45C0A8;
    padding: 2px 5px 3px 13px;
    border-radius: 10px;
}

.p-service__txt02 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9; 
    margin-top: 12px;
}

.p-service__list {
    margin-top: -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-service__list li {
    margin-top: 40px;
    width: 31.2%;
    background-color: #FFF;
    border-radius: 30px;
    padding: 55px 30px 30px;
}

.p-service__list--img {
    width: 100px;
    margin: 0 auto;
}

.p-service__list li h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .12em;
}

.p-service__list li h3.--06 {
    margin-top: 38px;
}

.p-service__list--txt {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
}

.p-service__list--txt.--06 {
    margin-top: 34px;
}

.p-service__txt03 {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9; 
}

@media screen and (max-width: 900px) {
    .p-service {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .p-service__subHead {
        top: 40px;
    }

    .p-service__txt01 {
        font-size: 14px;
        margin-top: 12px;
    }

    .p-service__txt01--pc {
        background-color: transparent;
    }

    .p-service__txt01--sp {
        background-color: #45C0A8;
        padding: 0px 10px 2px;
        border-radius: 10px;
        margin-top: 8px;
    }

    .p-service__txt02 {
        font-size: 14px;
        line-height: 1.8; 
        margin-top: 10px;
    }

    .p-service__list {
        margin-top: 10px;
    }

    .p-service__list li {
        margin-top: 15px;
        width: 100%;
        border-radius: 20px;
        padding: 25px 20px 20px;
    }

    .p-service__list--img {
        width: 85px;
        margin: 0 auto;
    }

    .p-service__list li h3 {
        margin-top: 8px;
        font-size: 20px;
    }
    
    .p-service__list li h3.--06 {
        margin-top: 20px;
    }

    .p-service__list--txt.--06 {
        margin-top: 15px;
    }

    .p-service__txt03 {
        margin-top: 30px;
        text-align: justify;
        font-size: 14px; 
    }
}

/*===========================================================================*/
/*  how-to-order  */
/*===========================================================================*/
.p-hto {
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

.p-hto__inner {
    padding-top: 114px;
    border-top: solid 1px #ACACAC;
}

.p-hto__subHead {
    top: 68px;
}

.p-hto__list--wrapper {
    margin-top: 61px;
    padding: 70px 30px;
    background-color: #FFF;
    border-radius: 40px;
}

.p-hto__list {
    display: flex;
    margin: 0 auto;
    row-gap: 20px;
    column-gap: 42px;
    max-width: 1100px;
    flex-wrap: wrap;
    justify-content: center;
}

.p-hto__list li {
    position: relative;
    padding: 58px 12px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background-color: #F4F0E5;
    border-radius: 10px;
    width: 186px;
}

.p-hto__list li.--01 {
    background: linear-gradient(174deg, #FFF1CB 0%, #FFE294 80.64%);
}

.p-hto__list li.--05 {
    background: linear-gradient(176deg, #7AF2DB 0%, #0DCDA8 93.33%);
}

.p-hto__list li::before {
    background: url(../img/store/store-arrow.webp);
    background-size: contain;
    content: '';
    height: 29px;
    left: -32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
}

.p-hto__list li:nth-of-type(1)::before {
    display: none;
}

.p-hto__list--title {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 8px;
    padding-bottom: 6px;
    width: calc(100% - 20px);
    text-align: center;
    color: #DFD7C0;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 4px 4px 15px 0 #E3DCCB;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .1em;
}

.p-hto__list li.--01 .p-hto__list--title {
    color: #FFE294;
    box-shadow: 4px 4px 15px 0 rgba(239, 194, 72, 0.49);
}

.p-hto__list li.--05 .p-hto__list--title {
    color: #45C0A8;
    box-shadow: 4px 4px 8px 0 rgba(5, 197, 160, 0.40);
}

.p-hto__list--txt {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.p-hto__list li.--05 .p-hto__list--txt {
    color: #FFF;
}

.p-hto__txt {
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9; 
}

@media screen and (max-width: 1240px) {
    .p-hto__list {
        max-width: 700px;
    }
}

@media screen and (max-width: 900px) {
    .p-hto {
        padding-bottom: 50px;
    }

    .p-hto__inner {
        padding-top: 60px;
    }

    .p-hto__subHead {
        top: 19px;
    }

    .p-hto__list--wrapper {
        margin-top: 30px;
        padding: 20px 20px 30px;
        border-radius: 20px;
    }

    .p-hto__list {
        max-width: 100%;
        flex-direction: column;
        row-gap: 42px;
    }

    .p-hto__list li {
        padding: 60px 39px 25px;
        border-radius: 11px;
        width: 100%;
    }

    .p-hto__list li::before {
        height: 22px;
        top: -32px;
        width: 29px;
        background: url(../img/store/store-arrow-sp.webp);
        background-repeat: no-repeat;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
    }

    .p-hto__list--txt {
        text-align: center;
        margin: 0 auto;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
    }

    .p-hto__txt {
        padding-top: 15px;
        text-align: justify;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: .06em;
    }
}

/*===========================================================================*/
/*  payment  */
/*===========================================================================*/
.p-payment {
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

.p-payment__inner {
    padding-top: 114px;
    border-top: solid 1px #ACACAC;
}

.p-payment__subHead {
    top: 68px;
}

.p-payment__txt {
    margin-top: 28px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9; 
}

.p-payment__list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.p-payment__list li {
    width: 31.2%;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.p-payment__list--img01 {
    width: 70px;
    margin: 0 auto;
}

.p-payment__list--txt01 {
    margin-top: 14px;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-payment__list--txt02 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .02em;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
}

.p-payment__list--img02 {
    padding: 142px 52px 80px;
}

.p-payment__list--img03 {
    padding: 113px 30px 60px;
}

@media screen and (max-width: 900px) {
    .p-payment {
        padding-bottom: 50px;
    }

    .p-payment__inner {
        padding-top: 60px;
    }

    .p-payment__subHead {
        top: 50px;
    }

    .p-payment__txt {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.8; 
    }

    .p-payment__list {
        margin-top: 25px;
        flex-direction: column;
        gap: 15px;
    }

    .p-payment__list li {
        width: 100%;
        border-radius: 20px;
        flex-direction: row;
    }

    .p-payment__list--img01 {
        width: 40px;
        margin: 26px 0 26px;
    }

    .p-payment__list--txt01 {
        margin-top: 28px;
        margin-bottom: 28px;
        font-size: 24px;
        padding-left: 15px;
    }

    .p-payment__list--txt02 {
        top: 30px;
        font-size: 20px;
    }

    .p-payment__list--img02 {
        max-width: 291px;
        padding: 85px 20px 35px;
    }

    .p-payment__list--img03 {
        max-width: 291px;
        padding: 85px 0px 35px;
    }

}

/*===========================================================================*/
/*  info  */
/*===========================================================================*/
.p-info {
    padding-bottom: 100px;
    z-index: 2;
}

.p-info__inner {
    padding-top: 100px;
    border-top: solid 1px #ACACAC;
    display: flex;
    justify-content: space-between;
}

.p-info__head {
    width: 300px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .12em;
}

.p-info__table--wrapper {
    width: calc(100% - 200px);
    max-width: 853px;

}

.p-info__table dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    z-index: 2;
    border-bottom: solid 1px #ACACAC;
}

.p-info__table dl:first-of-type {
    padding-top: 7px;
}

.p-info__table dl dt {
    width: 163px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: .12em;
}

.p-info__table dl dd {
    width: calc(100% - 163px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: .12em;
}

.p-info__txt {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9; 
}

@media screen and (max-width: 900px) {
    .p-info {
        padding-bottom: 50px;
    }

    .p-info__inner {
        padding-top: 50px;
        flex-direction: column;
    }

    .p-info__head {
        width: 100%;
        font-size: 24px;
    }

    .p-info__table--wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 35px;
    }

    .p-info__table dl {
        flex-direction: column;
        padding-bottom: 18px;
        padding-top: 18px;
    }

    .p-info__table dl:first-of-type {
        padding-top: 0px;
    }

    .p-info__table dl dt {
        width: 100%;
        font-size: 15px;
    }

    .p-info__table dl dd {
        width: 100%;
        font-size: 15px;
        margin-top: 5px;
    }

    .p-info__txt {
        font-size: 14px;
        line-height: 1.8;
    }

}