/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@media screen and (max-width:768px){ 
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .center{
        text-align: center;
    }
    body{
        margin: 0;
    }
    /**/
/*navigation*/
nav{
    height: 18vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.nav_logo img {
    width: 37vw;
}
.nav_logo{
    position: absolute;
    top: 5vw;
    left: 51vw;
}
nav>div{
    top: auto;
    left: auto;
}
/*ハンバーガー*/ 
nav>div>ul>li:last-of-type>ul{
    width: 106%;
    height: 100vh;
}  
.nav-area{
    position: absolute;
    top: 0;
    left: 47vw;
    opacity: 0;
    visibility: hidden;
    background-color: #2f2f2f;
    -webkit-transition: opacity .5s , visibility .5s;
    -o-transition: opacity .5s , visibility .5s;
    transition: opacity .5s , visibility .5s;
    height: 100vw;
    width: 100%;
    padding: 24.53vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 800;
    text-align: center;
}
nav>div>ul>li:last-of-type>ul{
    display: block;
}
.nav-area li{
    margin: auto;
    margin-bottom: 8vw;
    font-size: 5.5vw;
}
.nav-area li a{
    color: #fff;
}
.nav-area.show{
    opacity: 1;
    visibility: visible;
}
.nav-item a{
    color: #1C2867;
}
.btn-triggr{
    position: absolute;
    top: 9vw;
    left: 87vw;
    width: 34px;
    height: 29px;
    z-index: 999; 
}
.btn-triggr span{
    width: 100%;
     height: 3px;
    background-color: #2f2f2f;
}
.btn-triggr, .btn-triggr span {
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.btn-triggr span:nth-child(1){
    position: absolute;
    top: 0;
}
.btn-triggr span:nth-child(2){
    position: absolute;
    top: 12.5px;
}
.btn-triggr span:nth-child(3){
    position: absolute;
    bottom: 0;
}
.btn-triggr.show span:nth-child(1){
    -webkit-transform: translateY(12.5px) rotate(-45deg);
-ms-transform: translateY(12.5px) rotate(-45deg);
  transform: translateY(12.5px) rotate(-45deg);
    background-color: #fff;
}
.btn-triggr.show span:nth-child(2){
    opacity: 0;
}
.btn-triggr.show span:nth-child(3){
    -webkit-transform: translateY(-12.5px) rotate(45deg);
-ms-transform: translateY(-12.5px) rotate(45deg);
  transform: translateY(-12.5px) rotate(45deg);

    background-color: #fff;
} 
/*END ハンバーガー*/
/*END navigation*/
/*header画像*/

.header_eyecatch {
    overflow: hidden;
    width: 100%;/* トリミングしたい枠の幅 */
    padding-top: 17.69vw;
}
.header_eyecatch img{
    width: 100%;
}
/*header画像*/

/*プロテクター装備のジャケット*/
.h2-area{
    padding: 12.8vw 0;
    font-size: 14px;
    box-sizing: border-box;
}
.h2-img{
    width: 90vw;
    margin: auto;
    margin-bottom: 10.67vw;
}
.h2-img img{
    width: 100%;
}
h2{
    margin-bottom: 12.8vw;
    font-size: 6.93vw;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 2px 3px #2f2f2f;
}
.start_text{
    margin: auto;
    width: 84vw;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}
.box19{
    padding: 2vw;
    width: 90vw;
}
/*プロテクター装備のジャケット*/
/*四角エリア*/
.Bland_section02 li{
    color: #fff;
    width: 100vw;
}
.Bland_ul01,.Bland_ul02{
    display: block;
}
.Bland_ul01{
    flex-flow: row-reverse;
}
.Bland_text{
    background-color: #000;
}
.Bland_text h3{
    font-size: 6.8vw;
    padding-top: 5.8vw;
    margin-bottom: 7.81vw;
    text-align: center;
}
.Bland_text p{
    font-size: 3.73vw;
    width: 82.67vw;
    margin: auto;
    line-height: 2;
    padding-bottom: 16vw;
}
.Bland_ul02{
    flex-flow: nowrap;
}
.Bland_img img{
    width: 100%;
}
/*END 四角エリア*/

/*footer*/
footer{
    text-align: center;
    padding: 6.77vw 0 1.56vw;
    background-color: #000;
    color: #fff;
    font-size: 4.8vw;
}
footer p:last-of-type{
    margin-bottom: 6.25vw;
}
footer div{
    width: 90.67vw;
    margin-bottom: 2vw;
}
small{
    font-size: 2.67vw;
}
/*END footer*/

}
@media screen and (max-width:320px){/*iPhone5/SE*/ 


}