section,
footer {
	/* margin-bottom: 2rem !important; */
	padding: 3.5rem 0;
}

section:nth-of-type(even) {
	background-color: #f5f5f3;
}

section.iframe_wrap {
	background-color: transparent;
}

section img {
	width: 100%;
	height: auto;
	/* border-radius: 5px; */
}

a:hover {
	color: #e04146;
}


/* CLS対策 */

#header_banner,
#header_banner iframe {
	min-height: 300px;
}


@media (min-width:768px) {
	
	#header_banner,
	#header_banner iframe {
		min-height: 472px;
	}
}

#topic {
	min-height: 750px;
}

/* CLS対策 */


.nav-tabs .nav-item a:hover {
	color: #333;
}

a:hover {
	/* color: inherit; */
	color: #e04146;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
}

.sec_title {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
}

.sec_title span {
	display: block;
	font-size: 0.6em;
	font-weight: normal;
}

.sec_title span::before {
	content: '-';
	margin-right: 0.5rem;
}

.sec_title span::after {
	content: '-';
	margin-left: 0.5rem;
}

.sec_title_alone {
	margin-bottom: 0;
}

.sec_title_alone span::before,
.sec_title_alone span::after {
	content: "";
	margin: 0;
}

.recommend_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.2rem;
	transition: 0.1s all;
}

@media (max-width:1024px) {
	.recommend_list {
		padding: 0 0.5rem;
	}
}

@media (max-width:767px) {
	.recommend_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
}

.recommend_list_collapse_wrap {
	padding: 0.5rem 0;
	text-align: center;
}

.recommend_list_collapse_wrap a {
	font-size: 1.5rem;
	color: #333;
}


/* New Item */

.new_item_nav_wrap {
	justify-content: space-around;
	margin-bottom: 1rem;
	border: none;
}

.new_item_nav_wrap li.nav-item {
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;
}



.new_item_nav_wrap li.nav-item .nav-link {
	padding: 0.2rem 1.4rem;
	/* border: 1px solid #eee; */
	border-radius: 3rem;
	font-size: 0.8rem;
	line-height: 2.2;
}

@media (max-width:767px) {
	.new_item_nav_wrap li.nav-item .nav-link {
		padding: 0.2rem 0.5rem;
	}
}

.new_item_nav_wrap li.nav-item .nav-link:hover {
	border-color: transparent;
	background-color: #d1d1d1;
}

.new_item_nav_wrap li.nav-item .nav-link.active {
	color: #fff;
	background-color: #3d3734;
}

.new_item_wrap ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1.2rem;
	margin-bottom: 2rem;
}

.more_link {
	text-align: center;
	margin-top: 3rem;
}

.more_link a {
	padding: 1rem 1.5rem;
	/* padding-bottom: 0.3rem; */
	border-radius: 0.3rem;
	border: 1px solid #766a63;
	letter-spacing: 0.2em;
}

.more_link a:hover {
	color: #fff;
	/* background-color: #3d3734; */
	background-color: #333;
	opacity: 1;
	transition: all 0.3s;
}

.more_link a:hover span {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

@media (max-width:1024px) {
	.new_item_wrap ul {
		padding: 0 0.5rem;
	}
}

@media (max-width:767px) {
	.new_item_wrap ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
	}
}

.js-updateTime{
	text-align: right;
	font-size: 0.8rem;
	padding: 0 0.5rem;
}


/* Ranking */

.ranking_nav_wrap {
	justify-content: space-around;
	margin-bottom: 1.5rem;
	padding: 0 0.5rem;
	border: none;
}

.ranking_nav_wrap li.nav-item {
	margin-bottom: 0.2rem;
	margin-right: 0.2rem;

}

.ranking_nav_wrap li.nav-item .nav-link {
	padding: 0.2rem 0.8rem;
	/* border: 1px solid #eee; */
	border-radius: 3rem;
	font-size: 0.8rem;
	line-height: 2.2;
}

.ranking_nav_wrap li.nav-item .nav-link:hover {
	border-color: transparent;
	background-color: #d1d1d1;
}

.ranking_nav_wrap li.nav-item .nav-link.active {
	color: #fff;
	background-color: #3d3734;
}

.ranking_wrap ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.2rem;
	margin-bottom: 2rem;
}

.ranking_wrap ul li {
	position: relative;
	display: block;
}

.ranking_wrap ul li::before {
	position: absolute;
	top: -0.3rem;
	left: -0.3rem;
	z-index: 999;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(100, 100, 100, 0.8));
	filter: drop-shadow(1px 1px 1px rgba(100, 100, 100, 0.8));
}

.ranking_wrap ul li::before {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	color: #fff;
	border-radius: 1rem;
	font-weight: bold;
	text-align: center;
}

.ranking_wrap ul li:nth-of-type(1)::before {
	content: "1";
	background-color: #cc8d05;
}

.ranking_wrap ul li:nth-of-type(2)::before {
	content: "2";
	background-color: #848484;
}

.ranking_wrap ul li:nth-of-type(3)::before {
	content: "3";
	background-color: #bb6e44;
}

.ranking_wrap ul li:nth-of-type(4)::before {
	content: "4";
	color: #444;
	background-color: #f2f2f2;
}

.ranking_wrap ul li:nth-of-type(5)::before {
	content: "5";
	color: #444;
	background-color: #f2f2f2;
}


@media (max-width:1024px) {
	.ranking_wrap ul {
		padding: 0 0.5rem;
	}
}

@media (max-width:767px) {
	.ranking_nav_wrap_group {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.ranking_nav_wrap_group li {
		text-align: center;
	}

	.ranking_nav_wrap_group li.nav-item .nav-link {
		display: inline-block;
		white-space: nowrap;
		padding: 0.2rem 0.4rem;
	}

	.ranking_wrap ul {
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 1rem;
		margin-bottom: -2rem;
	}

	.ranking_wrap ul .grid_item01 {
		grid-column: 1/4;
		grid-row: 1/1;
	}

	.ranking_wrap ul .grid_item02 {
		grid-column: 4/7;
		grid-row: 1/1;
	}

	.ranking_wrap ul .grid_item03 {
		grid-column: 1/3;
		grid-row: 2/2;
	}

	.ranking_wrap ul .grid_item04 {
		grid-column: 3/5;
		grid-row: 2/2;
	}

	.ranking_wrap ul .grid_item05 {
		grid-column: 5/7;
		grid-row: 2/2;
	}
}


/* Instagram */
.top_instagram h2 {
	text-align: center;
}

.top_instagram h2 img {
	width: 140px;
}

/* .top_instagram span {
	font-size: 1rem;
	padding: 0 0.5rem;
	text-align: center;
} */

#js-instagram {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.2rem;
	max-width: 840px;
	margin: 0 auto;
	margin-bottom: 2rem;
}

@media (max-width:1024px) {
	#js-instagram {
		padding: 0 0.5rem;
	}
}

@media (max-width:768px) {
	#js-instagram {
		gap: 0.2rem;
	}
}

#js-instagram li {
	width: 100%;
	display: flex;
	align-items: center;
	list-style-type: none;
	overflow: hidden;
}

#js-instagram li a {
	position: relative;
}

#js-instagram li a i {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	/* transform: translateY(-50%) translateX(-50%); */
	z-index: 888;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 5px black;
}

#js-instagram li a i.fa-square {
	font-size: 15px;
	text-shadow: 0 0 3px black;
}

#js-instagram li a i.fa-square:nth-of-type(1) {
	top: 0.75rem;
	right: 0.5rem;
}

#js-instagram li a i.fa-square:nth-of-type(2) {
	top: 0.5rem;
	right: 0.75rem;
}

@media (max-width:767px) {
	#js-instagram li a i {
		top: 0.4rem;
		right: 0.4rem;
		font-size: 14px;
	}

	#js-instagram li a i.fa-square {
		font-size: 12px;
	}

	#js-instagram li a i.fa-square:nth-of-type(1) {
		top: 0.55rem;
		right: 0.3rem;
	}

	#js-instagram li a i.fa-square:nth-of-type(2) {
		top: 0.3rem;
		right: 0.55rem;
	}
}

#js-instagram li img {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
	-o-object-fit: cover;
	object-fit: cover;
}

.slick-prev {
	left: 15px;
	z-index: 99;
}

.slick-next {
	right: 15px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 1.5rem;
	opacity: 0.9;
}

.fa-instagram {
	display: inline-block;
	padding: 0.3rem;
	border-radius: 3rem;
	color: #fff;
	background: #d6249f;
	background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.ig_more_btn a {
	padding: 1rem;
	padding-bottom: 0.3rem;
	border-bottom: 2px dotted #666;
}

/* /Instagram */

/* Z-MALL新着情報 */

.news {
	/* background-color: #eee; */
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0.5rem;
	max-width: 800px;
}

.news h3 {
	font-size: 1rem;
	padding: 0.5rem;
	padding-top: 0;
	margin: 0;
	text-align: center;
}

.news .news_list_wrap {
	position: relative;
	margin-bottom: 0.5rem;
}

.news .news_list_content {
	overflow-y: auto;
	height: 300px;
	background-color: #fff;
}





.news .news_list {
	display: flex;
	/* justify-content: space-around; */
	font-size: 0.7rem;
	border-bottom: 2px #ddd dotted;
	margin-bottom: 0.5rem;
	padding: 0.5rem;
}

.news .news_list_more_cover {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 100%;
	height: 40%;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%);
}



.news .news_ttl {
	width: 100px;
	text-align: right;
	margin-right: 1rem;
	flex-shrink: 0;
}

.news .news_detail {
	text-align: left;
}

.news .news_info {
	color: #fff;
	background-color: #da2;
	padding: 2px;
}

.news .news_sale::after {
	content: 'SALE';
	color: #fff;
	background-color: #c00;
	margin-left: 0.5rem;
	padding: 2px;
}




@media(max-width:991px) {
	.news {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.news .news_list_content {
		height: 200px;
	}
}

.news_sns_list {
	margin-bottom: 0.5rem;
}

.news_sns_list ul {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}


.mail_review {
	display: flex;
	justify-content: space-around;
}

.mail_review a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 0.8rem;
	padding: 0.5rem;
	border-radius: 0.5rem;
	/* border-bottom: 0.5rem #900 solid;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.25)!important; */
}

.mail_review a:hover {
	transition: 0.3s;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25) !important;
}

/* /Z-MALL新着情報 */

/* 取扱いブランド一覧 */

.main_brand_list {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 1.2rem;
	margin-bottom: 2rem;
}

@media (max-width:1024px) {
	.main_brand_list {
		padding: 0 0.5rem;
	}
}

@media (max-width:767px) {
	.main_brand_list {
		grid-template-columns: repeat(4, 1fr);
		gap: 1rem;
	}
}

/* /取扱いブランド一覧 */


/* ホバーしたときに画像がズームする */
.recommend_list li a,
.new_item_list li a,
.ranking_list li a,
#js-instagram li a,
.main_brand_list li a {
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

/* #js-instagram li a{
	border-radius: 0;
} */
.recommend_list li a:hover img,
.new_item_list li a:hover img,
.ranking_list li a:hover img,
#js-instagram li a:hover img,
.main_brand_list li a:hover img {
	transform: scale(1.1);
	transition: 0.2s all;
}

/* スクロールダウンボタン */
.sdb {
	position: relative;
}

.sdb a {
	padding-top: 80px;
}

.sdb a span {
	position: absolute;
	top: -1rem;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

.sdb a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.sdb a span:nth-of-type(2) {
	top: 0;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.sdb a span:nth-of-type(3) {
	top: 1rem;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* /スクロールダウンボタン */

/* more_link　sdb */

.more_link a {
	position: relative;
}

.more_link a::after {
	content: "";
	display: inline-block;
	width: 0.5rem;
}

.more_link a span {
	position: absolute;
	top: 40%;
	right: 0.7rem;
	width: 0.5rem;
	height: 0.5rem;
	margin-left: -12px;
	border-left: 1px solid #766a63;
	border-bottom: 1px solid #766a63;
	transform: rotate(225deg);
	box-sizing: border-box;
}

/* /more_link　sdb */

#top_ranking .tab-content {
	margin-bottom: 3.5rem;
}

#top_ranking .tab-content:nth-last-of-type(2) {
	margin-bottom: 0;
}



*[data-timelimit="true"]{
	display: none;
}

*[data-timelimit="true"].show{
	display: block;
}
