@charset "UTF-8";
html,body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html{
  font-size: calc(0.5rem + 0.22vw);
  color: white;
}
body{
  display: table;
  background-color: black;
}
a{
  text-decoration: none;
  color: #B5B5B5;
}
a:hover{
  color: white;
}
img{
  border: none;
}
ul{
  list-style-type: none;
  padding-left: 0
}
.menu{
  position: fixed;
  top: 0;
  text-align: right;
  width: 100vw;
  z-index: 1;
}
.menu ul{  
  padding: 0 3.5% 0 0;
}
.menu li{
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 1.6rem;
  margin: 1.5% 0 0 2.0%;
}
.menu a{
  color: #636363;
}
.menu a:hover{
  color: white;
}
.current a{
  color: white;
}
.back{
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.back img{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -8%;
  margin: auto;
  width: calc(650px + 30%);
  height: auto;
  max-width: 1280px;
}
.main{
  position: absolute;
  top: 10%;
  width: 100vw;
}
.left{
  float: left;
  font-family: "Catamaran",sans-serif;
  font-size: 2.0rem;
  opacity: .3;
  text-align: right;
  width: 42.5%;
  line-height: 8.8rem;
}
.prefectures{
  margin: 0.6rem 0 0 0;
}
.right{
  float: left;
  width: 57.5%;
}
.venue{
  float: left;
  line-height: 6.8rem;
}
.venue img{
  float: left;
  width: calc(50px + 2.6vw);
  height: auto;
  max-width: 120px;
  margin: 0 1.3rem 0 1.3rem;
}
.en{
  font-family: "Encode Sans Condensed",sans-serif;
  font-size: 2.4rem;
  display:inline;
}
.ja {
  font-family: "Noto Serif JP",serif;
  font-size: 1.1rem;
  opacity: .6;
  margin: -5.5rem 0 0 0;
}

@media screen and (max-width: 879px){
.back img{
  width: calc(220px + 80%);
  left: -90px;
}
.left{
  width: 35.0%;
}
.right{
  width: 65.0%;
}

@media screen and (max-width: 599px){
.back img{
  left: -110px;
}
.left{
  width: 30.0%;
}
.right{
  width: 70.0%;
}

@media screen and (max-width: 479px){
html{
  font-size: calc(0.15rem + 1.4vw);
}
.menu{
  text-align: center;
  height: 5rem;
  background-color: black;
}
.menu ul{
  padding: 0;
}
.menu li {
  font-size: 1.8rem;
  margin: 2.0% 5.0% 0 5.0%;
}
.back img{
  width: calc(360px + 90%);
  top:-50px;
  left: -130px;
}
.left{
  font-size: 2.1rem;
  width: 22.5%;
}
.right{
  width: 77.5%;
}
.en{
  font-size: 2.5rem;
}
.ja {
  font-size: 1.2rem;
}
}