@charset "utf-8";
/* CSS Document */


body {
    font-family: "figtree", "dnp-shuei-gothic-kin-std", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1C1C1C;
    font-size: 14px;
    letter-spacing: 0.04em;
    overflow-x: hidden;
}
#lp_wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* -- hide -- */
@media screen and (min-width: 901px) {
    .pc_hide {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {
    .sp_hide {
        display: none !important;
    }
}

.fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade.on {
    opacity: 1 !important;
    transform: translateY(0) !important; 
}
/* --------------------------- */


/*
    followNav
*/
.followNav {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px); /* 少し上に浮かせておく */
    transition: all 0.5s; /* ふわっと出すためのアニメーション */
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 37px;
    right: 28px;
    mix-blend-mode: multiply;
    isolation: auto !important;
    color: #1C1C1C !important;
}

.followNav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    transform-origin: bottom right;
    transform: rotate(90deg) translate(100%, 100%);
}

.followNav ul li {
    font-family: "figtree", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.09em;
    color: #1C1C1C;
}
.followNav ul li,
.followNav ul li a {
    background: transparent !important;
}
.followNav ul li a {
    position: relative;
    color: #1C1C1C;
}
.followNav ul li:not(:last-child) {
    margin-right: 35px;
}

.followNav ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
}

.followNav ul li a::after {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #9A9997;
    content: "";
    transition: width 0.3s;
    mix-blend-mode: multiply;
    z-index: -1;
}

.followNav ul li a:hover{
    transition: .2s;
    opacity: 0.5;
}

.followNav li.act a::after {
    width: 100%;

}
.followNav.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


@media screen and (max-width: 900px) {
    .followNav {
        top: 23px;
        right: 3%;
    }
    .followNav ul li {
        font-size: 11px;
        letter-spacing: 0.23em;
    }
    .followNav ul li:not(:last-child) {
        margin-right: 34px;
    }
    .followNav ul li a::after {
        bottom: -3px;
    }
}

/* -- mv -- */
#lp_wrapper {
    overflow: hidden; /* ラッパー全体でもガードをかける */
}
#lp_wrapper .mv {
    margin: 0 auto ;
}
#lp_wrapper .mv-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    height: 0;
}
#lp_wrapper .mv-video,
#lp_wrapper .mv-video > div,
#lp_wrapper .mv-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#lp_wrapper .mv-overlay {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40%;
    max-width: 800px;
}
#lp_wrapper .mv-overlay img {
    width: 100%;
}
@media screen and (min-width: 901px) {
    #mv .mv-video.sp_hide,
    #mv .mv-video.sp_hide iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 900px) {
    #mv .mv-wrapper {
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        padding-top: 177.78% !important;
        min-height: 0 !important;
        overflow: visible;
        display: block !important;
    }
    #mv .mv-video.pc_hide {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
    }
    #mv .mv-video.pc_hide div,
    #mv .mv-video.pc_hide iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        object-fit: contain !important;
    }
}

/* -- lead -- */

#lp-main .main-lead {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    line-height: 2.285;
    margin: 8.8% auto 8.8%;
}
#lp-main .main-lead h2 img {
    width: 35%;
    margin-bottom: 0.6%;
    max-width: 490px;
    filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(244deg) brightness(94%) contrast(85%);

}
#lp-main .lead-subttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 2%;
}
@media screen and (max-width: 900px) {
    #lp-main .main-lead {
        font-size: 13px;
        line-height: 2;
        width: 87.2%;
        margin: 26.8% auto 24.8%;
        text-align: left;
    }
    #lp-main .main-lead h2 img {
        width: 89%;
        margin-bottom: 2.6%;
    }
    #lp-main .lead-subttl {
        font-size: 15px;
        margin-bottom: 12.8%;
    }
}


/* -- item -- */

.main-item {
    margin-bottom: 10%;
}

.main-item .main-item-box-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 145px;
    width: 90%;
    max-width: 1330px;
    margin: 0 auto;
}
.main-item .main-item-img {
    width: 100%;
    max-width: 700px;
}
.main-item .main-item-img img {
    width: 100%;
    object-fit: contain;
}
.main-item .text-wrap {
    width: calc(100% - 51.24%);
    max-width: 700px;
}
.main-item .brand {
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 15px;
}
.main-item .name {
    font-size: 26px;
    line-height: 1.04;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}
.main-item .price {
    font-size: 20px;
    margin-bottom: 20px;
}
.main-item .color {
    font-size: 14px;
}
.main-item .discription {
    font-size: 13px;
    line-height: 1.846;
    letter-spacing: 0;
    display: inline-block;
    width: 338px;
}
@media screen and (max-width: 900px) {
    .main-item {
        margin-bottom: 19.4%;
    }
    .main-item .main-item-box-inner {
        width: 91.2%;
       flex-direction: column;
       gap: 0;
    }
    .main-item .brand {
        margin-top: 25px;
        margin-bottom: 4px;
        font-size: 14px;
    }
    .main-item .name {
        font-size: 23px;
        margin-bottom: 3px;
    }
    .main-item .price {
        font-size: 17px;
    }
    .main-item .color {
        font-size: 12px;
    }
    .main-item .main-item-img {
        width: 100%;
    }
    .main-item .text-wrap {
        width: 91.2%;
    }
}



/* main-item-text-btn */
.main-item .btn {
    display: flex;
    gap: 14px;
    width: 338px;
}
.main-item .btn a {
    position: relative;
    display: block;
    height: 37px;
    line-height: 37px;
    background-color: #F4F4F4;
    font-size: 13px;
    padding: 0 0 0 7% ;
    margin: 40px 0 60px;
    flex: 1;
}
.main-item .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: translateY(-50%) rotate(45deg);
    transition: right 0.3s;
    transform-origin: center;
    scale: 1.3 1;
}
.main-item .btn a:hover {
    background-color: #003879;
    color: #FFF;
    transition: background-color 0.3s ease;
}
.main-item .btn a:hover::after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
@media screen and (max-width: 900px) {
    .main-item .btn {
        width: 100%;
    }
    .main-item .btn a {
        margin: 25px 0 32px;
    }
    .main-item .discription {
        width: 100%;
    }
}

/* -- STORY -- */

.story {
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: lighter;
    line-height: 2;
    color: #003879;
    background-color: #DEE3E5;
}
.story .story-wrap {
    width: 54.46%;
    margin: 0 auto;
    min-width: 600px;
    max-width: 1366px;
}
.story h2 {
    font-size: 13px;
    letter-spacing: 0.14em;
    margin-bottom: 2.4%;
}
.story h3 {
    font-size: 30px;
    font-family: "ryo-text-plusn", "Yu Mincho", serif;
    letter-spacing: 0.06em;
    margin-bottom: 2.4%;
    font-weight: 500;
}
.story .story-item-lead {
    padding-bottom: 12.4%;
}
.story .story-item-contents {
    padding: 6% 0 0 ;
    border-top: solid 1px rgb(9 53 105 / 50%);
}
.story .story-item-num {
    font-size: 11px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
.story h4 {
    font-size: 24px;
    font-family: "ryo-text-plusn", "Yu Mincho", serif;
    letter-spacing: 0.04em;
    line-height: 1.5833;
    margin-bottom: 23px;
    font-weight: 500;
}
.story video {
    display: block;
    width: 100%;
    max-width: 744px;
    margin: 13.5% auto 2%;
    text-align: center;
}
.story .story-wide-video {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 450px;
    overflow: hidden;
    background: #000;
    margin-bottom: 16.5%;
    margin-top: 16.5%;
}
.story .story-wide-video-innner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 177.78vh;
}
.story .story-wide-video-innner iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
#lp_wrapper .story .story-wide-img {
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    margin-bottom: 16.5%;
    margin-top: 16.5%;
    transform: translateX(-50%);
}
.story .caption {
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: center;
    opacity: 0.7;
}
.story .story-img {
    margin: 12.5% auto 12.5%;
}
.story-img + .caption {
    margin-bottom: 11.6%;
}
.story .profile-name {
    font-size: 14px;
    font-weight: bold;
    margin: 10% 0 10px;
}
.story .profile-text {
    font-size: 12px;
    line-height: 1.8;
}
@media screen and (max-width: 900px) {
    .story {
        font-size: 13px;
    }
    .story .story-wrap {
        min-width: 0;
        width: 83.2%;
    }
    .story h2 {
        font-size: 12px;
        margin-bottom: 7%;
    }
    .story h3 {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: 1.46;
    }
    .story h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .story .story-item-lead {
        padding-bottom: 20.4%;
    }
    .story .story-item-lead p {
        line-height: 1.846;
    }
    .story .story-item-contents {
        padding: 8.6% 0 0;
    }
    .story .story-item-contents {
        line-height: 1.846;
    }
    .story .story-item-num {
        margin-bottom: 5px;
    }
    .story .caption {
        font-size: 11px;
        /* margin-bottom: 21%; */
    }
    .story video {
        width: 100%;
        margin: 17.6% auto 2%;
    }
    .story .story-wide-video {
        margin-bottom: 21.3%;
        margin-top: 20.5%;
    }
    .story .story-img {
        margin: 17.5% auto 17.5%;
    }
    .story-img + .caption {
        margin-bottom: 16.6%;
    }
    .story .profile-name {
    font-size: 13px;
    margin: 16% 0 8px;
    }
    .story .profile-text {
    font-size: 11px;
}
}



/* slider */
#image-slider {
    width: 100vw;
    margin-left: auto; /* 左右中央に寄せる */
    margin-right: auto;
    margin-top: 12.8%;
    margin-bottom: 10.8%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.splide__slide {
    opacity: 0.2;
    transition: opacity 0.2s linear;
}
  .splide__slide.is-active {
    opacity: 1;
}
  .splide__slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}
.splide__slide .caption {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 2.6%;
}
  .splide__slide.is-active .caption {
    opacity: 0.7;
    visibility: visible;
}
@media screen and (max-width: 900px) {
    .splide__slide .caption {
        font-size: 11px;
        line-height: 1.7;
        opacity: 0.7 !important;
        visibility: visible !important;
        display: block !important;
        margin-top: 5%;
    }
    #image-slider {
        margin-top: 17.6%;
        margin-bottom: 15.6%;
    }
}

/* -- LOOK -- */

.look h2 {
    font-size: 18px;
    letter-spacing: 0.14em;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 9.6%;
}
.look .img-single {
    width: 51.24%;
    margin: 0 auto 7.5%;
    max-width: 700px;
}
.look .img-flex {
    display: flex;
    gap: 2%;
    width: 80%;
    max-width: 1016px;
    margin: 0 auto 7.5%;
}
.look .img-flex > * {
    flex: 1;
    min-width: 0;
}
.img-flex:nth-of-type(3),
    .img-flex:nth-of-type(6) {
        margin: 0 auto 9.6%;
    }
.look .img-long {
    margin: 9.6% auto 0;
}

@media screen and (max-width: 900px) {
    .look h2 {
        font-size: 16px;
        margin-top: 21.6%;
        margin-bottom: 8%;
    }
    .look .img-single {
        width: 91.6%;
        margin: 0 auto 40px;
    }
    .look .img-flex {
        flex-direction: column;
        width: 74.6%;
        gap: 40px;
        margin: 0 auto 10.5%;
    }
    .img-flex:nth-of-type(3),
    .img-flex:nth-of-type(6) {
        margin: 0 auto 20.2%;
    }
    .look .img-long {
        margin: 20.2% auto 0;
    }
}
/* -- BNR -- */

#bnr {
    background-color: #DEE3E5;
    padding: 10% 0;
    text-align: center;
}
#bnr .bnr-inner {
    width: 80%;
    max-width: 800px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
#bnr .brr-img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
#bnr .bnr-inner:hover .brr-img {
    transform: scale(1.1);
}
#bnr .brr-text {
    position: absolute;
    top: 33.6%;
    left: 50%;
    transform: translateX(-50%);
    width: 37.6%;
}
#bnr .bnr-inner p {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
    #bnr {
        background-color: #FFF;
        padding: 0;
        margin: 20.2% auto;
    }
    #bnr .bnr-inner {
        width: 90%;
        max-width: 332px;
    }
    #bnr .brr-img {
        transform: none ;
        transition: none ;
    }
    #bnr .brr-text {
        top: 26.6%;
        width: 54.6%;
    }
    #bnr .bnr-inner p {
        font-size: 11px;
    }
}

/* -- footer -- */

.footer {
    background-color: #DEE3E5;
}
.sns_link {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 34.1px;
    margin: 0 auto 2%;
}
.copy {
    text-align: center;
    padding-bottom: 5%;
}
@media screen and (max-width: 900px) {
    .footer {
        background-color: #fff;
    }
    .sns_link {
        margin: 0 auto 6%;
        gap: 25.1px;
    }
    .copy {
        font-size: 11px;
    }
}
