@charset "UTF-8";

/* mainv_block
----------------------------------------*/
.mainv_block {
	background-color: #fff;
	position: relative;
}
.mainv_block img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: none;
}
.mv {
	position: relative;
}
.mv01 {
	display: flex;
}
.mv01 img {
	opacity: 0;
}
.mv01_left {
	width: 50%;
}
.mv01_left02 {
	display: flex;
}
.mv01_left02 > figure {
	width: calc(241 / 683 * 100%);
}
.mv01_left02 > div {
	width: calc(442 / 683 * 100%);
}
.mv01_left02 div div {
	display: flex;
}
.mv01_right {
	width: 50%;
}
.mv01_right01 {
	display: flex;
}
.fade-in {
	animation: fadeIn 1.4s ease forwards;
}
.mv02 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	animation-fill-mode: forwards;
	animation-duration: 2.5s;
	animation-delay: 5s;
	animation-name: main_scene02;
	z-index: 2;
}
.mv02 .mv02_txt {
	position: absolute;
	top: 19rem;
	left: 0;
	text-align: center;
	width: 100%;
	color: #ffffff;
	text-shadow: 0px 0px 16px rgba(0, 30, 132, 0.79);
}
.mv02 .mv02_txt h2 {
	font-size: 5rem;
	line-height: 1.2;
	letter-spacing: 0;
	opacity: 0;
	filter: blur(5px);
	animation-fill-mode: forwards;
	animation-duration: 2.5s;
	animation-delay: 11s;
	animation-name: main_txt;
}
.mv02 .mv02_txt h2 small {
	font-size: 1.6rem;
	display: block;
}
.mv02 .mv02_txt h2 > span {
	font-size: 4.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv02 .mv02_txt h2 span.tate {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	margin: .5rem 0 0 .5rem;
}
.mv02 .mv02_txt p {
	font-size: 2.5rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: calc(20 / 1366 * 100vw);
	opacity: 0;
	filter: blur(5px);
	animation-fill-mode: forwards;
	animation-duration: 2.5s;
	animation-delay: 9s;
	animation-name: main_txt;
}
.mv02 .mv02_txt p sup {
	font-size: 1.1rem;
	vertical-align: 1.3rem;
}
@media only screen and (max-width: 768px) {
	.mv01 {
		flex-direction: column;
	}
	.mv01_left,
	.mv01_right {
		width: 100%;
	}
	.mv02 .mv02_txt {
		top: 10.5rem;
		text-shadow: 0px 0px 16px rgba(0, 30, 132, 0.79),0px 0px 10px rgba(0, 30, 132, 1);
	}
	.mv02 .mv02_txt h2 {
		font-size: 2.6rem;
	}
	.mv02 .mv02_txt h2 small {
		font-size: 1.3rem;
		margin-bottom: 0.5rem;
	}
	.mv02 .mv02_txt h2 > span {
		font-size: 2.3rem;
	}
	.mv02 .mv02_txt h2 span.tate {
		font-size: 0.8rem;
		letter-spacing: 0;
		margin: .3rem 0 0 .3rem;
	}
	.mv02 .mv02_txt p {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.mv02 .mv02_txt p sup {
		font-size: .8rem;
	}
}

@keyframes fadeIn {
	from { 
		opacity: 0;
		transform: scale(1.1);
		filter: blur(5px);
	}
	to {
		opacity: 1;
		transform: scale(1);
		filter: blur(0);
	}
}
@keyframes main_scene02 {
	0% {
		opacity: 0;
		filter: blur(5px);
		pointer-events: none;
	}
	100% {
		opacity: 1;
		filter: blur(0);
		pointer-events: auto;
	}
}
@keyframes main_txt {
	0% {
		opacity: 0;
		filter: blur(5px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}

.info_wrap {
}
.info_wrap .merit {
	padding: 1.2rem 0 1.5rem;
	background: #1B4065;
}
/*.info_wrap .merit::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right,#e8f4fc 0%, #d7f2f6 58.62%, #9fedd5 100%);
	mix-blend-mode: multiply;
}*/
.info_wrap p {
	color: #FFFFFF;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	column-gap: 2rem;
	margin-bottom: 1.5rem;
}
.info_wrap p span {
	padding: 0 .6rem .3rem;
	border-bottom: .1rem solid #FFFFFF;
}
.info_wrap .merit ul {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 6.7rem;
}
/*.info_wrap .merit li {
	color: #FFFFFF;
	font-size: 2.3rem;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	position: relative;
}*/
.info_wrap .merit li a {
	display: block;
	color: #FFFFFF;
	font-size: 2.3rem;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	position: relative;
	transition: .4s;
}
.info_wrap .merit li a:not(.off)::before,
.info_wrap .merit li a:not(.off)::after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: 0px;
	width: 30px;
	height: 1px;
	background: #FFFFFF;
}
.info_wrap .merit li a:not(.off)::after {
	bottom: -3px;
	right: -1px;
	width: 8px;
	transform: rotate(35deg);
}
.info_wrap .merit li a.off {
	pointer-events: none;
}
.info_wrap .merit li a:hover {
	opacity: .6;
}
.info_wrap .merit li:nth-child(4) a {
	padding-top: 2.4rem;
}
.info_wrap .merit li a span.icon_zeh01 {
	display: block;
	width: 8.6rem;
	line-height: 1;
	margin-bottom: -.8rem;
}
.info_wrap .merit li a span.icon_zeh02 {
	display: inline-block;
	width: 3.2rem;
	margin: 0 0 0 .6rem;
	line-height: 1.6;
}
.info_wrap .merit li a span.icon_zeh03 {
	font-size: 0.45em;
	line-height: 1;
	position: absolute;
	right: 3.3rem;
	top: 1.4rem;
}
.info_wrap .merit li a span.num {
	font-size: 3.4rem;
	line-height: 1;
	padding: 0 .1em;
}
.info_wrap .merit li a small {
	font-size: 1.4rem;
	letter-spacing: .15em;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 .4rem .5rem;
	border-bottom: .1rem solid #FFFFFF;
}
.info_wrap .merit li a sup {
	font-size: 0.4em;
	vertical-align: 1.2rem;
}
.info_wrap .merit li + li::before {
	content: "";
	width: 4.1rem;
	height: 4.1rem;
	background: url("../img/index/merit_cross.svg") no-repeat left top / 100% auto;
	position: absolute;
	left: -5.4rem;
	top: 50%;
	transform: translateY(-50%);
}
.info_wrap::before {
  content: "";
  background: url("../img/index/bg_info.png") no-repeat left top / cover;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.info_inner {
	text-align: center;
	padding: 9.8rem 0 8.8rem;
	position: relative;
  overflow: hidden;
}
.info_inner p {
	color: #C7B7A1;
	font-size: 20px;
	margin-bottom: 40px;
}
.info_inner h3 {
	color: #5C5C5C;
	font-size: 5rem;
	margin-bottom: 2rem;
}
.info_inner h3 span {
	color: #b94047;
}
.info_inner h4 {
	color: #5C5C5C;
	font-size: 3.8rem;
	margin-bottom: 5.6rem;
}
.info_inner .btn_wrap {
	display: flex;
	justify-content: center;
	gap: 4rem;
}
.info_inner .btn_inquiry a {
	color: #FFFFFF;
	font-size: 1.8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 34rem;
	height: 6rem;
	border-radius: 3rem;
	/*background: linear-gradient(to right,#1074b2 0%, #10a6b2 100%);*/
	background: linear-gradient(to right ,#1c4065 0%, #3f83a7 100%);
	/*margin: 0 auto;*/
	position: relative;
	transition: .4s;
	margin-bottom: 9rem;
}
.info_inner .btn_inquiry a:hover {
	opacity: .7;
}
.info_inner .btn_inquiry a::before {
	content: "";
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #93BFD6;
	mix-blend-mode: multiply;
	position: absolute;
	right: 1.4rem;
	top: 2rem;
	transition: .4s;
}
.info_inner .btn_reserve a {
	color: #FFFFFF;
	font-size: 1.8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 34rem;
	height: 6rem;
	border-radius: 3rem;
	background: linear-gradient(to right,#b2a18b 0%, #d7cbbb 100%);
	/*margin: 0 auto;*/
	position: relative;
	transition: .4s;
	margin-bottom: 9rem;
}
.info_inner .btn_reserve a:hover {
	opacity: .7;
}
.info_inner .btn_reserve a::before {
	content: "";
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #E5D9CA;
	mix-blend-mode: multiply;
	position: absolute;
	right: 1.4rem;
	top: 2rem;
	transition: .4s;
}
.info_inner .btn_inquiry a::after,
.info_inner .btn_reserve a::after {
	content: "";
	width: 3.6rem;
	height: .7rem;
	background: url("../img/common/right-arrow.svg") no-repeat right center / contain;
	position: absolute;
	right: 2.1rem;
	top: calc(50% - .3rem);
	transition: .4s;
}
.info_inner .btn_inquiry a:hover::before,
.info_inner .btn_reserve a:hover::before {
	right: .9rem;
}
.info_inner .btn_inquiry a:hover::after,
.info_inner .btn_reserve a:hover::after {
	right: 1.6rem;
}
.info_inner .news_wrap {
	display: flex;
	/*align-items: flex-start;*/
	max-width: 100rem;
	background: #FFFFFF;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 2.5rem 0 2.5rem 3.6rem;
}
.info_inner .news_wrap h5 {
	display: flex;
	column-gap: 1.4rem;
	font-size: 1.6rem;
	border-right: .1rem solid rgba(112,112,112,0.35);
	padding: .7rem 5.6rem .7rem 0;
	margin-right: 6rem;
}
.info_inner .news_wrap h5::before {
	content: "";
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #d9f2f7;
	margin-top: 0.8rem;
}
.info_inner .news_wrap div {
	padding-top: .9rem;
	flex: 1;
}
.info_inner .news_wrap dl {
	display: flex;
	column-gap: 3.4rem;
}
.info_inner .news_wrap dl + dl {
	margin-top: 2rem;
}
.info_inner .news_wrap dd {
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.info_wrap .merit {
		padding: 1rem 0;
	}
	.info_wrap p {
		font-size: 1.26rem;
		letter-spacing: -0.04em;
		display: block;
		text-align: center;
		margin-bottom: 1rem;
	}
	.info_wrap p span {
		display: inline-block;
		padding: 0 .3rem .3rem;
		border-bottom: .1rem solid #FFFFFF;
		margin-bottom: .7rem;
	}
	.info_wrap .merit ul {
		flex-wrap: wrap;
		row-gap: 1.3rem;
		column-gap: 4rem;
	}
	.info_wrap .merit li,
	.info_wrap .merit li a {
		width: 100%;
		font-size: 2rem;
	}
	.info_wrap .merit li a:not(.off)::before {
		right: 2rem;
		width: 2.5rem;
		background: #FFFFFF;
	}
	.info_wrap .merit li a:not(.off)::after {
		right: 1.9rem;
		width: .8rem;
	}
	.info_wrap .merit li:nth-child(2),
	.info_wrap .merit li:nth-child(3) {
		width: auto;
	}
	.info_wrap .merit li:nth-child(2) a:not(.off)::before,
	.info_wrap .merit li:nth-child(3) a:not(.off)::before {
		right: 0rem;
		width: 2.5rem;
		background: #FFFFFF;
	}
	.info_wrap .merit li:nth-child(2) a:not(.off)::after,
	.info_wrap .merit li:nth-child(3) a:not(.off)::after {
		right: -.1rem;
		width: .8rem;
	}
	.info_wrap .merit li:nth-child(4) a {
		padding-top: 0;
	}
	.info_wrap .merit li a span.icon_zeh01 {
		display: inline-block;
		width: 7rem;
		margin: 0 1rem 0 0;
	}
	.info_wrap .merit li a span.icon_zeh02 {
		display: inline-block;
		width: 5rem;
		margin: 0 0 0 .6rem;
		vertical-align: -0.5rem;
	}
	.info_wrap .merit li a span.icon_zeh03 {
    top: -1em;
    left: 50%;
    right: auto;
    margin-left: 8rem;
	}
	.info_wrap .merit li a span.num {
		font-size: 3rem;
	}
	.info_wrap .merit li a small {
		font-size: 1.3rem;
		letter-spacing: 0;
		display: inline-block;
		position: static;
		padding: 0 .4rem .2rem;
		vertical-align: 0.3rem;
		margin-right: .8rem;
	}
	.info_wrap .merit li + li::before {
		display: none;
	}
	.info_wrap .merit li:nth-child(3)::before {
		display: block;
		content: "";
		width: .1rem;
		height: 2.4rem;
		background-image: none;
		background: rgba(255,255,255,.8);
		position: absolute;
		left: -2rem;
		top: 50%;
		transform: translateY( -50%);
	}

	.info_inner {
		padding: 4rem 0 6rem;
	}
	.info_inner p {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	.info_inner h3 {
		font-size: 2.8rem;
		margin-bottom: 1rem;
	}
	.info_inner h4 {
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}
	.info_inner .btn_wrap {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
		margin-bottom: 5rem;
	}
	.info_inner .btn_inquiry a,
	.info_inner .btn_reserve a {
		font-size: 1.6rem;
		width: 28rem;
		height: 5rem;
		border-radius: 2.5rem;
		margin-bottom: 0;
	}
	.info_inner .btn_inquiry a::before,
	.info_inner .btn_reserve a::before {
		top: 1.5rem;
	}

	.info_inner .btn_inquiry a:hover::before,
	.info_inner .btn_reserv a:hovere::before {
		right: .9rem;
	}
	.info_inner .btn_inquiry a:hover::after,
	.info_inner .btn_reserve a:hover::after {
		right: 1.6rem;
	}
	.info_inner .news_wrap {
		width: 90%;
		padding: 1.5rem;
		flex-direction: column;
	}
	.info_inner .news_wrap h5 {
		font-size: 1.6rem;
		border-right: none;
		border-bottom: .1rem solid rgba(112,112,112,0.35);
		padding: 0 0 1rem;
		margin-right: 0;
		width: 100%;
	}
	.info_inner .news_wrap div {
		padding-top: 1rem;
	}
	.info_inner .news_wrap dl {
		flex-direction: column;
		align-items: flex-start;
		row-gap: .5rem;
		text-align: left;
	}
	.info_inner .news_wrap dl + dl {
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid rgba(112,112,112,0.1);
	}
}

.access_wrap {
	background: #FFFFFF;
	padding: 23rem 0 0;
}
.access_wrap h2 {
	font-size: 4.2rem;
	text-align: center;
	margin-bottom: 4.5rem;
}
.access_wrap h2 span {
	letter-spacing: 0.1em;
	z-index: 1;
}
.access_wrap h2 em {
	color: #D9F2F7;
	font-size: 18rem;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	top: -11.7rem;
	z-index: 0;
	padding-left: 2rem;
}
.access_wrap p {
	font-size: 1.8rem;
	line-height: 2.4;
	text-align: center;
	margin-bottom: 6rem;
}
.access_photo {
	display: flex;
}
.access_photo li {
	width: calc(100% / 6);
	opacity: 0;
	transform: translateY(100px);
	filter: blur(5px);
}
.access_photo li.fade-up {
	opacity: 1;
	transform: translateY(0);
	filter: blur(0);
	transition: all 1.4s ease;
}
.access_wrap li figcaption {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 14.7rem;
	background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	padding: 0 0 1.8rem 2rem;
}
.access_inner {
	padding: 5rem 0 11.4rem;
  /*background: url("../img/index/bg_access.png") no-repeat left bottom / contain;*/
	position: relative;
	overflow: hidden
}
.access_inner .bg_movie {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.access_inner .bg_movie video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateY(-50%);
}
.access_inner .bg_movie::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
}
.access_inner h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: .8rem;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	height: 5rem;
	background: linear-gradient(to right,#e8f4fc 0%, #d7f2f6 80%, #B1ECDA 100%);
	margin-bottom: 2rem;
}
.access_inner h3::before {
	content: "";
	width: 2rem;
	height: 2rem;
  background: url("../img/index/icon_airplane.svg") no-repeat left bottom / contain;
}
.access_inner .access_inner02 h3::before {
	width: 2.5rem;
  background: url("../img/index/icon_ferry.svg") no-repeat left bottom / contain;
}
.access_inner dt {
	font-size: 1.5rem;
	border-bottom: .2rem solid rgba(18,165,178,0.20);
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
}
.access_inner li {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0;
}
.access_inner li small {
	font-size: 1.2rem;
}
.access_inner01 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row-reverse;
	width: 105rem;
	margin: 0 auto 6.2rem;
}
.access_inner01 figure {
	width: 70.7rem;
	margin-left: -6.4rem;
}
.access_inner01 > div {
	/*margin-top: 9.8rem;*/
	margin-top: 5.8rem;
	background: rgba(255, 255, 255, 0.5);
	padding: 1.5rem;
}
.access_inner01 div div {
	width: 40.6rem;
	display: flex;
	justify-content: space-between;
}
.access_inner02 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 90rem;
	margin: 0 auto;
}
.access_inner02 figure {
	width: 47.6rem;
}
.access_inner02 div {
	width: 40.6rem;
	margin-top: 8.6rem;
	background: rgba(255, 255, 255, 0.5);
	padding: 1.5rem;
}
@media only screen and (max-width: 768px) {
	.access_wrap {
		padding: 10rem 0 0;
	}
	.access_wrap h2 {
		font-size: 2.6rem;
		margin-bottom: 3rem;
	}
	.access_wrap h2 em {
		font-size: 7rem;
		letter-spacing: 0;
		top: -3.5rem;
		left: 50%;
		padding-left: 0;
		transform: translateX(-50%);
	}
	.access_wrap p {
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 4rem;
	}
	.access_photo {
		display: flex;
		flex-wrap: wrap;
	}
	.access_photo li {
		width: calc(100% / 3);
	}
	.access_wrap li figcaption {
		font-size: 1.2rem;
		width: 100%;
		height: 10rem;
		padding: 0 0 1rem 1rem;
	}
	.access_inner {
		padding: 4rem 5% 11.4rem;
	}
	.access_inner .bg_movie video {
		transform: translateY(0);
		height: 100%;
		object-fit: cover;
	}
	.access_inner .bg_movie::after {
		/*background: rgba(255,255,255,0);*/
	}
	.access_inner h3 {
		font-size: 1.6rem;
	}
	.access_inner01 {
		flex-direction: column;
		width: 100%;
		margin: 0 auto 4rem;
	}
	.access_inner01 figure {
		max-width: 70.7rem;
		width: 100%;
		margin: 0 auto;
	}
	.access_inner01 > div {
		width: 100%;
		margin-top: 3rem;
	}
	.access_inner01 div div {
		max-width: 40.6rem;
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
		row-gap: 2rem;
	}
	.access_inner02 {
		flex-direction: column;
		width: 100%;
	}
	.access_inner02 figure {
		max-width: 47.6rem;
		width: 100%;
		margin: 0 auto;
	}
	.access_inner02 div {
		max-width: 40.6rem;
		width: 100%;
		margin: 3rem auto 0;
	}
}

.location_wrap {
	background: #FFFFFF;
	padding: 22.5rem 0 0;
}
.location_wrap h2 {
	font-size: 4.2rem;
	text-align: center;
	margin-bottom: 7.4rem;
}
.location_wrap h2 span {
	letter-spacing: 0.1em;
	z-index: 1;
}
.location_wrap h2 em {
	color: #D9F2F7;
	font-size: 18rem;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	top: -11.7rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.location_wrap h3 {
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 2.2;
	text-align: center;
	margin-bottom: 6rem;
}
.location_wrap p {
	font-size: 1.8rem;
	line-height: 2.4;
	text-align: center;
	margin-bottom: 14rem;
}
.location_wrap figcaption {
	font-size: 1.4rem;
	background: none;
	padding: 0 3rem 2rem 0;
}
.location_photo {
	position: relative;
	padding-bottom: 13.5rem;
}
.location_photo::before {
	content: "";
	display: block;
	width: calc(620 / 1366 * 100vw);
	min-width: 62rem;
	height: calc(1034 / 1366 * 100vw);
	min-height: 103.4rem;
	background: linear-gradient(135deg,#e8f4fc 0%, #d7f2f6 58.62%, #dff8c1 100%);
	position: absolute;
	top: 13rem;
	right: 0;
	z-index: 0;
}
.location_photo::after {
	content: "";
	display: block;
	width: calc(1200 / 1366 * 100vw);
	min-width: 120rem;
	height: calc(367 / 1366 * 100vw);
	min-height: 36.7rem;
	background: linear-gradient(135deg,#e8f4fc 0%, #defff1 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.location_inner01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 11.7rem;
	z-index: 1;
}
.location_inner01 > figure {
	width: calc(862 / 1366 * 100vw);
	min-width: 86.2rem;
}
.location_inner01 > div {
	width: calc(390 / 1366 * 100vw);
	min-width: 39rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.location_inner01 > div figcaption {
	padding: 0 2.3rem 1.2rem 0;
}
.location_inner01 > div figure:nth-child(1) {
	width: calc(280 / 1366 * 100vw);
	min-width: 28rem;
}
.location_inner02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 11.1rem;
	z-index: 1;
}
.location_inner02 > figure {
	width: calc(431 / 1366 * 100vw);
	min-width: 43.1rem;
}
.location_inner02 > figure + figure {
	width: calc(855 / 1366 * 100vw);
	min-width: 85.5rem;
}
.location_inner03 {
	display: flex;
	justify-content: space-between;
	z-index: 1;
}
.location_inner03 > figure {
	width: calc(862 / 1366 * 100vw);
	min-width: 86.2rem;
}
.location_inner03 > div {
	width: calc(410 / 1366 * 100vw);
	min-width: 41rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.location_inner03 > div figure:nth-child(1) {
	width: calc(238 / 1366 * 100vw);
	min-width: 23.8rem;
}
.location_inner03 > div figure:nth-child(2) {
	width: calc(344 / 1366 * 100vw);
	min-width: 34.4rem;
	margin: auto 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.location_wrap {
		padding: 10rem 0 0;
	}
	.location_wrap h2 {
		font-size: 2.6rem;
		margin-bottom: 3rem;
	}
	.location_wrap h2 em {
		font-size: 7rem;
		letter-spacing: 0;
		top: -3.5rem;
	}
	.location_wrap h3 {
		font-size: 1.8rem;
		line-height: 1.8;
		margin-bottom: 2rem;
	}
	.location_wrap p {
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 6rem;
	}
	.location_wrap figcaption {
		font-size: 1.2rem;
		padding: 0 1.5rem 1rem 0;
	}
	.location_photo {
		position: relative;
		padding-bottom: 10rem;
	}
	.location_photo::before {
		width: 60%;
		min-width: auto;
		min-height: 80rem;
	}
	.location_photo::after {
		content: "";
		display: block;
		width: 85%;
		min-width: auto;
		min-height: 20rem;
	}
	.location_inner01 {
		flex-direction: column;
		row-gap: 3rem;
		margin-bottom: 6rem;
	}
	.location_inner01 > figure {
		width: 90%;
		max-width: 86.2rem;
		min-width: auto;
	}
	.location_inner01 > div {
		width: 100%;
		row-gap: 3rem;
	}
	.location_inner01 > div figcaption {
		padding: 0 1.5rem 1rem 0;
	}
	.location_inner01 > div figure:nth-child(1) {
		width: 45%;
		min-width: auto;
	}
	.location_inner01 > div figure:nth-child(2) {
		width: 65%;
		margin: 0 0 0 auto;
	}
	.location_inner02 {
		flex-direction: column;
		row-gap: 3rem;
		margin-bottom: 6rem;
	}
	.location_inner02 > figure {
		width: 50%;
		min-width: auto;
	}
	.location_inner02 > figure + figure {
		width: 95%;
		min-width: auto;
		margin: 0 0 0 auto;
	}
	.location_inner03 {
		flex-direction: column;
		row-gap: 3rem;
	}
	.location_inner03 > figure {
		width: 90%;
		min-width: auto;
	}
	.location_inner03 > div {
		width: 100%;
		min-width: auto;
		row-gap: 3rem;
	}
	.location_inner03 > div figure:nth-child(1) {
		width: 50%;
		min-width: auto;
		margin: auto 0 0 auto;
	}
	.location_inner03 > div figure:nth-child(2) {
		width: 65%;
		min-width: auto;
		margin: 0 0 auto 0;
	}
}

.bnr_area {
	background: #FFFFFF;
	padding: 1rem;
}
.bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	gap: .1rem;
}
.bnr_area ul li {
	text-align: center;
	width: calc((100% - .4rem) / 5);
	aspect-ratio: 5 / 4;
	background: url("../img/index/btn_concept.jpg") no-repeat center top / cover;
	opacity: 0;
	transform: translateY(100px);
	filter: blur(5px);
}
.bnr_area ul li:nth-child(n+6) {
	width: calc((100% - .5rem) / 6);
	aspect-ratio: 5 / 4.8;
}
.bnr_area ul li:nth-child(2) {
	background: url("../img/index/btn_location.jpg") no-repeat center top / cover;
}
.bnr_area ul li:nth-child(3) {
	background: url("../img/index/btn_design.jpg") no-repeat center top / cover;
}
.bnr_area ul li:nth-child(4) {
	background: url("../img/index/btn_landplan.jpg") no-repeat center top / cover;
}
.bnr_area ul li:nth-child(5) {
	background: url("../img/index/btn_zeh.jpg") no-repeat center top / cover;
}
.bnr_area ul li:nth-child(6) {
	background: url("../img/index/btn_preparedness.jpg") no-repeat center top / cover;
}
.bnr_area ul li:nth-child(7) {
	background: url("../img/index/btn_plan.jpg") no-repeat center top / cover;
}
.bnr_area ul li:nth-child(8) {
	background: url("../img/index/btn_gallery.jpg") no-repeat center top / cover;
}
.bnr_area ul li:nth-child(9) {
	background: url("../img/index/btn_security.jpg") no-repeat center top / cover;
}
.bnr_area ul li:nth-child(10) {
	background: url("../img/index/btn_equipment.jpg") no-repeat center top / cover;
}
.bnr_area ul li:nth-child(11) {
	background: url("../img/index/btn_brand.jpg") no-repeat center top / cover;
}
/*.bnr_area ul li:nth-child(12) {
	background: #1B4065;
}
.bnr_area ul li:nth-child(12) a {
	pointer-events: none;
}
.bnr_area ul li:nth-child(12) img {
	width: 16rem;
}
.bnr_area ul li:nth-child(12)::after {
	display: none;
}*/
.bnr_area ul li.fade-up {
	opacity: 1;
	transform: translateY(0);
	filter: blur(0);
	transition: all 1.4s ease;
}

.bnr_area ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.bnr_area ul li a span {
	color: #FFFFFF;
	font-size: 2.2rem;
	letter-spacing: .1em;
	line-height: 1.1;
	text-shadow: 0 0 .5rem rgba(0,0,0,.9);
}
.bnr_area ul li::after {
	content: "";
	width: calc(100% - .2rem);
	height: calc(100% - .2rem);
	border: .1rem solid rgba(255,255,255,.6);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .3s;
}
.bnr_area ul li:hover::after {
	opacity: 1;
	width: calc(100% - 1.6rem);
	height: calc(100% - 1.6rem);
	left: .7rem;
	top: .7rem;
}
.bnr_area ul li.off a {
	pointer-events: none;
	opacity: 0.2;
}
.bnr_area ul li.off::after {
	content: "";
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #050f1a;
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.bnr_area ul li {
		width: 100% !important;
		aspect-ratio: 5 / 1.8 !important;
		background-position: center center !important;
	}
	.bnr_area ul li a span {
		font-size: 2.2rem;
	}
}

