@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/

@media screen and (max-width: 1080px) {
    main#wrapper, main{
        padding: 0;
    }
}

#ldk{
    position: relative;
    width: 100%;
    }
    
#ldk .pc_none{
    display: none;
    }
    
#ldk img{
    width: 100%;
    height: auto;
}

/* ==================================================

看板

================================================== */

#ldk #main_visual {
    width: 100%;
}
#ldk #main_visual h1 {
    width: 100%;
}
#ldk #main_visual p{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 5% auto;
}

/*------------------------------------------------*/
/*     クーポン     */
/*------------------------------------------------*/
#ldk #coupon{
    max-width: 800px;
    margin: 8% auto 10%;
    text-align: center;
    }

    #ldk #coupon h3 {
        font-size: 35px;
        color: #383838;
        font-weight: 600;
    }
  
#ldk #coupon .cp_col2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2%;
}
  
#ldk #coupon .cp_col2 li {
    width: calc(98%/2);
}

#ldk #coupon a:hover img{
    opacity: .8;
}

#ldk #coupon .cp_col1 .kaiin_btn {
    width: 55%;
    background-color: #c66f60;
    color: #fff;
    display: block;
    border-radius: 50px;
    text-align: center;
    margin: 1% auto;
    padding: 1.3% 0;
}

#ldk #coupon .cp_col1 .kaiin_btn p {
    font-size: 22px!important;
}

#ldk #coupon a:hover{
    opacity: .8;
}

/* ==================================================

タイトル

================================================== */

/*タイトル*/
#ldk h4{
    text-align: center;
    margin: 100px 0 20px;
    position: relative;
    font-size: 23px;
    color:#383838;
}
#ldk h5 {
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    color: #fff;
    background: #383838;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    flex-wrap: wrap;
    flex-direction: column;
}
#ldk h5 span{
    font-size: 15px;
    font-weight: 500;
}




#ldk h4:before , #ldk h4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    width: 35%;
    height: 1%;
}

#ldk h4:before {
    left: 0;
}

#ldk h4:after {
    right: 0;
}

/* ==================================================

   固定メニュー

================================================== */



/* ==================================================

   コンテンツエリア

================================================== */

#ldk .contents {
    position: relative;
    width: 100%;
    padding: 0;
    /* margin: 0 auto 80px auto; */
}
#ldk .box1000 {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
    
    #ldk .contents#exp > .inner {
        padding: 0 20px;
    }
}


/* アコーディオンメニュー
================================================== */

#ldk .accordion_menu,
#ldk .accordion_menu > dl,
#ldk .accordion_menu > dl > dt,
#ldk .accordion_menu > dl > dd {
    position: relative;
    /*width: 100%;*/
    text-align: center;
}
#ldk .accordion_menu > dl > dt,
#ldk .accordion_menu > dl > dd {
    padding: 15px 0;
}
#ldk .accordion_menu > dl:nth-of-type(n+1) {
    margin-top: 9px;
}

#ldk .accordion_menu > dl > dt {
    color: #fff;
    background-color: #cac2af;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.15em;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #cac2af;
}
#ldk .accordion_menu > dl > dt:hover {
    color: #d07157;
    background-color: #fff;
    border: 1px solid #d07157;
}

#ldk .accordion_menu > dl > dt::after {
    font-size: 27px;
    position: absolute;
    right: 5%;
    font-family: 'Material Icons';
    content: "\e145";
    color: #fff;
}
#ldk .accordion_menu > dl > dt:hover::after{
    color: #d07157;
}

#ldk .accordion_menu > dl > dt.open {
    color: #fff;
    background-color: #d07157;
}
#ldk .accordion_menu > dl > dt.open::after {
    color: #fff;
    font-family: 'Material Icons';
    content: "\e5cd";
}


#ldk .accordion_menu > dl > dd {
    display: none;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#ldk .accordion_menu > dl > dd > img {
    width: auto!important;
    max-width: 750px;
}


/* スライダー - サブビジュアル
================================================== */

#ldk .contents#sub_visual > .inner > h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 1.5em;
    color: #383838;
    margin: 10% 0 2% 0;
    font-weight: 600;
}

.slider_sub_visual {
    position: relative;
}

.ssv_title {
    position: absolute;
    bottom: 20px;
    z-index: 5;
    width: 400px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
}

.ssv_title h2,
.ssv_title p {
    color: #fff;
}
.ssv_title h2 {
    /*font-size: 32px;*/
    font-size: 40px;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.ssv_title p {
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    margin-top: 1em;
}

.ssv_title_bg {
    position: absolute;
    bottom: 20px;
    display: block;
    content: "";
    z-index: 4;
    width: 400px;
    height: 200px;
    background-color: rgba(51,0,0,1.0);
    mix-blend-mode: multiply;
}
#ssv_living .ssv_title_bg { background-color: rgba(51,0,0,1.0); }
#ssv_kitchen .ssv_title_bg { background-color: rgba(243,152,0,1.0); }
#ssv_reading .ssv_title_bg { background-color: rgba(195,13,35,1.0); }

#ssv_living .ssv_title,
#ssv_reading .ssv_title,
#ssv_living .ssv_title_bg,
#ssv_reading .ssv_title_bg { right: 0; }
#ssv_kitchen .ssv_title,
#ssv_kitchen .ssv_title_bg { left: 0; }

.slider_sub_visual .swiper-slide {
    position: relative;
}
.slider_sub_visual .swiper-slide p {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: rgba(0,0,0,0.75);
}
.slider_sub_visual .swiper-slide dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 60px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.75);
}
.slider_sub_visual .swiper-slide dt {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.slider_sub_visual .swiper-slide dd {
    font-size: 14px;
    line-height: 1.35;
    margin-top: 0.5em;
}



@media screen and (max-width: 1080px) {
    .ssv_title {
        bottom: 1.9vw;/*20px*/
        width: 37.0vw;/*400px*/
        height: 18.5vw;/*200px*/
        padding: 0 3.0vw;
    }
    .ssv_title h2 {
        font-size: 3.0vw;/*32px*/
    }
    .ssv_title p {
        font-size: 1.3vw;/*14px*/
    }
    .ssv_title_bg {
        bottom: 1.9vw;
        width: 37.0vw;
        height: 18.5vw;
    }
}

/* slider item */
.slider_sub_visual .swiper-button-prev,
.slider_sub_visual .swiper-button-next {
    top: 20px;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-color: #ffffff;
    border-radius: 100%;
    background-image: none!important;
}
.slider_sub_visual .swiper-button-prev { left: 1%; }
.slider_sub_visual .swiper-button-next { right: 1%; }
.slider_sub_visual .swiper-button-prev::after,
.slider_sub_visual .swiper-button-next::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #383838;
    border-right: solid 2px #383883;
    transform: rotate(45deg);
}
.slider_sub_visual .swiper-button-prev::after {
    transform: rotate(225deg);
    left: calc(50% - 5px);
}
.slider_sub_visual .swiper-button-next::after {
    right: calc(50% - 5px);
}


/*シーン画像横並び*/
#ldk li.swiper-slide div {
    display: inline-block;
    width: calc((100% - 1%)/2);
}

/*before・after*/
#ldk li.swiper-slide div span {
    color: #fff;
    font-size: 20px;
    position: absolute;
    font-family: math;
    background: #00000091;
    padding: 0 10px;
}
#ldk li.swiper-slide div:nth-child(odd) span {
    background: #91862cc9;
}
/*
#ldk li.swiper-slide div span::before {
    position: absolute;
    content: "";
    bottom: 5px;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #666 transparent transparent transparent;
}
#ldk li.swiper-slide div:nth-child(odd) span::before {
    border-color: #c68c2a transparent transparent transparent;
}
*/
#ldk li.swiper-slide div img {
    max-width: 100%;
   
}






/* ラインナップ
================================================== */

#ldk h2 {
    font-size: 40px;
    text-align: center;
    color: #383838;
    margin: 5% auto 1% auto;
    line-height: 1.2em;
}




#ldk h2 span{
    font-size: 15px;
    display: block;
}

#ldk .contents#lineup > .inner > h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 1.5em;
    color: rgba(195,13,35,1.0);
}

/* メニューボタン */
#ldk .menu_lineup {
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
}
#ldk .menu_lineup > li {
    width: calc((100% - 5%)/3);
    margin: 3px 0.5%;
    border-radius: 5px;
}

#ldk .menu_lineup > li > a #ln00 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background-color: #c24e38;
    padding: 15px 0;
    border: 2px solid #383838;
    border-radius: 5px;
}

#ldk .menu_lineup > li > a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background-color: #383838;
    padding: 15px 0;
    border: 2px solid #383838;
    border-radius: 5px;
}




#ldk .menu_lineup > li > a > span{
    font-size: 20px;
    display: block;
}

#ldk .menu_lineup > li > a:hover {
    color: #383838 !important;
    background-color: transparent;
    border: 2px solid #383838;
}

#ldk .menu_lineup > li > a::after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #fff;
    transition: 0.5s;
}
#ldk .menu_lineup > li > a:hover::after {
    border-bottom: 12px solid #383838;
}

#ldk .wrap_lineup {
    position: relative;
    width: 100%;
    padding: 3% 0;
    margin:0;
    /* background:#eeeeee7d; */
}
#ldk .wrap_lineup:last-of-type{
    padding-bottom: 0;
}

#ldk .wrap_lineup > h3 {
    color: #383838;
    font-size: 35px;
    text-align: center;
    margin: 0 0 40px 0;
    padding:0;
    position: relative;
}

#ldk .wrap_lineup > h3::before {
    content: attr(data-en);
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    color: #0000001f;
    font-size: 22px;
    z-index: -1;
    width: 100%;
}


/* 商品リスト */
#ldk .list_item {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;

}
#ldk .list_item > li {
    position: relative;
    width: calc((100% - 8%)/2);
    margin: 3% 2%;
    padding-bottom: 2%;
    background-color: #fff;
}
/* #ldk .list_item > li:nth-child(2n) { margin-right: 0; } */
/* #ldk .list_item > li:nth-child(n+3) { margin-top: 80px; } */

/* ラインナップ - カラバリ
================================================== */

#ldk .swiper_wrap{position: relative;}

#ldk .slider_item {
    position: relative;
    width: 100%;
}

/* 色玉 */
#ldk .btn_color {
    position: absolute;
    bottom: -10px;
    right: 7px;
    width: 100%;
}
#ldk .btn_color ul {
    width: 100%;
    height: 72px!important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-right: 12px;
}
#ldk .btn_color ul li {
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: 6px;
    border: solid 3px #fff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/* 家具用 */
#ldk .btn_color ul li.clr_2ckg_nt_blk { /*background-color: #d9ba94;*/ background-image: url(/IMAGE/ldk/bg_clr_kg_nt.jpg); }
#ldk .btn_color ul li.clr_2ckg_wn_blk { /*background-color: #4d423a;*/ background-image: url(/IMAGE/ldk/bg_clr_kg_wn.jpg); }
#ldk .btn_color ul li.clr_2ckg_nt_blk::after,
#ldk .btn_color ul li.clr_2ckg_wn_blk::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
}
#ldk .btn_color ul li.clr_kg_nt { background-image: url(/IMAGE/ldk/bg_clr_kg_nt.jpg); }
#ldk .btn_color ul li.clr_kg_wn { background-image: url(/IMAGE/ldk/bg_clr_kg_wn.jpg); }

/* キッチンマット用 */
#ldk .btn_color ul li.clr_mat_iv { background-image: url(/IMAGE/ldk/bg_clr_iv.jpg); }
#ldk .btn_color ul li.clr_mat_gry { background-image: url(/IMAGE/ldk/bg_clr_gry.jpg); }
#ldk .btn_color ul li.clr_mat_be { background-image: url(/IMAGE/ldk/bg_clr_be.jpg); }
#ldk .btn_color ul li.clr_mat_grn { background-image: url(/IMAGE/ldk/bg_clr_grn.jpg); }

/* ラグ用 */
#ldk .btn_color ul li.clr_rug_j_be { background-image: url(/IMAGE/ldk/clr_rug_j_be.jpg); }
#ldk .btn_color ul li.clr_rug_j_na { background-image: url(/IMAGE/ldk/clr_rug_j_na.jpg); }
#ldk .btn_color ul li.clr_rug_j_brw { background-image: url(/IMAGE/ldk/clr_rug_j_brw.jpg); }

#ldk .btn_color ul li.clr_rug_a_be { background-image: url(/IMAGE/ldk/clr_rug_a_be.jpg); }
#ldk .btn_color ul li.clr_rug_a_brw { background-image: url(/IMAGE/ldk/clr_rug_a_brw.jpg); }

/* ナチュラルウッドボックス用 */
#ldk .btn_color ul li.clr_box_wh { background-color: #fff; border-color: #ddd; }
#ldk .btn_color ul li.clr_box_dg { background-color: #333; }

/* その他 */
#ldk .btn_color ul li.clr_iv { background-color: #f8f5e3; }
#ldk .btn_color ul li.clr_gry { background-color: #bbb; }
#ldk .btn_color ul li.clr_gry2 { background-color: #5d5c61; }
#ldk .btn_color ul li.clr_wh { background-color: #fff; border-color: #ddd; }
#ldk .btn_color ul li.clr_brn { background-color: #512615; }
#ldk .btn_color ul li.clr_brn2 { background-color: #524d41; }
#ldk .btn_color ul li.clr_bl { background-color: #111; }
#ldk .btn_color ul li.clr_nt { background-color: #f5dab7; }
#ldk .btn_color ul li.clr_dg { background-color: #666; }
#ldk .btn_color ul li.clr_lg { background-color: #bbb; }


/* お気に入り登録ボタン */
#ldk .btn_favo {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
}


#ldk .btn_favo .action-wish:before, #ldk .btn_favo .action-wish:after {
    top: 0;
    left: -50px;
    font-size: 40px;
    color: #fff;
    width: 50px;
    height: 44px;
    background-color: #c1b8a9;
    border-radius: 100%;
    justify-content: center;
    padding: 6px 0 0 0;
}

#ldk .btn_favo .action-wish:after , #ldk .btn_favo_s .action-wish:after{
    background: none;
}


/* お気に入り登録ボタン 複数商品用 */
#ldk .btn_favo_s {
    position: relative;
}

#ldk .btn_favo_s .action-wish:before, #ldk .btn_favo_s .action-wish:after {
    justify-content: flex-end;
    font-size: 35px;
}


/* 商品情報*/
#ldk .spec {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
#ldk .spec dt {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding-bottom: 9px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#ldk .spec dd.model_num {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0.75em;
    display: none;
}
#ldk .spec dd.wrap_price {
    margin: 0.75em auto;
}

/* ボタン複数エリア　*/
#ldk .spec_btn {
    position: relative;
    width: 95%;
    margin: 10px auto 0 auto;
}
#ldk .spec_btn dl {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: dashed 1px #ccc;
}


#ldk .spec_btn dd { text-align: center; }
#ldk .spec_btn dd.wrap_price,
#ldk .spec_btn dd.btn { width: calc((100% - 64px)/3);}
#ldk .spec_btn dd.btn_favo_s { width: 64px; }

#ldk .spec_btn dt {
    font-size: 12px;
    font-weight: 700;
    /* background: #dee5e4; */
    text-align: center;
    padding: 0 7px;
    border: 1px solid;
}
#ldk .spec_btn dt span {
    font-size: 16px;
    font-weight: bold;
    
}

/* 詳細ボタン */
#ldk .spec dd.btn a,
#ldk .spec_btn dd.btn a {
    position: relative;
    width: 80%;
    display: block;
    color: #fff;
    text-align: center;
    background-color: #af9b7d;
    margin: 0 auto;
    padding: 8px 0 9px 0;
    border-radius: 5px;
    border: 2px solid #af9b7d;
    font-weight: 600;
    font-size: 16px;
}
#ldk dd.btn a:hover{
    color: #af9b7d !important;
    border: 2px solid #af9b7d;
    background-color: #fff;
}


#ldk .spec dd.btn a::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 8%;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
#ldk .spec dd.btn a:hover::after {
    right: 5%;
    border-top: solid 2px #af9b7d;
    border-right: solid 2px #af9b7d;
}

#ldk .spec_btn dd.btn a {
    width: 140px;
}
#ldk .spec_btn dd.btn a::after {
    right: 16%;
}
#ldk .spec_btn dd.btn a:hover::after {
    right: 10%;
}


@media screen and (max-width: 1080px) {


    /* お気に入り登録ボタン */
    #ldk .btn_favo {
        top: 1.1vw;
        right: 1.1vw;/*12px*/
    }

    /* 商品情報　*/
    #ldk .spec {
        margin-top: 1.9vw;/*20px*/
    }
    #ldk .spec dt {
        font-size: 1.7vw;/*18px*/
        height: 5vw
    }
    #ldk .spec_btn dl{
        flex-wrap: wrap;
        padding: 5% 0;
    }
    #ldk .spec_btn dl > dt {
        width: 45%;
    }
    #ldk .spec_btn dl > dd.wrap_price {
        width: 45%;
    }
    #ldk .spec_btn dl > dd.btn{
        margin-top: 3%;
        width: 85%;
    }
    #ldk .spec_btn dl > dd.btn a{
        width: 100%;
    }
    #ldk .spec_btn dl > dd.btn_favo_s{
        width: 10%;
    }

    #ldk .spec dd.model_num {
        font-size: 1.3vw;/*14px*/
    }
}




/* 価格プロ
================================================== */

#ldk .spesicalprice{
   display:none;
}




/* バナーエリア
================================================== */

#banner ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#banner ul li {
    width: 100%;
    text-align: center;
}
#banner ul li a {
    display: block;
}
#banner ul li a img {
    width: auto!important;
    max-width: 750px;
}

#banner ul li a:hover img {
    opacity: 0.75;
}



/* ==================================================

   ページトップボタン

================================================== */

#ldk .pagetop {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
}
#ldk .pagetop a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #330000;
    border: solid 2px #fff;
    /*border-radius: 50%;*/
    /**/
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
}
#ldk .pagetop a::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px#fff;
    border-right: solid 2px#fff;
    transform: rotate(-45deg);
    margin-top: 6px;
}

/* hover */
#ldk .pagetop a:hover {
    background-color: #9a8978;
}
#ldk .pagetop a:hover::after {
    margin-top: 0;
}

/* ==================================================

   カテゴリから選ぶ

================================================== */


#ldk .cate ul li dl dt{
	margin-top:3px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}
#ldk .cate  li dl dd{
	/*padding:5px 0;
	border-top:solid 1px #444343;*/
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
}


#ldk .cate ul.clm3{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;

}
#ldk .cate ul.clm3 > li{
	width: calc(95%/4);
	margin-bottom: 15px;
}

#ldk .cate ul.clm3 > li a{
   display: block;

}

#ldk .cate ul.clm3 > li dl{
	width: 100%;
}
#ldk .cate ul.clm3 p{
	font-size: 17px;
    color: #424242;
    font-weight: normal;
}

/* ==================================================

   ライトナビ

================================================== */
#ldk #elevator{
    position: fixed;
    z-index: 9999;
    bottom: 0;
    height: 100vh;
    right: 1vw;
    transition: all .3s;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
    opacity: 0; 
}

    #ldk #elevator li{border-bottom: 1px solid #383838;    text-align: center;}
    #ldk #elevator li a h4{color: #383838;text-align: center; margin: 0; padding: 0;font-size: 14px;}
    #ldk #elevator li a h4:after{display:none;}
    #ldk #elevator li a:hover h4{color: #60aaaa;}
    #ldk #elevator ul{
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    margin:0 0;
    list-style: none;
}

#ldk #elevator ul li a{
    display: block;
    text-decoration: none;
    color: #333;
    padding:20px 0;
}

#ldk #elevator ul li a{
    position: relative;
    font-size: 18px;
}

#ldk #elevator ul li a span{
    display: block;
    font-size: 15px;
}

/* ==================================================

   フッター

================================================== */

#ldk footer {
    position: relative;
    width: 100%;
    background-color: #330000;
    padding: 40px 0;
}
#ldk footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#ldk footer ul li {
    position: relative;
}
#ldk footer ul li:nth-of-type(1):after {
    color: #fff;
    content: "|";
    margin: 0 2em;
}
#ldk footer ul li a {
    color: #fff;
    font-size: 14px;
}




/* ==================================================

   アニメーション

================================================== */

/* リンク要素へのアニメーション
================================================== */

#ldk * a,
#ldk * a:hover,
#ldk * :hover,
#ldk * a img,
#ldk * a:hover img,
#ldk * a::before,
#ldk * a:hover::before,
#ldk * a::after,
#ldk * a:hover::after {
    transition: all 0.2s;
}


/* ナビゲーション
================================================== */

#ldk .nav_fadein {
    opacity: 0;
}
#ldk .nav_fadein.is-animated {
    animation: nav_fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1s 1 normal forwards;
}
@keyframes nav_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* フェードイン
================================================== */

#ldk .fadein {
    opacity: 0;
}
#ldk .fadein.is-animated {
    animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 normal forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* 上方向にスライドイン
================================================== */

#ldk .slidein {
    opacity: 0;
}
#ldk .slidein.is-animated {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s 1 normal forwards;
}
@keyframes slideIn {
    0% {
        transform: translateY(120px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


@media screen and (max-width: 1300px) {

    #elevator{ display: none !important;}
    .sp_nav.pc_none {
        position: fixed;
        bottom: 1vw;
        right: 1vw;
        display: flex!important;
        border-radius: 100%;
        height: 5vw;
        width:  5vw;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #856854;
        opacity: 0.9;
    }
    .sidemenu {
        height: 100vh;
        padding-top: 10vh;
        position: fixed;
        right: -70%; /*メニュー幅*/
        transition: all 0.6s;
        top: 0;
        width: 30%; /*メニュー幅*/
        z-index: 2;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sidemenu nav ul {
        overflow-y: scroll;
    }
    .sidemenu nav ul li {
        text-align: center;
        border-bottom: 1px solid;
    }
    .sidemenu nav ul li a{
        display: block;
        width: 100%;
        font-size: 1.5vw;
        box-sizing: border-box;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    
    .sidemenu nav ul li span{
        display: block;
        font-size: 1vw;
    }
    
    .hamburger {
        text-align: center;
        color:#fff;
        cursor: pointer;
        z-index: 3;
        line-height: 1.1em;
    }
    
    /*------------------------------------
    メニュークリックした後 ↓
    ------------------------------------*/
    .nav_open .sidemenu {
        right: 0;
    }
    .nav_open .overlay {
        opacity: 0.8;
        visibility: visible;
    }
    /*------------------------------------
    メニュークリック後メニュー外の背景 ↓
    ------------------------------------*/
    .overlay {
        background-color: transparent;
        cursor: pointer;
        height: 100vh;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: all 0.6s;
        visibility: hidden;
        width: 100vw;
        z-index: 1;
    }
}

/* ================================
   2023.09.19 追加
================================ */
/*ここをコピー*/

#ldk #coupon {
    width: 80%;
    margin: 0 auto;
  }
  
  #ldk .countdown {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    /*margin-bottom: 20px;*/
  }
  
  #ldk .countdown > p {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    background-color: rgb(230 228 228);
    padding: 5px 0;
  }
  #ldk .countdown > p > span {
    font-size: 28px;
    font-weight: 700;
  }
  
  #ldk .countdown dl {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0 auto;
    padding: 0.75em 0;
  }
  #ldk .countdown dl > span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }
  #ldk .countdown dl > dt {
    margin-left: 0.25em;
  }
  
  #ldk .countdown div.yycountdown-box {
    display: flex;
    align-items: center;
  }
  #ldk .countdown div.yycountdown-box span {
    font-weight: 700;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #ldk .countdown div.yycountdown-box span.yyc-day,
  #ldk .countdown div.yycountdown-box span.yyc-hou,
  #ldk .countdown div.yycountdown-box span.yyc-min,
  #ldk .countdown div.yycountdown-box span.yyc-sec {
    font-size: 36px;
    width: 56px;
    padding-bottom: 2px;
  }
  #ldk .countdown div.yycountdown-box span.yyc-day-text,
  #ldk .countdown div.yycountdown-box span.yyc-hou-text,
  #ldk .countdown div.yycountdown-box span.yyc-min-text,
  #ldk .countdown div.yycountdown-box span.yyc-sec-text {
    font-size: 18px;
  }
  
  /*ここをコピー*/