@charset "utf-8";


header {
    background: url(../img/gameitiran.jpg) no-repeat right center/cover;
}
.innerWrap{
    margin: 0 ;
    padding: 20px 20px 0;
}
header .innerWrap {
    height: 720px;
    position: relative;
}

header nav {
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    padding: 13px;
}
header nav ul {
    display: flex;
    justify-content: end;

    margin: 0 auto;
}
header nav ul li {
    color: #ffffff;
    margin-left: 30px;
}

.logo {
    width: 150px;
}


.maint {
    display: flex;
    position: relative;
}
.black {
    width: 600px;
    height: 200px;
    opacity: 0.7;
    margin: 0 auto;
    margin-top: 90px;
    resizeimage img { width: 75%; };
}
.maintitle {
    position: absolute;
    top:35%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-weight: bold;
    font-size: calc(40px + 0.5vw);
    white-space: nowrap;
}





main nav {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: #000000 solid 2px;
    border-bottom: #000000 solid 2px;
    padding: 10px 0;
}
main nav ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;

}
main nav ul li {
    color: #000000;
    margin-left: 30px;
    font-size: 18px;
    margin: 0 50px;
}




.boardGame {
    margin: 50px 100px;
    width: 800px;
}

h1 {
    font-size: 30px;
    font-weight: 550;
    margin-top: 50px;
}

    
    .button-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        margin-left: 30px;
        margin-top: 50px;
        border: 1px solid #2589d0;
        border-radius: 25px;
        background-color: #4a36ff;
        color: #ffffff;
        font-size: 15px;
        font-weight: 450;
    }
    

.mottoMiru {
    background-color: rgb(35, 35, 255);
    font-size: 30px;
    color: #ffffff;
}



.titleA {
    display: flex;
    margin-bottom:20px;
}


.gameImg {
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
}
.gameImgDiv {
    text-align: center;
}
h2 {
    font-size: 20px;
    color: #4a36ff;
    font-weight: 550;
    text-align: center;
    margin-top: 10px;
}
.naiyo {
    text-align: center;    
    margin: 15px 15px;
}
.nedan {
    display: flex;
    justify-content: center;
}
.nedan p {
    margin-top: 7px;
    margin-left: 20px;
    margin-bottom: 10px;
}
h3 {
    font-size: 25px;
}
.pictgram {
    width: 80px;
    margin: 0 30px;
}

.humanTime {
    display: flex;
    background-color: #dddddd;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;

}
.sayuu {
    width: 350px;
    border-right:  solid #000000 1px;
    border-right:  solid #000000 1px;
}


.ninzu {
    text-align: center;
}
.jikan {
    text-align: center;
}




.GameAdan {
    display: flex;
    width:100%;
    overflow-x:scroll;
    border: #000000 solid 1px;
}




footer {
    margin-top: 200px;
}

.footerImg {
    background: url(../img/footerimg.png) no-repeat right center/cover;
    height: 200px;
    position: relative;
}
.navFooter{
    margin: 0 ;
    padding: 20px 20px 0;
}
.navFooter ul li{
    color: #ffffff;
    margin-left: 30px;
}
.navFooter ul {
    display: flex;
    justify-content: end;
    margin: 0 auto;
}
.footerTenmei {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-top: 40px;
    margin-left: 30px;
}
.footerP {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    line-height: 20px;
    margin-left: 30px;
}
.footerC {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.otoiawase {
    width: 200px;
    position: absolute;
    bottom: 32px;
    left: 65%;
}
.snsLogo {
    width: 30px;
    margin-left: 10px;
}
.SNS {
    position: absolute;
    bottom: 10px;
    left: 70%;
}

html {
    scroll-behavior: smooth;
}