@charset "utf-8";

body{max-width:100%;}

#mcont1 .img_wrap{overflow: hidden;position: relative;width: 100%;height:100vh;}
#mcont1 .img_wrap:after{display:block;clear:both;content:'';}
#mcont1 .img_wrap .img{float:left;width: 16.666%;height:100%;background-size:cover;transition: width .8s;}
#mcont1 .img_wrap .img a{display:block;overflow:hidden;position:relative;width: 100%;height: 100%;}
#mcont1 .img_wrap .img a:before{display:none;position:absolute;left: 0;bottom:0;z-index: 0;width:100%;height:705px;content:'';}
#mcont1 .img_wrap .img a:hover:before,
#mcont1 .img_wrap .img a:focus:before{display:block;}
#mcont1 .img_wrap.on .img{width: 13.4%;}
#mcont1 .img_wrap .img.on strong{font-size:40px;}
#mcont1 .img_wrap .img.on .txt{display:block;margin:85px auto 0;}
#mcont1 .img_wrap .img.on{width: 33%;}
#mcont1 .img_wrap .img .tit{position:absolute;top:50%;left: 0;width:100%;transform: translateY(-50%);text-align:center;}
#mcont1 .img_wrap .img .tit em{display:block;margin-bottom: 30px;font-size:16px;color:#fff;font-weight: 600;letter-spacing: -0.025em;font-family: 'score';font-style:normal;text-shadow: 0px 5px 30px rgba(0, 0, 0, 0.6);}
#mcont1 .img_wrap .img .txt{display:none;max-width: 80%;min-width: 490px;}
#mcont1 .img_wrap .img .txt p{color:#fff;font-size:16px;}
#mcont1 .img_wrap .img .txt span{display:block;width:125px;height:40px;margin:22px auto 0;border:1px solid #fff;;font-size:14px;color:#fff;font-weight:bold;line-height:40px;text-align:center;}
#mcont1 .img_wrap .img strong{display:block;position: relative;font-size:30px;color:#fff;font-family: 'score';line-height: 1.2;text-align: center;font-weight: 600;letter-spacing: -0.025em;text-shadow: 0px 5px 30px rgba(0, 0, 0, 0.6);}
#mcont1 .img_wrap .img1{background-image:url(../images/exploration/mcont1_img01.jpg)}
#mcont1 .img_wrap .img1 a:before{background:url(../images/exploration/mcont1_img01_bg.png);}
#mcont1 .img_wrap .img2{background-image:url(../images/exploration/mcont1_img02.jpg)}
#mcont1 .img_wrap .img2 a:before{background:url(../images/exploration/mcont1_img02_bg.png);}
#mcont1 .img_wrap .img3{background-image:url(../images/exploration/mcont1_img03.jpg)}
#mcont1 .img_wrap .img3 a:before{background:url(../images/exploration/mcont1_img03_bg.png);}
#mcont1 .img_wrap .img4{background-image:url(../images/exploration/mcont1_img04.jpg)}
#mcont1 .img_wrap .img4 a:before{background:url(../images/exploration/mcont1_img04_bg.png);}
#mcont1 .img_wrap .img5{background-image:url(../images/exploration/mcont1_img05.jpg)}
#mcont1 .img_wrap .img5 a:before{background:url(../images/exploration/mcont1_img05_bg.png);}
#mcont1 .img_wrap .img6{background-image:url(../images/exploration/mcont1_img06.jpg)}
#mcont1 .img_wrap .img6 a:before{background:url(../images/exploration/mcont1_img06_bg.png);}

@media (max-width:1499px){
    #mcont1 .img_wrap .img .txt{min-width:400px;}
}
@media (max-width:1279px){
    #mcont1 .img_wrap .img strong{font-size: 20px;}
    #mcont1 .img_wrap .img.on strong{font-size:30px;}
    #mcont1 .img_wrap .img .txt{min-width: 300px;}
    #mcont1 .img_wrap .img .txt p{font-size:14px;}
}
@media (max-width:1023px){
    #mcont1 .img_wrap .img,
    #mcont1 .img_wrap .img.on,
    #mcont1 .img_wrap.on .img{width:33.333%;height:50vh;}
    #mcont1 .img_wrap .img.on .txt{display:none;}
    #mcont1 .img_wrap .img.on strong{font-size:20px;}
    #mcont1 .img_wrap .img a:before{top:90%;transform:translateY(-50%)}
}
@media (max-width: 767px){
    #mcont1 .img_wrap .img .tit em{margin-bottom:10px;;font-size:12px;}
    #mcont1 .img_wrap .img strong,
    #mcont1 .img_wrap .img.on strong{font-size: 17px;}
}
@media (max-width: 550px){
    #mcont1 .img_wrap .img,
    #mcont1 .img_wrap .img.on,
    #mcont1 .img_wrap.on .img{width:50%;height:33.33vh;}
}