/*
Theme Name: new
*/
* {
  box-sizing: border-box;
  color: #fff;
  transition-duration: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 0.7;
}

header {
  margin-top: 2rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw;
}
header #ribon {
  position: absolute;
  margin: 0;
}
header #mv {
  margin: 0;
}

.bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
}

.content {
  padding: 0 10px 1rem;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

body img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 15px 0;
}
body h2 {
  font-size: 1.1em;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto !important;
}
body h3 {
  font-size: 1em;
  font-weight: bold;
}
body p {
  font-size: 0.75em;
}
body .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}
body .row div {
  width: 48%;
  margin-bottom: 1rem;
}
body .row img {
  text-align: center;
}
body .row p {
  font-size: 0.925em;
  margin-bottom: 0.5em;
}
body #sns {
  width: 70%;
}
body .vege {
  width: 80%;
}
body .beer img {
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 768px) {
  body .beer img {
    margin: 1rem auto 2rem;
  }
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}
body .information {
  margin-top: 2rem;
}
body .information #kagayaki {
  width: 200px;
}
body .information p {
  font-size: 1em;
  padding-bottom: 1rem;
  line-height: 1.6;
}
body .copy {
  font-size: 1em;
  font-weight: 300;
}

.title02 {
  margin-top: 2rem;
  font-size: 1.5em;
}

.accordion {
  margin: 1rem auto;
}
.accordion .accordion_ttl {
  position: relative;
  color: #000;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
}
.accordion .accordion_ttl:before, .accordion .accordion_ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 14px;
  height: 2px;
  background: #000;
  transition: 0.2s ease transform;
}
.accordion .accordion_ttl:after {
  transform: translate(0, -50%) rotate(-90deg);
}
.accordion .accordion_ttl.active:after {
  transform: translate(0, -50%) rotate(0deg);
}
.accordion .accordion_cnt {
  margin-top: 1rem;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease;
}
.accordion .accordion_cnt .accordion_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1rem;
}
.accordion .accordion_cnt .accordion_row img {
  margin: 10px 0;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .accordion .accordion_cnt .accordion_row img {
    width: 47%;
  }
}
.accordion a.site_btn {
  margin-top: 1rem;
  background: #000;
  border-radius: 5px;
  color: #fff;
  width: 300px;
  padding: 1rem;
  text-decoration: none;
}

.event {
  background: url(./img/event_bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 20px;
  margin-bottom: 1rem;
}

.stage_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .stage_wrap {
    display: block;
  }
}
.stage_wrap img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .stage_wrap img {
    width: 100%;
  }
}

.left {
  font-size: 0.875em;
  text-align: left;
}

#stage {
  margin-top: 3rem;
}

.timetable {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.timetable img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .timetable img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */