

a{text-decoration: none;}

/* link ここから-------------------------------- */
/* リンクは真ん中に寄せる。上に50pxの隙間を入れる */
.link{
        text-align: center;
        margin: 50px;
    }
/* link ここから-------------------------------- */

/* PC ここから-------------------------------- */
 @media (min-width: 768px) {
    .smp , .sp{display:none;}
    .main{
        width : 1000px;
        margin : 0 auto;
    }
    .visual img{
        height: 300px; /*高さを揃える*/
        object-fit: cover; /*歪みをなくす*/
    }
        /* リンクの画像は丸くする。大きさは80px */
    .link img{
        width:80px;
        height:80px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 20px;
    }
        
    .movie{
        width: 500px;
        margin: 0 auto;
    }

    /* リンク */
        
    }
/* PC ここまで-------------------------------- */

/* スマホ ここから-------------------------------- */
@media screen and (max-width: 767px) {
    .pc{display:none;}
    /* リンクの画像は丸くする。大きさは40px */
    .link img{
        width:40px;
        height:40px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .movie{
        width: 95%;
        margin: 0 auto;
    }

    /* リンク */

     }
/* スマホ ここまで-------------------------------- */

h1{
    text-align : center;
    color : #007b43;
    font-size : 50px;
    background : #A3D8F6;
    margin: 10px 0;
}

 footer {
    text-align: center;
    font-size: 80%;
}

summary{
    font-size: 150%;
}

