@charset "utf-8";

/* ===== style.css ===== */
/* -- font -- */
/* Zen Kaku Gothic New */
/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');


/* -- body -- */
body {
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    color: #000000;
    background: #E6E6E5;
}
@media screen and ( max-width: 900px ) {
    body {
        font-size: 14px;
        line-height: 1.857;
    }
}

/* -- inner -- */
.inner {
    margin: 0 auto;
    width: 100%;
    max-width: 926px;
    box-sizing: border-box;
}
.inner860 {
    margin: 0 auto;
    width: 100%;
    max-width: 860px;
    box-sizing: border-box;
}
.inner700 {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
}
@media screen and ( max-width: 966px ) {
    .inner {
        margin: 0 20px;
        width: auto;
    }
}


/*
    tag
*/
a {
    text-decoration: none;
    transition: opacity 0.6s;
}
@media screen and ( min-width: 901px ) {
    a:hover {
        opacity: 0.6;
    }
}

img {
    max-width: 100%;
    height: auto;
}


/*
    common
*/
/* -- hide -- */
@media screen and ( min-width: 901px ) {
    .pc_hide { display: none!important; }
}
@media screen and ( max-width: 900px ) {
    .sp_hide { display: none!important; }
}
/* -- margin -- */
.mb0 { margin-bottom: 0!important; }


/*  
    wrapper
*/


/*
    mv（ヒーロー：sticky シーン内で固定表示）
*/
.hero-intro {
    position: relative;
    z-index: 8;
    /* スクロール距離＝演出＋中央ホールド＋抜け（ScrollTrigger progress 用） */
    min-height: 320vh;
}
.hero-intro__sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* blur 端の半透明が body 等と重なると白っぽく見えるのを防ぐ */
    background-color: #484C4C;
}
#mv {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: auto;
    background-color: #484C4C;
}
#mv .mv_img {
  position: relative;
  height: 100%;
  min-height: 100vh;
  background-color: #484C4C;
  background-image: url('../img01/mv_pc.webp');
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mv_overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #000000;
    opacity: 0;
    pointer-events: none;
}
.mv_img h1 {
    position: absolute;
    top: 48px;
    left: 5.34%;
    width: 16.76%;
}
.mv_img h2 {
    position: absolute;
    top: 51px;
    right: 4.75%;
    width: 10.1%;
}
@media screen and ( max-width: 900px ) {
    #mv .mv_img {
    background-image: url('../img01/mv_sp.webp');
    }
    .mv_img h1 {
        display: block;
        position: unset;
        width: 49.06%;
        min-width: 184px;
        margin: 0 auto 62px;
        padding-top: 56px;
    }
    .mv_img h2 {
        display: block;
        position: unset;
        width: 57.33%;
        min-width: 215px;
        margin: 0 auto;
    }
}


/*
    contents
*/
#contents {
    background-color: #FEFFFA;
    position: relative;
    z-index: 10;
}
@media screen and ( max-width: 900px ) {
}

/* -- logo -- */
@media screen and ( min-width: 1366px ) {
}
@media screen and ( max-width: 900px ) {
}

/* -- catchBox（MV 上に重ね、JS で競り上がり） -- */
.lead{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent;
    pointer-events: none;
    transform: translate3d(0, 100vh, 0);
    will-change: transform;
}
.lead .lead_text{
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2;
    padding: 0;
    width: 48.75%;
    max-width: 666px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 1px 24px rgba(0, 0, 0, 0.35);
}
@media screen and ( max-width: 900px ) {
    .lead .lead_text{
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.69;
        width: 81.06%;
        min-width: 304px;
        text-align: left;
    }
}

/* -- profile -- */
.profile {
    width: 80.52%;
    max-width: 1100px;
    padding: 160px 0;
    margin: 0 auto;
}
.profile .profile_conteiner {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 21px 0 20px;
}
.profile .profile_title {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
}
.profile .profile_item {
    width: 68%;
    max-width: 748px;
    margin: -7px 20px 0 auto;
}
.profile .item_text {
    display: flex;
    margin: 0 20px 30px 0;
    gap: 35px;
}
.profile .item_text img {
    width: 180px;
}
.profile .text_brand {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-top: 47px;
}
.profile .text_name {
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-top: 4px;
    font-weight: 500;
}
.profile .text_name span {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-left: 4px;
}
.profile .text_lead {
    margin-top: 9px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.62;
}
@media screen and ( max-width: 900px ) {
    .profile {
        width: 86.93%;
        min-width: 326px;
        padding: 110px 0;
    }
    .profile .profile_conteiner {
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding: 8px 0 80px;
    }
    .profile .profile_title {
        font-size: 15px;
    }
    .profile .profile_item {
        width: 100%;
        max-width: 748px;
        margin: -4px 0 0 auto;
    }
    .profile .item_text {
        display: block;
        margin: 68px 0 -6px 0;
        text-align: center;
    }
    .profile .item_text img {
        width: 210px;
        margin-bottom: 28px;
    }
    .profile_text {
        width: 95%;
        margin: 0 auto;
    }
    .profile .text_brand {
        font-size: 13px;
        letter-spacing: 0.02em;
        margin-bottom: 5px;
        margin-top: 0px;
        text-align: left;
    }
    .profile .text_name {
        margin-bottom: 7px;
        text-align: left;
    }
    .profile .text_name span {
        margin-left: 3px;
    }
    .profile .text_lead {
        text-align: left;
        margin-top: 7px;
    }
}

/* -- cutin -- */
.cutin {
    width: 100%;
}
.cutin_02 {
    width: 75.76%;
    margin: 215px auto 0;
    padding-bottom: 197px;
}
@media screen and ( max-width: 900px ) {
    .cutin {
        text-align: center;
    }
    .cutin_02 {
    width: 100%;
    margin: 112px auto 0;
    padding-bottom: 116px;
    text-align: center;
}
}

/* -- section -- */
.section_outer {
    margin-top: 180px;
}
.section_outer_top {
    margin-top: 30px;
    padding-bottom: 180px;
}
.section_outer_none {
    margin-top: 0;
}
.section {
    display: flex;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    justify-content: flex-end;
    gap: 12.81%;
}
.section .section_title {
    width: 5.49%;
    max-width: 75px;
    height: auto;
}
.section .mainin {
    width: 66.61%;
    max-width: 910px;
    
}
@media screen and ( max-width: 900px ) {
    .section_outer {
        margin-top: 98px;
    }
    .section_outer_top {
        margin-top: 30px;
        padding-bottom: 72px;
    }
    .section_outer_none {
        margin-top: 0;
    }
    .section {
        display: block;
        width: 86.66%;
        margin: 0 auto;
    }
    .section .section_title {
        width: unset;
        max-width: unset;
        height: unset;
        font-size: 19px;
        letter-spacing: 0.04em;
        line-height: 1.68;
        font-weight: 600;
    }
    .section .mainin {
        width: 100%;
    }
}

/* - talkBox - */
.talkBox {
    margin-top: 73px;
}
.talkBox > * {
    display: flex;
    gap: 22px;
}
.talkBox > *:not(:last-child) {
    margin-bottom: 40px;
}
.talkBox .name {
    font-weight: 600;
    width: 34px;
}
.talkBox .txt {
    width: 624px;
    font-weight: 400;
}
.talkBox .txt a {
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.5);
}
/* none */
.talkBox .none {
    margin-top: 99px;
}
.talkBox .none:first-child {
    margin-top: 0;
}
.talkBox .none .txt {
    font-weight: 600;
}
.talkBox .none .name::before {
    display: block;
    position: relative;
    top: 14px;
    left: -1px;
    max-width: 32px;
    border-top: 1px solid #000000;
    content: "";
}
.tolkimg {
    max-width: 678px;
    margin: 97px 0 0 17px;
}
@media screen and ( max-width: 900px ) {
    .talkBox {
        margin-top: 67px;
    }
    .talkBox > * {
        gap: 10px;
    }
    .talkBox > *:not(:last-child) {
        margin-bottom: 30px;
    }
    .talkBox .name {
        width: 70px;
    }
    .talkBox .txt {
        font-size: 15px;
        line-height: 1.73;
    }
    /* none */
    .talkBox .none {
        margin-top: 68px;
    }
    .talkBox .none:first-child {
        margin-top: 0;
    }
    .talkBox .none .txt {
        font-size: 15px;
        line-height: 1.73;
    }
    .talkBox .none .name::before {
        display: block;
        position: relative;
        top: 14px;
        left: -1px;
        max-width: 32px;
        border-top: 1px solid #000000;
        content: "";
    }
    .tolkimg {
        max-width: 678px;
        margin: 71px 0 0 0 !important;
    }
}

/* - scroll - */
.scroll-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    gap: 30px;
    margin: 104px 0 0 15.15%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scroll-item {
    flex: 0 0 auto;
    width: 68%;
    max-width: 780px;
    background-color: #F6F7F0;
    padding: 94px 90px 99px 90px;
}
.scroll-item .scroll_no {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    display: inline-flex;
    gap: 17px;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-bottom: 7px;
}
.scroll-item .scroll_no::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #9D9D9D;
}
.scroll-item img {
    width: 600px;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}
.scroll-item .scroll_title {
    display: inline-block;
    font-size: 13px;
    margin-top: 18px;
}
@media screen and ( max-width: 900px ) {
    .sp-slider-container {
        margin-top: 75px;
        padding: 44px 0 43px 43px;
        background-color: #F6F7F0;
    }

    .sp-counter {
        text-align: left;
        font-family: "avenir-next-lt-pro", sans-serif;
        font-size: 10px;
        letter-spacing: 0.02em;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 6px;
    }
    .sp-counter::after {
        content: "";
        width: 96px;
        height: 1px;
        background: #9D9D9D;
    }

    /* スライダー本体 */
    .sp-scroll-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 18px;
        padding: 0 20px 0 0;
    }
    .sp-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    .sp-scroll-item {
        flex: 0 0 93%;
        scroll-snap-align: start;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sp-scroll-item:last-child {
        scroll-snap-align: start;
    }
    .sp-scroll-wrapper::after {
        content: "";
        flex: 0 0 20px;
    }

    .sp-scroll-item img {
        width: 100%;
        height: auto;
    }

    .sp-scroll-title {
        text-align: left;
        font-size: 12px;
        margin-top: 6px;
        width: 89%;
    }
}

/* - tolkimg_flex - */
.tolkimg_flex {
    display: flex;
    width: 64.27%;
    gap: 20px;
    margin: 105px 0 0 auto;
}
.tolkimg_flex .flex_item {
    width: 100%;
    max-width: 429px;
}
.tolkimg_flex .flex_credit {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.43;
    margin-top: 16px;
}
.tolkimg_flex .flex_credit a{
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.5);
}
@media screen and ( max-width: 900px ) {
    .tolkimg_flex {
        display: block;
        width: 69.33%;
        margin: 75px auto 0;
    }
    .tolkimg_flex .flex_item {
        width: 100%;
        max-width: unset;
        margin-bottom: 54px;
    }
    .tolkimg_flex .flex_credit {
        line-height: 1.36;
        margin-top: 13px;
    }
}

/* - footer_lead - */
.footer_lead {
    padding-bottom: 192px;
}
.footer_lead p{
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: center;
}
@media screen and ( max-width: 900px ) {
    .footer_lead {
        padding-bottom: 115px;
        width: 81.06%;
        margin: 0 auto;
    }
    .footer_lead p{
        line-height: 1.6875;
        text-align: left;
    }
}

/* - splide - */
.splide-flow {
    visibility: hidden;
    padding-bottom: 146px !important;
    width: 100%;
}
.splide-flow .splide__track {
    overflow: hidden;
    overflow-x: clip;
}
.splide-flow .splide__slide {
    overflow: hidden;
    overflow-x: clip;
    backface-visibility: hidden;
}
.splide-flow .splide_img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.splide-flow.is-initialized {
    visibility: visible;
    width: 100%;
    max-width: none; 
}


@media screen and ( min-width: 901px ) {

}
@media screen and ( max-width: 900px ) {
    .splide-flow {
        padding-bottom: 148px !important;
    }
    .splide-flow .splide_img {
        height: auto;
    }
    .splide-flow.is-initialized {
    }
}

/* - credit - */
.credit {
    margin: 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    width: 80.52%;
    max-width: 1100px;
}
.credit h3 {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.02em;
    margin-top: 58px;
    text-align: center;
}
.credit .credit_title {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-top: -8px;
    text-align: center;
}
.credit .credit_container {
    display: flex;
    width: 91.9%;
    max-width: 1011px;
    justify-content: space-between;
    gap: 55px;
    margin: 59px auto 73px;
}
.credit .credit_item {
    padding: 69px;
    background-color: #F6F7F0;
}
.splide-credit {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.splide-credit.splide {
    padding-bottom: 0 !important;
    overflow: hidden;
    overflow-x: clip;
}
.splide-credit .splide__track {
    overflow: hidden;
    overflow-x: clip;
}
.splide-credit .splide__slide {
    overflow: hidden;
    overflow-x: clip;
    backface-visibility: hidden;
}
.credit .splide-credit img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.splide-credit.is-initialized {
    width: 100%;
    max-width: 340px;
}
.splide-credit .splide__pagination {
    position: absolute;
    bottom: 8px !important;
    right: 12px !important;
    left: auto !important;
    width: auto !important;
    padding: 0;
    margin: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
}
.splide-credit .splide__pagination__page {
    width: 4px;
    height: 4px;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 50%;
    border: none;
    padding: 0;
    opacity: 0.7;
    margin: 0;
    cursor: pointer;
    transition: transform 0.2s;
}
.splide-credit .splide__pagination__page.is-active {
    background: #FFF !important;
    opacity: 1;
    transform: scale(1.3);
}
.credit .credit_brand {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-top: 26px;
}
.credit .credit_name {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-top: 9px;
}
.credit .credit_price {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-top: 20px;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.5);
    text-underline-offset: 5px;
}
.credit .credit_color {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 19px;
    color: rgba(0, 0, 0, 0.5);
}
.credit .credit_lead {
    width: 100%;
    max-width: 340px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.71;
    margin-top: 34px;
}

@media screen and ( max-width: 900px ) {
    .credit {
        width: 86.6%;
    }
    .credit h3 {
        font-size: 24px;
        margin-top: 54px;
    }
    .credit .credit_title {
        font-size: 13px;
        margin-top: 1px;
        line-height: 1.615;
    }
    .credit .credit_container {
        display: block;
        width: 91.15%;
        gap: 0;
        margin: 49px auto 0;
    }
    .credit .credit_item {
        padding: 25px 27px;
        max-width: 296px;
        margin: 0 auto 28px;
    }
    .credit .credit_item:last-child {
        margin-bottom: 60px;
    }
    .splide-credit {

    }
    .splide-credit.splide {

    }
    .credit .splide-credit img {
        height: auto;
    }
    .splide-credit.is-initialized {

    }
    .splide-credit .splide__pagination {

    }
    .splide-credit .splide__pagination__page {

    }
    .splide-credit .splide__pagination__page.is-active {

    }
    .credit .credit_brand {
        margin-top: 29px;
    }
    .credit .credit_name {
        font-size: 17px;
        margin-top: 8px;
    }
    .credit .credit_price {
        font-size: 15px;
        margin-top: 18px;
    }
    .credit .credit_color {
        font-size: 13px;
        margin-top: 18px;
    }
    .credit .credit_lead {
        font-size: 13px;
        line-height: 1.69;
        margin-top: 28px;
    }
}

/* - footer - */
#footer {
    padding: 64px 0;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
}
#footer .footer_inner {
    width: 80.52%;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
#footer .sns_link {
    display: flex;
    gap: 50px;
    font-size: 14px;
}
.copy {
    color: #797979;
    font-size: 14px;
    margin-top: -2px;
}
@media screen and ( max-width: 900px ) {
    #footer {
        padding: 47px 0 67px;
    }
    #footer .footer_inner {
        width: 86.66%;
        align-items: end;
    }
    #footer .sns_link {
        display: block;
        font-size: 13px;
    }
    #footer .sns_link li {
        margin-bottom: 10px;
    }
    #footer .sns_link li:last-child {
        margin-bottom: 0;
    }
    .copy {
        font-size: 13px;
        margin-top: 0;
    }
}
