@charset "UTF-8";
/*
* リゾートトラスト
* top.css
*
*/
/* ------------------------
  common
------------------------ */
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

.is-show {
	opacity: 1 !important; 
	-webkit-transform: translateY(0) !important; 
	    -ms-transform: translateY(0) !important; 
	        transform: translateY(0) !important;
}

#animation_container {
	opacity: 1;
	position: absolute;
	top: 190px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.YT-ready #animation_container {
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* ------------------------
  opening
------------------------ */
.view-opening {
	overflow: hidden;
}

.opening {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 1.5s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 0s; 
	background-color: #fff;
}
.opening.is-hide {
	visibility: hidden;
	opacity: 0;
	transition: opacity 1.5s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 1.5s;
	pointer-events: none;
}
.view-modal-info .opening {
	visibility: hidden;
	opacity: 0 !important; 
	transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 0.3s;
	pointer-events: none;
}

.opening_inner {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1); 
	background-color: #fff;
}
.opening_inner.no-transition {
	transition: all 0s;
}

.opening_skip {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 4000;
	right: 0;
	bottom: 40px;
	left: 0;
	margin: auto;
	width: 45px;
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 0s;
}
.is-moviePlaying .opening_skip {
	visibility: visible;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 1s;
}

.opening_scene {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.opening_scene_inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;

}

.opening_scene_bg {
	overflow: hidden; 
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.opening_scene_bg_video {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}
.opening_scene-02 .opening_scene_bg_video {
	top: 0;
	bottom: auto;
}

@media only screen and (max-width: 1920px) {
	.opening_scene_bg_video {
		right: 50%;
		left: 50%;
		margin-right: -960px;
	}
}
@media only screen and (max-height: 768px) and (max-width: 1620px) {
	.opening_scene_bg_video {
		right: 0;
		left: 0; 
		margin-right: 0;
		width: 100%;
	}
}

.opening_scene-01 {
	z-index: 100;
	text-align: center;
}
.is-hide .opening_scene-01 {
	opacity: 0; 
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.opening_scene_logo {
	opacity: 0;
	transition: all 0s 0s; 
	-webkit-transform: scale(0.9); 
	    -ms-transform: scale(0.9); 
	        transform: scale(0.9);
}
.is-active .opening_scene_logo {
	opacity: 1;
	transition: opacity 2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 2s cubic-bezier(0.47, 0, 0.745, 0.715), transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 2s cubic-bezier(0.47, 0, 0.745, 0.715), transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: 1s;
	-webkit-transform: translateZ(0) scale(1);
	        transform: translateZ(0) scale(1);
}
.is-hide .opening_scene_logo {
	opacity: 0; 
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-filter 2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), filter 2s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), filter 2s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: 1s;
}

.opening_scene-02 {
	opacity: 0;
	z-index: 90;
	top: 100px;
	height: calc(100% - 200px);
	transition: all 0s 0s;
}
.opening_scene-02 .opening_scene_inner {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.opening_scene-02 .opening_scene_lead {
	opacity: 0;
	margin-bottom: 13px; 
	transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-filter 1s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 2.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
	transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715), filter 1s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 2.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
	transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715), filter 1s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 2.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 1s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 2.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition-delay: 2.6s;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);

	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');

	-webkit-filter: blur(10px);

	        filter: blur(10px);
}

.opening_scene-02 .opening_scene_lead img{max-width: 100%;height: auto;}
.opening_scene-02 .opening_scene_txt {
	clip: rect(0 0 19px 0);
	position: absolute;
	top: 65px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 581px;
	height: 19px;
	transition: clip 1.2s cubic-bezier(0.77, 0, 0.275, 1);
	transition-delay: 3.8s;
}

@media screen and (max-width:767px){
	.opening_scene-02 .opening_scene_txt {
	width: 90%;
	height:auto;
	}
}

.opening_scene-02 .opening_scene_txt img{max-width: 100%;height: auto;}

.opening_scene-02.is-active {
	opacity: 1; 
	transition: opacity 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
.opening_scene-02.is-active .opening_scene_txt,
.opening_scene-02.is-active .opening_scene_lead {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1); 

	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter'); 

	-webkit-filter: blur(0); 

	        filter: blur(0);
}
.opening_scene-02.is-active .opening_scene_txt {
	clip: rect(0 581px 19px 0);
}
.opening_scene-02.is-hide {
	opacity: 0; 
	transition: opacity 2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.opening_scene-02 .opening_scene_bg:after {
	content: "";
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.is-tablet .opening_scene-02 .opening_scene_bg {
	background: url(../img/top/mv_bg_tablet_01.jpg) 20% 50% no-repeat;
	background-size: cover;
}
.is-tablet .opening_scene-02.is-active .opening_scene_bg {
	transition: background-position 10s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	background-position: 40% 50%;
}

.opening_scene-02 .opening_scene_lead {
	margin-bottom: 13px;

	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');

	-webkit-filter: blur(10px);

	        filter: blur(10px);
}
.is-active .opening_scene-02 .opening_scene_lead {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	-webkit-filter: blur(0);
	        filter: blur(0);
}


.opening_scene_cloud {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
}
.opening_scene_cloud:after {
	content: "";
	position: absolute;
	z-index: 120;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 5s cubic-bezier(0.47, 0, 0.745, 0.715); 
	background-color: #fff;
}
.is-active .opening_scene_cloud:after {
	opacity: 0;
}

.opening_scene_cloud_obj {
	position: absolute;
	z-index: 100;
	top: 0;
	height: 100%;
}

.opening_scene_cloud_obj-large {
	width: 100%;
	transition: opacity 6s cubic-bezier(0.47, 0, 0.745, 0.715) 2s, -webkit-transform 10s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: transform 10s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 6s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
	transition: transform 10s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 6s cubic-bezier(0.47, 0, 0.745, 0.715) 2s, -webkit-transform 10s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.opening_scene_cloud_obj-large.opening_scene_cloud_obj-left {
	background: url(../img/top/op_scene3_cloud_l_lar.png) 100% 50% no-repeat;
	background-size: cover;
}
.opening_scene_cloud_obj-large.opening_scene_cloud_obj-right {
	background: url(../img/top/op_scene3_cloud_r_lar.png) 0% 50% no-repeat;
	background-size: cover;
}

.opening_scene_cloud_obj-left {
	right: 0;
	-webkit-transform: translateX(-20%);
	    -ms-transform: translateX(-20%);
	        transform: translateX(-20%);
}
.is-active .opening_scene_cloud_obj-left {
	opacity: 0;
	-webkit-transform: translateX(-60%);
	    -ms-transform: translateX(-60%);
	        transform: translateX(-60%);
}

.opening_scene_cloud_obj-right {
	right: 0;
	-webkit-transform: translateX(20%);
	    -ms-transform: translateX(20%);
	        transform: translateX(20%);
}
.is-active .opening_scene_cloud_obj-right {
	opacity: 0;
	-webkit-transform: translateX(60%);
	    -ms-transform: translateX(60%);
	        transform: translateX(60%);
}

.opening_scene_cloud_obj-center {
	opacity: 0;
	z-index: 2;
	top: auto;
	bottom: 0;
	width: 100%;
	height: auto;
	transition: opacity 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, -webkit-transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75) 2.5s;
	transition: opacity 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75) 2.5s;
	transition: opacity 4s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75) 2.5s, -webkit-transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75) 2.5s;
	-webkit-transform: translateX(100px);
	    -ms-transform: translateX(100px);
	        transform: translateX(100px); 
	text-align: center;
}
.opening_scene_cloud_obj-center img {
	width: auto;
	max-width: 100%;
}
.is-active .opening_scene_cloud_obj-center {
	opacity: 1;
	-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	        transform: translateX(0px);
}

.opening_scene_imgWrap {
	opacity: 0;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	transition: all 0s 0s; 
	-webkit-transform: translateY(20px); 
	    -ms-transform: translateY(20px); 
	        transform: translateY(20px);
	text-align: center;
}
.is-active .opening_scene_imgWrap {
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 5.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s;
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), transform 5.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s;
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), transform 5.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s, -webkit-transform 5.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.opening_scene_img {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto; 
	height: 100%;

	-webkit-align-items: flex-end;

	    -ms-flex-align: end;

	        align-items: flex-end;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.is-active .opening_scene_img {
	transition: opacity 2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media only screen and (max-height: 810px) {
	.opening_scene_img img {
		width: 120vh;
	}
}
@media only screen and (orientation: portrait) {
	.is-tablet .opening_scene_img {
		-webkit-transform: scale(2);
		    -ms-transform: scale(2);
		        transform: scale(2);
		-webkit-transform-origin: bottom;
		    -ms-transform-origin: bottom;
		        transform-origin: bottom;
	}
}

.opening_scene_seaWrap {
	opacity: 0;
	position: absolute;
	z-index: 7;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0s 0s; 
	text-align: center;
}
.is-active .opening_scene_seaWrap {
	opacity: 1; 
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 5.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s; 
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), transform 5.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s; 
	transition: opacity 1s cubic-bezier(0.47, 0, 0.745, 0.715), transform 5.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s, -webkit-transform 5.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s;
}

.opening_scene_sea {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 300px;
	background: 50% 0 no-repeat;
	background-size: cover;
}
@media only screen and (max-height: 900px) {
	.opening_scene_sea {
		height: 30vh;
	}
}
.opening_scene_sea img {
	max-width: none;
}
@media only screen and (max-width: 1920px) {
	.opening_scene_sea img {
		max-width: 100%;
		height: 300px;
	}
}
.opening_scene_sea-01 {
	z-index: 3; 
	background-image: url(../img/top/op_scene3_sea_01.png);
}
.is-active .opening_scene_sea-01 {
	opacity: 0;
	-webkit-animation: seaMove 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards infinite;
	        animation: seaMove 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards infinite;
}
.opening_scene_sea-02 {
	z-index: 2; 
	background-image: url(../img/top/op_scene3_sea_02.png);
}
.is-active .opening_scene_sea-02 {
	opacity: 0; 
	-webkit-animation: seaMove 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards infinite; 
	        animation: seaMove 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards infinite;
}
.opening_scene_sea-03 {
	z-index: 1; 
	background-image: url(../img/top/op_scene3_sea_03.png);
}

@-webkit-keyframes seaMove {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes seaMove {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.opening_scene_light {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	z-index: 90;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;

	-webkit-align-items: flex-end;

	    -ms-flex-align: end;

	        align-items: flex-end;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.opening_scene_light img {
	max-width: none;
}
@media only screen and (max-width: 1920px) {
	.opening_scene_light img {
		max-width: 100%;
	}
}
.opening_scene_light-01 {
	opacity: 0;
	z-index: 90;
	top: 0;
	-webkit-transform-origin: 44% 59%;
	    -ms-transform-origin: 44% 59%;
	        transform-origin: 44% 59%;
}
.is-active .opening_scene_light-01 {
	opacity: 1; 
	transition: opacity 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s, -webkit-transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75) 3s; 
	transition: opacity 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s, transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75) 3s; 
	transition: opacity 3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s, transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75) 3s, -webkit-transform 10s cubic-bezier(0.25, 0.25, 0.75, 0.75) 3s;
	-webkit-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	        transform: rotate(40deg);
}
.opening_scene_light-02 {
	opacity: 0.6; 
	z-index: 80;
	width: 100%;
	height: 100%;
}
@media only screen and (max-height: 810px) {
	.opening_scene_light-02 img {
		width: 120vh;
	}
}
.is-active .opening_scene_light-02 {
	opacity: 1; 
	transition: opacity 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
@media only screen and (orientation: portrait) {
	.is-tablet .opening_scene_light-02 {
		-webkit-transform: scale(2);
		    -ms-transform: scale(2);
		        transform: scale(2);
		-webkit-transform-origin: bottom;
		    -ms-transform-origin: bottom;
		        transform-origin: bottom;
	}
}

.opening_scene-03 {
	z-index: 70;
}
.opening_scene-03 .opening_scene_inner {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.opening_scene-03 .opening_scene_txt span {
	display: inline-block;
}
.opening_scene-03 .opening_scene_txt-01 {
	position: relative;
	margin-bottom: 36px; 
	padding-bottom: 18px;
}
.opening_scene-03 .opening_scene_txt-01 span {
	opacity: 0;

	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');

	-webkit-filter: blur(5px);

	        filter: blur(5px);
}
.opening_scene-03 .opening_scene_txt-01:after {
	content: "";
	opacity: 0;
	clip: rect(0 0 2px 127px); 
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 127px;
	height: 2px;
	transition: clip 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
	background: url(../img/top/op_last_bd.png) 0 0 no-repeat;
}
.opening_scene-03 .opening_scene_txt-02 {
	margin-bottom: 26px;
}
.opening_scene-03 .opening_scene_txt-02 span {
	opacity: 0;
	-webkit-transform: scale(1.4);
	    -ms-transform: scale(1.4);
	        transform: scale(1.4); 

	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter'); 

	-webkit-filter: blur(10px); 

	        filter: blur(10px);
}
.opening_scene-03 .opening_scene_txt-03 {
	position: relative;
	width: 217px;
	height: 9px; 
	text-align: center;
}
.opening_scene-03 .opening_scene_txt-03 span {
	clip: rect(0 0 9px 0); 
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}
.opening_scene-03.is-active .opening_scene_txt-01 span {
	opacity: 1;
	transition: opacity 1.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, -webkit-filter 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: opacity 1.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, filter 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: opacity 1.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, filter 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-filter 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75); 

	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter'); 

	-webkit-filter: blur(0); 

	        filter: blur(0);
}
.opening_scene-03.is-active .opening_scene_txt-01:after {
	opacity: 1;
	clip: rect(0 127px 2px 0);
}
.opening_scene-03.is-active .opening_scene_txt-02 span {
	opacity: 1;
	transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-filter 1s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715), filter 1s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715), filter 1s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 1s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 1.1s; 
	-webkit-transform: scale(1); 
	    -ms-transform: scale(1); 
	        transform: scale(1);

	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');

	-webkit-filter: blur(0);

	        filter: blur(0);
}
.opening_scene-03.is-active .opening_scene_txt-03 span {
	clip: rect(0 217px 9px 0);
	transition: clip 1.2s cubic-bezier(0.77, 0, 0.275, 1);
	transition-delay: 2.0s;
}

/* ------------------------
  mainvisual
------------------------ */
.mv {
	overflow: hidden;
	position: relative;
	padding-bottom: 100vh !important; 
	width: 100%;
	min-width: 1100px;
	height: 100vh;
}

@media screen and (max-width:767px){
	.mv {min-width: auto;}
}

.mv:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 1.4s cubic-bezier(0.47, 0, 0.745, 0.715); 
	background: url(../img/top/mv_bg_dot.png);
}
.YT-ready .mv:after {
	opacity: 1;
}
.is-tablet .mv:after {
	background: rgba(0, 0, 0, 0.5);
}

.mv_logo {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: -28px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 230px;
	height: 133px;
	transition: opacity 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s; 
	background: url(../img/top/mv_logo.png) no-repeat;
	white-space: nowrap;
	text-indent: 100%;
}

@media screen and (max-width:767px){
	.mv_logo {
	top: -250px;
	}

}

.view-opening .mv_logo {
	opacity: 0; 
	transition-delay: 0s;
}

.mv_playBtn {
	position: absolute;
	z-index: 1; 
	right: 30px;
	bottom: 130px;
}
.mv_playBtn a {
	position: relative; 
	letter-spacing: 0.6px;
	color: #ccc;
	font-size: 14px;
	line-height: 30px;
}
.mv_playBtn a:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); 
	-webkit-transform: scaleX(0); 
	    -ms-transform: scaleX(0); 
	        transform: scaleX(0);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	background: #ccc;
}
.mv_playBtn a:hover:after {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}
.mv_playBtn a:before {
	content: "";
	display: inline-block;
	margin: 0 6px 1px 0; 
	width: 15px;
	height: 10px;
	background: url(../img/top/mv_movie_icon.png) no-repeat;
}

.mv_scroll {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 46px;
	left: 0;
	margin: 0 auto;
	width: 68px;
	transition: opacity 1.4s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 1.4s; 
	text-align: center;
}

@media screen and (max-width:767px){
	.mv_scroll {
	display: none;
	}
}
.show-visual .mv_scroll {
	visibility: visible; 
	opacity: 1;
	transition: opacity 1.4s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 0s;
	transition-delay: 4s;
}
.mv_scroll a {
	display: block;
	padding: 5px;
}

.mv_movie_frame {
	opacity: 0;
	transition: opacity 1.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.YT-ready .mv_movie_frame {
	opacity: 1;
}
.mv_movie_frame video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	height: auto; 
	min-height: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

.mv_sliderTablet {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 1.4s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 1.4s;
}
.YT-ready .mv_sliderTablet {
	opacity: 1;
}
.is-tablet .mv_sliderTablet {
	visibility: visible;
}

.mv_sliderTablet_item {
	width: 100%;
	height: 100%;
	background: 50% 50% no-repeat;
	background-size: cover;
}
.mv_sliderTablet_item-01 {
	background-image: url(../img/top/mv_bg_tablet_01.jpg);
	background-position: 50% 0%;
}
.mv_sliderTablet_item-02 {
	background-image: url(../img/top/mv_bg_tablet_02.jpg);
}
.mv_sliderTablet_item-03 {
	background-image: url(../img/top/mv_bg_tablet_03.jpg);
}

@-webkit-keyframes scrollAnime {
	0% {
		top: -100%;
	}
	20% {
		top: -100%;
	}
	50% {
		top: 0;
	}
	70% {
		top: 0;
	}
	100% {
		top: 100%;
	}
}

@keyframes scrollAnime {
	0% {
		top: -100%;
	}
	20% {
		top: -100%;
	}
	50% {
		top: 0;
	}
	70% {
		top: 0;
	}
	100% {
		top: 100%;
	}
}

/* ------------------------
  open
------------------------ */
.open {
	overflow: hidden; 
	position: relative;
	min-width: 1100px;
}

.open_mainArea {
	position: relative;
	z-index: -1;
	width: 100%;
	min-width: 1100px;
	height: 100vh;
	background: url(../img/top/open_bg_top.jpg) no-repeat center bottom;
	background-size: cover;
}

@media screen and (max-width:767px){
	.open {min-width: auto;}
	.open_mainArea {min-width: auto;padding-bottom: 0;}
}

.open_obj-1 {
	position: relative;
	height: 100%;
}
.open_obj-1 img {
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	margin: 0 auto;
	max-width: none;
	height: 100%;
	transition: opacity 1s, -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1s, transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1s, transform 1.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.22, 1); 
	-webkit-transform: translateX(-50%); 
	    -ms-transform: translateX(-50%); 
	        transform: translateX(-50%);
}
.open_obj-1 img.is-openAnime {
	opacity: 1;
	right: 0;
	-webkit-transform: translateX(-39.7%);
	    -ms-transform: translateX(-39.7%);
	        transform: translateX(-39.7%);
}

.open_obj-2 {
	opacity: 0;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 50.7%;
	transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.open_obj-2.is-openAnime {
	opacity: 1;
}

.open_logo {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 29px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 120px;
	height: 69px;
	transition: opacity 0.7s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.open_logo.is-openAnime {
	opacity: 1;
}

.open_mainArea_title {
	opacity: 0;
	clip: rect(0, 100, 44, 100);
	position: absolute;
	top: 44%;
	right: 0;
	left: 0;
	margin: auto;
	border-bottom: 1px solid #a99031;
	width: 200px;
	height: 30px;
	transition: clip 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
	text-align: center;
	letter-spacing: 4px;
	color: #a99031;
	font-size: 14px;
}
.open_mainArea_title.is-openAnime {
	opacity: 1; 
	clip: rect(0, 200px, 30px, 0);
}

.open_mainArea_txt {
	opacity: 0; 
	position: absolute;
	top: 32%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 193px;
	transition: opacity 1.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-webkit-transform: translateX(313px);
	    -ms-transform: translateX(313px);
	        transform: translateX(313px);
	letter-spacing: 7px;
	color: #fff;
	font-size: 36px;
	line-height: 2.22;

	-webkit-writing-mode: vertical-rl;

	    -ms-writing-mode: tb-rl;

	        writing-mode: vertical-rl;
}

@media screen and (max-width:767px){
	.open_mainArea_txt {
    opacity: 0;
    position: absolute;
    top: 5%;
    right: 0;
    left: 0%;
    margin: 0 auto;
    width: 140px;
    transition: opacity 1.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

}
	
}
.open_mainArea_txt.is-openAnime {
	opacity: 1;
}

.open_place {
	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: 100vh;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding-bottom: 8.52%;
	max-width: 1600px;
	height: 0;
	transition: opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1); 
	-webkit-transform: translateY(-40%) scale(1.03); 
	    -ms-transform: translateY(-40%) scale(1.03); 
	        transform: translateY(-40%) scale(1.03);
	background: url(../img/top/open_img_02.png) no-repeat center;
	background-size: 100%;
	white-space: nowrap;
	text-indent: 100%;
}
.open_place.is-openAnime {
	opacity: 1;
	-webkit-transform: translateY(-100%) scale(1.03);
	    -ms-transform: translateY(-100%) scale(1.03);
	        transform: translateY(-100%) scale(1.03);
}
@media screen and (min-width: 1441px) {
	.open_place {
		-webkit-transform: translateY(-40%);
		    -ms-transform: translateY(-40%);
		        transform: translateY(-40%);
	}
	.open_place.is-openAnime {
		opacity: 1;
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
}

.open_txtGroup {
	margin: 0 auto; 
	width: 1270px;
}
@media screen and (max-width: 1440px) {
	.open_txtGroup {
		width: 1100px;
	}
}

.open_txtGroup_img {
	opacity: 0;
	float: left;
	transition: opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-webkit-transform: translateY(60px); 
	    -ms-transform: translateY(60px); 
	        transform: translateY(60px);
}
.open_txtGroup_img:hover .modalImg .caption .caption_icon {
	-webkit-transform: rotate(90deg) scale(1.53846);
	    -ms-transform: rotate(90deg) scale(1.53846);
	        transform: rotate(90deg) scale(1.53846);
}
.open_txtGroup_img:hover .modalImg .caption .caption_txt {
	margin-left: 26px;
}

.open_txtGroup_txt {
	opacity: 0;
	float: left;
	transition: opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-webkit-transform: translateY(60px); 
	    -ms-transform: translateY(60px); 
	        transform: translateY(60px);
	letter-spacing: 1.1px;
	color: #fff;
	font-size: 16px;
	line-height: 3;

	-webkit-font-feature-settings: "palt" 1;

	        font-feature-settings: "palt" 1;
}

.open_txtGroup-01 {
	margin-top: 110px;
}
.open_txtGroup-01 .open_txtGroup_img {
	margin-right: 70px;
	margin-left: 29px;
}

.open_txtGroup-02 {
	margin-top: 93px;
}
.open_txtGroup-02 .open_txtGroup_img {
	float: right;
	margin-right: 33px;
	margin-left: 150px;
}
@media screen and (max-width: 1440px) {
	.open_txtGroup-02 .open_txtGroup_img {
		margin-left: 110px;
	}
}
.open_txtGroup-02 .open_txtGroup_txt {
	float: right;
}

.modalImg {
	display: block;
	position: relative;
	margin-left: 21px;
	border-left: 1px solid #4f4f4f; 
	height: 35px;
}
.modalImg .caption {
	display: block;
	position: relative;
	margin-left: 20px;
	padding: 16px 0 0 0;
	color: #fff;
}
.modalImg .caption .caption_icon {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 0;
	margin-right: 7px;
	width: 13px;
	height: 13px;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s; 
	background: #fff;
}
.modalImg .caption .caption_icon:before,
.modalImg .caption .caption_icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 7px;
	height: 1px;
	background: #fff;
}
.modalImg .caption .caption_icon:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.modalImg .caption .caption_txt {
	display: inline-block;
	margin-left: 19px;
	transition: margin 0.2s; 
	line-height: 13px;
}

/* ------------------------
  content
------------------------ */
.content {
	overflow: hidden;
	margin-bottom: 220px;
	min-width: 1100px;
}

@media screen and (max-width:767px){
	.content {
	overflow: hidden;
	margin-bottom: 0;
	min-width:auto;
	margin-top: -570px;
	}
}

.content_group {
	width: 1270px;
}
@media screen and (max-width: 1440px) {
	

	.content_group {
		width: 88.194444444%;
		min-width: auto;
	}
}

@media screen and (max-width: 767px) {
	
	.content_group {
		width:100%;
		min-width: auto;
	}
}

.content_group-01 {
	position: relative;
	width: 100%;
	min-width: 1100px;
}


@media screen and (max-width:767px){
	.content_group-01 {min-width:auto;}
}

.content_group-01 .content_group_img-cover {
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 59.72%;
	pointer-events: none;
}
.content_group-01 .content_group_img-cover img {
	width: 100%; 
	min-width: auto;
}

.content_group-02 {
	float: right; 
	margin-top: 231px;
	height: 400px;
}

@media screen and (max-width:767px){
	.content_group-02 {
		margin-top: 100px;
		min-height: 850px;}
}

.content_group_inner {
	margin: 0 auto; 
	min-width: 1100px;
}

.content_group_img {
	opacity: 0;
	position: relative;
	z-index: 1;
	float: right;
	width: 900px;
	transition: opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-webkit-transform: translateY(60px); 
	    -ms-transform: translateY(60px); 
	        transform: translateY(60px);
	pointer-events: none;
}


@media screen and (max-width:767px){
	.content_group_inner {
	margin: 0 auto; 
	min-width: auto;
}

.content_group_img {
	float:none;
	width: auto;
	}
}


.content_group_img-01 {
	overflow: hidden;
	opacity: 1;
	position: relative;
	float: none;
	width: 100%;
	height: 100%;
	max-height: 696px;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}


@media screen and (max-width:767px){
	.content_group_img-01 {overflow: auto;}
}

.content_group_img-01 img {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}

@media screen and (max-width: 1440px) {
	.content_group_img-02 {
		overflow: hidden; 
		width: 61.5%;
		min-width: 676.5px;
		height: 400px;
	}
	.content_group_img-02 img {
		display: block;
		position: absolute;
		left: -90px;
		margin: auto;
		max-width: none;
	}
}


@media screen and (max-width: 767px) {
	.content_group_img-02 {
		overflow: hidden; 
		width: 100%;
		min-width: 100%;
		height: 250px;
		margin-top: 300px;
	}
	.content_group_img-02 img {left:0;height: 150px;width:100%;}
}


.content_group_txtArea_obj {
	display: block;
	position: absolute;
	z-index: -1;
	width: 0;
	height: 340px;
	transition: background-color 0.6s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.6s;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.6s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%); 
	background-color: #2d2508;
}
.content_group_txtArea_obj:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 340px;
}

.content_group_txtArea {
	display: block;
	opacity: 0;
	position: relative;
	float: right;
	width: 370px;
	transition: opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-webkit-transform: translateY(60px); 
	    -ms-transform: translateY(60px); 
	        transform: translateY(60px);
}
.content_group_txtArea:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 3px;
	background: #8d7c3c;
}


.content_group_txtArea-01:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 3px;
	background: #8d7c3c;
}


.content_group_txtArea-02:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -80px;
	width: 130%;
	height: 3px;
	background: #8d7c3c;
}

.content_group_txtArea:hover .content_group_txtArea_obj {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	background-color: #5b5027;
}
.content_group_txtArea:hover .content_group_txtArea_jpName {
	color: #1c1c1b;
	border: 1px solid #1c1c1b;
	max-width: 250px;
	padding:20px;
	
}
.content_group_txtArea:hover .content_group_txtArea_jpName span {
	width: 145px; 
	background-color: #1c1c1b;
}
.content_group_txtArea:hover .content_group_txtArea_jpName span:after {
	opacity: 0;
}
.content_group_txtArea:hover .content_group_txtArea_enName-01 .content_group_txtArea_enName_parts-01 {
	margin: 0px 0 12px 9px;
}
.content_group_txtArea:hover .content_group_txtArea_enName-01 .content_group_txtArea_enName_parts-02 {
	margin: 0 auto;
}

.content_group_txtArea:hover .content_group_txtArea_enName-02 .content_group_txtArea_enName_parts-01 {
	margin: 0 0 9px 80px;
}
.content_group_txtArea:hover .content_group_txtArea_enName-02 .content_group_txtArea_enName_parts-02 {
	margin: 0 0 0 100px;
}


.content_group_obj {
	display: block;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 40px;
	width: 100vw;
	height: 327px;
	transition: background-color 0.6s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.6s;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.6s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%); 
	background-color: #2d2508;
	pointer-events: none;
}
@media screen and (max-width: 1110px) {
	.content_group_obj {
		width: 1110px;
	}
}

.content_group_txtArea-01 {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: -40px;
	float: none;
	margin: 0;
	width: 40.28%;
	height: 380px;
	background:         linear-gradient(0deg, white 0%, white 40%, rgba(255, 255, 255, 0.8) 100%);
	background: -webkit-gradient(0deg, color-stop(0%, white), color-stop(40%, white), color-stop(40%, rgba(255, 255, 255, 0.8)));
	background:     -ms-linear-gradient(0deg, white 0%, white 40%, rgba(255, 255, 255, 0.8) 40%);
}


@media screen and (max-width:767px){
	.content_group_txtArea-01 {
	bottom:initial;
	float: none;
	margin: 0;
	width:100%;
	height:auto;
	}
}
.content_group_txtArea-01:before {
	content: "";
	display: block;
	position: absolute;
	right: 580px;
	bottom: 0;
	width: calc(100vw - 580px);
	height: 327px;
	font-size: 13px;
}
.content_group_txtArea-01:hover .content_group_obj {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0); 
	background-color: #5b5027;
	opacity: 0.6;
}

.content_group_txtArea-02 {
	margin-top: 189px; 
	height: 211px;
}


@media screen and (max-width:767px){
	.content_group_txtArea-02 {
		margin-top: 80px;
   		height: 350px;
	}
}
.content_group_txtArea-02 .content_group_txtArea_obj {
	top: -200px;
	
}
@media screen and (max-width: 1100px) {
	.content_group_txtArea-02 .content_group_txtArea_obj {
		left: -53.5px !important;
		width: 1100px !important;
	}
}

.content_group_txtArea-02:hover .content_group_obj {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0); 
	background-color: #5b5027;
	opacity: 0.6;
}

.content_group_txtArea_number {
	position: absolute;
}

.content_group_txtArea_number-01 {
	top: 65px;
	left:150px;
}

@media screen and (max-width:767px){
	.content_group_txtArea_number-01 {
	top: 65px;
	width: 25%;
	left:10%;
	}
	
	.content_group_txtArea_number-01 img{width: 80%;height: auto;}
}

.content_group_txtArea_number-02 {
	top: -150px;
	left:-80px;
}

@media screen and (max-width:767px){
	.content_group_txtArea_number-02 {
	top: -150px;
	left:0;
	width: 30%;
	}
	
	.content_group_txtArea_number-02 img{height: auto;}
}

.content_group_txtArea_jpName {
	position: relative;
	transition: color 0.4s; 
	letter-spacing: 1px;
	color: #8c7b3a;
	font-size: 14px;
	max-width: 80%;
	width: 250px;
	height: 55px;
	padding:15px;
	border: 1px solid #8c7b3a;
	text-align: center;
	margin: 70px auto 0;
}
.content_group_txtArea_jpName span {
	display: inline-block;
	position: absolute;
	bottom: 12px;
	width: 55px;
	height: 2px;
	transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
	background-color: #999;
}

.content_group_txtArea_jpName span:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	right: -2px;
	bottom: 0;
	width: 9px;
	height: 10px;
	background: url(../img/top/content_arrow_icon_ov.png) no-repeat;
}

.content_group_txtArea_jpName-01 {
	margin: 270px auto;
	letter-spacing: -0.5px;
}

@media screen and (max-width:767px){
	.content_group_txtArea_jpName-01 {margin: 280px auto 0;}
}
.content_group_txtArea_jpName-01 span {
	right: auto; 
	bottom: 11px;
	left: 147px;
}

.content_group_txtArea_jpName-02 {
	letter-spacing: -1.5px;
}
.content_group_txtArea_jpName-02 span {
	bottom: 12px;
	left: 86px;
}



.content_group_txtArea_enName {
	position: relative;
	z-index: 10;
	position: absolute;
	top:65px;
	left: 290px;
}

@media screen and (max-width:767px){
	.content_group_txtArea_enName {
	top:65px;
	left: 100px;
	}
}

.content_group_txtArea_enName .content_group_txtArea_enName_parts {
	display: block;
	transition: margin 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);;
	
}

.content_group_txtArea_enName-01 {
	margin:60px 0 0 0;
	width: 250px;
}


.content_group_txtArea_enName-01 .content_group_txtArea_enName_parts-01 {
	margin: 0 0 12px 0;
}
.content_group_txtArea_enName-01 .content_group_txtArea_enName_parts-02 {
	margin: 0 0 auto;
}
@media screen and (max-width:767px){
	.content_group_txtArea_enName-01 .content_group_txtArea_enName_parts-02 {
	margin: 0 0 0 30px;
	}
}

.content_group_txtArea_enName-02 {
	position: absolute;
    top: -100px;
	left: 0;
}


@media screen and (max-width:767px){
	.content_group_txtArea_enName-02 {left:0;}
}

.content_group_txtArea_enName-02 .content_group_txtArea_enName_parts-01 {
	margin: 0 0 9px 100px;
}


@media screen and (max-width:767px){
	.content_group_txtArea_enName-02 .content_group_txtArea_enName_parts-01 {
	margin: 0 0 9px 75px;
	}
}

.content_group_txtArea_enName-02 .content_group_txtArea_enName_parts-02 {
	margin: 0 0 0 150px;
}



/* ------------------------
  info
------------------------ */
.info {
	position: relative;
	padding:280px 0 70px; 
	min-width: 1100px;
	height:900px;
}

@media screen and (max-width:767px){
	.info {
	min-width: auto;
	wudth:100%;
	padding:50px 0 70px;
	height: auto;
	}
}

.info .lead{
	position: absolute;
	top:-90px;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}

@media screen and (max-width:767px){
	.info .lead{top:-20px;width:90%;}
	
}

.info_bg {
	position: absolute;
	z-index: -1;
	top: 0;
	padding-bottom: 56.25%; 
	width: 100%;
	height: 0;
	background: url(../img/top/info_bg.jpg) top center no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width:767px){
	.info_bg {
		height: 550px;
	background: url(../img/top/info_bg-sp.jpg) top center no-repeat;
	background-size: cover;
		}
}

.info_title {
	text-align: center;
}

.info_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 78px auto 0; 
	width: 700px;
	-webkit-flex-wrap: nowrap;

	    -ms-flex-wrap: nowrap;

	        flex-wrap: nowrap;
}

@media screen and (max-width:767px){
	.info_list {
	display: block;
	margin: 35px auto; 
	width: 80%;
	}
}

.info_list_item {
	padding: 4px 14px 3px 0;
	padding-right: 45px;
	width: auto;
	text-align: center;
	letter-spacing: 1px;
}

@media screen and (max-width:767px){
	.info_list_item {
	padding-right:0;
	text-align:left;
	}
}
.info_list_item:first-child {
	border-right: none;
}
.info_list_item:last-child {
	padding: 4px 0 3px 15px;
	border-left: none;
}


@media screen and (max-width:767px){
	.info_list_item:last-child {
	padding: 4px 0 3px 0;
	border-left: none;
	}
}
.info_list_item:before {
	content: "";
	display: inline-block;
	margin: 0 10px 2px 0;
	width: 5px;
	height: 9px;
	background: url(../img/common/common_arrow_icon.png) no-repeat;
}
.info_list_item a {
	position: relative; 
	color: #fff;
	line-height: 1;
}
.info_list_item a:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	height: 1px;
	transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); 
	-webkit-transform: scaleX(0); 
	    -ms-transform: scaleX(0); 
	        transform: scaleX(0);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	background: #fff;
}
.info_list_item a:hover:after {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}
.info_list_item a span {
	color: #fff;
	font-size: 16px;
}

.info_requestBtn {
	position: relative;
	margin: 38px auto 0; 
	width: 400px;
	height: 60px;
}


@media screen and (max-width:767px){
	.info_requestBtn {
	margin: 20px auto 0; 
	width: 90%;
	}
}


.info_requestBtn a {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.info_requestBtn .front {
	display: block;
	padding: 18px 0px 0px 144px;
	width: 400px;
	height: 60px;
	-webkit-transform-origin: 50% 50% -30px;
	    -ms-transform-origin: 50% 50% -30px;
	        transform-origin: 50% 50% -30px; 
	background: #8d7c3c;
	color: #000;
	font-size: 16px;
}

@media screen and (max-width:767px){
	.info_requestBtn .front {
	padding: 18px 0 18px 20px;
	width: 100%;
	}
}

.info_requestBtn .front:before {
	content: "";
	display: inline-block;
	margin-right: 8px; 
	width: 17px;
	height: 12px;
	background: url(../img/common/common_mail_icon_big.png) no-repeat;
}
.info_requestBtn .front-ov {
	display: block;
	padding: 18px 0px 0px 26px;
	width: 400px;
	height: 60px;
	-webkit-transform-origin: 50% 50% -30px;
	    -ms-transform-origin: 50% 50% -30px;
	        transform-origin: 50% 50% -30px; 
	background-color: #bda756;
	color: #000;
	font-size: 16px;
}


@media screen and (max-width:767px){
	.info_requestBtn .front-ov {
	width:100%;}
}

.info_requestBtn .front-ov:before {
	content: "";
	display: inline-block;
	margin-right: 8px; 
	width: 17px;
	height: 12px;
	background: url(../img/common/common_mail_icon_big.png) no-repeat;
}

.info_tel {
	margin-top: 32px;
	text-align: center;
}

/* ------------------------
  series
------------------------ */
.series {
	padding: 130px 0; 
	height: 485px;
	text-align: center;
}

@media screen and (max-width:767px){
	.series {
	padding: 0 0; 
	height: auto;
	}
}


.series_title {
	letter-spacing: -0.5px;
	color: #ccc;
	font-size: 54px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin-bottom: 55px;
}

@media screen and (max-width:767px){
	.series_title {
	padding: 30px 0;
	font-size: 28px;
	margin-bottom: 30px;
	}
}

.series_btn{
	max-width: 525px;
	padding: 40px;
	margin: 45px auto;
	border: 1px solid #666;
	cursor: pointer;
	width:90%;
}

@media screen and (max-width:767px){
	.series_btn{
	width:80%;
	margin: 45px auto;
	border: 1px solid #666;
	cursor: pointer;
	max-width: none;
	}
	
	.series_btn img{
	width:50%;
	}
}


.series_list_item_img-02:before {
	background: url(../img/top/bnrArea_img_02.jpg) no-repeat center;
}

.series_list_item_img-03:before {
	background: url(../img/top/bnrArea_img_03.jpg) no-repeat center;
}

.series_list_item_txt {
	padding: 49px 0 0 0;
	transition: padding 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.series_list_item_txt span {
	display: block;
	margin-left: 23px; 
	color: #fff;
	font-size: 14px;
	line-height: 1;
}
.series_list_item_txt:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -14px;
	left: -32px;
	width: 270px;
	height: 80px;
	transition: background 0.2s;
}

.series_list_item_txt_en {
	position: relative;
	margin-bottom: 5px;
	letter-spacing: -0.5px;
	color: #ccc;
}
.series_list_item_txt_en:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 2px;
	left: -23px;
	width: 13px;
	height: 13px;
	background: url(../img/common/common_blank_icon.png) no-repeat;
}

.series_list_item_txt_jp {
	letter-spacing: -0.5px;
}


/*****modal************/


/* ------------------------
  service
------------------------ */


.group {
	width: 1270px;
	margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
	.group {
		width: 88.194444444%;
		min-width: 1100px;
	}
}

.group-01 {
	position: relative;
	width: 100%;
	min-width: 1100px;
}

@media screen and (max-width:767px){
	.group-01 {min-width: auto;}
}
.group-01 .group_img-cover {
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width:100%;
	pointer-events: none;
}
.group-01 .group_img-cover img {
	width: 100%; 
	min-width: auto;
}


.group_inner {
	margin: 0 auto; 
	min-width: 1100px;
}

.group_img {
	opacity: 0;
	position: relative;
	z-index: 1;
	float: right;
	width: 900px;
	transition: opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-webkit-transform: translateY(60px); 
	    -ms-transform: translateY(60px); 
	        transform: translateY(60px);
	pointer-events: none;
}

@media screen and (max-width:767px){
	.group_img {
	float: none;
	width: 100%;
	}
}

.group_img-01 {
	overflow: hidden;
	opacity: 1;
	position: relative;
	float: none;
	width: 100%;
	height: 100%;
	/*max-height: 696px;*/
	max-height: 550px;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.group_img-01 img {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (max-width:767px){
	.group_img-01 {height: 100%;}
}



.group_txtArea-01 {
	position: absolute;
	z-index: 3;
	right: 0;
	top:250px;
	float: none;
	margin: 0;
	width: 40.28%;
	height: 250px;
	background:         linear-gradient(0deg, white 0%, white 70%, rgba(255, 255, 255, 0.8) 100%);
	background: -webkit-gradient(0deg, color-stop(0%, white), color-stop(70%, white), color-stop(100%, rgba(255, 255, 255, 0.8)));
	background:     -ms-linear-gradient(0deg, white 0%, white 70%, rgba(255, 255, 255, 0.8) 100%);
	border-top:5px solid #8c7b3a;
}

@media screen and (max-width:767px){
	.group_txtArea-01 {
	top:420px;
	width: 100%;
	height: auto;
	border-top: none;
	}
}


.group_txtArea-01:before {
	content: "";
	display: block;
	position: absolute;
	right: 580px;
	bottom: 0;
	width: calc(100vw - 580px);
	height: 327px;
}

.group_txtArea-02 {
	position: absolute;
	z-index: 3;
	left: 0;
	top:140px;
	float: none;
	margin: 0;
	width: 44%;
	height: 250px;
	background:         linear-gradient(0deg, white 0%, white 70%, rgba(255, 255, 255, 0.8) 100%);
	background: -webkit-gradient(0deg, color-stop(0%, white), color-stop(70%, white), color-stop(100%, rgba(255, 255, 255, 0.8)));
	background:     -ms-linear-gradient(0deg, white 0%, white 70%, rgba(255, 255, 255, 0.8) 100%);
}

@media screen and (max-width:767px){
	.group_txtArea-02 {
	top:420px;
	float: none;
	margin: 0;
	width:100%;
	height:auto;}
}


.group_txtArea-02 span{
	display: block;
	height: 5px;
	width: 750px;
	background-color: #8c7b3a;
	position: absolute;
	bottom:-56px;
	left:-175px;
}
.group_txtArea_number {
	position: absolute;
}

.group_txtArea_number-01 {
	top: 65px;
	left:150px;
}

@media screen and (max-width:767px){
	.group_txtArea_number-01 {
	top: 420px;
	left:20px;
	width: 20%;
	}
}

.group_txtArea_jpName {
	position: relative;
	transition: color 0.4s; 
	letter-spacing: 1px;
	color: #8c7b3a;
	font-size: 16px;
	max-width: 250px;
	padding: 20px;
	border: 1px solid #8c7b3a;
	text-align: center;
	margin: 70px auto 0;
}
.group_txtArea_jpName span {
	display: inline-block;
	position: absolute;
	bottom: 12px;
	width: 55px;
	height: 2px;
	transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
	background-color: #999;
}
.group_txtArea_jpName span:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	right: -2px;
	bottom: 0;
	width: 9px;
	height: 10px;
	transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
	background: url(../img/top/content_arrow_icon.png) no-repeat;
}
.group_txtArea_jpName span:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	right: -2px;
	bottom: 0;
	width: 9px;
	height: 10px;
	background: url(../img/top/content_arrow_icon_ov.png) no-repeat;
}

.group_txtArea_jpName-01 {
	margin: 280px auto;
	letter-spacing: -0.5px;
}
.group_txtArea_jpName-01 span {
	right: auto; 
	bottom: 11px;
	left: 147px;
}



.group_txtArea_enName {
	position: relative;
	z-index: 10;
	position: absolute;
	top:65px;
	left: 290px;
}

@media screen and (max-width:767px){
	.group_txtArea_enName {left: 0;right: 0;}
}
.group_txtArea_enName .content_group_txtArea_enName_parts {
	display: block;
	transition: margin 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);;
	
}

.group_txtArea_enName-01 {
	margin:80px auto;
	text-align: center;
}

@media screen and (max-width:767px){
	.group_txtArea_enName-01 {
		margin:380px auto 0;
		width: 60%;
	}
}

.group_txtArea_enName-01 .content_group_txtArea_enName_parts-01 {
	margin: 0 0 12px 0;
}
.group_txtArea_enName-01 .content_group_txtArea_enName_parts-02 {
	margin: 0 auto;
}


.group-01 .cont01{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	color: #010101;
	padding-left: 5%;
}

.group-01 .cont01 li{margin-right:100px;}

.group-01 .cont01 li:last-child{margin-right:0;}

.group-01 .cont01 table{text-align: left;color: #010101}

.group-01 .cont01 th,
.group-01 .cont01 td{padding:5px;}

@media screen and (max-width:767px){
	.group-01 .cont01{display: block;padding:0;margin: 30px 0 0;}
	.group-01 .cont01 li{margin-right:0;}
	.group-01 .cont01 li:last-child{margin-right:0;text-align: center;}
	.group-01 .cont01 table{width: 95%;margin: 20px auto;}
	.group-01 .cont01 th,
	.group-01 .cont01 td{display: block;}
}

.group-01 .cont02{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #010101;
}

.group-01 .cont02 table{text-align: left;color: #010101;z-index: 100;}
.group-01 .cont02 th,
.group-01 .cont02 td{padding:5px;}


.group-01 .cont02 li{margin-right:100px;}

.group-01 .cont02 li:last-child{margin-right:0;}


@media screen and (max-width:767px){
	.group-01 .cont02{display: block;padding:0;margin: 30px 0 0;}
	.group-01 .cont02 li{margin-right:0;}
	.group-01 .cont02 li:last-child{margin-right:0;text-align: center;}
	.group-01 .cont02 table{width: 95%;margin: 20px auto;}
	.group-01 .cont02 th,
	.group-01 .cont02 td{display:block; }
}

