@charset "UTF-8";

img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}

.fadeInUp {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
}

.fadeInUp.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.inner{
	margin: 0 auto 60px;
	max-width: 1200px; 
	width: 90%; 
}

#muse .head02{
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 130%;
	margin-bottom: 50px;
}

#muse .head02:after {
    background: #000;	
}

#muse .head04{
    font-size: 24px;
	font-size: 2.4rem;
	line-height: 160%;
	margin-bottom: 50px;
}

#mv{
    background: none;
	position: relative;
	padding-bottom: 45px;
    margin-bottom: 180px;
	height: auto;
}

#mv:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    background: #c6e8f0;
    pointer-events: none;
	z-index: -1;
}

#mv .mvInr {
	padding-left: 45px;
	display: inherit;
	position: relative;
	text-align: left;
}

#mv .mvInr .text{
	position: absolute;
	left: 10%;
	top: 52%;
    -webkit-transform: translateX(10%) translateY(-50%);
    -ms-transform: translateX(10%) translateY(-50%);
    transform: translateX(10%) translateY(-50%);
	max-width: 580px;
}

.mvTxt h2{
	line-height: 160%;
	margin: 50px 0;
}

#mv .mvInr .txt{
	font-weight: 400;
	line-height: 170%;
}

#muse .inner{
    align-items: center;	
	display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

#muse .inner:last-child{
	margin-bottom: 0;
}

#muse .inner .txtWrap{
	padding: 50px; 
	width: 50%;
}

#muse .inner .img{
    display: inline-block;
    text-align: center;
	width: 50%;
}

#muse .inner:nth-child(2) .txtWrap,
#muse .inner:nth-child(4) .txtWrap{
	order: 1;
}

#muse .inner:nth-child(2) .img,
#muse .inner:nth-child(4) .img{
	order: 2;
}

#muse .inner .txtWrap .head01{
	color: #000;
    font-size: 38px;
    font-size: 3.8rem;
	line-height: 140%;
    margin-bottom: 60px;
    text-align: left;
}

#muse .inner .txtWrap .txt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 50px;
}

#muse .inner .txtWrap .txt:last-child{
	margin-bottom: 0;
}

@media only screen and (max-width: 1380px) {
#mv .mvInr .text img{
	width: 55%;
}	
	
#mv .mvInr h2 span small {
    font-size: 16px;
    font-size: 1.6rem;
}	

#mv .mvInr h2 span {
    font-size: 32px;
    font-size: 3.2rem;	
}
}

@media only screen and (max-width: 1110px) {
#mv{
    margin-bottom: 100px;
}		

#mv .mvInr h2 {
    margin: 30px 0;
    font-size: 20px;
}	
	
#muse .head02 {
    font-size: 32px;
    font-size: 3.2rem;
	margin-bottom: 28px;
}
	
#muse .head04 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 160%;
    margin-bottom: 30px;
}	
	
}
	
@media only screen and (max-width: 1024px) {
#mv .mvInr .text img {
    width: 45%;
}
	
#mv .mvInr h2 {
    margin-top: 20px;
}	
	
#muse .inner .txtWrap {
    padding: 30px;
}		
}

@media only screen and (max-width: 900px) {
#mv div.mvInr {
    margin: 0;	
	padding-left: 20px;
}

#mv{
   	margin-bottom: 40px;
	padding-bottom: 20px;
}	
	
#mv:after{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}		
	
#mv .mvInr .text {
    position: absolute;
    left: 5%;
    top: 60%;
    -webkit-transform: translateX(5%) translateY(-90%);
    -ms-transform: translateX(5%) translateY(-90%);
    transform: translateX(5%) translateY(-90%);
}	

#mv .mvInr .text img {
    width: 45%;
}

.mvTxt h2 {
    margin: 0 0 50px;
}	
	
#muse .inner{
	display: block;
	margin-bottom: 60px;
}	
	
#muse .inner .img {
    width: 100%;
}	
	
#muse .inner .txtWrap {
	padding: 20px 20px 0;
    width: 100%;
}		
}

@media only screen and (max-width: 800px) {	
#mv {
    margin-bottom: 40px;	
}
	
.mvTxt h2 {
    margin: 0px 0 30px;
}	
	
}

@media only screen and (max-width: 480px) {
.inner {
    margin: 0 auto 20px;
}	
	
.inner:first-child {
    margin-bottom: 60px;
}		

#mv .mvInr .text {
    max-width: 300px;
}	
	
.mvTxt h2,	
#muse .head02 {
    font-size: 24px;
    font-size: 2.4rem;	
}

#contents {
    padding-top: 0px;
}	
	
#muse {
    margin-bottom: 30px;
}	
	
#muse .inner {
    display: inherit;	
}
	
#muse .inner .txtWrap {
    padding: 20px 0 0;
	width: 100%;
}
	
#muse .inner .txtWrap .txt {
    font-size: 15px;
    font-size: 1.5rem;	
	margin-bottom: 25px;
}
}

/* animation */

.mvInr {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
}

.mvInr.fadeIn {
	opacity : 1;
	transform : translate(0, 0);
}
    
@-webkit-keyframes passingBar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passingBar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passingTxt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passingTxt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}

/* header */
@media (max-width: 1500px) {
    #header {
        height: 96px;
    }
    #header .logo a img{
        width: 270px;
    }
    #gNav ul li a.normal {
        font-size: 1.2rem;
    }
    #gNav ul li:last-child {
        height: 96px;
    }
    #gNav ul li a.official {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 0 15px;
    }
    #gNav ul li a.entry {
        display: flex;
        height: 100%;
        padding: 0 25px;
        font-size: 1.3rem;
        justify-content: center;
        align-items: center;
    }
    #gNav ul li:nth-last-of-type(2){
        height: 96px;
    }
    #gNav ul li a.official span {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 1350px){
    #gNav ul li:last-child a, #gNav ul li a.entry {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1140px){
    #gNav ul li:last-child a, #gNav ul li a.entry {
        padding: 0 12px;
    }
    #gNav a.requirements {
        font-size: 1.2rem;
    }
}
