@charset "shift_jis";
/* CSS Document */


#design_kaden2023 {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 2%;
}
#design_kaden2023 .pc_none ,#design_kaden2023 .smp{
    display: none !important;
    }
    
#design_kaden2023 img{
    width: 100%
    }
#design_kaden2023 a{
    display:block;
    }
#design_kaden2023 a:hover{
    opacity: 0.9;
    color:#222 !important;
    }

/* ==================================================

   看板

================================================== */

#design_kaden2023 #main_title {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: auto;
    margin-bottom: 80px;
}

#design_kaden2023 #main_title h2.title_logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#design_kaden2023 #main_title .swiper,
#design_kaden2023 #main_title .swiper-wrapper,
#design_kaden2023 #main_title .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: auto!important;
}
#design_kaden2023 #main_title .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
}

/* ==================================================

ナビ

================================================== */

#design_kaden2023 #menu { margin: 3vw auto; }

#design_kaden2023 #menu ul{text-align: center;margin: 0 auto;padding: 0;}

#design_kaden2023 #menu li a{
    display:block;
    color: #fff;
    position: relative;
    font-size: 91%;
    padding:15px 0 25px 0;
    letter-spacing: 2px;
}

#design_kaden2023 #menu li{
    display: inline-block;
    text-align: center;
    width: calc(87%/ 6);
    margin: 0 7px 10px 0;
    box-sizing: border-box;
    background: #4e4e4e;
}

#design_kaden2023 #menu li a:hover{
    background: #000;
    color:#fff !important;
}
#design_kaden2023 #menu li:nth-child(6){margin-right:0;}


#design_kaden2023 #menu li a:after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    bottom: 17%;
    right: 50%;
    margin-top: -2px;
    transform: rotate(135deg);
}

#design_kaden2023 #menu li a:hover:after {
    bottom: 14%;
}

/* ==================================================

   ナビ 画像あり

================================================== */

#design_kaden2023 #menu_icon { margin: 30px auto; }

#design_kaden2023 #menu_icon ul{
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    }

#design_kaden2023 #menu_icon li a{
    display:block;
    
    position: relative;
    padding:0;
    letter-spacing: 2px;
}

#design_kaden2023 #menu_icon li{
    display: flex;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: calc((100% - 1% )/ 7);
    border-right: 1px solid #a1887e36;
}
#design_kaden2023 #menu_icon li:last-child{
    border-right: none;
}

#design_kaden2023 #menu_icon li a:hover{
    color:#a1887e !important;
}
#design_kaden2023 #menu_icon li:last-child {margin-right:0;}

#design_kaden2023 #menu_icon li a span{
   line-height: 1.2em;
    display: block;
    font-size:14px;
    color: #a1887e;
    padding: 10px 0;
    transition: all 0.3s;
}

#design_kaden2023 #menu_icon li a img{
   width: 60%;
   display: block;
   padding: 0;
   margin: 0 auto;
}
#design_kaden2023 #menu_icon li a:hover span {
   color:#c3b595;
}
#design_kaden2023 #menu_icon li a:hover img{
   transform: translateY(-4px);
}





/*
#design_kaden2023 #menu_icon li a:after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-top: solid 2px #a1887e;
    border-right: solid 2px #a1887e;
    position: absolute;
    bottom: 7%;
    right: 50%;
    margin-top: -2px;
    transform: rotate(135deg);
}

#design_kaden2023 #menu_icon li a:hover:after {
    bottom: 5%;
}
*/


/* ==================================================

   カテゴリナビ

================================================== */

#design_kaden2023 .cate_nav {
    max-width: 1200px;
    margin: 0 auto 80px;
}
#design_kaden2023 .cate_nav ul {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#design_kaden2023 .cate_nav ul li {
    width: 250px;
    height: 250px;
    margin: 0 10px 10px 0;
}
#design_kaden2023 .cate_nav ul li:nth-child(3n),
#design_kaden2023 .cate_nav ul li:last-child {
    margin-right: 0;
}
#design_kaden2023 .cate_nav ul a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#design_kaden2023 .cate_nav ul a .h_before,
#design_kaden2023 .cate_nav ul a .h_after {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}
#design_kaden2023 .cate_nav ul a .h_before {
    z-index: 2;
}
#design_kaden2023 .cate_nav ul a .h_after {
    z-index: 1;
}

#design_kaden2023 .cate_nav ul a .h_after dl {
    position: relative;
    width: 100%;
    height: 100%;
}
#design_kaden2023 .cate_nav ul a .h_after dl dt,
#design_kaden2023 .cate_nav ul a .h_after dl dd {
    position: absolute;
}
#design_kaden2023 .cate_nav ul a .h_after dl dt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
#design_kaden2023 .cate_nav ul a .h_after dl dd {
    z-index: 1;
}

#design_kaden2023 .cate_nav ul a:hover .h_before {
    opacity: 0;
    transition: all 0.2s;
}


/* ==================================================

   固定メニュー

================================================== */

#design_kaden2023 .cate_nav_fixed {
    position: fixed;
    right: 1vw;
    bottom: 5vw;
    z-index: 100;
}

#design_kaden2023 .btn_pagetop { display: none; }

#design_kaden2023 .navigation {
    position: relative;
    width: 200px;
}
#design_kaden2023 .navigation .toggle { display: none; }
#design_kaden2023 .navigation .nav_wrap,
#design_kaden2023 .navigation .nav_inner {
    position: relative;
    width: 100%;
}
#design_kaden2023 .navigation .nav_inner ul {
    position: relative;
    width: 100%;
   background-color: rgba(255,255,255,0.5);
}

#design_kaden2023 .navigation .nav_inner ul li {
    border-top: 1px solid #a1887e36;
}

#design_kaden2023 .navigation .nav_inner ul li:last-child  {
    border-bottom: 1px solid #a1887e36;
}


#design_kaden2023 .navigation .nav_inner ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding:0 ;
    letter-spacing: 1px;
    height: 70px;
}
/*
#design_kaden2023 .navigation .nav_inner ul li:last-child a{
    justify-content: center;
    
}*/

#design_kaden2023 .navigation .nav_inner ul li a:hover {
    background-color:#fcfaf9;
 
}

#design_kaden2023 .navigation .nav_inner ul li a:hover img {
    transform: translateY(-4px);
 
}

#design_kaden2023 .navigation .nav_inner ul li img {
    width: 40px;
    margin: 0 10px;
}
#design_kaden2023 .navigation .nav_inner ul li span {
    font-size: 14px;
    color:#a1887e;
    line-height: 1.3em;
}


/*
#design_kaden2023 .navigation .nav_inner ul li:last-child a {
    position: relative;
    display: block;
    padding: 20px 0 20px 60px!important;
}*/
/*
#design_kaden2023 .navigation .nav_inner ul li:last-child a::before,
#design_kaden2023 .navigation .nav_inner ul li:last-child a::after {
    position: absolute;
    display: inline-block;
    content: "";
}*/
/*
#design_kaden2023 .navigation .nav_inner ul li:last-child a::before {
    width: 6px;
    height: 6px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    transform: rotate(-45deg);
    z-index: 2;
    top: 27px;
    left: 27px;
}*/
/*
#design_kaden2023 .navigation .nav_inner ul li:last-child a::after {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ccc;
    z-index: 1;
    top: 12px;
    left: 12px;
}*/


/* ==================================================

   コンテンツエリア

================================================== */

#design_kaden2023 .continar {
    position: relative;
    /*width: 92%;*/
    padding: 2%;
    margin: 0;
    background: #fcfaf9;
}
/*#design_kaden2023 .continar:nth-of-type(odd) { background-color: #b3b3b3; }*/

#design_kaden2023 .continar > .inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    /*border-top: solid 1px #fff;*/
    margin-bottom: 6%;
    padding:0;
    align-items: center;
    justify-content: center;
}

/* 見出し
================================================== */

#design_kaden2023 .midasi {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    color: #a1887e;
    letter-spacing: 4px;
    line-height: 1.3em;
    z-index: 1;
}

#design_kaden2023 .midasi span{
    font-size: 18px;
    display: block;
    font-weight: normal;
    letter-spacing: 3px;
}

#design_kaden2023 .midasi::before {
	content: attr(data-en);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #00000017;
	font-size: 55px;
	z-index: -1;
	width: 100%;
}

#design_kaden2023 .midasi div{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 3px;
    background: #a1887e;
    color: #fff;
    padding: 0 9px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}


/* 商品エリア
================================================== */

#design_kaden2023 .products {
    position: relative;
    width:22%;
    padding-left: 3%;
    order:2;
}
#design_kaden2023 .continar > h3 {
    font-size: 20px;
    margin: 0 0 10px 28px;
    padding: 0 0 0 10px;
    border-left: 4px solid #a1887e;
    text-align: left;
    color: #5c5555;
}
#design_kaden2023 .continar > h3 p {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    margin-left: 15px;
    color:#7d7a7a;
}


#design_kaden2023 .products > .spec {
    position: relative;
}
#design_kaden2023 .products > .spec > p {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}
#design_kaden2023 .products > .spec > .btn {
    margin-top: 10px;
}
#design_kaden2023 .products > .spec > .btn > a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #a07561;
    margin: 0 auto;
    padding: 8px 0 9px 0;
    border-radius: 40px;
}
#design_kaden2023 .products > .spec > .btn > a::after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 48%;
    right: 10%;
    margin-top: -2px;
    transform: rotate(45deg);
}
#design_kaden2023 .products > .spec > .btn > a:hover {
    color: #fff !important;
    background-color: #999;
}
#design_kaden2023 .products > .spec > .btn > a:hover::after {
    right: 8%;
}

/* 価格プロ */
#design_kaden2023 .prices {
    position: relative;
    text-align: center;
    margin:11px 0;
}


#design_kaden2023 .buy_price {
    display: inline-block;
}

#design_kaden2023 .buy_price li{
	display: inline;
 }
#design_kaden2023 li.motoprice,
#design_kaden2023 span.spesicalprice {
	display: none;
}

#design_kaden2023 li.price {
	color: #dc4949 !important;
	font-size: 27px;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	letter-spacing: 1px;

}
#design_kaden2023 li.intax  {
	display:none !important;

}
#design_kaden2023 ul.col_1 li dl >div dd.price{/*1カラム*/
    display: block;
    margin-left: 20px;
}
#design_kaden2023 ul.col_3 dd.size .price {/*3カラム*/
	    width:62%;
}





/* カラバリ：商品画像側 */
#design_kaden2023 .wrap_pro,
#design_kaden2023 .wrap_pro .swiper,
#design_kaden2023 .wrap_pro .swiper .swiper-wrapper,
#design_kaden2023 .wrap_pro .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
}

#design_kaden2023 .slider-main-img {
    position: relative;
}
#design_kaden2023 .slider-main-img .swiper-slide {
    position: relative;
    background-color: #fcfaf9;
}
#design_kaden2023 .continar:nth-of-type(odd) .slider-main-img .swiper-slide {
    background:#fcfaf9;
}

/*追加*/
#design_kaden2023 .wrap_pro .swiper-button-prev, #design_kaden2023 .wrap_pro .swiper-button-next {
    display: inline-block;
    content: "";
    width: 20px;
    height: 100%;
    top: 0;
    margin-top: 0;
    background-image: none!important;
}

#design_kaden2023 .wrap_pro .swiper-button-prev {
    left:-8px;
}
#design_kaden2023 .wrap_pro .swiper-button-next{
    right:-4px;
}


#design_kaden2023 .wrap_pro .swiper-button-prev::after, #design_kaden2023 .wrap_pro .swiper-button-next::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    border-top: solid 1px #a29282;
    border-right: solid 1px #a29282;
    top: 50%;
    margin-top: -8px;
    background-image: none!important;
}

#design_kaden2023 .wrap_pro .swiper-button-prev::after {
    transform: rotate(-135deg);
    left: 4px;
}
#design_kaden2023 .wrap_pro .swiper-button-next::after {
    transform: rotate(45deg);
    right: 9px;
}
#design_kaden2023 .point_icon{
    position: absolute;
    top: -7%;
    right: -8%;
    width: 110px;
    height: 87px;
    background-color: #86cf6c;
    color: #fff;
    z-index: 2;
    border-radius: 50%;
    font-size: 17px;
    line-height: 9px;
    padding: 23px 0 0;
}
#design_kaden2023 .point_icon span{
    font-size: 25px;
}


/* カラバリ：●側 */
#design_kaden2023 .swiper-thumb-icon {
    position: relative;
    width: 100%;
    height: 16px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#design_kaden2023 .swiper-thumb-icon .swiper-slide {
    position: relative;
    display: block;
    content: "";
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    border: 1px solid #b9b9b9;
}

/*　カラバリない場合はこちら */
#design_kaden2023 .wrap_pro {
    width: 100%;
}





/* シーン画像
================================================== */

#design_kaden2023 .scene {
    position: relative;
    width: 70%;
}
#design_kaden2023 .scene > .swiper,
#design_kaden2023 .scene > .swiper > .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
#design_kaden2023 .scene > .swiper { overflow: visible ;}
#design_kaden2023 .scene > .swiper > .swiper-wrapper { overflow: hidden; }
#design_kaden2023 .scene > .swiper > .swiper-wrapper > .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
}
#design_kaden2023 .scene .swiper-button-prev,
#design_kaden2023 .scene .swiper-button-next {
    width: auto;
    display: none!important;/**/
}
#design_kaden2023 .scene .swiper-button-prev { left: 5px; }
#design_kaden2023 .scene .swiper-button-next { right: 5px; }
#design_kaden2023 .scene .swiper-button-prev::after,
#design_kaden2023 .scene .swiper-button-next::after {
    color: #222;
    font-size: 32px;
}
#design_kaden2023 .scene .swiper-pagination {
    text-align: center;
    bottom: -21px;
}
#design_kaden2023 .scene .swiper-pagination-bullet { background-color: #23253a; border-radius: 0; width: 18px; height: 3px;}
#design_kaden2023 .scene .swiper-pagination-bullet-active { background-color: #23253a; }



/* ==================================================

   特集バナー

================================================== */
#design_kaden2023 h4{
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    background: #9fa5c5;
    padding: 1% 0;
    font-size: 22px;
}



#design_kaden2023 .bn{
    max-width:900px;
    margin:0 auto;
}



/* ==================================================

   アニメーション

================================================== */

/* リンク要素へのアニメーション
================================================== */

#design_kaden2023 * a,
#design_kaden2023 * a:hover,
#design_kaden2023 * a img,
#design_kaden2023 * a:hover img,
#design_kaden2023 * a::before,
#design_kaden2023 * a:hover::before,
#design_kaden2023 * a::after,
#design_kaden2023 * a:hover::after,
#design_kaden2023 #menu li {
    transition: all 0.2s;
}

/* ナビゲーション
================================================== */

#design_kaden2023 .nav_fadein {
    opacity: 0;
}
#design_kaden2023 .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;
    }
}

/* フェードイン
================================================== */

#design_kaden2023 .fadein {
    opacity: 0;
}
#design_kaden2023 .fadein.is-animated {
    animation: fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 normal forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* 上方向にスライドイン
================================================== */

#design_kaden2023 .slidein {
    opacity: 0;
}
#design_kaden2023 .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;
    }
}
