@charset "UTF-8";

section{
    padding: 0;
    text-align: center;
}

#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index:999999;
}

#introArea{
    background: #FFF;
}
#introArea .ttlBox{
    background: rgba(64, 176, 170, .7);
    width: 100%;
    height: 60px;
    z-index: 8;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}
#introArea .ttlBox ul{
    width: 1100px;
    margin: 0 auto;
    border-right: 1px solid rgba(0, 0, 0, .08);
    overflow: hidden;
}
#introArea .ttlBox li{
    width: 25%;
    float: left;
    height: 60px;
    border-left: 1px solid rgba(0, 0, 0, .08);
}
#introArea .ttlBox li a{
    display: table;
    width: 100%;
    height: 60px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
#introArea .ttlBox li a:hover,
#introArea .ttlBox li a.hover{
    background: rgba(64, 176, 170, 1);
    opacity: 1;
}
#introArea .ttlBox li a h2{
    width: 100%;
    height: 60px;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

#introArea .contentInner{
    padding: 0;
}
#introArea .contentInner ul{
    width: 1100px;
    margin: 0 auto;
    border-right: 1px solid rgba(0, 0, 0, .08);
    overflow: hidden;
}
#introArea .contentInner li{
    width: 25%;
    float: left;
    border-left: 1px solid rgba(0, 0, 0, .08);
}
#introArea .contentInner li span{
    width: 193px;
    height: 193px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    background: #49b9b3;
    -webkit-border-radius: 100px;
            border-radius: 100px;
}
#introArea .contentInner li span img {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-border-radius: 100px;
            border-radius: 100px;
}
#introArea .contentInner li a{
    padding: 45px 0;
    display: block;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
#introArea .contentInner .txt{
    padding: 35px 20px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-size: 1.6rem;
    color: #454545;
    line-height: 1.7;
}
#introArea .contentInner li a:hover,
#introArea .contentInner li a.hover{
    opacity: 1;
    background: #f9f9f9;
}
#introArea .contentInner li a:hover img,
#introArea .contentInner li a.hover img{
    opacity: 0.6;
}
#introArea .contentInner li a:hover .btnType01,
#introArea .contentInner li a.hover .btnType01{
    background: #40b0aa url(../img/icon_arrow_white01.png) 93% center no-repeat;
    border-color: #40b0aa;
    color: #FFF;
    opacity: 1;
}


/* SNS link */
#snslinkArea{
    background: none;
    padding: 50px 0;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99ffffff',GradientType=0 );
}
#snslinkArea .contentInner{
    width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
    overflow: hidden;
}
#snslinkArea .contentInner .facebookBox,
#snslinkArea .contentInner .linkBox{
    background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  width: 500px;
  height: 490px;
  float: left;
}
#snslinkArea .contentInner .facebookBox{
    margin-right: 50px;
}
#snslinkArea .contentInner .facebookBox h2,
#snslinkArea .contentInner .linkBox h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-size: 20px;
    font-size: 2.0rem;
    background: #49B9B3;
    color: #fff;
    text-align: center;
    line-height: 62px;
}
#snslinkArea .contentInner .linkBox ul{
    padding: 20px 0 40px;
}
#snslinkArea .contentInner .linkBox li{
    float: left;
}

/* MV Video */

@media screen and (min-width: 1099px) {
#big-video-wrap{
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#big-video-vid,
#big-video-image{
    position: absolute;
}
#big-video-control-container{
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
#big-video-control{
    width: 100%;
    height: 16px;
    position: relative;
}
#big-video-control-middle{
    margin: 0 56px 0 24px;
}
#big-video-control-bar{
    width: 100%;
    height: 16px;
    position: relative;
    cursor: pointer;
}
#big-video-control-progress{
    position: absolute;
    top: 7px;
    height: 3px;
    width: 0%;
    background: #fff;
}
#big-video-control-track{
    position: absolute;
    top: 8px;
    height: 1px;
    width: 100%;
    background: #fff;
}
#big-video-control-bound-left{
    left: 0;
}
#big-video-control-bound-right{
    right: -1px;
}
#big-video-control-track .ui-slider-handle{
    opacity: 0;
}
#big-video-control-playhead{
    left: 30%;
    display: none !important;
}
#big-video-control-play{
    display: none !important;
}
#big-video-control-timer{
    position: absolute;
    top: 1px;
    right: 0;
    color: #fff;
    font-size: 11px;
}
#big-video-control-playhead,
#big-video-control-bound-left,
#big-video-control-bound-right{
    position: absolute;
    top: 0;
    height: 16px;
    width: 1px;
    background: #fff;
}
#big-video-control .ui-slider-handle{
    border-left: solid 1px #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
}
.transparent{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.vjs-big-play-button{
    display: none !important;
}
#big-video-wrap{
    z-index: 1;
    color: #000;
}
#big-video-wrap .vjs-duration-display{
    display: none;
}
#big-video-wrap .vjs-control-text{
    display: none;
}
#big-video-wrap .vjs-control-bar{
    display: none;
}
#dotBK{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
#dotBK:after{
	content: "©JNTO";
	color: #FFF;
    position: fixed;
    bottom: 63px;
    right: 5px;
    z-index: 2;
    font-size: 12px;
    font-size: 1.2rem;
}
.touch #big-video-wrap{
    display: none;
}
}

#visual{
    position: relative;
    height: 665px;
    text-align: left;
    margin: 0 auto;
}
#visual .txt01{
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 50px;
    letter-spacing: 0.05em;
    z-index: 999;
    position: relative;
    top: 40%;
}