
/* PCのみ表示 */
@media screen and (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}
/* SPのみ表示 */
@media screen and (min-width: 768px) {
    .mv-sp-only {
      display: none !important;
    }
    .mv-sp-only img{
        max-height:100vh;
    }
}

/* header */
/* @media screen and (min-width: 1080px) { */
@media screen and (min-width: 1161px) {
        .main-navigation a{
        color:#fff;
        font-size: 15px;
    }
    .main-navigation a:hover {
        border-bottom: 2px solid #fff!important;
        color: #fff !important;
    }
    .main-navigation .about-list a:hover{
        color: #3c3c3b !important;
        border-bottom: 2px solid #3c3c3b!important;
    }
}
.main-navigation li {
    color: #fff;
    font-size: 15px;
}
.top_mv-movie iframe body.vp-center .player .vp-unmute .vp-unmute-button{
    display:none!important;
}
body:not(.showfocus) .player button{
    display:none!important;
}
body article.top section.mv .top_mv-movie a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index:999;
}

/* スライダー */
body article.top .mv .slider {
    opacity: 0;
    transition: opacity .3s;
}
body article.top .mv .slider.slick-initialized{
    opacity: 1;  /* slick-initializedが付与されたら表示させる */ 
}
body article.top .mv .slick-dots{
    position: absolute;
    top:80vh;
    bottom: 0;
    left: 5%;
    margin-top: 0;
}
body article.top .mv .slick-dots button{
    background-color:rgb(200, 200, 200);
}
body article.top .mv .slick-dots .slick-active button{
    background-color:#b83c3c;
}
/* スライダー タイトル */
body article.top .mv .mv-info {
    position: absolute;
    /* bottom: 120px; */
    top: 65vh;
    left: 5%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
body article.top .mv .mv-info .content{
    width: 100%;
}
body article.top .mv .mv-info .content h2 {
    margin: 0;
    font-family: "Helvetica Neue LT Bold", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
/* スライダー リンクボタン */
body article.top .mv .mv-info .link-button a {
    position: relative;
    background-color: inherit;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 1px solid #ffffff;
    font-family: "Helvetica Neue LT Bold", Helvetica, Arial, sans-serif;
}
body article.top .mv .mv-info .link-button a:hover {
    color: #ffffff;
}
@media screen and (max-width: 1400px){
    body article.top .mv .slick-dots{
        bottom: 10%;
				top: auto;
    }
    body article.top .mv .mv-info {
        bottom: 20%;
        top: auto;
    }
}

/* header切替 変更 */
/* @media screen and (min-width: 1080px){ */
@media screen and (min-width: 1161px){
        body header{
        z-index:100;
    }
    body article.top section p.all_btn{
        clear:both;
        text-align:center;
    }
    body article.top section p.all_btn a{
        font-family:"Crimson Text";
        font-style:italic;
        font-size:20px;
    }
    /* showroom */
    body article.top section.showroom p.all_btn a{
        font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-style:normal;
        font-size:14px;
    }
    body article.top section.showroom a:hover{
        color:#fff;
    }
    body article.top section.mv{
        width:100%;
        height:auto;
        max-height:100vh;
        position:relative;
        border-bottom:1px solid #d8d8d8;
        color:#ffffff;
    }
    body article.top section.mv p.anker{
        margin-left:-19px;
        position:absolute;
        left:50%;
        bottom:20px;
        z-index:10;
    }
    body article.top section.mv p.anker a{
        width:38px;
        height:38px;
        display:block;
        background:url("../images/icon_arrow_mv.png") no-repeat center center/38px 38px;
        position:relative;
    }
    body article.top section.mv p.anker a span{
        height:1px;
        width:1px;
        display:block;
        position:absolute;
        top:0;
        left:0;
        clip:rect(1px, 1px, 1px, 1px);
        overflow:hidden;
    }
    body article.top section.mv .slide{
        position:relative;width:100%;
        height:100%;
    }
    body article.top section.mv .slide>div{
        width:100%;
        height:100%;
        position:absolute;
        left:0;
        top:0;
        background:no-repeat center center / cover;
        display:none;
        z-index:0;
    }
    body article.top section.mv .slide>div.show{
        z-index:1;
        display:block;
    }
    body article.top section.mv .lp_link{
        width:462px;
        height:calc(100% - 145px);
        background:rgba(0,0,0,0.6);
        position:absolute;
        top:145px;
        left:0;
        z-index:100;
    }
    body article.top section.mv .lp_link a{
        width:100%;
        height:100%;
        display:block;
        overflow:hidden;
        text-decoration:none;
    }
    body article.top section.mv .lp_link a:hover p.link_text{
        text-decoration:none;
    }
    body article.top section.mv .lp_link a dl dt{
        margin:50px 0 35px 51px;
        width:333px;
        height:166px;
        display:block;
        border:none;
        background-color:transparent;
        background-image:url("../image/top/pc/title_lp.png");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:contain;
        position:relative;
    }
    body article.top section.mv .lp_link a dl dt span{
        height:1px;
        width:1px;
        display:block;
        position:absolute;
        top:0;
        left:0;
        clip:rect(1px, 1px, 1px, 1px);
        overflow:hidden;
    }
    body article.top section.mv .lp_link a dl dd{
        margin:0 0 43px 50px;
        width:352px;
        height:55px;
        display:block;
        border:none;
        background-color:transparent;
        background-image:url("../image/top/pc/text_lp_info.png");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:contain;
        position:relative;
    }
    body article.top section.mv .lp_link a dl dd span{
        height:1px;
        width:1px;
        display:block;
        position:absolute;
        top:0;
        left:0;
        clip:rect(1px, 1px, 1px, 1px);
        overflow:hidden;
    }
    body article.top section.mv .lp_link a p.date{
        margin:0 0 44px 50px;
        width:245px;
        height:38px;
        display:block;
        border:none;
        background-color:transparent;
        background-image:url("../image/top/pc/text_lp_date.png");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:contain;
        position:relative;
    }
    body article.top section.mv .lp_link a p.date span{
        height:1px;
        width:1px;
        display:block;
        position:absolute;
        top:0;
        left:0;
        clip:rect(1px, 1px, 1px, 1px);
        overflow:hidden;
    }
    body article.top section.mv .lp_link a p.link_text{
        margin:0 0 0 50px;
        text-decoration:underline;
        line-height:16px;
        font-size:14px;
        color:#ffffff;
    }
    body article.top section.mv .top_mv-movie{
        position: relative;
        width: 100%;
        overflow:hidden;
    }
    body article.top section.mv .top_mv-movie::before{
        content: "";
        display: block;
        padding-top: 56.25%;
    }
    body article.top section.mv .top_mv-movie iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    body article.top section.information dl{
        text-align:center;
        line-height:36px;
        font-size:14px;
    }
    body article.top section.information dl dt{
        font-weight:bold;
    }
    body article.top section.information dl dd span{
        padding-right:26px;
        display:inline-block;
    }
    body article.top section.news .slide{
        margin-top:70px;
        margin-bottom:90px;
    }
    body article.top section.news .slide ul{
        margin:0 auto;
        width:960px;
        overflow:hidden;
    }
    body article.top section.news .slide ul li{
        margin-right:30px;
        float:left;
    }
    body article.top section.news .slide ul li:last-child{
        margin-right:0;
    }
    body article.top section.news .slide ul li a{
        width:300px;
        display:block;
        text-decoration:none;
    }
    body article.top section.news .slide ul li a span{
        display:block;
    }
    body article.top section.news .slide ul li a span.head{
        margin-bottom:16px;
        display: flex;         /* 日付削除により追記 */
        text-align: center;
    }
    body article.top section.news .slide ul li a span.head .category{
        /* padding-top:5px;
        padding-right:16px; 日付削除により削除 */
        float:left;
        font-family:"Open Sans";
        font-size:12px;
    }
    /* body article.top section.news .slide ul li a span.head .category:after{
        content:"-";
    } 日付削除により削除 */
    body article.top section.news .slide ul li a span.head .date{
        font-family:"caslon-book";
        font-size:16px;
    }
    body article.top section.news .slide ul li a span.img{
        clear:both;
        width:300px;
        height:225px;
        background:no-repeat center center / cover;
    }
    body article.top section.news .slide ul li a span.title{
        padding-top:10px;
        font-family:"caslon-book","hiraginokakugow3";
        line-height:24px;
        font-size:20px;
    }
    body article.top section.showroom{
        background:#6e7678;
    }
    body article.top section.showroom .img{
        height:564px;
        width:50%;
        float:left;
        background:url("../images/img_showroom.jpg") no-repeat right center;
    }
    body article.top section.showroom .text{
        padding:80px 0 0 55px;
        height:564px;
        width:50%;
        float:right;
        box-sizing:border-box;
        color:#ffffff;
    }
    body article.top section.showroom .text h2{
        margin:0 0 40px 0;
        text-align:left;
        color:#ffffff;
    }
    body article.top section.showroom .text dl{
        margin-bottom:22px;
    }
    body article.top section.showroom .text dl dt{
        margin-bottom:16px;
        line-height:24px;
        font-family:"caslon-book";
        font-size:20px;
    }
    body article.top section.showroom .text dl dd{
        line-height:36px;
        font-size:14px;
    }
    body article.top section.showroom .text ul.access_video{
        margin-bottom:22px;
    }
    body article.top section.showroom .text p.all_btn{
        text-align:left;
    }
    body article.top section.products p.img{
        margin-bottom:54px;
        text-align:center;
    }
    body article.top section.products ul.category{
        margin-bottom:30px;
        text-align:center;
    }
    body article.top section.products ul.category li{
        margin-bottom:36px;
        display:inline-block;
        font-size:14px;
        color:#969796;
    }
    body article.top section.products ul.category li:after{
        content:'|';
        display:inline;
    }
    body article.top section.products ul.category li a{
        margin:0 10px;
        display:inline-block;
        text-decoration:none;
    }
    body article.top section.designers p.text{
        margin-bottom:50px;
        text-align:center;
        line-height:35px;
        font-size:18px;
    }
    body article.top section.designers p.img{
        margin-bottom:56px;
        text-align:center;
    }
    body article.top section.catalogues p.text{
        margin-bottom:50px;
        text-align:center;
        line-height:35px;
        font-size:18px;
    }
    body article.top section.catalogues ul{
        margin-bottom:52px;
        overflow:hidden;
    }
    body article.top section.catalogues ul li{
        margin-right:30px;
        float:left;
    }
    body article.top section.catalogues ul li:last-child{
        margin-right:0;
    }
    body article.top section.catalogues ul li.catalogues a{
        background-image:url("../images/img_cat_catalogues_2018.jpg");
    }
    body article.top section.catalogues ul li.stylebook a{
        background-image:url("../images/img_cat_stylebook_2018.jpg");
    }
    body article.top section.catalogues ul li.pricelist a{
        background-image:url("../images/img_cat_pricelist_2018.jpg");
    }
    body article.top section.catalogues ul li a{
        width:340px;
        height:255px;
        display:block;
        background:no-repeat center center / cover;
        text-decoration:none;
    }
    body article.top section.catalogues ul li a span{
        display:block;
        text-align:center;
        line-height:255px;
        font-family:"caslon-book";
        font-size:36px;
        color:#ffffff;
    }
    body article.top section.concept .inner{
        border-bottom:0;
    }
    body article.top section.concept p.text{
        margin-bottom:35px;
        text-align:center;
        line-height:35px;
        font-size:18px;
    }
    body article.top section.map{
        border-top:1px solid #a9a6a3;
        width:100%;
        height:520px;
    }
    body article.top section.map #map_canvas,body article.top section.map>iframe{
        width:100%;
        height:100%;
    }
}

/* header切替 変更 */
/* @media screen and (max-width: 1079px){ */
@media screen and (max-width: 1160px){
        body header{
        top:0;
        left:0;
        z-index:100;
    }
    body article.top section p.all_btn{
        clear:both;
        text-align:center;
    }
    body article.top section p.all_btn a{
        font-family:"Crimson Text";
        font-style:italic;
        font-size:20px;
    }
    /* showroom */
    body article.top section.showroom p.all_btn a{
        font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-style:normal;
        font-size:14px;
    }
    body article.top section.mv{
        width:100%;
        height:auto;
        max-height:100vh;
        position:relative;
        overflow:hidden;
    }
    body article.top section.mv p.anker{
        margin-left:-15px;
        position:absolute;
        left:50%;
        bottom:10px;
        z-index:10;
    }
    body article.top section.mv p.anker a{
        width:30px;
        height:30px;
        display:block;
        background:url("../images/icon_arrow_mv.png") no-repeat center center/30px 30px;
        position:relative;
    }
    body article.top section.mv p.anker a span{
        height:1px;
        width:1px;
        display:block;
        position:absolute;
        top:0;
        left:0;
        clip:rect(1px, 1px, 1px, 1px);
        overflow:hidden;
    }
    body article.top section.mv .slide{
        position:relative;
        width:100%;
        height:100%;
    }
    body article.top section.mv .slide>div{
        width:100%;
        height:100%;
        position:absolute;
        left:0;
        top:0;
        background:no-repeat center center / cover;
        display:none;
        z-index:0;
    }
    body article.top section.mv .slide>div.show{
        z-index:1;
        display:block;
    }
    body article.top section.mv .lp_link{
        padding:20px 0 55px 0;
        width:100%;
        background:rgba(0,0,0,0.6);
        position:absolute;
        left:0;
        bottom:0;
        z-index:10;
    }
    body article.top section.mv .lp_link a{
        width:100%;
        height:100%;
        display:block;
        overflow:hidden;
        text-decoration:none;
    }
    body article.top section.mv .lp_link a dl dt{
        margin:0 0 11.5px 10px;
        width:290px;
        height:74px;
        display:block;
        border:none;
        background-color:transparent;
        background-image:url("../image/top/sp/title_lp.png?20190301");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:contain;
        position:relative;
    }
    body article.top section.mv .lp_link a dl dt span{
        height:1px;
        width:1px;
        display:block;
        position:absolute;
        top:0;
        left:0;
        clip:rect(1px, 1px, 1px, 1px);
        overflow:hidden;
    }
    body article.top section.mv .lp_link a dl dd{
        margin:0 0 10px 11px;
        width:178.5px;
        height:14px;
        display:block;
        border:none;
        background-color:transparent;
        background-image:url("../image/top/sp/text_lp_info.png?20190301");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:contain;
        position:relative;
    }
    body article.top section.mv .lp_link a dl dd span{
        height:1px;
        width:1px;
        display:block;
        position:absolute;
        top:0;
        left:0;
        clip:rect(1px, 1px, 1px, 1px);
        overflow:hidden;
    }
    body article.top section.mv .lp_link a p.date{
        margin:0 0 14px 11px;
        width:217.5px;
        height:12.5px;
        display:block;
        border:none;
        background-color:transparent;
        background-image:url("../image/top/sp/text_lp_date.png");
        background-repeat:no-repeat;
        background-position:center center;
        background-size:contain;
        position:relative;
    }
    body article.top section.mv .lp_link a p.date span{
        height:1px;
        width:1px;
        display:block;
        position:absolute;
        top:0;
        left:0;
        clip:rect(1px, 1px, 1px, 1px);
        overflow:hidden;
    }
    body article.top section.mv .lp_link a p.link_text{
        text-align:center;
        text-decoration:underline;
        line-height:14px;
        font-size:12px;
        font-weight:bold;
        color:#ffffff;
    }
    body article.top section.information dl{
        margin:0 20px 20px 20px;
        line-height:20px;
        font-size:12px;
    }
    body article.top section.information dl dt{
        margin-bottom:20px;
        text-align:center;
        font-weight:bold;
    }
    body article.top section.information dl dd ul li{
        margin-bottom:20px;
    }
    body article.top section.information dl dd span{
        display:block;
    }
    body article.top section.news .slide{
        margin:35px auto 45px auto;
    }
    body article.top section.news .slide ul button.slick-arrow{
        width:30px;
        height:30px;
        position:absolute;
        top:140px;
        z-index:10;
        display:block;
        background:no-repeat center center / contain;
        text-indent:-9999px;
        border:none;
    }
    body article.top section.news .slide ul button.slick-arrow.slick-prev{
        margin-left:-145px;
        left:50%;
        background-image:url("../images/icon_slide_prev.png");
    }
    body article.top section.news .slide ul button.slick-arrow.slick-next{
        margin-right:-145px;
        right:50%;
        background-image:url("../images/icon_slide_next.png");
    }
    body article.top section.news .slide ul li{
        width:280px;
        float:left;
    }
    body article.top section.news .slide ul li a{
        margin:0 auto;
        width:260px;
        display:block;
        text-decoration:none;
    }
    body article.top section.news .slide ul li a span{
        display:block;
    }
    body article.top section.news .slide ul li a span.head{
        margin-bottom:12px;
        display: flex;     /* 日付削除により追記 */
        text-align: center;
    }
    body article.top section.news .slide ul li a span.head .category{
        /* padding-top:2px;
        padding-right:4px; 日付削除により削除 */
        float:left;
        font-family:"Open Sans";
        font-size:12px;
    }
    /* body article.top section.news .slide ul li a span.head .category:after{
        content:"-";
    } 日付削除により削除 */
    body article.top section.news .slide ul li a span.head .date{
        font-family:"caslon-book";
        font-size:14px;
    }
    body article.top section.news .slide ul li a span.img{
        clear:both;
        width:260px;
        height:194px;
        background:no-repeat center center / cover;
    }
    body article.top section.news .slide ul li a span.title{
        padding-top:10px;
        font-family:"caslon-book";
        line-height:21px;
        font-size:16px;
    }
    body article.top section.showroom{
        padding:0 10px;
    }
    body article.top section.showroom .img{
        padding-top:80.57143%;
        width:100%;
        height:0;
        display:block;
        border:none;
        background-color:transparent;
        background-image:url("../images/img_showroom.jpg");
        background-repeat:no-repeat;
        background-position:0 0;
        background-size:contain;
        position:relative;
    }
    body article.top section.showroom .img span{
        height:1px;
        width:1px;
        display:block;
        position:absolute;
        top:0;
        left:0;
        clip:rect(1px, 1px, 1px, 1px);
        overflow:hidden;
    }
    body article.top section.showroom .text{
        background:#85807c;
        padding:42px 20px 48px 20px;
        box-sizing:border-box;
        color:#ffffff;
    }
    body article.top section.showroom .text h2{
        margin:0 0 33px 0;
        text-align:center;
        color:#ffffff;
    }
    body article.top section.showroom .text dl{
        margin-bottom:24px;
    }
    body article.top section.showroom .text dl dt{
        margin-bottom:15px;
        line-height:20px;
        font-family:"caslon-book";
        font-size:14px;
    }
    body article.top section.showroom .text dl dd{
        line-height:20px;
        font-size:12px;
    }
    body article.top section.showroom .text ul.access_video{
        margin-bottom:24px;
    }
    body article.top section.products p.img{
        margin-bottom:20px;
        text-align:center;
    }
    body article.top section.products p.img img{
    width:100%;
    height:auto;
    }
    body article.top section.products ul.category{
        margin-bottom:20px;
        text-align:center;
    }
    body article.top section.products ul.category li{
        margin-bottom:16px;
        display:inline-block;
        font-size:14px;
        color:#969796;
    }
    body article.top section.products ul.category li:after{
        content:'|';
        display:inline;
    }
    body article.top section.products ul.category li:last-child:after{
        display:none;
    }
    body article.top section.products ul.category li a{
        margin:0 10px;
        display:inline-block;
        text-decoration:none;
    }
    body article.top section.designers p.text{
        margin-bottom:25px;
        text-align:center;
        line-height:24px;
        font-size:13px;
    }
    body article.top section.designers p.img{
        margin-bottom:36px;
        text-align:center;
    }
    body article.top section.designers p.img img{
        width:100%;
        height:auto;
    }
    body article.top section.catalogues p.text{
        margin-bottom:25px;
        text-align:center;
        line-height:24px;
        font-size:13px;
    }
    body article.top section.catalogues ul{
        margin:0 auto 30px auto;
        padding:0 16px;
        max-width:600px;
        overflow:hidden;
    }
    body article.top section.catalogues ul li{
        margin-bottom:20px;
    }
    body article.top section.catalogues ul li.catalogues a{
        background-image:url("../images/img_cat_catalogues_2018.jpg");
    }
    body article.top section.catalogues ul li.stylebook a{
        background-image:url("../images/img_cat_stylebook_2018.jpg");
    }
    body article.top section.catalogues ul li.pricelist a{
        background-image:url("../images/img_cat_pricelist_2018.jpg");
    }
    body article.top section.catalogues ul li a{
        padding-top:75%;
        width:100%;
        display:block;
        background:no-repeat center center / cover;
        text-decoration:none;
        position:relative;
    }
    body article.top section.catalogues ul li a span{
        margin-top:-0.5em;
        width:100%;
        display:block;
        position:absolute;
        top:50%;
        left:0;
        text-align:center;
        line-height:1;
        font-family:"caslon-book";
        font-size:28px;
        color:#ffffff;
    }
    body article.top section.concept .inner{
        border-bottom:0;
    }
    body article.top section.concept p.text{
        margin-bottom:30px;
        padding:0 16px;
        line-height:24px;
        font-size:13px;
    }
    body article.top section.map{
        width:100%;
        height:260px;
        box-sizing:border-box;
    }
    body article.top section.map #map_canvas,body article.top section.map>iframe{
        width:100%;
        height:100%;
    }
}
.main-header-content .site-logo .pc-only img{
        fill: #333;
}
@media screen and (max-width: 1080px){
    body article.top section.mv .top_mv-movie iframe{
    position: absolute;
    inset: 0px;
    width: 2834px;
    height: 100vh;
    max-width: none;
    max-height: none;
    transform: translate(-39%,0%);
}
    .slider img{
        height:95vh;
    }
    .slick-initialized .top_mv-movie.slick-slide{
        height:100vh;
    }
}


@media screen and (max-width: 768px){
    body article.top section.mv .mv-sp-only .top_mv-movie iframe{
        width: 1675px;
        height: 100vh;
        transform: translateX(-37%);
    }
}

@media screen and (max-width: 550px){
    body article.top section.mv .mv-sp-only .top_mv-movie iframe{
        width: 1575px;
        height: 100vh;
        transform: translateX(-42%);
    }
}
body>header nav {
    overflow: visible;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.logo-img-css{
    background-image: url("../images/logo.svg");
    height: 57px;
    width: 88px;
    transform: scale(1, 1);
    transform-origin: center left;
    background-repeat: no-repeat;
    background-size: 70px;
}
.main-navigation .about:hover {
    border-bottom: 2px solid #fff!important;
}
