@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}
#contents {
	padding: 0;
}
#contents.mt {
	padding-top: 110px;
}
#contents .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#contents .inner.w100 {
	width: 100%;
}
#contents p {
	font-size: 1.066rem;
	line-height: 1.8;
}
#contents p.large {
	font-size: 1.2rem;
}
#contents p.xlarge {
	font-size: 1.333rem;
}
#contents p.small {
	font-size: 0.866rem;
}
sup {
	font-size: 60%;
	vertical-align: top;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.col-block + .col-block {
	margin-top: 100px;
}
.ttl-box + .col-box,
.col-box + .col-box {
	margin-top: 1rem;
}
.col-box + .col-box.mt0rem {
	margin-top: 0rem;
}
.ttl-box + .col-box.mt05rem,
.col-box + .col-box.mt05rem {
	margin-top: 0.5rem;
}
.ttl-box + .col-box.mt1rem,
.col-box + .col-box.mt1rem {
	margin-top: 1rem;
}
.ttl-box + .col-box.mt15rem,
.col-box + .col-box.mt15rem {
	margin-top: 1.5rem;
}
.ttl-box + .col-box.mt2rem,
.col-box + .col-box.mt2rem {
	margin-top: 2rem;
}
.ttl-box + .col-box.mt25rem,
.col-box + .col-box.mt25rem {
	margin-top: 2.5rem;
}
.ttl-box + .col-box.mt3rem,
.col-box + .col-box.mt3rem {
	margin-top: 3rem;
}
.ttl-box + .col-box.mt35rem,
.col-box + .col-box.mt35rem {
	margin-top: 3.5rem;
}
.ttl-box + .col-box.mt4rem,
.col-box + .col-box.mt4rem {
	margin-top: 4rem;
}
.ttl-box + .col-box.mt5rem,
.col-box + .col-box.mt5rem {
	margin-top: 5rem;
}
.ttl-box + .col-box.mt6rem,
.col-box + .col-box.mt6rem {
	margin-top: 6rem;
}

#main {
	position: relative;
}
#main > figure {
	position: relative;
}
#main > figure img {
	width: 100%;
}
#main > figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	font-size: 0.866rem;
}
#main > figure figcaption.left {
	right: auto;
	left: 0.8em;
}
#main > figure figcaption.out {
	right: 0.8em;
	bottom: -1.8em;
}
#main > figure figcaption.white {
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
	color: #FFF;
	font-weight: bold;
}

.img-box {
	position: relative;
	display: inline-block;
}
.img-box figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: left;
}
.img-box figcaption.right {
	text-align: right;
}
.img-box figcaption.center {
	text-align: center;
}
.img-box figcaption.in {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	margin-top: 0;
	text-align: right;
}
.img-box figcaption.white {
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
	color: #FFF;
	font-weight: bold;
}

.caption {
	width: 1200px;
	margin: 100px auto 0 auto;
	padding: 1.6em 0 0 0;
	border-top: 1px solid rgba(0,0,0,.15);
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: left;
}



/****************************************************************************************************
タイトル共通
****************************************************************************************************/
.ttl-box {
	position: relative;
	z-index: 10;
}
.ttl-box div {
	color: #006598;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 1.733rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.ttl-box div + h2 {
	margin-top: 0.5em;
}
.ttl-box h2 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 0.1em;
}



/****************************************************************************************************
ataracity
****************************************************************************************************/
#ataracity {
	padding-bottom: 200px;
	background: url(../img/ataracity/bg.jpg) repeat center top;
	background-size: cover;
}
#ataracity-intro {
	background: url(../img/ataracity/arrow.png) no-repeat center top;
}
#contents .ataracity-ttl p {
	margin-top: 60px;
	font-size: 1.333rem;
	letter-spacing: 0.1em;
	line-height: 2.4;
}
#ataracity-mark {
	margin-top: 100px;
}

.ataracity-block {
	position: relative;
}
.ataracity-block + .ataracity-block {
	margin-top: 150px;
}
.ataracity-bg {
	position: absolute;
	left: 0;
	top:  0;
	width: 100%;
	height: 100%;
}
.ataracity-bg figure {
	position: relative;
	width: 100%;
	height: 100%;
}
.ataracity-bg figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ataracity-bg figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	font-size: 0.866rem;
}
.ataracity-bg figure figcaption.white {
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
	color: #FFF;
	font-weight: bold;
}

.ataracity-text {
	position: relative;
	display: inline-block;
	width: 1200px;
	margin: auto;
	padding: 70px 80px 140px 80px;
	text-align: left;
	color: #FFF;
}
.ataracity-text > .eng {
	color: rgba(255,255,255,.3);
	font-family: "Big Caslon Medium", Garamond, "Times New Roman", serif;
	font-size: 6.666rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.ataracity-text-block {
	display: inline-block;
	text-align: left;
}
.ataracity-text h2 {
	margin-top: 80px;
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.ataracity-text-box {
	margin-top: 80px;
	padding-left: 100px;
}
.ataracity-text-box + .ataracity-text-box {
	margin-top: 46px;
}
.ataracity-text-box h3 {
	position: relative;
	display: inline-block;
	font-size: 1.733rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.ataracity-text-box h3::before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 1px;
	left: calc(-100vw - 10px);
	top: 0.7em;
	background: rgba(255,255,255,.5);
}
#contents .ataracity-text-box p {
	margin-top: 20px;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	line-height: 2.2;
}

.ataracity-img {
	position: absolute;
	left: 50%;
	bottom: -100px;
	transform: translate(-50px, 0);
}
.ataracity-img figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	font-size: 0.866rem;
}
.ataracity-img figure figcaption.white {
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
	color: #FFF;
	font-weight: bold;
}

.ataracity-bg figure::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	clip-path: polygon(0 0, 40% 0, 70% 100%, 0% 100%);
	background-color: rgba(0,119,174,.8);
}
.ataracity-caption {
	position: absolute;
	left: 0.8em;
	bottom: 0.8em;
	color: #FFF;
	font-weight: bold;
}

.ataracity-block:nth-of-type(even) .ataracity-bg figure figcaption {
	right: auto;
	left: 0.8em;
}
.ataracity-block:nth-of-type(even) .ataracity-text {
	text-align: right;
}
.ataracity-block:nth-of-type(even) .ataracity-bg figure::after {
	left: auto;
	right: 0;
	clip-path: polygon(60% 0, 100% 0, 100% 100%, 30% 100%);
}
.ataracity-block:nth-of-type(even) .ataracity-text-box {
	padding-left: 0;
	padding-right: 0;
}
.ataracity-block:nth-of-type(even) .ataracity-text-box h3::before {
	left: auto;
	right: calc(-100vw - 10px);
	top: 0.7em;
}
.ataracity-block:nth-of-type(even) .ataracity-img {
	left: auto;
	right: 50%;
	transform: translate(50px, 0);
}

.ataracity-column {
	position: absolute;
	margin-top: 36px;
	color: #000;
}
.ataracity-column-inner {
	padding: 26px 30px;
	background: #FFF;
	border: 1px solid rgba(14,129,162,.5);
}
.ataracity-column .eng {
	color: #B5B3AA;
	font-size: 0.733rem;
	line-height: 1.6;
}
.ataracity-column h4 {
	color: #0F82A3;
	font-size: 1.466rem;
	line-height: 1.6;
}
#contents .ataracity-column p {
	margin-top: 0.5em;
	font-size: 0.933rem;
	line-height: 1.6;
}
#contents .ataracity-column p.small {
	margin-top: 0.5em;
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: right;
}



/****************************************************************************************************
access
****************************************************************************************************/
#access-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#access-img img {
	width: calc(100vw / 3);
}
#access-zu1,
#access-zu2 {
	margin-top: 80px;
}



/****************************************************************************************************
stop
****************************************************************************************************/
#stop {
	position: relative;
	color: #000;
	line-height: 1.8;
}
#stop-img .photo {
	position: relative;
}
#stop-img .photo img {
	object-fit: cover;
	width: 100%;
	height: 900px;
}
#stop-img .photo figcaption {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #FFF;
	font-size: 0.8rem;
}
#stop .stop-title h2 {
	color: #A1913A;
	font-size: 1.6rem;
}
#stop .stop-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*margin-top: 50px;*/
	padding: 80px 100px;
	background: rgba(255,255,255,.95);
	z-index: 2000;
	font-size: 1.2rem;
	box-shadow: 0 0 5px 5px rgba(0,0,0,.05);
}
.stop-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
}
.stop-btn div a {
	width: 260px;
	padding: 0.6em;
	display: block;
	background: #999;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}



@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	#contents.mt {
		padding-top: 8.0vw;
	}
	#contents .inner {
		width: 100%;
		padding: 10vw 4vw 10vw 4vw;
	}
	#contents .inner.w100 {
		width: 100%;
	}
	#contents p {
		font-size: 0.933rem;
		line-height: 1.8;
	}
	#contents p.large {
		font-size: 1.0rem;
	}
	#contents p.xlarge {
		font-size: 1.066rem;
	}
	#contents p.small {
		font-size: 0.733rem;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.col-block + .col-block {
		margin-top: 10vw;
	}
	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: calc(1rem * 0.75);
	}
	.col-box + .col-box.mt0rem {
		margin-top: calc(0rem * 0.75);
	}
	.ttl-box + .col-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: calc(0.5rem * 0.75);
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: calc(1rem * 0.75);
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: calc(1.5rem * 0.75);
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: calc(2rem * 0.75);
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: calc(2.5rem * 0.6);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.6);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.6);
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: calc(4rem * 0.5);
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.5);
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: calc(6rem * 0.5);
	}
	
	#main > figure figcaption {
		font-size: 0.533rem;
	}
	
	.img-box figcaption {
		font-size: 0.533rem;
	}
	
	.caption {
		width: 100%;
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	.spLeft {
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	タイトル共通
	****************************************************************************************************/
	.ttl-box div {
		font-size: 1.466rem;
		letter-spacing: 0;
	}
	.ttl-box div + h2 {
		margin-top: 0.3em;
	}
	.ttl-box h2 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	
	
	/****************************************************************************************************
	ataracity
	****************************************************************************************************/
	#main.ataracity > figure img {
		width: 130%;
	}
	#ataracity {
		padding-bottom: 16vw;
	}
	#ataracity-intro {
		background-size: 140vw auto;
	}
	#ataracity-copy {
		width: 70vw;
		margin: auto;
	}
	#contents .ataracity-ttl p {
		margin-top: 8vw;
		font-size: 1.0rem;
		letter-spacing: 0;
		line-height: 2.4;
	}
	#ataracity-mark {
		margin-top: 6vw;
	}
	
	.ataracity-block + .ataracity-block {
		margin-top: 16vw;
	}
	.ataracity-bg figure figcaption {
		font-size: 0.533rem;
		text-align: left;
	}
	
	.ataracity-text {
		width: 92vw;
		padding: 4vw 0 16vw 0;
	}
	.ataracity-text > .eng {
		font-size: 2.4rem;
	}
	.ataracity-text h2 {
		margin-top: 3vw;
		font-size: 1.6rem;
	}
	.ataracity-text-box {
		margin-top: 5vw;
		padding-left: 4vw;
	}
	.ataracity-text-box + .ataracity-text-box {
		margin-top: 4vw;
	}
	.ataracity-text-box h3 {
		font-size: 1.0rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.ataracity-text-box h3::before {
		left: calc(-100vw - 1vw);
		top: 0.7em;
	}
	#contents .ataracity-text-box p {
		margin-top: 2vw;
		font-size: 0.666rem;
		letter-spacing: 0;
		line-height: 1.8;
	}
	
	.ataracity-img {
		width: 40vw;
		bottom: -12vw;
		transform: translate(-3vw, 0);
	}
	.ataracity-img figure figcaption {
		font-size: 0.533rem;
	}
	
	.ataracity-bg figure::after {
		clip-path: polygon(0 0, 60% 0, 90% 100%, 0% 100%);
	}
	.ataracity-caption {
		font-size: 0.533rem;
	}
	
	.ataracity-block:nth-of-type(even) .ataracity-bg figure::after {
		clip-path: polygon(40% 0, 100% 0, 100% 100%, 10% 100%);
	}
	.ataracity-block:nth-of-type(even) .ataracity-text-box h3::before {
		right: calc(-100vw - 1vw);
		top: 0.7em;
	}
	.ataracity-block:nth-of-type(even) .ataracity-img {
		transform: translate(3vw, 0);
	}
	
	.ataracity-column {
		position: static;
		margin-top: 4vw;
		width: 56vw;
	}
	.ataracity-column-inner {
		padding: 3vw;
	}
	.ataracity-column .eng {
		font-size: 0.533rem;
	}
	.ataracity-column h4 {
		font-size: 0.866rem;
	}
	#contents .ataracity-column p {
		font-size: 0.6rem;
		line-height: 1.6;
	}
	#contents .ataracity-column p.small {
		color: #FFF;
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	#access-img {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#access-img img {
		width: 100%;
	}
	#access-zu1,
	#access-zu2 {
		margin-top: 10vw;
	}
	
	
	
	/****************************************************************************************************
	stop
	****************************************************************************************************/
	#stop-img .photo::before {
		display: none;
	}
	#stop-img .photo img {
		height: 120vw;
	}
	#stop-img .photo figcaption {
		left: 1em;
		bottom: 1em;
		font-size: 0.533rem;
	}
	#stop .stop-title h2 {
		font-size: 1.4rem;
	}
	#stop .stop-box {
		width: 92vw;
		margin-top: 5vw;
		padding: 8vw 8vw;
	}
	.stop-btn {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 3vw;
		margin-top: 6vw;
	}
	.stop-btn div a {
		width: 72vw;
		font-size: 1.4rem;
	}
	
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}