@charset "UTF-8";
body{
    background-image: url(../images/web-bg.jpg);
    background-size: contain;
    font-family:"游ゴシック","ヒラギノ角ゴ ProN";
}
.top {
    width: 100%;
    text-align: center; 
    margin-top: 3%;
    background-image: url(../images/web-bg.jpg);
    background-size: contain;
}
.head-article{
    background-image: url(../images/web-bg.jpg);
    background-size: contain;
}
body{
    width:100%;
}
header .top img{ /*top画像*/
    width: 80%;
    border-bottom: 20px double black;
}
.top-info{
    padding-bottom: 20px;
}


.categoryNav{
    border:3px solid black;
    width: 80%;
    background-color: burlywood;
    margin: 0px auto;
}
.categoryNav .categorybox{
    margin-bottom: 20px;
}
.categoryNav h2{
    font-size: 45px;
    font-weight: 900;
    text-align: center;
}

.categoryNav ul li{
    font-size: 30px;
    font-weight: 600;
    color:black;
    margin: 20px 0 20px 20px;
}
.categoryNav ul li a{
    color: black;
    border-bottom:3px solid rgb(0, 157, 255);
}
.categoryNav ul li a:hover{
    color: rgb(0, 157, 255);
    text-decoration: underline double;
}


section{
    width: 70%;
    margin:0px auto 0px auto ;
    background-color:rgb(254, 239, 225);
    padding-top: 20px;
}

main{
    background-image: url(../images/web-bg.jpg);
    background-size: contain;
}


/*ボタン⬇️*/
.home {
    background-color: #6ab547;
}
.youtube{
    background-color: red;
}
.x{
    background-color: black;
}
article ul li a{
    background-image:url(../images/orinnpasu-topへ.jpg) ;
    background-size: contain;
    display:flex;
    padding:8px;
    color:#ffffff;
    font-size: 25px;
    font-weight: 600;
}
article ul{
    /* width: 70%; */
    margin: 5px auto;
    display:flex;
    justify-content: center; 
}
article ul li{/*ボタンの間*/
    margin:0 20px;
}
article ul li a:hover{
    color:rgb(0, 157, 255);
text-decoration: underline double;
}
article nav{
    width:80%;
    background-color: black;
    background-size: contain;
    background-size: 100%;
    margin: 0px auto 10px auto; 
    /* padding:10px 0px; */
}
article{
    background-image: url(../images/web-bg.jpg) ;
    background-size: contain;
}




.top-info .title a{
    display: block;
    width: 100%;
    background-image:url(../images/orinnpasu-topへ.jpg);
    background-size: contain;
}
.top-info .title a h2{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 35px;
    font-weight: 600;
}
time{
    background-color: #91c777;
    border-radius: 0px 22px 22px 22px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 13px 25px 12px 28px;
    display: inline-block;
    margin:10px 0px 20px 0px;
}



.class-img{/*クラス　画像*/
    width: 100%;
    text-align: center; 
}
main section .class-img img{/*レジェンド　画像*/
    width:90%;
    margin: 10px auto;
}
main section a h3{/*レジェンド調整、武器調整*/
    border-bottom: 5px solid #6ab547;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight:600;
    background-image: url(../images/h2_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 20px 0px;
}
main section h4{/*ヒューズ弱体化*/
    font-size: 25px; 
    font-weight: 700;
    border-bottom: 5px dashed #a7a7a7;
    padding: 10px 0px;
}
.legend-img{/*レジェンド　画像*/
    width: 100%;
    text-align: center; 
}
main section .legend-img img{/*レジェンド　画像*/
    width:70%;
    margin: 10px auto;
}

main section ul {  /*調整内容　文　囲い*/
    border: 5px solid rgb(174, 230, 191);
    padding: 30px 0px 30px 0px ;
    margin: 10px 70px 20px;
}
section ul  a h5{
    margin-top: 30px;
}
section ul h5{/*パッシブ：*/
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px dotted gray;
}
section ul li{ /*囲ってある文*/
    font-size: 20px;
    padding: 5px auto;
    text-align: left;
    margin:20px 0px;
}
.weapon-img{/*武器　画像*/
    width: 100%;
    text-align: center; 
}
main section .weapon-img img{/*武器　画像*/
    width:70%;
    margin: 10px auto;
}

/*⬇️アタッチメントのアイコン⬇️*/
.icon1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/hamapo.png) no-repeat left center;
    background-size: contain;
}
.icon2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/gold-magajin.png) no-repeat left center;
    background-size: contain;
}
.icon3 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/1-horosuko-pu.avif) no-repeat left center;
    background-size: contain;
}


bottom{ 
    display: flex;
    margin: 20px auto;
    border:6px double black;
    width:30%;
    background-image:url(../images/orinnpasu-topへ.jpg);
    background-size: contain;
}
bottom a {
    margin: 0px auto;
    font-size: 30px;
    font-weight: 900;
}
bottom a:hover{
    color: rgb(0, 157, 255);
}

red{
    color:rgb(255, 72, 0);
}
red-border{
    border:3px solid rgb(255, 72, 0);
}

blue{
    color:rgb(0, 157, 255);
    border-bottom:2px solid rgb(0, 157, 255);
}



















@media screen and (max-width:640px){
    body{
        background-image: url(../images/web-bg.jpg);
        background-size: contain;
        font-family:"游ゴシック","ヒラギノ角ゴ ProN";
    }
    .top {
        width: 100%;
        text-align: center; 
        margin-top: 3%;
        background-image: url(../images/web-bg.jpg);
        background-size: contain;
    }
    .head-article{
        background-image: url(../images/web-bg.jpg);
        background-size: contain;
    }
    body{
        width:100%;
    }
    header .top img{ /*top画像*/
        width: 90%;
        border-bottom: 20px double black;
    }
    .top-info{
        padding-bottom: 20px;
    }


    .categoryNav{
        border:3px solid black;
        width: 95%;
        background-color: burlywood;
        margin: 0px auto;
    }
    .categoryNav .categorybox{
        margin-bottom: 20px;
    }
    .categoryNav h2{
        font-size: 30px;
        font-weight: 900;
        text-align: center;
    }
    .categoryNav ul li{
        font-size: 20px;
        font-weight: 600;
        color:black;
        margin: 10px 0px;
        padding: 0px 10px;
    }
    .categoryNav ul li a{
        color: black;
        border-bottom:3px solid rgb(0, 157, 255);
    }
    .categoryNav ul li a:hover{
        color: rgb(0, 157, 255);
        text-decoration: underline double;
        }
    

    section{
        width: 85%;
        margin:0px auto 0px auto ;
        background-color:rgb(254, 239, 225);
        padding-top: 20px;
    }
    main{
        background-image: url(../images/web-bg.jpg);
        background-size: contain;
    }
    

    /*ボタン⬇️*/
    
    .home {
        font-size: 15px;
        font-weight: 600;
        background-color: #6ab547;
        padding:3px;
    }
    .youtube{
        font-size: 15px;
        font-weight: 600;
        background-color: red;
        padding:3px;
    }
    .x{
        font-size: 15px;
        font-weight: 600;
        background-color: black;
        padding:3px;
    }
    

    article ul li a{
        background-image:url(../images/orinnpasu-topへ.jpg) ;
        background-size: contain;
        display:flex;
        padding:5px;
        color:#ffffff;
    }
    article ul{
        margin: 5px auto;
        display:flex;
        justify-content: center; 
    }
    article ul li{/*ボタンの間*/
        margin:0 10px;
    }
    article ul li a:hover{
        color:rgb(0, 157, 255);
    text-decoration: underline double;
    }
    article nav{
        width:90%;
        background-color: black;
        background-size: contain;
        background-size: 100%;
        margin: 0px auto 10px auto; 
        /* padding:10px 0px; */
    }
    article{
        background-image: url(../images/web-bg.jpg) ;
        background-size: contain;
    }
    
    
    
    .top-info .title a{
        display: block;
        width: 100%;
        background-image:url(../images/orinnpasu-topへ.jpg);
        background-size: contain;
    }
    .top-info .title a h2{
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 26px;
        font-weight: 600;
    }
    time{
        background-color: #91c777;
        border-radius: 0px 22px 22px 22px;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        padding: 13px 25px 12px 28px;
        display: inline-block;
        margin:10px 0px 20px 0px;
    }
    

    .class-img{/*クラス　画像*/
        width: 100%;
        text-align: center; 
    }
    main section .class-img img{/*レジェンド　画像*/
        width:90%;
        margin: 10px auto;
    }
    main section a h3{/*レジェンド調整、武器調整*/
        border-bottom: 5px solid #6ab547;
        margin-bottom: 20px;
        font-size: 30px;
        font-weight:600;
        background-image: url(../images/h2_icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom;
        padding: 20px 0px;
    }
    main section h4{/*ヒューズ弱体化*/
        font-size: 25px; 
        font-weight: 700;
        border-bottom: 5px dashed #a7a7a7;
        padding: 10px 0px;
    }
    .legend-img{/*レジェンド　画像*/
        width: 100%;
        text-align: center; 
    }
    main section .legend-img img{/*レジェンド　画像*/
        width:90%;
        margin: 10px auto;
    }
    main section ul {  /*調整内容　文　囲い*/
        width:90%;
        border: 5px solid rgb(174, 230, 191);
        padding: 20px 0px 20px 0px ;
        margin: 10px auto;
    }
    section ul  a h5{
        margin-top: 30px;
    }
    section ul h5{/*パッシブ：*/
        font-size: 20px;
        font-weight: 600;
        border-bottom: 3px dotted gray;
    }
    section ul li{ /*囲ってある文*/
        font-size: 20px;
        padding: 5px auto;
        text-align: left;
        margin:20px 0px;
    }
    .weapon-img{/*武器　画像*/
        width: 100%;
        text-align: center; 
    }
    main section .weapon-img img{/*武器　画像*/
        width:70%;
        margin: 10px auto;
    }
    .sonotaURL h4{/*↓その他武器の調整内容はこちら↓*/
        font-size: 17px;
        font-weight:900;
    }
    .mojiOver h4{/*ミシックヘルメット,ランドマーク,ノックダウン*/
        font-size: 21px;
        font-weight:900;
    }
    

    /*⬇️アタッチメントのアイコン⬇️*/
    .icon1 {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(../images/hamapo.png) no-repeat left center;
        background-size: contain;
    }
    .icon2 {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(../images/gold-magajin.png) no-repeat left center;
        background-size: contain;
    }
    .icon3 {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(../images/1-horosuko-pu.avif) no-repeat left center;
        background-size: contain;
    }
    
    
    bottom{ 
        display: flex;
        margin: 20px auto;
        border:6px double black;
        width:40%;
        background-image:url(../images/orinnpasu-topへ.jpg);
        background-size: contain;
    }
    bottom a {
        margin: 0px auto;
        font-size: 30px;
        font-weight: 900;
    }
    bottom a:hover{
        color: rgb(0, 157, 255);
    }
    
    red{
        color:rgb(255, 72, 0);
    }
    red-border{
        border:3px solid rgb(255, 72, 0);
    }
    
    blue{
        color:rgb(0, 157, 255);
        border-bottom:2px solid rgb(0, 157, 255);
    }
}
