@charset "UTF-8";

html {
	overflow-y: scroll;
}

.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: #151515;
}
.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: #000;
}
.opening_inner.no-transition {
	transition: all 0s;
}

.opening_skip {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 200;
	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;
}

.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;
}
.opening_scene-03 .opening_scene_bg_video {
	bottom: -130px;
}
@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_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;
}
.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.7);
}
.is-tablet .opening_scene-02 .opening_scene_bg {
	background: url(../img/bk/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-03 {
	overflow: hidden;
	opacity: 0;
	z-index: 80;
	top: 100px;
	height: calc(100% - 200px);
	transition: all 0s 0s;
}
.opening_scene-03 .opening_scene_inner {
	display: block;
	overflow: hidden;
}
.opening_scene-03 .opening_scene_inner:after {
	content: "";
	opacity: 0;
	position: absolute;
	z-index: 50;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	transition: opacity 3.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
	background: url(../img/bk/op_scene3_grad_b.png) 0 0 repeat-x;
}
.opening_scene-03.is-opShow {
	opacity: 1;
	transition: opacity 1.7s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.opening_scene-03.is-opShow .opening_scene_inner:after {
	opacity: 1;
}
.opening_scene-03.is-hide {
	opacity: 0;
	transition: opacity 2.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.opening_scene-03 .opening_scene_bg {
	transition: -webkit-transform 8s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: transform 8s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: transform 8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 8s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	background: url(../img/bk/op_scene3_bg.jpg) 50% 100% no-repeat;
	background-size: cover;
}
.is-active .opening_scene-03 .opening_scene_bg {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.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/bk/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/bk/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/bk/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/bk/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/bk/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-04 {
	z-index: 70;
}
.opening_scene-04 .opening_scene_inner {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.opening_scene-04 .opening_scene_txt span {
	display: inline-block;
}
.opening_scene-04 .opening_scene_txt-01 {
	position: relative;
	margin-bottom: 36px;
	padding-bottom: 18px;
}
.opening_scene-04 .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-04 .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/bk/op_last_bd.png) 0 0 no-repeat;
}
.opening_scene-04 .opening_scene_txt-02 {
	margin-bottom: 26px;
}
.opening_scene-04 .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-04 .opening_scene_txt-03 {
	position: relative;
	width: 217px;
	height: 9px;
	text-align: center;
}
.opening_scene-04 .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-04.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-04.is-active .opening_scene_txt-01:after {
	opacity: 1;
	clip: rect(0 127px 2px 0);
}
.opening_scene-04.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-04.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;
	background-image: url(../img/main_bk.jpg);
	background-position: cover;
}
.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/bk/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: 640px;
	height: 133px;
	transition: opacity 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
	background: url(../img/logo.png) no-repeat;
	white-space: nowrap;
	text-indent: 100%;
}
.view-opening .mv_logo {
	opacity: 0;
	transition-delay: 0s;
}

.mv_playBtn {
	position: absolute;
	z-index: 1;
	right: 30px;
	bottom: 89px;
}
.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/bk/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;
}
.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/bk/mv_bg_tablet_01.jpg);
	background-position: 50% 0%;
}
.mv_sliderTablet_item-02 {
	background-image: url(../img/bk/mv_bg_tablet_02.jpg);
}
.mv_sliderTablet_item-03 {
	background-image: url(../img/bk/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;
	padding-bottom: 202px;
	min-width: 1100px;
}

.bgGrade{
	background: -moz-linear-gradient(top, rgba(28,58,54,0) 0%, rgba(28,58,54,0) 37%, rgba(28,58,54,1) 45%, rgba(28,58,54,1) 50%, rgba(28,58,54,1) 100%);
background: -webkit-linear-gradient(top, rgba(28,58,54,0) 0%,rgba(28,58,54,0) 37%,rgba(28,58,54,1) 45%,rgba(28,58,54,1) 50%,rgba(28,58,54,1) 100%);
background: linear-gradient(to bottom, rgba(28,58,54,0) 0%,rgba(28,58,54,0) 37%,rgba(28,58,54,1) 45%,rgba(28,58,54,1) 50%,rgba(28,58,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c3a36', endColorstr='#1c3a36',GradientType=0 );
	position: relative;
}

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

.bgLeft{
	background: url(../img/main_b02.jpg) no-repeat center bottom;
	background-size: cover;
}

.bottomTtl{
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 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;
}

.fs30{
	font-size: 30px;
	letter-spacing: -7px;
}
.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/bk/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: 22px;
	line-height: 42px;
	width: 41%;
	-webkit-font-feature-settings: "palt" 1;

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

.open_txtGroup_txt.wid45{
	width: 45%;
}

.open_txtGroup_txt span {
	display: block;
	margin: 30px 0;
	font-size: 14px;
	line-height: 36px;
	letter-spacing:  0.025em;
}

.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: #000;
}
.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;
	padding-bottom: 170px;
	min-width: 1100px;
}

.content_group {
	width: 100%;
}
@media screen and (max-width: 1440px) {
	.content_group {
		width: 88.194444444%;
		min-width: 1100px;
	}
}

.content_group-01 {
	position: relative;
	width: 100%;
	min-width: 1100px;
}
.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;
}

.content_group-03 {
	float: left;
	margin-top: 200px;
	height: 400px;
}

.content_group-04 {
	float: right;
	margin-top: 200px;
	height: 400px;
}

.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;
}

.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);
}
.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;
	}
}

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

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

.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: 670px;
	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:hover .content_group_txtArea_obj {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	background-color: #dbedea;
}
.content_group_txtArea:hover .content_group_txtArea_jpName {
	color: #1c1c1b;
}
.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 0 11px -20px;
}
.content_group_txtArea:hover .content_group_txtArea_enName-01 .content_group_txtArea_enName_parts-03 {
	margin: 0 0 11px 90px;
}
.content_group_txtArea:hover .content_group_txtArea_enName-01 .content_group_txtArea_enName_parts-04 {
	margin: 0px 0 0 -23px;
}
.content_group_txtArea:hover .content_group_txtArea_enName-02 .content_group_txtArea_enName_parts-01 {
	margin: 0 0 9px 133px;
}
.content_group_txtArea:hover .content_group_txtArea_enName-02 .content_group_txtArea_enName_parts-02 {
	margin: 0 0 0 -22px;
}
.content_group_txtArea:hover .content_group_txtArea_enName-03 .content_group_txtArea_enName_parts-01 {
	margin: 0 0px 8px -20px;
}
.content_group_txtArea:hover .content_group_txtArea_enName-03 .content_group_txtArea_enName_parts-02 {
	margin: 0 0 8px 20px;
}
.content_group_txtArea:hover .content_group_txtArea_enName-04 .content_group_txtArea_enName_parts-01 {
	margin: 0 0 9px 22px;
}
.content_group_txtArea:hover .content_group_txtArea_enName-04 .content_group_txtArea_enName_parts-02 {
	margin: 0 0 0 -25px;
}

.content_group_obj {
	display: block;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	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: -101px;
	float: none;
	margin: 0;
	width: 40.28%;
	height: 328px;
	background:         linear-gradient(0deg, black 0%, black 70%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(0deg, color-stop(0%, black), color-stop(70%, black), color-stop(100%, rgba(0, 0, 0, 0.8)));
	background:     -ms-linear-gradient(0deg, black 0%, black 70%, rgba(0, 0, 0, 0.8) 100%);
}
.content_group_txtArea-01:before {
	content: "";
	display: block;
	position: absolute;
	right: 580px;
	bottom: 0;
	width: calc(100vw - 580px);
	height: 327px;
}
.content_group_txtArea-01:hover .content_group_obj {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	background-color: #5b5027;
}

.content_group_txtArea-02 {
	margin-top: 189px;
	height: 211px;
}
.content_group_txtArea-02 .content_group_txtArea_obj {
	top: -99px;
}
@media screen and (max-width: 1100px) {
	.content_group_txtArea-02 .content_group_txtArea_obj {
		left: -53.5px !important;
		width: 1100px !important;
	}
}

.content_group_txtArea-03 {
	float: left;
	margin-top: 189px;
	height: 211px;
}
.content_group_txtArea-03 .content_group_txtArea_obj {
	top: -99px;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}
.content_group_txtArea-03 .content_group_txtArea_obj:before {
	right: 100%;
	left: auto;
}
@media screen and (max-width: 1100px) {
	.content_group_txtArea-03 .content_group_txtArea_obj {
		right: -53.5px !important;
		width: 1100px !important;
	}
}

.content_group_txtArea-04 {
	margin-top: 189px;
	height: 211px;
}
.content_group_txtArea-04 .content_group_txtArea_obj {
	top: -99px;
}
@media screen and (max-width: 1100px) {
	.content_group_txtArea-04 .content_group_txtArea_obj {
		left: -53.5px !important;
		width: 1100px !important;
	}
}

.content_group_txtArea_number {
	position: absolute;
}

.content_group_txtArea_number-01 {
	top: -64px;
	left: 200px;
}

.content_group_txtArea_number-02 {
	top: -72px;
	left: 9px;
}

.content_group_txtArea_number-03 {
	top: -69px;
	right: -2px;
}

.content_group_txtArea_number-04 {
	top: -72px;
	left: 9px;
}

.content_group_txtArea_jpName {
	position: relative;
	transition: color 0.4s;
	letter-spacing: 1px;
	color: #000;
	font-size: 15px;
}
.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: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/bk/content_arrow_icon.png) no-repeat;
}
.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/bk/content_arrow_icon_ov.png) no-repeat;
}

.content_group_txtArea_jpName-01 {
	margin: 25px 0 0 69px;
	letter-spacing: -0.5px;
}
.content_group_txtArea_jpName-01 span {
	right: auto;
	bottom: 11px;
	left: 147px;
}

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

.content_group_txtArea_jpName-03 {
	margin: 22px 0 0 33px;
}
.content_group_txtArea_jpName-03 span {
	left: 96px;
}

.content_group_txtArea_jpName-04 {
	margin: 24px 0 0 87px;
}
.content_group_txtArea_jpName-04 span {
	left: 46px;
}

.content_group_txtArea_enName {
	position: relative;
	z-index: 10;
}
.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: 61px 0 0 72px;
	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 11px 0;
}
.content_group_txtArea_enName-01 .content_group_txtArea_enName_parts-03 {
	margin: 0 0 11px 71px;
}
.content_group_txtArea_enName-01 .content_group_txtArea_enName_parts-04 {
	margin: 0 0 0 -2px;
}

.content_group_txtArea_enName-02 {
	margin: 42px 0 0 0px;
}
.content_group_txtArea_enName-02 .content_group_txtArea_enName_parts-01 {
	margin: 0 0 9px 117px;
}
.content_group_txtArea_enName-02 .content_group_txtArea_enName_parts-02 {
	margin: 0 0 0 1px;
}

.content_group_txtArea_enName-03 {
	margin: -39px 0 0 34px;

}
.content_group_txtArea_enName-03 > h3{
	font-size: 40px;
	color: 1c3a36;
	position: relative;
}
.content_group_txtArea a:visited{
	text-decoration: none;
	color: #FFF;

}

.linkBtn{
	background-color: rgba(243, 151, 0, 1);
	color: rgba(255,2552,255,1);
	width: 240px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 23px 0 0 34px;
	font-weight: bold;
	font-size: 18px;
	border-radius: 20px;
	letter-spacing: 0.15em;
	border: 1px solid rgba(243, 151, 0, 1);
	transition: .2s;
}
.linkBtn.ty2{
	margin-left: auto;
	margin-right: 0;
}
.linkBtn.ty3{
	width: 290px;
	height: 35px;
	margin: 0 auto;
	background-color: #FFF;
	color: #3f6b5f;
}
.linkBtn.ty4{
	margin: 0 0 0 auto;
	background-color: #a5820b;
	color: #FFF;
}

.linkBtn:hover{
	cursor: pointer;
}

.linkBtn.ty3:hover{
	color: #3f6b5f;
}
.linkBtn.ty4{
	margin: 0 0 0 auto;
	background-color: #f39700;
	color: #FFF;
	font-size: 14px;
}
.content_group_txtArea_enName-03 > h3:after{
	content: "";
	position: relative;
	width: 107%;
    height: 3px;
    display: block;
    background-color: #a5820b;
    left: -7%;
}
.content_group_txtArea_enName-03 .content_group_txtArea_enName_parts-01 {
	margin: 0 0 8px 0;
}
.content_group_txtArea_enName-03 .content_group_txtArea_enName_parts-02 {
	margin: 0 0 8px 0;
}

.content_group_txtArea_enName-04 {
	margin: 40px 0 0 90px;
}
.content_group_txtArea_enName-04 .content_group_txtArea_enName_parts-01 {
	margin: 0 0 9px 0;
}
/* ------------------------
  info
------------------------ */
.info {
	overflow: hidden;
	position: relative;
	padding: 68px 0 68px;
	min-width: 1100px;
	height: 450px;
}

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

.info_title {
	text-align: center;
}

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

	-webkit-flex-wrap: nowrap;

	    -ms-flex-wrap: nowrap;

	        flex-wrap: nowrap;
}

.info_list_item {
	padding: 4px 14px 3px 0;
	padding-right: 14px;
	border-right: 1px solid #535353;
	border-left: 1px solid #535353;
	width: 33.3%;
	text-align: center;
	letter-spacing: 1px;
}
.info_list_item:first-child {
	border-right: none;
}
.info_list_item:last-child {
	padding: 4px 0 3px 15px;
	border-left: none;
}
.info_list_item:before {
	content: "";
	display: inline-block;
	margin: 0 10px 2px 0;
	width: 5px;
	height: 9px;
	background: url(../img/bk/common_arrow_icon.png) no-repeat;
}
.info_list_item a {
	position: relative;
	color: #999;
	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;
}
.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;
}
.info_requestBtn .front:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 17px;
	height: 12px;
	background: url(../img/bk/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;
}
.info_requestBtn .front-ov:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 17px;
	height: 12px;
	background: url(../img/bk/common_mail_icon_big.png) no-repeat;
}

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

/* ------------------------
  series
------------------------ */
.series {
	padding: 100px 0 100px;
	height: 470px;
}

.series_inner {
	margin: 0 auto;
	padding-left: 80px;
	width: 1100px;
}

.series_title {
	float: left;
	margin-right: 80px;
	letter-spacing: -0.5px;
	color: #ccc;
	font-size: 14px;
	line-height: 60px;
}

.series_list {
	float: left;
	margin: 0 auto 0;
	width: 750px;
}

.series_list_item {
	float: left;
	margin-right: 60px;
	width: 210px;
}
.series_list_item:last-child {
	margin-right: 0;
}
.series_list_item a {
	display: block;
	position: relative;
}
.series_list_item a:hover .series_list_item_img {
	clip: rect(0, 270px, 80px, 0);
}
.series_list_item a:hover .series_list_item_img img {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}
.series_list_item a:hover .series_list_item_img:before {
	opacity: 0;
	transition: opacity 0.3s;
}
.series_list_item a:hover .series_list_item_txt {
	padding: 62px 0 0 0;
}
.series_list_item a:hover .series_list_item_txt:before {
	transition: background 0.3s;
	background: #101010;
}

.series_list_item_img {
	overflow: hidden;
	clip: rect(15px, 240px, 65px, 30px);
	position: absolute;
	z-index: 1;
	top: -33px;
	right: 0;
	left: -32px;
	margin: 0 auto;
	width: 270px;
	height: 80px;
	transition: clip 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}
.series_list_item_img img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 270px;
	max-width: none;
	height: 80px;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.series_list_item_img:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 80px;
	transition: opacity 0.3s;
}

.series_list_item_img-01:before {
	background: url(../img/bk/bnrArea_img_01.jpg) no-repeat center;
}

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

.series_list_item_img-03:before {
	background: url(../img/bk/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/bk/common_blank_icon.png) no-repeat;
}

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