.ns-top-mv {
  width: 100%;
  height: calc(100vh - 144px);
  position: relative;
    display: flex;
    justify-content: flex-end;
}

.ns-top-mv .scr{
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
-webkit-writing-mode: vertical-lr;

}

.ns-top-mv .scr::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  margin: auto;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: scr 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scr {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



.ns-top-mv .mv {
  height: 130%;
    width: 90%;
  position: relative;
    z-index: 0;
}

.ns-top-mv .mv .copyBox{
    position: absolute;
    z-index: 1;
    top: 5em;
    left: 6em;
    width: 30%;
}
.ns-top-mv .mv .copyBox .copy {
  width: 100%;    
    
}




.ns-top-mv .mv .pict {
  height: 100%;

}

.ns-top-mv .mv .pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: 50% bottom;
    
}

.ns-top-mv .mv .pict img.sp {
  display: none;
}


/*copyBox_lv2*/
.copyBox_lv2{
    background: #FFFFFF;
    padding: 4em 2em 3em;
}
.copyBox_lv2 .copy{
  font-size: 3.4rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;    
    color: #000000;
    display: inline-block;
    letter-spacing: 0.15em;
    line-height: 2.15;
    
}

.copyBox_lv2 .copy .kakko{
  position: relative;
    padding: 0.8em 0;
    display: inline-block;
    
}
.copyBox_lv2 .copy .kakko::before{
  content: url("../images/common/kakko_1.svg");
    display: block;
    position: absolute;
    right: -0.7em;
    top: 0.25em;
    
}
.copyBox_lv2 .copy .kakko::after{
  content: url("../images/common/kakko_2.svg");
    display: block;
    position: absolute;
    left: -0.7em;
    bottom: 0.25em;
    
}

.copyBox_lv2 .txt p{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; 
    display: inline-block;
    height: 514px;
}
.copyBox_lv2 .readmore{
    margin-top: 3em;
}
/*copyBox__lv2 - quality*/
.copyBox_lv2.qua{
    z-index: 4;
    position: relative;
}

.copyBox_lv2.qua .copy{
    margin-left: 1em;
    
}
.copyBox_lv2.qua .txt{
    flex-direction: row-reverse;
    display: flex;
}


/*copyBox__lv2 - brand*/

.copyBox_lv2.brand{
    flex-direction: row-reverse;
    display: inline-flex;
}

.copyBox_lv2.brand .copy{
    margin-left: 1em;
    
}
.copyBox_lv2.brand .copy .kakko{
    padding: 0.7em 0;
}
.copyBox_lv2.brand .copy .kakko::before{
    top: 0em;
    
}
.copyBox_lv2.brand .copy .kakko::after{
    bottom: 0em;
    
}




/*ns-top-about*/
.ns-top-about{
background:  url("../images/common/bg_texture.jpg") repeat, linear-gradient(-45deg,  #e6e6e6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-blend-mode: color-burn;  
    width: 90%;
    padding-top:6em;
    margin-top: 6em;
    padding-bottom: 4em;
    padding-left: 10%;
    position: relative;
    z-index:0;
    
}






.ns-top-about .copyBox_lv2{
    position: absolute;
    right: -5%;
    top: -6em;
    z-index: 3;
    padding: 4em 4em 3em;
}
.ns-top-about .copyBox_lv2 .copy{
    position: relative;
    left: 0.25em;
}
.ns-top-about .box{
    width: 88%;
    position: relative;
    z-index: 2;
}

.ns-top-about .box .en-h{
    font-size: 4rem;
    color: rgba(0,0,0,.1);
}
.ns-top-about .box p{
    width: 90%;
    margin-left: 10%;
    margin-top: 3em;
    
}
/*ns-top-quality*/
.ns-top-quality{
background:  url("../images/common/bg_texture.jpg") repeat, linear-gradient(-45deg, #FFFFFF 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-blend-mode: color-burn;  
    width: 90%;
    padding-top: 8em;
    padding-bottom: 10em;
    position: relative;
    z-index:0;
    margin-top:0;
    margin-left: 10%;
    
}





.ns-top-quality .qua_box1{
    position: relative;
    align-items: flex-end;
}


.ns-top-quality .copyBox_lv2{
    width: 380px;
    padding-left: 0;
}
.ns-top-quality .copyBox_lv2::before{
    content: '';
    display: block;
    width: 200px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    left: -200px;
    z-index: 0;
    top: 0;
    background-position: 0;
}
.ns-top-quality .box{
    width: calc(100% - 380px);
    position: relative;
    z-index: 2;
}
.ns-top-quality .box img{
    height: 548px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: 50% bottom;
}

.ns-top-quality .box .en-h{
    font-size: 4rem;
    color: rgba(0,0,0,.1);
    position: relative;
    top: -1.6em;
    left: 2em;
}

.ns-top-quality.pic{
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -9em;
    z-index: 0;
    position: relative;    
}
.ns-top-quality .qua_box2{
    width: 90%;
}
.ns-top-quality .qua_box2 .pic_1{
    width: 62%;
    margin-top: 4em;
}
.ns-top-quality .qua_box2 .pic_2{
    width: 32%;
}.ns-top-quality .qua_box2 .pic_2 img{
    margin-top: 4em;
}
/*Brand*/
.ns-top-brand-wrap{
    margin-top: 2em;
    min-height: 818px;
}
.ns-top-brand-wrap .en-h{
    font-size: 4rem;
    color: rgba(0,0,0,.1); 
    margin-right: 9%;
}
.ns-top-brand{
    position: relative;
    z-index: 0;
}
.ns-top-brand .copyBox_lv2{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    padding-left: 6%;
    padding-right: 8%;
    background: rgba(255,255,255,.8);
}

.ns-top-brand .pic_brand{
    width: 50%;
    max-width: 174px;
    align-items: center;
    margin: 0 5em;
}
.ns-top-brand img.bg{
    height: 818px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: 50% bottom;
}
.ns-top-brand .pic_brand img.pc{
    display: block;
}    
 .ns-top-brand .pic_brand img.sp{
    display: none;
} 
/*NEWS*/
.ns-top-news-wrap{
background:  url("../images/common/bg_texture.jpg") repeat, linear-gradient(-0deg, #FFFFFF 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-blend-mode: color-burn;  
    width: 100%;
    padding-top: 4em;
    padding-bottom: 10em;
    position: relative;
    margin-top: 10em;
    z-index:0;
    margin-right: 10%;
}





.ns-top-news-wrap::before{
    content: "";
    display: block;
    width: 35%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
}

.ns-top-news{
    position: relative;
    padding-left: 10%;
}
.ns-top-news .ttlBox{
    width: calc(84% - 500px);
    margin-top: -0.5em;
        
}

.ns-top-news .ttlBox .en-h{
    font-size: 4rem;
    color: rgba(0,0,0,.2); 
    margin-right: 9%;
    margin-bottom: 0.9em;
}
.ns-top-news .ttlBox .jp-h{
    font-size: 2.6rem;
    padding-left: 1.25em;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 2em
}
.ns-top-news .ttlBox .jp-h::before{
  content: "";
    display: block;
    width: 14px;
    height: 32px;
    background: #000000;
    position: absolute;
    top: 4px;
    left: 0;
    
}
.ns-top-news .copyBox_lv2{
    width: calc(500px + 16%);
    padding-right: 8%;
    padding-left: 8%;
    justify-content: center;
    align-items: center;
}
.ns-top-news .btn_insta,.ns-top-news .btn_fb {
    display: block;
    margin-top: 2em;
}
.ns-top-news .btn_insta a,.ns-top-news .btn_fb a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    font-weight: 600;
    width: 85%;
    max-width: 500px;
    height: 64px;
    box-sizing: border-box;
    border: 3px solid #000;
    color: #000;
    position: relative;
    z-index: 2;
    
}
.ns-top-news .btn_insta a svg{
    fill:none;
stroke:#000;
    width: 30px;
    height: 30px;
    margin-right: 1em;
    margin-top: 0.01em;
}
.ns-top-news .btn_fb a svg{
    fill:#000;
    width: 30px;
    height: 30px;
    margin-right: 1em;
    margin-top: 0.01em;
}

.ns-top-news .btn_insta a::after,.ns-top-news .btn_fb a::after{
    position: absolute;
    display: block;
    content: '';
    width: 0%;
    height: 100%;
    left: 0; 
    top: 0;
    z-index: -1;
    background: #000;   
    transition: .3s;
}
.ns-top-news .btn_insta a:hover,.ns-top-news .btn_fb a:hover{
    color: #FFF;
}
.ns-top-news .btn_insta a:hover::after,.ns-top-news .btn_fb a:hover::after{
    width: 100%;
    
}
.ns-top-news .btn_insta a:hover svg{
    stroke:#FFF;
}
.ns-top-news .btn_fb a:hover svg{
    fill:#FFF;
}
.ns-top-news iframe.sp{
    display: none;
}




/*ns-top-info*/
.ns-top-info{
background:  url("../images/common/bg_texture.jpg") repeat, linear-gradient(-45deg,  #e6e6e6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-blend-mode: color-burn;  
    width: 100%;
    margin-top: 14em;
    padding-bottom: 11em;
    position: relative;
    z-index:0;
    
}

.ns-top-info .copyBox_lv2{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3;
    padding: 4em 4em 5em;
    width: 82%;
}
.ns-top-info .copyBox_lv2 .copy{
    text-align: center;
    display: block;
  -ms-writing-mode: lr-tb!important;
  writing-mode: lr-tb!important;      
}
.ns-top-info .box{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ns-top-info p{
    max-width: 90%;
    margin: 0 auto;
    margin-top: 2em;
    
}
.ns-top-info img.bg{
    width: 100%;
    height: 395px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: 50% bottom;
    margin-top: -3em;

}
.ns-top-info .readmore{
   margin: 0 auto;
    margin-top: 3em;
}
@media screen and (max-width:1360px) {  
.ns-top-info{
    padding-bottom: 14em;
    
}
}
@media screen and (max-width:1200px) {
.ns-top-news .ttlBox{
    width: calc(84% - 310px);      
}    
.ns-top-news .copyBox_lv2{
    width: calc(310px + 16%);
}     
.ns-top-news iframe.pc{
    display: none;
}
.ns-top-news iframe.sp{
    display: block;
}   

}

@media screen and (max-width:1024px) {
.ns-top-mv {
  height: calc(100vh - 110px);
    margin-top: 40px;
}

.ns-top-mv .scr{
  font-size: 12px;
    right: 20px;

}
.ns-top-mv .mv {
  height: 117%;
}

.ns-top-mv .mv .copyBox{
    top: 3em;
    left: 4em;
    width: 34%;
    min-width: 240px;
}
.ns-top-mv .mv .copyBox .copy {
  width: 100%;    
    
}



/*copyBox_lv2*/
.copyBox_lv2{
    padding: 3em 1.8em 2em;
}
.copyBox_lv2 .copy{
  font-size: 2.8rem;
}

.copyBox_lv2 .copy .kakko{
    padding: 1em 0;
    
}
.copyBox_lv2 .copy .kakko::before{
    right: -0.6em;
    top: 0.3em;
    
}
.copyBox_lv2 .copy .kakko::after{
    left: -0.6em;
    bottom: 0.3em;
    
}

.copyBox_lv2 .txt p{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; 
    display: inline-block;
    height: 514px;
}
.copyBox_lv2 .readmore{
    margin-top: 2.5em;
    width: 120px;
}
/*copyBox__lv2 - quality*/
.copyBox_lv2.qua .copy{
    margin-left: 1em;
    
}
.copyBox_lv2.qua .txt{
    flex-direction: row-reverse;
    display: inline-flex;
}


/*copyBox__lv2 - brand*/

.copyBox_lv2.brand{
    flex-direction: row-reverse;
    display: inline-flex;
}

.copyBox_lv2.brand .copy{
    margin-left: 1em;
    
}
.copyBox_lv2.brand .copy .kakko{
    padding-top: 0.9em;
}




/*ns-top-about*/
.ns-top-about{
    padding-top:5em;
    margin-top: 6em;
    padding-bottom: 4em;
    padding-left: 0;
    
}

.ns-top-about .copyBox_lv2{
    padding: 3em 3.5em 2em 3em;
}


.ns-top-about .box .en-h{
    font-size: 3rem;
    position: relative;
    top: -0.5em;
    left: 0.5em;
} 
/*ns-top-quality*/
.ns-top-quality .copyBox_lv2{
    width: 320px;
    padding-left: 0;
    padding-right: 0;
}

.ns-top-quality .box{
    width: calc(100% - 320px);
    
}

.ns-top-quality .box .en-h{
    font-size: 3rem;
    top: -1.35em;
    left: 1.5em;
}

.ns-top-quality.pic{
    margin-top: -8em;
}
.ns-top-quality .qua_box2{
    width: 90%;
}
.ns-top-quality .qua_box2 .pic_1{
    width: 58%;
    margin-top: 3em;
}
.ns-top-quality .qua_box2 .pic_2{
    width: 36%;
}.ns-top-quality .qua_box2 .pic_2 img{
    margin-top: 3em;
}
/*Brand*/
.ns-top-brand-wrap{
    margin-top: 3em;
    min-height: 830px;
    z-index: 1;
    position: relative;    
}
.ns-top-brand-wrap .en-h{
    font-size: 3rem;
    margin-right: 8.8%;
}

.ns-top-brand .copyBox_lv2{
    padding-left: 4%;
    padding-right: 8%;
}

.ns-top-brand .pic_brand{
    max-width: 140px;
    margin: 0 4em 0;
}
.ns-top-brand img.bg{
    height: 830px;
}

/*NEWS*/
.ns-top-news-wrap{
    padding-top: 6em;
    padding-bottom: 6em;
    margin-top: -2em;
    z-index: 0;
    position: relative;
 
}
.ns-top-news-wrap::before{
    width: 0;
}


.ns-top-news .ttlBox{
    width: 100%;  
}

.ns-top-news .ttlBox .en-h{
    font-size: 3rem;
}
.ns-top-news .ttlBox .jp-h{
    font-size: 2.2rem;
    padding-left: 1.2em;
}
.ns-top-news .ttlBox .jp-h::before{
    width: 10px;
    height: 26px;
    top: 5px;
    
}    
.ns-top-news .copyBox_lv2{
    width: 100%;
    margin-top: 8em;
}  
    
.ns-top-news .btn_insta a, .ns-top-news .btn_fb a {
    width: 100%;
    max-width: 90%;
}    
    
.ns-top-news iframe.pc{
    display: block;
    margin: 0 auto;
}
.ns-top-news iframe.sp{
    display: none;
}  
    
/*ns-top-info*/

.ns-top-info .copyBox_lv2 {
    padding: 4em 3em 5em;
}
}

@media screen and (max-width:640px) {
.ns-top-news-wrap{
    padding-top: 4em;
    padding-bottom: 6em;
    margin-top: 5em;
 
}    
.ns-top-mv {
  height: calc(100vh - 130px);
    margin-top: 5px;
}
.ns-top-mv .scr{
  right: 30px;
  padding: 10px 10px 60px;
  color: #000;

}

.ns-top-mv .scr::after {
  height: 50px;
  background: #000;
}  
    
    
    
    
.ns-top-mv .mv {
  height: 75%;
    min-height: 440px;
    width: 100%;
}

.ns-top-mv .mv .copyBox{
    top: 2em;
    left: 2em;
    width: 70%;
    display: block;
    min-width: 220px;
    max-width: 260px;
    margin: 0 auto;
}

/*copyBox_lv2*/

.copyBox_lv2 .copy{
  font-size: 2.6rem;

}
.copyBox_lv2 .txt p{
  -ms-writing-mode: horizontal-tb;;
  writing-mode: horizontal-tb;
    display: block;
    height:auto;
}
.copyBox_lv2 .readmore{
    margin-top: 1em;
    width: 130px;
}
    
/*copyBox__lv2 - quality*/
.copyBox_lv2.qua .copy{
    width: 108px;
    margin: 0 auto;
    margin-bottom: 5em;
    background: #FFFFFF;
    position: relative;
    right: 0;
    z-index: 1;
    
}
.copyBox_lv2.qua .copy::after{
    content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: 480px;
    background: #FFFFFF;
    top: -40px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  margin: auto;
    z-index: -1;
    
}
    
.copyBox_lv2.qua .txt{
    flex-direction: column;
    display: flex;
    width: 92%;
    margin: 0 auto;
}


/*copyBox__lv2 - brand*/

.copyBox_lv2.brand{
    flex-direction: column;
    padding:0;
    background: none;
    top: 180px;
}

.copyBox_lv2.brand .copy{
    width: 108px;
    margin: 0 auto;
    margin-bottom: 4em;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    padding-top: 38px;
    
}
.copyBox_lv2.brand .copy::after{
    content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: 410px;
    background: #FFFFFF;
    top:-2px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  margin: auto;
    z-index: -1;
    
}
.copyBox_lv2.brand .txt{
    width: 92%;
    margin: 0 auto;
}


/*ns-top-about*/
.ns-top-about{
background:  url("../images/common/bg_texture.jpg") repeat, linear-gradient(90deg,  #e6e6e6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-blend-mode: color-burn;  
    
    padding-top:9em;
    margin-top: 0;
    padding-bottom: 3em;
    padding-left: 0;
    width: 100%;
    
}

    
    
.ns-top-about .copyBox_lv2{
    padding:none;
  left: 50%;
    top: 6em;
    right: inherit;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
    background: none;
}
.ns-top-about .copyBox_lv2 .copy::after {
    content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: 410px;
    background: #FFFFFF;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: auto;
    z-index: -1;
}
    
    
    
    
.ns-top-about .box {
    width: 100%;
    margin: 0 auto;
    padding-top: 395px;
}
.ns-top-about .box img {
    width: 100%;
    height: 395px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: 50% bottom;
    position: absolute;
    top: 0;
}
.ns-top-about .box .en-h{
    position: absolute;
    top: -110px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
} 
.ns-top-about .box p {
    width: 92%;
    margin: 0 auto;
    margin-top: 2em;
} 
    
/*ns-top-quality*/
    .ns-top-quality{
        width: 100%;
        margin-left: 0;
    }    
.ns-top-quality .copyBox_lv2{
    width:100%;
    background: none;
}

.ns-top-quality .box{
    width:100%;
    
}
.ns-top-quality .box .en-h{
    top: -830px;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  margin: auto;
    text-align: center;
}
.ns-top-quality .box img {
    height: 344px;
    object-position: 50% bottom;
}
.ns-top-quality.pic{
    margin-top: -9em;
}
.ns-top-quality .qua_box2{
    width: 92%;
    margin: 0 auto;
}
.ns-top-quality .qua_box2 .pic_1{
    margin-top: 2em;

}

.ns-top-quality .qua_box2 .pic_2 img{
    margin-top: 2em;

}
.ns-top-quality .copyBox_lv2 .readmore{
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  margin: auto;
    top: 430px;
    z-index: 1;
}
    
    
    
/*Brand*/
.ns-top-brand-wrap{
    margin-top: 3em;
    min-height: auto;
    padding-bottom: 400px;

}
.ns-top-brand-wrap .en-h{
    margin-right: 0;
    text-align: center;
    width: 100%;
}



.ns-top-brand .pic_brand{
    max-width: 210px;
    width: 210px;
    margin:0 auto;
    position: absolute;
    top: -120px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  margin: auto;    
}
.ns-top-brand .pic_brand img.pc{
    display: none;
}    
 .ns-top-brand .pic_brand img.sp{
    display: block;
}     
.ns-top-brand img.bg{
    height: 395px;
}

.ns-top-brand .copyBox_lv2 .readmore{
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  margin: auto;
    top: 350px;
    z-index: 1;
}
      
    
    
/*NEWS*/
.ns-top-news-wrap{
    padding-top: 3.5em;
    padding-bottom: 2em;
    margin-top: 3em;
 
}
.ns-top-news-wrap::before{
    content: none;
}

.ns-top-news{
    padding-left: 0;
}
.ns-top-news .ttlBox{
    width: 92%;
    margin: 0 auto;
}

.ns-top-news .ttlBox .en-h{
    display: none;
}
.ns-top-news .ttlBox .jp-h{
    font-size: 2rem;
    margin-bottom: 1em;
}
.ns-top-news .ttlBox .jp-h::before{
    width: 10px;
    height: 22px;
    top: 4px;
    
}
.ns-top-news .copyBox_lv2{
    width: 100%;
    padding-left:4%;
    padding-right: 4%;
    margin-top: 3.5em;
}
.ns-top-news .btn_insta, .ns-top-news .btn_fb {
    margin-top: 1.5em;
}    
.ns-top-news .btn_insta a, .ns-top-news .btn_fb a {
    max-width: 100%;
    font-size: 1.7rem;
    height: 54px;
}
.ns-top-news .btn_insta a svg,.ns-top-news .btn_fb a svg {
    width: 24px;
    height: 24px;
}    
    
    
/*info*/    
.ns-top-info {
    margin-top: 8em;
    padding-bottom: 0;
    margin-bottom: 12em;

}
.ns-top-info .copyBox_lv2{
    padding: 2.5em 2em 3em;
    width: 92%;
}
.ns-top-info p{
    max-width:100%;
    margin: 0 auto;
    margin-top: 1.5em;
    
}  
.ns-top-info img.bg {
    height: 320px;
    margin-top: -4em;
}
    
 }
   

@media screen and (max-width:500px) {
    
.ns-top-news iframe.pc{
    display: none;
}
.ns-top-news iframe.sp{
    display: block;
    margin: 0 auto;
}  

}


@media screen and (max-width:480px) {
    
.ns-top-mv .scr{
  right: 20px;
  padding: 10px 10px 40px;
  color: #000;

}

.ns-top-mv .scr::after {
  height: 30px;
  background: #000;
}  
/*info*/    
.ns-top-info {
    margin-top: 7em;
    margin-bottom: 14em;

}
}


    /* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
.ns-top-about{
background: linear-gradient(-45deg,  #e6e6e6 0%,#ffffff 100%); 
}
.ns-top-quality{
background:linear-gradient(-45deg, #FFFFFF 0%,#e6e6e6 100%); }
.ns-top-news-wrap{
background:linear-gradient(-0deg, #FFFFFF 0%,#e6e6e6 100%);
} 
    
}


    /* IE*/
@media all and (-ms-high-contrast: none) {
.ns-top-about{
background: linear-gradient(-45deg,  #e6e6e6 0%,#ffffff 100%); 
}
.ns-top-quality{
background:linear-gradient(-45deg, #FFFFFF 0%,#e6e6e6 100%); }
.ns-top-news-wrap{
background:linear-gradient(-0deg, #FFFFFF 0%,#e6e6e6 100%);
} 
    
}