@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
:root {
  --header-h: 80px;
}

/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::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
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* 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;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

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 */
}

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

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

/* 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: none;
  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 */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* 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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background: -webkit-gradient(linear, left top, right top, from(#f5b314), color-stop(50%, #6ec6da), to(#2742c7));
  background: -webkit-linear-gradient(left, #f5b314 0%, #6ec6da 50%, #2742c7 100%);
  background: linear-gradient(90deg, #f5b314 0%, #6ec6da 50%, #2742c7 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #fff;
}

a {
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

a img {
  border: 0;
}

a[href^="tel:"] {
  color: #fff;
  margin-right: 5px;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
    text-decoration: none;
  }
}

figure {
  margin: 0 auto;
  display: table;
}
figure.fig-center {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  figure.fig-center {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  figure.fig-center {
    margin-bottom: 20px;
  }
}

.on__pc {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .on__pc {
    display: none;
  }
}
.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .on__sp {
    display: block;
  }
}
.on__pc-mb {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .on__pc-mb {
    display: none;
  }
}
.on__mb-pc {
  display: none;
}
@media screen and (max-width: 780px) {
  .on__mb-pc {
    display: block;
  }
}

.br--pc {
  display: none;
}
@media screen and (max-width: 960px) {
  .br--pc {
    display: block;
  }
}
.br--mb {
  display: none;
}
@media screen and (max-width: 780px) {
  .br--mb {
    display: block;
  }
}
.br--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .br--sp {
    display: block;
  }
}
.br--tiny {
  display: none;
}
@media screen and (max-width: 370px) {
  .br--tiny {
    display: block;
  }
}
.br--mini {
  display: none;
}
@media screen and (max-width: 320px) {
  .br--mini {
    display: block;
  }
}

.btn {
  text-align: center;
  padding: 0 20px;
}
.btn a, .btn button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  background: #fff;
  color: #128fee;
  border-radius: 9999px;
  padding: 5px 10px;
  min-width: 280px;
  cursor: pointer;
}
@media screen and (max-width: 320px) {
  .btn a, .btn button {
    min-width: 250px;
  }
}
.btn a:hover, .btn button:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 780px) {
  .col02 {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.col02 figure,
.col02 .figure,
.col02 .txt {
  display: block;
  margin: 0;
}
.col02 figure img,
.col02 .figure img,
.col02 .txt img {
  width: 100%;
  height: auto;
}
.col02 .figure figure {
  width: 100%;
  margin-bottom: 30px;
}

#wrapper #main .modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
#wrapper #main .modal .modal__inner {
  max-height: 85vh;
  overflow-y: scroll;
  max-width: 500px;
  background: none;
  text-align: center;
  padding: 0;
}
#wrapper #main .modal .modal__inner .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 10;
}
#wrapper #main .modal .modal__inner .icon li {
  margin-left: 10px;
}
#wrapper #main .modal .modal__inner .icon li .close {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(140, 180, 124, 0.3)) drop-shadow(4px 4px 7px rgba(140, 180, 124, 0.5));
          filter: drop-shadow(2px 2px 2px rgba(140, 180, 124, 0.3)) drop-shadow(4px 4px 7px rgba(140, 180, 124, 0.5));
}

/* fadeIn */
.js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.js-fade.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#wrapper #header {
  width: 100%;
  padding: 20px 50px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: -webkit-gradient(linear, left top, right top, from(#f5b314), color-stop(50%, #6ec6da), to(#2742c7));
  background: -webkit-linear-gradient(left, #f5b314 0%, #6ec6da 50%, #2742c7 100%);
  background: linear-gradient(90deg, #f5b314 0%, #6ec6da 50%, #2742c7 100%);
}
@media screen and (max-width: 780px) {
  #wrapper #header {
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #header {
    padding: 10px 20px;
  }
}
#wrapper #header nav {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 640px) {
  #wrapper #header nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#wrapper #header nav .logo {
  max-width: 165px;
  width: 40%;
  height: 50px;
}
@media screen and (max-width: 640px) {
  #wrapper #header nav .logo {
    margin: 0 auto;
  }
}
#wrapper #header nav .logo img {
  width: 100%;
  height: 100%;
}
#wrapper #header nav .nav__list {
  display: none;
}
#wrapper #header nav #nav__toggle {
  width: 24px;
  height: 18px;
  cursor: pointer;
  z-index: 101;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#wrapper #header nav #nav__toggle div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
}
#wrapper #header nav #nav__toggle span {
  position: absolute;
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 9999px;
  width: 24px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#wrapper #header nav #nav__toggle span:nth-child(1) {
  top: 0px;
}
#wrapper #header nav #nav__toggle span:nth-child(2) {
  top: 5px;
}
#wrapper #header nav #nav__toggle span:nth-child(3) {
  top: 10px;
}
@media screen and (max-width: 640px) {
  #wrapper #header nav #nav__toggle span {
    width: 30px;
  }
}
#wrapper #header.open {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  background: -webkit-gradient(linear, left top, right top, from(#f5b314), color-stop(50%, #6ec6da), to(#2742c7));
  background: -webkit-linear-gradient(left, #f5b314 0%, #6ec6da 50%, #2742c7 100%);
  background: linear-gradient(90deg, #f5b314 0%, #6ec6da 50%, #2742c7 100%);
  z-index: 1000;
  margin: 0;
  overflow-y: scroll;
}
#wrapper #header.open nav {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}
#wrapper #header.open nav .nav__list {
  display: inline-block;
  padding: 50px 0;
  margin: 0 auto;
  text-align: left;
}
#wrapper #header.open nav .nav__list li a {
  font-size: 26px;
  padding: 0 0 0 20px;
  border-left: 1px solid #fff;
  margin-bottom: 30px;
  display: block;
  position: relative;
  color: #fff;
}
#wrapper #header.open nav #nav__toggle {
  display: block;
  top: 10px;
  bottom: auto;
}
#wrapper #header.open nav #nav__toggle span {
  background: #fff;
}
#wrapper #header.open nav #nav__toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#wrapper #header.open nav #nav__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#wrapper #header.open nav #nav__toggle span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 10px;
}

#wrapper {
  overflow: hidden;
}
#wrapper #main {
  position: relative;
}
#wrapper #main .mv__block {
  background: url(../img/bg_mv.png) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  padding: 90px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #wrapper #main .mv__block {
    background: url(../img/bg_mv_sp.png) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
  }
}
#wrapper #main .mv__block .inner {
  max-width: none;
}
@media screen and (max-width: 640px) {
  #wrapper #main .mv__block .inner {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#wrapper #main .inner {
  max-width: 950px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #wrapper #main .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .inner {
    padding: 0 20px;
  }
}
#wrapper #main .inner-m {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #wrapper #main .inner-m {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .inner-m {
    padding: 0 30px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .inner-m {
    padding: 0 20px;
  }
}
#wrapper #main .inner-s {
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #wrapper #main .inner-s {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .inner-s {
    padding: 0 30px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .inner-s {
    padding: 0 20px;
  }
}
#wrapper #main section {
  padding: 110px 0 130px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section {
    padding: 60px 0;
  }
}
#wrapper #main section.deco {
  position: relative;
}
#wrapper #main section.deco::before, #wrapper #main section.deco::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.deco::before, #wrapper #main section.deco::after {
    content: none;
  }
}
#wrapper #main section.deco::before {
  background: url(../img/deco01.png) no-repeat;
  background-size: contain;
  width: 628px;
  height: 450px;
  top: 0;
  left: -10%;
}
#wrapper #main section.deco::after {
  background: url(../img/deco02.png) no-repeat;
  background-size: contain;
  width: 587px;
  height: 370px;
  bottom: 0;
  right: -10%;
}
#wrapper #main section h2 {
  font-size: 46px;
  line-height: 1;
  font-family: "Cinzel", serif;
  font-weight: 700;
  text-align: center;
  display: block;
}
#wrapper #main section h3 {
  font-weight: 700;
  line-height: 1.3;
}
#wrapper #main section h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  #wrapper #main section h4 {
    font-size: 19px;
  }
}
#wrapper #main section h4 + p,
#wrapper #main section p + p {
  margin-top: 1rem;
}
#wrapper #main section p + h4 {
  margin-top: 2rem;
}
#wrapper #main section.message__block {
  text-align: center;
}
#wrapper #main section.message__block h2 {
  margin-bottom: 110px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.message__block h2 {
    margin-bottom: 50px;
  }
}
#wrapper #main section.message__block h3 {
  font-size: 22px;
  color: #ffff46;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.message__block h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section.message__block h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section.message__block .message .txt {
    margin-bottom: 30px;
  }
}
#wrapper #main section.about__block {
  background: url(../img/bg_about.png) no-repeat center bottom;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.about__block {
    background: url(../img/bg_about_sp.png) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
  }
}
#wrapper #main section.about__block h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.about__block h2 {
    margin-bottom: 30px;
  }
}
#wrapper #main section.about__block .about__cont {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  padding: 50px 40px;
  color: #002f9c;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.about__block .about__cont {
    padding: 20px 30px;
  }
}
#wrapper #main section.about__block table {
  width: 100%;
}
#wrapper #main section.about__block table th, #wrapper #main section.about__block table td {
  padding: 5px 0;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.about__block table th, #wrapper #main section.about__block table td {
    padding: 0;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section.about__block table th {
    padding-top: 10px;
  }
}
#wrapper #main section.about__block table td {
  border-left: 1px solid #002f9c;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.about__block table td {
    border: none;
    padding: 0 0 10px;
    border-bottom: 1px solid #002f9c;
  }
}
#wrapper #main section.news__block {
  background: #12b4ee;
}
#wrapper #main section.news__block h2 {
  margin-bottom: 75px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.news__block h2 {
    margin-bottom: 30px;
  }
}
#wrapper #main section.news__block dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.news__block dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
#wrapper #main section.news__block dl.is-hidden {
  display: none;
}
#wrapper #main section.news__block dl dt {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.news__block dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #wrapper #main section.news__block dl dt img {
    width: 100%;
  }
}
#wrapper #main section.news__block dl dd {
  width: calc(100% - 220px);
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.news__block dl dd {
    width: 100%;
    border: none;
    padding: 0 0 20px;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
}
#wrapper #main section.news__block dl dd p + p {
  margin-top: 5px;
}
#wrapper #main section.news__block dl dd span {
  font-size: 18px;
  font-weight: 700;
}
#wrapper #main section.news__block dl dd a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
#wrapper #main section.artist__block h2 {
  margin-bottom: 95px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.artist__block h2 {
    margin-bottom: 50px;
  }
}
#wrapper #main section.artist__block .artist-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
}
#wrapper #main section.artist__block figure {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 780px) {
  #wrapper #main section.artist__block figure {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section.artist__block figure {
    width: 100%;
  }
  #wrapper #main section.artist__block figure:last-child {
    margin-bottom: 0;
  }
}
#wrapper #main section.artist__block figure img {
  width: 100%;
}
#wrapper #main section.artist__block figure figcaption {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0 0;
}
#wrapper #main section.timetable__block {
  background: #12b4ee;
}
#wrapper #main section.timetable__block h2 {
  margin-bottom: 75px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.timetable__block h2 {
    margin-bottom: 30px;
  }
}
#wrapper #main section.ticket__block {
  background: #ffe8a4;
  color: #002f9c;
}
#wrapper #main section.ticket__block h2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.ticket__block h2 {
    margin-bottom: 50px;
  }
}
#wrapper #main section.ticket__block .ticket__list {
  border-bottom: 1px solid #002f9c;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.ticket__block .ticket__list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#wrapper #main section.ticket__block .ticket__list li {
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}
#wrapper #main section.ticket__block .ticket__list li:last-child {
  margin-bottom: 0;
}
#wrapper #main section.ticket__block .ticket__list li.soldout::after {
  content: "";
  background: url(../img/soldout.png) no-repeat center center/contain;
  width: 153px;
  height: 49px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.ticket__block .ticket__list li {
    text-align: center;
    margin-bottom: 30px;
  }
}
#wrapper #main section.ticket__block .ticket__list li span {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  #wrapper #main section.ticket__block .ticket__list li span {
    font-size: 23px;
  }
}
@media screen and (max-width: 320px) {
  #wrapper #main section.ticket__block .ticket__list li span {
    font-size: 18px;
  }
}
#wrapper #main section.ticket__block .ticket__list li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  #wrapper #main section.ticket__block .ticket__list li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
#wrapper #main section.ticket__block .ticket__list li dl dt {
  font-size: 26px;
  font-weight: 700;
}
#wrapper #main section.ticket__block .ticket__list li dl dt.vip::before {
  content: "●";
  margin: 0 5px 0 15px;
}
#wrapper #main section.ticket__block .ticket__list li dl dd {
  font-size: 16px;
}
#wrapper #main section.ticket__block .ticket__list li dl dd span {
  font-size: 24px;
  font-weight: 700;
  padding: 0 5px 0 10px;
}
#wrapper #main section.ticket__block .advance-reception {
  background: #002f9c;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 375px) {
  #wrapper #main section.ticket__block .advance-reception {
    margin-bottom: 30px;
  }
}
#wrapper #main section.ticket__block .advance-reception a:hover {
  opacity: 0.75;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#wrapper #main section.ticket__block .advance-reception .ticket__inner02 {
  color: #fff;
  padding: 20px 30px 30px;
  display: block;
}
@media screen and (max-width: 375px) {
  #wrapper #main section.ticket__block .advance-reception .ticket__inner02 {
    padding: 20px 20px 30px;
  }
}
#wrapper #main section.ticket__block .advance-reception h3 {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.ticket__block .advance-reception h3 {
    font-size: 30px;
  }
}
#wrapper #main section.ticket__block .advance-reception p {
  margin-bottom: 10px;
}
#wrapper #main section.ticket__block .advance-reception .period {
  background: #fff;
  border-radius: 999px;
  color: #002f9c;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.ticket__block .advance-reception .period {
    border-radius: 30px;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #main section.ticket__block .advance-reception .period {
    border-radius: 20px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  #wrapper #main section.ticket__block .advance-reception .period {
    font-size: 18px;
  }
}
#wrapper #main section.ticket__block .ticket__bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.ticket__block .ticket__bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #main section.ticket__block .ticket__bnr li {
  width: 33.3333333333%;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.ticket__block .ticket__bnr li {
    width: 100%;
  }
}
#wrapper #main section.ticket__block .note-panel {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 375px) {
  #wrapper #main section.ticket__block .note-panel {
    border-radius: 20px;
    padding: 20px;
  }
}
#wrapper #main section.ticket__block .note-panel p {
  margin-bottom: 0;
}
#wrapper #main section.ticket__block .note-panel-vip {
  background: #ffffd2;
  color: #7d4344;
}
#wrapper #main section.ticket__block .note-panel-vip h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}
#wrapper #main section.ticket__block .note-panel-vip h3::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #7d4344;
}
#wrapper #main section.ticket__block .note-panel-vip h4 {
  background: #bc6e25;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  margin: 30px 0 20px;
}
#wrapper #main section.ticket__block .note-panel-vip .vip-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section.ticket__block .note-panel-vip .vip-pack {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#wrapper #main section.ticket__block .note-panel-vip .vip-pack li {
  margin: 0;
  text-indent: 0;
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 640px) {
  #wrapper #main section.ticket__block .note-panel-vip .vip-pack li {
    width: 100%;
  }
}
#wrapper #main section.access__block h2 {
  margin-bottom: 45px;
}
#wrapper #main section.access__block .map {
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#wrapper #main section.access__block .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  #wrapper #main section.access__block .way {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #wrapper #main section.access__block .way .col {
    margin-bottom: 20px;
  }
  #wrapper #main section.access__block .way .col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main section.access__block .park {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #wrapper #main section.access__block .park figure {
    margin-bottom: 20px;
  }
  #wrapper #main section.access__block .park figure:last-child {
    margin-bottom: 0;
  }
}
#wrapper #main section.access__block .address span {
  font-size: 16px;
  font-weight: 700;
}
#wrapper #main section.access__block .address {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
#wrapper #main section.access__block .tottei {
  border-top: 1px solid #fff;
  padding: 30px 0 0;
  text-align: center;
}
#wrapper #main section.access__block .btn {
  margin: 30px 0;
}
#wrapper #footer {
  background: #fff;
  text-align: center;
}
#wrapper #footer .inner {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
#wrapper #footer .bnr__list {
  padding: 30px 0;
  width: 30%;
  margin: 0 auto;
}
#wrapper #footer .bnr__list li {
  border: 1px solid #666;
  padding: 5px;
}
#wrapper #footer .copy {
  background: -webkit-gradient(linear, left top, right top, from(#f47d00), to(#002bc8));
  background: -webkit-linear-gradient(left, #f47d00 0%, #002bc8 100%);
  background: linear-gradient(90deg, #f47d00 0%, #002bc8 100%);
  padding: 30px 0;
}
#wrapper #footer .copy .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #footer .copy .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }
}
#wrapper #footer .copy p {
  color: #fff;
}
#wrapper #footer .copy .sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#wrapper #footer .copy .sns__list li {
  width: 45px;
}/*# sourceMappingURL=style.css.map */