@charset "UTF-8";
body {
  overflow-x: hidden;
  color: #ffffff;
  font-family: "Kaisei Tokumin", serif;
  min-height: 100vh;
  position: relative;
  padding-bottom: 120px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  body {
    z-index: 1;
    font-size: 14px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
body :focus,
body button:focus {
  outline: none;
}

a {
  word-break: break-all;
  transition: 0.6s;
  text-decoration: underline;
  color: #fff;
}
a:hover {
  color: #fff;
  opacity: 0.8;
}

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

dt {
  font-weight: 400;
}

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

main {
  padding: 90px 0 120px;
}
@media (max-width: 1199px) {
  main {
    padding: 82px 0 0;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 59px;
  }
}
main::before {
  content: "";
  background: url(img/bg-img.webp) no-repeat center/cover;
  position: fixed;
  inset: 0;
  z-index: -1;
}

.icon-arrow {
  font-size: 12px;
}

.frame-box {
  position: relative;
  width: calc(100% - 16px);
  margin-inline: auto;
  border: 1px solid #d7ac66;
  outline: 8px solid #26120a;
  background: #26120a;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .frame-box {
    margin-top: 20px;
  }
}
.frame-box__text {
  font-size: 20px;
  line-height: 1.8;
  font-family: "Kaisei Tokumin", serif;
}
@media (max-width: 767px) {
  .frame-box__text {
    font-size: 16px;
  }
}
.frame-box__subtext {
  line-height: 3em;
  background-image: linear-gradient(transparent 0, transparent 97%, rgba(255, 255, 255, 0.3) 100%);
  background-size: 100% 3em;
  font-size: 16px;
  font-family: "Kaisei Tokumin", serif;
}
@media (max-width: 767px) {
  .frame-box__subtext {
    font-size: 14px;
  }
}
.frame-box + .box-primary {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .frame-box + .box-primary {
    margin-top: 70px;
  }
}
.frame-box .btn-link {
  width: 580px;
  height: 80px;
}
@media (min-width: 768px) {
  .frame-box .btn-link {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .frame-box .btn-link {
    width: 220px;
    height: 40px;
  }
}
.frame-box .frame-bottom {
  position: relative;
  padding: 60px 60px 100px;
}
@media (max-width: 767px) {
  .frame-box .frame-bottom {
    padding: 30px 30px 60px;
  }
}
@media (max-width: 575px) {
  .frame-box .frame-bottom {
    padding: 40px 20px 60px;
  }
}
.frame-box .frame-bottom:before, .frame-box .frame-bottom:after {
  content: "";
  position: absolute;
  bottom: 15px;
  background: url(img/frame.png) no-repeat center/contain;
  display: inline-block;
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .frame-box .frame-bottom:before, .frame-box .frame-bottom:after {
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
.frame-box .frame-bottom:before {
  left: 15px;
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .frame-box .frame-bottom:before {
    left: 10px;
  }
}
.frame-box .frame-bottom:after {
  right: 15px;
  transform: scaleX(-1) scaleY(-1);
}
@media (max-width: 767px) {
  .frame-box .frame-bottom:after {
    right: 10px;
  }
}

.frame-box:before, .frame-box:after {
  content: "";
  position: absolute;
  top: 15px;
  background: url(img/frame.png) no-repeat center/contain;
  display: inline-block;
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .frame-box:before, .frame-box:after {
    top: 10px;
    width: 50px;
    height: 50px;
  }
}
.frame-box:before {
  left: 15px;
}
@media (max-width: 767px) {
  .frame-box:before {
    left: 10px;
  }
}
.frame-box:after {
  right: 15px;
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .frame-box:after {
    right: 10px;
  }
}

.lower-content {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .lower-content {
    padding-top: 10px;
  }
}

.read_sec {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .read_sec {
    margin-bottom: 50px;
  }
}

.page_ttl {
  position: relative;
  padding: 20px 0;
  text-align: center;
  color: #d7ac66;
  line-height: 0.8;
  letter-spacing: 1px;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .page_ttl {
    padding: 10px 0;
    font-size: 28px;
  }
}
.page_ttl:after {
  content: "";
  background: url(img/ttl-img.png) no-repeat center/contain;
  display: block;
  max-width: 300px;
  height: 41px;
  margin: 30px auto;
}
.page_ttl .en {
  font-weight: 500;
}
.page_ttl .ja {
  font-size: 0.4em;
}

.coming {
  max-width: 500px;
  margin: 100px auto 0;
  padding: 0 20px;
}

.about_sec .coming {
  margin-top: 100px;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 140px 0 40px;
}
@media (max-width: 767px) {
  footer {
    padding: 90px 0 20px;
  }
}
footer small {
  font-size: 14px;
  color: #26120a;
}

.link-anchor-pageup {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #000;
  background: #d7ac66;
  text-decoration: none;
}
@media (max-width: 767px) {
  .link-anchor-pageup {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }
}
.link-anchor-pageup:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

a.btn-back {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 224px;
  max-height: 54px;
  margin: 0 auto;
  color: #ffe756;
  border: 1px solid #c8c601;
  text-decoration: none;
  border-radius: 0;
  padding: 13px;
  position: relative;
  padding: 12px 30px 12px 48px;
}
a.btn-back span {
  font-size: 20px;
  margin-right: 2px;
}
a.btn-back::before {
  font-weight: bold;
  position: absolute;
  top: calc(50% - 0.25em);
  left: 20px;
  display: block;
  width: 8px;
  height: 10px;
  content: "";
  color: #ffe756;
  border: 4px solid transparent;
  border-left: 6px solid #ffe756;
}
a.btn-back:hover {
  color: #ffe756;
}

.lyt-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 136px auto 56px;
}
@media (max-width: 767px) {
  .lyt-search {
    margin: 70px auto 20px;
  }
}
.lyt-search .js-search-toggle-hook {
  width: 600px;
  max-width: 90%;
  color: #ffffff;
  border: 4px #cccccc solid;
  background-color: #333333;
  padding: 4px 0 16px;
  cursor: pointer;
}
.lyt-search .js-search-toggle-hook .icon-search {
  font-size: 36px;
  transform: translateY(9px);
}
.lyt-search .js-search-toggle-hook .icon-down {
  font-size: 32px;
  transform: translateY(8px);
}
.lyt-search .list-category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 767px) {
  .lyt-search .list-category {
    padding: 0;
  }
}
.lyt-search .list-category > li {
  margin: 12px;
}
@media (max-width: 767px) {
  .lyt-search .list-category > li {
    margin: 5px;
  }
}
.lyt-search .list-category a {
  position: relative;
  display: block;
  padding: 12px 24px 12px 35px;
  color: #ffffff;
  border: 1px solid #ffe756;
  background-color: rgba(200, 198, 1, 0.4);
  text-decoration: none;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lyt-search .list-category a {
    font-size: 14px;
    padding: 10px 15px 10px 28px;
  }
}
.lyt-search .list-category a:before {
  font-weight: bold;
  position: absolute;
  top: calc(50% - 0.25em);
  left: 20px;
  display: block;
  width: 8px;
  height: 10px;
  content: "";
  color: #ffffff;
  border: 4px solid transparent;
  border-left: 6px solid #ffffff;
}
@media (max-width: 767px) {
  .lyt-search .list-category a:before {
    left: 13px;
  }
}

figure {
  background-color: #ffffff;
}
figure[class*=img-sample]:after, figure[class*=img-sample] .lyt-slider .lyt-slider-item:after, figure[class*=img-sample] .main-slider .main-slider-item:after {
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  content: "SAMPLE";
  pointer-events: none;
}
@media (max-width: 991px) {
  figure[class*=img-sample]:after, figure[class*=img-sample] .lyt-slider .lyt-slider-item:after, figure[class*=img-sample] .main-slider .main-slider-item:after {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  figure[class*=img-sample]:after, figure[class*=img-sample] .lyt-slider .lyt-slider-item:after, figure[class*=img-sample] .main-slider .main-slider-item:after {
    font-size: 28px;
  }
}
figure.img-sample-01 {
  color: rgba(255, 255, 255, 0.7);
}
figure.img-sample-01 .slick-arrow {
  color: rgba(255, 255, 255, 0.7);
}
figure.img-sample-02 {
  color: rgba(0, 0, 0, 0.5);
}
figure > img {
  display: block;
  margin: 0 auto;
}

.modal-body figure[class*=img-sample]:after,
.lyt-slider .lyt-slider-item:after,
.main-slider .main-slider-item:after {
  font-size: 50px;
}

.img-copyright {
  font-size: 12px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  margin-bottom: 0;
  color: #333333;
  text-shadow: 0 1px 1px #ffffff, 1px 0 1px #ffffff, 0 -1px 1px #ffffff, -1px 0 1px #ffffff, -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
}

.modal-body .img-copyright {
  z-index: 2;
}

.list-product {
  padding: 0;
  list-style-type: none;
  margin-bottom: 80px;
}
.list-product .list-product-item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  border: 1px solid #d7ac66;
  position: relative;
  text-decoration: none;
}
@media (max-width: 575px) {
  .list-product .list-product-item {
    margin: 0;
  }
}
.list-product .modal-hook {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  z-index: 2;
  cursor: pointer;
  background: #ffe756;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .list-product .modal-hook {
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
  }
}
.list-product .modal-hook span {
  color: #fff;
}
.list-product figure figcaption {
  z-index: 3;
  width: 100%;
  color: #ffffff;
  background-color: #d7ac66;
  font-size: 14px;
  font-weight: bold;
  padding: 2.5px 0;
}
.list-product figure .lyt-slider {
  z-index: 2;
  margin-bottom: 3em;
}
.list-product figure .lyt-slider .lyt-slider-item {
  position: relative;
}
.list-product figure .main-slider {
  margin-bottom: 2em;
}
.list-product figure .main-slider .main-slider-item {
  position: relative;
}
.list-product figure .slick-arrow {
  font-size: 24px;
  position: absolute;
  z-index: 10;
  top: calc(50% - 1em);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.list-product figure .slick-arrow svg {
  color: #333333;
}
.list-product figure .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}
.list-product figure .slick-dots > li {
  width: 24px;
  height: 24px;
}
.list-product figure .slick-dots > li.slick-active:before {
  color: #333333;
}
.list-product figure .slick-dots > li:before {
  font-size: 12px;
  line-height: 24px;
  display: block;
  width: 24px;
  content: "●";
  text-align: center;
  color: #aaaaaa;
  cursor: pointer;
}
.list-product figure .slick-dots button {
  font-size: 0;
  margin-left: -1em;
  opacity: 0;
}
.list-product .label-tag > span {
  font-size: 14px;
  padding: 4px 8px;
}
.list-product .label-number {
  border: 1px solid #d7ac66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.list-product .label-number span {
  color: #d7ac66;
}
@media (max-width: 575px) {
  .list-product .label-number span {
    padding: 2px 5px;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}
.list-product .label-price {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 16px 0;
}
.list-product .new_label {
  position: absolute;
  left: -1px;
  top: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d7ac66;
  z-index: 2;
}
.list-product .new_label span {
  font-size: 13px;
  color: #ffffff;
  padding: 7px 10px;
}
.list-product .hdg {
  font-size: 16px;
}
@media (max-width: 575px) {
  .list-product .hdg {
    font-size: 12px;
  }
}
.list-product .link-category {
  font-size: 14px;
  margin-bottom: 12px;
}
.list-product .link-category span {
  font-size: 17px;
  transform: translateY(4px);
}
.list-product .link-category a {
  display: inline-block;
  margin-right: 8px;
  text-decoration: underline;
  color: #333333;
}
.list-product .label-repletion {
  font-size: 15px;
  color: #d84f98;
}
.list-product .btn-area {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.list-product .btn-area__text {
  background-color: #d7ac66;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.05em;
  border-radius: 15.5px;
  padding: 4px 12.5px;
  font-weight: 500;
}
.list-product .modal-header {
  border-bottom: none;
}
.list-product .modal-body {
  border: 1px solid #fff;
  background: #202020;
}
.list-product .modal-body .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-product .modal-body img {
  width: 100%;
  height: auto;
}

.bg-info {
  background: #4a413a !important;
}
@media (max-width: 575px) {
  .bg-info {
    font-size: 12px;
  }
}

.lyt-single {
  max-width: 500px;
  text-align: center;
}
.lyt-single figure {
  margin: 0 auto 40px;
  border: 1px solid #eeeeee;
}
.lyt-single figure figcaption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background-color: #d84f98;
  font-size: 14px;
  font-weight: bold;
  padding: 2.5px 0;
}
.lyt-single .icon-link {
  font-size: 30px;
  transform: translate(-7px, 8px);
}

.lyt-single-slider .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}
.lyt-single-slider .slick-dots > li {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.lyt-single-slider .slick-dots > li.slick-active:before {
  color: #333333;
}
.lyt-single-slider .slick-dots > li:before {
  font-size: 20px;
  line-height: 24px;
  display: block;
  width: 24px;
  content: "●";
  text-align: center;
  color: #aaaaaa;
}
.lyt-single-slider .slick-dots button {
  font-size: 0;
  margin-left: -1em;
  opacity: 0;
}

#anchor-benefits {
  margin-top: 40px;
}
#anchor-benefits figure[class*=img-sample]:after {
  font-size: 8vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  #anchor-benefits figure[class*=img-sample]:after {
    font-size: 20vw;
  }
}

@media (max-width: 767px) {
  .goods-read {
    margin-bottom: 48px;
  }
}
.goods-read p {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .goods-read p {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.goods-text {
  font-size: 18px;
}

.ttl-name {
  font-size: 26px;
  border-top: 1px solid #ffe756;
  border-bottom: 1px solid #ffe756;
  padding: 16px 0;
  color: #ffe756;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ttl-name {
    font-size: 20px;
  }
}

.modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
}

.modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

@media (min-width: 768px) {
  .modal-backdrop {
    display: none;
  }
  .modal {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
  }
  .js-modalHook {
    cursor: pointer;
  }
}
.list-product .list-product-item.js-modalHook figure {
  position: relative;
  padding-bottom: 100%;
}
.list-product .list-product-item.js-modalHook figure > img {
  position: absolute;
}

@media (max-width: 575px) {
  .modal-body .bg-info {
    font-size: 80%;
  }
  .modal-body .label-tag span {
    font-size: 14px;
  }
  .modal-body .modal-title {
    font-size: 16px;
  }
}
nav {
  width: 100%;
  height: 90px;
  background: #26120a;
  border-bottom: 1px solid #d7ac66;
}
@media (max-width: 1199px) {
  nav {
    height: auto;
  }
}
nav .container {
  max-width: 1115px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .navbar-collapse {
  flex-grow: 0;
  justify-content: flex-end;
}
nav .navbar-brand {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 52px;
}
nav .navbar-brand img {
  min-height: 65px;
  object-fit: contain;
}
@media (max-width: 767px) {
  nav .navbar-brand img {
    max-height: 42px;
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  nav .navbar-brand {
    max-width: 50px;
  }
}
nav .navbar-brand-text {
  max-width: 200px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  nav .navbar-brand-text {
    max-width: 150px;
  }
}

.navbar-nav {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .navbar-nav {
    padding-top: 30px;
  }
}
.navbar-nav .nav-item {
  outline: none !important;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  height: 67px;
  padding: 0;
  border: none;
}
@media (max-width: 1199px) {
  .navbar-nav .nav-item {
    height: auto;
  }
  .navbar-nav .nav-item:nth-of-type(n + 2) {
    border-top: 1px solid #fff;
  }
  .navbar-nav .nav-item:last-of-type .nav-link {
    padding-bottom: 120px;
  }
}
.navbar-nav .nav-item:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .navbar-nav .nav-item:nth-child(n+2) {
    margin-left: 0px;
  }
}
.navbar-nav .nav-item .nav-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #d7ac66;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: all 0.4s;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .navbar-nav .nav-item .nav-link {
    padding: 24px 0;
    height: auto;
    flex-direction: inherit;
  }
}
@media (max-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 838px) and (min-width: 768px) {
  .navbar-nav .nav-item .nav-link {
    flex-direction: inherit;
    font-size: 13px;
  }
}
.navbar-nav .nav-item .nav-link__sub {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .navbar-nav .nav-item .nav-link__sub {
    margin-left: 1em;
    font-size: 15px;
  }
}
@media (max-width: 838px) {
  .navbar-nav .nav-item .nav-link__sub {
    font-size: 12px;
  }
}

.navbar-toggler {
  border: none;
  position: relative;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
.navbar-toggler-line {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d7ac66;
  position: absolute;
  left: 10px;
  transition: all 0.4s;
  box-sizing: border-box;
}
.navbar-toggler-line:nth-of-type(1) {
  top: 9px;
}
.navbar-toggler-line:nth-of-type(2) {
  top: 19px;
}
.navbar-toggler-line:nth-of-type(3) {
  bottom: 9px;
}
.navbar-toggler.active .navbar-toggler-line:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.navbar-toggler.active .navbar-toggler-line:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .navbar-toggler-line:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.main-visual {
  width: min(95%, 1400px);
  margin: 50px auto 0;
  padding: 8px;
  background: #26120a;
  border: 1px solid #d7ac66;
  outline: 8px solid #26120a;
}
@media (max-width: 767px) {
  .main-visual {
    margin-top: 30px;
    padding: 2px;
    outline-width: 2px;
  }
}

img {
  width: 100%;
}

.img-min {
  width: 40%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .img-min {
    width: 100%;
    margin: 10px 0;
  }
}
.img-min + .img-min {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .img-min + .img-min {
    margin-left: 0;
  }
}
.img-min + .img-min + .img-min {
  margin-left: 0;
}

.campaign-img,
.goods-tokuten-img {
  max-width: 800px;
}

.sticker-wrap {
  flex-wrap: wrap;
}
.sticker-wrap img {
  width: 16.6666666667%;
}
@media (max-width: 767px) {
  .sticker-wrap img {
    width: 33.3333333333%;
  }
}

.ticket-img {
  max-width: 800px;
}

.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  background-color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  padding: 20px 30px;
  margin: auto;
}
@media (max-width: 767px) {
  .btn-link {
    font-size: 14px;
  }
}
.btn-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btn-link::before {
    left: 9px;
  }
}
@media (hover: hover) {
  .btn-link:hover {
    color: #000;
    text-decoration: none;
  }
}

.list-note {
  list-style-type: none;
  padding: 0;
}
.list-note > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .list-note > li {
    font-size: 14px;
  }
}
.list-note > li:before {
  position: absolute;
  left: 0;
  content: "※";
  color: #f00;
}
.list-note li + li {
  margin-top: 10px;
}

.list-description dt {
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .list-description dt {
    font-size: 16px;
    padding: 0 10px;
  }
}
.list-description dt:nth-of-type(n + 2) {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .list-description dt:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
.list-description dd {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .list-description dd {
    font-size: 14px;
  }
}
.list-description dd strong {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .list-description dd strong {
    font-size: 16px;
  }
}
.list-description dd .tag {
  color: #d84f98;
}

.list-detail {
  padding-left: 18px;
  margin-bottom: 30px;
}
.list-detail li {
  list-style-type: none;
  position: relative;
  line-height: 1.7;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .list-detail li {
    font-size: 14px;
  }
}
.list-detail li::before {
  content: "・";
  display: block;
  position: absolute;
  left: -18px;
  top: 1px;
  color: #ffffff;
}

.list-number ol {
  counter-reset: item;
  padding-left: 0;
  margin-bottom: 20px;
}
.list-number li {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .list-number li {
    font-size: 14px;
  }
}
.list-number li::before {
  counter-increment: item;
  content: counter(item) ". ";
}

.list-dots {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .list-dots {
    padding-left: 20px;
  }
}
.list-dots li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.6rem;
}
.list-dots li::before {
  content: "・";
  display: block;
  color: inherit;
  position: absolute;
  top: 2px;
  left: -20px;
}
@media (max-width: 767px) {
  .list-dots li {
    font-size: 14px;
  }
}

.tokuten-img {
  max-width: 500px;
}

.ticket-dl dt {
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
}

.nav-tabs {
  border-bottom: none;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .nav-tabs {
    margin-top: 20px;
  }
}
.nav-tabs .nav-item {
  text-align: center;
  width: 190px;
  height: 45px;
  margin: 0 8px 2px 0;
}
@media (max-width: 838px) and (min-width: 768px) {
  .nav-tabs .nav-item {
    width: 16.6666666667%;
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-item {
    width: 75px;
    height: 30px;
    margin: 0 6px 4px 0;
  }
}
.nav-tabs .nav-item .nav-link {
  color: #fff;
  background: rgba(38, 18, 10, 0.7);
  font-size: 20px;
  border-bottom: none;
  border-radius: 0 0 0 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 6px;
  }
}
.nav-tabs .nav-item .nav-link.active {
  color: #d7ac66;
  background: #26120a;
}

.tab-content {
  background: #26120a;
}
.tab-content .hdg-sub {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tab-content .hdg-sub {
    margin-bottom: 20px;
  }
}
.tab-content__text span {
  color: #f13948;
}
.tab-content__text--large {
  font-size: 20px;
}
@media (max-width: 767px) {
  .tab-content__text--large {
    font-size: 18px;
  }
}

.list-product .list-product-link {
  padding: 15px 0;
  color: #26120a;
  background: #d7ac66;
  text-decoration: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .list-product .list-product-link {
    padding: 10px 0;
  }
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  border: none !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(215, 172, 102, 0.8);
}

.txt-lead {
  text-align: center;
  margin: 80px 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .txt-lead {
    font-size: 6vw;
    margin: 40px 0;
    padding: 0 8px;
  }
}

.hdg-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdg-section__inner {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 0px 10px #008aff;
}
.hdg-section__ttl {
  font-size: 48px;
}
@media (max-width: 767px) {
  .hdg-section__ttl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .hdg-section__ttl.--long {
    width: 120px;
  }
}
.hdg-section__sub {
  font-size: 18px;
  margin-top: 10px;
  color: #26120a;
}
@media (max-width: 767px) {
  .hdg-section__sub {
    font-size: 14px;
    margin-top: 8px;
  }
}
.hdg-section::before, .hdg-section::after {
  content: "";
  display: block;
  width: 80px;
  height: 54px;
}
@media (max-width: 767px) {
  .hdg-section::before, .hdg-section::after {
    width: 30px;
    height: 23px;
  }
}
.hdg-section::before {
  background: url(./img/bg-title-left.png) center center no-repeat;
  background-size: 100%;
  margin: 0 24px 10px 0;
}
@media (max-width: 767px) {
  .hdg-section::before {
    margin-right: 12px;
  }
}
.hdg-section::after {
  background: url(./img/bg-title-right.png) center center no-repeat;
  background-size: 100%;
  margin: 0 0 10px 24px;
}
@media (max-width: 767px) {
  .hdg-section::after {
    margin-left: 12px;
  }
}

.text-general {
  font-size: 26px;
  text-align: center;
  margin: 20px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .text-general {
    font-size: 20px;
    margin: 14px auto;
  }
}
.text-general::before, .text-general::after {
  content: "～";
  display: block;
  width: 28px;
  height: 28px;
  font-size: 26px;
  color: inherit;
}
@media (max-width: 767px) {
  .text-general::before, .text-general::after {
    width: 24px;
    height: 32px;
  }
}

.hdg-sub {
  font-size: 26px;
  color: #d7ac66;
  border-bottom: 1px solid #d7ac66;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .hdg-sub {
    font-size: 20px;
    padding-bottom: 8px;
  }
}

.ttl-sub {
  max-width: 960px;
  font-size: 26px;
  color: #d7ac66;
}
@media (max-width: 767px) {
  .ttl-sub {
    font-size: 20px;
  }
}

.ttl-common {
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  color: #d84f98;
  display: inline-block;
  padding: 4px 12px;
  margin: 28px 0 15px;
}
.ttl-common:nth-of-type(n + 2) {
  margin-top: 48px;
}

.ttl-lower {
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .ttl-lower {
    font-size: 24px;
  }
}

.text-only {
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .text-only {
    font-size: 18px;
  }
}

.text-part {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin: 54px auto 30px;
}
@media (max-width: 767px) {
  .text-part {
    font-size: 16px;
  }
}
.text-part::after {
  content: "▼";
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .text-part::after {
    width: 14px;
    height: 14px;
  }
}

.text-min {
  font-size: 15px;
}
@media (max-width: 767px) {
  .text-min {
    font-size: 14px;
  }
}

.color-point {
  color: #d84f98;
}

.form-text {
  width: fit-content;
}

.goods-text {
  font-size: 16px;
}
@media (max-width: 767px) {
  .goods-text {
    font-size: 14px;
  }
}

.setion-twitter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 150px 0;
}
@media (max-width: 767px) {
  .setion-twitter {
    margin: 100px 0;
  }
}
@media (max-width: 575px) {
  .setion-twitter {
    margin: 20px 0 48px;
  }
}
.setion-twitter .img-logo {
  max-width: 400px;
}
@media (max-width: 767px) {
  .setion-twitter .img-logo {
    width: 40%;
    margin: 0 auto;
  }
}
.setion-twitter .btn-link {
  width: 380px;
  height: 60px;
  margin: auto;
  color: #fff;
  background: #4a413a;
}
@media (max-width: 767px) {
  .setion-twitter .btn-link {
    width: 220px;
    height: 40px;
  }
}

.section-read .read-box {
  position: relative;
}
.section-read .read-box::before, .section-read .read-box::after {
  content: "";
  display: block;
  width: 458px;
  height: 64px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-read .read-box::before, .section-read .read-box::after {
    width: 226px;
    height: 32px;
  }
}
.section-read .read-box::before {
  background: url(./img/bg-lead-top.png) center center no-repeat;
  background-size: 100%;
}
.section-read .read-box::after {
  background: url(./img/bg-lead-bottom.png) center center no-repeat;
  background-size: 100%;
}
.section-read .read-box p {
  font-size: 24px;
  line-height: 1.7;
  text-shadow: 0 0 8px #008aff;
  text-align: center;
}
@media (max-width: 767px) {
  .section-read .read-box p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
  }
}
.section-read p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .section-read p {
    text-align: left;
    font-size: 15px;
  }
}

.section-intro .hdg-sub:first-child {
  margin-top: 70px;
}

.section-attention .box-primary p {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .section-attention .box-primary p {
    font-size: 14px;
  }
}

section + section {
  margin-top: 100px;
}
@media (max-width: 767px) {
  section + section {
    margin-top: 50px;
  }
}

.frame-box + .frame-box {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .frame-box + .frame-box {
    margin-top: 50px;
  }
}

.content-inner {
  width: min(95%, 1150px);
  margin-inline: auto;
}

.box-content + .box-content {
  margin-top: 70px;
}
@media (max-width: 575px) {
  .box-content + .box-content {
    margin-top: 50px;
  }
}
.box-content h3 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  line-height: 1.5;
  color: #d7ac66;
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  .box-content h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.box-content h4 {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #d1bda7;
}
@media (max-width: 575px) {
  .box-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.box-content table {
  width: 100%;
  border-collapse: collapse;
}
.box-content table th {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .box-content table th {
    width: 25%;
    text-align: center;
  }
}
.box-content table th,
.box-content table td {
  padding: 15px;
  border: 1px solid;
}
@media (max-width: 575px) {
  .box-content table th,
  .box-content table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.box-content table + p {
  margin-top: 1rem;
}
.box-content dl {
  margin: 1rem 0;
}
.box-content dt {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid;
}
.box-content .content-img {
  max-width: 800px;
  margin: 30px 0;
}
.box-content .vertical-img {
  max-width: 600px;
}

.event-list li {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .event-list li {
    padding: 30px 0;
    text-align: center;
  }
}
.event-list li + li {
  border-top: 1px dashed #d1bda7;
}
.event-list li:first-of-type {
  padding-top: 0;
}
.event-list .term {
  width: fit-content;
  padding: 0 10px;
  color: #26120a;
  background: #d1bda7;
}
@media (max-width: 767px) {
  .event-list .term {
    margin: 0 auto 30px;
  }
}

.event-logo {
  max-width: 300px;
  margin: 0 auto 30px;
}
.event-logo img {
  max-height: 300px;
  object-fit: contain;
}
@media (max-width: 575px) {
  .event-logo img {
    max-height: 190px;
  }
}

.flex-img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.flex-img-wrap .flex-kv {
  width: calc((100% - 10px) * 0.5);
}
@media (max-width: 767px) {
  .flex-img-wrap .flex-kv {
    width: 100%;
  }
}
.flex-img-wrap .single-kv {
  width: min(100%, 750px);
}

.read-txt {
  font-size: 20px;
  line-height: 2;
}
@media (min-width: 768px) {
  .read-txt {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .read-txt {
    font-size: 16px;
  }
}

.about-tab {
  padding: 80px 60px 60px;
}
@media (max-width: 767px) {
  .about-tab {
    padding: 50px 30px 30px;
  }
}
@media (max-width: 575px) {
  .about-tab {
    padding: 40px 20px 20px;
  }
}

.box-inner + .box-inner {
  margin-top: 40px;
}

.ticket-tab h2 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .ticket-tab h2 {
    font-size: 22px;
  }
}

ul,
li {
  margin-bottom: 0;
}

.ar-img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 575px) {
  .ar-img {
    gap: 15px;
  }
}
.ar-img img {
  max-width: 164px;
  background: #fff;
}
@media (max-width: 575px) {
  .ar-img img {
    width: calc((100% - 15px) / 2);
  }
}

.step-list {
  margin: 0;
  padding: 0;
}
.step-list span {
  padding: 0 10px;
  background: #d7ac66;
}

.error-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.error-img img {
  max-width: 400px;
}

.tab-pane .coming {
  margin-bottom: 100px;
}

#error-01,
#error-02 {
  margin-top: -30px;
  padding-top: 30px;
}

@media (min-width: 576px) {
  .price-tbl {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .price-tbl td {
    text-align: center;
  }
}