@charset "utf-8";
.fs-body-top .fs-l-main {
	padding-top: 0;
}
.fs-l-page {
	padding: 0;
}
.fs-l-main {
	padding: 0;
}
#header-sp {}
#footer-sp {
	padding: 0;
}
/* --------------------------------------------------------------------------------
	メイン幅
-------------------------------------------------------------------------------- */
.fs-l-main {
	max-width: none;
}
.fs-l-pageMain {
	max-width: none;
}
/* --------------------------------------------------------------------------------
	メインスライダー（コマースクリエイター）
-------------------------------------------------------------------------------- */
.fs-body-top .fs-pt-carousel {
	margin: 0 0 10vw;
}
.fs-body-top .fs-pt-carousel .slick-list {
	margin: 0 0 5vw;
	padding: 0 !important;
}
.fs-body-top .fs-pt-carousel .slick-list figure {
	display: block !important;
}
.fs-body-top .fs-pt-carousel .slick-list a {
	display: block;
}
.fs-body-top .fs-pt-carousel .slick-list img {
	display: block;
}
.fs-body-top .fs-pt-carousel .slick-prev, .fs-body-top .fs-pt-carousel .slick-next {
	cursor: pointer;
	width: 8vw;
	height: 15.2vw;
	margin: -3.8vw 0 0;
	line-height: 1;
	opacity: 1;
	font-size: 1px;
}
.fs-body-top .fs-pt-carousel .slick-prev {
	left: 0;
	background: url("../images/index-device/btn-slider-prev.png") no-repeat 0 0;
	background-size: 100%;
}
.fs-body-top .fs-pt-carousel .slick-next {
	right: 0;
	background: url("../images/index-device/btn-slider-next.png") no-repeat 0 0;
	background-size: 100%;
}
.fs-body-top .fs-pt-carousel .slick-prev::before, .fs-body-top .fs-pt-carousel .slick-next::before {
	display: none;
}
.fs-c-slick .slick-dots {
	padding: 0;
}
.fs-c-slick .slick-dots li {
	width: 3vw;
	height: 3vw;
	margin: 0 1.5vw;
}
.fs-c-slick .slick-dots li button:before {
	opacity: 1;
	content: '';
	border-radius: 100%;
	width: 3vw;
	height: 3vw;
	background: #ccc;
}
.fs-c-slick .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #00aba5;
}
#index {}
/* --------------------------------------------------------------------------------
	bnr-emara
-------------------------------------------------------------------------------- */
#index .bnr-emara {
	margin: 0 2vw 5vw;
	box-shadow: 0 1vw 1.5vw rgba(0, 0, 0, 0.2);
}
#index .bnr-emara img {
	display: block;
}
/* --------------------------------------------------------------------------------
	txt-emara
-------------------------------------------------------------------------------- */
#index .txt-emara {
	padding: 0 2vw 12vw;
}
#index .txt-emara p {
	text-align: center;
	line-height: 1.7;
	letter-spacing: -0.01em;
}
/* --------------------------------------------------------------------------------
	PRODUCT
-------------------------------------------------------------------------------- */
#index .product {
	padding: 0 0 2vw;
}
#index .product > h2 {
	padding: 0 0 2vw;
	text-align: center;
	font-size: 9vw;
	font-weight: bold;
}
#index .product .txt-product {
	padding: 0 2vw 4.5vw;
	text-align: center;
	line-height: 1.7;
}
#index .product li.fs-c-productMark__item {
	display: none;
}
#index .product .fs-c-productPrice--member {
	display: none;
}
/*商品リスト*/
#index .product .product-box {
	padding: 0 2vw 9.5vw;
}
#index .product .product-box ul.product-inner {
	margin: 0 0 8vw;
}
#index .product .product-box ul.product-inner > li {
	margin: 0 0 8vw
}
#index .product .product-box ul.product-inner > li h3 {
	font-size: 3.6vw;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #00aba5;
	padding: 4.3vw;
	margin: 0 0 5vw;
	line-height: 1;
}
#index .product .product-box ul.product-inner > li ul.box li a {
	padding: 1vw;
	background: #ebe9e9;
	display: flex;
	align-items: center;
	margin: 0 0 2vw;
}
#index .product .product-box ul.product-inner > li ul.box li .img {
	width: 21vw;
}
#index .product .product-box ul.product-inner > li ul.box li .img img {
	display: block;
}
#index .product .product-box ul.product-inner > li ul.box li .txt {
	color: #3c3c3c;
	font-size: 3.6vw;
	font-weight: bold;
	padding-left: 5vw;
}
/* --------------------------------------------------------------------------------
	任意商品
-------------------------------------------------------------------------------- */
#index .tab-contents {
	overflow: hidden;
	visibility: hidden;
	height: 0;
}
#index .tab-contents.active {
	visibility: visible;
	height: auto;
}
/* 矢印 */
#index .tab-contents .fs-c-productListCarousel__ctrl {
	flex-basis: 4vw;
	min-width: 4vw;
}
#index .tab-contents .slick-arrow {
	opacity: 1;
}
/* スライダー本体 */
#index .tab-contents .slick-list {
	padding: 0 4vw 5vw 6.5vw;
}
#index .tab-contents .slick-slide {
	margin: 0 6vw 0 5vw;
}
#index .tab-contents .slick-slide:first-child {}
#index .tab-contents .slick-slide:nth-of-type(2) {}
#index .tab-contents .slick-slide:last-child {
	margin-right: 0;
}
#index .tab-contents .slick-slide > div {
	padding: 2vw;
	box-shadow: 0 2vw 2.5vw rgba(0, 0, 0, 0.2);
}
#index .tab-contents .fs-c-productListCarousel__list__item {
	flex-basis: unset;
	max-width: none;
	min-width: none;
}
#index .tab-contents .fs-c-slick .slick-track {
	left: 0;
}
#index .tab-contents .slick-track {}
#index .tab-contents .slick-track a {
	display: block;
	text-decoration: none;
}
#index .fs-c-productListItem__imageContainer {
	padding: 0 0 2vw;
}
#index .tab-contents .slick-track img {
	display: block;
	width: 75vw;
}
#index .tab-contents .fs-c-productListItem__control.fs-c-buttonContainer {
	padding: 0 0 1vw;
	display: none;
}
/* 商品名 */
#index .tab-contents .fs-c-productListItem__productName {
	display: block;
	width: 75vw;
	padding: 0 0 1vw;
	line-height: 1.6;
	font-size: 4.8vw;
}
#index .tab-contents .fs-c-productPrice__main__label {
	display: none;
}
/* 価格 */
#index .tab-contents .fs-c-productListItem__prices {
	font-size: 4.8vw;
}
#index .tab-contents .fs-c-productListItem__prices .fs-c-productPrice__main__price.fs-c-price {
	color: #000;
}
#index .tab-contents .fs-c-productListItem__prices .fs-c-productPrice__addon {
	font-size: 3.6vw;
}
#index .tab-contents .fs-c-button--carousel {
	z-index: 10;
	width: 4vw;
}
#index .tab-contents .fs-c-button--carousel--prev {
	justify-content: flex-start;
	left: 2vw;
}
#index .tab-contents .fs-c-button--carousel--prev::before {
	width: 4vw;
	height: 7.5vw;
	background: url("../images/index-device/btn-slider-rank-prev.png") no-repeat 0 0;
	background-size: 100%;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
#index .tab-contents .fs-c-button--carousel--next {
	justify-content: flex-end;
	right: 2vw;
}
#index .tab-contents .fs-c-button--carousel--next::before {
	width: 4vw;
	height: 7.5vw;
	background: url("../images/index-device/btn-slider-rank-next.png") no-repeat 0 0;
	background-size: 100%;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
/* --------------------------------------------------------------------------------
	ランキング
-------------------------------------------------------------------------------- */
#index .ranking {
	margin: 0 0 7.5vw;
	padding: 7.5vw 0 10vw;
	background: #f6f6f6;
}
#index .ranking h2 {
	padding: 0 0 1vw;
	text-align: center;
	font-size: 9vw;
	font-weight: bold;
}
#index .ranking .txt-ranking {
	padding: 0 0 5vw;
	text-align: center;
	line-height: 1.7;
}
/*
ランキングリスト
-------------------- */
#index .ranking .ranking-list {
	position: relative;
	background: #fff;
	padding-bottom: 7vw;
}
#index .ranking .ranking-list ul {
	width: 100%;
}
#index .ranking .ranking-list ul li {
	position: relative;
	margin: 0 2vw 0 2vw;
	padding: 6vw 4.5vw 4.3vw;
	background: #fff;
}
#index .ranking .ranking-list ul li:nth-of-type(3) {
	margin-right: 0;
}
#index .ranking .ranking-list ul li .icon-rank {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: block;
}
#index .ranking .ranking-list ul li .icon-rank img {
	display: block;
	width: 20vw;
}
#index .ranking .ranking-list ul li .thumb {
	padding: 0 0 2vw;
}
#index .ranking .ranking-list ul li .thumb img {
	display: block;
	width: 60vw;
	margin: 0 auto;
}
#index .ranking .ranking-list ul li .txt {
	padding: 0 0 1vw;
}
#index .ranking .ranking-list ul li .item-name {
	padding: 0 0 1vw;
	line-height: 1.4;
	font-weight: bold;
	font-size: 4.8vw;
}
#index .ranking .ranking-list ul li .price {
	padding: 0 0 4vw;
	font-weight: bold;
	font-size: 4.8vw;
}
#index .ranking .ranking-list ul li .price .main-price {
	font-weight: bold;
	font-size: 4.8vw;
}
#index .ranking .ranking-list ul li .price .tax {
	font-size: 3vw;
}
#index .ranking .ranking-list ul li .btn-item-details {
	padding: 0 0 2vw;
}
#index .ranking .ranking-list ul li .btn-item-details a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56%;
	margin: 0 auto;
	padding: 3vw 0;
	border: solid 1px #ccc;
	text-decoration: none;
	font-weight: bold;
}
#index .ranking .ranking-list ul li .btn-item-details a::after {
	content: '';
	display: block;
	margin: 0 0 0.1vw 2.4vw;
	width: 5vw;
	height: 2.1vw;
	background: url("../images/index-device/icon-arr.png") no-repeat 0 0;
	background-size: 100%;
}
#index .ranking .ranking-list ul li .btn-cart-in button[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56%;
	margin: 0 auto;
	padding: 3vw 0;
	font-weight: bold;
	color: #fff;
	background: #00aba5;
}
#index .ranking .ranking-list ul li .btn-cart-in button[type="submit"]::before {
	content: '';
	display: block;
	width: 4vw;
	height: 3.7vw;
	margin: 0 2vw 0 0;
	background: url("../images/index-device/icon-cart.png") no-repeat 0 0;
	background-size: 100% 100%;
}
#index .ranking .ranking-list ul li .btn-cart-in .index-cart-quantity {
	display: none;
}
/* ranking  もっと見る*/
#index .ranking .btn-ranking-more a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	padding: 3vw 0;
	border: solid 1px #ccc;
	text-decoration: none;
	font-weight: bold;
}
#index .ranking .btn-ranking-more a::after {
	content: '';
	display: block;
	margin: 0 0 0.1vw 2.4vw;
	width: 5vw;
	height: 2.1vw;
	background: url("../images/index-device/icon-arr.png") no-repeat 0 0;
	background-size: 100%;
}
/* gift-ranking */
#index .ranking .gift-ranking {
	padding: 0 0 7vw;
}
/* men's-ranking */
#index .ranking .mens-ranking {
	padding: 0 0 7vw;
}
/* ----------------------------------------
slick
---------------------------------------- */
#index .ranking .slick-slider {
	width: 100%;
}
#index .ranking .slick-list {}
#index .ranking .slick-prev {
	position: absolute;
	top: 32vw;
	left: 2vw;
	z-index: 2;
	width: 4vw;
	height: 7.5vw;
	background: url("../images/index-device/btn-slider-rank-prev.png") no-repeat 0 0;
	background-size: 100%;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
#index .ranking .slick-next {
	position: absolute;
	top: 32vw;
	right: 2vw;
	z-index: 2;
	width: 4vw;
	height: 7.5vw;
	background: url("../images/index-device/btn-slider-rank-next.png") no-repeat 0 0;
	background-size: 100%;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
/* --------------------------------------------------------------------------------
	TOPICS
-------------------------------------------------------------------------------- */
#index .topics {
	margin: 0 0 5vw;
	padding: 0 2vw;
}
#index .topics h2 {
	padding: 0 0 2vw;
	text-align: center;
	font-size: 9vw;
	font-weight: bold;
}
#index .topics ul {
	padding: 0 0 10vw;
}
#index .topics ul li {
	display: flex;
	width: 100%;
	padding: 3vw 0;
	border-bottom: dotted 1px #ccc;
}
#index .topics ul li:nth-of-type(3) {
	border: none;
}
#index .topics ul li:nth-of-type(4), #index .topics ul li:nth-of-type(5), #index .topics ul li:nth-of-type(6), #index .topics ul li:nth-of-type(7), #index .topics ul li:nth-of-type(8), #index .topics ul li:nth-of-type(9), #index .topics ul li:nth-of-type(10) {
	display: none;
}
#index .topics ul li a {
	display: flex;
	width: 100%;
	text-decoration: none;
}
#index .topics ul li time {
	display: block;
	width: 24vw;
}
#index .topics ul li .desc {
	display: block;
	width: calc(100% - 24vw);
}
#index .topics .btn-details a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56vw;
	margin: 0 auto;
	padding: 3vw 0;
	border: solid 1px #ccc;
	text-decoration: none;
	font-weight: bold;
}
#index .topics .btn-details a::after {
	content: '';
	display: block;
	padding: 0 7vw 0 4vw;
	background: url("../images/index/icon-arr.png") no-repeat 0 0;
	background-size: 5vw auto;
}
/* --------------------------------------------------------------------------------
	CONTENTS
-------------------------------------------------------------------------------- */
#index .contents {
	padding: 9vw 2vw 1vw;
	background: #f6f6f6;
}
#index .contents h2 {
	padding: 0 0 2vw;
	text-align: center;
	font-size: 9vw;
	font-weight: bold;
}
#index .contents .txt-contents {
	padding: 0 0 5vw;
	line-height: 1.7;
	text-align: center;
}
#index .contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#index .contents ul li {
	display: block;
	padding: 0 0 4.6vw;
}
#index .contents ul li a {
	display: block;
}
#index .contents ul li img {
	display: block;
}
/* --------------------------------------------------------------------------------
	動画対応のスライダー
-------------------------------------------------------------------------------- */
/*
.slick-slider {
	margin: 0 0;
	padding: 0 0;
}
.yt-box {
	width: 100%;
	aspect-ratio: 1920 / 799;
	overflow: hidden;
}
.yt-box video {
	width: 100%;
	height: 100%;
}
section.cat-slider {
	margin-bottom: 4em;
}
.slick-dots {
	bottom: -30px;
}
.slick-dots li {
	margin: 0;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "◯";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #00ABA5;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: color;
}
.slick-dots li.slick-active button:before {
	color: #00ABA5;
	content: "●";
	opacity: 1;
}
*/