/*v-renofa.com*/
html, body {
  width: 800px;
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

li {
  list-style: none;
}

section {
  text-align: center;
  padding: 100px 0 120px;
  margin: 0;
}

h1 {
  margin: 0 0 10px;
}
@media screen and (min-width: 800px) {
  h1 {
    margin: 10px 0;
  }
}

h2 {
  color: #fabd00;
  font-weight: 600;
  font-size: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 94%;
  margin: 0 auto;
  font-style: italic;
  padding-bottom: 10px;
}
@media screen and (min-width: 800px) {
  h2 {
    width: 70%;
  }
}

@media screen and (min-width: 800px) {
  .pc {
    display: inherit;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width: 800px) {
  .sp {
    display: none !important;
  }
}

header {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px 10px;
  background-color: #eb5e00;
}
@media screen and (min-width: 800px) {
  header {
    padding: 10px 20px;
  }
}
header h1 {
  height: auto;
}
header h1 img {
  width: 70%;
}
@media screen and (min-width: 800px) {
  header h1 img {
    width: auto;
  }
}
header li {
  margin: 0 3px;
}
header .spacer {
  flex-grow: 1;
}

#top {
  position: relative;
  background-color: #eb5e00;
  padding: 0 0 120px;
}
@media screen and (min-width: 800px) {
  #top {
    padding: 0 0 120px;
  }
}
#top:before, #top:after {
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: #eb5e00;
  left: 0;
}
#top:before {
  bottom: -15px;
  height: 7px;
}
#top:after {
  bottom: -27px;
  height: 3px;
}
@media screen and (min-width: 800px) {
  #top .wrap {
    width: 960px;
    margin: 0 auto;
  }
}
#top .wrap .emblem {
  margin-bottom: 40px;
}
#top .wrap .emblem img {
  width: 90vw;
}
@media screen and (min-width: 800px) {
  #top .wrap .emblem img {
    width: 710px;
  }
}
#top .wrap .text img {
  width: 90%;
}
@media screen and (min-width: 800px) {
  #top .wrap .text img {
    width: 70%;
  }
}
#top .wrap .text-sponsor img {
  width: 50%;
}
@media screen and (min-width: 800px) {
  #top .wrap .text-sponsor img {
    width: 27%;
  }
}

#video {
  background-image: url(img/bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 30px 0;
}
@media screen and (min-width: 800px) {
  #video {
    background-image: url(img/bg_pc.png);
  }
}
@media screen and (min-width: 800px) {
  #video .wrap {
    width: 960px;
    margin: 0 auto;
  }
}
#video .wrap article {
  width: 85%;
  margin: 0 auto 100px;
  text-align: left;
}
#video .wrap article:last-child {
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #video .wrap article {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
}
#video .wrap article iframe {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 800px) {
  #video .wrap article iframe {
    width: 400px;
    height: 300px;
  }
}
#video .wrap article .about {
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (min-width: 800px) {
  #video .wrap article .about {
    width: 450px;
    margin-left: 40px;
  }
}
#video .wrap article .about .title {
  color: #eb5e00;
  font-weight: 600;
  margin: 20px 0;
  font-size: 24px;
}
#video .wrap article .about .date, #video .wrap article .about .actor, #video .wrap article .about .description {
  margin: 14px 0;
  font-size: 16px;
}
#video .wrap article .about .actor, #video .wrap article .about .description {
  font-weight: normal;
}

#entrance {
  background-image: url(img/bg.png);
  background-size: cover;
  background-position: center;
  padding: 0 0;
  background-attachment: fixed;
}
@media screen and (min-width: 800px) {
  #entrance {
    background-image: url(img/bg_pc.png);
  }
}
#entrance .wrap {
  width: 94%;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (min-width: 800px) {
  #entrance .wrap {
    width: 800px;
  }
}
#entrance .wrap .setu {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .setu {
    align-items: center;
  }
}
#entrance .wrap .setu div {
  font-size: 3.6vw;
  margin-left: 12px;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .setu div {
    font-size: 20px;
  }
}
#entrance .wrap .setu img {
  width: 32vw;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .setu img {
    width: 200px;
  }
}
#entrance .wrap .vs.pc {
  display: flex;
  justify-content: center;
  align-items: center;
}
#entrance .wrap .vs.pc article {
  width: 150px;
  font-size: 24px;
}
#entrance .wrap .vs.pc article img {
  width: 100%;
}
#entrance .wrap .vs.pc article div {
  width: 100%;
}
#entrance .wrap .vs.pc article div:nth-child(2) {
  width: auto;
}
#entrance .wrap .vs.pc article:nth-child(2) {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 560px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 15px;
}
#entrance .wrap .vs.pc article:nth-child(2) div:nth-child(2) {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  margin: 0 20px;
}
#entrance .wrap .vs.sp {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
#entrance .wrap .vs.sp article {
  width: 35vw;
}
#entrance .wrap .vs.sp article div {
  font-size: 3vw;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .vs.sp article div {
    font-size: 24px;
  }
}
#entrance .wrap .vs.sp article img {
  width: 100%;
  margin-bottom: 5px;
}
#entrance .wrap .vs.sp article:nth-child(2) {
  width: 15vw;
}
#entrance .wrap .vs.sp article:nth-child(2) div {
  font-family: "Oswald", sans-serif;
  font-size: 5vw;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .vs.sp article:nth-child(2) div {
    font-size: 28px;
  }
}
#entrance .wrap .date {
  font-family: "Oswald", sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3vw;
  margin-bottom: 2.5vw;
  font-size: 3vw;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .date {
    margin-bottom: 30px;
    transform: translateY(-25px);
    font-size: 24px;
  }
}
#entrance .wrap .date.open {
  transform: translateY(-10px);
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .date.open {
    margin-bottom: 0;
  }
}
#entrance .wrap .date div {
  margin: 0 10px;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .date div {
    margin: 0 20px;
  }
}
#entrance .wrap .date div span.day {
  font-size: 10vw;
  margin: 0 10px;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .date div span.day {
    font-size: 65px;
  }
}
#entrance .wrap .date div span.time {
  font-size: 7vw;
  margin-right: 10px;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .date div span.time {
    font-size: 45px;
  }
}
#entrance .wrap .sponsor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .sponsor {
    margin-bottom: 70px;
  }
}
#entrance .wrap .sponsor article {
  display: flex;
  align-items: center;
}
#entrance .wrap .sponsor article .text {
  font-size: 2.5vw;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .sponsor article .text {
    font-size: 19px;
  }
}
#entrance .wrap .sponsor article .comp {
  width: 30vw;
  height: 7vw;
  margin: 0 0 0 3vw;
  color: #333;
  background-color: #fff;
  font-size: 2.8vw;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .sponsor article .comp {
    width: 240px;
    height: 60px;
    font-size: 24px;
  }
}
#entrance .wrap .text-img {
  width: 96%;
  margin: 0 auto 2vw;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .text-img {
    margin: 0 auto 15px;
  }
}
#entrance .wrap .free {
  font-family: "Oswald", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 7vw;
  font-weight: bold;
  margin-bottom: 4vw;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .free {
    font-size: 45px;
    margin-bottom: 35px;
  }
}
#entrance .wrap .free div {
  margin-right: 2.5vw;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .free div {
    margin-right: 20px;
  }
}
#entrance .wrap .free img {
  width: 8.26vw;
  margin: 0 0.63vw;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .free img {
    width: 66px;
    margin: 0 10px;
  }
}
#entrance .wrap .btn {
  position: relative;
  width: 90%;
  margin: 0 auto 15vw;
}
#entrance .wrap .btn.btm-half {
  margin: 0 auto 7vw;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .btn {
    margin: 0 auto 90px;
  }
  #entrance .wrap .btn.btm-half {
    margin: 0 auto 45px;
  }
}
#entrance .wrap .btn .btn_text {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#entrance .wrap .btn .btn_text div {
  font-size: 2.6vw;
  color: #fff;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .btn .btn_text div {
    font-size: 22px;
  }
}
#entrance .wrap .btn .btn_text div.opentext {
  font-size: 2vw;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .btn .btn_text div.opentext {
    font-size: 16px;
  }
}
#entrance .wrap .btn img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .btn {
    margin: 0 auto 90px;
  }
}
#entrance .wrap .bnr {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #entrance .wrap .bnr {
    width: 94%;
  }
}
#entrance .wrap .bnr img {
  width: 100%;
}

#about {
  background-color: #000;
  padding: 0 0;
}
@media screen and (min-width: 800px) {
  #about .wrap {
    width: 960px;
    margin: 0 auto;
  }
}
#about .wrap .about {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 100px;
}
#about .wrap .post {
  margin: 80px 0;
}
#about .wrap .post img {
  width: 30%;
}
@media screen and (min-width: 800px) {
  #about .wrap .post img {
    width: 20%;
  }
}
#about .wrap .map {
  margin: 80px 0;
}
#about .wrap .map img {
  width: 90%;
}
@media screen and (min-width: 800px) {
  #about .wrap .map img {
    width: 70%;
  }
}
#about .wrap .wrapbox {
  border: 1px solid #fff;
  width: 100%;
  margin: 20px auto 80px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.3) 50%);
}
@media screen and (min-width: 800px) {
  #about .wrap .wrapbox {
    width: 70%;
    padding: 20px 0;
  }
}
#about .wrap article .text {
  width: 90%;
  margin: 20px auto 0;
  font-size: 16px;
}
#about .wrap article .text.center {
  text-align: center;
}
@media screen and (min-width: 800px) {
  #about .wrap article .text {
    width: 82%;
  }
}
@media screen and (min-width: 800px) {
  #about .wrap article .form {
    width: auto;
  }
}
#about .wrap article .form iframe {
  width: 100%;
  height: 1000px;
  border: none;
}
#about .wrap article .form iframe table tr {
  display: flex;
  flex-direction: column;
}

#sponsor {
  background-color: #eb5e00;
  padding: 50px 0 0;
}
#sponsor article {
  margin-bottom: 50px;
}
#sponsor article:last-child {
  margin-bottom: 0;
}
#sponsor article h4 {
  font-size: 3.6vw;
  margin: 2vw;
}
@media screen and (min-width: 800px) {
  #sponsor article h4 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}
#sponsor article div.wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #sponsor article div.wrap {
    max-width: 960px;
  }
}
#sponsor article div.wrap.sponsor-top img {
  width: 30vw;
}
@media screen and (min-width: 800px) {
  #sponsor article div.wrap.sponsor-top img {
    width: 155px;
  }
}
@media screen and (min-width: 800px) {
  #sponsor article div.wrap.sponsor-premium {
    width: 800px;
  }
}
#sponsor article div.wrap.sponsor-premium img {
  width: 30vw;
}
@media screen and (min-width: 800px) {
  #sponsor article div.wrap.sponsor-premium img {
    width: 155px;
  }
}
#sponsor article div.wrap.sponsor-partner {
  width: 90vw;
}
@media screen and (min-width: 800px) {
  #sponsor article div.wrap.sponsor-partner {
    width: 800px;
  }
}

#sns {
  background-color: #eb5e00;
  padding: 30px 0 20px;
}
#sns .wrap {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #sns .wrap {
    width: 30%;
  }
}

footer {
  background-color: #eb5e00;
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
}

#gourmet {
  background-image: url(img/bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (min-width: 800px) {
  #gourmet {
    background-image: url(img/bg_pc.png);
  }
}
@media screen and (min-width: 800px) {
  #gourmet .banner {
    width: 800px;
    margin: 50px auto 0;
  }
}
#gourmet .banner img {
  width: 100%;
}
#gourmet .link {
  width: 90vw;
  font-size: 3vw;
  color: #ffd200;
  line-height: 6.2vw;
  margin: 0.7vw auto 10vw;
}
@media screen and (min-width: 800px) {
  #gourmet .link {
    width: 720px;
    font-size: 24px;
    line-height: 49px;
    margin: 5.6px auto 80px;
  }
}
#gourmet .link span a {
  color: inherit;
  text-decoration: none;
}
#gourmet .link span:after {
  content: "/";
  margin: 0 15px 0 5px;
}
#gourmet article.shop {
  width: 88vw;
  margin: 6.5vw auto;
  border-bottom: 5px dotted rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 800px) {
  #gourmet article.shop {
    width: 704px;
    margin: 52px auto;
  }
}
#gourmet article.shop .title {
  font-size: 6vw;
  margin-left: 1.9vw;
  margin-bottom: 0.5vw;
  color: #ffd200;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop .title {
    font-size: 48px;
    margin-left: 15.2px;
    margin-bottom: 4px;
  }
}
#gourmet article.shop .date {
  font-size: 3vw;
  margin-bottom: 1.5vw;
  margin-left: 1.9vw;
  color: #fff;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop .date {
    font-size: 24px;
    margin-left: 15.2px;
    margin-bottom: 12px;
  }
}
#gourmet article.shop .itembox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#gourmet article.shop .itembox .item {
  width: 41.6vw;
  margin-bottom: 2.67vw;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop .itembox .item {
    width: 332.8px;
    margin-bottom: 10px;
  }
}
#gourmet article.shop .itembox .item .img {
  width: 100%;
  height: 31.7vw;
  background-color: #fff;
  margin-bottom: 1.5vw;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop .itembox .item .img {
    height: 253.6px;
    margin-bottom: 12px;
  }
}
#gourmet article.shop .itembox .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gourmet article.shop .itembox .item .name {
  font-size: 3vw;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop .itembox .item .name {
    font-size: 24px;
  }
}
#gourmet article.shop .itembox .item .price {
  font-size: 3.4vw;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop .itembox .item .price {
    font-size: 27.2px;
  }
}
#gourmet article.shop .itembox .item .price span.bold {
  font-size: 4.2vw;
  font-weight: bold;
  margin: 0 10px 0 5px;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop .itembox .item .price span.bold {
    font-size: 33.6px;
  }
}
#gourmet article.shop table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 6vw;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop table {
    margin-bottom: 48px;
  }
}
#gourmet article.shop table tr {
  border-top: 1px solid #eaa06f;
  border-bottom: 1px solid #eaa06f;
}
#gourmet article.shop table th, #gourmet article.shop table td {
  padding: 2.5vw 0;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop table th, #gourmet article.shop table td {
    padding: 20px 0;
  }
}
#gourmet article.shop table th a, #gourmet article.shop table td a {
  color: #eb5e00;
}
#gourmet article.shop table th {
  width: 30vw;
  background-color: #eb5e00;
  font-size: 2.75vw;
  text-align: left;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop table th {
    width: 240px;
    font-size: 22px;
  }
}
#gourmet article.shop table th span {
  width: 11vw;
  display: inline-block;
  background-color: #ffd200;
  color: #000;
  font-size: 2vw;
  text-align: center;
  margin-left: 2.5vw;
  margin-right: 1.88vw;
  border-radius: 8px;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop table th span {
    width: 88px;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 15.04px;
  }
}
#gourmet article.shop table td {
  background-color: #fff;
  color: #000;
  font-size: 2.75vw;
  padding-left: 3.5vw;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop table td {
    font-size: 22px;
    padding-left: 28px;
  }
}
#gourmet article.shop .bikou {
  font-size: 3vw;
  margin-bottom: 6.5vw;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop .bikou {
    font-size: 24px;
    margin-bottom: 52px;
  }
}
#gourmet article.shop .link a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: 0.1s;
}
#gourmet article.shop .link a:hover {
  opacity: 0.6;
}
#gourmet article.shop .link a:before {
  content: "";
  width: 4vw;
  height: 4vw;
  display: inline-block;
  background-image: url(./img/link.png);
  background-size: cover;
  margin-right: 2.5vw;
}
@media screen and (min-width: 800px) {
  #gourmet article.shop .link a:before {
    width: 32px;
    height: 32px;
    margin-right: 20px;
  }
}
