@charset "UTF-8";
body {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
body.is-load {
    opacity: 1;
    visibility: visible;
}
/* mv */
#mv {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
#mv .cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}
#mv .video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
	opacity: 0;
    visibility: hidden;
	transition: all 1s ease-in-out;
    transition-delay: 2.5s;
}
#mv.is-active .video {
	opacity: 0.7;
	visibility: visible;
}
#mv .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
}
#mv .mv-sliders {
	position: relative;
	z-index: 9;
}
#mv .mv-title {
    position: absolute;
    top: 20%;
    right: 5%;
	text-align: right;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}
#mv .mv-title .ttl {
    font-size: 4.43vw;
    letter-spacing: 0.1em;
    line-height: 1.1;
    margin: 0 0 15px;
}
#mv .mv-title .sub {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 1.1;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(15px);
    transition-delay: 1.5s;
}
#mv.on .mv-title .sub {
    transform: translateY(0);
    opacity: 1;
}
#mv .image {
    background: #ffffff;
    position: relative;
}
@media screen and (max-width: 1366px) {
	#mv .mv-title .ttl {
		font-size: 5.43vw;
	}
	#mv .mv-title {
		top: 30%;
		right: 1%;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	#mv .mv-title {
		top: 30%;
	}
	#mv .mv-title {
		text-shadow: 0px 0px 5px #fff, 4px 4px 5px #fff, -4px -4px 5px #fff, 0px 4px 5px #fff, 4px 0px 5px #fff, 0px -4px 5px #fff, -4px 0px 5px #fff;
	}
}
@media screen and (max-width: 767px) {
    #mv .cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 100px 15px 0;
    }
	#mv .image {
		height: calc(100vh - 130px);
	}
	#mv .image figure { height: 100%; }
	#mv .image img {
		height: 100%;
		object-fit: cover;
		object-position: center bottom;
	}
	#mv .mv-title {
		top: 20%;
		text-shadow: 0px 0px 5px #fff, 4px 4px 5px #fff, -4px -4px 5px #fff, 0px 4px 5px #fff, 4px 0px 5px #fff, 0px -4px 5px #fff, -4px 0px 5px #fff;
	}
    #mv .mv-title .ttl {
		font-size: 10.43vw;
		letter-spacing: 0.1em;
	}
    #mv .mv-title .sub {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }
}

/* merit */
#merit ul {
	background: url(../imgs/top/bg_merit.jpg) no-repeat center center / cover;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 20px 30px 25px;
}
#merit ul li {
	padding: 15px clamp(15px,3.761904vw,80px) 20px;
	position: relative;
	display: flex;
	flex-direction: column;
}
#merit ul li:not(:last-child)::after {
	background-color: #ffffff;
	content: "";
	display: block;
	height: 100%;
	width: 2px;
	position: absolute;
	right: 0;
	top: 0%;
}
#merit ul span {
	display: block;
	text-align: center;
}
#merit ul span.en {
	font-size: 3.2rem;
	font-weight: 300;
	margin-bottom: 10px;
}
#merit ul span.jp {
	font-size: 1.8rem;
	font-size: clamp(1.4rem,1.071428vw,1.8rem);
	line-height: 1.7;
}
#merit ul span.d-in-block {
	display: inline-block;
}
#merit ul .cont {
	flex: 1;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	#merit ul {
		padding-left: 0;
		padding-right: 0;
	}
	#merit ul li {
		padding: 15px clamp(15px,2.761904vw,80px) 20px;
	}
	#merit ul span.jp {
		letter-spacing: -0.05em;
	}
}
@media screen and (max-width: 767px){
	#merit ul {
		flex-direction: column;
		padding: 20px 15px;
	}
	#merit ul li {
		padding: 20px 0;
		display: block;
	}
	#merit ul li:not(:last-child):after {
		height: 1px;
		width: 100px;
		margin: auto;
		top: 100%;
		left: 0;
		right: 0;
	}
	#merit ul span.en {
		font-size: 1.6rem;
	}
	#merit ul .cont {
		display: block;
	}
}

/* section common */
.sec-head {
	font-size: 10.5rem;
	font-size: clamp(4rem,6.25vw,9.5rem);
	line-height: 1;
	margin-bottom: 40px;
	letter-spacing: -0.02em;
}
.sec-text {
	line-height: 2;
	letter-spacing: 0.1em;
}
.sec-link {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.sec-link:before {
	background-color: #251e1c;
	content: "";
	display: inline-block;
	height: 1px;
	width: 50px;
	position: absolute;
	right: calc(100% + 0px);
	top: 50%;
	vertical-align: middle;
	transition: all ease 0.25s;
}
.sec-link:hover:before {
	width: 0;
}
.sec-link:after {
	background-color: #251e1c;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 6px;
	width: 6px;
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
	vertical-align: middle;
	opacity: 0;
	transform: scale(0);
	transition: all 0.25s ease 0.15s;
}
.sec-link:hover:after {
	opacity: 1;
	transform: scale(1);
}
@media screen and (max-width: 767px){
	.sec-head {
		/* font-size: 3rem; */
		line-height: 4rem;
		margin-bottom: 20px;
	}
	.sec-text {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
}

/* section information */
.information {
	padding: 120px 0 170px;
}
.information .news {
	border-left: 1px solid #a78775;
	color: #3c3c3c;
	max-width: 700px;
	margin: 0 auto;
	width: 92%;
	padding: 20px 0 10px 50px;
}
.information .news dl {
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
	flex-direction: column;
}
.information .news dl + dl {
	margin-top: 85px;
}
.information .news dl dt {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.information .news dl dd {
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 2;
}
@media screen and (max-width: 1024px){
	.information .news {
		max-width: inherit;
		padding-left: 30px;
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.information {
		padding: 40px 0;
	}
	.information .news {
		padding: 0 0 0 15px;
	}
	.information .news dl {
		display: block;
	}
	.information .news dl + dl {
		margin-top: 35px;
	}
	.information .news dl dt {
		font-size: 1.2rem;
	}
	.information .news dl dd {
		font-size: 1.2rem;
	}
}

.sec-position {
	background: url(../imgs/top/bg_position.jpg) no-repeat center center / cover;
	color: #fff;
	padding: clamp(40px, 7.14285vw, 120px) 0;
}
.position-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.position-block {
	display: flex;
	justify-content: space-between;
}
.position-block .pos-left {
	width: 54%;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
}
.position-block .pos-left .sec-text { margin-bottom: 30px; }
.position-block .pos-left .img {
	width: 100%;
	max-width: 600px;
	margin-top: auto;
}
.position-block .pos-right {
	width: 46%;
}
.position-block .img-list {
	display: grid;
	grid-template-columns: 59% auto;
	align-items: flex-end;
	gap: 20px;
	margin-top: 20px;
}
.position-block .img-list .item,
.position-block .simpleParallax {
	height: 100%;
}
.position-block .img-list .item img {
	height: 100%;
	object-fit: cover;
}
.position-block .img-list .item:nth-child(1) {
	grid-area: 1/1/3/2;
}
.position-block .img-list .item:nth-child(2) {
	grid-area: 1/2/2/3;
}
.position-block .img-list .item:nth-child(3) {
	grid-area: 2/2/3/3;
}
.position-block .img-list .item:nth-child(4) {
	grid-area: 3/1/4/3;
}
@media screen and (max-width: 767px) {
	.position-block .pos-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 5px;
	}
	.position-block .pos-right {
		width: 100%;
	}
	.position-block .img-list {
		gap: 5px;
		margin-top: 5px;
	}
}

.sec-categories {
	position: relative;
	overflow: hidden;
}
.sec-categories .inner {
	max-width: 1500px;
}
.sec-categories .sec-head .sub {
	display: block;
	font-size: clamp(1rem, 0.77380vw, 1.3rem);
	letter-spacing: 0.2em;
	margin-top: 15px;
}
.sec-categories .cate-block {
	padding: 5px 0;
}
.sec-categories .item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}
.sec-categories .item .box {
	width: 100%;
	padding-right: 30px;
	transition: all 600ms cubic-bezier(.25,.1,.25,1) 0ms;
}
.sec-categories .item .pos-link {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 1;
}
.sec-categories .item .photo {
	width: 71.2%;
	width: auto;
	flex: 1;
	position: relative;
	color: #fff;
	z-index: 0;
}
.sec-categories .item .photo .img {
	width: calc(100% + (100vw - 1500px)/2);
	height: 100%;
}
.sec-categories .item .photo .img .img-cap { padding-right: 12px; }
.sec-categories .item .photo .simpleParallax,
.sec-categories .item .photo img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.sec-categories .item .info {
	padding: 30px 15px 30px 0;
	width: 432px;
	width: clamp(320px, 25.71428vw, 432px);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}
.sec-categories .item .info .sec-text {
	margin-bottom: 20px;
}
.sec-categories .sec-head {
	font-size: 8rem;
	font-size: clamp(3.5rem,4.761904vw,8rem);
	letter-spacing: 0;
}
.sec-categories .sec-head .en {
	display: inline-block;
	position: relative;
	z-index: 0;
	white-space: nowrap;
}
.sec-categories .sec-head .en::before {
	width: 0;
	height: clamp(3rem,4.761904vw,8rem);
	aspect-ratio: 1/1;
	background: #a78775;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0.2;
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
	transform: translate(-50%,-5%);
}
.sec-categories .sec-head.on .en::before {
	width: clamp(3rem,4.761904vw,8rem);
}
.sec-categories .sec-text {
	line-height: 2.3;
	letter-spacing: 0.15em;
	font-size: 1.7rem;
	font-size: clamp(1.2rem,1.011904vw,1.7rem);
}
.sec-categories .img-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
}
.sec-categories .caption {
	margin-top: clamp(15px,4.16666vw,70px);
}
.sec-categories .item .info-left:after {
	content: "";
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(100% + (100vw - 1500px)/2);
	width: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 600ms cubic-bezier(.25,.1,.25,1) 0ms;
}
.sec-categories .item a:hover ~ .info-left:after {
	width: calc(100% + (100vw - 1500px)/2);
	opacity: 1;
	visibility: visible;
}
.sec-categories .item a:hover ~ .info-left .box {
	transform: translateX(-15px);
	opacity: 0;
	visibility: hidden;
}
.sec-categories .item .info-right {
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 600ms cubic-bezier(.25,.1,.25,1) 0ms;
}
.sec-categories .item a:hover ~ .photo .info-right {
	opacity: 1;
	visibility: visible;
}
.sec-categories .item .info-right a { color: #fff; }
.sec-categories .item .info-right .sec-link::before {
	background-color: #fff;
}
.sec-categories .item .photo:after {
	content: "";
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(100% + (100vw - 1500px)/2);
	opacity: 0;
	visibility: hidden;
	transition: all 600ms cubic-bezier(.25,.1,.25,1) 0ms;
	z-index: 1;
}
.sec-categories .item a:hover ~ .photo:after {
	opacity: 1;
	visibility: visible;
}
.sec-categories .info-right .sec-head .en::before {
	opacity: 1;
	width: clamp(3rem,4.761904vw,8rem);
}
@media screen and (max-width: 1500px) {
	.sec-categories .item a:hover ~ .info-left:after,
	.sec-categories .item .photo:after,
	.sec-categories .item .photo .img {
		width: calc(100% + 4vw);
	}
	.sec-categories .item .photo .img .img-cap { padding-right: 5px; }
	.position-block {
		align-items: flex-end;
	}
}
@media screen and (max-width: 767px){
	.sec-categories { padding-top: 40px; }
	.sec-categories .cate-block {
		padding: 0;
	}
	.sec-categories .cate-block + .cate-block {
		margin-top: 40px;
	}
	.sec-categories .sec-head { line-height: 1; }
	.sec-categories .item {
		display: block;
		padding: 0;
	}
	.sec-categories .item .info {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}
	.sec-categories .item .photo {
		width: 100%;
	}
	.sec-categories .item .photo::after,
	.sec-categories .item .info-right,
	.sec-categories .item .info-left::after {
		display: none;
	}
	.sec-categories .item a:hover ~ .info-left .box {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	.sec-categories .item .box {
		padding: 0 0 0 15px;
	}
	.sec-categories .sec-link {
		font-size: 1.4rem;
	}
	.sec-categories .item .photo .img {
		width: 100%;
	}
}

/* section map */
.sec-map {
	margin-top: 150px;
	padding-bottom: clamp(40px, 7.14285vw, 120px);
}
.sec-map .inner {
	max-width: 1500px;
}
.sec-map .info { padding-bottom: 30px; }
.sec-map .info .sec-head {
	display: inline-block;
	margin-bottom: 0!important;
}
.sec-map .info .sec-text {
	display: inline-block;
	font-size: clamp(1.2rem,1.011904vw,1.7rem);
}
.sec-map .g-map {
	-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
	overflow: hidden;
	height: 580px;
	width: 100%;
}
@media screen and (max-width: 767px){
	.sec-map { margin-top: 60px; }
	.sec-map .info {
		padding: 0 0 15px;
	}
	.sec-map .g-map {
		height: 320px;
	}
	.sec-map .info .sec-text {
		width: 100%;
	}
}