@charset "utf-8";

/* navHeight */
.navHeight{
    width: 100%;
    height: 120px;
}
@media (max-width:1024px){
    .navHeight{
        height: 60px;
        background-image: url(../images/common/bg01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-bottom: 1px solid #d3adaf;
    }
}

/* pageWrap */
.pageWrap{
    background-color: #564133;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}
.pageWrap:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url(../images/colorSelect/eyeBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: multiply;
}
.pageWrap_inner{
    position: relative;
}
.fadeIn{
    opacity: 0;
    transition: opacity 1s ease-out,transform 1s ease-out;
}
.fadeIn.show{
    opacity: 1;
}
@media (max-width:500px){
    .pageWrap{
        margin-bottom: 50px;
    }
}

/* page_eyeCatch */
.page_eyeCatch{
    margin-bottom: 100px;
}
.slider01>.swiper-wrapper,
.slider02>.swiper-wrapper{
    transition-timing-function: linear;
}
.eyeTxt{
    padding: 50px 0;
}
.eyeTxt>.eyeTxt_inner{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.eyeTxt>.eyeTxt_inner>h2{
    max-width:500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.eyeTxt>.eyeTxt_inner>p{
    font-size: 1em;
    line-height: 1.8;
    color: #fff;
}
.eyeTxt>.eyeTxt_inner>p.em{
    font-size: 1.25em;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 20px;
}
.eyeTxt>.eyeTxt_inner>p.noticeTxt{
    font-size: 0.75em;
    color: #fff;
}
.eyeTxt>.eyeTxt_inner>ul{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.eyeTxt>.eyeTxt_inner>ul>li{
    font-size: 1em;
    color: #fff;
    display: inline-block;
    padding: 0.5em 2em;
}
.eyeTxt>.eyeTxt_inner>ul>li:nth-child(1){
    background-color: #a72126;
    margin-right: 10px;
}
.eyeTxt>.eyeTxt_inner>ul>li:nth-child(2){
    background-color: #a08d51;
}
.under500{
    display: none;
}
@media (max-width:500px){
    .page_eyeCatch {
        margin-bottom: 80px;
    }
    .under500{
        display: block;
    }
}

/* coordinatorWrap */
.coordinatorWrap{
    margin-bottom: 100px;
}
.coordinatorWrap_inner{
    max-width:1100px;
    width: 80%;
    margin: 0 auto;
    background-color: #a08d51;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}
.coordinatorWrap_inner>h3{
    font-size: 1.25em;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.coordinatorWrap_inner>p{
    font-size: 0.9em;
    line-height: 1.8;
}
@media (max-width:768px){
    .coordinatorWrap_inner{
        width: 90%;
    }
}
@media (max-width:500px){
    .coordinatorWrap{
        margin-bottom: 80px;
    }
}

/* doorFlooring */
.doorFlooring{
    margin-bottom: 100px;
}
.cs_contentWrap{
    max-width:1100px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.cs_contentWrap>.ttlBox{
    max-width:500px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.cs_contentWrap>.ttlBox>h4{
    display: flex;
    flex-direction: column;
}
.cs_contentWrap>.ttlBox>h4>span{
    color: #fff;
}
.cs_contentWrap>.ttlBox>h4>span:nth-child(1){
    font-family: "EB Garamond", serif;
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.cs_contentWrap>.ttlBox>h4>span:nth-child(2){
    font-size: 1em;
    font-weight: 400;
}
.cs_contentWrap>.txtBox{
    margin-bottom: 50px;
}
.cs_contentWrap .txtBox .colorNum{
    max-width:300px;
    width: 40%;
    margin: 0 auto;
}
.cs_contentWrap>.txtBox>p{
    font-size: 0.9em;
    line-height: 1.8;
    color: #fff;
}
.csContent_innerWrap>h5{
    display: flex;
    margin-bottom: 20px;
}
.csContent_innerWrap>h5>span:nth-child(1),
.csContent_innerWrap>h5>span:nth-child(3){
    flex: 1;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%);
}
.csContent_innerWrap>h5>span:nth-child(2){
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    padding: 0 1em;
    box-sizing: border-box;
}
.flooringWrap{
    margin-bottom: 50px;
}
.swiper-slide>p.colorName{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8em;
    color: #fff;
    text-align: left;
    margin-top: 5px;
}
.slider03{
    padding-bottom: 20px;
}
.slider03 .swiper-button-prev,
.slider03 .swiper-button-next{
    width: 30px;
    height: 30px;
    color: #fff; /* ボタンの色 */
    background-color: #a08d51;
    padding: 3px;
    box-sizing: border-box;
}
.slider03 .swiper-button-prev{
    left: 0;
}
.slider03 .swiper-button-next{
    right: 0;
}
.slider03 .swiper-pagination{
    bottom: 0px;
}
.swiper-pagination-bullet{
    background-color: #fff; /* 例：薄いグレー */
    opacity: 1; /* デフォルトは少し透過しているので1にする */
}
.swiper-pagination-bullet-active{
    background-color: #a08d51; /* 例：赤色 */
}
@media (max-width:768px){
    .cs_contentWrap{
        width: 90%;
    }
    .cs_contentWrap .txtBox .colorNum{
        width: 50%;
    }
}
@media (max-width:500px){
    .doorFlooring{
        margin-bottom: 80px;
    }
}

/* kitchen */
.kitchen{
    margin-bottom: 100px;
    padding: 100px 0;
    background-color: rgba(0,0,0,0.25);
}
.cs_contentWrap>.imgBox{
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.relative{
    position: relative;
}
.cs_contentWrap>.imgBox>p>.logo{
    max-width: 200px;
    width: 20%;
    position: absolute;
    top: 1em;
    right: 1em;
}
.imgNotice{
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    font-size: 0.75em;
}
.kitchenDoor_wrap,
.kitchenWorktop_wrap,
.kitchenHeight_wrap{
    margin-bottom: 50px;
}
.csContent_innerWrap .colorNum{
    max-width:300px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.csContent_innerWrap>p{
    font-size: 0.9em;
    color: #fff;
}
.csContent_innerWrap>p.noticeTxt{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.75em;
    margin-top: 5px;
}
.kitchenWorktop_row{
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}
.kitchenWorktop_row>.imgBox{
    width: 60%;
}
.kitchenWorktop_row>.kitchenWorktop_slider{
    width: 36%;
}
.slider04,
.slider05{
    padding-bottom: 20px;
}
.slider04 .swiper-button-prev,
.slider04 .swiper-button-next,
.slider05 .swiper-button-prev,
.slider05 .swiper-button-next{
    width: 30px;
    height: 30px;
    color: #fff; /* ボタンの色 */
    background-color: #a08d51;
    padding: 3px;
    box-sizing: border-box;
}
.slider04 .swiper-button-prev,
.slider05 .swiper-button-prev{
    left: 0;
}
.slider04 .swiper-button-next,
.slider05 .swiper-button-next{
    right: 0;
}
.slider04 .swiper-pagination,
.slider05 .swiper-pagination{
    bottom: 0px;
}
.stoveRow{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.stoveRow>.stoveBox{
    width: 40%;
}
.stoveRow>.arrowBox{
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stoveRow>.arrowBox::before {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent,#a08d51);
    /* clip-pathで三角形に切り抜く */
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
@media (max-width:768px){
    .cs_contentWrap>.imgBox{
        width: 100%;
    }
    .cs_contentWrap>.imgBox>p>.logo{
        width: 40%;
    }
    .csContent_innerWrap .colorNum {
        width: 50%;
    }
    .stoveRow{
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .stoveRow>.stoveBox{
        width: 100%;
        margin: 0 auto;
    }
    .stoveRow>.stoveBox:first-of-type{
        margin-bottom: 10px;
    }
    .stoveRow>.arrowBox{
        max-width: 100px;
        width: 20%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .stoveRow>.arrowBox::before{
        aspect-ratio: 2/1;
        background: linear-gradient(180deg, transparent,#a08d51);
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    }
}
@media (max-width:500px){
    .kitchen {
        margin-bottom: 80px;
        padding: 80px 0;
    }
    .kitchenWorktop_row{
        flex-wrap: wrap;
    }
    .kitchenWorktop_row>.imgBox{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .kitchenWorktop_row>.kitchenWorktop_slider{
        width: 60%;
    }
    .stoveRow{
        width: 90%;
    }
    .swiper-pagination-bullet{
        height: 5px;
        width: 5px;
    }
}

/* bathroom */
.bathroom{
    margin-bottom: 100px;
}
.bathtubWrap{
    margin-bottom: 50px;
}
.bathtubSlider>ul{
    display: flex;
    justify-content: center;
}
.bathtubSlider>ul>li{
    width: 25%;
    margin-right: 5%;
}
.bathtubSlider>ul>li:last-child{
    margin-right: 0%;
}
.bathtubSlider>ul>li>p.colorName{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8em;
    color: #fff;
    text-align: right;
}
.slider06,
.slider07{
    padding-bottom: 20px;
}
.slider06 .swiper-wrapper .swiper-slide p:nth-child(1){
    padding: 30px;
    box-sizing: border-box;
}
.slider06 .swiper-button-prev,
.slider06 .swiper-button-next,
.slider07 .swiper-button-prev,
.slider07 .swiper-button-next{
    width: 30px;
    height: 30px;
    color: #fff; /* ボタンの色 */
    background-color: #a08d51;
    padding: 3px;
    box-sizing: border-box;
}
.slider06 .swiper-button-prev,
.slider07 .swiper-button-prev{
    left: 0;
}
.slider06 .swiper-button-next,
.slider07 .swiper-button-next{
    right: 0;
}
.slider06 .swiper-pagination,
.slider07 .swiper-pagination{
    bottom: 0px;
}
@media (max-width:768px){
    .bathtubSlider{
        width: 80%;
        margin: 0 auto;
    }
}
@media (max-width:500px){
    .bathroom{
        margin-bottom: 80px;
    }
}

/* powderroom */
.powderroom{
    margin-bottom: 100px;
    padding: 100px 0;
    background-color: rgba(0,0,0,0.25);
}
.slider08,
.slider09,
.slider10{
    padding-bottom: 20px;
}
.slider08 .swiper-button-prev,
.slider08 .swiper-button-next,
.slider09 .swiper-button-prev,
.slider09 .swiper-button-next,
.slider10 .swiper-button-prev,
.slider10 .swiper-button-next{
    width: 30px;
    height: 30px;
    color: #fff; /* ボタンの色 */
    background-color: #a08d51;
    padding: 3px;
    box-sizing: border-box;
}
.slider08 .swiper-button-prev,
.slider09 .swiper-button-prev,
.slider10 .swiper-button-prev{
    left: 0;
}
.slider08 .swiper-button-next,
.slider09 .swiper-button-next,
.slider10 .swiper-button-next{
    right: 0;
}
.slider08 .swiper-pagination,
.slider09 .swiper-pagination,
.slider10 .swiper-pagination{
    bottom: 0px;
}
.slider10{
    margin-top: 20px;
}
.csContent_row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.csContent_row>.csContent_innerWrap{
    width: 45%;
}
.csContent_row .csContent_innerWrap .colorNum {
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
}
@media (max-width:768px){
    .csContent_row>.csContent_innerWrap{
        width: 100%;
    }
    .csContent_row>.csContent_innerWrap:nth-child(1){
        margin-bottom: 50px;
    }
    .csContent_row .csContent_innerWrap .colorNum{
        width: 50%;
    }
    .powderHeight_slider{
        width: 60%;
        margin: 0 auto;
    }
    .powderFloor_slider{
        width: 100%;
    }
}
@media (max-width:500px){
    .powderroom{
        margin-bottom: 80px;
        padding: 80px 0;
    }
}

/* toilet */
.toilet{
    margin-bottom: 100px;
}
.slider11{
    padding-bottom: 20px;
}
.slider11 .swiper-button-prev,
.slider11 .swiper-button-next{
    width: 30px;
    height: 30px;
    color: #fff; /* ボタンの色 */
    background-color: #a08d51;
    padding: 3px;
    box-sizing: border-box;
}
.slider11 .swiper-button-prev{
    left: 0;
}
.slider11 .swiper-button-next{
    right: 0;
}
.slider11 .swiper-pagination{
    bottom: 0px;
}
.slider11{
    margin-top: 20px;
}
@media (max-width:768px){
    .toiletFloor_slider{
        width: 100%;
    }
}
@media (max-width:500px){
    .toilet{
        margin-bottom: 80px;
    }
}

/* cloth */
.cloth{
    background-color: rgba(0,0,0,0.25);
    padding: 100px 0;
}
.cloth>.cs_contentWrap>.imgBox{
    position: relative;
    max-width: 400px;
    width: 60%;
    margin-bottom: 10px;
}
.cloth>.cs_contentWrap>.imgBox>span.logo{
    max-width: 200px;
    width: 35%;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 2;
}
.cloth>.cs_contentWrap>.txtBox>p.noticeTxt{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.75em;
    margin-top: 5px;
}
@media (max-width:768px){
    .cloth>.cs_contentWrap>.imgBox{
        width: 70%;
    }
    .cloth>.cs_contentWrap>.imgBox>span.logo{
        width: 40%;
    }
}
@media (max-width:500px){
    .cloth{
        padding: 80px 0;
    }
}

/* notice */
.notice{
    padding-bottom: 80px;
    /*position: relative;*/
}
@media (max-width:500px){
    .notice{
        padding-bottom: 50px;
    }              
}