.eventtop {
	width: 100%;
	max-width: 855px;
	text-align: center;
	padding: 0 0 100px;
	margin: 0 auto 30px;
}

.eventtop * { 
	list-style: none;
	padding: 0;
}

.eventtop img { 
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}

.eventtop a {
	display: block;
}

.eventtop .pc-only {
	display: block;
}

.eventtop .bnr {
	margin-bottom: calc(30 / 855 * 100%);
}

.eventtop .txt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: calc(50 / 855 * 100%);
}

.eventtop .search {
	margin: calc(70 / 855 * 100%) 0 calc(40 / 855 * 100%);
}

.eventtop .search__ttl {
	margin-bottom: calc(50 / 855 * 100%);
}

.eventtop .category {
	border: 3px solid #aa0978;
	padding: calc(50 / 855 * 100%) calc(30 / 855 * 100%) calc(30 / 855 * 100%);
	margin: calc(40 / 855 * 100%) 0 calc(80 / 855 * 100%);
	position: relative;
}

.eventtop .category__ttl {
	position: absolute;
	top: -35px;
	left: 0;
}

.eventtop .category__ttl--color { width: calc(232 / 855 *100%);}
.eventtop .category__ttl--price { width: calc(269 / 855 *100%);}
.eventtop .category__ttl--keyword { width: calc(384 / 855 *100%);}
.eventtop .category__ttl--brand { width: calc(339 / 855 *100%);}

.eventtop .brand {
	margin: calc(40 / 855 * 100%) 0;
}

.eventtop .btn {
	margin-bottom: calc(50 / 855 * 100%);
}

/* 色から選ぶ */
.eventtop .color__item > li {
	width: calc(144 / 795 *100%);
	margin-right: calc(18 / 795 *100%);
}

.eventtop .color__item > li:nth-of-type(n+6) {
	margin-top: calc(18 / 795 *100%);
}

.eventtop .color__item > li:nth-of-type(5n) {
	margin-right: 0;
}

/* 価格から選ぶ */
.eventtop .price__item > li {
	width: calc(390 / 795 *100%);
	margin-right: calc(13 / 795 *100%);
}

.eventtop .price__item > li:nth-of-type(n+3) {
	margin-top: calc(15 / 795 *100%);
}

.eventtop .price__item > li:nth-of-type(2n) {
	margin-right: 0;
}

/* キーワードから選ぶ・ブランドから選ぶ */
.eventtop .keyword__item > li,
.eventtop .brand__item > li {
	width: calc(257 / 795 *100%);
	margin-right: calc(9 / 795 *100%);
}

.eventtop .keyword__item > li:nth-of-type(n+4),
.eventtop .brand__item > li:nth-of-type(n+4) {
	margin-top: calc(15 / 795 *100%);
}

.eventtop .keyword__item > li:nth-of-type(3n),
.eventtop .brand__item > li:nth-of-type(3n) {
	margin-right: 0;
}

/* ぴったりなランドセルを見つけよう */
.eventtop .chart {
	background-color: #e9f0ed;
	padding: 15px;
	margin-bottom: calc(70 / 855 *100%);
}
.eventtop .chart__result {
	display: flex;
	justify-content: space-between;
}
.eventtop .chart__result li {
	width: calc(195 / 825 *100%);
}

/* かるすぽシリーズ */
.eventtop .items {
	margin-bottom: calc(30 / 855 *100%);
}

.eventtop .item {
	width: 100%;
	padding: calc(15 / 855 *100%);
	margin-top: calc(70 / 855 *100%);
}
.eventtop .item--yell { background-color: #dfce76; }
.eventtop .item--mirai { background-color: #bad9b6; }
.eventtop .item--hanamaru { background-color: #b8d7ec; }
.eventtop .item--rakuru { background-color: #edaebb; }

.eventtop .item__features {
	margin: calc(20 / 825 *100%) 0 calc(30 / 825 *100%);
}

.eventtop .item-lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.eventtop .item-lineup li {
	width: calc(403 / 825 *100%);
	margin-bottom: calc(20 / 825 *100%);
}
.eventtop .item-lineup li.wide {
	width: 100%;
}
.eventtop .item-lineup li:last-of-type {
	margin-bottom: 0;
}

.eventtop .pickup {
	margin-bottom: calc(30 / 855 *100%);
}


/* 続きを表示 */
.eventtop .js-more {
	padding-bottom: 40px;
	position: relative;
}
  
.eventtop .js-more__content {
	height: 720px;
	overflow: hidden;
	position: relative;
}

.eventtop .js-more .is_open {
	height: auto!important;
}/* レスポンシブ時コンテンツの高さをautoに */  

.eventtop .js-more__content::before {
	display: block;
	content: "";
	width: 100%;
	height: 75px;
	background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.eventtop .js-more__item {
	display: flex;
    flex-wrap: wrap;
}
  
.eventtop .js-more__content.is_open:before {
	display: none;
  }
  
.eventtop .js-more button{
	display: table;
	width: 320px;
	background-color: #333333;
	border-radius: 10px;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	padding: 15px 0;
	margin: 0 auto;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
	transition: all .4s;
	position: absolute;
	left: 50%;
	bottom: 0;
}

/*-- --*/
@media screen and (max-width: 855px) {
	.eventtop { 
		padding: 10px;
		margin-bottom: 20px;
	}

	.eventtop img { 
		width: 100%;
		height: auto;
	}

	.eventtop .category__ttl {
		top: -20px;
	}

	.eventtop .txt {
		font-size: 14px;
	}
	
	/* 続きを表示 */
	.eventtop .js-more {
		padding: 0px 0px 30px;
		position: relative;
	}

	.eventtop .js-more__content {
		height: 83vw;
	}	
	
	.eventtop .js-more button{
		width: 200px;
		font-size: 14px;
		padding: 10px 0;
	}
}

/* h1の非表示 */
.eventtop .visually-hidden {
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	padding: 0;
	margin: -1px;
	position: absolute;
}
