@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
  border-top: 10px solid;
  border-image: linear-gradient(90deg, #970019, #281914, #0a572d) 1;
}

body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #2d2d2d;
}
body:after {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/mainbg.jpg);
  background-size: 260px;
  background-position: center;
}
@media (max-width: 575px) {
  body:after {
    background-size: 170px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #f70014;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #f70014;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

ul, li {
  padding-left: 0;
  list-style: none;
}

li + li {
  margin-top: 8px;
}

.mark-list {
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-top: 10px;
}
.mark-list span {
  margin-right: 0.3em;
  font-weight: 600;
  color: #C50E1D;
}

h2 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 14px;
}
@media (max-width: 575px) {
  h2 {
    margin-bottom: 14px;
  }
}
h2 img {
  height: 60px;
}
@media (max-width: 767px) {
  h2 img {
    height: 37px;
  }
}
@media (max-width: 400px) {
  h2 img {
    height: 33px;
  }
}
h2:before {
  content: "";
  background: url(../img/kira.png) center center no-repeat;
  background-size: 32px;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 48px;
  top: 17px;
  left: -4px;
}
@media (max-width: 767px) {
  h2:before {
    background-size: 21px;
    width: 33px;
  }
}
h2:after {
  content: "";
  background: url(../img/kira.png) center center no-repeat;
  background-size: 32px;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 48px;
  top: 17px;
  right: -2px;
}
@media (max-width: 767px) {
  h2:after {
    background-size: 21px;
    width: 33px;
  }
}

.kv-bg .img-center {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 48px;
}
@media (max-width: 575px) {
  .kv-bg .img-center {
    padding-top: 45px;
  }
}

.gray-bg {
  padding: 30px 0 0;
}
@media (max-width: 575px) {
  .gray-bg {
    padding: 30px 0 40px;
  }
}

.event-info {
  background-color: #262626;
  margin-bottom: 60px;
  padding: 40px 0;
  border-radius: 4px;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 9px #262626;
}
@media (max-width: 575px) {
  .event-info {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #262626;
    padding: 10px 0 20px;
    margin-bottom: 40px;
  }
}
.event-info .inner {
  padding: 0 40px;
}
@media (max-width: 575px) {
  .event-info .inner {
    padding: 0px 14px 20px;
  }
}

.event-info h3 {
  font-weight: bold;
  font-size: 17px;
  background-color: #2d2d2d;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 7px 8px;
}
@media (max-width: 575px) {
  .event-info h3 {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  table {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  table tr {
    display: block;
    padding: 5px 0;
  }
}
table tr th {
  padding: 6px 26px 6px 13px;
}
@media (max-width: 991px) {
  table tr th {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  table tr td {
    display: block;
    width: 100%;
  }
}

.list-info {
  border-bottom: 1px solid #4a4a4a;
}
@media (min-width: 990px) {
  .list-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2rem auto;
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .list-info {
    font-size: 15px;
  }
}
.list-info dt {
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 1.1em;
}
@media (min-width: 990px) {
  .list-info dt {
    margin-top: 0px;
    margin-bottom: 42px;
    width: 22%;
  }
}
.list-info dt span {
  display: inline-block;
  background-color: #b40514;
  padding: 3px 8px 5px;
  box-shadow: 4px 4px #000;
}
@media (max-width: 991px) {
  .list-info dt span {
    padding: 2px 9px 2px;
  }
}
.list-info dd {
  margin-bottom: 18px;
}
@media (min-width: 990px) {
  .list-info dd {
    width: 75%;
    margin-bottom: 1.5rem;
  }
}

.benefits {
  max-width: 700px;
}
@media (max-width: 575px) {
  .benefits {
    width: 100%;
  }
}
.benefits .cardframe {
  background-color: #9f9f9f;
  padding: 15px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .benefits .cardframe {
    padding: 10px 10px;
    margin: 0 10px 10px;
  }
}
.benefits .cardframe span {
  color: #303030;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-left: -10px;
  font-size: 20px;
  display: block;
}
@media (max-width: 575px) {
  .benefits .cardframe span {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

.goodsline_sec {
  background: #262626;
  padding: 40px 0 40px;
  margin: 40px auto 60px;
  border-radius: 4px;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 9px #262626;
}
@media (max-width: 575px) {
  .goodsline_sec {
    padding: 10px 0 30px;
    margin: 20px auto 0px;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #262626;
  }
}
.goodsline_sec .goodslinebox {
  margin: 0 auto;
}
.goodsline_sec .goodslinebox p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .goodsline_sec .goodslinebox p {
    font-size: 15px;
  }
}

.pswp__ui--fit .pswp__top-bar {
  background-color: #010101;
}
.pswp__ui--fit .pswp__caption {
  background-color: #383838;
}

.pswp__item {
  background-color: #383838;
}

.pswp__caption__center {
  text-align: center;
  color: #ffffff;
}

.event-note-box {
  background: #262626;
  padding: 40px 0 40px;
  margin: 40px auto 60px;
  border-radius: 4px;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 9px #262626;
}
@media (max-width: 575px) {
  .event-note-box {
    font-size: 14px;
    padding: 10px 0 20px;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #262626;
  }
}
.event-note-box .inner {
  padding: 0 40px;
}
@media (max-width: 575px) {
  .event-note-box .inner {
    padding: 0px 14px 20px;
  }
}

.subtitle {
  font-weight: bold;
  margin: 20px 0 10px;
  display: inline-block;
  background-color: #b40514;
  padding: 3px 8px 5px;
}

section#anchor-goods {
  background-color: #262626;
  margin-bottom: 60px;
  padding: 40px 0;
  border-radius: 4px;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 9px #2d2d2f;
}
@media (max-width: 575px) {
  section#anchor-goods {
    padding: 10px 0 30px;
    margin: 20px auto 60px;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #2d2d2f;
  }
}
section#anchor-goods h2 {
  margin-bottom: 0px;
  border: none;
}
section#anchor-goods .period {
  margin-bottom: 30px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 14px;
}
@media (max-width: 575px) {
  section#anchor-goods .period {
    margin-bottom: 14px;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  section#anchor-goods .period {
    font-size: 12px;
  }
}

.goods_ {
  margin: 0 auto;
}
.goods_ .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .goods_ .StyleF_Frame_ {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ {
    gap: 10px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 45px) / 4);
  background: #5a5a5a;
  color: #ffffff;
  padding: 15px;
}
@media screen and (max-width: 991px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    width: calc((100% - 30px) / 3);
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    width: calc((100% - 10px) / 2);
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    padding: 8px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ {
    font-size: 10px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ .img_ {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ .img_::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ .img_ > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ a.goods_img_ .img_ {
    margin-bottom: 5px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .img_ {
  margin: 0 auto;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .name_ {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .name_ {
    font-size: 14px;
    margin-top: 5px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .price_ {
  font-size: 17px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 10px; /* 追加 */
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .price_ {
    font-size: 14px;
    margin-top: 8px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .comment_ {
  display: none;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_ {
  margin-top: auto;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .rdt_ {
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .rdt_ {
    font-size: 10px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .pre_sales_ {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .pre_sales_ {
    font-size: 12px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_btn_ {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0.4em 0.5em 0.5em;
  letter-spacing: 0.2em;
  border: none;
  border-radius: 30px;
  transform: rotateZ(0.03deg);
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_btn_.order_ {
  font-weight: bold;
  background: #970019;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_btn_.reservation_ {
  background: #0a572d;
  font-weight: bold;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_btn_.sold_out_, .goods_ .StyleF_Frame_ .StyleF_Item_ .cart_btn_.closed_ {
  background: #656565;
  font-weight: bold;
}

.snsarea {
  width: 160px;
}
@media (max-width: 575px) {
  .snsarea {
    width: 130px;
  }
}
.snsarea .snslist {
  display: flex;
  justify-content: space-between;
}
.snsarea .snslist li {
  margin-top: 0;
}
.snsarea .snslist li img {
  width: 60px;
}
@media (max-width: 575px) {
  .snsarea .snslist li img {
    width: 50px;
  }
}

footer {
  padding: 20px 0;
  background-color: #000000;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #ffffff;
  background-color: #970019;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 8px;
    bottom: 12px;
  }
}
footer .link-pageup i {
  display: block;
  margin-left: 7.5px;
}
footer .link-pageup:hover {
  color: #fff;
  background-color: #0a572d;
  opacity: 0.8;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

header .img-logo {
  display: block;
  width: 34vw;
  max-width: 240px;
  margin-left: 20px;
  opacity: 0;
  transition: 1s;
}
@media (max-width: 575px) {
  header .img-logo {
    width: 35vw;
    margin-left: 0px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 8px 0;
  background-color: transparent;
}
nav.navbar .modal-content {
  background: none;
  border: none;
  border-radius: 0;
  padding: 8px 30px;
  background: rgba(0, 0, 0, 0.8784313725);
}
@media (max-width: 575px) {
  nav.navbar .modal-content {
    padding: 8px 10px;
  }
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
nav.navbar .modal-header {
  border-bottom: none;
  justify-content: flex-end;
  padding: 40px 30px 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 35px 20px 0;
  }
}
nav.navbar .navbar-nav {
  margin-top: 75px;
  padding: 35px 0 25px;
  border-radius: 6px;
}
@media (max-width: 575px) {
  nav.navbar .navbar-nav {
    padding: 0px 0 20px;
  }
}
nav.navbar .nav-link {
  padding: 26px 30px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 575px) {
  nav.navbar .nav-link {
    padding: 20px 20px;
    font-size: 16px;
  }
}
nav.navbar .nav-item {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #6f1a1a;
}
nav.navbar .nav-item:last-child {
  border-bottom: none;
}

.modal-backdrop {
  z-index: 1;
}

.btn-trigger {
  top: -4px;
  position: relative;
  width: 36px;
  height: 28px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  margin-right: 40px;
  z-index: 100;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .btn-trigger {
    margin-right: 5px;
  }
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #C50E1D;
  border-radius: 4px;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 12px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.btn-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.btn-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}

.btn-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
.modal {
  z-index: 80;
}

/* ハンバーガーメニューのテキストも最前面に */
.btn-trigger::after {
  z-index: 90;
}

.change-color {
  background-color: rgba(17, 17, 17, 0.9607843137) !important;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.shopping-btn {
  padding: 10px 20px 11px;
  margin-right: 32px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 0 3px #000000, 0 0 0 5px #ffffff;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: bold;
  font-size: 18px;
  text-decoration-line: none;
}
@media (max-width: 575px) {
  .shopping-btn {
    padding: 8px 8px 8px;
    font-size: 13px;
    font-weight: bold !important;
    margin-right: 13px;
    box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ffffff;
  }
}
@media (max-width: 400px) {
  .shopping-btn {
    padding: 6px;
    margin-right: 10px;
  }
}
.shopping-btn i {
  margin-right: 6px;
}
.shopping-btn:hover {
  opacity: 0.8;
  background: #000000;
  color: #ffffff;
}