
a{text-decoration:none;}

/* link ここから-------------------------------- */
/* リンクは真ん中に寄せる。上に50pxの隙間を入れる */
    .link{
         text-align: center;
         margin: 50px;
    }

    /* PC ここから-------------------------------- */
    @media (min-width: 768px) {
        .smp , .sp{display:none;}
        .main{
            width : 1000px;
            margin : 0 auto;
        }

.movie{
    width:500px;
    margin : 0 auto;
}

.visual img{
    height:300px;
    object-fit:cover;
}

 .link img{
        width:80px;
        height:80px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 20px;
}

  .text{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .text .left{
    width : 50%;
  }
  .text .right{
    width : 50%;
  }
  .text .right img{
    width : 100%;
  }
    }
    /* PC ここまで-------------------------------- */
    /* スマホ ここから-------------------------------- */
    @media screen and (max-width: 767px) {
        .pc{display:none;}
    }
    /* スマホ ここまで-------------------------------- */
    h1{
       text-align:center;
       color:#00bfff;
       font-size:50px;
       background:#afeeee;
    }
}
