@charset "utf-8";

.sp {
    width: 100%;
    padding: 0 30px;
}

.pc {
    display: none;
}

/* productTop_sp */
.product_top {
    background-image: url(../img/product/sp_product_mv.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    position: relative;
}

h1 {
    color: var(--primary-orange, #FFA500);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 50px 30px;
}

h1 span {
    font-family: Ubuntu;
    font-size: 3.6rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    display: block;
    padding-bottom: 25px;
}

h1 i {
    font-family: Ubuntu;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}

.top_inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 70vh;

}

/* productTop_sp */

/* productTop_pc */
@media screen and (min-width:769px) {
    .product_top {
        background-image: url(../img/product/pc_product_mv.jpg);
    }

    h1 span {
        font-size: 9.6rem;
    }

    h1 i {
        font-size: 2.1rem;
    }

    .andMore .pc {
        max-width: 1000px;
        margin: 0 auto;
    }
}

/* productTop_pc */
/* lanthan_sp */

h2 {
    display: grid;
    place-content: center;
    font-size: 2rem;
}

h2 span {
    font-family: Ubuntu;
    font-style: italic;
    line-height: 1;
    padding: 110px 0 47px;
}

h2 i {
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: 80px;
}

h3 {
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    padding: 120px 0 60px;
}

.lanthan p,
.lamp p,
.andMore p {
    font-size: 1.5rem;
    line-height: 2.3;
    letter-spacing: 0.14rem;
    padding: 0 30px 0;
}

.productLink {
    padding: 75px 30px 55px;

}

/* lanthan_sp */
/* lanthan_pc */
@media screen and (min-width:769px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    h2 {
        font-size: 3.2rem;
        margin-right: auto;
    }

    h2 span {
        padding: 0 0 38px;
    }

    h2 i {
        font-size: 4rem;
        line-height: 1.75;
        padding-bottom: 95px;
    }

    h3 {
        width: 50%;
        margin: 0 auto;
    }

    .lamp h3 {
        padding: 0;
    }

    .lanthan h3 {
        padding: 0 50px 90px 0;
    }

    p {
        color: #FFF;
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0.16rem;
        padding: 0;
    }

    .lanthan .wrapper,
    .lamp .wrapper,
    .andMore .wrapper {
        max-width: 1000px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }

    .lanthan .wrapper {
        padding: 200px 35px 170px;
    }

    .lamp .wrapper {
        padding: 0 35px 0;
    }

    .andMore .wrapper {
        padding-bottom: 0;
        padding: 70px 0 0 0;
    }

    .lanthan h2,
    .lamp h2 {
        grid-area: 1 / 1 / 2 / 2;

    }

    .lanthan .pc {
        display: block;
        grid-area: 1 / 2 / 4 / 3;

    }

    .lanthan .h3 {
        grid-area: 2 / 1 / 3 / 2;

    }

    .lanthan p {
        grid-area: 3 / 1 / 4 / 2;
        text-align: justify;
        letter-spacing: 0.16rem;
        line-height: 1.8;
        font-size: 1.6rem;
        padding: 0 35px 0 0;
    }

    .lanthan .productLink {
        padding: 75px 30px 55px;

    }

    .lanthan .pc_imgWrapper,
    .lamp .pc_imgWrapper {
        max-width: 1000px;
        margin: 0 auto;
    }

    .lamp .pc_imgWrapper .pc {
        padding-top: 170px;
    }

    .lamp .pc {
        grid-area: 2 / 1 / 4 / 2;
        width: 100%;
    }

    .lamp h3 {
        grid-area: 2 / 2 / 3 / 3;

    }

    .lamp p {
        grid-area: 3 / 2 / 4 / 3;
        text-align: justify;
        letter-spacing: 0.16rem;
        line-height: 1.8;
        font-size: 1.6rem;
        padding: 0 0 0 50px;
    }

    .andMore h2 {
        max-width: 1000px;
        margin: 0 auto;
        place-content: inherit;
        padding-left: 35px;
    }

    .andMore h3 {
        grid-area: 1 / 1 / 2 / 2;

    }

    .andMore p {
        grid-area: 2 / 1/ 3 / 2;
        padding-right: 50px;
        text-align: justify;
        letter-spacing: 0.16rem;
        line-height: 1.8;
        font-size: 1.6rem;
    }

    .andMore .order {
        grid-area: 1 / 2 / 4 / 3;
    }

}


/* lanthan_pc */

/* lamp_sp */
/* lamp_sp */

/* lamp_pc */
/* lamp_pc */

/* andMore_sp */

.order {
    text-align: center;
    padding-top: 100px;
}

.order_header {
    background-color: var(--primary-whiteLow, #D9D9D9);
    color: var(--primary-black, #333A3A);
    font-size: 1.5rem;
    display: block;
    text-align: center;
    line-height: 2;
    margin: 0 30px;
}

.order p {
    background-color: var(--primary-whiteLow, #D9D9D9);
    color: var(--primary-black, #333A3A);
    margin: 53px 0 11px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 1.5;
    font-size: 1.6rem;
    padding: 0 5px;
    position: relative;
}

.order p::before,
.order p::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
}

.order p::before {
    top: -3px;
    left: 0;
}

.order p::after {
    bottom: -3px;
    right: 0;
}

.order .text {
    display: block;
    padding: 12px 75px 25px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.btn {
    margin: 30px 0;
}


/* andMore_sp */

/* andMore_pc */
/* andMore_pc */