
section {
    width: 100%;
}
section .inner {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
	padding-left: 5%;
	box-sizing: border-box;
}

section.photo {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
section.photo.photo1 .bg {
    background-image: url(http://gonylab10.speedgabia.com/japan/jp_summary2.jpg);
}
section.photo.photo2 .bg {
    background-image: url(http://gonylab.speedgabia.com/elystay//welcome/1.jpg);
}
section.photo .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.photo .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
section.photo .heading {
    font-size: 180px;
    position: absolute;
    top: 35%;
    left: 38%;
    width: 1000px;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    opacity: 0;
    transition: 0.9s;
}
section.photo.show .heading {
    opacity: 1;
    left: 40%;
    transform: translate(-50%, -50%);
}
section.photo .heading span {
	font-size: 34px;
	line-height: 44px;
	font-family: MyLotte-r;
}
section.photo .heading span:first-child {
    display: block;
    margin-left: 0px;
    margin-bottom: -20px;
}
section.photo .heading p {
	font-size: 22px;
	line-height: 32px;
	margin-top: 80px;
	font-family: MyLotte-r;
}
section.text {
    padding: 350px 0 150px;
}
section.text.show .inner * {
    opacity: 1;
    transform: translateY(0);
}
section.text .inner * {
    opacity: 1;
    transition: 0.7s;
    transform: translateY(30px);
}
section.text.last-text {
    padding-top: 150px;
    padding-bottom: 50px;
}
section.text h3 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: -30px;
	font-family: MyLotte-r;
}
section.text b {
    text-decoration: underline;
	text-decoration-thickness: 2px;
}
section.text p {
    color: #515151;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 36px;
	font-family: MyLotte-r;
}
section.text p:last-child {
    margin-bottom: 0;
}

.intro {
    height: 150vh;
    position: relative;
    overflow: hidden;
}
.intro .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.intro .heading {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 6000px;
    color: #fff;
    font-size: 180px;
    animation: ani 60s linear infinite;

    transition: 0.7s;
	opacity: 0.3;
}
.intro .inner {
	position: absolute;
    top: 48%;
    left: 50%;
	margin-left: -550px;
	text-align: center;
	font-family: MyLotte-r;
}
.intro .inner h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
}
.intro .inner p {
	color: #fff;
	font-size: 22px;
	line-height: 42px;
	margin-top: 180px;
}
.intro .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(http://gonylab10.speedgabia.com/japan/jp_summary.jpg) no-repeat center center;
    background-size: cover;
}

.six_photos .inner1 {width:100%; height: 40vw;display: flex;text-align: center;}
.six_photos .inner1 h1 {width:100%; height: 30px; padding-top: 16vw;font-size: 32px;color: #fff;font-family: MyLotte-r;}
.six_photos .inner1 h2 {width:100%; padding-top: 2vw;font-size: 18px;color: #fff;font-family: MyLotte-r;}
.six_photos .inner1 p {width:100%; padding-top: 4vw;font-size: 18px; font-family: MyLotte-r;}
.six_photos .inner1 a {color: #fff;font-style:italic; }
.six_photos .rect1 {width:50%; height: 100%; background-color: #345607;background-image: url('http://gonylab10.speedgabia.com/japan/jp_sum1.jpg');background-position: center center;}
.six_photos .rect2 {width:50%; height: 100%; background-color: #112233;background-image: url('http://gonylab10.speedgabia.com/japan/jp_sum2.jpg');background-position: center center;}
.six_photos .rect3 {width:50%; height: 100%; background-color: #112233;background-image: url('http://gonylab10.speedgabia.com/japan/jp_sum3.jpg');background-position: center center;}
.six_photos .rect4 {width:50%; height: 100%; background-color: #345607;background-image: url('http://gonylab10.speedgabia.com/japan/jp_sum4.jpg');background-position: center center;}
.six_photos .rect5 {width:50%; height: 100%; background-color: #345607;background-image: url('http://gonylab10.speedgabia.com/japan/jp_sum5.jpg');background-position: center center;}
.six_photos .rect6 {width:50%; height: 100%; background-color: #112233;background-image: url('http://gonylab10.speedgabia.com/japan/jp_sum6.jpg');background-position: center center;}

@keyframes ani {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-105%);
    }
}

.our-vision {
    padding-top: 900px;
    padding-bottom: 10px;
    position: relative;
}

.our-vision .inner2 {
	margin-top: 750px;
	margin-left: -150px;
}

.our-vision .inner2 span {
	margin-top: 200px;
	color: #e36029;
    font-size: 34px;
	line-height: 44px;
	font-family: MyLotte-r;
}

.our-vision .inner2 p {
	font-size: 22px;
	line-height: 32px;
	margin-top: 60px;
	font-family: MyLotte-r;
}

.our-vision .video {
    position: absolute;
    top: -150px;
    left: 70%;
    transform: translateX(-50%);
    width: 1637px;
    height: 1599px;
	background: url(http://gonylab10.speedgabia.com/japan/jp_summary_map.png) no-repeat center center;
}
.our-vision .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact {
    height: 100vh;
    position: relative;
    background: url(/images/weare/contact_bg.png) no-repeat center center;
    background-size: cover;
}
.contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.contact .inner {
    height: 100vh;
    padding: 200px 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
}
.contact .inner .items {
    opacity: 0;
    transition: 0.7s;
    transform: translateY(30px);
}
.contact.show .inner .items {
    opacity: 1;
    transform: translateY(0);
}
.contact .heading {
    color: #fff;
    font-size: 120px;
}
.contact .items {
    width: 700px;
    margin-top: 15%;
    margin-left: 100px;
}
.contact .items > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.contact .items .item {
    color: #fff;
    display: inline-block;
    font-size: 25px;
}
.contact .items .item span {
    display: block;
    margin-bottom: 15px;
}
.contact .items .item b {
    display: block;
    margin-left: 10px;
}

@media (max-width: 1400px) {
    section.intro .heading {
        font-size: 150px;
        width: 5500px;
    }
    section.photo .heading {
        font-size: 150px;
    }
}
@media (min-width: 1000px) and (max-width: 1199px) {
    section.intro .heading {
        font-size: 130px;
        width: 4500px;
    }
    section.photo .heading {
        font-size: 130px;
    }
}
@media (max-width: 1000px) {
    section.intro .heading {
        font-size: 100px;
        width: 3500px;
    }
    section.photo .heading {
        font-size: 120px;
    }
}
