/* Author: c.nz */
/* ---------------------------------------------------
	top
------------------------------------------------------ */
/*トップページのみに使用するcss*/
#loading {background: #DA473A; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 9000;}
#loading .img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999;}
#loading .img img {width: 200px; height: 290px;}



/* ---------------------------------------------------
	スライドショー
------------------------------------------------------ */
.mainimg {margin-bottom: 8.5rem; position: relative;}
.mainimg h2 {position: absolute; top: calc(100vw * (44 / 1600)); left: calc(100vw * (290 / 1600)); width: calc(100vw * (121 / 1600)); z-index: 1000;}
.mainimg .main-slider::before {content: ""; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 12.5%; background: rgba(255,255,255,0.8); z-index: 200;}
.mainimg .main-slider::after {content: ""; display: block; position: absolute; top: 0; right: 0; height: 100%; width: 12.5%; background: rgba(255,255,255,0.8); z-index: 200;}
.mainimg .main-slider .slick-slide {background: #FFF;}
.mainimg .main-slider img {width: calc(100vw * (1200 / 1600)); margin: 0;}
.mainimg .slick-prev,
.mainimg .slick-next {position: absolute; top: 50%; display: block; width: 18px; height: 52px; margin-top: -26px; padding: 0; color: transparent; font-size: 0px; line-height: 0px; background: transparent; border: none; outline: none; cursor: pointer; z-index: 500;}
.mainimg .slick-prev {left: calc(12.5% - 6rem); background: url("https://file003.shop-pro.jp/PA01477/006/images/common/ico-slide-prev.png") no-repeat center center/contain;}
.mainimg .slick-next {right: calc(12.5% - 6rem); background: url("https://file003.shop-pro.jp/PA01477/006/images/common/ico-slide-next.png") no-repeat center center/contain;}
.mainimg .slick-dots {position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; text-align: center; list-style: none;}
.mainimg .slick-dots li {position: relative; display: inline-block; width: 10px; height: 10px; margin: 0 5px; padding: 0; cursor: pointer;}
.mainimg .slick-dots li button {display: block; width: 10px; height: 10px; padding: 5px; color: transparent; font-size: 0px; line-height: 0px; background: #C3C1B9; border: 0; border-radius: 50%; outline: none; cursor: pointer;}
.mainimg .slick-dots li.slick-active button {background: #DA473A;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.mainimg {margin-bottom: 8.5rem; position: relative;}
	.mainimg h2 {position: absolute; top: 15px; left: 25px; width: 40px; z-index: 1000;}
	.mainimg .main-slider::before {content: ""; display: none;}
	.mainimg .main-slider::after {content: ""; display: none;}
	.mainimg .main-slider .slick-slide {}
	.mainimg .main-slider img {width: 100%; margin: 0;}
	.mainimg .slick-prev,
	.mainimg .slick-next {display: none;}
	.mainimg .slick-dots {position: absolute; bottom: -20px; display: block; width: 100%; padding: 0; text-align: center; list-style: none;}
	.mainimg .slick-dots li {}
	.mainimg .slick-dots li button {}
	.mainimg .slick-dots li.slick-active button {}
}

/* ---------------------------------------------------
	トップバナー
------------------------------------------------------ */
.top-banner {margin-bottom: 6.5rem;}
.top-banner ul {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; max-width: 1200px; margin: auto;}
.top-banner ul li {max-width: 48.333%;}
.top-banner ul li a {}

@media screen and (max-width: 1280px) {
	.top-banner ul {max-width: calc(100% - 80px);}
}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.top-banner {margin-bottom: 3.25rem;}
	.top-banner ul {display: block; max-width: calc(100% - 54px); margin: auto;}
	.top-banner ul li {margin-bottom: 15px; max-width: 100%;}
	.top-banner ul li:last-child {margin-bottom: 0;}
	.top-banner ul li a {}

}
@media screen and (max-width: 844px) and (orientation:landscape) {
	.top-banner {margin-bottom: 3.25rem;}
	.top-banner ul {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center;}
	.top-banner ul li {margin-bottom: 0; margin-right: 15px;}
	.top-banner ul li:last-child {margin-right: 0;}
	.top-banner ul li a {}
}

/* ---------------------------------------------------
	売れ筋商品
------------------------------------------------------ */
.hot-salling {margin-bottom: 5rem;}
.hot-salling h2 {color: #BEA657; font-size: 2.6rem; letter-spacing: 0.15em; text-align: center; margin-bottom: 3rem; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; white-space: nowrap;}
.hot-salling h2::before,
.hot-salling h2::after {content: ""; display: inline-block; width: 313px; height: 3px; background: url("https://file003.shop-pro.jp/PA01477/006/images/top/bg-line01.png") no-repeat center center/contain;}
.hot-salling h2::before {margin-right: 10px;}
.hot-salling h2::after {margin-left: 10px;}
.hot-salling ul {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start;}
.hot-salling ul li {text-align: center; width: 30%; max-width: 250px;}
.hot-salling ul li a {display: block;}
.hot-salling ul li .img {margin-bottom: 1.5rem; position: relative;}
.hot-salling ul li .img .img-inner {display: block; width: 100%; height: 100%;}
.hot-salling ul li .img .img-inner::before {content: ""; display: block; position: absolute; top: 0; left: 0; width: 50px; height: 50px; background: url("https://file003.shop-pro.jp/PA01477/006/images/top/ico-rank1.png") no-repeat top left/cover; z-index: 100;}
.hot-salling ul li:nth-child(2) .img .img-inner::before {background: url("https://file003.shop-pro.jp/PA01477/006/images/top/ico-rank2.png") no-repeat top left/cover;}
.hot-salling ul li:nth-child(3) .img .img-inner::before {background: url("https://file003.shop-pro.jp/PA01477/006/images/top/ico-rank3.png") no-repeat top left/cover;}
.hot-salling ul li .img img {display: block; margin: auto; max-width: 100%; max-height: 100%; width: 100% !important; text-align: center; background: #FFF; padding: 10px;}
.hot-salling ul li h3 {font-size: 2rem; letter-spacing: 0.1em; margin-bottom: 1rem;}
.hot-salling ul li p {font-size: 1.6rem; letter-spacing: 0.05em;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.hot-salling {margin-bottom: 4rem; border-bottom: 1px solid #B4B4B5; padding-bottom: 3rem;}
	.hot-salling h2 {font-size: 1.9rem; letter-spacing: 0.15em; margin-bottom: 2rem;}
	.hot-salling ul {display: block;}
	.hot-salling ul li {width: 100%; max-width: 320px; margin-bottom: 2rem;}
	.hot-salling ul li:last-child {margin-bottom: 0;}
	.hot-salling ul li .img {margin-bottom: 1.5rem;}
	.hot-salling ul li h3 {font-size: 2rem; margin-bottom: 1rem;}
	.hot-salling ul li p {font-size: 1.6rem;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
	.hot-salling ul {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start;}
	.hot-salling ul li {width: 100%; max-width: 250px;}
}

/* ---------------------------------------------------
	おすすめ商品
------------------------------------------------------ */
.featured-products {margin-bottom: 5rem;}
.featured-products h2 {color: #DA473A; font-size: 2.6rem; letter-spacing: 0.15em; text-align: center; margin-bottom: 3rem; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; white-space: nowrap;}
.featured-products h2::before,
.featured-products h2::after {content: ""; display: inline-block; width: 313px; height: 3px; background: url("https://file003.shop-pro.jp/PA01477/006/images/top/bg-line02.png") no-repeat center center/contain;}
.featured-products h2::before {margin-right: 10px;}
.featured-products h2::after {margin-left: 10px;}
.featured-products ul {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.featured-products ul li {text-align: center; width: 30%; max-width: 250px;}
.featured-products ul li a {display: block;}
.featured-products ul li .img {margin-bottom: 1.5rem; position: relative;}
.featured-products ul li .img .img-inner {display: block; width: 100%; height: 100%;}
.featured-products ul li .img img {display: block; margin: auto; max-width: 100%; max-height: 100%; width: auto !important; text-align: center; background: #FFF; padding: 10px;}
.featured-products ul li h3 {font-size: 2rem; letter-spacing: 0.1em; margin-bottom: 1rem;}
.featured-products ul li h3 img {vertical-align: middle; margin: 0 5px !important;}
.featured-products ul li p {font-size: 1.6rem; letter-spacing: 0.05em;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.featured-products {margin-bottom: 4rem; border-bottom: 1px solid #B4B4B5; padding-bottom: 3rem;}
	.featured-products h2 {font-size: 1.9rem; letter-spacing: 0.15em; margin-bottom: 2rem;}
	.featured-products ul {}
	.featured-products ul li {width: 49%; max-width: 320px; margin-bottom: 2rem;}
	.featured-products ul li:last-child {margin-bottom: 0;}
	.featured-products ul li .img {margin-bottom: 1.5rem;}
	.featured-products ul li h3 {font-size: 1.6rem; margin-bottom: 1rem;}
	.featured-products ul li p {font-size: 1.6rem;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
	.featured-products ul {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start;}
	.featured-products ul li {width: 100%; max-width: 250px;}
}

/* ---------------------------------------------------
	商品バナー
------------------------------------------------------ */
.top-lineup {margin-bottom: 7rem;}
.top-lineup ul {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; margin-bottom: 7rem;}
.top-lineup ul li {width: 48.7805%; max-width: 400px;}
.top-lineup > div {margin-bottom: 2.5rem;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.top-lineup {margin-bottom: 4rem;}
	.top-lineup ul {display: block; margin-bottom: 4rem;}
	.top-lineup ul li {width: 100%; max-width: 320px; margin-bottom: 12px;}
	.top-lineup > div {margin-bottom: 1.2rem;}
}
@media screen and (max-width: 844px) and (orientation:landscape) {
	.top-lineup ul {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; margin-bottom: 4rem;}
	.top-lineup ul li {width: 48.7805%; max-width: 400px;}
}

/* ---------------------------------------------------
	メディア実績
------------------------------------------------------ */
.top-media {margin-bottom: 4rem;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.top-media {text-align: center;}
	.top-media img {margin: auto;}
}


/* ---------------------------------------------------
	動画
------------------------------------------------------ */
.top-movie {margin-bottom: 5rem;}
.top-movie > div {position: relative; width: 100%; padding-top: 56.25%;}
.top-movie > div iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
}


/* ---------------------------------------------------
	お客様の声
------------------------------------------------------ */
.top-voice {}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.top-voice {text-align: center;}
	.top-voice img {margin: auto;}
}
