@charset "utf-8";
html {
	font-size: max(20px, 2vw, 2vh);
	scroll-behavior: smooth;
	scroll-padding-top: 6rem;
}
@media screen and (orientation:portrait) and (max-aspect-ratio:290/1000) {
	html {
		font-size: 20px;
	}
}
body {
	width: max(300px, 100%);

	font-family: "Roboto", "Noto Sans JP", sans-serif;
	text-align: justify;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;

	width: 100%;
	padding: 0.3rem;

	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0.2rem 1.5rem rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(0.5rem);
	-webkit-backdrop-filter: blur(0.5rem);
}
header>h1 {
	width: fit-content;
	height: auto;
}
header>h1>a {
	position: relative;

	display: block;
	width: 100%;
	padding-left: 0.8rem;

	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1rem;

	letter-spacing: 0.05rem;
}

* {
	/* outline: 0.1px solid #ff0000; */
}
*::before {
	/* outline: 0.1px solid #7835ff; */
}

header>h1>a::before {
	content: "◀︎";
	position: absolute;
	left: 0;
	/* top: 0; */
	/* bottom: 0; */

	display: grid;
	place-items: center;

	width: fit-content;
	/* padding: 0 0.3rem; */

	font-size: 0.6rem;
}
main {
	padding: 5rem 0 5rem 0;
	width: 100%;
}
main>section {
	width: 100%;
	padding: 0 0.5rem 0;
}
main>section>h2 {
	margin: 0 auto 1rem;
	width: max(635px, 85vw);
	max-width: 100%;

	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	text-indent: -0.05rem;
}
main>section>h2>mark {
	display: block;

	font-size: 1rem;
}
main>section>ul {
	margin: 0 auto;
	width: max(635px, 80vw);
	max-width: 100%;
}
main>section>ul>li {
	margin-bottom: 1.5rem;
	padding: 1rem;

	border: 0.05rem solid #000;
}
main>section>ul>li>a {
	display: grid;
	grid-template-columns: 40% 1fr;
	grid-template-rows: 0.9rem 0.9rem 2.5rem 1fr 1.5rem;
	align-content: start;
	align-items: start;

	width: 100%;
	height: 100%;
}
@media screen and (max-width:655px) {
	main>section>ul>li>a {
		display: unset;
		grid-template-columns: unset;
		grid-template-rows: unset;

	}
}
main>section>ul>li>a>time.time01 {
	grid-column: 1/3;
	grid-row: 1/2;

	width: 100%;
	display: block;

	font-size: 0.8rem;
	line-height: 1.5;
	text-align: right;
	font-weight: 400;
}
@media screen and (max-width:655px) {
	main>section>ul>li>a>time.time01 {
		grid-column: unset;
		grid-row: unset;
	}
}
main>section>ul>li>a>time.time02 {
	grid-column: 1/3;
	grid-row: 2/3;

	width: 100%;
	display: block;

	font-size: 0.8rem;
	line-height: 1.5;
	text-align: right;
	font-weight: 400;
}
@media screen and (max-width:655px) {
	main>section>ul>li>a>time.time02 {
		grid-column: unset;
		grid-row: unset;
	}
}
main>section>ul>li>a>h3 {
	grid-column: 1/3;
	grid-row: 3/4;

	width: 100%;
	padding: 0;

	font-size: 0.9rem;
	font-weight: 700;
}
@media screen and (max-width:655px) {
	main>section>ul>li>a>h3 {
		margin: 0.5rem 0 1rem;
	}
}
main>section>ul>li>a>h3>mark {
	display: block;

	padding: 0 0 0.3rem 0;
	font-size: 0.7rem;
	font-weight: 400;
}
main>section>ul>li>a>p:nth-of-type(1) {
	grid-column: 1/2;
	grid-row: 4/6;
	align-self: start;

	display: block;

	width: 100%;
	height: auto;

	border: 0.05rem solid #000;
}
@media screen and (max-width:655px) {
	main>section>ul>li>a>p:nth-of-type(1) {
		grid-column: unset;
		grid-row: unset;
	}
}
main>section>ul>li>a>p:nth-of-type(1)>img {
	max-width: 100%;
	height: auto;
}
main>section>ul>li>a>p:nth-of-type(2) {
	grid-column: 2/3;
	grid-row: 4/5;

	display: block;
	width: 100%;
	padding: 0 0 0 0.5rem;

	line-height: 1.5;
	font-size: 0.8rem;
	font-weight: 400;
}
@media screen and (max-width:655px) {
	main>section>ul>li>a>p:nth-of-type(2) {
		grid-column: unset;
		grid-row: unset;

		padding: 0.5rem 0;
	}
}
main>section>ul>li>a>p:nth-of-type(2)>em {
	font-weight: 900;
	display: inline;
}
main>section>ul>li>a>p:nth-of-type(3) {
	position: relative;

	grid-column: 2/3;
	grid-row: 5/6;

	display: grid;
	align-items: center;

	width: 100%;
	padding: 0 1.5rem 0 0;

	line-height: 1.2;
	font-size: 0.8rem;
	font-weight: 500;
	text-align: right;
}
@media screen and (max-width:655px) {
	main>section>ul>li>a>p:nth-of-type(3) {
		grid-column: unset;
		grid-row: unset;
	}
}
main>section>ul>li>a>p:nth-of-type(3)::after {
	content: "→";
	position: absolute;
	right: 0;

	display: grid;
	align-content: center;

	width: 1.2rem;
	height: 1.2rem;

	background-color: #000;
	border-radius: 50%;

	text-align: center;
	font-size: 0.8rem;
	font-weight: 900;
	color: #fff;
}
main>section>ul>li.text>a {
	display: unset;
}

main>section>ul>li.text>a>p {
	border: none;

	margin-top: 0.5rem;

	font-size: 0.8rem;
	color: #000;
	font-weight: 400;
	line-height: 1.5;

}
footer {
	padding: 0.5rem;
	text-align: center;
	line-height: 1.5;
	text-transform: capitalize;
	font-weight: 400;
}
footer>p>small {
	font-weight: 400;
}