@charset "UTF-8";


/* ==========================================================================
   About
========================================================================== */
#mv .imgBox-h {
	background-image: url(../img/hero.jpg);
}
#mv .imgBox-v {
	background-image: url(../img/hero_sp.jpg);
}


#story .entry__content p {
	font-weight: 700;
}
#story .cont2 {
	background-image: url(../img/story_02.jpg);
}
#story .cont2 > .section-padding {
	background-color: rgba(0,0,0,0.8);
}


#next-stage .entry__content p {
	font-weight: 700;
}

.movbox {
    width: 100%;
    margin: 0 auto;
}
.movbox .mov {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movbox .mov iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}