@charset "UTF-8";

html{
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    overflow-x: hidden;
    background-image: url(images/mrsk.png);
    background-size: cover;
    background-position: left;
    max-width: 100vw;
   
}

#lhtml{
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    overflow-x: hidden;
    background-image: url(images/mrsk2.png);
    background-size: cover;
    background-position: left;
    max-width: 100vw;
   
}


#roading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 200;
}


/*news*/

#new2{
    background-image: url(images/tyu-sho-.JPEG);
    background-size: 100%;
    background-position: top;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
    z-index: 30;
    margin-top: -9%;
    padding-right: 20px;
}

#new2 h1{
    font-size: 170px;
    color: rgb(183, 183, 183);
    text-align: right;
    padding-top: 33%;
    padding-right: 5%;
    z-index: 30;
}

#ennew2{
    background-image: url(images/tyu-sho-.JPEG);
    background-size: 100%;
    background-position: top;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
    z-index: 30;
    margin-top: -9%;
    padding-right: 20px;
}

#ennew2 h1{
    font-size: 170px;
    color: rgb(183, 183, 183);
    text-align: right;
    padding-top: 33%;
    padding-right: 5%;
    z-index: 30;
}

.nh1{
    text-align: center;
    margin: 10vh 0;
}

.nsha{
    width: 49vw;
}

.nnsha{
    text-align: center;
}

.ensha{
    width: 49vw;
}

.ennsha{
    text-align: center;
}

.np{
    text-align: center;
    margin-top: 15vh;
}

/*top*/

section a{
    text-decoration: none;
}

section a:link{
    color: black;
    transition: 0.7s;
}

section a:visited{
    color: black;
    transition: 0.7s;
}

section a:hover{
    color: #656565;
    transition: 0.7s;
}

.en{
    text-align: right;
    font-size: 25px;
    font-weight: 900;
    padding-right: 2.5vw;
    border: solid 1px;
    margin-left: 80vw;
    margin-right: 5vw;
    background-color: #ffffff;
}

.en  a:link{
    color: black;
    transition: 0.7s;
    text-decoration: none;
}

.en a:hover{
    color: rgba(0, 0, 0, 0.6);
    transition: 0.7s;
}

.en a:visited{
    color: black;
    transition: 0.7s;
}

.index1, .index2, .index3, .index4, .index5{
    font-size: 60px;
    font-weight: 1500;
    text-align: right;
    padding-right: 14%;
    color: rgb(87, 87, 87);
    margin: 0 15% 0 28%;
    
    margin-top: 8%;
    
  
}

.in2{
    width: 50%;
    height: 50%;
    display: flex;
    position: relative;
    bottom: 85px;
    left: 24.5%;
    
}

.in1{
    
  
    width: 50%;
    height: 50%;
    display: flex;
    position: relative;
    bottom: 85px;
    left: 24.5%;
    margin-bottom: -5%;
    
    
    
}

.fadeIn_left {
    opacity: 0;
    transform: translate(-30%, 0);
    transition: 2s;
  }
  .fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }

  .fadeIn_up {
    opacity: 0;
    transition: 1.5s;
    transform: translate(0, 30%);
  }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }

  .fadeIn {
    opacity: 0;
    transition: 2s;
  }
  .fadeIn.is-show2 {
    opacity: 1;
  }

.in3{
    width: 50%;
    height: 50%;
    display: flex;
    position: relative;
    bottom: 85px;
    left: 24.5%;
    margin-bottom: -5%;
    
}

.in4{
    width: 50%;
    height: 50%;
    display: flex;
    position: relative;
    bottom: 85px;
    left: 24.5%;
    margin-bottom: -5%;
    
}

.in5{
    width: 50%;
    height: 50%;
    display: flex;
    position: relative;
    bottom: 80px;
    left: 24.5%;
    margin-bottom: -5%;
    
}


#video{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 9;
    margin-top: -0.6%;
    
}

#video video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100vw;
    min-height: 100vh;
    
}

.logo{
    z-index: 10;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    justify-content: center;
    align-items: center;
}

#nav1{
    margin-left: 0px;
    position: fixed;
    top: 1%;
    width: 24vw;
    height: 100vh;
    background: rgba(209, 209, 209, 0.5);
    background-image: url(images/SVG/三角タトゥ.svg),url(images/Wipe_B092_rain_1920_1080_green_2.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 40%,0 80%;
    z-index: 10;
    opacity: 0;
    transition: opacity 1.5s ease;
    color: rgb(100, 100, 100);
    font-family: serif;
    font-size: 25px;
    z-index: 1;
}

#nav1 ul li{
    list-style: none;
    color: rgb(141, 141, 141);
    padding-bottom: 20px;
}

.nav1 a{
    text-align: center;
    text-decoration: none;
    cursor: pointer;
} 

.nav1 a:link{
    color: rgb(141, 141, 141);
    transition: 0.8s;
}

.nav1 a:visited{
    color: rgb(119, 119, 119);
    transition: 0.8s;
}

.nav1 a:hover{
    color: rgba(180, 180, 180, 0.4);
    transition: 0.8s;
    border-bottom: 2px solid;
    
}

.navlogo img{
    
    width: 35%;
    height: 35%;
    position: relative;
    top: 15%;
    left: 30%;
    opacity: 0.7;
}

.kikagaku2 img{
    width: 28%;
    height: 28%;
}

.kikagaku2{
    position: fixed;
    top: 65%;
    left: 90%;
    opacity: 0;
    transition: 1.5s ease;
    cursor: pointer;
    z-index: 8;
}

footer{
    text-align: center;
    background-image: url(images/murasaki4.jpg);
    background-size: cover;
    padding: 13% 0 5% 0;
    margin-bottom: -5%;
    margin-right: -1%;
}

.frai img{
    
    width: 20%;
    height: 17%;
}

.live1,.news1,.disco1,.plo1,.contact1{
    width: 22%;
    height: 19%;
    margin: 20px;
}

#live1,#disco1,#news1,#plo1,#contact1{
    text-align: center;
}

#news1{
    margin-top: -8%;
    padding-top: 80px;
}

.arsha img{
    width: 30%;
    height: 30%;
    margin-left: 480px;
    
}

.arsha{
    display: flex;
}

.name{
    margin-left: 6%;
    margin-top: 50px;
    font-size: 20px;
}

.kyati{
    font-size: 30px;
    color: rgb(96, 96, 96);
}

.hini{
    margin-bottom: 30px;
}

#contact1 a:link{
    color: black;
    transition: 0.8s;
}

#contact1 a:hover{
    color: rgba(180, 180, 180, 0.4);
    transition: 0.8s;
    border-bottom: 2px solid;
}

#contact1 a:visited{
    color: rgb(119, 119, 119);
    transition: 0.8s;
}

#contact1 p{
    margin-bottom: 50px;
}

.icon{
    display: flex;
    margin-top: 50px;
}

.tw img, .ins img, .spo img, .you img, .ap img{
    width: 40%;
    height: 70%;
}

.tw{
    margin-left: 20px;
}

.icon a:hover{
    opacity: 0.3;
    transition: 0.5s;
}

.hiduke{
    margin: 10px 300px 10px 400px;
    padding: 5px 300px 2px 0;
    font-size: small;
    list-style-type: none;
    text-align: left;
}

#news1 ul li{
    list-style-type: none;
}

.title{
    margin: 10px 250px 10px 400px;
    padding: 5px 300px 5px 0;
    text-align: left;
    border-bottom: solid 1px;
    border-color: #c3c3c3;
}


.liti{
    font-size: 30px;
}

.sin{
    width: 50%;
    height: 30%;
    position: relative;
    left: 4%;
    bottom: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sin2{
    width: 50%;
    height: 30%;
    position: relative;
    left: 29%;
    bottom: 90px;
    display: block;
    margin: 0;
}

#live1 a:link{
    color: rgb(75, 75, 75);
    text-decoration: none;
    transition: 0.8s;
}

#live1 a:visited{
    color: rgb(75, 75, 75);
    text-decoration: none;
    transition: 0.8s;
}

#live1 a:hover{
    color: rgb(166, 166, 166);
    text-decoration: none;
    transition: 0.7s;
}

#live1 a{
    display: block;
    text-align: center;
    position: relative;
    bottom: 40px;
    color: rgb(104, 104, 104);
    
    margin-bottom: -7%;
    font-weight: 900;
}

.next{
    font-size: 40px;
    color: rgb(104, 104, 104);
}

.zyouhou{
    position: relative;
    bottom: 70px;
}


.lemo:link{
    color: black;
    text-decoration: none;
    transition: 0.8s;
}

.lemo:visited{
    color: black;
    text-decoration: none;
    transition: 0.8s;
}

.lemo:hover{
    color: rgb(166, 166, 166);
    text-decoration: none;
    transition: 0.7s;
}


.lemo{
    display: block;
    margin: 70px 0 50px 0;
}


.karyu-{
    font-size: 30px;
}

.nedan{
    font-size: 20px;
}

.dstr a:link{
    color: rgb(49, 49, 49);
    text-decoration: none;
    transition: 0.7s;
}

.dstr a:visited{
    color: black;
    transition: 0.8s;
    text-decoration: none;
}

.dstr a:hover{
    color: rgb(166, 166, 166);
    text-decoration: border solid 1px;
    transition: 0.7s;
}

.store{
    margin-top: 50px;
    font-size: 26px;
    font-weight: 900;
}

.dstr{
    font-size: 22px;
    text-align: left;
    
}

.dstr a{
    position: relative;
    margin-left: 43vw;
    z-index: 6;
}

.san{
    width: 20%;
    height: 20%;
    position: relative;
    top: 180px;
    right: 20%;
    margin-top: -250px;
    opacity: 0.5;
}

.san2{
    width: 20%;
    height: 20%;
    position: relative;
    bottom: 130px;
    left: 28%;
    margin-bottom: -280px;
    opacity: 0.5;
}

.zya img{
    width: 20%;
    height: 20%;
    display: flex;
    margin-left: 530px;
}

.kyoku{
    position: relative;
    left: 65%;
    bottom: 1000px;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: -310px;
}

.dsbox{
    margin-top: 17vh;
}

#plo1{
    margin-top: 150px;
}

#inb{
    overflow-x: hidden;
}

#lbo{
    overflow-x: hidden;
}

#grbo{
    overflow-x: hidden;
}

#gbo{
    overflow-x: hidden;
}
/*---------------Live----------------*/

#live2{
    background-image: url(images/tyu-sho-.JPEG);
    background-size: 100%;
    background-position: top;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
    z-index: 30;
    margin-top: -9%;
    padding-right: 20px;
}

#live2 h1{
    font-size: 170px;
    color: rgb(183, 183, 183);
    text-align: right;
    padding-top: 33%;
    padding-right: 5%;
    z-index: 30;
}

.l48 img{
    width: 20%;
    height: 20%;
    
}

.l48{
    text-align: center;
    margin-top: 50px;
}

.lihi{
    text-align: center;
    font-size: 30px;
    position: relative;
    left: 22%;
    bottom: 300px;
    font-weight: 900;
}

.livz2{
    text-align: center;
    position: relative;
    left: 22%;
    bottom: 250px;
    font-size: 20px;
}


.l510 img{
    width: 23%;
    height: 25%;
}

.l510{
    text-align: center;
}

.lihi2{
    font-size: 30px;
    position: relative;
    left: 23%;
    bottom: 300px;
    font-weight: 900;
}

.sennn img{
    width: 50%;
    height: 30%;
    
}

.sennn{
    position: relative;
    left: 32%;
    bottom: 180px;
    margin-bottom: -150px;
}

.line2{
    position: relative;
    left: 23%;
    bottom: 250px;
    font-size: 20px;
}

.yoyaku{
    text-align: center;
    font-size: 30px;
    margin-top: 100px;
    z-index: 90;
}

.yoyaku a{
    z-index: 90;
}



.yoyaku a:visited{
    color: rgb(91, 91, 91);
    text-decoration: none;
    transition: 0.8s;
}

.yoyaku a:link{
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: 0.8s;
}

.yoyaku a:hover{
    color: rgb(166, 166, 166);
    text-decoration: none;
    transition: 0.7s;
}

.sennn2 img{
    width: 50%;
    height: 30%;
    z-index: 1;
}

.sennn2{
    position: relative;
    left: 32%;
    bottom: 10px;
    z-index: 1;
    
}

.l329 img{
    width: 22%;
    height: 22%;
}

.l329{
    text-align: center;
}

.lihi3{
    font-size: 30px;
    position: relative;
    left: 23%;
    bottom: 300px;
    font-weight: 900;
}

.sennn3 img{
    width: 50%;
    height: 30%;
    
}

.sennn3{
    position: relative;
    left: 32%;
    bottom: 180px;
    margin-bottom: -170px;
}

.line3{
    position: relative;
    left: 23%;
    bottom: 250px;
    font-size: 20px;
}

.mainasu{
    margin-top: -110px;
}

.mainasu2{
    margin-bottom: 13vh;
}



/*------------------------goods-----------------------*/

#goods2{
    background-image: url(images/tyu-sho-.JPEG);
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    z-index: 30;
    margin-top: -9%;
    padding-right: 20px;
   position: relative;
    
}

#goods2 h1{
    font-size: 170px;
    color: rgb(183, 183, 183);
    text-align: right;
    padding-top: 33%;
    padding-right: 5%;
    
}

#goods3{
    text-align: center;
}



.nt{
    width: 33%;
    height: 33%;
}

.po{
    width: 22%;
    height: 22%;
}

.pi{
    width: 12%;
    height: 12%;
}



.ot{
    width: 35%;
    height: 35%;
}

.ls{
    width: 18%;
    height: 18%;
}



.tyuu{
    font-size: 35px;
    padding-top: 10%;
    padding-bottom: 10%;
}

.s-n{
    width: 50%;
    height: 30%;
    margin-left: 10%;
    margin-bottom: 5%;
}

/*---------------disco----------------*/

.zya2 img{
    width: 20%;
    height: 20%;
    display: flex;
    margin-left: 530px;
}

#disco2{
    text-align: center;
}

.san3{
    width: 20%;
    height: 20%;
    opacity: 0.6;
    position: relative;
    top: 190px;
    right: 19%;
}

.san4{
    width: 20%;
    height: 20%;
    opacity: 0.6;
    position: relative;
    left: 28%;
    bottom: 110px;
    margin-bottom: -12%;
}

.karyuuu, .kyotmu, .toms, .sanza{
    font-size: 35px;
    font-weight: 900;
}

#graphy{
    background-image: url(images/tyu-sho-.JPEG);
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    z-index: 30;
    margin-top: -9%;
    padding-right: 20px;
    position: relative;
}

#graphy h1{
    font-size: 170px;
    color: rgb(183, 183, 183);
    text-align: right;
    padding-top: 33%;
    padding-right: 2%;
}

.sin3{
    width: 50%;
    height: 30%;
    margin-left: 28%;
    margin-bottom: 5%;
}

.kyoku2{
    text-align: left;
    position: relative;
    bottom: 300px;
    left: 65%;
    margin-bottom: -30%;
}

.iframe{
    margin-top: 30vh;
}

.kyoku3{
    text-align: left;
    position: relative;
    left: 65%;
    bottom: 320px;
    margin-bottom: -5%;
}

.nedan3, .nedan4, .nedan5, .nedan{
    margin-bottom: 5%;
}

.kyoku4{
    text-align: left;
    position: relative;
    left: 65%;
    bottom: 320px;
    margin-bottom: -5%;
}

.kyoku5{
    text-align: left;
    position: relative;
    left: 65%;
    bottom: 280px;
    margin-bottom: -5%;
}


/*--------------レスポンシブ----------------*/

@media only screen and (max-width: 481px) {
    /*ここにスマホ用のCSSを記述する*/
    html{
        
        overflow-x: hidden;
        background-image: url(images/murasaki3.jpg);
        background-size: cover;
        background-position: left;
        max-width: 100vw;
       
    }

    
        .en{
            text-align: right;
            font-size: 25px;
            font-weight: 900;
            padding-right: 1vw;
            border: solid 1px;
            margin-left: 61vw;
            margin-right: 5vw;
            background-color: #ffffff;
        }

        
    

    #video{
        margin-top: -2%;
        margin-left: -2.5%;
        margin-right: 1%;
    }

    #roading{
        position: fixed;
    top: 51.3%;
    left: 54%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 200;
    }

    .kikagaku2{
        width: 20%;
        position: fixed;
        top: 85%;
        left: 88%;
        opacity: 0;
        transition: 1.5s ease;
        cursor: pointer;
        z-index: 8;
    }
    
    #nav1{
        margin-left: 0px;
        position: fixed;
        top: 1%;
        width: 96vw;
        height: 100vh;
        background: rgba(165, 165, 165, 0.9);
        background-image: url(images/SVG/三角タトゥ.svg),url(images/Wipe_B092_rain_1920_1080_green_2.gif);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 40%,0 80%;
        z-index: 10;
        opacity: 0;
        transition: opacity 1.5s ease;
        color: rgb(100, 100, 100);
        font-family: serif;
        font-size: 25px;
        z-index: 7;
    }
    
    #nav1 ul li{
        list-style: none;
        color: rgb(141, 141, 141);
        padding-bottom: 20px;
    }
    
    .nav1 a{
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    } 
    
    .nav1 a:link{
        color: rgb(255, 255, 255);
    }
    
    .nav1 a:visited{
        color: rgb(192, 192, 192);
    }
    
    .nav1 a:hover{
        color: rgba(180, 180, 180, 0.4);
        transition: 0.8s;
        border-bottom: 2px solid;
        
    }
    
    .navlogo img{
        
        width: 35%;
        height: 35%;
        position: relative;
        top: 15%;
        left: 30%;
        opacity: 0.7;
    }

    .hamburger {
        position: fixed;
        top: 40px;
        left:30px;
        cursor: pointer;
        width: 32px;
        height: 24px;
        z-index: 8;
    }
    
    .hamburger span {
        transition: all .3s;
        position: absolute;
        height: 2px;
        background-color: #808080;
        width:100%;
        z-index: 10;
    }
    
    .hamburger span:nth-of-type(1) {
        top: 4px;
    }
    
    .hamburger span:nth-of-type(2) {
        top: 12px;
    }
    
    .hamburger span:nth-of-type(3) {
        top: 20px;
    }
    
    .hamburger.open span:nth-of-type(1) {
        top: 10px;
        transform: translateY(6px) rotate(-33deg);
    }
    
    .hamburger.open span:nth-of-type(2) {
        opacity: 0;
    }
    
    .hamburger.open span:nth-of-type(3) {
        top: 22px;
        transform: translateY(-6px) rotate(33deg);
    }

    #nav1{
        display: none;
    }

    .index1, .index2, .index3, .index4, .index5{
        font-size: 36px;
        font-weight: 1500;
        text-align: center;
        
        color: rgb(87, 87, 87);
        
      
    }

    .in1{
        width: 65%;
        height: 65%;
        display: flex;
        position: relative;
        bottom: 30px;
        left: 16vw;
        
    }

    .hiduke{
        margin-left: 0;
        font-size: small;
        list-style-type: none;
        text-align: left;
    }
    
    #news1 ul li{
        list-style-type: none;
    }
    
    .title{
        margin: 0 0 100px 0;
        padding: 0;
        text-align: left;
        border-bottom: solid 1px;
        border-color: #c3c3c3;
    }

    .in2{
        width: 65%;
        height: 65%;
        display: flex;
        position: relative;
        left: 13%;
        padding-top: 15px;
    }

    .index2{
        position: relative;
        bottom: 45px;
        left: 3%;
        font-size: 32px;
    }

    .frai img{
        width: 55vw;
        padding-top: 5%;
    }

    .liti{
        font-size: 25px;
    }

    .in5{
        width: 70%;
        height: 70%;
        display: flex;
        position: relative;
        bottom: 25px;
        left: 8%;
    }

    .zya img{
        width: 40vw;
        height: 23vh;
        margin-left: 25vw;
        
    }

    

    .kyoku{
            position: static;
            
            text-align: left;
            padding-bottom: 0;
            
        font-size: 11px;
    }

    .dsbox{
        margin-top: 25vh;
    }

    .dstr{
        margin-left: -25vw;
    }

    .san{
        width: 25%;
        height: 25%;
        position: relative;
        top: 130px;
        right: 40%;
        margin-top: -250px;
        opacity: 0.5;
    }
    
    .san2{
        width: 25%;
        height: 25%;
        position: relative;
        bottom: 250px;
        left: 39%;
        margin-bottom: -280px;
        opacity: 0.5;
    }

    .in3{
        width: 70%;
        height: 70%;
        display: flex;
        position: relative;
        bottom: 28px;
        left: 14%;
    }

    .arsha img{
        width: 75%;
        height: 75%;
        margin-left: 10px;
        
    }
    
    .arsha{
        display: block;
    }

    .kyati{
        font-size: 25px;
    }

    .in4{
        width: 70%;
        height: 70%;
        display: flex;
        position: relative;
        bottom: 28px;
        left: 12%;
    }

    #lbo{
        margin-right: -68px;
        
    }

    #live2{
        background-image: url(images/tyu-sho-.JPEG);
        background-size: cover;
        background-position: top;
        width: 100vw;
        height: 50vh;
        background-repeat: no-repeat;
        
        z-index: 30;
        margin-top: -30%;
        padding-right: 12%;
    }
    
    #live2 h1{
        font-size: 150px;
        color: rgb(183, 183, 183);
        text-align: right;
        padding-top: 20%;
        padding-left: 24%;
        z-index: 30;
    }

    .yoyaku{
        text-align: center;
        font-size: 25px;
        margin-top: 100px;
        z-index: 90;
    }
    
    .lihi, .lihi2, .lihi3, .line, .line2, .line3, .livz2{
        position: static; 
        
    }

    .sennn, .sennn2, .sennn3{
        position: static;
        text-align: center;
    }

    .l510 img, .l48 img, .l329 img{
        width: 60%;
        margin-top: 50px;
        
    }

    .l510,.l48{
        margin-top: 200px;
        
    }

    .l510{
        margin-bottom: 250px;
    }

    .mobi{
        display: block;
    }

    #gbo{
        margin-right: -108px;
    }
    
    
    #goods2{
        background-image: url(images/tyu-sho-.JPEG);
        background-size: 100%;
        background-position: center;
        width: 100vw;
        height: 50vh;
        background-repeat: no-repeat;
        z-index: 30;
        margin-top: -14%;
        padding-right: 20%;
        
       
        
    }
    
    #goods2 h1{
        font-size: 100px;
        color: rgb(183, 183, 183);
        text-align: right;
        padding-top: 25%;
        padding-left: 20%;
        
    }

    
    
    .nt{
        width: 65%;
        height: 73%;
    }
    
    .po{
        width: 52%;
        height: 52%;
    }
    
    .pi{
        width: 42%;
        height: 42%;
    }
    
    
    
    .ot{
        width: 75%;
        height: 75%;
    }
    
    .ls{
        width: 48%;
        height: 48%;
    }

    .s-n{
        width: 70%;
        height: 70%;
        padding: 70px 0 0 0;
    }
    
     

    #graphy{
        background-image: url(images/tyu-sho-.JPEG);
        background-size: 100%;
        background-position: bottom;
        width: 100vw;
        height: 50vh;
        background-repeat: no-repeat;
        z-index: 30;
        margin-top: -40%;
        padding-right: 20px;
        margin-left: -3%;
        position: relative;
    }
    
    #graphy h1{
        font-size: 60px;
        color: rgb(183, 183, 183);
        text-align: right;
        padding-top: 45%;
        padding-left: 4%;
    }

    iframe{
        width: 70%;
        margin-top: 15vh;
    }

    .lnav{
        padding: 10% 10% 15% 5%;
        
    }

    .lnav ul li{
        font-size: 30px;
    }

    .lnav .tw img, .lnav .ins img, .lnav .spo img, .lnav .you img, .lnav .ap img{
        width: 51%;
        padding-right: 10px;
    }

    .gnav{
        padding: 15% 18% 22% 5%;
        
    }

    .gnav ul li{
        font-size: 35px;
    }

    .gnav .tw img, .gnav .ins img, .gnav .spo img, .gnav .you img, .gnav .ap img{
        width: 60%;
        padding-right: 30px;
    }

    .zya2 img{
        margin-left: 24vw;
        width: 50%;
    }

    .kyoku2, .kyoku3, .kyoku4, .kyoku5{
        position: static;
        margin-left: 25vw;
    }

    .kyoku2{
        
        margin-left: 20vw;
    }

    .san3, .san4{
        display: none;
    }

    .mainasu{
        margin-top: -10vh;
        margin-bottom: 17vh;
    }

    .smainasu{
        margin-bottom: 100px;
    }

    #inb{
        overflow-x: hidden;
    }
    
    #lbo{
        overflow-x: hidden;
    }
    
    #grbo{
        overflow-x: hidden;
    }
    
    #gbo{
        overflow-x: hidden;
    }
    
    #new2 h1{
    font-size: 170px;
    color: rgb(183, 183, 183);
    text-align: right;
    padding-top: 33%;
    padding-right: 5%;
    z-index: 30;
}

#new2{
    background-image: url(images/tyu-sho-.JPEG);
    background-size: 100%;
    background-position: top;
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    position: relative;
    z-index: 30;
    margin-top: -29%;
    padding-right: 20px;
}

.nsha{
    width: 95vw;
}
}
    



