@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

br.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: block;
}
@media screen and (min-width: 751px) {
  br.sp {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
  overflow: inherit;
  overflow-x: hidden;
  background: #222;
}
html.lock {
  overflow: hidden;
}

body {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
  position: relative;
  overflow-x: hidden;
}

@media screen and (min-width: 751px) {
  body:before {
    background-size: 40px 40px, 40px 40px, auto;
  }
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}

button {
  all: unset;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

main {
  display: block;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
main .col-main {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

img {
  cursor: pointer;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .page-wrapper {
    padding-bottom: 148px;
  }
}
@media screen and (max-width: 750px) {
  .page-wrapper {
    padding-bottom: 98px;
  }
}
.page-wrapper:before, .page-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
}
.page-wrapper:before {
  position: fixed;
  left: 0;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  background: url("../../images/bg/main-bg.webp") no-repeat top/cover;
  mix-blend-mode: screen;
  opacity: 0.5;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .page-wrapper:before {
    left: 0;
    background-color: transparent;
  }
}
.page-wrapper:after {
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 1;
  background: url("../../images/bg/bg-triangle.webp") no-repeat center/cover;
}
@media screen and (min-width: 751px) {
  .page-wrapper:after {
    max-width: 940px;
    max-height: 340px;
  }
}
@media screen and (max-width: 750px) {
  .page-wrapper:after {
    top: -1px;
    width: 100%;
    height: 100%;
    max-height: clamp(8.5rem, 2.267rem + 31.16vw, 16.875rem);
  }
}

.hidden {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.nav-section {
  position: relative;
  z-index: 102;
}

@media screen and (max-width: 750px) {
  .nav-section {
    min-height: unset;
  }
  .nav-section:before {
    display: none;
  }
}
.nav-wrapper {
  position: relative;
  background: #fff;
  font-family: "BBH Hegarty", sans-serif;
  font-weight: 400;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.nav-wrapper.float {
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 1;
  z-index: 102;
}
.nav-wrapper.before-float, .nav-wrapper.after-float {
  width: 100vw;
  opacity: 0;
}

.nav-wrapper .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 35px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1152px) and (min-width: 750px) {
  .nav-wrapper .nav-list {
    padding: 12px 15px 15px;
  }
}
.nav-wrapper .nav-list .nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-wrapper .nav-list .nav-link:hover:not(.active) {
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.nav-wrapper .nav-list .nav-link:before {
  content: "";
  background: #FF6600;
  border-radius: 50px;
  width: clamp(5px, 0.625vw, 10px);
  height: clamp(5px, 0.625vw, 10px);
  position: absolute;
  left: -14px;
  top: 50%;
  margin-right: -16px;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 1152px) and (min-width: 751px) {
  .nav-wrapper .nav-list .nav-link:before {
    left: -8px;
  }
}
.nav-wrapper .nav-list .nav-link:hover::before, .nav-wrapper .nav-list .nav-link:focus-visible::before, .nav-wrapper .nav-list .nav-link.is-active::before {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.nav-wrapper .nav-list img.--popup {
  max-width: 106px;
}
.nav-wrapper .nav-list img.--ticket {
  max-width: 55px;
}
.nav-wrapper .nav-list img.--goods {
  max-width: 117px;
}
.nav-wrapper .nav-list img.--novelty {
  max-width: 70px;
}
.nav-wrapper .nav-list img.--payment {
  max-width: 76px;
}
.nav-wrapper .nav-list img.--photo {
  max-width: 112px;
}
.nav-wrapper .nav-list img.--notice {
  max-width: 56px;
}
.nav-wrapper .nav-list img.--contact {
  max-width: 72px;
}
.nav-wrapper .nav-list img.--sns {
  max-width: 32px;
}
@media screen and (max-width: 1152px) and (min-width: 751px) {
  .nav-wrapper .nav-list img.--popup {
    max-width: 88px;
  }
  .nav-wrapper .nav-list img.--ticket {
    max-width: 45px;
  }
  .nav-wrapper .nav-list img.--goods {
    max-width: 97px;
  }
  .nav-wrapper .nav-list img.--novelty {
    max-width: 58px;
  }
  .nav-wrapper .nav-list img.--payment {
    max-width: 63px;
  }
  .nav-wrapper .nav-list img.--photo {
    max-width: 93px;
  }
  .nav-wrapper .nav-list img.--notice {
    max-width: 46px;
  }
  .nav-wrapper .nav-list img.--contact {
    max-width: 60px;
  }
  .nav-wrapper .nav-list img.--sns {
    max-width: 26px;
  }
}

/*--------------------------------
### MAIN COMMON
--------------------------------*/
.nav-wrapper .nav-list a:hover:before {
  opacity: 1;
  background: #FF6600;
}

.mobile-nav-wrapper {
  display: none;
}

@media screen and (max-width: 750px) {
  .nav-wrapper {
    display: none;
  }
  .mobile-nav-wrapper {
    display: block;
  }
  .hamburger-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  }
  .hamburger-btn.is-active {
    opacity: 1;
    visibility: visible;
  }
  .hamburger-btn {
    position: fixed;
    top: 16px;
    left: 16px;
    width: 36px;
    height: 36px;
    border: unset;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    z-index: 1002;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.45));
            filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.45));
  }
  .hamburger-btn .hamburger-icon,
  .hamburger-btn .hamburger-icon:before,
  .hamburger-btn .hamburger-icon:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #000;
    border-radius: 50px;
    position: relative;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .hamburger-btn .hamburger-icon:before {
    top: -6px;
  }
  .hamburger-btn .hamburger-icon:after {
    top: 4px;
  }
  .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1001;
    background: url("../../images/bg/sp-nav.webp") no-repeat center/cover;
  }
  .mobile-nav:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: auto;
    background: url("../../images/logo-sp_wh.webp") no-repeat center/contain;
    width: 100%;
    height: 185px;
  }
  .mobile-nav .mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 84px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100% - 185px);
  }
  .mobile-nav .mobile-nav-list li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .mobile-nav .mobile-nav-list img.--popup {
    max-width: 129px;
  }
  .mobile-nav .mobile-nav-list img.--ticket {
    max-width: 99px;
  }
  .mobile-nav .mobile-nav-list img.--goods {
    max-width: 137px;
  }
  .mobile-nav .mobile-nav-list img.--novelty {
    max-width: 125px;
  }
  .mobile-nav .mobile-nav-list img.--payment {
    max-width: 136px;
  }
  .mobile-nav .mobile-nav-list img.--photo {
    max-width: 201px;
  }
  .mobile-nav .mobile-nav-list img.--notice {
    max-width: 101px;
  }
  .mobile-nav .mobile-nav-list img.--contact {
    max-width: 129px;
  }
  .mobile-nav .mobile-nav-list img.--sns {
    max-width: 58px;
  }
}
@media screen and (max-width: 750px) {
  body.is-menu-open .hamburger-btn .hamburger-icon {
    background-color: transparent;
  }
  body.is-menu-open .hamburger-btn .hamburger-icon:before {
    top: 0;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  body.is-menu-open .hamburger-btn .hamburger-icon:after {
    top: -2px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  body.is-menu-open .mobile-nav {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.card-section {
  position: relative;
  display: block;
  width: 100vw;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 24px;
}

.custom-card {
  padding: 106px 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .custom-card {
    padding-top: 70px;
  }
}

.custom-card .card-header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  display: block;
  z-index: 1;
}
.custom-card .card-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(40px, 40px + 50.4 * (100vw - 375px) / 255, 36px);
  height: clamp(36px, 36px + 50.4 * (100vw - 375px) / 255, 32px);
  z-index: 4;
}
@media screen and (max-width: 750px) {
  .custom-card .card-header:before {
    width: 36px;
    height: 32px;
  }
}
.custom-card .card-header.--wh:before {
  background: url("../../images/icon-head_wh.webp") no-repeat center/contain;
}
.custom-card .card-header.--wh h2 {
  color: #fff;
}
.custom-card .card-header.--bl:before {
  background: url("../../images/icon-head_bl.webp") no-repeat center/contain;
}
.custom-card .card-header.--bl h2 {
  color: #000;
}
.custom-card .card-header.--fixed {
  position: relative;
  margin-top: 36px;
}
.custom-card .card-header.--qa {
  cursor: pointer;
  position: relative;
  margin-top: 0;
}

.custom-card .card-header h2 {
  padding-left: 52px;
  width: calc(100% - 52px);
  font-family: "BBH Hegarty", sans-serif;
  font-size: clamp(32px, 32px + 7.2 * (100vw - 375px) / 255, 48px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .custom-card .card-header h2 {
    width: 100%;
    font-size: 36px;
  }
}
.custom-card .card-header h2 small {
  display: inline-block;
  margin-left: 2px;
  vertical-align: text-top;
  font-size: clamp(14px, 14px + 7.2 * (100vw - 375px) / 255, 18px);
}
.custom-card .card-header h2 img {
  cursor: default;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
.custom-card .card-header h2 img.--popup {
  max-width: 258px;
}
.custom-card .card-header h2 img.--ticket {
  max-width: 197px;
}
.custom-card .card-header h2 img.--goods {
  max-width: 274px;
}
.custom-card .card-header h2 img.--novelty {
  max-width: 250px;
}
.custom-card .card-header h2 img.--payment {
  max-width: 272px;
}
.custom-card .card-header h2 img.--photo {
  max-width: 402px;
}
.custom-card .card-header h2 img.--notice {
  max-width: 202px;
}
.custom-card .card-header h2 img.--contact {
  max-width: 258px;
}
.custom-card .card-header h2 img.--sns {
  max-width: 116px;
}
@media screen and (max-width: 750px) {
  .custom-card .card-header h2 img.--popup {
    max-width: 129px;
  }
  .custom-card .card-header h2 img.--ticket {
    max-width: 99px;
  }
  .custom-card .card-header h2 img.--goods {
    max-width: 137px;
  }
  .custom-card .card-header h2 img.--novelty {
    max-width: 125px;
  }
  .custom-card .card-header h2 img.--payment {
    max-width: 136px;
  }
  .custom-card .card-header h2 img.--photo {
    max-width: 201px;
  }
  .custom-card .card-header h2 img.--notice {
    max-width: 101px;
  }
  .custom-card .card-header h2 img.--contact {
    max-width: 129px;
  }
  .custom-card .card-header h2 img.--sns {
    max-width: 58px;
  }
}

.custom-card .card-header h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "BBH Hegarty", sans-serif;
  font-size: clamp(28px, 28px + 6.6 * (100vw - 375px) / 255, 36px);
  line-height: 1;
}
.custom-card .card-header h3.jp {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
.custom-card .card-header h3.jp.--bl {
  color: #000;
}
.custom-card .card-header h3.jp.--bt:before {
  top: 38px;
}
@media screen and (max-width: 750px) {
  .custom-card .card-header h3.jp.--bt {
    font-size: clamp(22px, 22px + 6.6 * (100vw - 375px) / 255, 28px);
  }
  .custom-card .card-header h3.jp.--bt:before {
    top: 28px;
  }
}
@media screen and (max-width: 750px) {
  .custom-card .card-header h3.jp:before {
    right: -38px;
  }
}
.custom-card .card-header h3:before {
  content: ">>>";
  position: absolute;
  right: -38px;
  top: 0;
  font-size: clamp(14px, 14px + 7.2 * (100vw - 375px) / 255, 18px);
  z-index: 4;
}
@media screen and (max-width: 750px) {
  .custom-card .card-header h3:before {
    right: -28px;
  }
}

.custom-card .card-header small {
  font-family: "BBH Hegarty", sans-serif;
  display: block;
  font-size: clamp(14px, 14px + 7.2 * (100vw - 375px) / 255, 18px);
}

.card-content p {
  display: inline-block;
  text-align: left;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .card-content p {
    font-size: 14px;
  }
}
.card-content p.card-content__bgText {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .card-content p.card-content__bgText {
    font-size: clamp(17px, 17px + 7.2 * (100vw - 375px) / 255, 18px);
    display: inline-block;
  }
}

.card-content span {
  color: #000;
  font-weight: 500;
}
.card-content span.wh {
  color: #fff;
}

.btn {
  margin: 0 auto;
}
.btn .btn-common {
  position: relative;
  z-index: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
  border-radius: 100px;
  max-width: 306px;
  margin: 48px auto 0;
  padding: 16px 14px 16px;
  background-color: #FF6600;
}
.btn .btn-common:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  position: absolute;
  top: 52%;
  right: 23px;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  z-index: 0;
  width: 5px;
  height: 10px;
  background: url("../../images/arr-r.webp") no-repeat center/contain;
}
.btn .btn-common:after {
  content: "";
  background-color: #000;
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: -1;
}
.btn .btn-common:hover {
  color: #fff;
}
.btn .btn-common:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.btn2 {
  margin: 16px auto 0;
}
.btn2 .btn-common {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #000 !important;
  font-size: 18px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  padding: 16px 68px;
}
.btn2 .btn-common:hover {
  color: #fff;
}
.btn2 .btn-common:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.btn2 .btn-common:hover:after {
  background: url("../../images/icon-arrow__wh.webp") no-repeat center/contain;
}
.btn2 .btn-common:before {
  content: "";
  background-color: #FF6600;
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: -1;
}
.btn2 .btn-common:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  width: 14px;
  height: 12px;
  background: url("../../images/icon-arrow__og.webp") no-repeat center/contain;
}
.btn2 .btn-common .icon-x {
  position: relative;
}
.btn2 .btn-common .icon-x:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: url("../../images/icon-x.webp") no-repeat center/contain;
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 750px) {
  .btn2 .btn-common.--big {
    padding: 16px 32px;
  }
}

.note {
  margin-top: 4px;
  text-align: center;
  color: #fff;
}
.note.--left {
  text-align: left;
}

.card-section.popup:before, .card-section.ticket:before, .card-section.payment:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.card-section.popup {
  padding-top: 180px;
}
@media screen and (max-width: 750px) {
  .card-section.popup {
    padding-top: 146px;
  }
}
.card-section.popup p {
  margin-bottom: 4px;
}
.card-section.popup .custom-card {
  z-index: 1;
}
.card-section.location {
  position: relative;
  padding-top: 0;
  margin-top: 60px;
}
.card-section.location:before {
  content: "";
  position: absolute;
  top: -250px;
  margin: 0 -770px;
  background: url("../../images/bg/bg-location.webp") no-repeat center/contain;
  backdrop-filter: blur(1px);
  z-index: 0;
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
}
@media screen and (min-width: 751px) {
  .card-section.location:before {
    width: 1810px;
    height: 1963px;
  }
}
@media screen and (max-width: 750px) {
  .card-section.location:before {
    width: 1670px;
    height: 1830px;
    margin: 0 -500px;
    top: -150px;
  }
}
@media screen and (max-width: 500px) {
  .card-section.location:before {
    width: 1460px;
    height: 1590px;
  }
}
.card-section.location:after {
  content: "";
  position: absolute;
  bottom: -310px;
  margin: 0 -820px;
  mix-blend-mode: lighten;
  background: url("../../images/bg/bg-location02.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .card-section.location:after {
    width: 2090px;
    height: 1810px;
  }
}
@media screen and (max-width: 750px) {
  .card-section.location:after {
    width: 1150px;
    height: 1660px;
    margin: 0 -500px;
    top: 128px;
  }
}
@media screen and (max-width: 500px) {
  .card-section.location:after {
    width: 980px;
    height: 1375px;
  }
}
@media screen and (max-width: 750px) {
  .card-section.ticket {
    padding-top: 210px !important;
  }
}
@media screen and (max-width: 500px) {
  .card-section.ticket {
    padding-top: 140px !important;
  }
}
.card-section.ticket:before {
  top: -150px;
  margin: 0 -310px;
  background: url("../../images/bg/bg-ticket.webp") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 751px) {
  .card-section.ticket:before {
    width: 1450px;
    height: 1160px;
  }
}
@media screen and (max-width: 750px) {
  .card-section.ticket:before {
    top: -40px;
    width: clamp(990px, 990px + 7.2 * (100vw - 375px) / 255, 1440px);
    height: clamp(990px, 990px + 7.2 * (100vw - 375px) / 255, 973px);
  }
}
@media screen and (max-width: 500px) {
  .card-section.ticket:before {
    top: -110px;
    width: clamp(990px, 990px + 7.2 * (100vw - 375px) / 255, 1440px);
    height: clamp(1001px, 1001px + 7.2 * (100vw - 375px) / 255, 1207px);
  }
}
@media screen and (min-width: 751px) {
  .card-section.goods {
    padding-top: 240px !important;
  }
}
.card-section.goods:before {
  content: "";
  position: absolute;
  top: -80px;
  margin: 0 -820px;
  background: url("../../images/bg/bg-goods.webp") no-repeat center/contain;
  backdrop-filter: blur(1px);
  z-index: 0;
  clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 100%);
}
@media screen and (min-width: 751px) {
  .card-section.goods:before {
    width: 1836px;
    height: 1478px;
  }
}
@media screen and (max-width: 750px) {
  .card-section.goods:before {
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    top: -140px;
    margin: 0 -500px;
    width: 1350px;
    height: 1400px;
  }
}
@media screen and (max-width: 500px) {
  .card-section.goods:before {
    top: -110px;
    width: 1250px;
    height: 1180px;
  }
}
.card-section.goods:after {
  content: "";
  margin: 0 -820px;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -80px;
  clip-path: polygon(0 0, 100% 37%, 100% 100%, 0 63%);
}
.card-section.novelty:before {
  content: "";
  position: absolute;
  top: -150px;
  margin: 0 -820px;
  mix-blend-mode: lighten;
  background: url("../../images/bg/bg-novelty.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .card-section.novelty:before {
    width: 2090px;
    height: 1680px;
  }
}
@media screen and (max-width: 750px) {
  .card-section.novelty:before {
    top: -110px;
    width: 2090px;
    height: 1680px;
  }
}
@media screen and (max-width: 750px) {
  .card-section.payment {
    padding-top: 210px !important;
  }
}
@media screen and (max-width: 500px) {
  .card-section.payment {
    padding-top: 140px !important;
  }
}
.card-section.payment:before {
  top: -380px;
  margin: 0 -165px;
  background: url("../../images/bg/bg-payment.webp") no-repeat center/contain;
}
@media screen and (min-width: 751px) {
  .card-section.payment:before {
    width: 1276px;
    height: 1848px;
  }
}
@media screen and (max-width: 750px) {
  .card-section.payment:before {
    margin: 0 -475px;
    top: -80px;
    width: clamp(1170px, 1170px + 7.2 * (100vw - 375px) / 255, 1440px);
    height: clamp(1291px, 1291px + 7.2 * (100vw - 375px) / 255, 1597px);
  }
}
@media screen and (max-width: 500px) {
  .card-section.payment:before {
    margin: 0 -445px;
    top: -110px;
    width: clamp(1170px, 1170px + 7.2 * (100vw - 375px) / 255, 1440px);
    height: clamp(1291px, 1291px + 7.2 * (100vw - 375px) / 255, 1597px);
  }
}
@media screen and (max-width: 750px) {
  .card-section.photo {
    padding-top: 210px !important;
  }
}
.card-section.ticket, .card-section.goods, .card-section.novelty, .card-section.payment, .card-section.photo, .card-section.notice, .card-section.contact, .card-section.sns {
  padding-top: 210px;
}
@media screen and (max-width: 750px) {
  .card-section.ticket, .card-section.goods, .card-section.novelty, .card-section.payment, .card-section.photo, .card-section.notice, .card-section.contact, .card-section.sns {
    padding-top: 140px;
  }
}
@media screen and (max-width: 750px) {
  .card-section.sns {
    padding-bottom: 60px;
  }
}
.card-section.sns .custom-card {
  padding-top: 66px;
}

.custom-card.location {
  padding-top: 80px;
}
.custom-card.location:nth-child(n+2) {
  margin-top: 130px;
}
@media screen and (max-width: 750px) {
  .custom-card.location:nth-child(n+2) {
    margin-top: 48px;
  }
}
.custom-card.schedule {
  padding-top: 0;
  margin-top: 60px;
}
.custom-card.schedule .fontRegular {
  margin-top: 8px;
}

.free.--wh {
  background: #fff;
  padding: 24px 30px;
  color: #000;
}
.free table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}
.free table:nth-child(n+2) {
  border-top: dashed white 1px;
}
.free table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: dashed white 1px;
}
.free table tr.bl {
  border-bottom: dashed black 1px;
}
.free table tr:last-child {
  border-bottom: 0;
}
.free table tr.last {
  border-bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.free table tr.last th {
  margin-top: 20px;
}
.free table th {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  margin-right: 12px;
  line-height: 1;
}
.free table th.bl {
  color: #000;
}
.free table td {
  width: calc(100% - 76px);
  font-weight: 700;
  padding: 0.8em 0;
  vertical-align: top;
  line-height: 1.2;
}
.free table td.--pt0 {
  padding-top: 0;
}
.free table td.--pb0 {
  padding-bottom: 0;
}
.free table td.bl {
  color: #000;
}
.free table td div {
  margin-top: 4px;
}
@media screen and (max-width: 750px) {
  .free table td div {
    font-size: clamp(14px, 13px + 10.8 * (100vw - 375px) / 255, 16px);
  }
}
.free table td div.row {
  margin: 0 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.free table td span {
  display: block;
}
.free table td span.big {
  display: inline-block;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .free table td span.big {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .free table td span.big {
    font-size: clamp(22px, 13px + 10.8 * (100vw - 375px) / 255, 24px);
  }
}
.free table td span.big2 {
  display: inline-block;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .free table td span.big2 {
    font-size: 18px;
  }
}
.free table td span.last {
  border-radius: 50px;
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 14px;
  padding: 3px 8px 4px;
  line-height: 1.2;
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  .free table td span.last {
    font-size: 12px;
  }
}
.free table td small {
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .free table td small {
    font-size: 12px;
  }
  .free table td small.sm {
    font-size: 12px;
  }
}
.free table td small.--bl {
  color: #000;
}
.free table td a {
  display: inline-block;
  font-size: 12px;
  background-color: #fff;
  color: #000;
  padding: 2px 0.4em;
  margin: 5px 0 0;
  border-radius: 4px;
  line-height: 1.2;
}
.free table td .fontRegular {
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .free table td .fontRegular {
    font-size: 14px;
  }
  .free table td .fontRegular.sm {
    font-size: 12px;
  }
}
.free .iframe-aspect {
  aspect-ratio: 16/9;
  margin-bottom: 16px;
}
.free .iframe-aspect iframe {
  width: 100%;
  height: 100%;
}

.card-ticket__note,
.card-ticket__text {
  color: #000 !important;
}

.card-ticket__note {
  font-size: 24px !important;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .card-ticket__note {
    font-size: 18px !important;
  }
}
.card-ticket__note.--osaka {
  color: #fff !important;
  background: #000;
  font-size: 16px !important;
  font-weight: 400;
  padding: 0 5px;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .card-ticket__note.--osaka {
    margin-bottom: 24px;
  }
}

.card-ticket__text {
  margin: 24px 0;
}

.card-ticket__link {
  color: #0099FF;
  text-decoration: underline;
}

.goods-note {
  margin: 60px auto 0;
}
@media screen and (max-width: 750px) {
  .goods-note {
    margin: 48px auto 0;
  }
}
.goods-note p {
  font-size: 16px;
}
.goods-note p:nth-child(n+2) {
  margin-top: 16px;
}

.novelty-note {
  margin: 60px auto 0;
}
.novelty-note p {
  color: #fff !important;
  padding: 0 !important;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .novelty-note p {
    font-size: 14px;
  }
}

.novelty-pickup {
  position: relative;
  margin: 16px auto 80px;
  text-align: center;
  padding: 0 !important;
}
@media screen and (max-width: 750px) {
  .novelty-pickup {
    margin: 16px auto 48px;
  }
}
.novelty-pickup:before, .novelty-pickup:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 56px;
  height: 68px;
  background: url("../../images/line.webp") no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .novelty-pickup:before, .novelty-pickup:after {
    top: 10px;
    width: 28px;
    height: 34px;
  }
}
.novelty-pickup:before {
  left: 0;
}
@media screen and (max-width: 750px) {
  .novelty-pickup:before {
    left: -20px;
  }
}
.novelty-pickup:after {
  right: 0;
}
@media screen and (max-width: 750px) {
  .novelty-pickup:after {
    right: -20px;
  }
}
.novelty-pickup p {
  padding-top: 6px;
  font-size: 16px;
  color: #FF6600 !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .novelty-pickup p {
    font-size: 14px;
  }
}

.payment p {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .payment p {
    font-size: 16px;
  }
}
.payment p.payment-note {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
}
.payment .card-content {
  margin: 48px 0 0;
}
.payment .card-content.--mt {
  margin-top: 24px;
}
.payment .card-content figure {
  max-width: 334px;
  margin: 0 auto;
}
.payment .card-content figure img {
  cursor: default;
}

.photo-pickup {
  margin: 0 0 24px;
}
.photo-pickup p {
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .photo-pickup p {
    font-size: 16px;
  }
}

.photo__wrap {
  margin: 24px 0 48px;
}

.photo__tag {
  background: #fff;
  color: #000;
  padding: 4px 6px;
  border-radius: 4px;
  margin-right: 6px;
  line-height: 1.1;
}

.photo__text {
  font-size: 24px !important;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .photo__text {
    font-size: 20px !important;
    display: block;
  }
}

.photo__frame {
  display: block !important;
}

.photo__big {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1;
}
.photo__big span {
  color: #fff;
  font-weight: 400;
}

.photo__list {
  margin-top: 24px;
}

.contact__text {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .contact__text {
    font-size: clamp(16px, 12px + 7.2 * (100vw - 375px) / 255, 18px);
  }
}

footer {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: clamp(29px, 29px + 6.6 * (100vw - 375px) / 255, 32px) 0;
  font-weight: 500;
}
footer p {
  font-size: clamp(12px, 12px + 7.2 * (100vw - 375px) / 255, 18px);
}
@media screen and (min-width: 751px) {
  footer {
    display: none;
  }
}

.mobile-float-nav {
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mobile-float-nav.transition {
  opacity: 0 !important;
}

.mobile-float-nav.show {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 552px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 100;
  width: calc(100% - 48px);
  height: clamp(60px, 60px + 36 * (100vw - 375px) / 255, 96px);
  opacity: 1;
  background-color: #FF6600;
}
.mobile-float-nav.show > a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: clamp(16px, 16px + 10.8 * (100vw - 375px) / 255, 28.8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  color: #fff;
}
.mobile-float-nav.show > a:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 68px;
  width: clamp(8px, 8px + 4.8 * (100vw - 375px) / 255, 12.8px);
  height: clamp(14.4px, 14.4px + 8.64 * (100vw - 375px) / 255, 23.04px);
  height: 100%;
  background: url("../../images/arr-r.webp") no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .mobile-float-nav.show > a:before {
    right: 25px;
  }
}
.mobile-float-nav.show > a:after {
  content: "";
  background-color: #000;
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: -1;
}
.mobile-float-nav.show > a:hover {
  color: #fff;
}
.mobile-float-nav.show > a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.is-mac-wide header .wrap:before {
  width: 2160px;
  height: 1271px;
}
@media screen and (max-width: 1840px) {
  .is-mac-wide header .wrap:before {
    width: 1440px;
    height: 847px;
  }
}
.is-mac-wide header .logo {
  height: 100%;
}
@media screen and (min-width: 1841px) {
  .is-mac-wide header .logo {
    width: 2000px;
  }
}
@media screen and (max-width: 1840px) {
  .is-mac-wide header .logo {
    width: 1440px;
  }
}
@media screen and (max-width: 1840px) and (min-width: 1440px) {
  .is-mac-wide header .logo {
    width: 1440px;
    height: 847px;
  }
}
@media screen and (max-width: 1439px) {
  .is-mac-wide header .logo {
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1841px) {
  .is-mac-wide header p {
    top: 0;
    left: 90px;
    bottom: -110px;
    width: clamp(28.75rem, 17.215rem + 10.03vw, 31.25rem);
    -webkit-transform: translate(0%, 35px);
            transform: translate(0%, 35px);
  }
}
@media screen and (max-width: 1840px) and (min-width: 1440px) {
  .is-mac-wide header p {
    top: 0;
    bottom: -110px;
    width: clamp(32.5rem, 28.75rem + 4.17vw, 33.75rem);
    -webkit-transform: translate(0%, 35px);
            transform: translate(0%, 35px);
    max-width: 524px;
  }
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 1;
  background: #fff;
}
header .wrap {
  position: absolute;
  height: 100%;
  z-index: 2;
  right: 0;
}
@media screen and (min-width: 1153px) {
  header .wrap {
    overflow: hidden;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.7s cubic-bezier(0.32, 0, 0.67, 0);
    transition: 0.7s cubic-bezier(0.32, 0, 0.67, 0);
  }
}
@media screen and (max-width: 1152px) {
  header .wrap {
    width: 100%;
    overflow: hidden;
    top: auto;
  }
}
header .wrap:before {
  content: "";
  position: absolute;
  background: url("../../images/kv.webp") no-repeat right top/contain;
  top: 0;
  right: 0;
  z-index: 10;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
@media screen and (min-width: 1153px) {
  header .wrap:before {
    width: 1440px;
    height: 847px;
  }
}
@media screen and (max-width: 1152px) {
  header .wrap:before {
    background: url("../../images/kv-sp.webp") repeat-x left/cover;
    width: 100%;
    height: 85%;
    -webkit-animation-name: slide_img;
            animation-name: slide_img;
    -webkit-animation-duration: 400s;
            animation-duration: 400s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
@media screen and (max-width: 750px) {
  header .wrap:before {
    height: 75%;
  }
}
@-webkit-keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}
@keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}
header .logo {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1440px) {
  header .logo {
    width: 1440px;
    height: 847px;
  }
}
@media screen and (max-width: 1439px) {
  header .logo {
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
header p {
  position: absolute;
  z-index: 55;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  left: 0;
}
@media screen and (min-width: 1440px) {
  header p {
    top: 0;
    left: 15px;
    bottom: -110px;
    width: clamp(32.5rem, 28.75rem + 4.17vw, 33.75rem);
    background: url("../../images/logo.webp") no-repeat center/contain;
    -webkit-transform: translate(0%, 35px);
            transform: translate(0%, 35px);
    max-width: 524px;
  }
}
@media screen and (max-width: 1439px) {
  header p {
    background: url("../../images/logo-sp.webp") no-repeat center/contain;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: clamp(210px, 210px + 8.64 * (100vw - 375px) / 255, 250px);
  }
}
@media screen and (max-width: 1152px) {
  header p {
    -webkit-transform: translate(0%, 12px);
            transform: translate(0%, 12px);
    bottom: clamp(5.375rem, 1.119rem + 16.28vw, 8.75rem);
  }
}
@media screen and (max-width: 750px) {
  header p {
    height: clamp(190px, 190px + 8.64 * (100vw - 375px) / 255, 250px);
  }
}
header .kv-scroll {
  position: relative;
  -webkit-transition: ease-in opacity 0.5s, -webkit-transform 0.5s;
  transition: ease-in opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, ease-in opacity 0.5s;
  transition: transform 0.5s, ease-in opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  color: #000;
  -webkit-transform: translate(0%, 35px);
          transform: translate(0%, 35px);
  overflow: hidden;
}
header .kv-scroll:before {
  content: "";
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #000;
  position: absolute;
  left: -10px;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 120px;
  margin: auto;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
header.start:before {
  opacity: 1;
}
header.start .sp-nav {
  width: 100%;
}
header.start h1 .wrap {
  width: 100%;
  max-width: 1920px;
}
header.start p {
  opacity: 1;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
}
header.start .kv-scroll.is-active {
  opacity: 1;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 10;
  height: 120px;
  color: #000;
  padding-left: 8px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(10px, 10px + 6.6 * (100vw - 375px) / 255, 12px);
  font-family: "LINE Seed JP", sans-serif;
}
@media screen and (max-width: 750px) {
  header.start .kv-scroll.is-active {
    height: 80px;
  }
}

.copy-right {
  text-align: center;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  padding: clamp(16px, 16px + 5.4 * (100vw - 375px) / 255, 32px);
}
@media screen and (max-width: 750px) {
  .copy-right {
    display: none;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 750px) {
  a, button {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }
}
body.modal-open {
  overflow: hidden;
}

.img-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}

.img-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.img-modal .img-modal-content {
  width: 100%;
  max-width: 630px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.img-modal .img-modal-content img {
  cursor: default;
}

.img-modal img {
  width: 100%;
  max-width: 100%;
  max-height: calc(100% - 40px);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.img-modal .caption {
  color: #fff;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  height: 30px;
}

.img-modal .close-btn {
  font-size: 50px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  margin-top: 30px;
}

.img-modal .close-btn:hover {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transition: -webkit-filter 0.1s ease-in-out;
  transition: -webkit-filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out, -webkit-filter 0.1s ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------
### qa
--------------------------------*/
.qa__wrap {
  border-bottom: dashed white 1px;
}

.qa__box .crossBar {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.qa__box .crossBar:before, .qa__box .crossBar:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #FF6600;
}
.qa__box .crossBar:before {
  width: 1.6px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box .crossBar:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.6px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-qa__parent {
  position: relative;
  margin: 48px 0;
  z-index: 1;
}
.js-qa__parent.--first {
  padding-top: 0;
}
.js-qa__parent.is-open .crossBar:before {
  display: none;
}

.qa__box dd {
  margin: 0;
  display: none;
}

.qa__list {
  display: block;
  padding-bottom: 48px;
}

.qa__item {
  position: relative;
  display: block;
  padding-left: 14px;
  text-indent: -14px;
  color: #fff;
}
.qa__item:before {
  content: "・";
}
.qa__item:nth-child(n+2) {
  margin-top: 10px;
}
.qa__item.--attention {
  text-align: center;
  font-weight: 700;
  margin: 24px 0;
}
.qa__item.--attention:before {
  display: none;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.bg-layer img {
  mix-blend-mode: screen;
  opacity: 0.9;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -1px;
}