/* 全体の設定↓ */

@charset "UTF-8" ;
 
 
 
 * {
     margin: 0px;
     padding: 0px;
   }

   html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
  }

  a {
  color:rgb(255,127,42);
  text-decoration:none;
  font-weight: bold;
  transition: .3s;
  
  }

  a:hover {
  
  color: rgb(255,158,93);
  text-decoration: none;
  
  }


  .container {
    font-family: "Reggae One", system-ui;
    font-weight: 400;
    font-style: normal;
  
  
    position: relative;


    height: auto;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  
    padding: 60px 20px;

  } 

    .container2 {
    font-family: "Reggae One", system-ui;
    font-weight: 400;
    font-style: normal;
  
  
    position: relative;


    height: auto;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  
    padding: 60px 20px ;

  } 

  .release_date{
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: bold;

    margin-top: 36px;


    border-radius: 20px;
    padding: 6px 10px;
  }

  .artist_logo{
    display: block;
    position: relative;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 130px;
  }

  .main_title{
    font-size: 36px;
    letter-spacing: 6px;
    line-height: 2;

   
  }

  


.track_list{

  border-radius: 15px;

  padding: 30px;



  margin: 30px 0;
}

.track_list a:link, a:visited, a:hover, a:active {


  text-decoration: none;

}

.track_list h4{
  margin-top: 20px;
  line-height: 2;
  letter-spacing: 2px;

  font-weight: normal;
  font-size: 15px;
}

.subsc_btn a {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: inline-block;

  width: calc(100% - 40px);

  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  transition: .3s;
  padding: 20px 20px;
  text-decoration: none;

  border-radius: 66px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  
}


.subsc_btn a:hover {

  text-decoration: none;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.3);
  
}


.show {
    opacity: 1 !important;
    transform: translateY(0px);
}
.cdjacket {
    opacity: 0;
    width: calc(100% - 0px );
    margin-top: 5px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.6s;
    transition-timing-function: ease-in-out;
}

.small_text{
  font-size: 12px;

  margin: 15px 0px;
}


li {
  margin-left: 1.5em;
  padding-left: 1.0em;
  padding-bottom: 1em;
  line-height: 1;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
}


p{
  margin-bottom: 30px;
}

h3{
  margin-bottom: 30px;
  font-size: 18px;
}

.title-lyrics-separate {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;

        border-radius: 15px;

        
                          
      }

      .title {

        flex: 1;
        padding-top: 20px;

        margin: 0px;

  
        text-align: left;

        
        writing-mode: vertical-rl;
        letter-spacing: 1px;
      }

      .title h2{

        position: -webkit-sticky;
        position: sticky;

        max-height: 480px;

        top:20px;
      


      }

      .lyrics {
        flex: 6;
        padding-top: 10px;
        padding-left: 20px;
        margin: 10px;

        text-align: right;
        line-height: 1.7;
        
      }

      .comment{

        border-radius: 5px;
        text-align: left;
      
        padding: 20px;
      
        margin: 30px 0;

        opacity: 0.8;
      }


      .pagetop {

        position: -webkit-sticky;
        position: sticky;
      
        height: 50px;
        width: 50px;
      
        left: calc(100% - 70px);
        bottom: 30px;
      
        font-size: 20px;

        border-radius: 50%;
        box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s;
        z-index: 70;
        animation: scroll-anim linear;
        animation-timeline: view();
        animation-range: entry 0% contain 20%;
      }

      .pagetop a:link, a:visited, a:hover, a:active {
      
        text-decoration: none;
      
      }

      .credit{
        text-align: left;
        padding: 10px;
      }