@charset "UTF-8";

/* CSS Document */


body{
	margin: auto;
	font-family: Verdana, Geneva, "sans-serif";
}

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



.wrap{
  background-image: url("img/109_bg.png");
	background-color:#FFF;
	background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
	min-height: 100vh;
}

@media screen and (max-width: 767px) {
.wrap {
    background:none;
	width: 100%;
  }
}

.menu {
  background-color: rgba(255,255,255,0.5);
  color: #000;
  z-index: 1000;
  padding: 0px 3px 3px 15px;
  margin:  0px 0px 0px 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .menu {
  background-color:#FFF;
  color: #000;
  z-index: 1000;
  margin:  auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0px;
  height: 45px;
}
}

#header {
    text-align: right;
	margin-top: 0px;
}

@media screen and (max-width: 767px) {
	#header {
    text-align: right;
	margin-top: -30px;
}
}

#header p a {
    position: fixed;
    left: 20px;
    top: 15px;
}

@media screen and (max-width: 767px) {
#header p a {
    position: fixed;
    left: 10px;
    top: 8px;
}
}

.header{
	width: 200px;
}

@media screen and (max-width: 767px) {
.header{
	width: 80px;
	padding-top:5%;
}	
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
	margin-top: -20px;
}

@media screen and (max-width: 767px) {
	nav ul li {
    display: inline-block;
    margin-right: 3px;
	margin-top: -100px;
}
}

.menu_icon{
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	vertical-align: middle;
	width: 50px;
}

@media screen and (max-width: 767px) {
	.menu_icon{
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	vertical-align: top;
	width: 28px;
}
}

.logo{
	float:left;
	width:40%;
	height:90%;
	background:url("img/109_logo.png");
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
	
	-ms-animation-name: anime1;
	-ms-animation-duration: 8s;
	-ms-animation-timing-function: ease;
	-ms-animation-iteration-count: 1;
	-ms-animation-direction: normal;


	-o-animation-name: anime1;
	-o-animation-duration: 8s;
	-o-animation-timing-function: ease;
	-o-animation-iteration-count: 1;
	-o-animation-direction: normal;
	
	-webkit-animation-name: anime1;
	-webkit-animation-duration: 8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;	

	-moz-animation-name: anime1;
	-moz-animation-duration: 8s;
	-moz-animation-timing-function: ease;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: normal;
}

@media screen and (max-width: 767px){
	.logo{
	float:left;
	width:100%;
	height:90%;
	background:url("img/109_logo.png");
	background-size: contain;
	background-position:center;
	background-repeat: no-repeat;
	
	-ms-animation-name: anime1;
	-ms-animation-duration: 8s;
	-ms-animation-timing-function: ease;
	-ms-animation-iteration-count: 1;
	-ms-animation-direction: normal;


	-o-animation-name: anime1;
	-o-animation-duration: 8s;
	-o-animation-timing-function: ease;
	-o-animation-iteration-count: 1;
	-o-animation-direction: normal;
	
	-webkit-animation-name: anime1;
	-webkit-animation-duration: 8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;	

	-moz-animation-name: anime1;
	-moz-animation-duration: 8s;
	-moz-animation-timing-function: ease;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: normal;
}
}

@keyframes 'anime1' {
	0% {	opacity:0;	}
	100% {	opacity:1;	}
}
@-webkit-keyframes anime1 {
	0% {	opacity:0;	}
	100% {	opacity:1;	}
}
@-moz-keyframes anime1 {
	from {	opacity:0;	}
	to {	opacity:1;	}
}
@-o-keyframes anime1 {
	from {	opacity:0;	}
	to {	opacity:1;	}
}
@-ms-keyframes anime1 {
	from {	opacity:0;	}
	to {	opacity:1;	}
}

.block {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

.block-one{
  background-color: rgba(255,255,255,0);
  font-size: 300%;
  text-align: center;
  z-index: 100;
  /* タイトルロゴ */
}

.block-two{
  height: 100%;
  color: ghostwhite;
  background-color: rgba(255,255,255,0);
  font-size: 100%;
  font-weight: 700;
  text-align: center;
   z-index: 200;
  /* フレーバーテキスト */
}

@media screen and (max-width: 767px) {
 .block-two{
  height: 100%;
  color: ghostwhite;
  background-color: rgba(255,255,255,0);
  font-size: 75%;
  font-weight: 700;
  text-align: center;
   z-index: 200;
  /* フレーバーテキスト */
}
}

.block-three{
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  font-size: 100%;
  text-align: center;
  z-index: 300;
  /* ニュース */
}

.block-four{
  height: 100%;
  color: ghostwhite;
  background-color: rgba(255,255,255,0);
  font-size: 110%;
  font-weight: 700;
  text-align: center;
  z-index: 400;
  /* トラックリスト */
}

@media screen and (max-width: 767px) {
.block-four{
  height: 100%;
  color: ghostwhite;
  background-color: rgba(255,255,255,0);
  font-size: 110%;
  font-weight: 700;
  text-align: center;
  z-index: 400;
  /* トラックリスト */
}
}


.block-five{
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  font-size: 100%;
  text-align: center;
  z-index: 400;
  /* スタッフ */
}

.block-six{
  height: 100%;
  color: ghostwhite;
  background-color: rgba(255,255,255,0);
  font-size: 110%;
  font-weight: 700;
  text-align: center;
  z-index: 400;
  /* インフォ */
}

.block-seven{
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  font-size: 100%;
  text-align: center;
  z-index: 400;
  /* コメンタリー */
}

.block-eight{
  height: 100%;
  color: #1D1D1D;
  background-color: rgba(255,255,255,0);
  font-size: 110%;
  font-weight: 700;
  text-align: center;
  z-index: 400;
  /* SNS */
}

.title{
	vertical-align: bottom;
	color:#FFF;
	
	-webkit-vertical-align: bottom;
	-webkit-color:#FFF;
	
	-moz-vertical-align: bottom;
	-moz-color:#FFF;
}

.title2{
	vertical-align: bottom;
	color:#333333;
	text-shadow: 2px 2px 0 #FFF,
               -2px 2px 0 #FFF,
               2px -2px 0 #FFF,
               -2px -2px 0 #FFF;
	
	-webkit-vertical-align: bottom;
	-webkit-color:#333333;
	-webkit-text-shadow: 2px 2px 0 #FFF,
               -2px 2px 0 #FFF,
               2px -2px 0 #FFF,
               -2px -2px 0 #FFF;
	
	-moz-vertical-align: bottom;
	-moz-color:#333333;
	-moz-text-shadow: 2px 2px 0 #FFF,
               -2px 2px 0 #FFF,
               2px -2px 0 #FFF,
               -2px -2px 0 #FFF;
}

h1{
   color: #0C7967;
   font-weight:bolder;
   font-size: 160%;
   letter-spacing: 7px;
   margin-bottom: 50px;
   text-shadow: 1.5px 1.5px 0 #FFF,
               -1.5px 1.5px 0 #FFF,
               1.5px -1.5px 0 #FFF,
               -1.5px -1.5px 0 #FFF;
}

@media screen and (max-width: 767px) {
	h1{
   color: #0C7967;
   font-weight:bolder;
   font-size: 110%;
   letter-spacing: 2px;
   margin-bottom: 50px;
   text-shadow: 1px 1px 0 #FFF,
               -1px 1px 0 #FFF,
               1px -1px 0 #FFF,
               -1px -1px 0 #FFF;
}
}

.title_icon_l{
	margin-right: 30px;
	margin-bottom: -10px;
	width: 70px;
}

@media screen and (max-width: 767px) {
 .title_icon_l{
	margin-right: 15px;
	width: 40px;
}
}

.title_icon_r{
	margin-left: 20px;
	margin-bottom: -10px;
	width: 70px;
}

@media screen and (max-width: 767px) {
.title_icon_r{
	margin-left: 10px;
	width: 40px;
}
}


.box1{
	width: 70vw;
	text-align: center;
    margin: 0px auto;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
}

@media screen and (max-width: 767px) {
	.box1{
	width: 80vw;
	text-align: center;
    margin: 0px auto;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
}
}
	
.box2{
	width: 60vw;
	height: 100%;
	text-align: center;
    margin: 0px auto;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
}

@media screen and (max-width: 767px) {
	.box2{
	width: 90vw;
	height: 100%;
	text-align: center;
    margin: 0px auto;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
}
}

.box3{
	width: 40vw;
	height: 100%;
	text-align: center;
    margin: 0px auto;
	margin-bottom: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
}

@media screen and (max-width: 767px) {
	.box3{
	width: 90vw;
	height: 100%;
	text-align: center;
    margin: 0px auto;
	margin-bottom: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
}
}

.box4{
	width: 80vw;
	height: 100%;
	text-align: center;
    margin: 0px auto;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
}

@media screen and (max-width: 767px) {
	.box4{
	width: 90vw;
	height: 100%;
	text-align: center;
    margin: 0px auto;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
}
}

.box5{
	width: 70vw;
	height: 100%;
	text-align: center;
    margin: 0px auto;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
}

@media screen and (max-width: 767px) {
	.box5{
	width: 80vw;
	height: 100%;
	text-align: center;
    margin: 0px auto;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
}
}

.t_box1{
	width: 50%;
	font-weight: 100;
	font-size: 100%;
	line-height: 2em;
	color: #FFF;
	text-align: left;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.t_box1{
	width: 100%;
	font-weight: 100;
	font-size: 80%;
	line-height: 2em;
	color: #FFF;
	text-align: left;
	display: inline-block;
}
}

.t_box2{
	width: 60%;
	height: 100%;
	font-weight: 100;
	font-size: 110%;
	line-height: 1.8em;
	color: #1A1A1A;
	text-align: left;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.t_box2{
	width: 100%;
	height: 100%;
	font-weight: 100;
	font-size: 90%;
	line-height: 1.3em;
	color: #1A1A1A;
	text-align: left;
	display: inline-block;
}
}

.t_box3{
	width: 50%;
	font-weight: 100;
	font-size: 100%;
	line-height: 2em;
    color: ghostwhite;
	text-align: left;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.t_box3{
	width: 100%;
	font-weight: 100;
	font-size: 80%;
	line-height: 2em;
    color: ghostwhite;
	text-align: left;
	display: inline-block;
}
}

.t_box4{
	width: 80%;
	height: 100%;
	font-weight: 100;
	font-size: 110%;
	line-height: 1.8em;
	color: #FFF;
	text-align: left;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.t_box4{
	width: 100%;
	height: 100%;
	font-weight: 100;
	font-size: 90%;
	line-height: 1.3em;
	color: #FFF;
	text-align: left;
	display: inline-block;
}
}


.track_title{
 font-weight: bold;
 font-size: 100%;
 margin-left: 9px;
 color: ghostwhite;
}

@media screen and (max-width: 767px) {
.track_title{
 font-weight: bold;
 font-size: 100%;
 margin-left: 5px;
 color: ghostwhite;
}
}

.track_detail{
 font-size: 80%;
 margin-left: 30px;
 color: ghostwhite;
}

@media screen and (max-width: 767px) {
.track_detail{
 font-size: 70%;
 margin-left: 20px;
 color: ghostwhite;
}
}

a{
	text-decoration:none;
}

a[target="_blank"]:after {
    content: url(../images/external.png);
    margin: 0px 2px;
}

a:link {
	color: #20947C;
	text-shadow: 1px 1px 0 #FFF,
               -1px 1px 0 #FFF,
               1px -1px 0 #FFF,
               -1px -1px 0 #FFF;
}

#ham-menu a:link {
	color: #20947C;
}

a:visited {
	color: #2BC7AE;
	text-shadow: 1px 1px 0 #FFF,
               -1px 1px 0 #FFF,
               1px -1px 0 #FFF,
               -1px -1px 0 #FFF;
}
a:hover {
	color: #E5DF87;
	text-decoration:underline;
	text-shadow: 1px 1px 0 #FFF,
               -1px 1px 0 #FFF,
               1px -1px 0 #FFF,
               -1px -1px 0 #FFF;
}
a:active {
	color: #d6c07e;
	text-decoration:underline;
	text-shadow: 1px 1px 0 #FFF,
               -1px 1px 0 #FFF,
               1px -1px 0 #FFF,
               -1px -1px 0 #FFF;
}

.bg_col2{
	font-size:65%;
	color:#fff;
	font-weight:bold;
	background: #4C4C4C;
	padding:2px;
	margin-right:5px;
	border-radius: 7px;	/* CSS3草案 */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */
}

.tw_img {
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	vertical-align: middle;
	width: 50px;
}

@media screen and (max-width: 767px) {
	.tw_img {
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	vertical-align: middle;
	width: 35px;
}
}

.twitter_link{
  font-size: 90%;
}

@media screen and (max-width: 767px) {
.twitter_link{
  font-size: 70%;
}
}

span.anchor {
  position: relative;
  top: -100px;
  display: block;
	
@media screen and (max-width: 767px) {
  span.anchor {
  position: relative;
  top: -20px;
  display: block;
	}