@charset "utf-8";
/* CSS Document */

body{
font: calc(9px + 0.5vw) "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;

margin:0px;
color:#313131;
background-image: url();


  background-position: center center;
   
 
  background-repeat: no-repeat;
   

  background-attachment: fixed;
   
 
  background-size: cover;
   

  background-color: #464646;
}

img{
outline:none;
border-style:none;
}

a{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a:visited{
    color:white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    color: #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*****HEADER*****/
header{
    display: block;
    width:60%;
    margin-left: 20%;
    overflow: hidden;
    
}
header h1{
    font-size:120%;
    color:#313131;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border:1px solid #313131;
    border-radius: 5px;
    letter-spacing: 3px;
    font-weight:400;
    float: left;
    background-color: rgba(255,255,255,0.8);
}
header p{
    font-size:100%;
    color:#313131;
    float: left;
}

/*****BRANDING*****/
#branding{
    display: block;
    width: 60%;
    margin-left: 20%;
    overflow: hidden;
    background-color: rgba(90,90,90,0.9);
    margin-bottom: 20px;
    letter-spacing: 10px;
    line-height: 300px;
}
#branding p{
    color: #fff;
    font-size: 120%;
    padding-left: 3%;
}

/*****NAV*****/
nav{
    width: 100%;
    /* border-top: 1px solid orange;
    border-bottom: 1px solid orange; */
    background-color: rgba(190,190,190,0.9);
    margin-bottom: 5px;
    overflow: hidden;


}

nav  img{

 width:100%;
 height:10%;
 max-height:45px;
position: static;
  min-width:5%;
}

nav a{color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

nav ul{
    width: 60%;
    margin-left: 20%;
    height: 20%;
}

nav li{


    width: calc(24% );
    font-size: calc(9px + 1vw);
    letter-spacing: 0px;
    font-weight: 400;
   max-height: 20%;
   /* border-left: 1px solid orange; */
    color: #313131;
    cursor: pointer;
    text-align: center;
    float: left;

}

nav li2{
text-align:center;

    width: calc(16.5% );

   max-height: 20%;

    cursor: pointer;
 
    float: left;

}

nav li3{
text-align:center;

    width: calc(4%);
    max-height: 45px;

    color: #313131;
    cursor: pointer;
    float:right;
    margin-left:5px;

}

/*
nav li:last-child{
    border-right: 1px solid orange;
}

nav li:hover{
    background-color: orange;
    transition: background-color 0.5s ease-out;
    color: #fff;
}

*/

/*****ARTICLE*****/
section{
    display: block;
    width: 60%;
    margin: 20px auto;
    overflow: hidden;
}
article{
    width: calc(100% - 15px);
    padding: 2.5%;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
    float: left;
}
article:nth-child(2n){
    margin-left: 0px;
}
article .date{
    font-size: 60%;
    color: orange;
    border: 1px solid orange;
    padding-top:3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 5px;
    float: left;
    background-color: rgba(255,255,255,1);
}
article h1{
    width: 100%;
    font-size: 150%;
    color: #313131;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    float: left;
}
article p{
    font-size: 100%;
    color: #313131;
    letter-spacing: 3px;
    line-height: 200%;
    margin-bottom: 10px;
    float: left;
}
article .btn{
    color: #fff;
    border: 1px solid orange;
    background-color: orange;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    letter-spacing: 5px;
    text-decoration: none;
    overflow: hidden;
    float: right;
    margin-right: 30px;
}
article .btn:hover{
    background-color: #fff;
    border: 1px solid orange;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: orange;
    overflow: hidden;
}

cd{
    width: calc(100% );

    margin-bottom: 30px;

    overflow: hidden;
    float: left;
}

cd img{
width:60%;
height:60%;
margin:0px 20%;
}

track{

    width: calc(100% );
    color:#FFFFFF;
    margin-bottom: 30px;

    overflow: hidden;
    float: left;}

footer{
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #313131;
}
footer address{
    color: #fff;
    letter-spacing: 5px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}