/* メインレイアウト */
#mainAll{
	display: grid;
	grid-template-columns: 1fr 23.335vw;
}


/* 共通部 */
.s_parts:hover,
.s_parts:focus{
	opacity: 0.7;
}
.s_parts{
	display: block;
	width: 100%;
	padding: 0;
	background: transparent;
	position: relative;
}
.s_parts .thumb{
	display: block;
	width: 100%;
	height: 13.144vh;
	margin-bottom: 1.1vh;
	object-fit: cover;
}
.s_parts .mapIcon{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	width: 1.878vw;
	aspect-ratio: 1/1;
	border-radius: 0.17vw;
	border: var(--mainColor) solid 2px;
	color: var(--mainColor);
	background: #FFF;
	position: absolute;
	top: 9.3vh;
	right: 0.3vw;
	z-index: 2;
}
.s_parts .mapIcon svg{
	display: block;
	max-width: 70%;
	height: 70%;
	fill: currentColor;
}
.s_parts p{
	text-align: center;
	font-size: 1.9375rem;
	line-height: 1.3;
}


/* 左部分 */
#mainArea{
	display: grid;
	grid-template-columns: repeat(7,1fr);
	grid-template-rows: 3.58vh 19.716vh 3.58vh 18.7vh 3.58vh 19.716vh;
	align-items: flex-start;
	gap: 2.022vh 0.569vw;
	padding: 10.36vh 1.764vw 8.088vh;
}
#mainArea h3{
	padding-left: 0.1vw;
	padding-bottom: 1.415vh;
	border-bottom: var(--mainColor) solid 0.2vh;
}
#mainArea h3.cat1{
	grid-column: 1/6;
}
#mainArea h3.cat1 img{
	max-width: 8.511vw;
}
#mainArea h3.cat2{
	grid-column: 1/6;
}
#mainArea h3.cat2 img{
	max-width: 6.235vw;
}
#mainArea h3.cat3{
	grid-column: 1/5;
}
#mainArea h3.cat3 img{
	max-width: 5.344vw;
}
#mainArea h3.cat4{
	grid-column: 6/8;
}
#mainArea h3.cat4 img{
	max-width: 4.14vw;
}
#mainArea h3.cat5{
	grid-column: 5/8;
}
#mainArea h3.cat5 img{
	max-width: 3.416vw;
}
#mainArea h3.cat6{
	grid-column: 6/8;
}
#mainArea h3.cat6 img{
	max-width: 3.287vw;
}
#mainArea .s_parts .mapIcon{
	border: var(--mainColor) solid 2px;
	color: var(--mainColor);
}
#mainArea .s_parts[data-id="22"] .mapIcon{
	border: var(--accentColor) solid 2px;
	color: var(--accentColor);
}

/* 右側 */
#asidePremiereArea{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: 3.58vh 25.496vh 24.3vh 19.716vh;
	align-items: flex-start;
	gap: 2.022vh 0.569vw;
	padding: 10.111vh 1.422vw 8.088vh;
	background: var(--bgColor-premiere);
}
#asidePremiereArea h3{
	grid-column: 1/3;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: var(--accentColor) solid 0.2vh;
	padding-left: 0.1vw;
	padding-bottom: 1.415vh;
	position: relative;
}
#asidePremiereArea h3 > img{
	max-width: 5.025vw;
}
#asidePremiereArea h3 span{
	display: block;
	background: var(--accentColor);
	width: 11.3em;
	padding: 0.6em 1.5em;
	text-align: center;
	line-height: 1;
}
#asidePremiereArea h3 span img{
	max-width: 6.646vw;
}
#asidePremiereArea .s_parts .mapIcon{
	border: var(--accentColor) solid 2px;
	color: var(--accentColor);
}
