@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Squada+One&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
## COLOR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## MEDIA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## RATIO
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## EXTRA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## VARS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## J-WAVE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## BG SLIDER
--------------------------------------------------------------*/
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}
/*--------------------------------------------------------------
## ETC
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## ANIMATION
--------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes highlight {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.25;
  }
}
/*--------------------------------------------------------------
## GRID / FLEXBOX
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## FLEXBOX
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## WEBFONT LINE HEIGHT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## ARROW ICON
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## WEB FONTS
--------------------------------------------------------------*/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: -0.125em;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #000; /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: bottom;
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
## lists
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## lists STYLE OFF
--------------------------------------------------------------*/
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
## links
--------------------------------------------------------------*/
a {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover, a:focus, a:active {
  color: #51a9ae;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## typography
--------------------------------------------------------------*/
p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #262626;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #262626;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
button {
  background-color: transparent;
  border: none;
  border-style: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

.small {
  font-size: 0.75em;
}

.x-small {
  font-size: 0.5em;
}

.large {
  font-size: 1.125em;
}

.x-large {
  font-size: 1.5em;
}

html body {
  background-color: #000;
  position: relative;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  word-break: break-all;
}
html body .spbr {
  display: none;
}
@media (max-width: 60em) {
  html body {
    font-size: 1.667vw;
  }
}
@media (max-width: 40em) {
  html body {
    font-size: 4vw;
  }
  html body .spbr {
    display: block;
  }
  html body .pcbr {
    display: none;
  }
}
html body.is-noscroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
## LAYOUT
--------------------------------------------------------------*/
.container {
  position: relative;
  min-height: 100vh;
  margin: auto;
  overflow-x: hidden;
}
.content {
  position: relative;
}
/*--------------------------------------------------------------
## TOP HEADER
--------------------------------------------------------------*/
.top-header {
  background: #333;
  position: relative;
  width: 100%;
  height: 100svh;
  max-height: calc(100svh - 88px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header__wrapper {
  width: 100%;
  max-width: calc((100svh - 88px - 2em) / 3 * 5);
  height: 100%;
  max-height: calc(100svh - 88px - 2em);
  aspect-ratio: 5/3;
  padding: 0 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  animation: fadeIn 2s ease 0.25s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.top-header__title {
  width: 100%;
  margin: 1.25em auto 2em;
  font-size: 1em;
}
.top-header__title img {
  width: 100%;
  width: 100%;
  object-fit: fill;
}
.top-header__info {
  font-size: 1em;
}
.top-header .youtube-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.top-header .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.top-header::after {
  background-image: url("../img/overlay_b.png");
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-header .titlesponsor,
.top-header .datetime {
  width: 100%;
  font-family: "Squada One", sans-serif;
  color: #fff;
  text-align: center;
}
.top-header .titlesponsor img,
.top-header .datetime img {
  width: 100%;
}
@media (max-width: 40em) {
  .top-header {
    margin-top: 0;
    height: 100svh;
    max-height: auto;
    max-height: initial;
    min-height: auto;
    min-height: initial;
  }
  .top-header__wrapper {
    width: 100%;
    padding: 0 15px;
    aspect-ratio: auto;
    justify-content: center;
    max-height: auto;
    max-height: initial;
    min-height: auto;
    min-height: initial;
  }
  .top-header__title {
    margin: 30px auto;
    padding: 0;
  }
  .top-header .titlesponsor,
  .top-header .datetime {
    width: 80vw;
  }
  .top-header .titlesponsor img,
  .top-header .datetime img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## PAGE HEADER
--------------------------------------------------------------*/
.page-header {
  background-image: url(../img/header_mov_poster.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 20em;
  text-align: center;
}
.page-header::after {
  background-image: url("../img/overlay_b.png");
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-header__wrapper {
  position: relative;
  height: 100%;
  z-index: 2;
}
.page-header__logo {
  height: 100%;
  padding: 2em 0;
}
.page-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 40em) {
  .page-header {
    height: 45vw;
  }
  .page-header__logo {
    padding: 15px 0;
  }
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 2;
  padding-top: 2.5em;
}
.footer__jwave {
  position: relative;
  height: 8em;
  margin: auto;
  padding: 40px;
  display: flex;
  align-items: center;
  align-items: flex-end;
  justify-content: center;
}
.footer__jwave .wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  max-width: calc(1440px + 80px);
}
.footer__jwave .copyright {
  float: right;
  line-height: 1em;
  text-align: right;
  font-size: 0.75em;
  font-weight: bold;
  white-space: nowrap;
}
.footer__jwave .copyright img {
  margin-right: 4px;
  margin-bottom: 8px;
}
.footer .btn_pagetop {
  display: block;
  width: 60px;
  height: 0;
  padding-top: 60px;
  position: absolute;
  top: -70px;
  right: -20px;
  overflow: hidden;
  border-style: none;
  outline: none;
  z-index: 1;
}
.footer .btn_pagetop:before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
}
.footer #jme {
  margin-top: 3.75em;
}
@media (max-width: 64em) {
  .footer__jwave {
    padding: 40px;
  }
}
@media (max-width: 40em) {
  .footer__jwave {
    padding: 20px;
    height: auto;
    display: flex;
    align-items: flex-end;
  }
  .footer__title {
    margin: 2.5em 0;
  }
  .footer__title .title {
    max-width: 50vw;
  }
  .footer .btn_pagetop {
    right: -20px;
  }
}

/*--------------------------------------------------------------
## PANE & UNIT
--------------------------------------------------------------*/
.pane {
  position: relative;
  padding: 3.75em 2.5em;
}
.pane__head {
  text-align: center;
}
.pane__head .title {
  display: inline-block;
  margin: 0;
  font-family: "Squada One", sans-serif;
  font-size: 4em;
  text-align: center;
  font-weight: normal;
  line-height: 0.8;
  -webkit-text-stroke: 2px #fff;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.75) 10%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 40em) {
  .pane {
    padding: 30px 15px;
  }
}

.unit {
  position: relative;
}
.unit + .unit {
  margin-top: 2.5em;
}
.unit__head .title {
  margin: 0;
  font-family: "Squada One", sans-serif;
  font-size: 4em;
  text-align: center;
  font-weight: normal;
  line-height: 1;
}
.view__body {
  width: 100%;
  max-width: 60em;
  margin: 2.5em auto 0;
}

.u-text {
  background: #e5e5e5;
  width: 100%;
  max-width: 60em;
  margin: auto;
  padding: 2.5em 6.25em 2.5em;
  font-weight: bold;
}
.u-text__inner {
  margin-top: -1em;
}
@media (max-width: 40em) {
  .u-text {
    padding: 1px 15px 15px;
  }
  .u-text__inner {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
## ENTRY
--------------------------------------------------------------*/
.entry {
  position: relative;
}
.entry .entry-photo {
  display: flex;
}
.entry .entry-photo > *:not(:first-child) {
  margin-left: 1.25em;
}
.entry .entry-photo.is-wide {
  margin-left: -5em;
  margin-right: -5em;
}
.entry .entry-photo.is-narrow {
  margin-left: 5em;
  margin-right: 5em;
}
.entry .entry-photo.is-small {
  margin-left: 10em;
  margin-right: 10em;
}
.entry .entry-photo figure {
  width: 100%;
  margin: 0;
}
.entry .entry-photo figure img {
  width: 100%;
}
@media (max-width: 40em) {
  .entry .entry-photo {
    display: block;
  }
  .entry .entry-photo > * {
    margin: 0;
  }
  .entry .entry-photo > *:not(:first-child) {
    margin: 15px 0 0;
  }
  .entry .entry-photo.is-wide, .entry .entry-photo.is-narrow, .entry .entry-photo.is-small {
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
## ETC
--------------------------------------------------------------*/
.small-block {
  display: inline-block;
  font-size: 0.8em;
}

.text-headline {
  position: relative;
  margin: 0;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  line-height: 1.5;
}
.text-headline.is-tri {
  position: relative;
}
.text-headline.is-tri:before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 0.35em 0.35em 0 0.35em;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0em);
  display: block;
  content: "";
}

.word-headline {
  margin: -1em 0 1em;
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  font-weight: bold;
}
.word-headline.is-symbol {
  background: url(../img/it-symbol-b.svg);
  background-size: 3.5em 3.5em;
  background-position: center center;
  background-repeat: no-repeat;
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-headline {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 2em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125em;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

.large-text-headline {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
}

.waku {
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 0.25em;
  padding: 0.125em 0.5em;
  line-height: 1.5;
}

.centerbox {
  margin: 2.5em 0 0;
  text-align: center;
}

.oneliner {
  margin-top: 1em;
  text-align: center;
  line-height: 1;
}
.oneliner_en {
  font-family: "Squada One", sans-serif;
  font-weight: bold;
  font-size: 2.5em;
}
.oneliner_ja {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2em;
  line-height: 1.5;
}
.is-center {
  text-align: center !important;
}

.nobreak {
  display: inline-block;
}

.is-comingsoon {
  opacity: 0.25;
}

.large-text {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.text-margin {
  margin-top: 1em !important;
}

.unit-margin {
  margin-top: 2.5em !important;
}

.pane-margin {
  margin-top: 3.75em !important;
}

.is-bold {
  font-weight: bold;
}

.is-normal {
  font-weight: normal;
}

span.is-small,
p.is-small {
  font-size: 0.75em;
}

.qr-selector .for-pc {
  margin: 0 0 2em;
  text-align: center;
}
.qr-selector .for-pc img {
  width: 16em;
  height: 16em;
  margin: auto;
}
.qr-selector .for-pc .qrtag {
  margin: 0 5em;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.5em;
}
.qr-selector .for-sp {
  display: none;
}

@media (max-width: 40em) {
  .centerbox {
    margin: 30px 0 0;
  }
  .oneliner {
    padding: 0.25em 0;
  }
  .oneliner_en {
    font-size: 2em;
  }
  .text-headline {
    margin: 1em 0;
  }
  .word-headline {
    margin: 1em 0 1em;
  }
  .large-text-headline {
    font-size: 1.25em;
  }
  .large-text {
    text-align: left;
  }
  .large-text br {
    display: none;
  }
  .max-image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .text-margin {
    margin-top: 15px !important;
  }
  .unit-margin {
    margin-top: 30px !important;
  }
  .pane-margin {
    margin-top: 30px !important;
  }
  .qr-selector .for-pc {
    display: none;
  }
  .qr-selector .for-sp {
    display: block;
  }
}
/*--------------------------------------------------------------
## BTN
--------------------------------------------------------------*/
.btn {
  background-color: rgb(29.8983050847, 92.5423728814, 96.1016949153);
  border-radius: 1.5em;
  background-image: url(../img/icn-arrow-rw.svg);
  background-position: right 1em center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  height: 3em;
  padding-left: 1.5em;
  padding-right: 3em;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #fff !important;
  line-height: 1;
  text-decoration: none;
  transition: all 0.125s ease-out;
}
.btn:hover {
  background-color: #51a9ae;
}
.btn:active {
  top: 2px;
}
.btn.is-disabled {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
}
.btn.is-large {
  background-position: right 1em center;
  background-size: 1.5em 1.5em;
  width: 100%;
  max-width: 27.5em;
  height: 4em;
}
.btn.is-large span {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.25em;
}
.btn.is-small {
  font-size: 0.8em;
}
.btn_ticket {
  background-color: #2a8287;
}
.btn_ticket:hover {
  background-color: rgb(54.1016949153, 167.4576271186, 173.8983050847);
}

.btnbox_center {
  text-align: center;
}
.btnbox_center > * + * {
  margin-left: 0.625em;
}
.btnbox_flex {
  display: flex;
  gap: 0.625em;
}
.btnbox_flex > * {
  flex: 1 1 auto;
}

.btn_gra {
  background-image: url(../img/icn-arrow-r.svg), linear-gradient(-90deg, #0094d4 0%, #fff 50%, #0094d4 100%);
  background-position: right 0.5em center, 100% 0%;
  background-size: 1em 1em, 200% auto;
  background-repeat: no-repeat, no-repeat;
  color: #000 !important;
}
.btn_gra:hover {
  background-position: right 0.5em center, 0% 0%;
}
.btn_gra.is-large {
  background-position: right 1em center, 100% 0%;
  background-size: 2em 2em, 200% auto;
  width: 100%;
  max-width: 35em;
  height: 7.5em;
}
.btn_gra.is-large span {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2em;
}
.btn_gra.is-large:hover {
  background-position: right 1em center, 0% 0%;
}

@media (max-width: 40em) {
  .btn.is-large {
    width: 100%;
    max-width: none;
    height: 5em;
  }
  .btn.is-large span {
    font-size: 1.5em;
  }
  .btn_super {
    height: 6em;
  }
  .btn_super span {
    font-size: 1.5em;
  }
  .btn_gra.is-large {
    height: 5em;
  }
  .btn_gra.is-large span {
    font-size: 1.5em;
  }
}
/*--------------------------------------------------------------
## CONTENT BLOCK
--------------------------------------------------------------*/
.content-block {
  width: 100%;
  max-width: 60em;
  margin: auto;
}
.content-block.is-type1 .content-block__body {
  display: flex;
}
.content-block.is-type1 .content-block__body .column1 {
  flex: 0 0 25em;
}
.content-block.is-type1 .content-block__body .column2 {
  padding-left: 2.5em;
}
.content-block.is-3phview .column1 {
  display: flex;
  flex-wrap: wrap;
}
.content-block.is-3phview .column1 .photobox:nth-child(1) {
  flex: 0 0 50%;
}
.content-block.is-3phview .column1 .photobox:nth-child(2) {
  flex: 0 0 25%;
}
.content-block.is-3phview .column1 .photobox:nth-child(3) {
  flex: 0 0 25%;
}
.content-block.is-3phview .column1 .photobox {
  background: #f00;
}
.content-block.is-3phview .column1 .photobox img {
  width: 100%;
  height: auto;
}
.content-block.is-3phview .column2 {
  background: #fff;
  border-top-left-radius: 1.25em;
  position: relative;
  padding: 2em 0 0 2.5em;
  width: 100%;
  max-width: 38.75em;
  min-height: 16.6666666667%;
  margin: -16.6666666667% 0 0 auto;
}
.content-block.is-1_2 .content-block__body .column1 {
  flex: 1 1 33.33% !important;
}
.content-block.is-1_2 .content-block__body .column2 {
  flex-grow: 1;
}
@media (max-width: 40em) {
  .content-block {
    max-width: none;
  }
  .content-block__body {
    flex-direction: column;
    gap: 15px;
  }
  .content-block__body > .content-block__body + .content-block__body {
    margin-top: 15px;
  }
  .content-block.is-type1 .content-block__body {
    display: flex;
  }
  .content-block.is-type1 .content-block__body .column1 {
    flex: 0 0 25em;
  }
  .content-block.is-type1 .content-block__body .column2 {
    padding: 15px;
  }
  .content-block.is-3phview .column1 {
    gap: 10px;
  }
  .content-block.is-3phview .column1 .photobox:nth-child(1) {
    flex: 0 0 100%;
  }
  .content-block.is-3phview .column1 .photobox:nth-child(2) {
    flex: 0 1 calc(50% - 5px);
  }
  .content-block.is-3phview .column1 .photobox:nth-child(3) {
    flex: 0 1 calc(50% - 5px);
  }
  .content-block.is-3phview .column2 {
    border-radius: 0;
    position: relative;
    padding: 1em 0 0;
    width: 100%;
    max-width: none;
    min-height: none;
    margin: 0;
  }
  .content-block.is-3phview .column2 br {
    display: none;
  }
}

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
.u-content {
  position: relative;
  width: 100%;
  margin: 2.5em auto 0;
  padding: 0 2.5em;
}
.u-content__head {
  background-image: url(../img/icn-bullet-b.svg), url(../img/icn-bullet-b.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 3em auto, 3em auto;
  background-position: left -1.5em bottom -1.5em, right -1.5em top -1.5em;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.u-content__head .title {
  margin: 0;
  padding: 1em 3em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5em;
  line-height: 1.25;
  text-align: center;
}
.u-content__head.is-invert {
  background-color: #000;
  background-image: url(../img/icn-bullet-w.svg), url(../img/icn-bullet-w.svg);
  border: none;
  color: #fff;
}
.u-content__body {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.u-content.is-kakomi {
  background: #0094d4;
  padding: 1.25em 0 2em;
}
.u-content.is-kakomi .u-content__head {
  background-color: #fff;
}
.u-content.is-kakomi .u-content__body {
  padding: 0 2.5em;
  font-weight: bold;
}
.u-content .split-content {
  position: relative;
  margin-top: 2.5em;
  display: flex;
  z-index: 1;
}
.u-content .split-content .column1 {
  flex: 0 0 25em;
}
.u-content .split-content .column2 {
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 2.5em;
}
.u-content .split-content .column1,
.u-content .split-content .column2 {
  flex: 1 1 50%;
}
.u-content .split-content .photobox {
  width: 100%;
  margin: 0;
  aspect-ratio: 3/2;
}
.u-content .split-content .photobox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-content .split-content .textbox {
  font-weight: bold;
}
.u-content .list-content {
  margin-top: 2.5em;
}
.u-content .list-content.is-x2 .content-list {
  justify-content: center;
  flex-wrap: wrap;
}
.u-content .list-content.is-x2 .content-list__item {
  flex: 0 0 calc((100% - 1.25em) / 2);
  margin: 0;
}
.u-content .list-content.is-x3 .content-list {
  justify-content: center;
  flex-wrap: wrap;
}
.u-content .list-content.is-x3 .content-list__item {
  flex: 0 0 calc((100% - 2.5em) / 3);
  margin: 0;
}
.u-content .list-content .content-list {
  display: flex;
  gap: 1.25em;
}
.u-content .list-content .content-list__item .photobox {
  margin: 0;
  padding: 0;
  aspect-ratio: 4/3;
}
.u-content .list-content .content-list__item .photobox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-content .list-content .content-list__item .photobox figcaption {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125em;
  line-height: 1.25;
  text-align: center;
}
.u-content .list-content .content-list__item .photobox a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
}
@media (hover: hover) {
  .u-content .list-content .content-list__item .photobox a:hover::before, .u-content .list-content .content-list__item .photobox a:hover::after {
    opacity: 1;
  }
}
.u-content .list-content .content-list__item .photobox a::before {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  content: "";
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none;
}
.u-content .list-content .content-list__item .photobox a::after {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/icn-arrow-rw.svg);
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 5em;
  height: 5em;
  content: "";
  opacity: 0;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Squada One", sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
.u-content .list-content .content-list__item .textbox {
  padding: 0.5em 0;
  font-weight: bold;
}
.u-content .list-content .content-list__item .textbox .name {
  font-size: 1.25em;
  text-align: center;
}
.u-content .list-content .content-list__item .textbox p {
  margin: 0.5em 0 0;
  line-height: 1.5;
}
.u-content .list-content .content-list__item p.caption {
  margin-top: 0.5em;
  font-weight: bold;
  text-align: center;
}
.u-content .single-content {
  margin-top: 2em;
}
.u-content .single-content .textbox {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 2em;
  font-weight: bold;
}
.u-content .single-content .photobox {
  margin-top: 2em;
}
.u-content .single-content .photobox img {
  width: 100%;
}
.u-content .single-content .photobox.is-medium {
  width: 100%;
  max-width: 800px;
  margin: 2em auto 0;
}
.u-content .release-content {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin-top: 2.5em;
  padding: 2em 0;
  display: flex;
  gap: 2.5em;
}
.u-content .release-content .photobox {
  flex: 0 0 20em;
  margin: 0;
  padding: 0;
}
.u-content .release-content .photobox img {
  width: 100%;
}
.u-content .release-content .textbox {
  flex-grow: 1;
}
@media (max-width: 40em) {
  .u-content {
    max-width: none;
    margin: 15px auto;
    padding: 0 15px;
  }
  .u-content > .u-content + .u-content {
    margin-top: 2em;
  }
  .u-content__head .title {
    padding: 15px;
    font-size: 1.25em;
  }
  .u-content .split-content {
    flex-direction: column;
    margin-top: 15px;
  }
  .u-content .split-content .column1 {
    flex: auto;
  }
  .u-content .split-content .column2 {
    margin: 0;
  }
  .u-content .split-content .textbox {
    margin: 15px 0 0;
    padding: 0;
  }
  .u-content .split-content .btnbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .u-content .list-content {
    margin-top: 15px;
  }
  .u-content .list-content.is-sp-x1 .content-list__item {
    flex: 0 0 100% !important;
  }
  .u-content .list-content .content-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .u-content .list-content .content-list__item {
    flex: 0 0 calc((100% - 1.25em) / 2) !important;
  }
  .u-content .single-content {
    margin-top: 15px;
  }
  .u-content .single-content .textbox {
    margin-top: 15px;
  }
  .u-content .single-content .photobox {
    margin-top: 15px !important;
  }
  .u-content .release-content {
    margin-top: 15px;
    padding: 15px 0;
    flex-direction: column;
    gap: 15px;
  }
  .u-content .release-content > * {
    flex: 1 1 auto !important;
  }
  .u-content.is-kakomi {
    padding: 1.25em 0 15px;
  }
  .u-content.is-kakomi .u-content__body {
    padding: 0 15px;
  }
  .u-content.is-kakomi .u-content__body br {
    display: none;
  }
}

/*--------------------------------------------------------------
## PHOTOGRID
--------------------------------------------------------------*/
.photogrid {
  padding-top: 2.5em;
}
.photogrid ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: calc(100% + 1.25em);
  margin-bottom: -1.25em;
  margin-left: -1.25em;
}
.photogrid ul > * {
  margin: 0 0 1.25em 1.25em;
  width: calc(100% / 5 - 1.25em);
  flex: 0 0 calc(100% / 5 - 1.25em);
}
.photogrid.is-x2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: calc(100% + 1.25em);
  margin-bottom: -1.25em;
  margin-left: -1.25em;
}
.photogrid.is-x2 ul > * {
  margin: 0 0 1.25em 1.25em;
  width: calc(100% / 2 - 1.25em);
  flex: 0 0 calc(100% / 2 - 1.25em);
}
.photogrid.is-x3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: calc(100% + 1.25em);
  margin-bottom: -1.25em;
  margin-left: -1.25em;
}
.photogrid.is-x3 ul > * {
  margin: 0 0 1.25em 1.25em;
  width: calc(100% / 3 - 1.25em);
  flex: 0 0 calc(100% / 3 - 1.25em);
}
.photogrid li {
  text-align: center;
}
.photogrid li p {
  margin: 0;
  padding: 0;
}
.photogrid li .photobox {
  margin: 0;
  aspect-ratio: 3/2;
}
.photogrid li .photobox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photogrid li .textbox {
  padding: 0.5em;
}
.photogrid li .name-sub {
  font-size: 0.8em;
}
@media (max-width: 40em) {
  .photogrid {
    margin-top: 15px;
  }
  .photogrid ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: calc(100% + 8px);
    margin-bottom: -8px;
    margin-left: -8px;
  }
  .photogrid ul > * {
    margin: 0 0 8px 8px;
    width: calc(100% / 2 - 8px);
    flex: 0 0 calc(100% / 2 - 8px);
  }
  .photogrid.is-x2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: calc(100% + 8px);
    margin-bottom: -8px;
    margin-left: -8px;
  }
  .photogrid.is-x2 ul > * {
    margin: 0 0 8px 8px;
    width: calc(100% / 2 - 8px);
    flex: 0 0 calc(100% / 2 - 8px);
  }
  .photogrid.is-x3 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: calc(100% + 8px);
    margin-bottom: -8px;
    margin-left: -8px;
  }
  .photogrid.is-x3 ul > * {
    margin: 0 0 8px 8px;
    width: calc(100% / 2 - 8px);
    flex: 0 0 calc(100% / 2 - 8px);
  }
}

/*--------------------------------------------------------------
## NOTE lIST
--------------------------------------------------------------*/
.notelist {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.notelist > li {
  font-size: 0.9em;
  line-height: 1.5;
  text-indent: -1.5em;
}
.notelist > li:before {
  content: "※";
  margin-right: 0.5em;
}
.notelist > li + li {
  margin-top: 0.75em;
}
.notelist a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.notelist a:hover {
  color: #fff;
}
.notelist.is-gray {
  color: #808080;
}

.notelist2 {
  margin: 0;
  padding: 0 0 0em 2em;
  font-size: 0.9em;
}
.notelist2.is-large {
  font-size: 1em;
}
.notelist2_b {
  background: none;
  padding: 0em 0em 0em 1.5em;
  color: #000;
}
.notelist2 > li {
  line-height: 1.5;
  text-indent: -2em;
}
.notelist2 > li:before {
  content: "◉";
  margin-right: 1em;
}
.notelist2 > li + li {
  margin-top: 0.75em;
}

ol.notelist3 {
  counter-reset: number; /* 名前を付けたカウンターをリセット */
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
}
ol.notelist3 li {
  background: #000;
  padding: 0.5em;
  list-style-position: inside;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
ol.notelist3 li:before {
  counter-increment: number;
  content: counter(number);
  background: #000;
  border-radius: 50%;
  display: block;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  font-size: 1.25em;
  color: #fff;
  line-height: 2em;
  text-align: center;
  flex: 0 0 2em;
}
ol.notelist3 li + li {
  position: relative;
  margin-top: 1em;
}
ol.notelist3 li + li::after {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.75em 0.75em 0 0.75em;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1em);
  display: block;
  content: "";
}

.notelist4 {
  background: #ccc;
  margin: 1em 0;
  padding: 1em 1em 1em 2.5em;
}
.notelist4 > li {
  font-size: 0.9em;
  line-height: 1.5;
  text-indent: -1.5em;
}
.notelist4 > li:before {
  content: "●";
  margin-right: 0.5em;
}
.notelist4 > li + li {
  margin-top: 0.75em;
}

.list-2col ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1em;
}
.list-2col li {
  flex: 0 0 calc(50% - 0.5em);
}

@media (max-width: 40em) {
  .notelist li br,
  .notelist2 li br {
    display: none;
  }
  .list-2col ul {
    gap: 0.5em;
  }
  .list-2col li {
    flex: 0 0 100%;
  }
}
/*--------------------------------------------------------------
## INFOLIST
--------------------------------------------------------------*/
.infolist {
  width: auto;
  margin: -0.75em 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.infolist > dt, .infolist > dd {
  padding: 0.25em 0;
  margin: 0;
}
.infolist > dt {
  width: 7.5em;
}
.infolist > dd {
  flex: 0 0 calc(100% - 7.5em);
  padding-left: 1em;
}
.infolist.is-wide > dt {
  width: 12.5em;
}
.infolist.is-wide > dd {
  flex: 0 0 calc(100% - 12.5em);
}
@media (max-width: 40em) {
  .infolist > dt {
    width: 7em !important;
  }
  .infolist > dd {
    flex: 0 0 calc(100% - 7em) !important;
  }
}

.infoblock .tab {
  margin-right: 1.25em;
}

/*--------------------------------------------------------------
## INFOTABLE
--------------------------------------------------------------*/
.infotable {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
.infotable > dt, .infotable > dd {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.25em 0;
  margin: 0px;
  text-align: left;
}
.infotable > dt {
  flex: 1 1 20em;
  padding-left: 6.25em;
}
.infotable > dd {
  flex: 1 1 calc(100% - 20em);
  padding-right: 6.25em;
}
.infotable.is-narrow > dt {
  flex: 1 1 10em;
  padding-left: 3.5em;
}
.infotable.is-narrow > dd {
  flex: 1 1 calc(100% - 10em);
  padding-right: 3.5em;
}
.infotable.is-middle > dt {
  flex: 1 1 15em;
  padding-left: 6.25em;
}
.infotable.is-middle > dd {
  flex: 1 1 calc(100% - 15em);
  padding-right: 6.25em;
}
.infotable dd p {
  margin-top: 0.25em;
}
.infotable dd .notice {
  display: inline-block;
  margin: 0.5em 0;
  font-size: 0.875em;
  color: #b3b3b3;
}
.infotable ul li + li {
  margin-top: 0.75em;
}
.infotable ul li {
  line-height: 1.25;
}
@media (max-width: 40em) {
  .infotable > dt {
    flex: 1 1 6em !important;
    padding: 1em 0 !important;
  }
  .infotable > dd {
    flex: 1 1 calc(100% - 6em) !important;
    padding: 1em 0 !important;
  }
  .infotable.is-break {
    margin: 0 !important;
    flex-direction: column !important;
  }
  .infotable.is-break > dt, .infotable.is-break > dd {
    text-align: center;
    flex: auto !important;
    padding: 0.25em !important;
    line-height: 1.5 !important;
  }
  .infotable.is-break > dt {
    padding-top: 0.75em !important;
  }
  .infotable.is-break > dd {
    border: none;
    padding-bottom: 0.75em !important;
  }
  .infotable.list-timetable {
    display: block;
  }
  .infotable.list-timetable > dt {
    padding: 0.75em 0 0 !important;
    font-size: 1.5em;
    line-height: 1.25;
    text-align: center;
    color: #808080;
  }
  .infotable.list-timetable > dd {
    border: none;
    padding: 0.5em 0 0.75em !important;
    font-size: 1.5em;
    line-height: 1.25;
    text-align: center;
  }
}

.infotable-title {
  margin: 1em 0;
  font-size: 1.5em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  word-break: auto-phrase;
}
.infotable-title .small-block {
  margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
## BG SLIDER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SHOP LIST
--------------------------------------------------------------*/
.u-shoplist {
  padding: 3.75em 0 0;
}
.u-shoplist__head {
  border-bottom: 2px solid #fff;
  max-width: 120em;
  margin: auto;
  text-align: center;
}
.u-shoplist__head .shoplist-title {
  height: 3.75em;
  margin: 0 0 -2px;
  padding: 0;
  font-size: 1em;
}
.u-shoplist__head .shoplist-title img {
  height: 100%;
}
@media (max-width: 40em) {
  .u-shoplist {
    padding: 15px 0;
  }
}

.shoplist {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25em;
  max-width: 1920px;
  margin: 2.5em auto;
}
.shoplist__item {
  background-color: #d9d9d9;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s;
}
.shoplist__item .photobox {
  position: relative;
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.shoplist__item .photobox.is-top img {
  object-position: center top;
}
.shoplist__item .photobox.is-bottom img {
  object-position: center bottom;
}
.shoplist__item .photobox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .shoplist__item .photobox a:hover::before, .shoplist__item .photobox a:hover::after {
    opacity: 1;
  }
}
.shoplist__item .photobox a::before {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none;
}
.shoplist__item .photobox a::after {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/icn-arrow-rw.svg);
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 5em;
  height: 5em;
  content: "";
  opacity: 0;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Squada One", sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
.shoplist__item .textbox {
  padding: 0.5em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shoplist__item .textbox__data {
  background: #fff;
  border-radius: 0.75em;
  padding: 1.25em;
  color: #000;
  flex-grow: 1;
  flex-direction: column;
}
.shoplist__item .textbox p {
  margin: 0;
  line-height: 1.5;
}
.shoplist__item .textbox .shop-type {
  position: relative;
  display: inline-block;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.25;
}
.shoplist__item .textbox .shop-type::before {
  background: #000;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  content: "";
  margin-right: 0.25em;
}
.shoplist__item .textbox .shop-name {
  border-bottom: 1px solid #000;
  margin: 0.25em 0 0.75em;
  padding: 0 0 0.75em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.25em;
  line-height: 1.25;
}
.shoplist__item .textbox .shop-text {
  margin-top: 1em;
}
.shoplist__item .textbox .program {
  border-left: 5px solid #000;
  margin: 1.25em 0.5em 0.5em;
  padding-left: 0.5em;
  color: #000;
  opacity: 0.8;
}
.shoplist__item .textbox .program .prog-tag {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1;
  line-height: 1.25;
}
.shoplist__item .textbox .program .prog-name {
  margin-top: 0.25em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125em;
  line-height: 1.25;
}
@media (min-width: 90em) {
  .shoplist {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 60em) {
  .shoplist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 40em) {
  .shoplist {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin: 15px auto;
  }
}

/*--------------------------------------------------------------
## BANNER
--------------------------------------------------------------*/
.u-banner {
  margin: 2.5em auto 0;
  padding: 0 2.5em;
}
.u-banner.is-top {
  margin: 3.75em auto 4em;
}
@media (min-width: 40em) {
  .u-banner.is-top {
    max-width: 50em;
  }
}

.bnrbox {
  width: 100%;
  max-width: 50em;
  margin: auto;
}
.bnrbox + .bnrbox {
  margin-top: 2.5em;
}
.bnrbox > * + * {
  margin-top: 2.5em;
}
.bnrbox_2x .bnrbox__wrapper {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: calc(100% + 2.5em);
  margin-bottom: -2.5em;
  margin-left: -2.5em;
}
.bnrbox_2x .bnrbox__wrapper > * {
  margin: 0 0 2.5em 2.5em;
  width: calc(100% / 2 - 2.5em);
  flex: 0 0 calc(100% / 2 - 2.5em);
}
.bnrbox_3x .bnrbox__wrapper {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: calc(100% + 1.875em);
  margin-bottom: -1.875em;
  margin-left: -1.875em;
}
.bnrbox_3x .bnrbox__wrapper > * {
  margin: 0 0 1.875em 1.875em;
  width: calc(100% / 3 - 1.875em);
  flex: 0 0 calc(100% / 3 - 1.875em);
}
.bnrbox__item a {
  display: block;
}
.bnrbox__item img {
  width: 100%;
}
.bnrbox__item.is-medium {
  max-width: 40em;
  margin: auto;
}
.bnrbox__item.is-small {
  max-width: 30em;
  margin: auto;
}
.bnrbox__item.is-xsmall {
  max-width: 20em;
  margin: auto;
}
.bnrbox a {
  transition: all 0.25s;
}
@media (hover: hover) {
  .bnrbox a:hover {
    transform: scale(101%);
    filter: drop-shadow(0 0 10px #51a9ae);
  }
}
.bnrbox a:active {
  transform: scale(100%);
}

.multibnr {
  background: #fff;
}
.multibnr_market {
  border: 0.625em solid #73beb7;
  background-image: linear-gradient(90deg, #fff 0%, #73beb7 100%);
}
.multibnr__head {
  background-image: url(../img/bnr-it2024obj-market.svg);
  background-size: 9em;
  background-repeat: no-repeat;
  background-position: right 1.5em bottom;
}
.multibnr__head .title {
  width: 100%;
  max-width: 37.5em;
  margin: auto;
  padding: 0.75em;
}
.multibnr .multibnr-list {
  display: flex;
  gap: 0.75em;
  margin: 0 0.75em 0.75em;
}
.multibnr .multibnr-list li {
  background: #000;
  flex: 1;
}
.multibnr .multibnr-list a {
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.multibnr .multibnr-list .title {
  background: #000;
  padding: 0.5em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.25;
}
.multibnr .multibnr-list .title > span {
  font-size: 1.5em;
}
.multibnr .multibnr-list .sub {
  background: #000;
  padding: 0.5em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-indent: 0.25em;
  letter-spacing: 0.25em;
}
.multibnr .multibnr-list .sub span {
  background-image: url(../img/icn-arrow-rw.svg);
  background-position: right 0.5em center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0 2em;
}
.multibnr .multibnr-list .photobox {
  aspect-ratio: 16/9;
}
.multibnr .multibnr-list .photobox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 40em) {
  .bnrbox {
    padding: 0 !important;
    max-width: none;
  }
  .bnrbox + .bnrbox {
    margin-top: 15px;
  }
  .bnrbox > * + * {
    margin-top: 15px;
  }
  .bnrbox_2x .bnrbox__wrapper {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: calc(100% + 10px);
    margin-bottom: -10px;
    margin-left: -10px;
  }
  .bnrbox_2x .bnrbox__wrapper > * {
    margin: 0 0 10px 10px;
    width: calc(100% / 1 - 10px);
    flex: 0 0 calc(100% / 1 - 10px);
  }
  .bnrbox_3x .bnrbox__wrapper {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: calc(100% + 10px);
    margin-bottom: -10px;
    margin-left: -10px;
  }
  .bnrbox_3x .bnrbox__wrapper > * {
    margin: 0 0 10px 10px;
    width: calc(100% / 2 - 10px);
    flex: 0 0 calc(100% / 2 - 10px);
  }
  .u-banner {
    margin: 30px 0;
    padding: 0;
  }
  .u-banner.is-top {
    margin: 15px 15px 2.5em;
  }
  .multibnr {
    border-width: 0.5em;
  }
  .multibnr__head {
    background-size: 6.5em;
    background-position: right 0em bottom;
  }
  .multibnr .multibnr-list {
    gap: 0.5em;
    margin: 0 0.5em 0.5em;
  }
  .multibnr .multibnr-list .photobox {
    align-content: stretch;
    aspect-ratio: 0;
  }
  .multibnr .multibnr-list .title {
    height: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .multibnr .multibnr-list .title span {
    font-size: 1em;
  }
  .multibnr .multibnr-list .sub {
    padding: 0;
  }
  .multibnr .multibnr-list .sub span {
    display: block;
    width: 100%;
    padding: 0.5em 0.5em 0.5em 0;
    font-size: 0.75em;
    letter-spacing: 0;
    text-indent: 0;
  }
}
/*--------------------------------------------------------------
## UNIT
--------------------------------------------------------------*/
.snsbox {
  background: #fff;
  border-radius: 3em;
  position: relative;
  width: 100%;
  max-width: 22.5em;
  height: 3.75em;
  margin: auto;
  margin-top: 1.25em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.snsbox ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.375em;
  display: flex;
  display: flex;
  justify-content: space-between;
}
.snsbox ul li img {
  width: 3em;
  height: 3em;
  object-fit: contain;
}
.snsbox a:hover img {
  transition: all 0.125s;
  transform: scale(115%);
}
.snsbox a:active img {
  transform: scale(100%);
}
@media (max-width: 40em) {
  .snsbox {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
## INTRODUCTION
--------------------------------------------------------------*/
.p-whatsnew {
  background-image: url(../img/bg-light.jpg);
  background-size: cover;
}
.p-whatsnew::before {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.p-whatsnew .pane__head {
  position: relative;
  z-index: 1;
}
.p-whatsnew .pane__body {
  position: relative;
}
.p-whatsnew .pane__body .infotable {
  max-width: 960px;
  margin: 2.5em auto 0;
}
.p-whatsnew .pane__body .btnbox {
  margin-top: 2em;
}

@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -128em 0;
  }
}
@keyframes bgscroll_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -32em 0;
  }
}
.p-toplead {
  background-image: url(../img/gps_photoset.jpg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  animation: bgscroll 60s linear infinite;
  height: 40em;
  padding: 3.75em 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-toplead::before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.p-toplead__text {
  position: relative;
  color: #fff;
  text-align: center;
}
.p-toplead__text .title {
  font-family: YakuHanMP, "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 800;
  font-size: 4em;
  line-height: 1.25;
  margin: 0;
  text-shadow: #000 0.125em 0.125em 0.125em;
}
.p-toplead__text p {
  width: 100%;
  max-width: 1440px;
  margin: 1em auto 0;
  font-family: YakuHanMP, "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 800;
  font-size: 1.75em;
  line-height: 2;
  text-align: left;
  text-shadow: #000 0.125em 0.125em 0.125em;
}
.p-toplead .btnbox {
  margin-top: 2em;
}

@media (max-width: 80em) {
  .p-toplead__text {
    font-size: 0.875em;
  }
}
@media (max-width: 60em) {
  .p-toplead__text {
    font-size: 0.75em;
  }
}
@media (max-width: 40em) {
  .p-whatsnew {
    padding: 30px 0;
  }
  .p-whatsnew .pane__body {
    padding: 0 15px;
  }
  .p-whatsnew .pane__body .infotable {
    margin: 15px auto 0;
  }
  .p-toplead {
    background-image: url(../img/gps_photoset_v.jpg);
    animation: bgscroll_sp 30s linear infinite;
    overflow: hidden;
    padding: 15px;
  }
  .p-toplead__text {
    font-size: 1em;
  }
  .p-toplead__text .title {
    font-size: 2.5em;
  }
  .p-toplead__text p {
    margin: 1em auto 0;
    padding: 20px;
    font-size: 1em;
    line-height: 1.75;
  }
  .p-toplead .btnbox {
    margin-top: 15px;
  }
}
/*--------------------------------------------------------------
## CAST & GUEST
--------------------------------------------------------------*/
.castlist {
  margin: 2.5em auto 0;
}
.castlist ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 1.25em;
}
.castlist li {
  flex: 0 0 calc((100% - 2.5em) / 3);
}
.castlist .photobox {
  border-radius: 1.25em;
  margin: 0;
  overflow: hidden;
}
.castlist .photobox img {
  width: 100%;
  height: auto;
}
.castlist .name {
  margin: 0.5em 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 40em) {
  .castlist {
    margin: 30px auto 0;
  }
  .castlist ul {
    gap: 15px;
  }
  .castlist li {
    flex: 0 0 100%;
  }
}

/*--------------------------------------------------------------
## SUMMARY 開催概要
--------------------------------------------------------------*/
.p-summary {
  background-image: url(../img/bg-light.jpg);
  background-size: cover;
}
.p-summary::before {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.p-summary__body {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0;
}
.p-summary .cast-illust {
  position: relative;
  width: 100%;
  max-width: 50em;
  margin: 0 auto -6em;
  padding: 2.5em 0 0;
  z-index: 1;
}
.p-summary .cast-illust img {
  width: 100%;
}
@media (max-width: 40em) {
  .p-summary .cast-illust {
    margin: -1em auto -2.5em;
    padding: 20px 0 0;
  }
}

/*--------------------------------------------------------------
## TICKET
--------------------------------------------------------------*/
.p-ticket {
  background: #51a9ae;
}
.p-ticket__body {
  padding: 0;
}
@media (max-width: 40em) {
  .p-ticket {
    padding-top: 2.5em;
  }
}

.u-price {
  margin: 2.5em auto 0;
}
.u-price .pricebox {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 50em;
  margin: 0 auto;
  padding: 2em 0;
}
.u-price .pricebox .note {
  margin-top: 1.25em;
  text-align: center;
  font-size: 0.875em;
}
.u-price .pricebox + .pricebox {
  border-top: none;
}
.u-price .pricetable1,
.u-price .pricetable2 {
  text-align: center;
  line-height: 1.25;
  margin: 0;
}
.u-price .pricetable1 dt,
.u-price .pricetable1 dd,
.u-price .pricetable2 dt,
.u-price .pricetable2 dd {
  margin: 0;
  padding: 0;
}
.u-price .pricetable1 dt {
  font-size: 1.5em;
  font-weight: bold;
}
.u-price .pricetable1 dd {
  margin-top: 0.5em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
}
.u-price .pricetable2 {
  margin-top: -0.5em;
}
.u-price .pricetable2 dt,
.u-price .pricetable2 dd {
  display: inline-block;
}
.u-price .pricetable2 dt {
  font-size: 1.25em;
  font-weight: bold;
}
.u-price .pricetable2 dd {
  margin-left: 1.25em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: bold;
}
.u-price .vip-note {
  margin-top: 1.25em;
}
@media (max-width: 40em) {
  .u-price {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
## J-me SENKOU
--------------------------------------------------------------*/
.p-preorder {
  background: #51a9ae;
  position: relative;
  padding: 3.75em 2.5em;
}
.p-preorder .pane__body {
  padding: 0 2.5em;
}
@media (max-width: 40em) {
  .p-preorder {
    padding: 1.25em 0;
  }
  .p-preorder .pane__body {
    padding: 0 15px;
  }
}

.u-senkou {
  background: #2a8287;
  border-radius: 1.875em;
  width: 100%;
  max-width: 50em;
  margin: 2.5em auto 0;
}
.u-senkou__head {
  padding: 2em 0;
}
.u-senkou__head .pane-title {
  margin: 0;
  font-size: 2em;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.u-senkou__body {
  padding: 0 0 2.5em;
  text-align: center;
}
.u-senkou__body .senkou-lead {
  margin: 0 5em;
  font-size: 1.125em;
  line-height: 1.5;
}
.u-senkou__body .entrydate-tab {
  background: #1d757a;
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 0.5em 1em;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
  z-index: 1;
}
.u-senkou__body .entrydate {
  background: #1d757a;
  position: relative;
  margin: -0.5em 0 1em;
  padding: 0.75em 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  z-index: 0;
}
.u-senkou__body .alert {
  border-color: #0094d4;
  color: #0094d4;
}
.u-senkou__body .btnbox {
  margin: 2em 5em;
  display: flex;
  display: flex;
  justify-content: center;
}
.u-senkou__body .btnbox > * + * {
  margin-left: 1.25em;
}
.u-senkou__body .btnbox .btn {
  font-size: 0.875em;
}
.u-senkou__body .resultbox {
  background: #1d757a;
  margin-top: 2.5em;
  padding: 2em 0 1em;
}
.u-senkou__body .resultbox__item {
  border-bottom: 1px solid #000;
  padding: 0.75em;
  font-size: 1.125em;
  font-weight: bold;
}
.u-senkou__body .resultbox .footnote {
  margin-top: 1em;
  font-size: 0.8em;
}
.u-senkou .formarea {
  background: #73beb7;
  margin: 0 5.625em;
  padding: 2em 2.5em;
}
.u-senkou .notice {
  background: #333;
  text-align: left;
}
.u-senkou .notice .title {
  margin: 0 0 1.5em;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.u-senkou .notice iframe {
  background: #fff;
  width: 100%;
  height: 15em;
}
.u-senkou .infotable {
  margin: 0 2.5em 0;
  text-align: left;
}
.u-senkou .infotable > dt {
  border-right: none;
  flex: 0 0 17.5em;
}
.u-senkou .infotable > dd {
  flex: 0 0 calc(100% - 17.5em);
}
.u-senkou .qr-selector .for-pc {
  margin: 0 0 2.5em;
}
.u-senkou .qr-selector .for-pc img {
  width: 16em;
  height: 16em;
  margin: auto;
}
.u-senkou .qr-selector .for-pc .qrtag {
  margin: 0 5em;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
.u-senkou .qr-selector .for-sp {
  display: none;
}
@media (max-width: 64em) {
  .u-senkou .formarea {
    margin: 0 2.5em;
  }
}
@media (max-width: 40em) {
  .u-senkou {
    margin-top: 15px;
  }
  .u-senkou__head {
    padding: 15px 0 0;
  }
  .u-senkou__head .pane-title {
    margin: 0;
    font-size: 2em;
  }
  .u-senkou__body {
    padding: 15px 0 0;
  }
  .u-senkou__body .senkou-lead {
    margin: 0;
    padding: 0 0 1em;
    font-size: 1em;
  }
  .u-senkou__body .entrydate-tab {
    margin-top: 0;
  }
  .u-senkou__body .entrydate {
    margin: -0.5em 0 0.5em;
  }
  .u-senkou__body .btnbox {
    margin: 0 0 1em;
  }
  .u-senkou__body .btnbox > * + * {
    margin-left: 15px;
  }
  .u-senkou__body .resultbox {
    border-bottom-left-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
    margin-top: 15px;
    padding: 15px;
  }
  .u-senkou__body .formarea {
    margin: 0 15px;
    padding: 15px;
  }
  .u-senkou__body .formarea input[type=submit] {
    width: 100% !important;
    padding: 0 1em;
    font-size: 0.875em;
  }
  .u-senkou__body .notice {
    margin: 15px -15px !important;
  }
  .u-senkou__body .notice .title {
    margin: 0 0 15px;
  }
  .u-senkou__body .qr-selector .for-pc {
    display: none;
  }
  .u-senkou__body .qr-selector .for-sp {
    display: block;
  }
}

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
.page-content {
  background: #fff;
  position: relative;
  padding: 0 0 3.75em;
}
@media (max-width: 40em) {
  .page-content {
    padding: 0 0 30px;
  }
}

/*--------------------------------------------------------------
## CONTENT HEADER
--------------------------------------------------------------*/
.content-header {
  padding: 2.5em 2.5em;
  text-align: center;
}
.content-header .title {
  display: inline-block;
  margin: 0;
  font-family: "Squada One", sans-serif;
  font-size: 4em;
  text-align: center;
  font-weight: normal;
  line-height: 0.8;
  -webkit-text-stroke: 2px #fff;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.75) 10%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content-header .lead-title {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.5;
}
.content-header .lead-text {
  margin-top: 1em;
  font-size: 0.875em;
  line-height: 1.5;
}
@media (max-width: 40em) {
  .content-header {
    padding: 30px 15px;
  }
  .content-header .lead-title {
    margin-top: 15px;
    font-size: 1em;
  }
}

/*--------------------------------------------------------------
##  NEWS
--------------------------------------------------------------*/
.e-news {
  position: relative;
  padding: 2.5em 0;
}
.e-news::before {
  background-image: url(../img/bg-light.jpg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 100%;
  content: "";
  z-index: 0;
}
.e-news::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), black);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 100%;
  z-index: 1;
}
.e-news__head {
  position: relative;
  margin: auto;
  padding: 0 5em;
  z-index: 2;
}
.e-news__head .wrapper {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 60em;
  margin: auto;
  padding: 1em 0;
}
.e-news__head .entry-title {
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.25;
}
.e-news__head .entry-title a {
  text-decoration: none;
}
.e-news__head .entry-title a:hover {
  text-decoration: underline;
}
.e-news__head .entry-date {
  margin: 0 0 0.5em;
  padding: 0;
  font-family: "Squada One", sans-serif;
  font-size: 1.75em;
  line-height: 1.25;
}
.e-news__body {
  position: relative;
  padding: 0 5em;
  z-index: 2;
}
.e-news__body .wrapper {
  width: 100%;
  max-width: 50em;
  margin: auto;
  padding: 2.5em 0 2.5em;
}
.e-news__body .wrapper > * + * {
  margin-top: 2.5em;
}
.e-news__body .entry-photo img {
  width: 100%;
}
.e-news__body .entry-title {
  border-bottom: 1px solid #fff;
  margin: 2em 0 1em;
  padding: 0.25em 0;
  line-height: 1.25;
}
@media (max-width: 40em) {
  .e-news {
    padding: 15px 0;
  }
  .e-news + .e-news {
    margin-top: 30px;
  }
  .e-news__head {
    padding: 15px;
  }
  .e-news__head .entry-title {
    font-size: 1.5em;
  }
  .e-news__large-head {
    padding: 15px;
  }
  .e-news__large-head .entry-title {
    font-size: 2em;
  }
  .e-news__body {
    padding: 0 15px;
  }
  .e-news__body .wrapper {
    padding: 0;
  }
  .e-news__body .wrapper > * + * {
    margin-top: 15px;
  }
  .e-news__body .entry-photo img {
    max-width: none;
  }
  .e-news__body .entry-text {
    margin-top: 15px;
  }
  .e-news__body .photogrid {
    padding: 0 15px;
  }
}

/*--------------------------------------------------------------
##  FORM
--------------------------------------------------------------*/
.formarea .formbox_s {
  max-width: 35em;
}
.formarea .formbox + .formbox {
  margin-top: 2.5em;
}
.formarea h3 {
  background-repeat: no-repeat;
  background-size: 1.5em auto;
  background-position: left center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.5em;
  margin: 0 0 2em;
  font-size: 1.25em;
  color: #000;
}
.formarea h3.is-simple {
  background-image: none;
  margin: 0 0 2em;
  padding: 0;
}
.formarea li + li {
  margin-top: 1.5em;
}
.formarea li:not(.is-large) {
  display: flex;
}
.formarea li.is-large {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  margin: 1.5em 0;
  padding: 1em 0 2em;
}
.formarea li.is-large label {
  display: block;
  padding-bottom: 1em;
}
.formarea ul.is-bordered {
  border-bottom: 1px dotted #fff;
}
.formarea ul.is-bordered li + li {
  margin-top: 0;
}
.formarea ul.is-bordered li {
  border-top: 1px dotted #fff;
  margin: 0;
  padding: 0.75em 0;
}
.formarea label {
  flex: 0 0 12.5em;
  align-items: center;
  font-size: 1em;
  line-height: 1.25;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  color: #000;
}
.formarea label.radio-label {
  background: #f2f2f2;
  border-radius: 5px;
  flex: none;
  display: inline-flex;
  width: auto;
  margin: auto;
  margin-right: 0.5em;
  padding: 0.25em 0.75em;
  align-items: center;
  justify-content: center;
}
.formarea label.is-wide {
  flex: 0 0 22.5em;
}
.formarea input[type=text],
.formarea input[type=password],
.formarea textarea,
.formarea select {
  border-radius: 3px;
  flex-grow: 1;
  line-height: 1.25;
  font-feature-settings: normal;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.formarea input[type=text],
.formarea input[type=password],
.formarea select {
  height: 2.5em;
  padding: 0.5em;
  color: #000 !important;
}
.formarea input[type=submit] {
  background-color: #ea407a;
  border: 2px solid #fff !important;
  border-radius: 5px !important;
  max-width: 100%;
  width: 20em !important;
  height: 3.75em !important;
  padding: 0 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  transition: background-color 0.25s;
  border: none;
  cursor: pointer;
}
.formarea input[type=submit]:hover {
  background-color: rgb(222.5330188679, 24.4669811321, 92.0424528302);
}
.formarea input[type=submit]:active {
  translate: 0 2px;
}
.formarea input[type=submit].is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.formarea input[type=reset] {
  background: #bbb;
  border: none;
  border-radius: 0 !important;
  width: 15em !important;
  height: 3.75em !important;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  transition: background-color 0.25s;
}
.formarea input[type=reset]:focus {
  background: #bbb;
  outline: none;
}
.formarea input[type=reset]:hover {
  background: rgb(174.25, 174.25, 174.25);
}
.formarea input[type=reset]:active {
  background: rgb(199.75, 199.75, 199.75);
}
.formarea input[type=reset].is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.formarea select {
  appearance: none;
  background: #bbb;
  padding: 0 0.5em;
  color: #fff;
}
.formarea textarea {
  vertical-align: top;
  width: 100%;
  padding: 0.5em;
  font-size: 1.125em;
}
.formarea input[type=radio], .formarea input[type=checkbox] {
  margin-right: 10px;
  transform: scale(1.5);
}
.formarea .notes {
  margin-left: 0.5em;
  font-weight: normal;
  font-size: 0.875em;
}
.formarea .center-buttons {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formarea .center-buttons input + input {
  margin-left: 2.5em;
}
.formarea .btn_submit {
  margin: auto;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 40em) {
  .formarea {
    margin: 15px 0;
  }
  .formarea .formbox {
    padding: 0;
  }
  .formarea .formbox li {
    flex-direction: column;
  }
  .formarea .formbox li + li {
    margin-top: 0.5em;
  }
  .formarea .formbox ul.is-bordered li + li {
    margin-top: 0.5em;
  }
  .formarea .formbox ul.is-bordered li {
    padding: 0.5em 0;
  }
  .formarea h3 {
    margin: 0 0 15px;
  }
  .formarea h3.is-simple {
    margin: 0 0 15px;
  }
  .formarea li > label {
    border-left: 8px solid #000;
    border-bottom: 1px solid #000;
    min-height: auto;
    margin: 15px 0 0.75em;
    padding: 0 0.5em 0.25em;
    flex: 100%;
    text-align: left;
  }
  .formarea li > label.is-wide {
    flex: 100%;
    text-align: left;
  }
  .formarea .is-large textarea {
    height: 25em;
  }
  .formarea .center-buttons {
    margin-top: 15px;
  }
  .formarea .center-buttons input {
    width: 100% !important;
    max-width: none !important;
  }
  .formarea .center-buttons input + input {
    margin-left: 15px;
  }
}
.formarea li.is-large {
  position: relative;
  padding: 1em 0;
}
.formarea li.is-large label {
  display: block;
  padding-bottom: 1em;
}
