@charset "utf-8";
.fs-body-top .fs-l-main {
	padding-top: 100px;
}
.fs-l-page {
	padding: 0;
}
/* --------------------------------------------------------------------------------
	メイン幅
-------------------------------------------------------------------------------- */
.fs-l-main {
	width: 100%;
	max-width: none;
}
.fs-l-pageMain {
	max-width: none;
}
/* --------------------------------------------------------------------------------
	メインスライダー（コマースクリエイター）
-------------------------------------------------------------------------------- */
.fs-body-top .fs-pt-carousel {
	margin: 0 0 100px;
}
.fs-body-top .fs-pt-carousel .slick-list {
	margin: 0 0 20px;
	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-arrows {
	position: absolute;
	top: 50%;
	width: 100%;
}
.fs-body-top .fs-pt-carousel .slick-arrows .slick-arrows-box {
	width: 1000px;
	margin: 0 auto;
}
.fs-body-top .fs-pt-carousel .slick-prev, .fs-body-top .fs-pt-carousel .slick-next {
	cursor: pointer;
	width: 50px;
	height: 120px;
	line-height: 1;
	opacity: 1;
	font-size: 1px;
}
.fs-body-top .fs-pt-carousel .slick-prev {
	left: 0;
	background: url("../images/index/btn-main-slider-prev.png") no-repeat 0 0;
}
.fs-body-top .fs-pt-carousel .slick-next {
	right: 0;
	background: url("../images/index/btn-main-slider-next.png") no-repeat 0 0;
}
.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: 10px;
	height: 10px;
	margin: 0 5px;
}
.fs-c-slick .slick-dots li button:before {
	opacity: 1;
	content: '';
	border-radius: 100%;
	width: 10px;
	height: 10px;
	background: #ccc;
}
.fs-c-slick .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #00aba5;
}
/* --------------------------------------------------------------------------------
	bnr-emara
-------------------------------------------------------------------------------- */
#index .bnr-emara {
	margin: 0 0 43px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
#index .bnr-emara img {
	display: block;
}
/* --------------------------------------------------------------------------------
	txt-emara
-------------------------------------------------------------------------------- */
#index .txt-emara {
	padding: 0 0 94px;
}
#index .txt-emara p {
	text-align: center;
	line-height: 1.9;
}
/* --------------------------------------------------------------------------------
	PRODUCT
-------------------------------------------------------------------------------- */
#index .product {
	padding: 0 0 105px;
}
#index .product > h2 {
	padding: 0 0 22px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}
#index .product .txt-product {
	padding: 0 0 42px;
	text-align: center;
	line-height: 1.9;
}
#index .product li.fs-c-productMark__item {
	display: none;
}
#index .product .fs-c-productPrice--member {
	display: none;
}
/*商品リスト*/
#index .product .product-box ul.product-inner {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}
#index .product .product-box ul.product-inner > li {
	width: 380px;
}
#index .product .product-box ul.product-inner > li h3 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #00aba5;
	padding: 18px;
	margin: 0 0 30px;
	line-height: 1;
}
#index .product .product-box ul.product-inner > li ul.box li a {
	padding: 5px;
	background: #ebe9e9;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}
#index .product .product-box ul.product-inner > li ul.box li a:hover {
	text-decoration: none;
}
#index .product .product-box ul.product-inner > li ul.box li .img {
	width: 80px;
}
#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: 16px;
	font-weight: bold;
	padding-left: 20px;
}
/* --------------------------------------------------------------------------------
	任意商品
-------------------------------------------------------------------------------- */
#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: 20px;
	min-width: 20px;
}
#index .tab-contents .slick-arrow {
	opacity: 1;
}
/* スライダー本体 */
#index .tab-contents .slick-list {
	padding: 8px 0 20px 35px;
	overflow: visible;
}
#index .tab-contents .slick-slide {
	width: 320px;
	height: 450px;
	margin: 0 65px 0 0;
	padding: 20px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
#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 .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 14px;
}
#index .tab-contents .slick-track img {
	display: block;
}
#index .tab-contents .fs-c-productListItem__control.fs-c-buttonContainer {
	padding: 0 0 5px;
	display: none;
}
/* 商品名 */
#index .tab-contents .fs-c-productListItem__productName {
	padding: 0 0 6px;
	line-height: 1.6;
	font-size: 18px;
}
#index .tab-contents .fs-c-productPrice__main__label {
	display: none;
}
/* 価格 */
#index .tab-contents .fs-c-productListItem__prices {
	font-size: 18px;
}
#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: 14px;
}
#index .tab-contents .fs-c-button--carousel--prev::before {
	width: 20px;
	height: 38px;
	background: url("../images/index/btn-slider-prev.png") no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
#index .tab-contents .fs-c-button--carousel--next::before {
	width: 20px;
	height: 38px;
	background: url("../images/index/btn-slider-next.png") no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
/* --------------------------------------------------------------------------------
	ランキング
-------------------------------------------------------------------------------- */
#index .ranking {
	margin: 0 0 78px;
	padding: 90px 0 67px;
	background: #f6f6f6;
}
#index .ranking h2 {
	padding: 0 0 30px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}
#index .ranking .txt-ranking {
	padding: 0 0 42px;
	text-align: center;
	line-height: 1.9;
}
/*
ランキングリスト
-------------------- */
#index .ranking .ranking-list ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#index .ranking .ranking-list ul li {
	position: relative;
	width: 380px;
	padding: 10px 10px 25px;
	background: #fff;
}
#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;
}
#index .ranking .ranking-list ul li .thumb {
	padding: 0 0 14px;
}
#index .ranking .ranking-list ul li .thumb img {
	display: block;
}
#index .ranking .ranking-list ul li .txt {
	padding: 0 0 8px;
}
#index .ranking .ranking-list ul li .item-name {
	padding: 0 0 5px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 18px;
}
#index .ranking .ranking-list ul li .price {
	padding: 0 0 20px;
	font-weight: bold;
	font-size: 18px;
}
#index .ranking .ranking-list ul li .price .main-price {
	font-weight: bold;
	font-size: 18px;
}
#index .ranking .ranking-list ul li .price .tax {
	font-size: 14px;
}
#index .ranking .ranking-list ul li .btn-item-details {
	padding: 0 0 11px;
}
#index .ranking .ranking-list ul li .btn-item-details a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	margin: 0 auto;
	padding: 10px 0;
	border: solid 1px #ccc;
	text-decoration: none;
	font-weight: bold;
}
#index .ranking .ranking-list ul li .btn-item-details a::after {
	display: block;
	padding: 0 0 2px 9px;
	content: url("../images/index/icon-arr.png");
}
#index .ranking .ranking-list ul li .btn-cart-in button[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	margin: 0 auto;
	padding: 10px 0;
	font-weight: bold;
	color: #fff;
	background: #00aba5;
}
#index .ranking .ranking-list ul li .btn-cart-in button[type="submit"]::before {
	display: block;
	padding: 0 9px 0 0;
	content: url("../images/index/icon-cart.png");
}
#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: 500px;
	margin: 40px auto 0 auto;
	padding: 10px 0;
	border: solid 1px #ccc;
	text-decoration: none;
	font-weight: bold;
}
#index .ranking .btn-ranking-more a::after {
	display: block;
	padding: 0 0 2px 9px;
	content: url("../images/index/icon-arr.png");
}
/* gift-ranking */
#index .ranking .gift-ranking {
	padding: 0 0 140px;
}
/* men's-ranking */
#index .ranking .mens-ranking {
	padding: 0 0 170px;
}
/* --------------------------------------------------------------------------------
	TOPICS
-------------------------------------------------------------------------------- */
#index .topics {
	margin: 0 0 74px;
}
#index .topics h2 {
	padding: 0 0 20px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}
#index .topics ul {
	padding: 0 0 33px;
}
#index .topics ul li {
	display: flex;
	width: 100%;
	padding: 9px 0;
	border-bottom: dotted 1px #ccc;
}
#index .topics ul li:last-child {
	border: none;
}
#index .topics ul li a {
	display: flex;
	width: 100%;
	text-decoration: none;
}
#index .topics ul li time {
	display: block;
	width: 132px;
}
#index .topics ul li .desc {
	display: block;
	width: calc(100% - 132px);
}
#index .topics .btn-details a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	margin: 0 auto;
	padding: 11px 0;
	border: solid 1px #ccc;
	text-decoration: none;
	font-weight: bold;
}
#index .topics .btn-details a::after {
	display: block;
	padding: 0 0 2px 9px;
	content: url("../images/index/icon-arr.png");
}
/* --------------------------------------------------------------------------------
	CONTENTS
-------------------------------------------------------------------------------- */
#index .contents {
	padding: 80px 0 90px;
	background: #f6f6f6;
}
#index .contents h2 {
	padding: 0 0 30px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}
#index .contents .txt-contents {
	padding: 0 0 45px;
	text-align: center;
}
#index .contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
/* --------------------------------------------------------------------------------
	動画対応のスライダー
-------------------------------------------------------------------------------- */
/*
.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;
}
*/