a{
    text-decoration:none;
  }
  
  
  summary{
       color:#a9a9a9;
       font-size:150%;
         }
  
  
  
  /* PC ここから-------------------------------- */
  @media (min-width: 768px) {
  
      .smp , .sp{display:none;}
  
          .main{
          width:1000px;
          margin:0 auto;
          }
  
    .visual img{
        height : 300px; /* 高さを揃える */
        object-fit: cover; /* 歪みをなくす */
    }
  
    .text{
      width:100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  
    .text .left{
      width : 60%;
    }
  
    .text .right{
      width : 30%;
    }
    .text .right img{
      width : 100%;
    }
  
  
   .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;}
  
   .link img{
          width:40px;
          height:40px;
          border-radius: 50%;
          object-fit: cover;
          margin-bottom: 10px;
  
    
  }
  
  .movie{
       width:100%;
  }
  
  .text{
  line-height:1.5;
  padding:10px 20px;
  }
  
  
  }
  
  /* スマホ ここまで-------------------------------- */
  
  
  
  h1{
        text-align:center;
        color:#ffffff;
        font-size:50px;
        background:#d2b48c;
  }
  
  