@charset "utf-8";

.sp {
	display: none !important;
}





#wrap > header {
	position: fixed;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
}
#wrap > header .inner {
	position: relative;
	padding: 35px 35px 35px 88px;
}
#wrap > header .title {
	width: 374px;
}
#wrap > header .title a {
	display: block;
	height: 20px;#viewer ul
	font-size: 1rem;
	line-height: 1;
	overflow: hidden;
}

#wrap > header .inner .sns {
	position: absolute;
	right: 110px;
	top: 33px;
	z-index: 10;
	transition: all 300ms ease-out;
}
#wrap > header .inner .sns ul {
	display: flex;
}
#wrap > header .inner .sns li + li {
	margin-left: 16px;
}
#wrap > header .inner .sns a {
	display: block;
	width: 24px;
	height: 24px;
	transition: all 300ms ease-out;
}
#wrap > header .inner .sns a:hover {
	opacity: 0.8;
}


#logo-agui {
	position: absolute;
	width: 40px;
	height: 60px;
	left: 24px;
	top: 15px;
	z-index: 10;
}
#logo-agui .white {
	display: none;
}





#menu-button {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 30px;
	top: 25px;
	z-index: 10;
	transition: all 300ms ease-out;
}
#menu-button button {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
}
#menu-button button i {
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	left: 0;
	top: calc(50% - 2px);
	transition: all 300ms ease-out;
}
#menu-button button i:nth-child(1) {
	margin-top: -9px;
	background: url(../img/menu1.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#menu-button button i:nth-child(2) {
	background: url(../img/menu2.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#menu-button button i:nth-child(3) {
	margin-top: 9px;
	background: url(../img/menu3.png) 0 0 no-repeat;
	background-size: 100% auto;
}


body.opened-menu #menu-button button i:nth-child(1) {
	transform: translateY(9px) rotate(30deg);
}
body.opened-menu #menu-button button i:nth-child(2) {
	opacity: 0;
}
body.opened-menu #menu-button button i:nth-child(3) {
	transform: translateY(-9px) rotate(-30deg);
}




#menu .sns {
	display: none;
}




#menu {
	position: fixed;
	width: 380px;
	height: 100vh;
	right: 0;
	top: 0;
	z-index: 5;
	background: #757575;
	transform: translateX(382px);
	transition: all 400ms ease-out;
}


#menu .menu-inner {
	box-sizing: border-box;
	padding: 90px 0 0;
}
#menu .menu-inner li + li {
	margin-top: 5px;
}
#menu .menu-inner a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	font-size: 1rem;
	color: #fff;
	transition: all 300ms ease-out;
}
#menu .menu-inner a span {
	position: relative;
	display: inline-block;
}
#menu .menu-inner a span::after {
	position: absolute;	
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -2px;
	background: #fff;
	transform-origin: left top;
	transform: scaleX(0);
	transition: all 300ms ease-out;
}
#menu .menu-inner a:hover span::after {
	transform: scaleX(1);
}

body.home		#menu li.top a,
body.history	#menu li.history a,
body.landscape	#menu li.landscape a,
body.word		#menu li.word a,
body.community	#menu li.community a,
body.area		#menu li.area a,
body.dialogue	#menu li.dialogue a,
body.about		#menu li.about a
{
	color: #221714;
	background: #fff;
}



body.opened-menu #menu {
	transform: translateX(0px);
}
body.opened-menu #menu-button,
body.opened-menu #wrap > header .sns {
	filter: invert(1) brightness(1.1) !important;
}




main > footer {
	background: #f4f4f4;
}
main > footer .inner {
	box-sizing: border-box;
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1280px;
	min-height: 600px;
	padding: 90px 40px 80px;
	margin: 0 auto;
}

main > footer .extra {
	width: 270px;
}
main > footer .logo {
	width: 270px;
}
main > footer .logo-d {
	margin: 92px 0 0;
	width: 128px;
}

main > footer .menu {
	display: flex;
	margin-left: 134px;
}
main > footer .primary {
}
main > footer .secondary {
	margin-left: 76px;
}

main > footer .primary > ul > li,
main > footer .secondary > ul > li {
	font-size: 1rem;
	line-height: 1;
}

main > footer .primary > ul > li + li,
main > footer .secondary > ul > li + li {
	margin-top: 28px;
}

main > footer .primary a,
main > footer .secondary a {
	position: relative;
	display: inline-block;
}
main > footer .primary a::after,
main > footer .secondary a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -4px;
	background: #221714;
	transform-origin: left top;
	transform: scaleX(0);
	transition: all 300ms ease-out;
}
main > footer .primary a:hover::after,
main > footer .secondary a:hover::after {
	transform: scaleX(1);
}



main > footer .sns {
	margin-top: 28px;
}
main > footer .sns ul {
	display: flex;
}
main > footer .sns li + li {
	margin-left: 16px;
}
main > footer .sns a {
	width: 24px;
	height: 24px;
}
main > footer .sns a::after {
	display: none;
}



main > footer .copyright {
	position: absolute;
	right: 40px;
	bottom: 80px;
}
main > footer .copyright dl {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
main > footer .copyright dt {
	width: 110px;
}
main > footer .copyright dd {
	margin: 56px 0 0;
	font-size: 12px;
	line-height: 1;
}



body.home main > footer {
	margin-top: 200px;
}
body.about main > footer {
	margin-top: 200px;
}




#scroll-top {
	position: fixed;
	width: 64px;
	height: 64px;
	right: 40px;
	bottom: 40px;
	z-index: 1000;
	
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms ease-out, visibility 300ms ease-out;
}
#scroll-top a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	background: #fff;
	border-radius: 32px;
	transition: all 300ms ease-out;
}
#scroll-top a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/circle_scroll.png) 0 0 no-repeat;
	background-size: 100% auto;
	pointer-events: none;
	transition: all 300ms ease-out;
}
#scroll-top a img {
	position: relative;
	width: 18px;
	transition: all 300ms ease-out;
}
#scroll-top a:hover {
	background-color: #757575 !important;
}
#scroll-top a:hover::after {
	filter: invert(0.45);
}
#scroll-top a:hover img {
	transform: translateY(-4px);
	filter: invert(1);
}


body.scrolled #scroll-top {
	opacity: 1;
	visibility: visible;
}
body.scrolled-end #scroll-top a {
	background-color: #f4f4f4;
}

body.scrolled-end #scroll-top {
	position: absolute;
	bottom: calc(600px - 64px - 90px);
}




.external {
	display: inline-block;
	width: 15px;
	height: 14px;
	margin-left: 15px;
	background: url(../img/icon_external.png) 0 0 no-repeat;
	background-size: 100% auto;
}



.inner-nav .inner {
	max-width: 1480px;
	margin: 0 auto;
}




main {
	position: relative;
	z-index: 10;
	background: #fff;
}

body.home main {
	margin-top: 100vh;
}




.layout-container {
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}




.inner-nav {
	position: relative;
	min-height: 90px;
	background: #757575;
}
.inner-nav ul {
	display: flex;
	justify-content: space-between;
}
.inner-nav li {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	width: calc(100% / 7);
}
.inner-nav li + li {
	padding: 0 0 0 2px;
	background: url(../img/separator.svg) 0 50% no-repeat;
	background-size: auto 60px;
}
.inner-nav ul a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	min-height: 90px;
	padding-bottom: 23px;
	font-size: 1rem;
	line-height: 1.375;
	color: #fff;
	font-family: "Hiragino UD Serif W6 JIS2004", sans-serif;
	transition: color 300ms ease-out, background 300ms ease-out;
}
.inner-nav ul a::after {
	position: absolute;
	content: "";
	display: block;
	width: 17px;
	height: 10px;
	left: calc(50% - 8px);
	bottom: 15px;
	background: url(../img/arrow_down.svg) 0 0 no-repeat;
	background-size: 17px auto;
	transition: all 300ms ease-out;
}

.inner-nav ul a:hover {
	width: calc(100% + 4px);
	margin: 0 -2px;
	color: #221714;
	background: #fff;
}
.inner-nav ul a:hover::after {
	filter: invert(0.75);
	transform: translateY(4px);
}





@media screen and (max-width:1280px) {
	.inner-nav ul a {
		font-size: 0.875rem;
	}
}
@media screen and (max-width:1180px) {
	.inner-nav ul a {
		font-size: 0.8125rem;
	}
}


.inner-nav.landscape ul {
	justify-content: center;
}
.inner-nav.landscape li {
	width: 380px;
}


.inner-nav.dialogue ul {
	justify-content: center;
}
.inner-nav.dialogue li {
	width: 240px;
}



.inner-nav.area {
	position: relative;
	z-index: 100;
}
.inner-nav.area li {
	width: 20%;
}
.inner-nav.area ul a {
	padding: 0 0 4px;
}
.inner-nav.area ul a::after {
	display: none;
}
.inner-nav.area ul span {
	position: relative;
	display: inline-block;
}
.inner-nav.area ul span::after {
	position: absolute;
	content: "";
	display: block;
	width: 92px;
	height: 2px;
	left: calc(50% - 46px);
	bottom: -4px;
	background: url(../img/underline.png) 0 0 no-repeat;
	background-size: 100% auto;
	visibility: hidden;
	transition: all 300ms ease-out;
}
.inner-nav.area ul a:hover span::after {
	filter: invert(0.75);
}

body.area.area-top	.inner-nav.area .top span::after,
body.area.tobu		.inner-nav.area .tobu span::after,
body.area.eibi		.inner-nav.area .eibi span::after,
body.area.kusagi	.inner-nav.area .kusagi span::after,
body.area.nanbu		.inner-nav.area .nanbu span::after
{
	visibility: visible;
}









#page-header {
	position: fixed;
	width: 100%;
	height: 510px;
	left: 0;
	top: 0;
	z-index: 10;
}
#page-header::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background: rgba(0,0,0,0.15);
}

#page-header .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
#page-header .inner {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 10;
	padding: 90px 0 0;
}
#page-header h1 {
	font-size: 3rem;
	color: #fff;
}
#page-header .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

body.history #page-header .bg img {
	object-position: center 35%;
}
body.landscape #page-header .bg img {
	object-position: center 62%;
}
body.word #page-header .bg img {
	object-position: center 55%;
}
body.community #page-header .bg img {
	object-position: center 45%;
}
body.dialogue #page-header .bg img {
	object-position: center 45%;
}


#page-header + main {
	margin-top: 510px;
}



.column-container {
	padding-top: 65px;
}
.column-container.accent {
	padding-top: 110px;
	background-color: #f4f4f4;
}
.column-container + .column-container {
	margin-top: 0;
}


.column-intro {
}
.column-intro .layout-container {
	display: flex;
	justify-content: space-between;
}
.column-intro .content {
	width: calc(100% - 360px);
}
.column-intro .pict {
	width: 360px;
}

.column-intro h2 {
	font-size: 2.375rem;
	line-height: 1.7;
}
.column-intro .text {
	margin: 25px 0 0;
	font-size: 1rem;
	line-height: 2;
}
.column-intro .subtitle {
	margin: 20px 0 0;
	font-size: 1.5rem;
}



.column-section {
	margin-top: 65px;
	padding-top: 65px;
	background: transparent url(../img/border_column_blue.png) 50% 0 no-repeat;
	background-size: 1200px 2px;
}
.column-section .layout-container {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.column-section .content {
	width: calc(100% - 360px);
}
.column-section .sub {
	width: 300px;
}

.column-section h3 {
	font-size: 1.5rem;
	line-height: 1.7;
	color: #005c91;
}
.column-section .text {
	font-size: 1rem;
	line-height: 2;
}
.column-section .text + h3 {
	margin-top: 50px;
}
.column-section * + .text {
	margin-top: 30px;
}

.column-section .cover {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.column-section .cover .pict {
	width: 55%;
}
.column-section .cover dl {
	box-sizing: border-box;
	width: 45%;
	padding-left: 40px;
}
.column-section .cover dt {
	font-size: 1rem;
	line-height: 2;
}
.column-section .cover dd {
	margin: 20px 0 0;
	font-size: 0.875rem;
	line-height: 2;
}
.column-section .cover a {
	text-decoration: underline;
}
.column-section .cover a:hover {
	text-decoration: none;
}
.column-section .cover a .external {
	position: relative;
	width: 13px;
	height: 13px;
	top: 2px;
	margin-left: 8px;
}





.column-section .talk dl {
	display: flex;
	justify-content: space-between;
}
.column-section .talk dt {
	position: relative;
	width: 3.5em;
	top: -2px;
	font-size: 1.125rem;
}
.column-section .talk dd {
	width: calc(100% - 3.5em);
	font-size: 1rem;
	line-height: 2;
}
.column-section .talk dl + dl {
	margin-top: 20px;
}


body.dialogue .column-section .talk dt {
	position: relative;
	width: 5.5em;
	top: -2px;
	font-size: 1.125rem;
}
body.dialogue .column-section .talk dd {
	width: calc(100% - 5.5em);
	font-size: 1rem;
	line-height: 2;
}


.column-section .talk .person1 dt {
	color: #b45145;
}
.column-section .talk .person2 dt {
	color: #bf1500;
}
.column-section .talk .person3 dt {
	color: #0076a9;
}
.column-section .talk .person4 dt {
	color: #008841;
}



.column-section .timeline h3 {
	margin: 0 0 50px;
	font-size: 2.375rem;
	color: #221714;
}
.column-section .month + .month {
	margin-top: 50px;
}
.column-section .month > dl > dt {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 32px;
	font-size: 1.125rem;
	background: #fff;
	border-radius: 8px;
}
.column-section .month > dl > dd {
	margin: 30px 0 0;
}
.column-section .month dl dl {
	display: flex;
}
.column-section .month dl dl dt {
	width: 7em;
	font-size: 1.125rem;
	line-height: 1.75;
}
.column-section .month dl dl dd {
	width: calc(100% - 7em);
	font-size: 1.125rem;
	line-height: 1.75;
}
.column-section .month dl dl.long-title dt {
	width: 12.5em;
}
.column-section .month dl dl.long-title dd {
	width: calc(100% - 12.5em);
}


.column-section .month dl dl + dl {
	margin-top: 25px;
}
.column-section .month dl dl dt::before {
	content: "●";
	color: #999;
}

.column-section .timeline + .image-box {
	margin-top: 55px;
}


.column-section .url {
	margin: 50px 0 0;
}
.column-section .url a {
	text-decoration: underline;
}
.column-section .url a:hover {
	text-decoration: none;
}





.column-section .image-box {
	margin: 0 0 50px;
	border-radius: 15px;
	overflow: hidden;
}
.column-section * + .image-box {
	margin-top: 50px;
}

.column-section .image-box .image {
	position: relative;
}
.column-section .image-box .caption {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 25px 30px;
	font-size: 0.875rem;
	line-height: 1.7;
	color: #fff;
}
.column-section .image-box .caption.top {
	top: 0;
	padding-bottom: 60px;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.column-section .image-box .caption.bottom {
	bottom: 0;
	padding-top: 60px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.column-section .image-box .caption.center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.column-section .image-box .caption.bottom.tint {
	bottom: 0;
	padding-top: 60px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2));
}




.column-section .image-box .map {
	position: relative;
}
.column-section .image-box .map .pointer {
	position: absolute;
	width: 8.6%;
	left: 64.7%;
	top: 74.0%;
	object-fit: contain;
}
.column-section .image-box .map span img {
}
.column-section .image-box .map .caption {
	padding-left: 50%;
}
.column-section .image-box .caption p + p {
	margin-top: 8px;
}

@media screen and (max-width:1280px) {
	.column-section .image-box .map .caption {
		padding-left: 30px;
	}
	.column-section .image-box .map .pointer {
		width: 10%;
		left: 62.0%;
		top: 75.0%;
	}
}

@media screen and (max-width:1150px) {
	.column-section .image-box .map .pointer {
		width: 8%;
		left: 65.0%;
		top: 73.0%;
	}
}

@media screen and (max-width:1080px) {
	.column-section .image-box .map .caption {
		font-size: 0.75rem;
	}
	.column-section .image-box .caption p + p {
		margin-top: 0;
	}
}



.column-section .image-box img {
	object-fit: cover;
}

.column-section .image-box.twin {
	display: grid;
	gap: 10px;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
}
.column-section .image-box.twin img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}


.column-section .image-box.multi {
	box-sizing: border-box;
	width: 100%;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: calc(38% - 10px) calc(12% - 5px) calc(12% - 5px) calc(38% - 10px);
}
.column-section .image-box.multi .full {
	grid-column: 1 / 5;
}
.column-section .image-box.multi .half.left {
	grid-column: 1 / 3;
}
.column-section .image-box.multi .half.right {
	grid-column: 3 / 5;
}
.column-section .image-box.multi .square.left {
	grid-column: 1 / 2;
}
.column-section .image-box.multi .square.right {
	grid-column: 4 / 5;
}
.column-section .image-box.multi .wide.left {
	grid-column: 1 / 4;
}
.column-section .image-box.multi .wide.right {
	grid-column: 2 / 5;
}
.column-section .image-box.multi .tall.left {
	grid-column: 1 / 2;
	grid-row: span 2;
}

.column-section .image-box.multi .full img {
	aspect-ratio: 840 / 472;
	object-fit: cover;
}
.column-section .image-box.multi .half img {
	aspect-ratio: 415 / 298;
	object-fit: cover;
}
.column-section .image-box.multi .square img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.column-section .image-box.multi .wide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column-section .image-box.multi .tall img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.column-section .image-box.multi img.contain {
	object-fit: contain;
	aspect-ratio: initial;
	width: 100%;
	height: auto;
}

body.word .column-section {
	background-image: url(../img/border_column_red.png);
}
body.word .column-section h3 {
	color: #b06100;
}
body.word .column-section .image-box .caption {
	font-size: 1rem;
	line-height: 1.75;
}
body.word .column-section .image-box .caption span {
	font-size: 0.875rem;
}



body.community .column-section .image-box .caption {
	font-size: 1.75rem;
	line-height: 1;
}


body.dialogue .column-section {
	background-image: url(../img/border_column_green.png);
}


.wide-image-container .column-section .image-box.multi .full img {
	aspect-ratio: 1200 / 502;
}
.wide-image-container .column-section .image-box.multi .half img {
	aspect-ratio: 595 / 446;
}





.column-section .sub .profile {
	margin-top: 32px;
	padding-top: 34px;
	background: transparent url(../img/border_column_blue.png) 50% 0 no-repeat;
	background-size: 1200px 2px;
}
.column-section .sub .profile + .profile {
	padding-top: 0;
	background: none !important;
}
.column-section .sub .profile .extra {
	display: flex;
	align-items: flex-end;
}
.column-section .sub .profile .photo {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	overflow: hidden;
}
.column-section .sub .profile .balloon {
	position: relative;
	width: 224px;
	z-index: 10;
	margin-right: -4px;
}
.column-section .sub .profile .balloon span {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	line-height: 1.75;
	color: #fff;
}


.column-section .sub .profile dl {
	margin: 30px 0 0;
}
.column-section .sub .profile dt {
	font-size: 1.125rem;
	line-height: 1.75;
}
.column-section .sub .profile dd {
	margin-top: 15px;
	font-size: 1rem;
	line-height: 2;
}
.column-section .sub .profile dd.multi {
	display: flex;
	justify-content: space-between;
}
.column-section .sub .profile dd.multi .option {
	width: 80px;
}
.column-section .sub .profile dd.multi p {
	width: calc(100% - 80px - 22px);
	margin-top: -0.25em;
	font-size: 1rem;
	line-height: 2;
}


.column-section .sub .profile.reverse .extra {
	flex-direction: row-reverse;
}
.column-section .sub .profile.reverse .balloon {
	margin-right: 0;
	margin-left: -4px;
}


.column-section .sub .profile.left .extra {
	align-items: center;
}
.column-section .sub .profile.left .photo {
	margin-top: 8px;
}

.column-section .sub .profile.left .balloon span {
	padding-right: 0;
	padding-left: 22px;
}
.column-section .sub .profile.right .balloon span {
	padding-right: 10px;
	padding-left: 0;
}



.column-section .sub .profile.type1 span {
	padding: 6px 0 0 32px;
}

.column-section .sub .profile.type2 span {
	padding: 2px 0 0 25px;
}

.column-section .sub .profile.type3 span {
	padding: 2px 0 0 10px;
}

.column-section .sub .profile.type4 span {
	padding: 4px 0 0 26px;
}

.column-section .sub .profile.type5 span {
	padding: 2px 20px 0 0;
}

.column-section .sub .profile.type6 span {
	padding: 2px 0 0 20px;
}

.column-section .sub .profile.type6 .extra {
	align-items: center;
}


.column-section .sub .profile.type7 span {
	padding: 2px 0 0 25px;
}
.column-section .sub .profile.type8 span {
	padding: 2px 0 0 25px;
}




.column-section .sub .nagaoka {
	position: relative;
}
.column-section .sub .nagaoka .photo {
	position: absolute;
}
.column-section .sub .nagaoka .balloon {
	position: relative;
}
.column-section .sub .nagaoka .balloon span {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	line-height: 1.75;
	color: #005c91;
}
.column-section .sub .nagaoka .balloon span span {
	position: relative;
	display: inline;
	width: auto;
	height: auto;
	padding: 0 !important;
}


.column-section .sub .nagaoka.type1 {
	padding-bottom: 40px;
}
.column-section .sub .nagaoka.type1 .balloon span {
	padding-bottom: 15px;
}
.column-section .sub .nagaoka.type1 .photo {
	width: 73px;
	height: 100px;
	left: 227px;
	top: 149px;
}




.column-section .sub .nagaoka.type2 {
	padding-top: 110px;
}
.column-section .sub .nagaoka.type2 .balloon span {
	padding-top: 10px;
}
.column-section .sub .nagaoka.type2 .photo {
	width: 88px;
	height: 110px;
	left: 135px;
	top: 0;
}



.column-section .sub .nagaoka.type3 {
	padding-bottom: 100px;
}
.column-section .sub .nagaoka.type3 .balloon span {
	padding-left: 10px;
	padding-bottom: 15px;
}
.column-section .sub .nagaoka.type3 .photo {
	width: 73px;
	height: 100px;
	left: 150px;
	top: 210px;
}



.column-section .sub .nagaoka.type4 {
	padding-bottom: 100px;
}
.column-section .sub .nagaoka.type4 .balloon span {
	padding-bottom: 10px;
	font-size: 0.875rem;
}
.column-section .sub .nagaoka.type4 .photo {
	width: 89px;
	height: 110px;
	left: 164px;
	top: 200px;
}



.column-section .sub .nagaoka.type5 {
	padding-top: 112px;
}
.column-section .sub .nagaoka.type5 .balloon span {
	padding-top: 16px;
	padding-left: 6px;
	font-size: 0.875rem;
}
.column-section .sub .nagaoka.type5 .photo {
	width: 79px;
	height: 105px;
	left: 140px;
	top: 0;
}



.column-section .sub .nagaoka.type6 {
	padding-bottom: 59px;
}
.column-section .sub .nagaoka.type6 .balloon span {
	padding-bottom: 14px;
	padding-left: 10px;
	font-size: 0.875rem;
}
.column-section .sub .nagaoka.type6 .photo {
	width: 90px;
	height: 110px;
	left: 183px;
	top: 159px;
}



.column-section .sub .nagaoka.type7 {
	padding-bottom: 93px;
}
.column-section .sub .nagaoka.type7 .balloon span {
	padding-top: 2px;
	padding-left: 10px;
}
.column-section .sub .nagaoka.type7 .photo {
	width: 88px;
	height: 110px;
	left: -8px;
	top: 190px;
}



.column-section .sub .nagaoka.type8 {
	padding-bottom: 56px;
}
.column-section .sub .nagaoka.type8 .balloon span {
	padding-bottom: 14px;
	padding-left: 30px;
	font-size: 0.875rem;
}
.column-section .sub .nagaoka.type8 .photo {
	width: 73px;
	height: 100px;
	left: 178px;
	top: 176px;
}



.column-section .sub .nagaoka.type9 {
	padding-bottom: 70px;
}
.column-section .sub .nagaoka.type9 .balloon span {
	padding-bottom: 14px;
	padding-left: 10px;
	font-size: 0.875rem;
}
.column-section .sub .nagaoka.type9 .photo {
	width: 96px;
	height: 115px;
	left: 156px;
	top: 175px;
}



.column-section .sub .nagaoka.type10 {
	padding-bottom: 70px;
}
.column-section .sub .nagaoka.type10 .balloon span {
	padding: 0 52px 10px;
	font-size: 0.875rem;
}
.column-section .sub .nagaoka.type10 .photo {
	width: 90px;
	height: 110px;
	left: 152px;
	top: 180px;
}



.column-section .sub .nagaoka.type11 {
	padding-bottom: 70px;
}
.column-section .sub .nagaoka.type11 .balloon span {
	padding: 0 52px 10px;
	font-size: 0.875rem;
}
.column-section .sub .nagaoka.type11 .photo {
	width: 97px;
	height: 115px;
	left: 44px;
	top: 175px;
}



.column-section .sub .nagaoka.type12 {
	padding-bottom: 61px;
}
.column-section .sub .nagaoka.type12 .balloon span {
	padding-left: 22px;
	padding-bottom: 20px;
	font-size: 1rem;
}
.column-section .sub .nagaoka.type12 .photo {
	width: 90px;
	height: 110px;
	left: 169px;
	top: 171px;
}










body.word .column-section .sub .nagaoka .balloon span {
	color: #b35146;
}
body.word .column-section .sub .profile {
	background-image: url(../img/border_column_red.png);
}


body.dialogue .column-section .sub .profile {
	background-image: url(../img/border_column_green.png);
}


body.dialogue .column-section .sub .nagaoka .balloon span {
	color: #008841;
}



.column-section .sub .doc dl {
	margin: 15px 0 0;
}
.column-section .sub .doc dt {
	font-size: 1rem;
	line-height: 2;
}
.column-section .sub .doc dl {
	font-size: 1rem;
	line-height: 2;
}

.column-section .sub .doc + * {
	margin-top: 32px;
}

.column-section .sub * + .doc {
	margin-top: 24px;
	padding-top: 34px;
	background: transparent url(../img/border_column_blue.png) 50% 0 no-repeat;
	background-size: 1200px 2px;
}



.column-section .sub .info {
	margin-top: 32px;
	padding-top: 34px;
	background: transparent url(../img/border_column_green.png) 50% 0 no-repeat;
	background-size: 1200px 2px;
}

.column-section .sub .info dt {
	width: 116px;
	margin: 0 auto;
}
.column-section .sub .info dd {
	margin: 40px 0 0;
	font-size: 1rem;
	line-height: 2;
}
.column-section .sub .info p {
	font-size: 1rem;
	line-height: 2;
}
.column-section .sub .info p a {
	word-break: break-all;
	text-decoration: underline;
}
.column-section .sub .info p a:hover {
	text-decoration: none;
}








.sitemap {
	position: relative;
}
.sitemap ul {
	display: grid;
	grid-template-columns: 16.6% repeat(3, 27.8%);
	grid-template-rows: repeat(2, 225px);
}
.sitemap li:nth-child(1) {
	grid-row: 1 / 3;
}
.sitemap a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 50% 50%;
	background-size: cover;
}

.sitemap li:nth-child(n + 2) a::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background: rgba(0,0,0,0.3);
	pointer-events: none;
}
.sitemap a strong {
	position: relative;
	z-index: 10;
	font-size: 1.75rem;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}

.sitemap a span {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	right: 0;
	bottom: 0;
	z-index: 20;
	background: #fff;
	transition: all 300ms ease-out;
}
.sitemap a span::after {
	position: absolute;
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	left: 0;
	top: 0;
	z-index: 20;
	background: url(../img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 8px auto;
	transition: all 300ms ease-out;
}

.sitemap a::after {
	box-sizing: border-box;
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20;
	border: 5px solid #fff;
	pointer-events: none;
	visibility: hidden;
}

.sitemap a:hover span {
	background: #757575;
}
.sitemap a:hover span::after {
	filter: invert(1);
	transform: translateX(3px);
}



body.history	.sitemap li.history a::after,
body.landscape	.sitemap li.landscape a::after,
body.word		.sitemap li.word a::after,
body.community	.sitemap li.community a::after,
body.area		.sitemap li.area a::after,
body.dialogue	.sitemap li.dialogue a::after
{
	visibility: visible;
}


body.history	.sitemap li.history a:hover span,
body.landscape	.sitemap li.landscape a:hover span,
body.word		.sitemap li.word a:hover span,
body.community	.sitemap li.community a:hover span,
body.area		.sitemap li.area a:hover span,
body.dialogue	.sitemap li.dialogue a:hover span
{
	background: #fff;
}

body.history	.sitemap li.history a:hover span::after,
body.landscape	.sitemap li.landscape a:hover span::after,
body.word		.sitemap li.word a:hover span::after,
body.community	.sitemap li.community a:hover span::after,
body.area		.sitemap li.area a:hover span::after,
body.dialogue	.sitemap li.dialogue a:hover span::after
{
	filter: none;
	transform: none;
}





.sitemap .top a {
	background-image: url(../img/sitemap_top.jpg);
}
.sitemap .history a {
	background-image: url(../img/sitemap_history.jpg);
}
.sitemap .landscape a {
	background-image: url(../img/sitemap_landscape.jpg);
}
.sitemap .word a {
	background-image: url(../img/sitemap_word.jpg);
}
.sitemap .community a {
	background-image: url(../img/sitemap_community.jpg);
}
.sitemap .area a {
	background-image: url(../img/sitemap_area.jpg);
}
.sitemap .dialogue a {
	background-image: url(../img/sitemap_dialogue.jpg);
}






/* ---------------------------------------------------------------------------------------------------- */
/* Top */


/*
body.home #wrap > header {
	visibility: hidden;
	opacity: 0;
	transition: all 600ms ease-out;
}
body.scrolled.home #wrap > header {
	visibility: visible;
	opacity: 1;
}
*/


body.home #wrap > header {
	background: rgba(255,255,255,0);
	transition: all 600ms ease-out;
}
body.home #wrap > header .title {
	opacity: 0;
	transition: all 600ms ease-out;
}
body.home #wrap > header .sns {
	filter: invert(1) brightness(1.1);
	transition: all 600ms ease-out;
}
body.home #menu-button {
	filter: invert(1) brightness(1.1);
	transition: all 600ms ease-out;
}

body.home #logo-agui img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 600ms ease-out;
}
body.home #logo-agui img.normal {
	opacity: 0;
}
body.home #logo-agui img.white {
	display: block;
}



body.scrolled.home #wrap > header {
	background: rgba(255,255,255,1);
}
body.scrolled.home #wrap > header .title {
	opacity: 1;
}
body.scrolled.home #wrap > header .sns {
	filter: invert(0);
}
body.scrolled.home #menu-button {
	filter: invert(0);
}
body.scrolled.home #logo-agui img.normal {
	opacity: 1;
}
body.scrolled.home #logo-agui img.white {
	opacity: 0;
	visibility: hidden;
}





#kv {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 1;
	background: #eee;
}
#kv .slide {
}
#kv .slide-item img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}


#kv .title {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50vw;
	height: 100vh;
	top: 0;
	z-index: 10;
}
#kv .title h1,
#kv .title span {
	width: calc(100% - 60px);
	max-width: 508px;
}

#kv .title.left {
	left: 0;
}
#kv .title.right {
	right: 0;
}

#kv .slide-item .title img {
	width: 100%;
	height: auto;
}

#kv .dmark {
	position: absolute;
	width: 206px;
	height: 206px;
	right: 36px;
	bottom: 36px;
	z-index: 10;
}
#kv .dmark img {
	width: 100%;
	height: auto;
}



@media screen and (max-width:1340px) {
}


#kv .nav {
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 50;
}
#kv .nav ul {
	display: flex;
}
#kv .nav li {
	position: relative;
	width: 30px;
	height: 30px;
}
#kv .nav li + li {
	margin-left: 8px;
}
#kv .nav button {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
#kv .nav button::after {
	box-sizing: border-box;
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	left: calc(50% - 6px);
	top: calc(50% - 6px);
	border-radius: 6px;
	background: transparent;
	border: 1px solid #fff;
}
#kv .nav span {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: 0;
	z-index: 1;
	transform-origin: left top;
	transform: scale(50%) rotate(-90deg) translateX(-100%);
	pointer-events: none;
}

#kv .nav circle {
	stroke: #fff;
	stroke-width: 2px;
	fill: transparent;
	stroke-dasharray: 189px;
	stroke-dashoffset: 189px;
}

#kv .nav .active circle {
	animation: circle 5000ms forwards linear;
}

@keyframes circle {
	to {
		stroke-dashoffset: 0;
	}
}

#kv .nav .active button::after {
	background: #fff;
}



#kv::before,
#kv::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 110px;
	left: 0;
	z-index: 10;
	pointer-events: none;
}
#kv::before {
	top: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0));
}
#kv::after {
	bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0));
}





#top-intro .slide {
	height: 385px;
	margin: 56px 0;
}

.slide-viewer .slide-item .extra {
	position: relative;
	width: 475px;
	height: 306px;
	margin: 0 5px;
	overflow: hidden;
}
.slide-viewer .slide-item .extra .caption {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 0.8125rem;
	line-height: 1.7;
	color: #fff;
	padding: 60px 30px 25px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.slide-viewer .slick-slide:nth-child(2n) .extra {
	border-radius: 15px 15px 0 0;
}
.slide-viewer .slick-slide:nth-child(2n + 1) .extra {
	border-radius: 0 0 15px 15px;
	margin-top: 79px;
}





#top-intro {
	margin-top: 200px;
}
#top-intro .layout-container:nth-child(1) {
	display: flex;
}

#top-dmark {
	position: absolute;
	width: 208px;
	height: 208px;
	right: 36px;
	top: calc(-208px - 36px);
	z-index: 100;
}

#top-intro h2 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 240px;
	writing-mode: vertical-rl;
	font-size: 2.625rem;
	line-height: 1.8;
	letter-spacing: 4px;
}
#top-intro .content {
	width: calc(100% - 240px);
	max-width: 720px;
}

#top-intro h3 {
	margin-top: -10px;
	font-size: 2rem;
	line-height: 1.6875;
}
#top-intro .content .text {
	font-size: 1rem;
	line-height: 2;
}
#top-intro h3 + .text {
	margin-top: 50px;
}


#top-intro .layout-container:nth-child(3) .content {
	max-width: 720px;
	margin-left: 240px;
}


#top-intro .top-profile {
	display: flex;
	justify-content: space-between;
	max-width: 760px;
	margin-left: 240px;
	margin-top: 50px;
}
#top-intro .top-profile .pict {
	position: relative;
	width: 300px;
}
#top-intro .top-profile .pict .photo {
	position: absolute;
	width: 80px;
	left: 198px;
	top: 157px;
}
#top-intro .top-profile .pict .balloon {
	position: relative;
}
#top-intro .top-profile .pict .balloon span {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 10px;
	font-size: 0.875rem;
	line-height: 1.75;
	color: #0076A9;
}

#top-intro .top-profile .text {
	width: calc(100% - 300px - 50px);
	padding: 30px 0 0;
}
#top-intro .top-profile .text dt {
	font-size: 1.125rem;
}
#top-intro .top-profile .text dd {
	margin: 15px 0 0;
	font-size: 1rem;
	line-height: 2;
}




.top-entrance {
	min-height: 600px;
	margin: 200px 0 0;
}
.top-entrance .inner {
	display: flex;
	margin-left: calc((100vw - 1200px) / 2);
}
.top-entrance.reverse .inner {
	flex-direction: row-reverse;
	max-width: calc((100vw - (100vw - 1200px) / 2));
	margin-left: 0;
}


.top-entrance h2 {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 240px;
	padding: 0 10px;
	writing-mode: vertical-rl;
	font-size: 2.625rem;
	line-height: 1.8;
	letter-spacing: 4px;
}
.top-entrance.reverse h2 {
	justify-content: flex-start;
}


@media screen and (max-width:1200px) {
	.top-entrance .inner {
		margin-left: 0;
	}
	.top-entrance h2 {
		padding: 0 25px;
	}
}


.top-entrance .image {
	position: relative;
	width: 100%;
	height: 600px;
	border-radius: 15px 0 0 15px;
	overflow: hidden;
}
.top-entrance.reverse .image {
	border-radius: 0 15px 15px 0;
}

.top-entrance .image .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.top-entrance .image .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.top-entrance .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background: rgba(0,0,0,0.3);
	pointer-events: none;
}

.top-entrance .image .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 10;
	color: #fff;
}

.top-entrance .extra {
}
.top-entrance h3 {
	font-size: 2rem;
	line-height: 1.6875;
}
.top-entrance .text {
	margin: 45px 0 0;
	font-size: 1rem;
	line-height: 2;
}

.top-entrance .label {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 60px;
	right: 0;
	bottom: 0;
	z-index: 20;
	padding-right: 16px;
	background: #fff;
	border-radius: 15px 0 0;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.top-entrance .label::after {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	right: 36px;
	top: calc(50%- 7px);
	background: url(../img/arrow.svg) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
.top-entrance .label:hover {
	color: #fff;
	background: #757575;
}
.top-entrance .label:hover::after {
	filter: invert(1);
	transform: translateX(4px);
}



.top-entrance:has(+ .continuous) .image {
	border-radius: 15px 0 0 0;
}
.top-entrance.continuous {
	margin-top: 10px;
}
.top-entrance.continuous .inner {
	margin-left: calc((100vw - 1200px) / 2 + 200px - 80px);
	margin-right: 80px;
}



#top-sns {
	margin: 200px 0 0;
}
#top-sns .layout-container {
	display: flex;
}
#top-sns .content {
	width: 47.5%;
	background: url(../img/border_sns.png) 100% 50% no-repeat;
	background-size: 2px auto;
}
#top-sns ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 52.5%;
}

#top-sns h2 {
	font-size: 2.625rem;
}
#top-sns .text {
	margin: 35px 0 0;
	font-size: 1rem;
	line-height: 2;
}
#top-sns ul {
	display: flex;
}
#top-sns li {
	width: 260px;
}
#top-sns li + li {
	margin-left: 24px;
}
#top-sns li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 164px;
	color: #fff;
	transition: all 300ms ease-out;
}
#top-sns li.x a {
	background: #221714;
}
#top-sns li.instagram a {
	background: url(../img/bg_instagram.jpg) 50% 50% no-repeat;
	background-size: 100% auto;
}
#top-sns li a:hover {
	opacity: 0.8;
}


#top-sns .text dl {
	margin: 30px 0 0;
}
#top-sns .text dt {
}
#top-sns .text dd {
}
#top-sns .text dd a {
	position: relative;
	display: inline-block;
	text-decoration: underline;
}
#top-sns .text dd a:hover {
	text-decoration: none;
}
#top-sns .text dd a .external {
	margin-left: 10px;
}

/*
#top-sns .text dd a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 4px;
	background: #000;
	
	transition: all 300ms ease-out;
	transform: scaleX(0);
	transform-origin: left bottom;
}
#top-sns .text dd a:hover::after {
	transform: scaleX(1);
}
*/




#top-sns ul dl {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#top-sns ul dt {
	width: 48px;
}
#top-sns ul dd {
	margin: 24px 0 0;
	font-size: 1rem;
}






/* ---------------------------------------------------------------------------------------------------- */
/* Area */


body.area main {
	padding-top: 90px;
}

#area-top-header {
	position: relative;
	margin: 0 0 80px;
}
#area-top-header .inner {
	box-sizing: border-box;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 82px 40px 0;
	text-align: center;
}

#area-top-header h1 {
	font-size: 3rem;
}
#area-top-header h2 {
	margin: 85px 0 0;
	font-size: 2.375rem;
}
#area-top-header p {
	margin: 25px 0 0;
	font-size: 1rem;
	line-height: 2;
}


#motion-map {
	position: relative;
	width: 920px;
	height: 800px;
	margin: 0 auto;
}
#motion-map .motion {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
#motion-map .map {
	position: relative;
	width: 100%;
	z-index: 1;
}


#motion-map::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 1px);
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
	background: url(../img/map_cover.png) 0 0 no-repeat;
	background-size: 100% 100%;
}



#map-notice {
	margin: 90px 0 0;
	font-size: 0.875rem;
	line-height: 1.7;
	text-align: center;
}


#motion-map .link a {
	position: absolute;
	display: block;
	width: 198px;
	height: 78px;
	z-index: 20;
}
#motion-map .link a .button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 47px;
	font-size: 1.125rem;
	border-radius: 24px;
	background: #fff;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#motion-map .link a .button::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
#motion-map .link a .button i {
	position: absolute;
	display: block;
	width: 8px;
	height: 14px;
	right: 20px;
	top: calc(50% - 7px);
	z-index: 10;
	background: transparent url(../img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 8px auto;
	transition: all 300ms ease-out;
}

#motion-map .link .label {
	margin: 11px 0 0;
	font-size: 0.875rem;
	line-height: 1;
	text-align: center;
}
#motion-map .link .label img {
	width: auto;
	height: 18px;
}

#motion-map .link a:hover .button {
	color: #fff;
	background: #757575;
}
#motion-map .link a:hover .button::after {
	opacity: 0;
}
#motion-map .link a:hover .button i {
	filter: invert(1) brightness(1.1);
}





#motion-map .link a.tobu {
	left: 611px;
	top: 466px;
	color: #298d2f;
}
#motion-map .link a.tobu .button::after {
	background-image: url(../img/button_tobu.png);
}


#motion-map .link a.eibi {
	left: 549px;
	top: 204px;
	color: #32a973;
}
#motion-map .link a.eibi .button::after {
	background-image: url(../img/button_eibi.png);
}


#motion-map .link a.kusagi {
	left: 135px;
	top: 193px;
	color: #00557c;
}
#motion-map .link a.kusagi .button::after {
	background-image: url(../img/button_kusagi.png);
}


#motion-map .link a.nanbu {
	left: 272px;
	top: 579px;
	color: #70982f;
}
#motion-map .link a.nanbu .button::after {
	background-image: url(../img/button_nanbu.png);
}









#area-header {
	position: relative;
	height: 250px;
}
#area-header .inner {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1280px;
	height: 250px;
	margin: 0 auto;
	padding: 0 40px;
}
#area-header .inner::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 20;
	background-position: 50% 100%;
	background-size: 1200px 2px;
	background-repeat: no-repeat;
}

#area-header h1 {
	font-size: 2.375rem;
}
#area-header strong {
	font-size: 3rem;
}

#area-header .fig {
	position: absolute;
	width: 248px;
	height: 248px;
	right: 60px;
	top: -1px;
	pointer-events: none;
}





#area-shortcut {
	margin: 65px 0 0;
	padding: 67px 0 0;
	background-position: 50% 0;
	background-size: 1200px 2px;
	background-repeat: no-repeat;
}

#area-shortcut ul {
	display: flex;
	justify-content: space-between;
}
#area-shortcut li {
	width: calc((100% - 30px) / 4);
	aspect-ratio: 1 / 1;
}
#area-shortcut a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 15px 15px 0 15px;
	overflow: hidden;
}
#area-shortcut a::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(0,0,0,0.2);
}

#area-shortcut a i {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	right: 0;
	bottom: 0;
	z-index: 20;
	background: #fff;
	transition: all 300ms ease-out;
}
#area-shortcut a i::after {
	position: absolute;
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	left: 0;
	top: 0;
	z-index: 20;
	background: transparent url(../img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 8px auto;
	transition: all 300ms ease-out;
}
#area-shortcut a span {
	position: relative;
	z-index: 20;
}

#area-shortcut a:hover i {
	background: #757575;
}
#area-shortcut a:hover i::after {
	filter: invert(1);
	transform: translateX(3px);
}


#area-shortcut .top a {
	background-image: url(../img/shortcut_area.jpg);
}
#area-shortcut .tobu a {
	background-image: url(../img/shortcut_tobu.jpg);
}
#area-shortcut .eibi a {
	background-image: url(../img/shortcut_eibi.jpg);
}
#area-shortcut .kusagi a {
	background-image: url(../img/shortcut_kusagi.jpg);
}
#area-shortcut .nanbu a {
	background-image: url(../img/shortcut_nanbu.jpg);
}

body.area-top #area-shortcut .top,
body.tobu #area-shortcut .tobu,
body.eibi #area-shortcut .eibi,
body.kusagi #area-shortcut .kusagi,
body.nanbu #area-shortcut .nanbu
{
	display: none;
}




body.area-top #area-header .inner::after,
body.area-top #area-shortcut,
body.area-top .column-section .sub .profile {
	background-image: url(../img/border_areatop.png);
}
body.tobu #area-header .inner::after,
body.tobu #area-shortcut,
body.tobu .column-section .sub .profile {
	background-image: url(../img/border_tobu.png);
}
body.eibi #area-header .inner::after,
body.eibi #area-shortcut,
body.eibi .column-section .sub .profile {
	background-image: url(../img/border_eibi.png);
}
body.kusagi #area-header .inner::after,
body.kusagi #area-shortcut,
body.kusagi .column-section .sub .profile  {
	background-image: url(../img/border_kusagi.png);
}
body.nanbu #area-header .inner::after,
body.nanbu #area-shortcut,
body.nanbu .column-section .sub .profile  {
	background-image: url(../img/border_nanbu.png);
}



/*
body.tobu #area-header .fig {
	right: 68px;
	top: -192px;
}

body.eibi #area-header .fig {
	right: 15px;
	top: -15px;
}

body.kusagi #area-header .fig {
	right: -80px;
	top: -15px;
}

body.nanbu #area-header .fig {
	right: -80px;
	top: -194px;
}
*/




body.area .column-section {
	margin-top: 0;
	padding-top: 0;
	background: none;
}
body.tobu .column-section h3,
body.tobu .column-section .sub .nagaoka .balloon span {
	color: #27872e;
}
body.eibi .column-section h3,
body.eibi .column-section .sub .nagaoka .balloon span {
	color: #008558;
}
body.kusagi .column-section h3,
body.kusagi .column-section .sub .nagaoka .balloon span {
	color: #005381;
}
body.nanbu .column-section h3,
body.nanbu .column-section .sub .nagaoka .balloon span {
	color: #638005;
}


body.area-top .column-section {
	margin-top: 65px;
	padding-top: 67px;
	background: transparent url(../img/border_areatop.png) 50% 0 no-repeat;
	background-size: 1200px auto;
}


#area-map {
	position: relative;
	min-height: 700px;
}
#area-map .base img {
	border-radius: 15px;
}
#area-map .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#area-map + * {
	margin-top: 50px;
}

#area-map .link a {
	position: absolute;
	width: 23.57142857%;
	aspect-ratio: 198 / 146;
	z-index: 100;
	cursor: pointer;
	
	background: rgba(255,0,0,0.4);
	background: none;
}
#area-map .link a i {
	position: absolute;
	width: 28px;
	height: 28px;
	right: 10px;
	top: 7px;
	background: #fff;
	border-radius: 14px;
	transition: all 300ms ease-out;
}
#area-map .link a i::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/circle_mini.png) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
#area-map .link a i::after {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	left: calc(50% - 6px);
	top: calc(50% - 6px);
	background: url(../img/plus.png) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}


#area-map .link a:hover i {
	background: #757575;
}
#area-map .link a:hover i::before {
	filter: invert(0.45);
}
#area-map .link a:hover i::after {
	filter: invert(1) brightness(1.1);
}





/* TOBU */

body.tobu #area-map .link a:nth-child(1) {
	left: calc(16 / 840 * 100%);
	top: calc(191 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(2) {
	left: calc(16 / 840 * 100%);
	top: calc(454 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(3) {
	left: calc(16 / 840 * 100%);
	top: calc(610 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(4) {
	left: calc(16 / 840 * 100%);
	top: calc(765 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(5) {
	left: calc(16 / 840 * 100%);
	top: calc(945 / 1189 * 100%);
	aspect-ratio: 198 / 225;
}
body.tobu #area-map .link a:nth-child(6) {
	left: calc(256 / 840 * 100%);
	top: calc(80 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(7) {
	left: calc(256 / 840 * 100%);
	top: calc(236 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(8) {
	left: calc(236 / 840 * 100%);
	top: calc(910 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(9) {
	left: calc(501 / 840 * 100%);
	top: calc(80 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(10) {
	left: calc(628 / 840 * 100%);
	top: calc(254 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(11) {
	left: calc(628 / 840 * 100%);
	top: calc(542 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(12) {
	left: calc(628 / 840 * 100%);
	top: calc(746 / 1189 * 100%);
}
body.tobu #area-map .link a:nth-child(13) {
	left: calc(628 / 840 * 100%);
	top: calc(934 / 1189 * 100%);
}




/* EIBI */

body.eibi #area-map .link a:nth-child(1) {
	left: calc(16 / 840 * 100%);
	top: calc(20 / 1189 * 100%);
}
body.eibi #area-map .link a:nth-child(2) {
	left: calc(16 / 840 * 100%);
	top: calc(300 / 1189 * 100%);
}
body.eibi #area-map .link a:nth-child(3) {
	left: calc(16 / 840 * 100%);
	top: calc(929 / 1189 * 100%);
}
body.eibi #area-map .link a:nth-child(4) {
	left: calc(295 / 840 * 100%);
	top: calc(20 / 1189 * 100%);
}
body.eibi #area-map .link a:nth-child(5) {
	left: calc(344 / 840 * 100%);
	top: calc(708 / 1189 * 100%);
}
body.eibi #area-map .link a:nth-child(6) {
	left: calc(230 / 840 * 100%);
	top: calc(1011 / 1189 * 100%);
}
body.eibi #area-map .link a:nth-child(7) {
	left: calc(501 / 840 * 100%);
	top: calc(20 / 1189 * 100%);
}
body.eibi #area-map .link a:nth-child(8) {
	left: calc(626 / 840 * 100%);
	top: calc(175 / 1189 * 100%);
}
body.eibi #area-map .link a:nth-child(9) {
	left: calc(626 / 840 * 100%);
	top: calc(359 / 1189 * 100%);
}
body.eibi #area-map .link a:nth-child(10) {
	left: calc(626 / 840 * 100%);
	top: calc(708 / 1189 * 100%);
}
body.eibi #area-map .link a:nth-child(11) {
	left: calc(549 / 840 * 100%);
	top: calc(929 / 1189 * 100%);
	aspect-ratio: 198 / 168;
}




/* KUSAGI */

body.kusagi #area-map .link a:nth-child(1) {
	left: calc(20 / 840 * 100%);
	top: calc(54 / 1189 * 100%);
	aspect-ratio: 198 / 168;
}
body.kusagi #area-map .link a:nth-child(2) {
	left: calc(20 / 840 * 100%);
	top: calc(265 / 1189 * 100%);
}
body.kusagi #area-map .link a:nth-child(3) {
	left: calc(20 / 840 * 100%);
	top: calc(928 / 1189 * 100%);
}
body.kusagi #area-map .link a:nth-child(4) {
	left: calc(314 / 840 * 100%);
	top: calc(54 / 1189 * 100%);
}
body.kusagi #area-map .link a:nth-child(5) {
	left: calc(194 / 840 * 100%);
	top: calc(518 / 1189 * 100%);
}
body.kusagi #area-map .link a:nth-child(6) {
	left: calc(314 / 840 * 100%);
	top: calc(719 / 1189 * 100%);
}
body.kusagi #area-map .link a:nth-child(7) {
	left: calc(622 / 840 * 100%);
	top: calc(142 / 1189 * 100%);
}
body.kusagi #area-map .link a:nth-child(8) {
	left: calc(622 / 840 * 100%);
	top: calc(719 / 1189 * 100%);
}
body.kusagi #area-map .link a:nth-child(9) {
	left: calc(466 / 840 * 100%);
	top: calc(928 / 1189 * 100%);
}




/* NANBU */

body.nanbu #area-map .link a:nth-child(1) {
	left: calc(80 / 840 * 100%);
	top: calc(87 / 1189 * 100%);
}
body.nanbu #area-map .link a:nth-child(2) {
	left: calc(80 / 840 * 100%);
	top: calc(300 / 1189 * 100%);
	aspect-ratio: 198 / 168;
}
body.nanbu #area-map .link a:nth-child(3) {
	left: calc(20 / 840 * 100%);
	top: calc(490 / 1189 * 100%);
}
body.nanbu #area-map .link a:nth-child(4) {
	left: calc(20 / 840 * 100%);
	top: calc(783 / 1189 * 100%);
}
body.nanbu #area-map .link a:nth-child(5) {
	left: calc(20 / 840 * 100%);
	top: calc(949 / 1189 * 100%);
}
body.nanbu #area-map .link a:nth-child(6) {
	left: calc(404 / 840 * 100%);
	top: calc(87 / 1189 * 100%);
	aspect-ratio: 198 / 168;
}
body.nanbu #area-map .link a:nth-child(7) {
	left: calc(230 / 840 * 100%);
	top: calc(670 / 1189 * 100%);
}
body.nanbu #area-map .link a:nth-child(8) {
	left: calc(249 / 840 * 100%);
	top: calc(1022 / 1189 * 100%);
}
body.nanbu #area-map .link a:nth-child(9) {
	left: calc(622 / 840 * 100%);
	top: calc(87 / 1189 * 100%);
}
body.nanbu #area-map .link a:nth-child(10) {
	left: calc(622 / 840 * 100%);
	top: calc(516 / 1189 * 100%);
}
body.nanbu #area-map .link a:nth-child(11) {
	left: calc(458 / 840 * 100%);
	top: calc(718 / 1189 * 100%);
}
body.nanbu #area-map .link a:nth-child(12) {
	left: calc(592 / 840 * 100%);
	top: calc(1000 / 1189 * 100%);
	aspect-ratio: 198 / 168;
}













/* ---------------------------------------------------------------------------------------------------- */
/* About */

.about-section {
	max-width: 845px;
	margin: 180px auto 0;
}
.about-section h1 {
	margin: 0 0 90px;
	font-size: 3rem;
	text-align: center;
}

.about-section .box + .box {
	margin-top: 50px;
	padding-top: 52px;
	background: transparent url(../img/border_column_black.png) 50% 0 no-repeat;
	background-size: 1200px 2px;
}

.about-section .box p {
	font-size: 1rem;
	line-height: 2;
}
.about-section .box p + p {
	margin-top: 50px;
}

.about-section .box h2 {
	margin: 0 0 20px;
	font-size: 	1.5rem;
}









/* ---------------------------------------------------------------------------------------------------- */
/* Viewer */

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2000;
	background: rgba(255,255,255,0.75);
}
#viewer {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2001;
}
#viewer-content {
	box-sizing: border-box;
	position: relative;
	background: #fff;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
}
#viewer-content.size-l {
	width: 840px;
}
#viewer-content.size-m {
	width: 630px;
}
#viewer-content.size-s {
	width: 355px;
}

body.tobu #viewer-content {
	color: #27872e;
	border-color: #298d30;
}
body.eibi #viewer-content {
	color: #008558;
	border-color: #1c9C69;
}
body.kusagi #viewer-content {
	color: #005381;
	border-color: #005281;
}
body.nanbu #viewer-content {
	color: #638005;
	border-color: #298D30;
}


#viewer dl {
	padding: 20px 24px;
}
#viewer dt {
	font-size: 1.125rem;
	line-height: 1.7;
}
#viewer dd {
	margin: 10px 0 0;
	font-size: 1rem;
	line-height: 2;
}

#viewer span {
	position: relative;
	display: block;
	min-height: 200px;
	border-radius: 3px 3px 0 0;
}


#viewer .close {
	position: absolute;
	width: 42px;
	height: 42px;
	right: 12px;
	top: 12px;
	z-index: 10;
	font-size: 0;
	background: #fff;
	border: none;
	border-radius: 21px;
	overflow: hidden;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#viewer .close i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#viewer .close i::before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	z-index: 1;
	background: url(../img/close.png) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
#viewer .close i::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/circle_large.png) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}

#viewer .close:hover {
	background-color: #757575;
}
#viewer .close:hover i::before {
	filter: invert(1) brightness(1.2);
}
#viewer .close:hover i::after {
	filter: invert(0.45);
}


#viewer .prev,
#viewer .next {
	position: absolute;
	display: flex;
	align-items: flex-end;
	width: 32px;
	height: 50px;
	top: calc(50% - 25px);
	z-index: 20;
	padding: 0;
	font-size: 1rem;
	font-weight: 700;
	white-space: nowrap;
	border: none;
	background: none;
	cursor: pointer;
}
/*
#viewer .prev {
	left: -56px;
}
#viewer .next {
	right: -56px;
}
*/

#viewer .prev {
	left: calc(50% - 474px);
}
#viewer .next {
	right: calc(50% - 474px);
}


#viewer .prev i,
#viewer .next i {
	position: absolute;
	display: block;
	width: 100%;
	height: 14px;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
#viewer .prev i {
	background-image: url(../img/arrow_popup_prev.png);
}
#viewer .next i {
	background-image: url(../img/arrow_popup_next.png);
}

#viewer .prev:hover i {
	transform: translateX(-4px);
}
#viewer .next:hover i {
	transform: translateX(4px);
}




#viewer.ready,
#viewer.hide {
	opacity: 0 !important;
}





#viewer ul {
	position: absolute;
	display: flex;
	height: 80px;
	right: 24px;
	bottom: -40px;
	z-index: 10;
}
#viewer li {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	overflow: hidden;
}
#viewer li + li {
	margin-left: 16px;
}
#viewer li a {
	position: relative;
	display: block;
	cursor: pointer;
}
#viewer li a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 300ms ease-out;
}
#viewer li a:hover::after {
	opacity: 1;
}
#viewer li img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}




#overlay,
#viewer {
	opacity: 0;
	transition: all 300ms ease-out;
}
body.viewer #overlay,
body.viewer #viewer {
	opacity: 1;
}







#person-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2100;
	background: rgba(0,0,0,0.7);
}
#person-viewer {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2101;
}
#person-content {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 5px;
	overflow: hidden;
}

#person-content button {
	position: absolute;
	width: 42px;
	height: 42px;
	right: 12px;
	top: 12px;
	z-index: 10;
	font-size: 0;
	background: #fff;
	border: none;
	border-radius: 21px;
	overflow: hidden;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#person-content button i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#person-content button i::before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	z-index: 1;
	background: url(../img/close.png) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
#person-content button i::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/circle_large.png) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}

#person-content button:hover {
	background-color: #757575;
}
#person-content button:hover i::before {
	filter: invert(1) brightness(1.2);
}
#person-content button:hover i::after {
	filter: invert(0.45);
}




#person-content .profile {
	width: 300px;
	padding: 80px 0;
}
#person-content .extra {
	display: flex;
	align-items: flex-end;
}
#person-content .photo {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	overflow: hidden;
}
#person-content .balloon {
	position: relative;
	width: 224px;
	z-index: 10;
	margin-right: -4px;
}
#person-content .balloon span {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	line-height: 1.75;
	color: #fff;
}

#person-content .profile.reverse .extra {
	flex-direction: row-reverse;
}
#person-content .profile.reverse .balloon {
	margin-right: 0;
	margin-left: -4px;
}

#person-content .profile.left .extra {
	align-items: center;
}
#person-content .profile.left .photo {
	margin-top: 8px;
}
#person-content .profile.left .balloon span {
	padding-right: 0;
	padding-left: 22px;
}
#person-content .profile.right .balloon span {
	padding-right: 10px;
	padding-left: 0;
}


#person-content dl {
	margin: 30px 0 0;
}
#person-content dt {
	font-size: 1.125rem;
	line-height: 1.75;
}
#person-content dd {
	margin-top: 10px;
	font-size: 1rem;
	line-height: 2;
}
#person-content dd.multi {
	display: flex;
	justify-content: space-between;
}
#person-content dd.multi .option {
	width: 80px;
}
#person-content dd.multi p {
	width: calc(100% - 80px - 22px);
	margin-top: -0.25em;
	font-size: 1rem;
	line-height: 2;
}



#person-content .profile.nagaoka .extra {
	position: relative;
	display: block;
	padding-bottom: 65px;
}
#person-content .profile.nagaoka .balloon {
	width: 100%;
	margin: 0;
}
#person-content .profile.nagaoka .extra .photo {
	position: absolute;
	left: 130px;
	bottom: 0;
}


body.tobu #person-content .profile.nagaoka .balloon span {
	color: #27872e;
}
body.eibi #person-content .profile.nagaoka .balloon span {
	color: #008558;
}
body.kusagi #person-content .profile.nagaoka .balloon span {
	color: #005381;
}
body.nanbu #person-content .profile.nagaoka .balloon span {
	color: #638005;
}




#person-overlay,
#person-viewer {
	opacity: 0;
	transition: all 300ms ease-out;
}
body.person #person-overlay,
body.person #person-viewer {
	opacity: 1;
}























































































































