main {
	margin-top: 0;
}

main h1 {
	font-variation-settings: "wght" 700;
	letter-spacing: 0.2rem;
	color: var(--color-inuiru-dark);
}

header {
	display: none;
	position: fixed;
	width: 100vw;
	background-color: transparent;
	z-index: 10;
}

#firstview {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

#firstview .textWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 640px;
	aspect-ratio: 3 / 2;
	padding: 24px;
	border-radius: 24px;
	text-align: center;
	background-color: var(--color-inuiru-main);
	box-shadow: 0 0 10px 0 rgba(var(--color-inuiru-sub-rgb), 0.2);
}

#firstview .textWrap h1 {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
}

#firstview .textWrap a {
	padding: 4px;
	background-color: #fff;
	border-radius: 4px;
	text-decoration: none;
}

#firstview .textWrap a span {
	display: block;
	margin: auto;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
}

/* タグ */
.tagWrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 16px;
}

.tagWrap a {
	margin-right: 8px;
}

/* cta */
.ctaWrap {
	display: flex;
	flex-direction: column;
}

.ctaWrap .btn {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 60px;
	margin-bottom: 8px;
	box-shadow: 16px 16px 8px #00000089;
}

.ctaWrap .btn span {
	display: block;
	margin: auto;
	color: #000;
}

.section {
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
}

.list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.list_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 16px;
	margin-bottom: 16px;
	background-color: #fff;
	border-radius: 16px;
}

.more_btn {
	display: block;
	width: 100%;
	margin: auto;
	padding: 16px;
	background-color: #3d841e;
	border-radius: 16px;
	text-align: center;
}

.more_btn span {
	color: #fff;
}
