@charset "shift_jis";
/* CSS Document */

.inner_content { width: 900px; }
#interior_kaden * {
    box-sizing: border-box;
}
#interior_kaden {
    width: 100%;
    color: #222;
    margin: 0 0 40px 0;
}
#interior_kaden a {
	color: #222;/**/
	text-decoration: none;
}
#interior_kaden img {
    width: 100%;
    height: auto;
	vertical-align: bottom;
}
#interior_kaden a:hover img { opacity: 0.8; }
#interior_kaden .pc_none { display: none; }



/* 共通：カラムレイアウト
============================================================ */
#interior_kaden ul[class^="col_"] {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* 1カラム */
#interior_kaden .col_1 {
    flex-direction: column;
    flex-wrap: nowrap;
}
#interior_kaden .col_1 > li {
    width: 100%;
    margin-right: 0;
}
#interior_kaden .col_1 > li:nth-child(n+2) { margin-top: 10px; }

/* 3カラム */
#interior_kaden .col_3 > li {
    width: calc((100% - 10px*2)/3);
    margin-right: 10px;
}
#interior_kaden .col_3 > li:nth-child(3n) { margin-right: 0; }
#interior_kaden .col_3 > li:nth-child(n+4) { margin-top: 10px; }



/* 看板
============================================================ */
/*#interior_kaden h2{
    margin: 0;
}*/

#interior_kaden #main_title {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*padding: 20px;
    background-color: #f6f0e7;*/
}
#interior_kaden #main_title > h2 {
    display: inline-block;
    width: 420px;
    height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -210px;
    z-index: 5;
}
#interior_kaden #main_title > h2 > img {
    width: 100%;
    height: auto;
}

#interior_kaden #main_title > .swiper {
    width: 100%;
    box-shadow: 5px 5px 15px -5px #e6dbcb;
}
#interior_kaden #main_title > .swiper > .swiper-wrapper {
    width: 100%;
}
#interior_kaden #main_title > .swiper > .swiper-wrapper > .swiper-slide {
    width: 100%;
}
#interior_kaden #main_title > .swiper > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: auto;
}
#interior_kaden #main_title > .swiper > .swiper-wrapper > .swiper-slide:hover > img {
    transform: scale(1)!important;
}

#interior_kaden .desc{
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin: 20px auto 40px;
}


/* デザイン家電
============================================================ */
#interior_kaden .block_design_kaden {
    width: 100%;
    margin: 0 0 40px;
}

/* 見出し */
#interior_kaden .title {
    position: relative;
    width: 100%;
    color: #fff;/**/
    text-align: center;
    background-color: #222;/**/
    padding: 15px 0;
}
#interior_kaden .title p {
    font-size: 16px;
}
#interior_kaden .title h3 {
    font-size: 32px;
}

/* 商品 */
#interior_kaden .list_design_k {
    width: 100%;
}
#interior_kaden .list_design_k > li {
    width: 100%;
    /*margin: 20px auto;*/
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
}
#interior_kaden .list_design_k > li:nth-child(1),
#interior_kaden .list_design_k > li:nth-child(2) > a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
#interior_kaden .list_design_k > li:nth-child(2) > a::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 2%;
    border-top: solid 3px #222;/**/
    border-right: solid 3px #222;/**/
    transform: rotate(45deg);
    margin-top: -4px;
}
#interior_kaden .list_design_k > li:nth-child(2) > a:hover::after {
    right: 0%;
    border-color: #222;/**/
}


/* 商品画像 */
#interior_kaden .list_design_k .thumb {
    position: relative;
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
}
#interior_kaden .list_design_k .thumb img {
    width: 100%;
    height: auto;
}
#interior_kaden .list_design_k li:nth-child(2):hover .thumb img {
    transform: scale(1.1);
}

/* 商品情報 */
#interior_kaden .list_design_k .spec {
    width:  calc(100% - 300px);
    padding-left: 40px;
}
#interior_kaden .list_design_k .spec > dt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
#interior_kaden .list_design_k .spec > dd.txt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* ボタン */
#interior_kaden .list_design_k .spec > dd.btn {
    width: 100%;
    margin-top: 20px;
}
#interior_kaden .list_design_k .spec > dd.btn > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#interior_kaden .list_design_k .spec > dd.btn > ul > li {
    width: calc((100% - 10px*1)/2);
}
#interior_kaden .list_design_k .spec > dd.btn > ul > li > a {
    position: relative;
    display: block;
    background-color: #efefef;
    text-align: center;
}
#interior_kaden .list_design_k .spec > dd.btn > ul > li > a::after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 8%;
    border-top: solid 2px #222;/**/
    border-right: solid 2px #222;/**/
    transform: rotate(45deg);
    margin-top: -2px;
}
#interior_kaden .list_design_k .spec > dd.btn > ul > li > a:hover {
    background-color: #f5f5f5;/**/
}
#interior_kaden .list_design_k .spec > dd.btn > ul > li > a:hover::after {
    right: 5%;
    border-color: #222;/**/
}

#interior_kaden .list_design_k .spec > dd.btn > ul > li > a dl {
    width: 100%;
    display: flex;
    align-items: center;
}
#interior_kaden .list_design_k .spec > dd.btn > ul > li > a dl dt {
    width: 80px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0.5em 0;
    background-color: #222;
}
#interior_kaden .list_design_k .spec > dd.btn > ul > li > a dl dd {
    width: calc(100% - 80px);
    text-align: center;
}



/* メニューボタン
============================================================ */
#interior_kaden .intk_category {
    width: 100%;
    margin: 0 0 40px;
}
#interior_kaden .intk_category h3 {
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px;
}
#interior_kaden .intk_category ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#interior_kaden .intk_category ul li {
    width: 220px;
    height: 220px;
    display: flex;
    margin: 0 15px;
}
#interior_kaden .intk_category ul li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    background-color: #453a2f;
    /*background-color: #efefef;*/
    border-radius: 50%;
    padding: 0;
}
#interior_kaden .intk_category ul li a img {
    width: 150px;
    height: auto;
}
#interior_kaden .intk_category ul li a::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin-left: -4px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
}
/*#interior_kaden .intk_category ul li a:hover img {
    opacity: 1;
    transform: scale(1.1);
}*/
#interior_kaden .intk_category ul li a:hover {
    background-color: #7c7064;
}
#interior_kaden .intk_category ul li a:hover::after {
    bottom: 17%;
}



/* 商品エリア
============================================================ */

/* 見出し */
#interior_kaden .title_cate {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
#interior_kaden .title_cate p {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}
#interior_kaden .title_cate h3 {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 40px;
    line-height: 1;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 0.5em;
}
#interior_kaden .title_cate img {
    width: 100%;
    height: auto;
    margin-top: -24px;
}

/* 商品一覧 */
#interior_kaden .block_cate {
    width: 100%;
    padding: 40px;
    background-color: #f6f0e7;
}

#interior_kaden .list_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
}
#interior_kaden .list_item:nth-of-type(n+2) { margin-top: 40px; }
#interior_kaden .list_item > li {
    display: flex;
    flex-direction: column;
    width: 330px;
    margin-right: 80px;
}
#interior_kaden .list_item > li:nth-child(2n) {
    margin-right: 0;
}
#interior_kaden .list_item > li:nth-child(n+3) {
    margin-top: 40px;
}

/* 商品一覧：横いっぱい */
#interior_kaden .list_item_w {
    width: 100%;
}
#interior_kaden .list_item + .list_item_w {
    margin-top: 40px;
}
#interior_kaden .list_item_w > li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
#interior_kaden .list_item_w > li .wrap_spec {
    width: 340px;
}

/* 商品画像：静止画像 */
#interior_kaden .list_item > li .thumb {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#interior_kaden .list_item > li .thumb
#interior_kaden .list_item > li .thumb a {
    position: relative;
    display: block;
}
#interior_kaden .list_item > li .thumb a img {
    width: 100%;
    height: auto;
}
#interior_kaden .list_item > li .thumb a:hover img {
    opacity: 1;
    transform: scale(1.1);
}

/* 商品画像：スライダー（カラバリ用） */
#interior_kaden div[class^="thumb_slider"] {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#interior_kaden .list_item_w > li div[class^="thumb_slider"] {
    position: relative;
    width: 330px;
    margin: 0;
}
#interior_kaden .swiper {
    position: relative;
    width: 100%;
}
#interior_kaden .swiper-slide img {
    width: 100%;
    height: auto;
}
#interior_kaden .swiper-slide:hover img {
    opacity: 1;
    transform: scale(1.1);
}
#interior_kaden .swiper-thumb-wrapper {
    width: 100%;
    height: 12px;
    display: flex;
    justify-content: center;
    /* 画像の上にのせる*/
    position: absolute;
    bottom: 12px;
}
#interior_kaden .swiper-thumb-wrapper > .swiper-slide:empty {
    position: relative;
    display: block;
    content: "";
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
}
#interior_kaden .swiper-thumb-wrapper > .clr_w01:empty::after,
#interior_kaden .swiper-thumb-wrapper > .clr_w02:empty::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%;
    cursor: pointer;
}
#interior_kaden .swiper-thumb-wrapper > .clr_w01:empty::after {
    background: rgb(92,64,53);
    background: linear-gradient(135deg, rgba(92,64,53,1) 0%, rgba(92,64,53,1) 50%, rgba(92,64,53,0) 50%, rgba(92,64,53,0) 100%);
}
#interior_kaden .swiper-thumb-wrapper > .clr_w02:empty::after {
    background: rgb(195,172,155);
    background: linear-gradient(135deg, rgba(195,172,155,1) 0%, rgba(195,172,155,1) 50%, rgba(195,172,155,0) 50%, rgba(195,172,155,0) 100%);
}

#interior_kaden .swiper-button-prev,
#interior_kaden .swiper-button-next {
    display: inline-block;
    content: "";
    width: 20px;
    height: 100%;
    top: 0;
    margin-top: 0;
    background-image: none!important;
}
#interior_kaden .swiper-button-prev {
    left: 0;
}
#interior_kaden .swiper-button-next {
    right: 0;
}
#interior_kaden .swiper-button-prev::after,
#interior_kaden .swiper-button-next::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 3px #222;
    border-right: solid 3px #222;
    top: 50%;
    margin-top: -8px;
    background-image: none!important;
}
#interior_kaden .swiper-button-prev::after {
    transform: rotate(-135deg);
    left: 5px;
}
#interior_kaden .swiper-button-next::after {
    transform: rotate(45deg);
    right: 5px;
}

/* 商品名 */
#interior_kaden .list_item > li .itemname,
#interior_kaden .list_item_w > li .itemname {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#interior_kaden .list_item > li .itemname > dt,
#interior_kaden .list_item_w > li .itemname > dt {
    order: 2;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}
#interior_kaden .list_item_w > li .itemname > dt { margin-bottom: 10px; }
#interior_kaden .list_item > li .itemname > dt.h2em { height: 2.5em; }

#interior_kaden .list_item > li .itemname > dd,
#interior_kaden .list_item_w > li .itemname > dd {
    order: 1;
    font-size: 14px;
    line-height: 1.5;
}

/* アイコン */
#interior_kaden .list_item > li .spec,
#interior_kaden .list_item_w > li .spec {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
#interior_kaden .list_item > li .spec > .icon,
#interior_kaden .list_item_w > li .spec > .icon {
    width: 100%;
    letter-spacing: -.40em;
    margin: 0 auto 10px;
}
#interior_kaden .list_item > li .spec > .icon > li,
#interior_kaden .list_item_w > li .spec > .icon > li {
    width: auto;
    display: inline-block;
    letter-spacing: normal;
    font-size: 12px;
    line-height: 1;
    border: solid 1px #222;
    padding: 5px 3px;
    margin: 0 2px 2px;
}

/* ボタン */
#interior_kaden .list_item > li .spec > a.btn,
#interior_kaden .list_item_w > li .spec > a.btn {
    position: relative;
    width: 70%;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background-color: #453a2f;
    margin: 10px auto 0;
    padding: 0.75em 0;
    border-radius: 100px;
}
#interior_kaden .list_item > li .spec > a.btn::after,
#interior_kaden .list_item_w > li .spec > a.btn::after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 10%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    margin-top: -2px;
}
#interior_kaden .list_item > li .spec > a.btn:hover,
#interior_kaden .list_item_w > li .spec > a.btn:hover {
    background-color: #7c7064;
}
#interior_kaden .list_item > li .spec > a.btn:hover::after,
#interior_kaden .list_item_w > li .spec > a.btn:hover::after {
    right: 8%;
}

/* 価格プロ */
#interior_kaden .wrap_price,
#interior_kaden .buy_price,
#interior_kaden .buy_price ul { position: relative; }
#interior_kaden .buy_price ul li {
    color: #453a2f;
    line-height: 1;
}
#interior_kaden .buy_price ul li.price { font-size: 28px; }
/*#interior_kaden .buy_price ul li.intax { 今回は非表示のためナシ }*/
#interior_kaden .buy_price ul li .spesicalprice { display: none; }

/* その他エリア
============================================================ */
#interior_kaden .block_other {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
#interior_kaden .block_other p {
    font-size: 18px;
}
#interior_kaden .block_other h3 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 10px;
    padding: 0 60px;
}
#interior_kaden .block_other h3::before,
#interior_kaden .block_other h3::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #222;
}
#interior_kaden .block_other h3:before {
    left: 0;
}
#interior_kaden .block_other h3:after {
    right: 0;
}

#interior_kaden .btn_reco {
    width: 100%;
}
#interior_kaden .btn_reco a {
    display: block;
}
#interior_kaden .btn_reco a > dl {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
#interior_kaden .btn_reco a > dl > dt {
    position: relative;
    z-index: 5;
    order: 2;
    font-size: 16px;
    margin-top: -15px;
}
#interior_kaden .btn_reco a > dl > dd {
    order: 1;
    display: block;
    overflow: hidden;
}
#interior_kaden .btn_reco a:hover > dl > dd img {
    transform: scale(1.1);
}

/* CSSボタン　*/
#interior_kaden .btn_cmn a {
    position: relative;
    display: block;
    overflow: hidden;
    font-weight: 700;
    /*background-color: #f3e9e0;*/
    background-color: #efefef;
    padding: 1em 0;
}
#interior_kaden .btn_cmn a::after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 10%;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    transform: rotate(45deg);
    margin-top: -2px;
}
#interior_kaden .btn_cmn a:hover {
    color: #fff;
    /*background-color: #7c7064;*/
    background-color: #383838;
}
#interior_kaden .btn_cmn a:hover::after {
    right: 6%;
    border-color: #fff;
}



/* トップへ戻る
============================================================ */
#interior_kaden .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#interior_kaden .pagetop a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #453a2f;
    border-radius: 50%;
}
#interior_kaden .pagetop a::before {
    position: relative;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    margin-bottom: 3px;
}

/* hover */
#interior_kaden .pagetop a:hover {
    background-color: #7c7064;
}
#interior_kaden .pagetop a:hover::before {
    margin-bottom: 6px;
}


/* アニメーション
============================================================ */
#interior_kaden * a,
#interior_kaden * a:hover,
#interior_kaden * a img,
#interior_kaden * a:hover img,
#interior_kaden * a::before,
#interior_kaden * a:hover::before,
#interior_kaden * a::after,
#interior_kaden * a:hover::after {
    transition: all 0.2s;
}


