@charset "Shift-JIS";

/*========/ スライダー /========*/
.top-slider .slider-thumbnail li{
	width: calc(100% / 3) !important;
	height: 50px;
	margin: 0 !important;
	display: flex;
	align-content: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.6rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
.top-slider .slider-thumbnail .first{ background: #ed3c39; }
.top-slider .slider-thumbnail .second{ background: #f66d8d; }
.top-slider .slider-thumbnail .second span{
	width: 100%;
	text-align: center;
	color: #f0ff00;
}
.top-slider .slider-thumbnail .end{ background: #eaaa1f; }

/*========/ 会員登録 /========*/
.top-apply{
	padding: 3rem 2rem;
	text-align: center;
	background: #f8f8f8;
}
.top-apply h2{ font-weight: normal; }
.top-apply p{ margin-top: 2rem; }
.top-apply p a{
	width: 100%;
	padding: 1.5rem 0;
	display: block;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #ee7849;
	position: relative;
}
.top-apply p a::after{
	content: "";
	width: 2.8rem;
	height: 2.8rem;
	margin: auto 0;
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	-webkit-mask-image: url("../img/apply-icon.svg");
	mask-image: url("../img/apply-icon.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}
/*========/ メニュー /========*/
.top-nav ul{
	margin: 3rem 2rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.6rem;
}
.top-nav ul li{
	width: calc(100% / 2 - 1rem);
	border: 2px solid #ccc;
}
.top-nav ul li:nth-child(n+3){ margin-top: 2rem; }
.top-nav ul li a{
	padding: 1.5rem 0 1.5rem 1.5rem;
	display: block;
	color: #554b3e;
	line-height: 2.8rem;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}
.top-nav ul li a strong{
	display: block;
	color: #ee7849;
	font-size: 2.4rem;
}
.top-nav ul li a::before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .2;
}
.top-nav ul li:nth-of-type(1) a::before{
	background: url(../img/top-nav-groupbuy.png) no-repeat bottom -10px right 5px;
	background-size: 7.5rem;
}
.top-nav ul li:nth-of-type(2) a::before{
	background: url(../img/top-nav-catalog.png) no-repeat bottom right;
	background-size: 7.5rem;
}
.top-nav ul li:nth-of-type(3) a::before{
	background: url(../img/top-nav-book.png) no-repeat bottom right -5px;
	background-size: 7.5rem;
}
.top-nav ul li:nth-of-type(4) a::before{
	background: url(../img/top-nav-gift.png) no-repeat bottom right 5px;
	background-size: 7.5rem;
}
.top-nav ul li:nth-of-type(5) a::before{
	background: url(../img/top-nav-eshop.png) no-repeat bottom right 5px;
	background-size: 7.5rem;
}
.top-nav ul li:nth-of-type(6) a::before{
	background: url(../img/top-nav-greetings.png) no-repeat bottom 3px right 5px;
	background-size: 7.5rem;
}

/*========/ ニュース /========*/
.top-news{
	margin-top: 4rem;
}
.top-news > p{
	padding: 3rem 2rem;
	text-align: center;
	background: #f8f8f8;
}
.top-news > p img{ max-width: 366px; }
.top-news > div:nth-of-type(1){
	margin: 3rem 2rem;
	padding-top: 56.25%;
	position: relative;
	border: 2px solid #ccc;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
}
.top-news iframe{
	width:100%;
	height:100%;
	padding: 1rem;
	border:none;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.top-news > ul{
	margin: 5rem 2rem 0;
	display: flex;
	justify-content: space-between;
}
.top-news > ul li{
	width: calc(100% / 2 - 10px);
}
.top-news > div:nth-of-type(2){
	margin: 2rem;
	display: flex;
	gap: 20px;
}
.top-news > div:nth-of-type(2) div{ width: 50%; }
.top-news > div:nth-of-type(2) div p{ margin: 5px 0; }
.top-news > div:nth-of-type(2) div:nth-of-type(1) p img{ width: 45px; }
.top-news > div:nth-of-type(2) div:nth-of-type(2) p img{ width: 109px; vertical-align: middle; }
.top-news > div:nth-of-type(3){
	margin-top: 6rem;
	padding: 3rem 2rem;
	background: #fff5e7;
}
.top-news > div:nth-of-type(3) > dl + dl{ margin-top: 3rem; }
.top-news > div:nth-of-type(3) > dl dt{
	font-size: 1.8rem;
	font-weight: bold;
}
.top-news > div:nth-of-type(3) > dl dt::before{
	margin-right: .5rem;
	content: "\f06a";
	color: #ee7849;
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	font-weight: bold;
}
.top-news > div:nth-of-type(3) > dl dd{ margin-top: 2rem; }
.top-news > div:nth-of-type(3) > dl dd strong{ color: #ee7849; }