.header,
.menu-btn-wrp,
.pagetop {
    transform: translateZ(2px);
}

.toggle-menu-wrp.on {
    transform: translateY(0) translateZ(2px);
}

/*==============================================================
base
==============================================================*/
main {
    background-color: #fff;
}

.min {
    font-family: serif !important;
}

.enserif {
    font-family: 'Times New Roman', Times, serif !important;
}

.inner {
    padding: 6em 1.5em;
}

.inner980 {
    max-width: 980px;
    margin: 0 auto;
    padding: 6em 1.5em;
}

@media screen and (max-width:767px) {

    .inner,
    .inner980 {
        padding: min(6em, 15vw) 1.5em;
    }
}

.en-contents-title {
    font-size: min(1.4em, 4.6vw);
    font-weight: 500;
}

.title-wrp .title-underline::after {
    margin: .75rem auto min(3rem, 8vw) !important;

}

/* scrl item */
.sclstart {
    opacity: 0;
    transform: translateY(1em) scale(1) !important;
    transition: all 1s ease-out;
}

.sclstart.on {
    transform: translateY(0) scale(1) !important;
    opacity: 1;
}


/*==============================================================
main img
==============================================================*/
.main-bgimg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    z-index: 0;
    overflow: clip;
    opacity: 0;
    transition: opacity 1s ease-out;
    background-color: #000;
    pointer-events: none;
    z-index: 0;
}

.main-bgimg.on {
    opacity: 1;
}

.main-bgimg .player {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-height: 100svh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: .8;
}

/* test用 */
.main-bgimg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
}


/* main */
.scrContents-wrp {
    pointer-events: none;
    opacity: 0;
    position: relative;
    z-index: 2;
}

.scrContents-wrp.on {
    opacity: 1;
}

/* intoroduction contents */
.scrContents {
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
    overflow: clip;
}

/* .scrContents.firstContets {
    height: calc(100vh - 42px);
} */

/* main title */
.main-title-wrp {
    width: 100%;
    /*     padding: 60px 5vw 0; */
    padding: 0 5vw;
    /* position: fixed; */
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media screen and (max-width:767px) {
    .scrContents:not(.firstContets) .main-title-wrp {
        padding: 60px 5vw 0;
    }
}

.main-title-wrp .title {
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 2px rgb(0 0 0/0.5), 0 0 7px rgb(0 0 0/0.2);
    font-family: serif !important;
    font-size: min(2.2em, 5.2vw);
    line-height: 2;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    position: relative;
    z-index: 2;
}

.main-title-wrp .title .block {
    display: block;
}

.main-title-wrp .title .em {
    font-size: 1.3em;
}

.main-title-wrp .sclstart {
    filter: blur(10px);
    transition: opacity .8s 1.5s ease, filter .5s 1.5s ease;
}

.main-title-wrp .sclstart.on {
    filter: blur(0);
}

.main-title-wrp .sclup {
    filter: blur(10px);
    transition: transform .8s ease, opacity .8s ease, filter .3s ease;
}

.main-title-wrp .sclup.on {
    filter: blur(0);
}

/*==============================================================
contents
==============================================================*/
.contents-wrp {
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

/* concept
------------------------------------------*/
@media screen and (max-width:767px) {
    .concept-wrp .inner980 {
        padding-top: min(100px, 25vw);
    }
}

/* debut wrp */
.debut-wrp {
    margin-bottom: 5em;
}

.debut-wrp .debut-inner {
    width: 100%;
}

.debut-wrp .lead {
    display: block;
    width: 100%;
    font-size: min(1.6em, 4vw);
    font-weight: 300;
    text-align: center;
    filter: blur(10px);
    transform: scale(0.96);
    will-change: transform;
    transition: all 1s .3s ease-out;
}

.debut-wrp .lead.bold {
    font-size: min(1.3em, 4.6vw);
    font-weight: 400;
    padding-bottom: 0;
}

.debut-wrp .lead.date {
    font-size: min(2em, 5vw);
    padding-bottom: 0;
    letter-spacing: .1em;
    color: var(--main_red);
}

.debut-wrp .logo {
    width: 70%;
    max-width: 350px;
    margin: min(2em, 5vw) auto;
    padding: 1em;
    filter: blur(10px);
    transform: scale(.96);
    transition: all 1s .3s ease-out;
}

.debut-wrp .logo img {
    width: 100%;
}

.debut-wrp .logo.on,
.debut-wrp .lead.on {
    filter: blur(0);
    transform: scale(1);
}

@media screen and (min-width:768px) {
    .concept-wrp .concept-box {
        display: grid;
        grid-template-columns: 1fr 56%;
        gap: 3em 2em;
    }
}

.concept-wrp .concept-box+.concept-box {
    margin-top: 6em;
}

.concept-wrp .concept-box .main-box {
    grid-column: span 2;
}

@media screen and (max-width:767px) {
    .concept-wrp .concept-box .text-box {
        margin: 2em 0;
        text-align: center;
    }
}

.concept-wrp .concept-box .text-box .title {
    display: block;
    width: 100%;
    font-size: min(2em, 3.5vw);
    font-weight: 300;
    font-feature-settings: "palt";
    letter-spacing: .0.2em;
    margin-bottom: 1em;
}

@media screen and (max-width:767px) {
    .concept-wrp .concept-box .text-box .title {
        font-size: min(2em, 6vw);
    }
}

.concept-wrp .concept-box .text-box .lead {
    font-size: min(1em, 4vw);
    line-height: 1.8;
}

@media screen and (max-width:767px) {
    .concept-wrp .img-box {
        width: min(600px, 90%);
        margin: 0 auto;
    }
}

.concept-wrp .img-box figure {
    width: 100%;
}

.concept-wrp .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* worktop
------------------------------------------*/
.worktop {
    background-color: #f9efe4;
}

/* newtopics
------------------------------------------*/
/* .newtopics-wrp {
    background-color: #f9efe4;
} */

.newtopics-wrp .item-logo {
    width: min(200px, 50%);
    margin: min(3em, 8vw) auto;

}

.newtopics-wrp .item-logo .new {
    display: block;
    width: max-content;
    margin: 0 auto 1.75em;
    padding: .5em 1.5em;
    color: #fff;
    background-color: var(--main_red);
}

.newtopics-wrp .item-name {
    font-size: min(2em, 6.4vw);
    font-weight: 400;

}

.newtopics-wrp .movie-wrp {
    margin: 3em auto;
}

.newtopics-wrp .movie-wrp+p {
    font-size: min(1em, 4vw);
    line-height: 2;
}

.newtopics-wrp .joint-wrp {
    margin-top: 3em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2em;
}

@media screen and (max-width:767px) {
    .newtopics-wrp .joint-wrp {
        display: grid;
    }
}

.newtopics-wrp .joint-wrp figure {
    width: min(345px, 100%);
}

@media screen and (max-width:767px) {
    .newtopics-wrp .joint-wrp figure {
        margin: 0 auto;
    }
}

.newtopics-wrp .joint-wrp .text-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width:767px) {
    .newtopics-wrp .joint-wrp .text-box {
        width: min(340px, 100%);
        margin: 0 auto;
    }
}

.newtopics-wrp .joint-wrp .text-box .logo-by {
    grid-column: span 2;
}

.newtopics-wrp .joint-wrp .text-box p {
    text-align: left;
    line-height: 1.8;
    font-size: min(1em, 4.2vw);
}

.newtopics-wrp .joint-wrp .text-box p .sml {
    display: inline-block;
}

.gallery-slide {
    /* background-color: #f9efe4; */
    padding-bottom: min(5em, 10vw);
    position: relative;
    z-index: 3;
}


/* texture wrp
------------------------------------------*/
.texture-wrp {
    /* background-color: #f9efe4; */
    position: relative;
}

/* .texture-wrp .inner980 {
    padding-top: 20vw;
} */

/* .texture-wrp .texture-img {
    width: 44%;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width:767px) {
    .texture-wrp .texture-img {
        width: 55%;
    }
} */

.texture-wrp .texture-title {
    font-size: min(1.9em, 5.6vw);
    color: var(--main_red);
    line-height: 2;
    text-align: center;
}

/* @media screen and (max-width:767px) {
    .texture-wrp .texture-title {
        margin-right: -.5em;
    }

    .texture-wrp .texture-title .adjust {
        display: inline-block;
        padding-right: .55em;
    }
} */

.texture-wrp .type-box {
    margin-top: min(3em, 10vw);
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: .5em 2em;
}

@media screen and (max-width:767px) {
    .texture-wrp .type-box {
        display: block;
    }
}

.texture-wrp .type-box .type-title {
    grid-column: span 2;
    font-size: min(1.6em, 6vw);
}

.texture-wrp .type-box .type-title .sml {
    margin-left: 1em;
    font-size: .6em !important;
}

@media screen and (max-width:767px) {
    .texture-wrp .img-box {
        margin: 1em auto 1.5em;
    }
}

.texture-wrp .type-box .text-box {
    align-self: center;
}

.texture-wrp .type-box .text-box .copy {
    margin-bottom: 1em;
    font-size: min(1.3em, 4.5vw);

}

@media screen and (max-width:767px) {
    .texture-wrp .type-box .text-box .copy {
        margin-bottom: .5em;
    }
}

.texture-wrp .type-box .text-box p:not(.copy) {
    font-size: min(1em, 3.8vw);
    line-height: 2;
}

@media screen and (max-width:767px) {
    .texture-wrp .type-box .text-box p:not(.copy) {
        line-height: 1.8;
    }
}

/* performance wrp
------------------------------------------*/
/* .performance-wrp {
    background-color: #f9efe4;
} */

.performance-wrp .performance-title {
    margin-top: -1em;
    font-size: min(1.3em, 4.6vw);
    font-weight: 300;

}

.performance-wrp .copy {
    margin: 2.5em 0 1.5em;
    font-size: min(1.6em, 5.2vw);
    /*     font-weight: 300; */
    line-height: 1.6;
}

/* .performance-wrp .copy .em {
    display: block;
    font-size: 1.2em;
} */

.performance-wrp .copy+p {
    font-size: min(1em, 3.8vw);
    line-height: 2;
}

.performance-wrp .performance-list {
    margin: min(5em, 10vw) auto 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .5em;
}

.performance-wrp .performance-list .performance-box {
    width: 45%;
    flex-grow: 1;
    background-color: #fff;
    padding: 2em 0;
}

@media screen and (max-width:767px) {
    .performance-wrp .performance-list .performance-box {
        width: 100%;
    }
}

.performance-wrp .performance-list .performance-box .performance-hd {
    width: 4em;
    margin: 0 auto;
    padding-bottom: .2em;
    font-size: min(1.5em, 7vw);
    color: #bb5400;
    border-bottom: solid 1px;
}

.performance-wrp .performance-list .performance-box .performance-thumb {
    margin: 2em auto;
}

.performance-wrp .performance-list .performance-box p {
    font-size: min(1em, 3.8vw);
}

.performance-wrp .more {
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: .75em 3em;
    line-height: 1.6;
    color: #666;
    background-color: #fff;
    border: solid 1px;
    text-decoration: none;
    position: relative;
}

.performance-wrp .more::after {
    content: '';
    width: .6em;
    height: .6em;
    position: absolute;
    right: 1em;
    top: 50%;
    border-top: solid 1px;
    border-right: solid 1px;
    rotate: 45deg;
    translate: 0 -50%;
}

/* movie */
.movie-wrp {
    width: 100%;
    margin-top: min(6em, 15vw);

}

.movie-wrp iframe,
.movie-wrp video {
    width: 100%;
    aspect-ratio: 1/.5625;
}


/* draintrap wrp
------------------------------------------*/
.draintrap-wrp {
    background-color: #f9f9f9;
    --lblue: #3db8eb;
}

.draintrap-wrp .title-wrp {}

.draintrap-wrp .title-wrp .contents-title {
    font-size: min(1.5em, 4.6vw);

}

.draintrap-wrp .title-wrp .contents-title .em {
    font-size: 1.25em;
}

.draintrap-wrp .title-wrp p {
    width: fit-content;
    padding: 0 2.5em;
    margin: .5em auto 0;
    font-size: min(1.4em, 4.6vw);
    color: var(--lblue);
    position: relative;
}

.draintrap-wrp .title-wrp p::before,
.draintrap-wrp .title-wrp p::after {
    content: '';
    display: inline-block;
    width: 2em;
    height: 0;
    border-top: solid 2px;
    bottom: .35em;
    position: absolute;
    left: 0;
    top: 49%;
}

.draintrap-wrp .title-wrp p::after {
    left: unset;
    right: 0;
}

.draintrap-wrp .logo {
    width: min(360px, 70%);
    margin: 2em auto 3em;
}

.draintrap-wrp .logo+.movie-wrp {
    margin-top: 3em;
}

.draintrap-wrp .note {
    width: fit-content;
    margin-left: auto;
    margin-top: 1em;
    text-align: left;
    font-size: .8em;
}

.draintrap-wrp .draintrap-main {
    position: relative;
    padding-top: 20%;
}

@media screen and (max-width:767px) {
    .draintrap-wrp .draintrap-main {
        margin-top: 3em;
        padding-top: 0;
    }
}

.draintrap-wrp .draintrap-main .draintrap1 {
    width: 34vw;
    position: absolute;
    left: calc(50% - 50vw);
    top: 55%;
    translate: 0 -50%;
}

@media screen and (max-width:767px) {
    .draintrap-wrp .draintrap-main .draintrap1 {
        width: 85%;
        position: static;
        translate: -2em 0;
    }
}

.draintrap-wrp .draintrap-main .draintrap2 {
    width: 65%;
    margin-left: auto;
}

@media screen and (max-width:767px) {
    .draintrap-wrp .draintrap-main .draintrap2 {
        width: 100%;
        margin: 1em auto 0;
    }
}

.draintrap-wrp .draintrap-feature {
    margin-top: max(4em, 6vw);
    align-items: center;
}

.draintrap-wrp .draintrap-feature .text-box .draintrap-feature-title {
    width: max-content;
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-size: min(1.4em, 4.6vw);
    border-bottom: solid 1px var(--lblue);
}

.draintrap-wrp .draintrap-feature .text-box p {
    font-size: min(1em, 3.8vw);
    line-height: 2;
}

@media screen and (max-width:767px) {
    .draintrap-wrp .draintrap-feature .text-box p br {
        display: none;
    }
}

.draintrap-wrp .draintrap-feature .text-box ul {
    margin-top: 1.5em;
}

.draintrap-wrp .draintrap-feature .text-box ul li {
    margin-top: 1.5em;
    line-height: 1.6;
    display: flex;
    font-size: min(1em, 3.8vw);
    position: relative;
}

.draintrap-wrp .draintrap-feature .text-box ul li::before {
    content: '';
    width: .3em;
    height: .3em;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: .5em;
    color: var(--lblue);
    border: solid .4em;
    translate: 0 .3em;
}

.draintrap-wrp .draintrap-feature .text-box ul li:not(:last-child)::after {
    content: '';
    width: 1em;
    height: .75em;
    position: absolute;
    left: 45%;
    top: calc(100% + .75em);
    background-color: var(--lblue);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    translate: -50% -50%;
}

/* feature1 */
.draintrap-wrp .draintrap-feature.feature1 .text-box {
    width: 62%;
}

@media screen and (max-width:767px) {
    .draintrap-wrp .draintrap-feature.feature1 .text-box {
        width: 100%;
    }
}

.draintrap-wrp .draintrap-feature.feature1 .img-box {
    width: 38%;
}

@media screen and (max-width:767px) {
    .draintrap-wrp .draintrap-feature.feature1 .img-box {
        width: 100%;
        margin-top: 1em;
    }
}

/* feature2 */
.draintrap-wrp .draintrap-feature.feature2 {
    justify-content: space-around;
    gap: 2em 0;
}

.draintrap-wrp .draintrap-feature.feature2 .text-box {
    width: 100%;
}

.draintrap-wrp .draintrap-feature.feature2 .img-box.img1 {
    width: min(280px, 35%);
}

.draintrap-wrp .draintrap-feature.feature2 .img-box.img2 {
    width: min(480px, 60%);
}

@media screen and (max-width:767px) {
    .draintrap-wrp .draintrap-feature.feature2 .img-box.img1 {
        width: min(280px, 55%);
    }

    .draintrap-wrp .draintrap-feature.feature2 .img-box.img2 {
        width: min(480px, 100%);
        margin-top: .5em;
    }
}

/* banner wrp
------------------------------------------*/
.banner-wrp {
    position: relative;
}

.banner-2columns {
    width: min(830px, 100%);
    border: solid 1px #ccc;
}

@media screen and (max-width:767px) {
    .banner-2columns {
        width: min(420px, 100%);
    }

    .banner-wrp .img-box {
        width: 100%;
        overflow: hidden;
    }

    .banner-wrp .banner-text-wrp {
        width: 100%;
        overflow: hidden;
    }
}

.banner-wrp .banner-title .logo {
    display: block;
    width: min(140px, 60%);
    margin-inline: auto;
    transform: scale(1) !important;
}

/* concept movie
------------------------------------------*/
.concept-movie-wrp {
    /* background-color: #f8eee6; */
    background-color: #f9f9f9;
    position: relative;
    z-index: 3;
}

.concept-movie-wrp .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.concept-movie-wrp .title-wrp {
    margin-bottom: 5em;
}

@media screen and (max-width:767px) {
    .concept-movie-wrp .title-wrp {
        margin-bottom: 0;
        text-align: center;
    }
}

.concept-movie-wrp .title-wrp p {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: min(1.4em, 5vw);
}

.concept-movie-wrp .title-wrp .logo {
    width: 250px;
    margin-inline: auto;
}

.concept-movie-wrp .text-area {
    width: 18%;
}

@media screen and (max-width:767px) {
    .concept-movie-wrp .text-area {
        width: 100%;
        text-align: center;
    }
}

.concept-movie-wrp .text-area .title {
    font-size: min(1.7em, 5vw);
    font-weight: 200;
    margin-bottom: 1em;
}

@media screen and (max-width:767px) {
    .concept-movie-wrp .text-area .title {
        margin-top: 2em;
        margin-bottom: .5em;
    }

    .concept-movie-wrp .text-area .fw300.mbtm-1 {
        margin-bottom: 2em !important;
    }
}

.concept-movie-wrp .text-area .brand-logo {
    width: 70%;
    max-width: 400px;
}

@media screen and (max-width:767px) {
    .concept-movie-wrp .text-area .brand-logo {
        max-width: 150px;
        margin: 0 auto 1.5em;
    }

    .concept-movie-wrp .logo {
        margin-bottom: 4em;
    }
}

.concept-movie-wrp .border {
    border-top: 1px solid #ccc;
    padding-top: 5em;
    margin-top: 5em;
}

@media screen and (max-width:767px) {
    .concept-movie-wrp .border {
        padding-top: 2em;
        margin-top: 2em;
        border-top: none;
    }
}

.concept-movie,
.feature-movie {
    width: 78%;
    position: relative;
    z-index: 3;
}

@media screen and (max-width:767px) {

    .concept-movie,
    .feature-movie {
        width: 100%;
    }
}

.concept-movie video,
.concept-movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.feature-movie {
    position: relative;
    z-index: 3;
}

.feature-movie .movie-thumb {
    display: block;
    width: 31%;
    margin-bottom: 2em;
    position: relative;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .feature-movie .movie-thumb {
        width: 48%;
        margin-bottom: 1em;
    }

}

.feature-movie .caption {
    color: #121212;
    display: block;
    margin: 1em 0 2em;
    padding: 0;
    font-size: min(.9em, 3vw);
}

.feature-movie .movie-thumb .thumb {
    position: relative;
}

.feature-movie .movie-thumb .thumb::before {
    content: '';
    display: block;
    width: min(3em, 7vw);
    height: min(3em, 7vw);
    background-color: rgba(10, 10, 10, 0.8) !important;
    border-radius: 100%;
    position: absolute;
    top: unset;
    bottom: 3% !important;
    left: 2% !important;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
}

.feature-movie .movie-thumb .thumb::after {
    content: '';
    width: min(.8em, 2.5vw);
    height: min(.75em, 2.2vw);
    background-color: #fff;
    clip-path: polygon(0 0, 100% 50%, 100% 50%, 0 100%);
    position: absolute;
    bottom: calc(min(1.5em, 3.5vw) + 3% - min(.4em, 1.25vw));
    left: calc(2% + min(1.25em, 2.7vw));
    z-index: 3;
}

#lBox {
    display: flex;
    align-items: center;
}

#lBoxWrp {
    transform: translateZ(2px);
}

#lBoxWrp #lBoxInner {
    background-color: transparent;
    max-width: 1000px;
}

#lBoxWrp .ytmovie-wrp {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

#lBoxBk {
    background-color: rgba(18, 18, 18, .94);
}

@media screen and (max-width:767px) {
    #lBox {
        padding: 0;
    }

    #lBoxInner.on {
        height: auto;
    }

    #lBoxInner.on .thumb.thumb16-9 {
        height: 0 !important;
        padding-bottom: 56.3% !important;
    }
}