#mainWarp {
    max-width: 400px!important;
    width:100%;
    margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 480px){
    #mainWarp {
        max-width: 400px!important;
        width:100%;
        margin: 10px auto 0;
        border: 1px solid #EEE;
        border-radius: 10px;
        overflow: hidden;
    }
}
.section__container {
    width: 100%;
}
.grid-col4 {
    width: 100%;
}
.simpleMv--full {
    position: relative;
    height: 530px;
    text-align: center;
    overflow: hidden;
}
.simpleMv--full>.simpleMv__img {
    position: absolute;
    width: auto;
    height: 700px;
    left: 30%;
    transform: translate(-50%,-27%);
    opacity: .8;
}

.simpleMv--full-title {
    position: absolute;
    top: 40px;
}
p.simpleMv--full-logo {
    width: 90%;
    margin: 0 auto 30px;
    padding: 5px 20px;
    background-color: #FFF;
    border-radius: 10px;
}
p.simpleMv--full-text {
    font-size: 1.2em;
    line-height: 2;
}

#firstSection {
    overflow: visible;
    position: relative;
}
div#firstSectionContainner {
    background: #FFF;
    width: 90%;
    border: 1px solid #EEE;
    margin: -180px auto 0;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
}
.section__container-text{
    font-size: 1.1rem;
    line-height: 2;
}

#storySection {
    margin: -140px 0 0;
}
#storySectionContainner {
    background-image: url(/hawaii/vr/img/story_bg-min.jpg);
    background-repeat: no-repeat;
    background-size: 190%;
    background-position: left -225px bottom 0;
    height: 360px;
    background-color: #ddd2d1;
    padding: 100px 10px 0;
    text-align: center;
}
#storySectionContainner h2 {
    margin-top: 20px;
    font-size: 1.6rem;
}


/*close•¶Œ¾*/
.simpleMv--full-text-close{
	color: #fff;
	background: rgba(51, 51, 51, .68);
	padding: 4%;
	width: 90%;
	margin: 0 auto;
	font-size: 1.6rem;
}
.simpleMv--full-text-close span{
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 10%;
	display: block;
}

.hawaii_bnr{
	width: 90%;
	margin: 10px auto;
}
.hawaii_bnr img{
	width: 100%;
}


