body {
    min-height: 100vh;
    background-size: cover;
    background-position: center top;
    font-size: 14px;
}

.container {
    width: 100%;
    margin: 0 auto;
}

header {
    padding: 50px;
}

footer {
    padding: 10px;
    margin: 80px 0 0 0;
    background-color: gray;
    text-align: center;
}

footer img {
    width: 40%;
}

a {
    text-decoration: none;
}

h1 {
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 500%;
    text-shadow: 3px 3px 2px black;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

h2 {
    color: white;
    letter-spacing: 0.2em;
    font-size: 230%;
    text-shadow: 0px 0px 10px #631ee3;
    text-align: center;
}

h3 {
    color: #fff;
    font-size: 240%;
    text-align: center;
}

h4 {
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 120%;
    margin-top: 0.5%;
    text-shadow: 0px 0px 5px black;
    text-align: center;
}

h5 {
    font-size: 250%;
    letter-spacing: 0.1em;
}

h6 {
    font-size: 150%;
    margin-top: 10px;
}

p {
    font-size: 18px;
}

li {
    list-style: none;
    font-size: 40px;
}

a {
    text-decoration: none;
}

img:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.pattern {
    width: 100%;
    height: 100%;
    background: url(img/dot.png);
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.infomation {
    text-align: center;
    margin-top: 35%;
}

.best img {
    width: 60%;
}

.best {
    margin: 25% 0 0 0;
    width: 100%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.555);
}

.best h5 {
    color: #ffdf29;
    font-size: 250%;
    letter-spacing: 0.08em;
    text-shadow: 0px 0px 10px #66562a;
}

.button-003 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 780px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #333;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
}

.button-003:hover {
    background-color: #13c3ac;
}

.live img {
    width: 70%;
}

.live {
    margin: 10% 0 0 0;
    width: 100%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.7);
}

.band {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 5% 0 10% 0;
    width: 100%;
    padding: 30px;
}

.band img {
    width: 65%;
}

.sosyal {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.facebook {
    background-color: #2e4a88;
    box-shadow: 0 4px 0 #1B3D82;
    text-shadow: 0 -1px -1px #1B3D82;

    display: inline;
    position: relative;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 10px 65px;
    margin: 20px;
}

.facebook:hover {
    background-color: #354F84;
}

.facebook:active {
    top: 2px;
    box-shadow: 0 2px 0 #1B3D82;
}

.x {
    background-color: #000000;
    box-shadow: 0 4px 0 #252525;

    display: inline;
    position: relative;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 10px 110px;
    margin: 20px;
}

.x:active {
    top: 2px;
    box-shadow: 0 2px 0 #1b1b1b;
}

.x:hover {
    background-color: #1d1d1d;
}

.youtube {
    background-color: #CC3622;
    box-shadow: 0 4px 0 #BA2714;

    display: inline;
    position: relative;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 10px 65px;
    margin: 20px;
}

.youtube:active {
    top: 2px;
    box-shadow: 0 2px 0 #BA2714;
}

.youtube:hover {
    background-color: #D04829;
}



/*pad*/

@media only screen and (max-width: 820px) {
    body {
        min-height: 100vh;
        background-size: cover;
        background-position: center top;
        font-size: 14px;
    }

    .container {
        width: 100%;
        margin: 0 auto;
    }

    header {
        padding: 50px;
    }

    footer {
        padding: 10px;
        margin: 80px 0 0 0;
        background-color: gray;
        text-align: center;
    }

    footer img {
        width: 40%;
    }

    a {
        text-decoration: none;
    }

    h1 {
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        font-size: 290%;
        text-shadow: 3px 3px 2px black;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-align: center;
    }

    h2 {
        color: white;
        letter-spacing: 0.2em;
        font-size: 220%;
        text-shadow: 0px 0px 10px #631ee3;
        text-align: center;
    }

    h3 {
        color: #fff;
        font-size: 240%;
        text-align: center;
    }

    h4 {
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 120%;
        margin-top: 0.5%;
        text-shadow: 0px 0px 5px black;
        text-align: center;
    }

    h5 {
        font-size: 180%;
        letter-spacing: 0.2em;
    }

    h6 {
        font-size: 130%;
        margin-top: 10px;
    }

    p {
        font-size: 13px;
    }

    li {
        list-style: none;
        font-size: 40px;
    }

    a {
        text-decoration: none;
    }

    .pattern {
        width: 100%;
        height: 100%;
        background: url(img/dot.png);
        background-repeat: repeat;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .infomation {
        text-align: center;
        margin-top: 35%;
    }

    .best img {
        width: 100%;
    }

    .best {
        margin: 90% 0 0 0;
        width: 100%;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.555);
    }

    .best h5 {
        color: #ffdf29;
        font-size: 200%;
        letter-spacing: 0.08em;
        line-height: 1.2;
        text-shadow: 0px 0px 10px #66562a;
    }

    .best h6 {
        font-size: 90%;
        margin-top: 10px;
    }

    .live img {
        width: 100%;
    }

    .live {
        margin: 10% 0 0 0;
        width: 100%;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.7);
    }


    .band {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 30px;
        font-size: 100%;
        margin-top: 5%;
    }

    .band img {
        width: 100%;
    }

    .button-003 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 570px;
        margin:0 auto;
        padding: .9em 2em;
        border: none;
        border-radius: 5px;
        box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
        background-color: #333;
        color: #fff;
        font-weight: 600;
        font-size: 1.3em;
    }
    
    .button-003:hover {
        background-color: #13c3ac;
    }


    .sosyal {
        display: flex;
        justify-content: center;
        margin: 30px auto;
    }

    .facebook {
        background-color: #2e4a88;
        box-shadow: 0 4px 0 #1B3D82;
        text-shadow: 0 -1px -1px #1B3D82;

        display: inline;
        position: relative;
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: white;
        border-radius: 5px;
        padding: 10px 45px;
        margin: 5px;
    }

    .facebook:hover {
        background-color: #354F84;
    }

    .facebook:active {
        top: 2px;
        box-shadow: 0 2px 0 #1B3D82;
    }

    .x {
        background-color: #000000;
        box-shadow: 0 4px 0 #252525;

        display: inline;
        position: relative;
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: white;
        border-radius: 5px;
        padding: 10px 80px;
        margin: 5px;
    }

    .x:active {
        top: 2px;
        box-shadow: 0 2px 0 #1b1b1b;
    }

    .x:hover {
        background-color: #1d1d1d;
    }

    .youtube {
        background-color: #CC3622;
        box-shadow: 0 4px 0 #BA2714;

        display: inline;
        position: relative;
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: white;
        border-radius: 5px;
        padding: 10px 45px;
        margin: 5px;
    }

    .youtube:active {
        top: 2px;
        box-shadow: 0 2px 0 #BA2714;
    }

    .youtube:hover {
        background-color: #D04829;
    }



}

/*スマホ*/

@media only screen and (max-width: 600px) {
    body {
        min-height: 100vh;
        background-size: cover;
        background-position: center top;
        font-size: 14px;
    }

    .container {
        width: 100%;
        margin: 0 auto;
    }

    header {
        padding: 20px 0;
    }


    footer {
        padding: 20px;
        margin: 40px 0 0 0;
        background-color: gray;
        text-align: center;
    }

    footer img {
        width: 85%;
    }

    li {
        list-style: none;
        font-size: 20px;
        margin: 10px;
    }

    a {
        text-decoration: none;
    }

    p {
        font-size: 10.5px;
    }

    h1 {
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        font-size: 140%;
        text-shadow: 2px 2px 1px black;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-align: center;
    }

    h2 {
        color: white;
        letter-spacing: 0.2em;
        font-size: 140%;
        text-shadow: 0px 0px 5px #631ee3;
        margin-top: 0%;
        text-align: center;
    }

    h3 {
        color: #fff;
        font-size: 120%;
        text-align: center;
    }

    h4 {
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 90%;
        margin-top: 0.5%;
        text-shadow: 0px 0px 3px black;
        text-align: center;
    }

    h5 {
        font-size: 130%;
        letter-spacing: 0.1em;
        text-align: center;
    }

    h6 {
        font-size: 107%;
        margin: 5px 0;
    }

    .pattern {
        width: 100%;
        height: 100%;
        background: url(img/dot.png);
        background-repeat: repeat;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .infomation {
        text-align: center;
    }

    .best img {
        width: 100%;
    }

    .best {
        margin: 110% 0 0 0;
        width: 100%;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.555);
    }

    .best h5 {
        color: #ffdf29;
        font-size: 160%;
        letter-spacing: 0.08em;
        line-height: 1.2;
        text-shadow: 0px 0px 10px #66562a;
    }


    .live img {
        width: 100%;
    }

    .live {
        margin: 10% 0 0 0;
        width: 100%;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.7);
    }


    .band {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 30px;
        font-size: 100%;
        margin-top: 5%;
    }

    .band img {
        width: 100%;
    }

    .button-003 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 280px;
        margin:0 auto;
        padding: .9em 2em;
        border: none;
        border-radius: 5px;
        box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
        background-color: #333;
        color: #fff;
        font-weight: 600;
        font-size: 1em;
    }
    
    .button-003:hover {
        background-color: #13c3ac;
    }
    

    .sosyal {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0.1em auto;
    }

    .facebook {
        background-color: #2e4a88;
        box-shadow: 0 4px 0 #1B3D82;
        text-shadow: 0 -1px -1px #1B3D82;

        display: inline;
        position: relative;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: white;
        border-radius: 5px;
        padding: 10px 50px;
        margin: 5px;
    }

    .facebook:hover {
        background-color: #354F84;
    }

    .facebook:active {
        top: 2px;
        box-shadow: 0 2px 0 #1B3D82;
    }

    .x {
        background-color: #000000;
        box-shadow: 0 4px 0 #252525;

        display: inline;
        position: relative;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: white;
        border-radius: 5px;
        padding: 10px 80px;
        margin: 5px;
    }

    .x:active {
        top: 2px;
        box-shadow: 0 2px 0 #1b1b1b;
    }

    .x:hover {
        background-color: #1d1d1d;
    }

    .youtube {
        background-color: #CC3622;
        box-shadow: 0 4px 0 #BA2714;

        display: inline;
        position: relative;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: white;
        border-radius: 5px;
        padding: 10px 55px;
        margin: 5px;
    }

    .youtube:active {
        top: 2px;
        box-shadow: 0 2px 0 #BA2714;
    }

    .youtube:hover {
        background-color: #D04829;
    }
}