@charset "utf-8";

/* ---------------------------------------------
CSS Info
 File name:  top.css
 Style Info: TOPページ用レイアウト
------------------------------------------------ */

/* BNR
------------------------------------------------ */
.idx-top-bnr {
	margin-bottom: 24px;
	text-align: center;
}
@media all and (min-width:768px) {
	.idx-top-bnr {margin-bottom: 48px;}
}


/* TOP共通
------------------------------------------------ */
.idx-sec-ttl {margin-bottom: 16px;}
.idx-sec-ttl img {vertical-align: bottom;}

@media all and (max-width:767px) {
	.idx-sec-ttl {text-align: center;}
	.idx-sec-ttl img {
		width: 200px;
		height: auto;
	}
}
@media all and (min-width:768px) {
  .idx-sec-ttl {margin-bottom: 24px;}
}


/* スライダー
------------------------------------------------ */
.idx-slider-box {margin-bottom: 24px;}
.idx-thumbs {
	margin: 0 3vw !important;
	text-align: center;
}
.idx-thumbs-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
 
.idx-thumbs-list .swiper-slide {
	width: 100%;
	max-width: 160px;
	display: block;
    cursor: pointer;
}
.idx-thumbs-list .swiper-slide:hover {
    opacity: .65;
}

@media all and (min-width:768px) {
	.idx-slider-box {margin-bottom: 40px;}
	.idx-thumbs {margin-top: 16px !important;}
	.idx-slider-box #slider:hover{
		opacity: 0.7;
	  }
}


/* ランキング
------------------------------------------------ */
.idx-ranking {margin-bottom: 32px;}
.idx-ranking-ttl .ttl {
	margin-bottom: 1em;
	padding: .5em 1em;
	background: #93cfd4;
	border-radius: 16px 0 16px 0;
	line-height: 1.3;
}
.idx-ranking-ttl .ttl span {font-weight: bold;}
.idx-ranking-ttl .ttl i {
	margin-right: .5em;
	color: #FFF;
}
.idx-ranking-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.idx-ranking-item {
	/* width: calc(33.33333% - 16px / 3); */
	background: #FFF;
}
.idx-ranking-item .thumb {
	border: 1px solid #93cfd4;
	display: flex;
    justify-content: center;
  }
.idx-ranking-item .desc {line-height: 1.5;}
.idx-ranking-item .desc .ttl p{
	font-size: 10px;
	font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0;
}
.idx-ranking-item .desc .ttl{
	width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 4px;
    margin: 0;
}
.idx-ranking-item .desc .price {
	margin-top: .25em;
	padding: .25em 1em;;
	border-top: 1px solid #EEE;
	font-size: 11px;
	font-size: 9px;
	font-weight: bold;
	color: #1795d1;
}

@media all and (max-width:767px) {
	.idx-ranking-ttl {text-align: center;}
	.idx-ranking-ttl .ttl {font-size: 14px;}
	.idx-ranking-ttl .view-cat {display: none;}
	.view-cat_sp {
		margin-top: 16px;
		text-align: center;
	}
	.view-cat_sp a {
		display: inline-block;
		padding: .75em 1.5em;
		border: 1px solid #93cfd4;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.5;
		color: #444;
	}
}
@media all and (min-width:768px) {
	.idx-ranking {margin-bottom: 64px;}
	.idx-ranking-ttl {
		font-size: 18px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.idx-ranking-ttl .ttl {
		width: 60%;
		max-width: 480px;
	}
	.idx-ranking-ttl .view-cat {
		font-weight: bold;
		text-align: right;
		color: #403c3a;
	}
	/* .idx-ranking-item {width: calc(33.33333% - 48px / 3);} */
	.idx-ranking-item .desc {text-align: center;}
	.idx-ranking-item .desc .ttl p{
		/* font-size: 141px; */
		font-size: 1.4rem;
	}
	.idx-ranking-item .desc .ttl{
		height: 57px;
	}
	.idx-ranking-item .desc .price {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.view-cat_sp {display: none;}
}


/* カテゴリーリスト
------------------------------------------------ */
.index-product {margin-top: 40px; padding-top: 30px;}
@media all and (max-width:1023px) {
	.idx-pdct {display: none;}
}
@media all and (min-width:1024px) {
	.index-product {margin-top: 80px; }
	.idx-pdct_sp {display: none;}
	.idx-pdct-box {margin-bottom: 48px;}
	.idx-pdct-box .ttl {
		max-width: 480px;
		margin-bottom: 1em;
		padding: .25em 1em;
		background: #f793b0;
		border-radius: 16px 0 16px 0;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.3;
		color: #FFF;
	}
	.idx-cat-list {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.idx-cat-list li {width: calc(50% - 32px / 2);}
}