body{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    background-color: #fff;

}

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/bg.jpg) center no-repeat;
  background-size:cover;
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 0;
}

h1{
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 31px;
    font-feature-settings: "palt";
    line-height: 1.1;
    margin-top: 0;
    letter-spacing: 1px;
}

h2 {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    font-feature-settings: "palt";
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    
}


h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-feature-settings: "palt";
    letter-spacing: 2px;
}



.hirate{
    font-size: 140%;
    margin: 0 8px;
}

h4 {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
}

h5 {
    font-size: 16px;

}

.sss{
    width: 180px;
}

.section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.jumbotron {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 0;
     background-color: #fff;
}



.bg{
    background:url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 2 2' preserveAspectRatio='none'%3e%3cpath fill='%23eeefef' d='M-1-1v4h4v-4z'/%3e%3cpath fill='%23fff' d='M0 0H1V1H0zM1 1H2V2H1z'/%3e%3c/svg%3e");
    color: #111;
}

.bg2{
    background-color: #c9161d;
    color: #fff;
}

.information {
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.copy{
    font-size: 12px;
    line-height: 1!important;
}


.tracklist {
    padding: 35px 50px;
    background-color: #e0e0e0;
 
}


.tracklist p{
    line-height: 1.8;
    letter-spacing: 0;
    color: #111;
    font-weight: 600;
}

.bg h3{
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;   
  font-size: 31px;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 3px;
  padding: 0.2em 0;/*上下の余白*/
  border-top: solid 5px #111;/*上線*/
  border-bottom: solid 5px #111;/*下線*/
  margin-left: 0px;
}

.bg h1{
  font-family: orbitron, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  margin-bottom: 0;
    color: #111;

}



.segastore{
    font-size: 20px;
    background-color: #1B1B1B;
    padding: 7px;
}

.price{
    font-size: 20px;
    line-height: 2.4;
    font-weight: 700
}

.link{
    font-size: 80%;
    margin-top: 10px;
    letter-spacing: 1px!important;
}

.copy{
    font-size: 70%;
    letter-spacing: 1px;
}

.video-wrap {
width:100%;             
padding-bottom: 56.25%;  
height:0px;              
position: relative;
}
.video-wrap iframe {
 position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

hr {
  border: 2px #fff solid;
}

.justify{

	   text-align: justify;
}


.inner {
  margin: 0 auto;
}


.delay{
	animation-delay: 1s;
}


a {
  color: #ba8a00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #ba8a00;
  outline: none;
  text-decoration: none !important;
}


footer{
    padding-bottom: 20px;
    background-color: #111;
}

footer p,a{
    color: #fff;
}

@media (max-width: 991px) {

h1{

    font-size: 28px;
    letter-spacing: 1px;
}    
    
h2 {
    font-size: 55px;
    margin-bottom: 20px;
    
}    
    
p {
    font-size: 12px;
}
.bg h3{
    font-size: 28px;
}    

.tracklist {
    padding: 10px 15px;
    background-color: #e0e0e0;
 
}
    
}


@media (max-width: 767px) {
.jumbotron {
      height: auto;
    padding: 40px 0;
  }    

h1{

    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 20px;
}    
    
h2 {
    font-size: 45px;
    margin-bottom: 20px;
    
}    

    
h4{
    font-size: 15px;
        
    }    

p {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 0;
}    
    
.bg h3{
    font-size: 20px;
      border-top: solid 3px #111;/*上線*/
  border-bottom: solid 3px #111;/*下線*/
}

.tracklist {
    padding: 15px 20px;
    margin-left: 15px;
    margin-right: 15px;
 
}    
    
.section{
    padding-top: 50px;
    padding-bottom: 50px;
}    
    
.mt-5{
    margin-top: 30px!important;
    }    
    
.mb-5{
    margin-bottom: 30px!important;
    }       
    
}



@media (max-width: 480px) {

h1{

    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 20px;
}    
    
h2 {
    font-size: 25px;
    margin-bottom: 10px;
    
}    
    

h3 {
    font-size: 13px;
    letter-spacing: 1px;

}
    
h4{
    font-size: 11px;
        
    }    

p {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 0;
}    
    
.bg-check h3{
    font-size: 23px;
    margin-right: 0px;
    border-top: solid 4px #1B1B1B;/*上線*/
    border-bottom: solid 4px #1B1B1B;/*下線*/
    letter-spacing: 1px;
}
    
.bg-red h1{
    font-size: 19px;
    margin-bottom: 10px;
}    

.price{
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}    

.sss{
    width: 120px;
}

.segastore{
    font-size: 13px;
    padding: 5px;
    }    
    
.tracklist {
    padding: 10px 15px;
 
}   
    
h5 {
    font-size: 13px;

}    
    
.link{
    font-size: 60%;
} 
    
.section{
    padding-top: 30px;
    padding-bottom: 30px;
}    
    
.mt-5{
    margin-top: 20px!important;
    }    
    
.mb-5{
    margin-bottom: 20px!important;
    }      
    
}


@media (max-width: 320px) {


}

