@charset "UTF-8";

body#fd2025,
body#fd2025 .l-header * {
    color: #000000;
    font-family: "Noto Serif JP", serif;
}
body#fd2025 .l-header_nav_search.js-searchUI.u-header{
    display: none !important;
}
a{
    transition: 0.3s;
}
a:hover{
    cursor: pointer;
    text-decoration: none;
}
body#fd2025 .l-header.active,
body#fd2025 .l-header.active2{
    background: #000;
}
#container{
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #000;
}
body.no-scroll {
    overflow: hidden;
}

#loading, #intro-video {
    position: fixed;
    inset: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
    transition: opacity .8s ease;
}
#intro-video {
    z-index: 9998;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: opacity 1s ease;
    overflow: hidden;
}
#intro-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#fd2025 header{
    background-color: transparent;
    padding: 16px 0;
    position: fixed;
    top: 0;
    left: 0;
    transform: initial !important;
}
#fd2025 header .l-header_gnav {
    background-color: transparent;
    height: initial;
    border: none;
}
#fd2025 header .l-header_gnav .l-header_nav a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-left: 1.5em;
    transition: .3s;
}
#fd2025 header .l-header_gnav .l-header_logo {
    width: 81px
}
#fd2025 header .l-header_gnav .l-header_blandlogo {
    width: 165px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#fd2025 #container #mv{
    height: 100vh;
    position: relative;
}
.video-background {
    position: relative;
    width: 100%;
    height: 100vh; /* 画面全体の高さを指定する場合 */
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ===========================
        カウントダウン部分
   =========================== */

#container > #contents > #mv > div.countdown_wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    height: 160px;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    color: #fff;
}
#container > #contents > #mv > div.countdown_wrapper > div:first-child{
    position: absolute;
    padding: 0 20px;
    top: -77px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4C5359;;
    height: 77px;
    font-size: 1.6rem;
}
#container > #contents > #mv > div.countdown_wrapper > div:first-child span{
    font-size: 1.4rem;
    margin: 0 1em;
}

#container > #contents > #mv > div.countdown_wrapper h2{
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
}
#container > #contents > #mv > div.countdown_wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#countdown {
    font-size: 3.2rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#countdown > div{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}

#countdown > div > span:last-child{
    font-size: 1.2rem;
}
/* ===========================
        追従ボタン
   =========================== */

.cut_box{
    display: block;
    position: fixed;
    z-index: 100;
    right: -230px;
    bottom: 160px;
    background: rgba(184, 180, 217, 0.90);
    width: 230px;
    height: 140px;
    clip-path: polygon(
            10px 0,                      /* 上側 左寄り */
            calc(100% - 10px) 0,         /* 上側 右寄り */
            100% 10px,                   /* 右側 上寄り */
            100% calc(100% - 10px),      /* 右側 下寄り */
            calc(100% - 10px) 100%,      /* 下側 右寄り */
            10px 100%,                   /* 下側 左寄り */
            0 calc(100% - 10px),         /* 左側 下寄り */
            0 10px                       /* 左側 上寄り */
    );
    transition: all 0.3s;
}
.cut_box:hover {
    background: #38354D;
}
.cut_box.active {
    right: 0;
}
.cut_box::after {
    content: "";
    position: absolute;
    top: 5px;    /* 内側オフセット */
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid white;  /* 内側枠線 */
    pointer-events: none;
}
.cut_box > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 15px;
}
.cut_box > div > div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
}
.cut_box > div > div:first-child {
    font-size: 1.6rem;
    transition: all 0.3s;
    margin-bottom: 14px;
}
.cut_box > div > div:first-child:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
}
.cut_box > div > div:first-child p {
    font-size: 1.2rem;
    line-height: 2;
    transition: all 0.3s;
}
.cut_box div:last-child {
    transition: all 0.3s;
}
.cut_box:hover div:last-child,
.cut_box:hover div:first-child p{
    color: #FFF;
}
#read_area{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    padding: 160px 20px;
}
#read_area > div p{
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.28px;
}

.hero {
    position: relative;
    background: #000;
}

.hero__text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
    transition: all 0.55s ease;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero__text > img{
    width: 539px;
}
.hero__text h3 {
    color: #FFF;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
    letter-spacing: 1.92px;
    margin: 15px 0 100px;
}
.hero__text  p {
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.28px;
}


.hero__images {
    position: relative; /* 画像をabsoluteで重ねるための親 */
    width: 100%;
    height: 100vh;
    overflow: hidden; /* スクロールバーを出さない */
}

.hero__images img.hero-img {
    position: absolute;
    top: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: none;
}

/* 左右位置とサイズは今のまま */
.hero__images img.hero-img.img0 {
    width: 44.722222222vw;
    right: 0;
    opacity: 1;
}

.hero__images img.hero-img.img1 {
    width: 22.222222222vw;
    left: 6.944444444vw;
    z-index: 2;
}

.hero__images img.hero-img.img2 {
    width: 17.777777777vw;
    left: 0;
    z-index: 1;
}

.hero__images img.hero-img.img3 {
    width: 20.069444444vw;
    left: 15.555555555vw;
}

.hero__images img.hero-img.img4 {
    width: 25vw;
    right: 6.111111111vw;
}

.hero__images img.hero-img.img5 {
    width: 17.708333333vw;
    right: 17.777777777vw;
}

.hero__images img.hero-img.img6 {
    width: 24.444444444vw;
    right: 0;
}


.brands-scroller{
    display: block;
    height: 100vh;
    position: relative;
    z-index: 15;
}

/* Feature [h--feature-secondry] */
.brand-panel {
    height: 100vh;
    position: relative;
}

.brand-panel.fht01 .brand-panel__inner {
    background-image: url(../image/catalog/curtain/fabricdeco2026/sentio.webp);
}
.brand-panel.fht02 .brand-panel__inner {
    background-image: url(../image/catalog/curtain/fabricdeco2026/modern.webp);
}
.brand-panel.fht03 .brand-panel__inner {
    background-image: url(../image/catalog/curtain/fabricdeco2026/v_a.webp);
}
.brand-panel.fht04 .brand-panel__inner {
    background-image: url(../image/catalog/curtain/fabricdeco2026/british_colours.webp);
}
.brand-panel.fht05 .brand-panel__inner {
    background-image: url(../image/catalog/curtain/fabricdeco2026/kioi.webp);
}
.brand-panel.fht07 .brand-panel__inner {
   background: #fff;
}

.brand-panel__inner {
    height: inherit;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.brand-content {
    position: relative;
    height: 100vh;
}

.brand-content__wrapper {
    position: absolute;
}

.h--featur-object__wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.h--featur-object__inner {
    padding: 0 40px;
    max-width: initial;
    margin: 0 auto;
}


.brand-content__wrapper,
#boxF .brand-content__wrapper,
#boxG .brand-content__wrapper{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
}
.brand-content__wrap {
    padding: 0 20px 0 11.111111111vw;
    position: relative;
}

.brand-content__inner {
    max-width: initial;
    margin: 0 auto;
}

.brand-content-title {
    margin: 0 0 24px;
}
#boxA .brand-content-title img{
    width: 291px;
}
#boxB .brand-content-title img{
    width: 287px;
}
#boxC .brand-content-title img{
    width: 193px;
}
#boxD .brand-content-title img{
    width: 448px;
}
#boxE .brand-content-title img{
    width: 288px;
}

.brand-content-subtitle {
    margin: 0 0 64px;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 144.444%;
    letter-spacing: 1.44px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.70);
}
.brand-content-text {
    color: #FFF;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 185.714%;
    letter-spacing: 1.12px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
}
#boxB .brand-content-subtitle,
#boxB .brand-content-text,
#boxE .brand-content-subtitle,
#boxE .brand-content-text {
    color: #1C1C1C;
    text-shadow: initial;
}
#boxC .brand-content-subtitle,
#boxC .brand-content-text{
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.60);
}
#boxD .brand-content-subtitle,
#boxD .brand-content-text{
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
}
.box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
}

#boxA {
    z-index: 7;
}

#boxB {
    z-index: 6;
}

#boxC {
    z-index: 5;
}
#boxD {
    z-index: 4;
}
#boxE {
    z-index: 3;
}
#boxF {
    z-index: 2;
}
#boxG {
    z-index: 1;
    background: #000;
}
#brandsScroller.pin-spacer {
    background: transparent !important;
}
#boxF .background-layer {
    position: absolute;
    inset: 0;
    /*background: rgba(255,255,255,.8);*/
    /*filter: blur(20px);*/
    z-index: 2;
    background-image: url(../image/catalog/curtain/fabricdeco2026/matterport.webp);
    height: inherit;
    width: 100%;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#boxF .brand-content__inner.matterport {
    position: relative;
    z-index: 1; /* 背景より前面に表示 */
}
#boxF .brand-content__wrapper {
    z-index: 5;
}
#boxF .brand-content__wrap{
    padding: 0 20px;

}
.brand-content__inner.matterport h2 {
    color: #1C1C1C;
    text-align: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2.56px;
}
.brand-content__inner.matterport p {
    color: #1C1C1C;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.28px;
    text-shadow: initial;
}
#boxG .brand-content__wrapper {
    display: flex;
    justify-content: center;
}
#boxG .iframe_outwrap {
    max-width: 1120px;
    width: calc(100% - 14px);
}
#boxG .iframe_wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9（Matterport 推奨） */
    height: 0;
    overflow: hidden;
}
#boxG .iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#boxF > p{
    position: absolute;
    left: 16px;
    bottom: 16px;
    color: #1C1C1C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    z-index: 2;
}

/* =========================
   LEAD SECTION
========================= */
.lead {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.lead__img-box {
    position: relative;
}

.lead__img-box .img_p {
    position: absolute;
    width: auto;
    max-width: 100%;
    height: auto;
}

.lead__wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lead__wrap--inner {
    max-width: 1200px;
    width: 100%;
}

.lead__wrap--copy p {
    font-family: "area-normal", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.lead__wrap--copy p span {
    display: block;
}

/* =========================
       NEWS
========================= */
#news{
    background: #2E2E2E;
    padding: 100px 20px 150px;
}
#news .news_wrapper{
    width: 100%;
    max-width: 735px;
    margin: auto;
}
#news h2{
    color: #FFF;
    text-align: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.8px;
    padding-bottom: 70px;
    border-bottom: 1px solid #DEDEDE;
}
#news .news_item{
    display: flex;
    border-bottom: 1px solid #DEDEDE;
    padding: 38px 0;
}
#news .news_item > .news_date,
#news .news_item > .news_text{
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2.4px;
}
#news .news_item > .news_date{
    width: 240px;
    text-align: center;
}
@media (max-width: 1299px) and (min-width: 768px) {
    #fd2025 header .l-header_gnav .l-header_blandlogo {
        position: static;
        transform: initial !important;
    }
}
@media (max-width: 1279px) {
    body#fd2025 .l-header_gnav {
        padding: 6px 15px;
    }
}
@media (min-width: 769px) {
    body#fd2025 .l-header_menu_wrapper {
        display: none !important;
        visibility: hidden;
    }
}

@media (max-width: 768px) {
    #fd2025 header {
        padding: 0;
    }
    body#fd2025 .l-header_gnav{
        position: relative;
    }
    #fd2025 header .l-header_gnav .l-header_logo {
        width: 81px;
    }
    #fd2025 header .l-header_gnav .l-header_blandlogo {
        width: 141px;
    }
    body#fd2025 .l-header .l-header_inner .l-header_gnav .l-header_nav {
        display: none !important;
        visibility: hidden;
    }
    body#fd2025 .l-header_hamburger {
        position: absolute;
        top: 15px;
    }
    body#fd2025 .l-header_hamburger > button {
        align-items: flex-end;
    }
    body#fd2025 .l-header_hamburger span {
        height: 1px;
        background-color: #fff;
    }
    body#fd2025 .l-header_hamburger span:nth-of-type(2) {
        width: 70%;
    }
    body#fd2025 .l-header_hamburger span:last-of-type {
        width: 40%;
    }
    body#fd2025 .l-header_hamburger > button[aria-expanded=true] span:last-of-type {
        width: 100%;
    }
    body#fd2025 .l-header_menu_main[aria-hidden=false] {
        height: calc(100lvh - 36px);
        background: #000;
        color: #fff;
    }
    body#fd2025 .l-header_menu{
        margin: 0;
    }
    body#fd2025 .l-header_menu_nav_item.js-accordion_parent{
        display: flex;
        flex-direction: column;
    }
    body#fd2025 .l-header_menu_nav_item.js-accordion_parent a{
        color: #fff;
        font-size: 2rem;
        line-height: 2.5;
    }
    #container > #contents > #mv > div.countdown_wrapper {
        height: 145px;
    }
    #container > #contents > #mv > div.countdown_wrapper > div:first-child {
        display: none;
        visibility: hidden;
    }
    #container > #contents > #mv > div.countdown_wrapper h2 {
        font-size: 1.8rem;
    }
    #read_area {
        padding: 104px 20px;
    }
    #read_area > div p {
        font-size: 1.4rem;
    }
    .hero__text > img {
        max-width: 290px;
    }
    .hero__text h3 {
        font-size: 1.8rem;
        line-height: 177.778%;
        letter-spacing: 1.44px;
        margin: 15px 0 40px;
    }
    .hero__text p {
        font-size: 1.4rem;
        letter-spacing: 1.12px;
    }
    .cut_box {
        right: -118px;
        bottom: 80px;
        width: 118px;
        height: 94px;
    }
    .cut_box > div {
        padding: 0 5px;
    }
    .cut_box > div > div:first-child {
        font-size: 1.4rem;
        margin-bottom: 0;
        line-height: 120%;
        letter-spacing: 1px;
    }
    .cut_box > div > div:first-child:after {
        display: none;
    }
    .cut_box > div > div:first-child p {
        font-size: 1rem;
        display: flex;
    }
    .cut_box > div > div:last-child{
        font-size: 1rem;
        line-height: 1;
    }
    .brand-panel.fht01 .brand-panel__inner {
        background-image: url(../image/catalog/curtain/fabricdeco2026/sentio_sp.webp);
    }
    .brand-panel.fht02 .brand-panel__inner {
        background-image: url(../image/catalog/curtain/fabricdeco2026/modern_sp.webp);
    }
    .brand-panel.fht03 .brand-panel__inner {
        background-image: url(../image/catalog/curtain/fabricdeco2026/v_a_sp.webp);
    }
    .brand-panel.fht04 .brand-panel__inner {
        background-image: url(../image/catalog/curtain/fabricdeco2026/british_colours_sp.webp);
    }
    .brand-panel.fht05 .brand-panel__inner {
        background-image: url(../image/catalog/curtain/fabricdeco2026/kioi_sp.webp);
    }
    .brand-panel.fht07 .brand-panel__inner {
        background: #fff;
    }
    #boxF .background-layer {
        background-image: url(../image/catalog/curtain/fabricdeco2026/matterport_sp.webp);
    }
    .hero__images img.hero-img.img0 {
        width: 60.533333333vw;
    }
    .hero__images img.hero-img.img1 {
        width: 62.4vw;
        left: 18.666666666vw;
    }
    .hero__images img.hero-img.img2 {
        width: 49.866666666vw;
    }
    .hero__images img.hero-img.img3 {
        width: 56.266666666vw;
        left: initial;
        right: 0;
    }
    .hero__images img.hero-img.img4 {
        width: 71.2vw;
        right: 17.557333333vw;
    }
    .hero__images img.hero-img.img5 {
        width: 49.6vw;
        right: initial;
        left: 0;
    }
    .hero__images img.hero-img.img6 {
        width: 68.8vw;
        right: 14.226666666vw;
    }
    .brand-content__wrap {
        padding: 0 0 0 7.733333333vw;
    }
    .brand-content-subtitle {
        margin: 0 0 40px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.70);
    }
    .brand-content-text {
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.80);
    }
    #boxC .brand-content-text {
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.90);
    }
    #boxD .brand-content-text {
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.80);
    }
    #boxA .brand-content-title img{
        max-width: 210px;
        width: 100%;
    }
    #boxB .brand-content-title img{
        max-width: 230px;
        width: 100%;
    }
    #boxC .brand-content-title img{
        max-width: 140px;
        width: 100%;
    }
    #boxD .brand-content-title img{
        max-width: 316px;
        width: 100%;
    }
    #boxE .brand-content-title img{
        max-width: 189px;
        width: 100%;
    }
    .brand-content__wrapper {
        top: 20%;
        transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
    }
    .brand-content__inner.matterport h2 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        letter-spacing: 1.6px;;
    }
    .brand-content__inner.matterport p {
        font-size: 1.4rem;
        line-height: 171.429%;
        letter-spacing: 1.12px;
    }
    #news .news_item {
        flex-direction: column;
    }
    #news .news_item > .news_date {
        width: initial;
        text-align: left;
        margin-bottom: 20px;
    }
}
@media (max-width: 320px) {
    body#fd2025 .l-header_gnav {
        padding: 6px 10px;
    }
    #fd2025 header .l-header_gnav .l-headerlogo {
        width: 71px;
    }
    #fd2025 header .l-header_gnav .l-header_blandlogo {
        width: 131px;
    }
    .brand-content-subtitle {
        margin: 0 0 30px;
    }
    .brand-content__wrap {
        padding: 0 0 0 2.5vw;
    }
    .brand-content-text {
        font-size: 1.3rem;
    }
    #boxF .brand-content__wrap {
        padding: 0 10px;
    }
    .brand-content__inner.matterport p {
        font-size: 1.2rem;
    }
}