@charset "UTF-8";
body {
  background: url(../img/bg_main.png) repeat-y;
  background-size: 100% 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  font-size: 3.4vw;
  line-height: 1.6;
}
@media screen and (min-width: 667px) {
  body {
    font-size: 14px;
  }
}

main {
  margin: 0 auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 667px) {
  main {
    margin-bottom: 70px;
  }
}

.reg {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
@media screen and (min-width: 667px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
}
#page-top a {
  text-decoration: none;
  width: 35px;
  display: block;
}
@media screen and (min-width: 667px) {
  #page-top a {
    width: 35px;
  }
}

a {
  color: #222;
  text-decoration: underline;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 667px) {
  a:hover img {
    opacity: 0.6;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt05em {
  margin-top: 0.5em;
}

.mt1em {
  margin-top: 1em;
}

.mt15em {
  margin-top: 1.5em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mt4em {
  margin-top: 4em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left !important;
}

@media screen and (min-width: 667px) {
  .ta-l-pc {
    text-align: left !important;
  }
}

.btn a, nav li, .pia a, .info_btn, .link a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn a:hover, nav li:hover, .pia a:hover, .info_btn:hover, .link a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .btn a:hover, nav li:hover, .pia a:hover, .info_btn:hover, .link a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

.anotate {
  margin-top: 2em;
}
.anotate h3 {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.note {
  font-size: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 667px) {
  .note {
    font-size: 12px;
  }
}
.note.asterisk {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.note.dot {
  text-indent: -1em;
  margin-left: 1em;
}
.note.dot ul {
  margin-left: 0.7em;
}

.note-l {
  font-size: 12px;
  margin-top: 5px;
  color: #e01822;
}
@media screen and (min-width: 667px) {
  .note-l {
    font-size: 14px;
  }
}

/*      footer     */
.footer {
  background: #000;
  margin: 0 auto;
}
.footer .inner {
  max-width: 1000px;
  width: 100%;
  padding: 7vw 5vw;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .footer .inner {
    padding: 40px 30px;
  }
}
.footer .inner .link .linkL {
  width: 60vw;
  margin: 0 auto;
}
.footer .inner .link .linkL a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 667px) {
  .footer .inner .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .inner .link .linkL {
    width: 350px;
    margin: 0;
  }
}
.footer .inner .link .linkR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 667px) {
  .footer .inner .link .linkR {
    margin-top: 0;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.footer .inner .link .linkR a {
  height: 20vw;
  width: auto;
  display: block;
  margin: 0 15px;
}
@media screen and (min-width: 667px) {
  .footer .inner .link .linkR a {
    height: 115px;
    width: auto;
    display: block;
    margin: 0 0 0 20px;
  }
}
.footer .inner .link .linkR a img {
  height: 100%;
  width: auto;
}
.footer .inner .logo {
  max-width: 500px;
  margin: 7vw auto 5vw;
}
@media screen and (min-width: 667px) {
  .footer .inner .logo {
    margin: 60px auto 30px;
  }
}
.footer .inner .copyright {
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 1.6em;
  margin-top: 30px;
}
@media screen and (min-width: 667px) {
  .footer .inner .copyright {
    font-size: 12px;
    margin-top: 40px;
  }
}
.footer .inner .note {
  margin-top: 0.7em;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: 500; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid #000;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 2px solid #fff;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2291.6px%22%20height%3D%2291.6px%22%20viewBox%3D%220%200%2091.6%2091.6%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2091.6%2091.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Crect%20transform%3D%22matrix(-1%20-1.224647e-16%201.224647e-16%20-1%2091.5663%2091.5663)%22%20class%3D%22st0%22%20width%3D%2291.6%22%20height%3D%2291.6%22%2F%3E%20%3Cpolygon%20points%3D%2223.5%2C46.2%2059.9%2C82.6%2064%2C78.5%2031.4%2C45.8%2064%2C13.1%2059.9%2C9%2023.5%2C45.4%2023.9%2C45.8%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  left: -10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2291.6px%22%20height%3D%2291.6px%22%20viewBox%3D%220%200%2091.6%2091.6%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2091.6%2091.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Crect%20class%3D%22st0%22%20width%3D%2291.6%22%20height%3D%2291.6%22%2F%3E%20%3Cpolygon%20points%3D%2268.1%2C45.4%2031.7%2C9%2027.5%2C13.1%2060.2%2C45.8%2027.5%2C78.5%2031.7%2C82.6%2068.1%2C46.2%2067.7%2C45.8%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  right: -10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.hero-section {
  width: 92vw;
  max-width: 900px;
  margin: 0 auto;
}
.hero-section .btn_img {
  width: 86vw;
  max-width: 800px;
  margin: 15px auto;
}
@media screen and (min-width: 667px) {
  .hero-section .btn_img {
    margin: 30px auto;
  }
}

.yuugi-section .clear-reward {
  margin-top: 5vw;
}
@media screen and (min-width: 667px) {
  .yuugi-section .clear-reward {
    margin-top: 40px;
  }
}
@media screen and (min-width: 667px) {
  .yuugi-section .clear-reward img {
    margin: 0 auto;
  }
}
.yuugi-section .reward-detail {
  text-align: center;
  margin-top: 5vw;
}
@media screen and (min-width: 667px) {
  .yuugi-section .reward-detail {
    margin-top: 20px;
  }
}
.yuugi-section .reward-detail h4 {
  font-size: 5vw;
  margin-bottom: 5px;
}
@media screen and (min-width: 667px) {
  .yuugi-section .reward-detail h4 {
    font-size: 20px;
  }
}
.yuugi-section .yuugi-info {
  margin-top: 5vw;
  border: 1px solid #222;
  padding: 4vw;
}
@media screen and (min-width: 667px) {
  .yuugi-section .yuugi-info {
    max-width: 500px;
    margin: 20px auto 0 auto;
    padding: 20px;
  }
}
.yuugi-section .game-grid {
  max-width: 700px;
  margin: 3vw auto 0;
}
.yuugi-section .prizes-container {
  max-width: 700px;
  margin: 10vw auto 0;
  margin-top: 4em;
}
.yuugi-section .prize-ttl {
  font-size: 5vw;
  margin-bottom: 5px;
}
@media screen and (min-width: 667px) {
  .yuugi-section .prize-ttl {
    font-size: 20px;
  }
}
.yuugi-section .prize-ttl span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  font-size: 3.5vw;
  background: #833434;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 667px) {
  .yuugi-section .prize-ttl span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 17px;
  }
}
.yuugi-section .prize-ttl span.random {
  background: #406f72;
}

.goods-section .goods-grid {
  display: grid;
  margin-top: 5vw;
  gap: 4vw;
}
@media screen and (min-width: 667px) {
  .goods-section .goods-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}
.goods-section .goods-grid .goods-item {
  background: #a45b6f;
  padding: 4vw;
  color: #fff;
}
@media screen and (min-width: 667px) {
  .goods-section .goods-grid .goods-item {
    padding: 20px;
  }
}
.goods-section .goods-grid .goods-item h3 {
  margin: 4vw 0 1vw;
  font-size: 5vw;
  list-style: 1.2;
}
@media screen and (min-width: 667px) {
  .goods-section .goods-grid .goods-item h3 {
    font-size: 19px;
    margin: 20px 0 15px;
  }
}
.goods-section .goods-grid .goods-item .bodycopy_02 + .bodycopy_02 {
  margin-top: 5px;
}
.goods-section .goods-grid .goods-item .label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.goods-section .goods-grid .goods-item .after {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px;
  margin-top: 10px;
}
@media screen and (min-width: 667px) {
  .goods-section .goods-grid .goods-item .after {
    padding: 5px;
  }
}
.goods-section .online {
  background: #bf0000;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 667px) {
  .goods-section .online {
    padding: 30px;
    border-radius: 20px;
  }
}
.goods-section .online .read {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
}
.goods-section .online .read span {
  color: #ffcc00;
}
@media screen and (min-width: 667px) {
  .goods-section .online .read {
    font-size: 19px;
    line-height: 1.3;
  }
}
.goods-section .online .attention {
  background: #fff;
  padding: 5px;
  font-size: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 667px) {
  .goods-section .online .attention {
    padding: 15px;
  }
}
.goods-section .online .attention a {
  display: inline;
}
.goods-section .online .attention span {
  color: #bf0000;
}

.food-section .food-grid {
  display: grid;
  margin-top: 5vw;
  gap: 4vw;
}
@media screen and (min-width: 667px) {
  .food-section .food-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}
.food-section .food-grid .goods-item {
  background: #54a09c;
  padding: 4vw;
  color: #fff;
}
@media screen and (min-width: 667px) {
  .food-section .food-grid .goods-item {
    padding: 20px;
  }
}
.food-section .food-grid .goods-item h3 {
  margin: 4vw 0 1vw;
  font-size: 5vw;
  list-style: 1.2;
}
@media screen and (min-width: 667px) {
  .food-section .food-grid .goods-item h3 {
    font-size: 19px;
    margin: 20px 0 15px;
  }
}
.food-section .food-grid .goods-item .bodycopy_02 + .bodycopy_02 {
  margin-top: 5px;
}
.food-section .food-grid .goods-item .label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.food-section .food-grid .goods-item .after {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px;
  margin-top: 10px;
}
@media screen and (min-width: 667px) {
  .food-section .food-grid .goods-item .after {
    padding: 5px;
  }
}

.ticket-overview {
  width: 100%;
  max-width: 700px;
  margin: 5vw auto;
  border: 1px solid #222;
  padding: 4vw;
  font-size: 14px;
}
@media screen and (min-width: 667px) {
  .ticket-overview {
    margin: 40px auto;
    padding: 30px;
    font-size: 18px;
  }
}
.ticket-overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6vw;
}
@media screen and (min-width: 667px) {
  .ticket-overview dl {
    gap: 20px;
  }
}
.ticket-overview dl dt {
  text-align: center;
  padding: 5px;
  background: #f38604;
  font-weight: bold;
}
@media screen and (min-width: 667px) {
  .ticket-overview dl dt {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
}
.ticket-overview dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 667px) {
  .ticket-overview dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ticket-overview dl dd span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ticket-overview dl dd a {
  display: block;
  text-align: center;
  border: 1px solid #222;
  border-radius: 5px;
  padding: 2vw 0;
  width: 30vw;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.ticket-overview dl dd a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 667px) {
  .ticket-overview dl dd a {
    width: 150px;
    padding: 5px 0;
    font-size: 16px;
  }
}
.ticket-overview div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3vw;
}
@media screen and (min-width: 667px) {
  .ticket-overview div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}

#top .nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em auto 4em;
}
#top .nav-top li {
  width: 48%;
  margin: 1%;
}
@media screen and (min-width: 667px) {
  #top .nav-top li {
    width: 31.3%;
  }
}
#top h2.logo {
  max-width: 800px;
  margin: 1em auto 1em;
}
@media screen and (min-width: 667px) {
  #top h2.logo {
    margin: 2em auto 1em;
  }
}
#top .twitter {
  background: #000;
  margin-top: 20px;
}
@media screen and (min-width: 667px) {
  #top .twitter {
    margin-top: 50px;
  }
}
#top .twitter .inner {
  max-width: 840px;
  padding: 4em 20px;
}
#top .twitter .inner .read01 {
  margin: 0 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 6vw;
}
@media screen and (min-width: 667px) {
  #top .twitter .inner .read01 {
    margin: 0 0 15px;
    font-size: 34px;
  }
}

.btn01 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.btn01 a {
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #222;
  border-radius: 5px;
  padding: 4vw 0;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.btn01 a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 667px) {
  .btn01 a {
    padding: 10px 0;
    font-size: 16px;
  }
}

.btn02 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.btn02 a {
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #222;
  border-radius: 5px;
  padding: 3vw 0;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.btn02 a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 667px) {
  .btn02 a {
    padding: 10px 0;
    font-size: 16px;
  }
}

/* ノイズレイヤー */
.noise-bg {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200%;
  /* SVGでノイズを生成（baseFrequencyで粒の大きさを調整） */
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.08; /* 透明度でノイズの強さを調整（0.03〜0.08あたりがおすすめ） */
  pointer-events: none; /* クリックイベントを透過 */
  -webkit-animation: noise-animation 1s infinite steps(4);
          animation: noise-animation 1s infinite steps(4);
  z-index: -1;
}

/* コンテンツをノイズより上に配置 */
.content {
  position: relative;
  z-index: 2;
}

/* 高速で位置をずらすアニメーション */
@-webkit-keyframes noise-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  20% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  30% {
    -webkit-transform: translate(5%, -10%);
            transform: translate(5%, -10%);
  }
  40% {
    -webkit-transform: translate(-5%, 15%);
            transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  60% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  70% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  80% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
  90% {
    -webkit-transform: translate(10%, 5%);
            transform: translate(10%, 5%);
  }
  100% {
    -webkit-transform: translate(5%, 0);
            transform: translate(5%, 0);
  }
}
@keyframes noise-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  20% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  30% {
    -webkit-transform: translate(5%, -10%);
            transform: translate(5%, -10%);
  }
  40% {
    -webkit-transform: translate(-5%, 15%);
            transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  60% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  70% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  80% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
  90% {
    -webkit-transform: translate(10%, 5%);
            transform: translate(10%, 5%);
  }
  100% {
    -webkit-transform: translate(5%, 0);
            transform: translate(5%, 0);
  }
}
#horror-handprint-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.horror-handprint {
  position: absolute;
  mix-blend-mode: multiply;
  -webkit-animation: blood-smudge 12s forwards cubic-bezier(0.1, 0.8, 0.3, 1);
          animation: blood-smudge 12s forwards cubic-bezier(0.1, 0.8, 0.3, 1);
}
.horror-handprint img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-filter: brightness(0.9) contrast(1.2);
          filter: brightness(0.9) contrast(1.2);
}

.commonNav {
  background: #fff;
  top: 0;
  left: 0;
  position: sticky;
  z-index: 1000;
}
.commonNav .commonMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 667px) {
  .commonNav .commonMenu ul {
    padding: 20px;
  }
}
.commonNav .commonMenu ul li {
  margin: 0 0;
  width: 49%;
}
.commonNav .commonMenu ul li a {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
  color: #004EA2;
  border: 2px solid #004EA2;
  line-height: 1;
  font-size: 8vw;
  padding: 3px 10px 5px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 667px) {
  .commonNav .commonMenu ul li a {
    font-size: 50px;
  }
}

.section {
  padding: 4vw;
}
@media screen and (min-width: 667px) {
  .section {
    padding: 0;
  }
}
.section .container {
  padding: 4vw;
  background: rgba(255, 255, 255, 0.6705882353);
  border-top: 6px solid #833434;
  border-bottom: 6px solid #833434;
}
@media screen and (min-width: 667px) {
  .section .container {
    padding: 30px;
    padding-top: 20px;
  }
}
.section .container + .container {
  margin-top: 4vw;
}
@media screen and (min-width: 667px) {
  .section .container + .container {
    margin-top: 30px;
  }
}

.section + .section {
  margin-top: 5vw;
}
@media screen and (min-width: 667px) {
  .section + .section {
    margin-top: 60px;
  }
}

.frame_01 {
  margin-top: 5vw;
  border: 1px solid #222;
  padding: 4vw;
}
@media screen and (min-width: 667px) {
  .frame_01 {
    max-width: 500px;
    margin: 20px auto 0 auto;
    padding: 20px;
  }
}

.frame_02 {
  margin-top: 5vw;
  padding: 4vw;
  background: #dcdcdc;
}
@media screen and (min-width: 667px) {
  .frame_02 {
    max-width: 500px;
    margin: 20px auto 0 auto;
    padding: 20px;
  }
}

.glid01 {
  display: grid;
  gap: 4vw;
}
@media screen and (min-width: 667px) {
  .glid01 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row.row3-2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.row3-2col .item {
  width: 48%;
  margin: 7px 0;
}
@media screen and (min-width: 667px) {
  .row.row3-2col .item {
    width: 31%;
    margin: 15px 0;
  }
}
.row.row2-1col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.row2-1col .item {
  width: 100%;
  margin: 7px 0;
}
@media screen and (min-width: 667px) {
  .row.row2-1col .item {
    width: 45%;
    margin: 15px 0;
  }
  .row.row2-1col .item:last-child {
    width: 53%;
  }
}
.row.row4-2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.row4-2col .item {
  width: 48%;
  margin: 7px 0;
}
@media screen and (min-width: 667px) {
  .row.row4-2col .item {
    width: 24%;
    margin: 15px 0;
  }
}
.row.row2col_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 667px) {
  .row.row2col_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 667px) {
  .row.row2col_01 > .item {
    width: 82%;
  }
}
.row.row2col_01 > .item.pic {
  width: 20%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 667px) {
  .row.row2col_01 > .item.pic {
    width: 15%;
    margin-top: -100px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.row.row2col_02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 667px) {
  .row.row2col_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.row.row2col_02 > .item {
  width: 68%;
}
@media screen and (min-width: 667px) {
  .row.row2col_02 > .item {
    width: 77%;
  }
}
.row.row2col_02 > .item.pic {
  width: 30%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 667px) {
  .row.row2col_02 > .item.pic {
    width: 20%;
  }
}
.row.row2col_02 h5 {
  font-size: 1em;
}
.row.row2col_03 {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 667px) {
  .row.row2col_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.row.row2col_03 > .item {
  width: 100%;
}
@media screen and (min-width: 667px) {
  .row.row2col_03 > .item {
    width: 88%;
  }
}
.row.row2col_03 > .item.pic {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 667px) {
  .row.row2col_03 > .item.pic {
    width: 10%;
  }
}
.row.row2col_03 > .item p {
  font-size: 0.8em;
}
.row.row2col_03 > .item p.note {
  font-size: 10px;
}
@media screen and (min-width: 667px) {
  .row.row2col_03 > .item p.note {
    font-size: 12px;
  }
}
.row.row2col_03 > .item .ttl {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.row.row2col_03 > .item .ttl.blue {
  color: #6bc3cf;
}
.row.row2col_03 > .item .ttl.red {
  color: #ec6b74;
}
.row.row2col_03 > .item .ttl.green {
  color: #76a36e;
}
.row.row2col_04 {
  display: block;
}
@media screen and (min-width: 667px) {
  .row.row2col_04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.row.row2col_04 > .item {
  width: 100%;
}
@media screen and (min-width: 667px) {
  .row.row2col_04 > .item {
    width: 49%;
  }
}
.row.row2col_04 > .item:last-child {
  margin-top: 1em;
}
@media screen and (min-width: 667px) {
  .row.row2col_04 > .item:last-child {
    margin-top: 0;
  }
}

.map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.read_01 {
  text-align: center;
  font-size: 4.2vw;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 667px) {
  .read_01 {
    font-size: 26px;
  }
}

.read_02 {
  color: #000;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 667px) {
  .read_02 {
    font-size: 20px;
  }
}

.read_03 {
  color: #000;
  margin: 2em auto 0;
  font-weight: 700;
  font-size: 6vw;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 667px) {
  .read_03 {
    font-size: 30px;
  }
}

.h3Ttl_01 {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #833434;
  text-align: center;
  font-size: 5.6vw;
  margin: -4vw -4vw 4vw;
  padding: 3vw;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 667px) {
  .h3Ttl_01 {
    margin: -20px -30px 30px;
    font-size: 30px;
    padding: 20px;
  }
}

.h3Ttl_02 {
  background: url(../img/bg_ttl_01.gif) center center;
  background-size: 200%;
  color: #fff;
  text-align: center;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.2;
  color: #FFEC00;
  padding: 0.3em;
  border-radius: 5px;
  margin: -10px -20px 30px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
@media screen and (min-width: 667px) {
  .h3Ttl_02 {
    background-size: cover;
    font-size: 40px;
  }
}

.h3Ttl_03 {
  background: url(../img/bg_ttl_01.gif) center center;
  background-size: 200%;
  color: #fff;
  text-align: center;
  font-size: 7vw;
  font-weight: 900;
  line-height: 1;
  color: #FFEC00;
  padding: 0.3em;
  border-radius: 5px;
  margin: -10px -20px 30px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
@media screen and (min-width: 667px) {
  .h3Ttl_03 {
    background-size: cover;
    font-size: 60px;
  }
}

.h4Ttl_01 {
  font-size: 5.6vw;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 3vw;
  border-bottom: 2px dotted #222;
}
@media screen and (min-width: 667px) {
  .h4Ttl_01 {
    font-size: 26px;
    padding-bottom: 15px;
  }
}

.h4Ttl_02 {
  font-size: 5vw;
  margin-bottom: 5px;
}
@media screen and (min-width: 667px) {
  .h4Ttl_02 {
    font-size: 20px;
  }
}

.h5Ttl_01 {
  font-weight: normal;
  margin: 1.2em 0 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  font-size: 1em;
}

.bodycopy_01 {
  font-size: 1em;
}
@media screen and (min-width: 667px) {
  .bodycopy_01 {
    font-size: 17px;
  }
}

.bodycopy_02 {
  font-size: 0.9em;
}
@media screen and (min-width: 667px) {
  .bodycopy_02 {
    font-size: 15px;
  }
}

.bodycopy_03 {
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 667px) {
  .bodycopy_03 {
    font-size: 13px;
  }
}

.ta-c {
  text-align: center;
}

.ta-c_sp {
  text-align: center;
}
@media screen and (min-width: 667px) {
  .ta-c_sp {
    text-align: inherit;
  }
}

@media screen and (min-width: 667px) {
  .ta-c_pc {
    text-align: center;
  }
}

.imgWap_01 {
  margin: 2em 0;
}
.imgWap_01 img {
  width: 100%;
}

.imgWap_02 {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imgWap_02 img {
  width: 49%;
}

.imgWap_03 {
  margin: 2em 0 0;
}
.imgWap_03 img {
  width: 100%;
}

.imgWap_04 {
  margin: 0;
}
.imgWap_04 img {
  width: 100%;
}

.imgWap_05 {
  margin: 0;
}
.imgWap_05 img {
  max-width: 600px;
  margin: 0 auto;
}

#navi {
  background: #741328;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(81, 0, 0, 0.97);
          box-shadow: 0px 0px 6px 1px rgba(81, 0, 0, 0.97);
  padding: 4vw;
  width: 92vw;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  #navi {
    padding: 20px 20px 40px;
  }
}
#navi .inner {
  border-bottom: 2px solid #f6cd6b;
}
#navi .nav-wrap_01 {
  border-bottom: 4px solid #f6cd6b;
}
#navi .nav-wrap_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  container-type: inline-size;
  gap: 2vw 0;
  padding: 5vw 0;
}
@media screen and (min-width: 667px) {
  #navi .nav-wrap_01 ul {
    padding: 20px 0;
    gap: 6px;
  }
}
#navi .nav-wrap_01 ul li {
  width: 49cqw;
}
@media screen and (min-width: 667px) {
  #navi .nav-wrap_01 ul li {
    width: 24.2cqw;
  }
}
#navi .nav-wrap_02 {
  border-top: 2px solid #f6cd6b;
  border-bottom: 4px solid #f6cd6b;
  margin: 2vw 0;
  padding-bottom: 3vw;
}
@media screen and (min-width: 667px) {
  #navi .nav-wrap_02 {
    margin: 10px 0;
    padding-bottom: 30px;
  }
}
#navi .nav-wrap_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  container-type: inline-size;
  gap: 2vw 0;
  padding: 5vw 0 3vw;
}
@media screen and (min-width: 667px) {
  #navi .nav-wrap_02 ul {
    padding: 20px 0;
    gap: 0.6cqw 0;
  }
}
#navi .nav-wrap_02 ul li {
  width: 49cqw;
}
@media screen and (min-width: 667px) {
  #navi .nav-wrap_02 ul li {
    width: 32.5cqw;
  }
}
#navi .h2Ttl_01 {
  max-width: 500px;
  margin: 5vw auto 2vw;
}
@media screen and (min-width: 667px) {
  #navi .h2Ttl_01 {
    margin: 30px auto 10px;
  }
}
#navi .h2Ttl_02 {
  width: 50vw;
  max-width: 300px;
  margin: 5vw auto 2vw;
}
@media screen and (min-width: 667px) {
  #navi .h2Ttl_02 {
    margin: 30px auto 10px;
  }
}
#navi .text_01 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}

.tokuten_01 {
  width: 92vw;
  max-width: 920px;
  margin: 5vw auto;
}
@media screen and (min-width: 667px) {
  .tokuten_01 {
    margin: 30px auto;
  }
}

#plan {
  padding: 4vw 0;
  width: 92vw;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  #plan {
    padding: 20px 0;
  }
}
#plan h2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 2vw;
}
@media screen and (min-width: 667px) {
  #plan h2 {
    margin: 0 auto 10px;
  }
}
#plan .plan-list {
  padding: 0 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vw;
}
@media screen and (min-width: 667px) {
  #plan .plan-list {
    padding: 0 0 40px;
    gap: 30px;
  }
}
#plan .plan-entry {
  background: #741328;
  border-radius: 5px;
  padding: 5vw;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vw;
}
@media screen and (min-width: 667px) {
  #plan .plan-entry {
    padding: 30px;
    gap: 25px;
    font-size: 15px;
  }
}
#plan .plan-entry .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vw;
}
@media screen and (min-width: 667px) {
  #plan .plan-entry .detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
#plan .plan-entry .menu {
  border-bottom: 1px solid #fff;
  padding-bottom: 5vw;
}
@media screen and (min-width: 667px) {
  #plan .plan-entry .menu {
    padding-bottom: 15px;
  }
}
#plan .plan-entry .photo {
  padding: 0 5vw;
}
@media screen and (min-width: 667px) {
  #plan .plan-entry .photo {
    padding: 0 25px;
  }
}
#plan .plan-entry .btn {
  pointer-events: none;
  display: block;
}

#drinkmenu {
  max-width: 780px;
  margin: 0 auto;
}

#drink {
  width: 100%;
  padding: 4vw 1.1vw;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  #drink {
    padding: 20px 1.1vw 40px;
  }
}
#drink .inner {
  background: url(../img/bg_drink.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 5vw;
}
@media screen and (min-width: 667px) {
  #drink .inner {
    padding-bottom: 40px;
  }
}
#drink h2 {
  width: 85%;
  max-width: 900px;
  margin: 0 auto 2vw;
  padding-top: 5vw;
}
@media screen and (min-width: 667px) {
  #drink h2 {
    margin: 0 auto 10px;
    padding-top: 40px;
  }
}
#drink .photo {
  width: 85%;
  max-width: 760px;
  margin: 0 auto;
  padding: 5vw;
}
@media screen and (min-width: 667px) {
  #drink .photo {
    margin: 0 auto 10px;
    padding: 30px;
  }
}
#drink .tokuten {
  width: 85%;
  max-width: 900px;
  margin: 5vw auto;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(81, 0, 0, 0.97);
          box-shadow: 0px 0px 6px 1px rgba(81, 0, 0, 0.97);
}
@media screen and (min-width: 667px) {
  #drink .tokuten {
    margin: 20px auto;
  }
}

#chapel {
  padding: 2vw 0 6vw;
  width: 92vw;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  #chapel {
    padding: 20px 0 60px;
  }
}
#chapel .plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vw;
}
@media screen and (min-width: 667px) {
  #chapel .plan-list {
    gap: 30px;
  }
}
#chapel .plan-entry {
  background: #741328;
  border-radius: 5px;
  padding: 5vw 0;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vw;
}
@media screen and (min-width: 667px) {
  #chapel .plan-entry {
    padding: 25px 0;
    gap: 25px;
  }
}
#chapel .plan-entry h3 {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
}
#chapel .plan-entry .price img {
  margin: 0 auto;
  width: auto;
  height: 15vw;
}
@media screen and (min-width: 667px) {
  #chapel .plan-entry .price img {
    height: 130px;
  }
}
#chapel .plan-entry .photo, #chapel .plan-entry .note, #chapel .plan-entry .tokuten {
  padding: 0 5vw;
}
@media screen and (min-width: 667px) {
  #chapel .plan-entry .photo, #chapel .plan-entry .note, #chapel .plan-entry .tokuten {
    padding: 0 25px;
  }
}
#chapel .plan-entry .btn {
  pointer-events: none;
  display: block;
}

#drinkmenu {
  max-width: 780px;
  margin: 0 auto;
}

#goods {
  background: url(../img/bg_goods.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 5vw;
}
@media screen and (min-width: 667px) {
  #goods {
    padding-bottom: 30px;
  }
}
#goods h2 {
  max-width: 600px;
  margin: 0 auto;
  padding: 10vw 10vw 5vw;
}
@media screen and (min-width: 667px) {
  #goods h2 {
    padding: 60px 0 20px;
  }
}
#goods .read {
  width: 90vw;
  max-width: 900px;
  margin: 0 auto;
}
#goods .goods-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  container-type: inline-size;
}
@media screen and (min-width: 667px) {
  #goods .goods-list {
    padding: 0;
  }
}
#goods .goods-entry {
  width: 50cqw;
}
#goods ul.note {
  width: 94vw;
  max-width: 820px;
  margin: 0 auto;
  color: #000;
}
#goods .tokuten_01 {
  width: 94vw;
  max-width: 900px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0.97);
          box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0.97);
  margin-top: 7vw;
}
@media screen and (min-width: 667px) {
  #goods .tokuten_01 {
    margin-top: 40px;
  }
}
#goods .tokuten_02 {
  max-width: 760px;
  margin: 0 auto;
}
#goods .tokuten_02 h2 {
  padding: 5vw 5vw 2vw;
}
@media screen and (min-width: 667px) {
  #goods .tokuten_02 h2 {
    margin-top: 0;
    padding: 20px 0 10px;
  }
}
#goods .tokuten_02 .read {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  #goods .tokuten_02 .read {
    padding: 0 0 10px;
  }
}
#goods .tokuten_02 .pay {
  max-width: 600px;
  margin: 0 auto;
  padding: 2vw;
}
@media screen and (min-width: 667px) {
  #goods .tokuten_02 .pay {
    padding: 0;
  }
}
#goods .nfc h2 {
  padding: 5vw 2vw 2vw;
}
@media screen and (min-width: 667px) {
  #goods .nfc h2 {
    max-width: 686px;
    margin-top: 20px;
    padding: 20px 0 10px;
  }
}
#goods .nfc .notice {
  background-image: linear-gradient(2deg, #ffffff, #ffe9ee);
  -webkit-box-shadow: 0px 0px 6px 1px rgba(81, 0, 0, 0.97);
          box-shadow: 0px 0px 6px 1px rgba(81, 0, 0, 0.97);
  width: 92%;
  max-width: 600px;
  margin: 5vw auto 0;
  padding-bottom: 3vw;
}
@media screen and (min-width: 667px) {
  #goods .nfc .notice {
    margin: 40px auto 0;
    padding-bottom: 20px;
  }
}
#goods .nfc .notice h3 {
  position: relative;
  height: 40vw;
  width: 90vw;
}
@media screen and (min-width: 667px) {
  #goods .nfc .notice h3 {
    height: 160px;
    width: 583px;
  }
}
#goods .nfc .notice h3 picture {
  position: absolute;
  top: -5vw;
}
@media screen and (min-width: 667px) {
  #goods .nfc .notice h3 picture {
    top: -30px;
  }
}
#goods .nfc .notice .note {
  background-image: -webkit-gradient(linear, left top, right top, from(#751838), color-stop(50%, #c63640), to(#751838));
  background-image: linear-gradient(90deg, #751838, #c63640 50%, #751838);
  margin: 3vw 3vw 0;
  width: 86vw;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2vw;
}
@media screen and (min-width: 667px) {
  #goods .nfc .notice .note {
    width: auto;
    margin: 20px 20px 0;
    padding: 10px;
  }
}
#goods .nfc .notice .note a {
  color: #fff;
}

#location h2 {
  max-width: 760px;
  margin: 0 auto;
  padding: 10vw 10vw 5vw;
}
@media screen and (min-width: 667px) {
  #location h2 {
    padding: 60px 0 20px;
  }
}
#location .location-list {
  max-width: 760px;
  width: 92vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vw;
  margin-top: 5vw;
}
@media screen and (min-width: 667px) {
  #location .location-list {
    margin-top: 20px;
    gap: 30px;
  }
}
#location .location-entry {
  background: #fff;
  border-radius: 5px;
  padding: 5vw 3vw;
  max-width: 760px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(81, 0, 0, 0.97);
          box-shadow: 0px 0px 6px 1px rgba(81, 0, 0, 0.97);
}
@media screen and (min-width: 667px) {
  #location .location-entry {
    padding: 25px;
  }
}
#location .location-entry h3 {
  width: 90%;
  max-width: 560px;
  margin: 0 auto 3vw;
}
@media screen and (min-width: 667px) {
  #location .location-entry h3 {
    margin-bottom: 20px;
  }
}
#location .location-entry .reservation p {
  max-width: 360px;
  width: 80%;
  margin: 2vw auto;
}
@media screen and (min-width: 667px) {
  #location .location-entry .reservation p {
    margin: 10px auto;
  }
}
#location .location-entry .reservation .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2vw;
}
@media screen and (min-width: 667px) {
  #location .location-entry .reservation .btn {
    margin-top: 0;
    gap: 7px;
  }
}
#location .location-entry .reservation .btn a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffe9ee));
  background-image: linear-gradient(180deg, #ffffff, #ffe9ee);
  display: block;
  border: 1px solid #751838;
  border-radius: 3px;
  color: #751838;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  min-width: 33vw;
  padding: 1vw;
}
@media screen and (min-width: 667px) {
  #location .location-entry .reservation .btn a {
    padding: 5px;
    min-width: 130px;
  }
}
@media screen and (min-width: 667px) {
  #location .location-entry .reservation .btn.col-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 440px;
    margin: 0 auto;
  }
}
#location .location-entry .text_01 {
  color: #551127;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
}
@media screen and (min-width: 667px) {
  #location .location-entry .text_01 {
    font-size: 20px;
  }
}
#location .location-entry .text_02 {
  color: #551127;
  text-align: center;
  font-size: 3vw;
  margin-bottom: 3vw;
}
@media screen and (min-width: 667px) {
  #location .location-entry .text_02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#location .location-entry .text_02 a {
  color: #551127;
  display: block;
}
#location .location-entry .detail {
  margin-top: 6vw;
}
@media screen and (min-width: 667px) {
  #location .location-entry .detail {
    margin-top: 40px;
  }
}
#location .note {
  background: #741328;
  margin: 20px 1.1vw 0;
}
@media screen and (min-width: 667px) {
  #location .note {
    margin-top: 60px;
  }
}
#location .note ul {
  max-width: 800px;
  margin: 0 auto;
  padding: 3vw 3vw 6vw;
}
@media screen and (min-width: 667px) {
  #location .note ul {
    padding: 30px 20px 60px;
  }
}

#qa h2 {
  max-width: 760px;
  margin: 0 auto;
  padding: 10vw 10vw 5vw;
}
@media screen and (min-width: 667px) {
  #qa h2 {
    padding: 60px 0 20px;
  }
}
#qa .qa-list {
  max-width: 760px;
  width: 86vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vw;
  margin-top: 5vw;
}
@media screen and (min-width: 667px) {
  #qa .qa-list {
    margin-top: 20px;
    gap: 30px;
  }
}
#qa .faq-container {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(81, 0, 0, 0.97);
          box-shadow: 0px 0px 6px 1px rgba(81, 0, 0, 0.97);
  overflow: hidden;
}
#qa .faq-header {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#751838), to(#862343));
  background-image: linear-gradient(0deg, #751838, #862343);
  color: #ffffff;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4vw;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #751838;
}
@media screen and (min-width: 667px) {
  #qa .faq-header {
    font-size: 1.5rem;
  }
}
#qa .toggle-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
#qa .toggle-icon::before,
#qa .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
}
#qa .toggle-icon::before {
  top: 11px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#qa .toggle-icon::after {
  top: 0;
  left: 11px;
  width: 2px;
  height: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#qa .faq-header.is-open .toggle-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
#qa .faq-header.is-open .toggle-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#qa .faq-body {
  display: none;
  overflow: hidden;
}
#qa .faq-list {
  list-style: none;
}
#qa .faq-item {
  padding: 20px 16px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
}
#qa .faq-item:nth-child(odd) {
  background-color: #f6eff1;
}
#qa .faq-item:nth-child(even) {
  background-color: #ffffff;
}
#qa .faq-item:last-child {
  border-bottom: none;
}
#qa .faq-question {
  color: #751838;
  font-weight: bold;
  font-size: 3.2vw;
  margin-bottom: 6px;
}
@media screen and (min-width: 667px) {
  #qa .faq-question {
    font-size: 0.95rem;
  }
}
#qa .faq-answer {
  color: #751838;
  font-weight: bold;
  font-size: 2.7vw;
}
@media screen and (min-width: 667px) {
  #qa .faq-answer {
    font-size: 0.85rem;
  }
}
#qa .faq-answer span {
  display: block;
}

.footer {
  background: #fff;
  margin: 20px 1.1vw 0;
  padding: 7vw;
}
@media screen and (min-width: 667px) {
  .footer {
    padding: 40px;
  }
}
.footer img {
  max-width: 600px;
  margin: 0 auto;
}
.footer .copy {
  text-align: center;
  font-size: 11px;
  color: #000;
  margin-top: 30px;
}