@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.global_head {
  margin: 0 auto;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

body {
  font-family: "Noto Serif JP", serif;
  background-color: #59060a;
}

.content {
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    max-width: 90vw;
  }
}

.top {
  color: #fff;
  background-color: #310204;
  position: relative;
}
.top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../img/topbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
}
.top__content {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .top__content {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top__content h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.top__flex {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .top__flex {
    padding: 25px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
}
.top__text {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  display: flex;
}
.top__text--top1 h1, .top__text--top2 h1 {
  margin: 0;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 768px) {
  .top__text--top1 h1, .top__text--top2 h1 {
    line-height: 65px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top__text--top1 h1, .top__text--top2 h1 {
    font-size: 34px;
  }
}
.top__text--top1 h1 span, .top__text--top2 h1 span {
  color: #a50b12;
  font-weight: bolder;
}
.top__text--top2 {
  padding-top: 250px;
}
@media only screen and (min-width: 768px) {
  .top__img {
    max-width: 500px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top__img img {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .top__img img {
    width: 250px;
  }
}

.wrap {
  padding-bottom: 100px;
  position: relative;
  background-color: #000;
  color: #fff;
}
.wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.flavor {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .flavor h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .flavor h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
  }
}
@media only screen and (min-width: 768px) {
  .flavor p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flavor p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .items {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .items {
    font-size: 15px;
  }
}
.items__box {
  margin: 50px auto 0;
  width: 350px;
}
.items h2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .items h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .items h2 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .items__flex {
    display: flex;
  }
}
.items__item {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .items__item {
    height: 375px;
  }
}
.items__item img {
  max-width: 250px;
}
.items__info {
  padding: 0 10px;
}
.items__info dl {
  display: flex;
  margin: 0;
  padding: 20px 0;
  border-bottom: solid white 2px;
}
.items__info dl:last-child {
  border-bottom: none;
}
.items__info dl dt {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 10px;
  font-weight: bolder;
}
.items__info dl dd {
  margin: 0;
  padding-left: 10px;
  width: 100%;
}

.event {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .event h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .event h2 {
    color: #a20b12;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
  }
}
@media only screen and (min-width: 768px) {
  .event p {
    padding: 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .event p {
    font-size: 15px;
  }
}
.event ul {
  list-style-type: "※";
}
@media only screen and (min-width: 768px) {
  .event ul {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .event ul {
    font-size: 15px;
  }
  .event ul li {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}/*# sourceMappingURL=style.css.map */