@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

@view-transition {
	navigation: auto;
}

/* root */
/* #region */
* {
	margin: 0;
	padding: 0;
	/* outline: 1px solid rgba(128, 128, 128, 0.1); */
}

html {
	font-size: 14px;
	scroll-padding-top: 120px;
}

@media (pointer: coarse) and (orientation: portrait),
(max-width: 900px) and (pointer: fine) {
	html {
		text-size-adjust: none;
		font-size: 4vw;
		scroll-padding-top: 0px;
		width: 100%;
		overflow-x: hidden;
	}
}

body {
	min-width: 1200px;
	width: 100%;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
	letter-spacing: 0.19em;
	background: #FAFAFA;
}

.brakepoint {
	display: none;
}

.strong {
	font-size: 1em;
	font-weight: bold;
}

h2 {
	text-align: center;
	padding: 4em 1em 4em 1em;
}

section {
	margin-bottom: 80px;
}

.footernav {
	font-family: sans-serif !important;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: 2em;
	width: 90%;
	max-width: 1300px;
}

.footernav a {
	color: #000;
}

@media (pointer: coarse) and (orientation: portrait),
(max-width: 900px) and (pointer: fine) {
	body {
		padding-top: 0px;
		min-width: unset;
	}

	.brakepoint {
		display: unset;
	}

	.brakepoint_sp {
		display: block;
		height: 0;
		visibility: hidden;
	}

	.brakepoint_sp_nw {
		display: none
	}

	h2 {
		font-size: 1.2em;
		padding: 2em 1em;
	}

	.footernav {
		font-size: 0.8em;
		margin-top: 6em;
		margin-bottom: 2em;
		width: calc(100% - 4rem);
	}
}

/* #endregion */
/* -------------------- */

/* navi */
/* #region */
#guide_nav_wrap {
	pointer-events: none;
	box-sizing: border-box;
	max-width: 1300px;
	height: 0;

	position: absolute;
	top: 298px;
	margin: 0 auto;
	margin-left: 50px;

	letter-spacing: 0.05em;
	font-weight: bold;
	z-index: 2;

	transition: opacity 0.5s ease;
}

#guide_nav_wrap.fixed {
	position: sticky;
	top: 125px;
}

@media (min-width: 1300px) {
	#guide_nav_wrap.absolute {
		left: calc(50% - min(calc(50% + 50px), 750px) - 0px);
		margin-left: 50px;
		padding-left: 50px;
	}

	#guide_nav_wrap.fixed {
		position: sticky;
		top: 125px;
		left: calc(50% - min(calc(50% + 50px), 700px) - 0px);
		margin-left: 0px;
		padding-left: 50px;
	}

}

#guide_nav {
	background: #fff;
	padding: 30px 0;
	width: 259px;
	text-align: center;

	min-height: 100vh;
	position: relative;
}

#guide_head,
#guide_head_b {
	font-size: 1.5em;
	margin-top: 0.7em;
	margin-bottom: 1em;
}

#guide_head_b {
	margin-top: 80px;
}

#guide_body div,
#guide_body_b div {
	padding: 3px 10px;
	margin-bottom: 8px;
}

.guide_nav a,
#guide_head_b a {
	pointer-events: auto;
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease;
}

.guide_nav a:hover {
	color: #B50000;
}

.guide_nav.active a {
	color: #B50000;
}

@media (pointer: coarse) and (orientation: portrait),
(max-width: 900px) and (pointer: fine) {
	#guide_nav_wrap {
		display: none;
	}
}

/* #endregion */
/* -------------------- */

/* main */
/* #region */
#main_container {
	margin-top: 0;
	overflow: hidden;
}

#title_main {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 318px;
	box-sizing: border-box;

	background: #B50000;

	color: #eee;
	font-size: 48px;
	font-weight: 300;
	font-feature-settings: normal;
	writing-mode: vertical-lr;
	letter-spacing: 0.2em;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	text-align: center;
}

#title_main img {
	pointer-events: none;
}

#posts_container {
	position: relative;
	box-sizing: border-box;
	height: auto;
	width: 100%;
	max-width: min(1350px, 100%);
	padding-left: 330px;
	padding-right: 50px;
	margin: 0 auto;
	line-height: 2.2em;
}

@media (pointer: coarse) and (orientation: portrait),
(max-width: 900px) and (pointer: fine) {
	#main_container {
		margin-top: 20vw;
	}

	#posts_container {
		box-sizing: border-box;
		height: auto;
		width: 100%;
		min-width: unset;
		max-width: unset;
		padding: 7vw 0 0 0;
	}

	#title_main {
		background-position: 10px 20px;
		background-size: contain;
		font-size: 1.6em !important;
		height: 35vw !important;
		writing-mode: unset !important;
		min-width: unset;
	}
}

/* #endregion */
/* -------------------- */

/* content */
/* #region */
a[href=""] {
	/* color: #f00 !important; */
	text-decoration: none;
}

.post_content a {
	font-family: sans-serif;
	text-decoration: none;
	color: #0076FF;
}

.post_content {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	scroll-margin-top: 120px;
	margin-top: 5em;
	line-height: 1.7em;
}

.post_content h1 {
	margin: 10px 0 30px 0;
	font-size: 1.7em;
	line-height: 1.2em;
	font-family: "Shippori Mincho", serif;
}

.hoverpop {
	font-family: sans-serif;
	background: #000;
	transition: background-color 0.3s ease;
}

.hoverpop:hover {
	background: #B50000 !important;
}

@media (pointer: coarse) and (orientation: portrait),
(max-width: 900px) and (pointer: fine) {}

/* #endregion */
/* -------------------- */