@charset "utf-8";

@media screen and (min-width:769px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .outdoor,
    .indoor_wrapper {
        max-width: 1000px;
        margin: 0 auto;
    }
}

/* top_sp */
.top {
    background-image: url(../img/experience/sp_experience_mv.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 70vh;

}

.top h1,
.outdoor h2,
.indoor h2 {
    display: flex;
    flex-direction: column;
    color: var(--primary-orange, #FFA500);
    font-family: Ubuntu;
    font-style: italic;
    line-height: 1;
    -webkit-text-stroke: 0.5px #FFA500;
}

.top h1 {
    font-size: 2rem;
}

.top_inner {
    position: relative;
    height: 70vh;
}

.top h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 50px 30px;
    line-height: 1.5;
}

.top span,
.outdoor span,
.indoor span {
    color: var(--primary-orange, #FFA500);
    font-family: Ubuntu;
    font-style: italic;
    /* padding-bottom: 3.2rem; */
    margin: 0;
}

.top span {
    font-size: 3.6rem;
}


.top h2 i {
    font-family: "Noto Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

/* top_sp */
/* top_pc */
@media screen and (min-width:769px) {
    .top {
        background-image: url(../img/experience/pc_experience_mv.jpg);
    }

    .top h1 {
        font-size: 21px;
        line-height: 1;
    }

    .top h1 span {
        font-size: 96px;
        line-height: 1;
    }

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

    .top_inner h1 {
        bottom: 0;
        left: 0;
        padding: 0 0 50px 35px;
        line-height: 1.5;

    }

}

/* top_pc */
/* outdoor&indoor_sp */
.outdoor,
.indoor {
    padding: 0 35px 50px 35px;
}

.outdoor h2,
.indoor h2 {
    font-size: 2.8rem;
}

.outdoor span,
.indoor span {
    font-size: 2rem;
}


.outdoor h2,
.indoor h2 {
    padding-top: 60px;
    line-height: 1.5;
}

.outdoor .inner h2,
.indoor .inner h2 {
    display: grid;
    justify-content: start;
}

.outdoor p,
.indoor p {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 1.5px;
    padding: 100px 0 180px;
}

.productLink span {
    color: var(--primary-whiteLow, #D9D9D9);
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
    font-style: normal;
    padding-bottom: 0;
    line-height: 3.125;
    letter-spacing: 1.6px;
    margin: 0;
}

.productLink {
    padding-top: 100px;
}

.indoor {
    background-color: var(--primary-whiteLow, #D9D9D9);
    width: 100%;
}

.indoor p {
    color: var(--primary-blue, #17222E);
}

.indoor .productLink a {
    border: 1px solid #333A3A;
}

.indoor .productLink span {

    color: #333A3A;
}

.productLink {
    padding: 50px 0;
}

/* outdoor&indoor_sp */
/* outdoor&indoor_pc */
@media screen and (min-width:769px) {

    .outdoor h2,
    .indoor h2 {
        font-size: 3.8rem;
        padding: 0;
        line-height: 1.5;
        width: 50%;
    }

    .outdoor span,
    .indoor span {
        font-size: 1.6rem;
    }

    .outdoor p,
    .indoor p {
        font-size: 1.6rem;
        width: 50%;
        padding: 80px 0 0 0;
    }

    .indoor p {
        padding: 50px 0;
    }

    .inner {
        display: flex;
        gap: 47px;
        padding: 215px 35px 100px;

    }

    .outdoor .inner h2,
    .indoor .inner h2 {
        padding-bottom: 100px;
    }

    .inner .pc {
        width: 50%;
    }

    .inner_text {
        margin-top: -80px;
    }

    .indoor .pc {
        padding-top: 80px;
    }

    .outdoor .pc {
        margin-bottom: -80px;
    }

    .img_wrapper {
        margin: -80px auto -195px;
    }

    .outdoor .productLink {
        padding-top: 100px;
    }

    .indoor .productLink {
        padding-top: 200px;
    }

    .indoor .productLink {
        margin-top: -100px;
    }


}