@charset "utf-8";
body {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-family: "Dela Gothic One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-family: "WDXL Lubrifont JP N", sans-serif;
        font-weight: 400;
        font-style: normal;
      }
      


body{
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 40px 30px 30px;
    }
header img{
    width:180px;
    padding-bottom: 25px;
    }
 main{
        background-color:rgb(255, 255, 255);
        box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
        margin: auto;
        border-radius:16px;
        padding:0 10px 20px 10px ;
        
        margin:0 30%;      
    }


h1{
    font-size:60px;
    padding-bottom: 15px;
}

main article{
    align-self: center;
    padding: 40px 50px;
    }

article img{
    width:90%;
    margin-bottom:20px;
}
article p{
    font-size:18px;
    margin:10px 0;
    text-align:left;
    letter-spacing: 2px;
    line-height: 1.3em;
    color:rgb(0, 0, 0);
    
}
article a{
    color:blue;
    
}
article a:hover{
    color:red;
}
article iframe{
    width:90%;
}

.VIDEO p{
    text-align:center;
    margin-top:40px;
}


h2{
    color: rgb(255, 255, 255);
    background-color:rgb(0, 0, 0);
    font-size:30px;    
    padding:10px ;
    margin:20px 0;


}
main article h4{
    font-size:23px;
    border:1px solid rgb(0, 0, 0);
    color:black;
    box-shadow:10px 10px 4px rgba(0,0,0,0.16);
    padding:17px;
    margin: 45px 0;
}  
main article h5{
    font-size:25px;
}
.blog{
    display: flex;
    justify-content: space-between;
}
.blog img{
    width:120px;
    height:150px;
}
.blog p{
    font-size: 20x;
    color: rgb(0, 0, 0);
}
.blog time {
    font-size: 15px;
}
.blog a{
    color:blue;
}
.blog a:hover{
    text-decoration:underline;
}
.name{
    text-align: left;
    margin:10px;
    font-size: 20px;
   
}



.bio img{
    width:500px;
    max-width:100%;
    display:inline-block;
    margin:50px 0 5px 0;
}
.bio2 img{
    margin:0 auto 10px auto;
    width:450px;
    max-width: 100%;
  
}
.bio p{
    max-width: 100%;
    margin:0 auto;
    line-height:1.5;
    width:400px;
    text-align: center;

}



.goods  ul{

    flex-wrap: wrap;
    
    
}
.goods img{
    width:250px;
    margin:30px 20px;
    max-width: 100%;
    

}







.artist img{
    max-width: 500px;

}

nav ul{
    display: flex;
    
    flex-wrap: wrap;
    
    justify-content: center;
    padding:35px 0;

    

   
}

nav ul li{
    margin:8px 15px;
}
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .scroll-infinity{
        margin-top:80px;
    }
    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
     
    }
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 35s infinite linear 0.1s both;
    }
    .scroll-infinity__item {
      width: calc(100vw / 6);
      width:500px;
      margin:0 20px 10px 0;
    }
    .scroll-infinity__item>img {
      width: 100%;
    
    }

.icon ul {
    display: flex;
    justify-content: center;
}
.icon ul li{
    margin:0 12px;
}
.icon img{
    width:40px;
    height: 40px;
}

iframe{
    margin:50px 0 0px;
    max-width:  100%;
}



footer{
    padding:30px 0 0;
    max-width: 100%;
}
footer a{
    color:blue;
    font-size:25px;
}
footer a:hover{
    color:red;
}

@media screen and (max-width:1200px){
  main{
    margin:0 10%;
  }
  article p{
    font-size:28px;
  }
  h2{
    font-size:38px;
  }

}