@charset "utf-8";

.anchor-offset {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

@media screen and (min-width: 1280px), print and (min-width: 1280px) {
	
	.feature-txt {
		line-height: 1.7;
	}
	
	.chapter-section {
		margin-bottom: 180px;
	}
	
	.anchor-offset {
		margin-top: -60px !important;
		padding-top: 60px !important;
	}
}

/* ---------------------------------------------------------------------- */

.section-header__ttl {
	font-weight: bolder;
}

/* ---------------------------------------------------------------------- */

.intro {
	padding: 0;
}

/* ---------------------------------------------------------------------- */

.local-nav-container {
	top: 0;
	z-index: 3;
	margin-bottom: 60px;
	padding: 20px 0 10px;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.local-nav-container {
		position: -webkit-sticky;
		position: sticky;
		padding: 10px 0;
	}
}

.local-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}

.local-nav li {
	margin: 0 10px 10px;
}

.local-nav a {
	display: flex;
	align-items: center;
	text-decoration: none;
	background-color: #fff;
	border-radius: 3px;
	padding: 3px 12px;
	box-sizing: border-box;
}

.local-nav i {
	margin-right: 0.25em;
	stroke-width: 1.2;
}

.local-nav svg {
	width: 19px;
	height: 19px;
}

@media screen and (min-width: 1280px) {
	.local-nav {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		font-size: inherit;
		border-radius: 5px;
	}
	
	.local-nav li {
		margin: 0 1em;
	}
	
	.local-nav svg {
		width: 24px;
		height: 24px;
	}
	
	.local-nav a {
		position: relative;
		background-color: rgba(255,255,255,0.5);
		border-radius: 5px;
		opacity: 0.6;
	}
	
	.local-nav a.current {
		opacity: 1;
	}
	
	.local-nav a i {
		display: none;
	}
	
	.local-nav .sns__anchor i {
		display: inline-block;
	}
	
	.local-nav a:hover {
		background-color: #fff;
		opacity: 1;
	}
	
}

/* ---------------------------------------------------------------------- */


.extra-outer {
	
}

.extra {
	position: relative;
}

.extra__ttl-outer {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: normal;
	position: absolute;
	right: 0;
	top: 0;
	bottom: auto;
	left: auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.extra__ttl {
	position: absolute;
	left: auto;
	width: auto;
	background-color: #fff;
	border-radius: 0 0 0 5px;
	padding: 0 20px 20px 15px;
	/* height: auto; */
	margin: 0;
	font-size: 2.2rem;
	
	transform: scaleY(0.9);
	transform-origin: 0 0;
}

.extra__ttl:before,
.extra__ttl:after {
	position: absolute;
	display: block;
	top: 0;
	width: 15px;
	height: 15px;
	content: "";
	background-image: var(--svg-round-out-corners-RT-wt);
	background-size: cover;
}

.extra__ttl:before {
	left: -15px;
	top: 0px;
	bottom: auto;
}

.extra__ttl:after {
	right: 0;
	top: auto;
	bottom: -15px;
}

.extra__anchor {
	display: block;
	font-weight: bolder;
}

.extra__img {
	position: relative;
	width: 100%;
	height: 400px;
	margin-bottom: 70px;
	transform: 0;
	overflow: hidden;
	border-radius: 0;
}

.extra__img-inner {
	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
}

.extra__img img {
	display: block;
	width: 100%;
}


.extra__body-outer {
	position: absolute;
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	width: auto;
	height: 200px;
	margin: 0;
}

.extra__body {
	position: relative;
	margin: 0;
	padding: 25px 20px 0 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0 5px 0 0;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: normal;
}

.extra__body:before,
.extra__body:after {
	position: absolute;
	display: block;
	top: 0;
	width: 15px;
	height: 15px;
	content: "";
	background-image: var(--svg-round-out-corners-LB-wt);
	background-size: cover;
}

.extra__body:before {
	left: 0;
	top: -15px;
	bottom: auto;
}

.extra__body:after {
	right: -15px;
	top: auto;
	bottom: 0;
}

.extra__body > * {
	width: 100%;
}

.extra__des {
	margin: 0;
	font-size: 1.2rem;
	transform: scaleY(0.9);
	transform-origin: 0 0;
}

@media screen and (min-width: 1280px) {
	
	.pick-up-contents {
		border-top: 1px dashed rgba(0,0,0,0.6);
		padding-top: 100px;
	}
	
	.extra-outer {
		margin-bottom: 140px;
	}
	
	.extra {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	
	
	/* 
	   chromeだけ 縦書中に position + padding の同要素指定にバグがある。
	   配置とpaddingは別要素に指定する必要がある。
	 */
	
	.extra__ttl-outer {
		
	}
	
	.extra__ttl {
		padding: 0 20px 40px 35px;
		font-size: 3.6rem;
	}
	
	.extra__ttl:before {
		
	}
	
	.extra__ttl:after {
		
	}
	
	.extra__img {
		width: 100%;
		height: 600px;
		transform: translateX(0);
		margin: 0;
		border-radius: 5px;
	}
	
	.extra__img img {
		border-radius: 5px;
		object-fit: cover;
		width: 100%;
		min-height: 400px;
	}
	
	.extra__des {
		margin: 0 0 0 20px;
		font-size: 1.65rem;
	}
	
	
	/* 
	   chromeだけ 縦書中に position + padding の同要素指定にバグがある。
	   配置とpaddingは別要素に指定する必要がある。
	 */
	
	.extra__body-outer {
		height: 360px;
		bottom: -60px;
	}
	
	.extra__body {
		padding: 50px 50px 0 0;
	}
	
	.extra__body:before {
		
	}
	
	.extra__body:after {
		bottom: 60px;
	}
	
	.extra__body > * {
		width: auto;
	}
	
	.extra-chapter__list {
		display: block;
		margin: 0;
		text-align: right;
	}
	
	.extra-chapter__list.-sub {
		display: block;
		text-align: right;
	}
	
	.extra-chapter__list li {
		display: inline-block;
		margin-right: 30px;
		margin: 0 15px 15px 0;
	}
	
	.extra-chapter__list.-sub li {
		margin: 15px 15px 0 0;
	}
	
}


@media screen and (min-width: 1280px) {
	
	.extra {
		width: calc(100% - 180px);
		max-width: 1900px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: auto;
	}
	
}








/* ---------------------------------------------------------------------- */

.sa .feature-index__img {
	color: var(--ob-color--a-3);
	background-color: currentColor;
}

.contrast-mode--normal .sa .more-btn {
	color: var(--ob-color--a-2);
}

.contrast-mode--normal .sa .img-header-inner:before {
	color: var(--ob-color--a);
	background-color: currentColor;
}

.sb .feature-index__img {
	color: var(--ob-color--b-3);
	background-color: currentColor;
}

.contrast-mode--normal .sb .more-btn {
	color: var(--ob-color--b-2);
}

.contrast-mode--normal .sb .img-header-inner:before {
	color: var(--ob-color--b);
	background-color: currentColor;
}

.sc .feature-index__img {
	color: var(--ob-color--c-3);
	background-color: currentColor;
}

.contrast-mode--normal .sc .more-btn {
	color: var(--ob-color--c-2);
}

.contrast-mode--normal .sc .img-header-inner:before {
	color: var(--ob-color--c);
	background-color: currentColor;
}