@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&family=Zen+Antique+Soft&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  background: #000;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #fff;
}

.section {
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    max-width: 1050px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .img {
    width: 1000px;
    margin: 0 auto;
  }
}

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .hero {
    background: url(../img/bg-hero.jpg) no-repeat top 0 center/cover;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    background: url(../img/bg-hero.jpg) no-repeat top -80px center/cover;
    height: 800px;
  }
}
.hero::before {
  content: "";
  background: linear-gradient(#000, transparent);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .hero::before {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .hero::before {
    height: 300px;
  }
}
.hero::after {
  content: "";
  background: linear-gradient(transparent, #000);
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero h1 {
  font-family: "Zen Antique Soft", serif;
  letter-spacing: 0.05rem;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    text-align: left;
    margin: 0 0 30px;
    padding: 0 15px;
    font-size: 1.4rem;
    list-style: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    text-align: center;
    margin: 0 0 80px;
    font-size: 2.3rem;
    line-height: 3.1rem;
  }
}
h2 {
  font-family: "Zen Antique Soft", serif;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.8rem;
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 4.5rem;
    margin: 0 0 70px;
  }
}
h2 span {
  display: block;
  letter-spacing: 0.6rem;
}
@media only screen and (max-width: 767px) {
  h2 span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 span {
    font-size: 1.3rem;
  }
}

.intro {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro {
    background: url(../img/bg-intro.png) no-repeat right -60px bottom -70px/contain;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    background: url(../img/bg-intro.png) no-repeat right bottom -50px/auto;
    padding: 160px 0 90px;
  }
}
.intro::before {
  content: "";
  background: linear-gradient(transparent, #000);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.intro h1 {
  font-family: "Zen Antique Soft", serif;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .intro h1 {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro h1 {
    margin: 0 0 50px;
    font-size: 1.9rem;
    line-height: 3.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro h1 span {
    font-size: 1.4rem;
  }
}
.intro p {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media only screen and (max-width: 767px) {
  .intro p {
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro p {
    font-size: 1.15rem;
    line-height: 2.2rem;
    letter-spacing: 0.3rem;
    margin: 0 0 35px;
  }
}
.intro p::last-child {
  margin: 0;
}

.prod {
  background: #1a1a1a;
  background: url(../img/bg-black.png) repeat center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    padding: 110px 0 90px;
  }
}
.prod::before {
  content: "";
  background: linear-gradient(#000, transparent);
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
.prod::after {
  content: "";
  background: linear-gradient(transparent, #000);
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .prod__block {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__block {
    margin: 0 0 80px;
  }
}
.prod__block:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .prod__container {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__pic {
    width: 75%;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__pic {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__text {
    width: calc(100% - 360px);
    padding: 50px 0 0;
  }
}
.prod__ttl {
  font-weight: 700;
  font-family: "Zen Antique Soft", serif;
  background: #fff;
  color: #1a1a1a;
  display: inline-block;
  line-height: 100%;
  padding: 5px 10px 6px;
}
@media only screen and (max-width: 767px) {
  .prod__ttl {
    font-size: 1.2rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__ttl {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}
.prod__detail {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .prod__detail {
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sale {
    font-size: 1.15rem;
  }
}
.prod__note {
  border-top: 1px solid #fff;
  padding: 20px 0 0;
}
.prod__note ul {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod__note ul {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__note ul {
    font-size: 0.95rem;
  }
}
.prod__note ul li {
  position: relative;
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .prod__note ul li {
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__note ul li {
    margin: 0 0 5px;
  }
}
.prod__note ul li:last-child {
  margin: 0;
}
.prod__note ul li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.event {
  background: url(../img/bg-event.png) no-repeat top center/cover fixed;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .event {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .event {
    padding: 50px 0 80px;
  }
}
.event::before {
  content: "";
  background: linear-gradient(#000, transparent);
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
.event::after {
  content: "";
  background: linear-gradient(transparent, #000);
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .event__info {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .event__info {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .event__info dl {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .event__info dl {
    display: flex;
    justify-content: space-between;
    font-size: 1.15rem;
    margin: 0 0 15px;
  }
}
.event__info dl:last-child {
  margin: 0;
}
.event__info dl dt {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .event__info dl dt {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .event__info dl dt {
    width: 16%;
    padding: 30px 0 20px;
    border-bottom: #fff solid 1px;
  }
}
.event__info dl dd {
  margin: 0;
  border-bottom: #fff solid 1px;
}
@media only screen and (max-width: 767px) {
  .event__info dl dd {
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .event__info dl dd {
    width: 78%;
    padding: 30px 0 20px;
  }
}
.event__info .guest__item {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}
.event__info .guest__item:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .event__info .guest__pic {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .event__info .guest__pic {
    margin: 0 30px 0 0;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .event__info .guest__text {
    width: calc(100% - 120px);
    padding: 0 0 0 30px;
    box-sizing: border-box;
  }
}
.event__info .guest__text p {
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .event__info .guest__text span {
    font-size: 0.95rem;
    margin-left: 15px;
  }
}
.event__info .guest__text a {
  font-size: 1rem;
}
.event__note ul {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05rem;
  font-size: 0.95rem;
}
.event__note ul li {
  position: relative;
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .event__note ul li {
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .event__note ul li {
    margin: 0 0 5px;
  }
}
.event__note ul li:last-child {
  margin: 0;
}
.event__note ul li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.sns {
  background: #1a1a1a;
  background: url(../img/bg-black.png) repeat center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 50px 65px;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    padding: 100px 0 200px;
  }
}
.sns::before {
  content: "";
  background: linear-gradient(#000, transparent);
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
.sns h2 {
  text-align: center;
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .sns h2 {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns__container {
    display: flex;
    justify-content: center;
  }
}
.sns__item {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sns__item {
    margin: 0 0 30px;
  }
  .sns__item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    margin: 0 40px;
  }
  .sns__item:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
}
@media only screen and (max-width: 767px) {
  .sns__icon {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__icon {
    margin-right: 30px;
  }
}
.sns__icon span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  content: "\f099";
}
@media only screen and (max-width: 767px) {
  .sns__icon span::before {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns__icon span::before {
    font-size: 1.55rem;
  }
}
.sns__text {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .sns__text {
    font-size: 0.95rem;
  }
}
.sns__text a {
  text-decoration: none;
}
.sns__text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.order-link {
  background: #b5222a;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .order-link {
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .order-link {
    width: 430px;
    height: 60px;
    line-height: 60px;
    margin: 0 0 30px;
  }
}
.order-link:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.order-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .order-link::after {
    top: 22px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .order-link::after {
    top: 25px;
    right: 25px;
  }
}
.order-link a {
  width: 100%;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .order-link a {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .event-outline {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .event-outline {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .event-outline__box {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .event-outline__box {
    margin: 0 0 30px;
  }
}
.event-outline__box:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .event-outline h3 {
    margin: 0 0 15px -8px;
  }
}
@media only screen and (min-width: 768px) {
  .event-outline h3 {
    font-size: 1.3rem;
    margin: 0 0 20px -8px;
  }
}
@media only screen and (max-width: 767px) {
  .event-outline h4 {
    font-size: 1.1rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .event-outline h4 {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
}
.event-outline ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.event-outline ul li {
  margin: 0 0 10px;
}
.event-outline p {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .event-outline p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
.event-outline p:last-child {
  margin: 0;
}
.event-outline span {
  font-weight: 600;
  margin: 25px 0 10px;
  display: block;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .event-outline span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .event-outline span {
    font-size: 1.05rem;
  }
}

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

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

.global_head {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=style.css.map */