@charset "UTF-8";
/* CSS Document */
/**************************************************** 共 通 項 目
****************************************************/
body { color: #333; overflow-x: hidden; }

a { color: #333; }
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.2rem #EEE; color: #AAA; }
h2 span { font-size: 1.6em; position: relative; padding: 0.5rem 0; color: #333; }
h2 span::before { content: ""; height: 0.2rem; width: 100%; position: absolute; left: 0; bottom: -0.2rem; background-color: #00A99D; }

.pagination { display: flex; flex-wrap: wrap; justify-content: center; font-size: 1.4rem; }
.pagination p { padding: 0.5em; border: solid 1px #DDD; margin: 0 0.25em; }
.pagination p button { outline: none; border: none; background-color: transparent; }
.pagination p:hover { background-color: #EEE; }
.pagination ul { display: flex; flex-wrap: wrap; justify-content: center; }
.pagination ul li { font-size: initial; padding: 0.5em 1.25em; border: solid 1px #DDD; position: relative; margin: 0 0.25em; }
.pagination ul li a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.pagination ul li a:hover { text-decoration: none; color: #333; }
.pagination ul li:hover, .pagination ul li.current { background-color: #EEE; }

.hero-slider .swiper .swiper-wrapper .swiper-slide { aspect-ratio: 16/9 !important; }

.swiper img { width: 100%; height: auto; }
.swiper .swiper-pagination-bullet { background: #999; opacity: 1; width: 0.5em; height: 0.5em; }
.swiper .swiper-pagination-bullet-active { background: #00A99D; }
.swiper .swiper-button-prev:after, .swiper .swiper-button-next:after { content: ""; background-repeat: no-repeat; background-size: contain; height: 100%; width: 100%; background-position: center; opacity: .8; }
.swiper .swiper-button-prev:hover:after, .swiper .swiper-button-next:hover:after { opacity: 1; }
.swiper .swiper-button-next:after { background-image: url("../img/nav/slider-arrow.svg"); }
.swiper .swiper-button-prev:after { background-image: url("../img/nav/slider-arrow.svg"); transform: scale(-1, 1); /* 左右反転 */ }

/*************************************************** 				ア イ キ ャ ッ チ
***************************************************/
.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: initial; 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;*/ }
.stock .condition { height: 40px; border-radius: 20px; border: solid 1px #333; position: relative; display: flex; align-items: center; justify-content: center; transition: .4s; font-size: 1.2rem; font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.234375rem) * 0.9366)), 1.8rem); }
.stock .condition a { width: 100%; height: 100%; margin: 0; padding: 0; display: block; position: absolute; top: 0; left: 0; text-indent: -9999px; }
.stock .condition:hover { background-color: #00A99D; color: #FEFEFE; border-color: #FEFEFE; }
.stock .category { border: solid 1px #CCC; border-radius: 0.5rem; position: relative; transition: .4s; padding: 2px; }
.stock .category img { border-radius: 0.35rem; }
.stock .category:hover { border-color: transparent; background-color: #00A99D; }
.stock .category:hover img { opacity: 1; }
.stock .brand { border-radius: 0.5rem; border: solid 3px transparent; transition: .4s; aspect-ratio: 16 / 9; background-color: #EEE; box-sizing: border-box; padding: 1rem; overflow: hidden; display: flex; align-items: center; position: relative; }
.stock .brand a { width: 100%; height: 100%; margin: 0; padding: 0; display: block; position: absolute; top: 0; left: 0; text-indent: -9999px; }
.stock .brand:hover { border-color: #00A99D; }

.categorys { font-family: 'Raleway', 'Noto Sans JP', sans-serif; margin-bottom: 1.0rem; }
.categorys li { width: 100%; margin: 0; margin-bottom: 0.25rem; padding: 1.0rem; background-color: #FF6363; font-size: 2.2rem; 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; }
@media (min-width: 992px) { .categorys { margin-bottom: 0; } }

.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; }
.brandlink li div a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent: -9999px; }
@media (min-width: 992px) { .brandlink li div { padding: 1.0rem; } }
.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; }
.brandlink img { width: 100%; height: auto; }
@media (min-width: 992px) { .brandlink { min-height: 25.0rem; } }

/*************************************************** フ ロ ア ガ イ ド
***************************************************/
.floorguide a.access { width: 100%; text-align: center; background-color: #FF6363; color: #FEFEFE; display: block; font-size: initial; 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%; }
@media (min-width: 992px) { .floorguide ul li { width: calc(100% / 4); } }
.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.8em; 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: 1.2rem; }
.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: initial; font-weight: 700; }

/*************************************************** お す す め ア イ テ ム
***************************************************/
.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: 1.4rem; font-weight: 400; line-height: 1.4; padding: 0.25rem 0; font-family: 'Oswald'; height: 4.6rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 1rem; }
.item .overview p { font-size: 1.2rem; font-weight: 300; line-height: 1.2; margin: 0.5rem auto 1.5rem auto; height: 4.2rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.item .moreinfo { border-top: solid 1px #ffff00; font-size: 1.2rem; font-weight: 300; color: #FEFEFE; padding: 0.25rem 0; padding-bottom: 0; text-align: right; font-family: 'Oswald'; margin-top: auto; }
.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: -1.5rem; margin-right: -1.5rem; }
.topics .sales_info li { width: 50%; padding: 1.5rem; }
@media (min-width: 576px) { .topics .sales_info li { width: calc(100% / 3); } }
.topics .sales_info li .article { font-size: initial; height: 100%; width: 100%; /*padding-bottom: 0.75rem; box-shadow: 2px 2px 5px #CCC;*/ position: relative; display: flex; flex-direction: column; }
.topics .sales_info li .article img { width: 100%; height: auto; 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 { padding: 0.5rem 0; margin-top: auto; }
.topics .sales_info li .article .floorinfo span { font-size: 0.8em; font-weight: 500; background-color: #FF6363; color: #FEFEFE; padding: 0.25rem 0.5rem; }
.topics .sales_info li .article .detaile { font-size: 1.2rem; font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.234375rem) * 0.3122)), 1.4rem); font-weight: 700; transition: 0.4s; padding: 1rem 0; line-height: 1.4; }
@media (min-width: 1200px) { .topics .sales_info li .article .detaile { line-height: 1.6; } }
.topics .sales_info li .article .detaile span { font-size: 0.8em; 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%; height: auto; }
.topics .bnrarea_ogp li, .topics .bnrarea_wide li { width: 50%; padding: 0.25rem; font-size: 0; }
@media (min-width: 768px) { .topics .bnrarea_ogp li { width: 25%; }
  .topics .bnrarea_wide li { width: calc(100% / 3); } }
@media (min-width: 992px) { .topics .bnrarea_ogp li, .topics .bnrarea_wide li { width: 100%; padding: 0; padding-left: 1.5rem; margin-bottom: 1rem; } }
.topics .btn { color: #FEFEFE; background-color: #FF6363; font-size: initial; height: 40px; border-radius: 20px; display: flex; align-items: center; justify-content: center; position: relative; transition: .4s; text-align: center; margin: 0 auto; }
.topics .btn:hover { background-color: #00A99D; }
.topics .btn a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }
.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%; box-shadow: 2px 2px 5px #CCC; position: relative; font-size: initial; }
.topics .item_info li .article img { width: 100%; height: auto; 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.6em; 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.7em; padding: 0.35rem 0; } }
.topics .item_info li .article .detaile { transition: 0.4s; padding: 0.5rem; line-height: 1.4; }
.topics .item_info li .article .detaile .title { font-size: 1.6rem; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: auto; margin: 0; }
.topics .item_info li .article .detaile .text { font-size: 1.2rem; font-weight: 500; color: #BBB; display: inline-block; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; height: auto; padding: 0; margin: 0; margin-top: 0.25rem; }
.topics .item_info li .article:hover .detaile { color: #FF6363; }
.topics .item_info li .article:hover img { opacity: 0.8; }

#sales .sales_info li { width: 50%; }
@media (min-width: 992px) { #sales .sales_info li { width: 25%; } }

.product-slider { margin-right: -0.75rem; }
.product-slider .slick-dots { transform: translateY(100%); }
.product-slider .slick-slide > div { display: flex; }
.product-slider .slide-block { padding-right: 0.75rem; 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.6em; 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.7em; padding: 0.35rem 0; } }
.product-slider .slide-block .article .detaile { transition: 0.4s; padding: 0.5em; line-height: 1.4; }
.product-slider .slide-block .article .detaile .title { font-size: 1.6rem; 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: 1.2rem; 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; }

.other-slider .slick-dots { transform: translateY(100%); }

.kaitori-slider .swiper { width: 100%; height: auto; aspect-ratio: 1/0.5; }
@media (min-width: 992px) { .kaitori-slider .swiper { aspect-ratio: 3/1; } }
@media (min-width: 1200px) { .kaitori-slider .swiper { aspect-ratio: 5/1; } }

/*************************************************** ア ー カ イ ブ ペ ー ジ（Wordpress）
***************************************************/
/***** WP-PageNavi *****/
.wp-pagenavi { clear: both; text-align: center; padding: 3rem 0; }
.wp-pagenavi a, .wp-pagenavi span { color: #999; background-color: #FFF; border: 1px solid #CCC; padding: 8px 15px; margin: 0 2px; white-space: nowrap; border-radius: 3px; transition: 0.2s ease-in-out; text-align: center; text-decoration: none; }
.wp-pagenavi a:hover { color: #FFF; background-color: #999; border-color: #999; }
.wp-pagenavi span.current { color: #FFF; background-color: #00A99D; border-color: #00A99D; font-weight: 700; }
