@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&family=STIX+Two+Text:wght@400;500&display=swap');
#hamburger .btn-gNav {
  position: fixed;
  top: 20px;
  right: 5%;
  width: 45px;
  height: 45px;
  z-index: 5;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  border-radius: 5px;
  background: #cb514c;
}
#hamburger .btn-gNav span {
  position: absolute;
  width: 40%;
  height: 3px;
  background: #FFF;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  margin: 0 30%;
}
#hamburger .btn-gNav span:nth-child(1) {
  top: 12px;
}
#hamburger .btn-gNav span:nth-child(2) {
  top: 20px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top: 28px;
}
#hamburger .btn-gNav.open span:nth-child(1) {
  background: #FFF;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
  top: 20px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #47370d;
  font-size: 1.6rem; /* 16px*/
  box-sizing: border-box;
  z-index: 4;
  padding: 0px 0px 0px 0px;
  transition: .3s;
}
#gNav.open {
  right: 0px;
}
#gNav .gNav-menu {
  width: 100%;
  padding: 0% 10% 30% 10%;
  margin: 65px auto 50px auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#gNav .gNav-menu li {
  list-style: none;
  position: relative;
}
/**/
#gNav .gNav-menu li:not(:nth-last-of-type(-n+1)):after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 0;
  right: 3px;
  margin: 0;
  width: 10px;
  height: 10px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #cb514c;
  border-right: 3px solid #cb514c;
}
#gNav .gNav-menu li a {
  display: block;
  color: #FFF;
  font-weight: 600;
  opacity: 1;
  position: relative;
  padding: 15px 0px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
}
#gNav .gNav-menu li a:hover, a:active, a:visited {
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sp_none {
  display: none;
}
li.poster {
  margin: 30px 0px 10px 0px;
}
li.poster a {
  color: #394771;
  width: 290px;
  height: 80px;
  padding: 15px 20px 15px 20px;
  margin: 0px 0px 20px 0px;
  text-decoration: none;
  display: block;
  background: url("../img/poster.png"), #FFF;
  background-size: 100%, 100%;
  background-position: center center;
  border-radius: 10px;
}
li.sponsor {
  margin: 30px 0px 10px 0px;
}
li.sponsor a {
  width: 290px;
  height: 80px;
  padding: 27px 0px 0px 40px !important;
  margin: 0px 0px 20px 0px;
  box-shadow: none;
  border: none;
  color: #FFF !important;
  background: #cb514c;
  text-decoration: none !important;
  display: block;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.9rem;
  position: relative;
}
li.sponsor:after {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 220px;
  margin: 0;
  width: 10px;
  height: 10px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
li.banner {
  margin: 0px 0px 40px 0px;
}
li.banner img {
  width: 290px;
}
li.banner a {
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 560px) {
  #gNav .gNav-menu {
    width: 50%;
    padding: 0px;
    padding: 0px 0px 150px 0px;
  }
}
@media screen and (min-width: 1061px) {
  .pc_none {
    display: none;
  }
  #hamburger .btn-gNav {
    position: none;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .btn-gNav {
    display: none;
  }
  #gNav {
    position: static;
    width: 290px;
    background: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    transition: none;
  }
  #gNav .gNav-menu .menu_display {
    display: none;
  }
  #gNav .gNav-menu {
    /*    position: absolute;*/
    border-radius: 7px;
    width: 290px;
    margin: 0px auto;
    padding: 40px 0px;
    height: auto;
    background: #47370d;
    box-shadow: 0px 5px 0px 0 rgb(52 99 114);
  }
  #gNav .gNav-menu li {
    padding: 0px 0px 0px 0px;
    width: 230px;
    margin: 0px auto;
  }
  #gNav .gNav-menu li a {
    opacity: 1;
    position: relative;
    display: block;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 17px 0px;
  }
  .poster a {
    width: 290px;
    height: 80px;
    padding: 15px 20px 15px 20px;
    margin: 35px 0px 35px 0px;
    text-decoration: none;
    display: block;
    background: url("../img/poster.png"), #FFF;
    background-size: 100%, 100%;
    background-position: center center;
    border-radius: 7px;
    box-shadow: 0px 5px 0px 0 rgb(52 99 114);
  }
  .poster a:hover {
    opacity: 0.7;
  }
  .sponsor {
    position: relative;
  }
  .sponsor a {
    width: 290px;
    height: 80px;
    padding: 27px 0px 0px 40px;
    margin: 35px 0px 35px 0px;
    color: #FFF !important;
    box-shadow: 0px 5px 0px 0 rgb(52 99 114);
    text-decoration: none !important;
    display: block;
    border-radius: 7px;
    background: #cb514c;
    font-weight: 600;
    font-size: 1.9rem;
  }
  .sponsor a:hover {
    opacity: 0.7;
  }
  .sponsor:after {
    content: "";
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 220px;
    margin: 0;
    width: 10px;
    height: 10px;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
  }
  .banner a {
    margin: 35px 0px 35px 0px;
    text-decoration: none;
    display: block;
  }
  .banner a:hover {
    opacity: 0.7;
  }
  .banner img {
    width: 290px;
  }
}