@charset "UTF-8";

/* Foundation
================================================ */
/* setting
------------------------------ */
body {
    color: #151515;
    font-weight: 500;
    font-family: Roboto,'Noto Sans JP',sans-serif;
}

a {
    color: #151515;
}

input,
select,
button,
textarea {
    color: #151515;
    font-weight: 500;
}

@media screen and (max-width:960px) {
    .disp-s {
        display: block;
    }

    .disp-l {
        display: none !important;
    }
}

@media screen and (min-width:961px) {
    .disp-s {
        display: none;
    }

    .disp-l {
        display: block;
    }
}

/* Layout
================================================ */
@media screen and (max-width:960px) {
    .p-wrap {
        padding: 60px 0 0;
    }
}

@media screen and (min-width:961px) {
    .p-wrap {
        padding: 100px 0 0;
    }
}

/* Common
================================================ */
/* section
------------------------------ */
.p-section {
    padding: 40px 24px 48px;
    background: linear-gradient(0deg, #A4EEFF 0%, #CFF9FF 100%);
}

.p-section__title {
    position: relative;
    width: 100%;
    height: 60px;
    text-align: center;
}

.p-section__title-ja {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.p-section__title-en {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.30);
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.p-section__lead {
    margin: 24px auto 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

.p-section__btn {
    margin: 24px auto 0;
}

@media screen and (min-width:961px) {
    .p-section {
        padding: 80px 40px;
        background: linear-gradient(-90deg, #A4EEFF 0%, #CFF9FF 100%);
    }

    .p-section__title {
        height: 96px;
    }

    .p-section__title-ja {
        font-size: 3.6rem;
    }

    .p-section__title-en {
        font-size: 9.6rem;
    }

    .p-section__lead {
        margin: 40px auto 0;
        font-size: 2rem;
    }

    .p-section__btn {
        margin: 40px auto 0;
    }
}

/* btn
------------------------------ */
.p-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 48px;
    border-radius: 32px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
}

.p-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background: url(../img/murket_2/icon_arrow_btn.svg) no-repeat 0 0;
    background-size: contain;
}

.p-btn--primary {
    background: #FF0;
}

.p-btn--secondary {
    border: 1px solid #151515;
    background: #FFF;

}

@media screen and (min-width:961px) {
    .p-btn {
        width: 280px;
        height: 56px;
        font-size: 1.8rem;
    }

    .p-btn::after {
        right: 24px;
    }
}

/* link
------------------------------ */
.p-link-text {
    color: #009FE8;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: underline;
}



/* header
================================================ */
.p-header {
    padding: 48px 16px;
    background: linear-gradient(0deg, #A4EEFF 0%, #CFF9FF 100%);
}

.p-header__catch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    background: #fff;
    padding: 16px;
    border-radius: 10px;
}

.p-header__catch::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #fff;
}

.p-header__catch-image {
    width: 160px;

}

.p-header__catch-text {
    color: #009FE8;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;

}

.p-header__title {
    margin: 34px auto 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.p-header__desc {
    margin: 16px auto 0;
    padding: 0 8px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

@media screen and (min-width:961px) {
    .p-header {
        padding: 80px 40px;
        background: linear-gradient(-90deg, #A4EEFF 0%, #CFF9FF 100%);
    }

    .p-header__catch {
        flex-direction: row;
        gap: 16px;
        border-radius: 20px;
        padding: 25px;
    }

    .p-header__catch-text {
        font-size: 2.8rem;
    }

    .p-header__title {
        font-size: 3.6rem;
    }

    .p-header__desc {
        font-size: 1.8rem;
    }
}



/* main
================================================ */
.p-main {
    padding: 48px 16px;
    background: #009FE8;
}

.p-main__btn {
    margin: 24px auto 0;
}


@media screen and (min-width:961px) {
    .p-main {
        padding: 80px 40px;

    }

    .p-main__btn {
        margin: 48px auto 0;
    }
}

/* tag
------------------------------ */
.p-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 8px;
}

.p-tag {
    padding: 7px 16px;
    border: 1px solid #151515;
    border-radius: 6px;
    background: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
}

.p-tag.is-active {
    background: #A4EEFF;
}

@media screen and (min-width:961px) {
    .p-tag-wrap {
        justify-content: center;
        gap: 16px;
        max-width: 1120px;
        margin: 0 auto;
    }

    .p-tag {
        padding: 12px 24px;
        border-radius: 10px;
        font-size: 2rem;
    }
}



/* product
------------------------------ */
.p-product-wrap {
    margin: 24px auto 0;
}

.p-product {
    background: #fff;
    border: 1px solid #151515;
    border-radius: 12px;
}

.p-product:not(:first-of-type) {
    margin-top: -1px;
}

.p-product::before,
.p-product::after {
    content: "PRODUCT";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #151515;
    color: #009FE8;
    font-size: 2rem;
    font-weight: 300;
}

.p-product::after {
    content: none;
}

.p-product__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 24px 32px 24px;
}

/* content */
.p-product__content {
    width: 100%;
}
.p-product__tag-wrap {
    display: flex;
    gap: 8px;

}

.p-product__tag {
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid #009FE8;
    color: #009FE8;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.p-product__title {
    margin: 8px 0 0;
    color: #009FE8;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

.p-product__desc {
    margin: 16px 0 0;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

.p-product__desc b {
    color: #009FE8;
}

.p-product__note {
    margin: 8px 0 0;
    color: #777;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.p-product__btn {
    margin: 24px auto 0;
}

/* list */

.p-detail-list {
    margin: 16px 0 0;
}

.p-detail-list__item {
    position: relative;
    margin: 8px 0 0;
    padding-left: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.p-detail-list__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #A4EEFF;
    border-radius: 50%;
}

/* thumb */
.p-product__thumb {
    width: 100%;
    max-width: 600px;
}

.p-product__image-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.p-product__image {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    user-select: none;
    pointer-events: none;
}

.p-product__image--border {
    border: 2px solid #eee;
}

@media screen and (max-width:960px) {
    .p-product__content {
        margin: 24px 0 0;
    }
}

@media screen and (min-width:961px) {
    .p-product-wrap {
        max-width: 1120px;
        margin: 48px auto 0;
    }

    .p-product {
        position: relative;
        padding: 0 60px;
        border-radius: 20px;
    }

    .p-product::before,
    .p-product::after {
        content: "PRODUCT";
        position: absolute;
        top: 50%;
        width: 340px;
        height: auto;
        transform: translateY(-50%) rotate(90deg);
        border-bottom: none;
        font-size: 2.8rem;
        font-weight: 300;
        user-select: none;
    }

    .p-product::before {
        left: -140px;
    }

    .p-product::after {
        right: -140px;
    }

    .p-product__inner {
        flex-direction: row;
        gap: 32px;
        padding: 32px;
        border-right: 1px solid #151515;
        border-left: 1px solid #151515;
    }

    /* content */
    .p-product__content {
        flex: 1;
    }

    .p-product__title {
        margin: 12px 0 0;
        font-size: 2.6rem;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .p-product__desc {
        margin: 24px 0 0;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .p-product__btn {
        margin: 24px 0 0 0;
    }

    .p-detail-list {
        margin: 24px 0 0;
    }

    .p-detail-list__item {
        padding-left: 22px;
        font-size: 1.6rem;
    }

    .p-detail-list__item::before {
        width: 14px;
        height: 14px;
    }

    /* thumb */
    .p-product__thumb {
        width: 400px;
    }

    .p-product__image {
        border-radius: 10px;
    }
}


@media screen and (max-width:960px) {
    .p-product__image-wrap--wide {
        height: auto;
        padding: 0;
    }

    .p-product__image-wrap--wide .p-product__image {
        position: relative;
        transform: initial;
        top: 0;
        left: 0;
    }
}





/* hover
================================================ */
@media (hover: hover) {

    .p-tag:hover {
        background: #A4EEFF;
        opacity: 1;
    }

}