@charset "utf-8";
/* CSS Document */

/****************************************************
                                        共 通 項 目
****************************************************/
body { color:#333; overflow-x: hidden;}

a, a:visited { color: #333; }
a:hover { text-decoration:underline; }

h2 { font-size: 1em; font-family:'Noto Sans JP', 'Raleway', sans-serif; font-weight: 700; text-align: center; margin-bottom: 1.5rem; display: flex; justify-content: space-between; align-items: center; border-bottom: solid 0.15rem #EEE; color: #AAA;}
h2 span { font-size: 1.6em;  position: relative; padding:0.5rem 0; color: #333; }
h2 span::before { content: ""; height: 0.16rem; width: 100%; position: absolute; left: 0; bottom: -0.15rem; background-color: #00A99D;}


/********************************
                 ア イ キ ャ ッ チ
********************************/
.eyecatch { background-color: #333;}
.slick { margin: 0; padding: 0; font-size: 0;}
.slick img { width: 100%;}

.twt { font-size: 0; background-color: #16181C;}
.twt a, .twt .twitter-timeline-rendered, .twt iframe { width: 100%; height: 100%!important; }

.osirase { padding: 0.5rem; border-bottom: dashed 1px #333; text-align: center; }
.osirase p { padding: 0.5rem; width: 100%; border: solid 1px #333; color: #333; font-size: 1em; font-weight: 700; text-shadow: 1px 1px 2px #999; transition: 0.4s; text-align: left; word-break: keep-all; line-break: strict; }
@media (min-width: 576px) { .osirase p { text-align: center; } }
@media (min-width: 768px) { .osirase p { font-size: 1.5em; } }
.osirase img { width: 100%; max-width: 1366px; margin-bottom: 0.125rem; transition: 0.4s; border: solid 1px #333; }
.osirase img:last-child { margin-bottom: 0; }
.osirase a { display: block; margin-bottom: 0.125rem; }
.osirase a:last-child { margin-bottom: 0; }
.osirase a:hover { text-decoration: none; }
.osirase a:hover p, .osirase a:hover img { opacity: 0.8; }

/********************************
                    ア ン カ ー リ ン ク
********************************/
.anchor { display: flex; flex-wrap: wrap; justify-content: center;}
.anchor li { font-size: 1.2rem; padding: 0.25rem 0.5rem; border-bottom: solid 2px #00A99D; margin: 0 0.75rem 0.75rem 0.75rem; transition: .4s; position: relative;}
.anchor li a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px;}
.anchor li:hover { border-bottom: solid 2px #FF6363; }

/********************************
                    在 庫 リ ン ク
********************************/
.stock { overflow-x: hidden;}

.categorys { font-family: 'Raleway', 'Noto Sans JP', sans-serif; margin-bottom: 1.0rem;}
    @media(min-width:992px){
        .categorys { margin-bottom: 0;}
    }
.categorys li { width: 100%; margin: 0; margin-bottom: 0.25rem; padding: 1.0rem; background-color:#FF6363; font-size: 1.6rem; font-weight: 700; color: #FEFEFE; position: relative; transition: 0.4s; border-radius: 0.5rem;}
.categorys li::after { content: "▶"; font-size: 0.8rem; position: absolute; top: 50%; right: 1.0rem; transform: translateY(-50%);}
.categorys li a {width: 100%; height: 100%; margin: 0; padding: 0; display: block; position: absolute; top: 0; left: 0; text-indent: -9999px;}
.categorys li:hover { background-color:#00A99D; }

.brandlink {margin-top: -0.25rem;}
.brandlink li {width: 25%; margin: 0; padding: 0.25rem; display: inline-block;}
.brandlink li div {background-color: #FAFAFA; position: relative; width: 100%; height: 100%; padding: 0; border: solid 4px #FAFAFA; transition: 0.4s; border-radius: 0.5rem; }
    @media(min-width:992px){
        .brandlink {min-height: 25.0rem;}
		.brandlink li div { padding: 1.0rem;}
    }
.brandlink img { width: 100%;}

.brandlink li div a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent: -9999px;}
.brandlink li:hover div { border: solid 4px #00A99D;}

.brandlink li.type { width: 100%; font-family:'Oswald', 'Raleway', 'Noto Sans JP', sans-serif; font-size: 2.5rem; color: #EEE;  padding: 0; position: relative;}
.brandlink li.type span {position: absolute; top: -0.25rem; left: 0.5rem; color: #666;}
.brandlink li.type::after { width: 100%; height: 2px; background: #EEE; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1;}

/***************************************************
                                 フ ロ ア ガ イ ド
***************************************************/ 
.floorguide a.access { width: 100%; text-align: center; background-color: #FF6363; color: #FEFEFE; display: block; font-size: 1.4rem; font-weight: 500; line-height: 3.0rem; text-decoration: none; border-radius: 1.5rem; transition: .4s;}
.floorguide a.access:hover { background-color: #00A99D;}
.floorguide ul { margin: 0.5rem -0.5rem; display: flex; flex-wrap: wrap;}
.floorguide ul li { padding: 0.5rem; width: 50%; }
.floorguide ul li > div { width:100%; height: 100%; background-color: #FEFEFE;}
.floorguide ul li div img { width: 100%; border: solid 2px #EEE;}
.floorguide ul li div p { padding:0; font-size: 0.8rem; font-weight: 500; line-height: 1.6; }
.floorguide ul li div h3 { position: relative; line-height: 1.4; padding-left: 0.5rem; margin: 0.5rem 0;  font-size: 0.8rem; }
.floorguide ul li div h3::before { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 0.25rem; height: 90%; background-color: #FF6363; border-radius: 0.25rem; content: ""; display: block;}
.floorguide ul li div h3 span { font-size: 1.0rem; font-weight: 700;}
    @media(min-width:992px){
        .floorguide ul li { width: calc(100% / 4);}
    }


/***************************************************
                                お す す め ア イ テ ム
***************************************************/ 
.hotitems { background-color: #333;}
.hotitems h2 {border-bottom: solid 0.15rem #555; color: #888;} 
.hotitems h2 span {color: #FEFEFE; }
.hotitems .container .row { margin-left: -0.5rem; margin-right: -0.5rem;}
.slick2 {width: 100%; padding:0;  }
.item { margin: 0; padding: 0.5rem; }


.item .img { position: relative; width: 100%; background-color: #000; overflow: hidden; }
.item .img:before { content:""; display: block; padding-top: 100%; }
.item .img:hover img { transform: scale(1.12);}
.item .img img { width: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; transition: 0.8s; height: auto;}
.item .img a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; display: block; text-indent: -9999px;}

.item  .overview { width: 100%; margin: 0; padding: 0; color: #FEFEFE; }
.item  .overview h3 { font-size: 0.9rem;  font-weight: 400; line-height: 1.2rem; padding: 0.25rem 0; font-family: 'Oswald'; height: 3.5rem; }
.item  .overview p { font-size: 0.7rem; font-weight: 300; margin: 0.25rem auto; height: 3.5rem;}

.item .moreinfo { border-top: solid 1px #ffff00; font-size: 0.7rem; font-weight: 300; color: #FEFEFE; padding: 0.25rem 0; padding-bottom: 0; text-align: right; font-family: 'Oswald';}
.item .moreinfo img { max-width: 17px; max-height: 17px; display: inline-block; vertical-align: text-bottom;}
.item .moreinfo a { color: #FEFEFE; margin-right: 0.25rem;}
.item .moreinfo a:last-child { margin-right:0;}
.item .moreinfo a:hover { color: #ffff00; text-decoration: none;}


/***************************************************
                                ト ピ ッ ク ス
***************************************************/ 
.topics .sales_info { display: flex; flex-wrap: wrap; margin-left: -0.5rem; margin-right: -0.5rem; }
.topics .sales_info li {width: 50%; padding: 0.5rem; }
    @media(min-width:992px){
        .topics .sales_info li { width: 33.3333333%;}
    }

.topics .sales_info li .article {font-size: 0px;  height: 100%; width: 100%; padding-bottom: 0.75rem; box-shadow: 2px 2px 5px #CCC; position: relative;} 
.topics .sales_info li .article img { width: 100%; margin:0; padding: 0; transition: 0.4s; background-color: #FFF; }
.topics .sales_info li .article a { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; text-indent: -9999px; }
.topics .sales_info li .article .floorinfo { font-size: 0.6rem; font-weight: 500; background-color: #FF6363; color: #FEFEFE; margin: 0; padding:0.25rem; text-align: center;}
    @media(min-width:992px){
        .topics .sales_info li .article .floorinfo { font-size: 0.8rem; padding: 0.35rem 0}
    }
.topics .sales_info li .article .detaile { font-size: 0.95rem; font-weight: 500; line-height: 1.6;  transition: 0.4s; padding: 0.5rem; }
.topics .sales_info li .article .detaile span { font-size: 0.9rem; font-weight: 500; color: #BBB; }

.topics .sales_info li .article:hover .detaile {color:#FF6363;}
.topics .sales_info li .article:hover img {opacity: 0.8; }

.topics ul[class^="bnrarea_"] { display: flex; flex-wrap: wrap;}
.topics ul[class^="bnrarea_"]  li img { width: 100%;}

.topics .bnrarea_ogp li { width: 50%; padding: 0.25rem;}
.topics .bnrarea_wide li { width: 50%; padding: 0.25rem;}
    @media(min-width:992px){
        .topics .bnrarea_ogp li { width: 100%;}
        .topics .bnrarea_wide li { width: 100%;}
    }
	
.topics .item_info { display: flex; flex-wrap: wrap; margin-left: -0.5rem; margin-right: -0.5rem; }
.topics .item_info li {width: 50%; padding: 0.5rem; }
    @media(min-width:768px){
        .topics .item_info li { width: calc(100% / 3);}
    }
	@media(min-width:992px){
        .topics .item_info li { width: 25%;}
    }
	@media(min-width:1200px){
        .topics .item_info li { width: 20%;}
    }

.topics .item_info li .article {font-size: 0px;  height: 100%; width: 100%; padding-bottom: 0.75rem; box-shadow: 2px 2px 5px #CCC; position: relative;} 
.topics .item_info li .article img { width: 100%; margin:0; padding: 0; transition: 0.4s; background-color: #FFF; }
.topics .item_info li .article a { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; text-indent: -9999px; }
.topics .item_info li .article .floorinfo { font-size: 0.6rem; font-weight: 500; background-color: #FF6363; color: #FEFEFE; margin: 0; padding:0.25rem; text-align: center;}
    @media(min-width:992px){
        .topics .item_info li .article .floorinfo { font-size: 0.8rem; padding: 0.35rem 0}
    }
.topics .item_info li .article .detaile { font-size: 1.0rem; font-weight: 700; line-height: 1.4;  transition: 0.4s; padding: 0.5rem; }
.topics .item_info li .article .detaile span { font-size: 0.8rem; font-weight: 500; color: #BBB; margin-top: 0.25rem; display: inline-block;}

.topics .item_info li .article:hover .detaile {color:#FF6363;}
.topics .item_info li .article:hover img {opacity: 0.8; }

.product-slider { margin-right: -1rem;}
/*.product-slider .slick-list { padding: 0 8% 0 0;}*/
.product-slider .slick-dots { transform: translateY(100%);}
.product-slider .slick-slide > div { display: flex;}
.product-slider .slide-block {padding-right: 1rem; margin-bottom: 1rem;}
.product-slider .slide-block .article { display: flex; flex-direction: column; position: relative;  box-shadow: 2px 2px 5px #CCC; height: 100%;}
.product-slider .slide-block .article a { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; text-indent: -9999px!important; color: transparent;}
.product-slider .slide-block .article img { width: 100%; height: auto;}
.product-slider .slide-block .article .floorinfo { font-size: 0.6rem; font-weight: 500; background-color: #FF6363; color: #FEFEFE; margin: 0; padding:0.25rem; text-align: center;}
	@media(min-width:992px){
        .product-slider .slide-block .article .floorinfo { font-size: 0.8rem; padding: 0.35rem 0}
    }
.product-slider .slide-block .article .detaile {  transition: 0.4s; padding: 0.5rem; }
.product-slider .slide-block .article .detaile .title { font-size: 1.0rem; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;  }
.product-slider .slide-block .article .detaile .text { font-size: 0.8rem; font-weight: 500; color: #BBB; margin-top: 0.25rem; display: inline-block; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

.product-slider .slide-block .article:hover .detaile {color:#FF6363;}
.product-slider .slide-block .article:hover img {opacity: 0.8; }
