@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;
}

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

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

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

picture {
  display: block;
}

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

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Thin.otf") format("otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Black.otf") format("otf");
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-width: 1200px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media (max-width: 1024px) {
  body {
    min-width: unset;
  }
}

.is-pc {
  display: block;
}
@media (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 1024px) {
  .is-sp {
    display: block;
  }
}

.c-title {
  margin-bottom: 120px;
  font-size: 8.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 4px 4px 0px #fff, -4px -4px 0px #fff, -4px 4px 0px #fff, 4px -4px 0px #fff, 4px 0px 0px #fff, -4px 0px 0px #fff, 0px 4px 0px #fff, 0px -4px 0px #fff;
}
@media (max-width: 1024px) {
  .c-title {
    margin-bottom: 56px;
    line-height: 1.6;
    font-size: 4rem;
  }
}

.c-head {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  padding: 32px 0;
  font-size: 4rem;
  color: #fff;
  background-color: #000;
  font-weight: 700;
  text-align: center;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
@media (max-width: 1024px) {
  .c-head {
    width: 90%;
    padding: 12px 0;
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.6;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.c-button {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  background-color: #FF4000;
  border: 4px solid #FF4000;
  border-radius: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-button:hover {
  color: #FF4000;
  background-color: #fff;
}
.c-button:hover path {
  fill: #FF4000;
}
@media (max-width: 1024px) {
  .c-button {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-button-none:hover {
  color: #fff;
  background-color: #FF4000;
}
.c-button a, .c-button span {
  display: block;
  padding: 32px 0;
}
@media (max-width: 1024px) {
  .c-button a, .c-button span {
    padding: 18px 0;
  }
}
.c-button svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: auto;
}
@media (max-width: 1024px) {
  .c-button svg {
    width: 18px;
  }
}
.c-button path {
  -webkit-transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-link {
  width: 360px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 12px;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .c-link {
    width: 64%;
    font-size: 1.6rem;
  }
}
.c-link:hover {
  color: #000;
  background-color: #FFFF01;
}
.c-link a, .c-link span {
  display: block;
  padding: 20px 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .c-link a, .c-link span {
    padding: 16px 0;
    line-height: 1.4;
  }
}

.l-wrap {
  overflow: hidden;
  padding-bottom: 320px;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/dot.svg);
  z-index: -1;
}

.l-header {
  position: relative;
}

.l-mv {
  position: relative;
  border-bottom: 4px solid #000;
  z-index: 3;
}
@media (max-width: 1024px) {
  .l-mv {
    border-bottom: 2px solid #000;
    z-index: 5;
  }
}

.l-nav {
  position: relative;
  margin-top: -76px;
  padding: 48px 0;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 30px;
  font-size: 2.2rem;
  font-weight: 700;
  z-index: 4;
}
@media (max-width: 1024px) {
  .l-nav {
    margin-top: 20px;
    padding: 24px 0;
    font-size: 1.6rem;
    border: 2px solid #000;
    text-align: center;
    z-index: 3;
  }
}
.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media (max-width: 1024px) {
  .l-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.l-nav__item {
  position: relative;
}
.l-nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  background-color: #FFD700;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-nav__item a {
  position: relative;
}
.l-nav__item:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.l-section {
  position: relative;
  margin-top: 200px;
}
@media (max-width: 1024px) {
  .l-section {
    margin-top: 72px;
  }
}

.l-footer {
  margin-top: 200px;
  text-align: center;
}
@media (max-width: 1024px) {
  .l-footer {
    margin-top: 160px;
  }
}
.l-footer__logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-footer__logo {
    width: 40%;
  }
}
.l-footer__list {
  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;
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .l-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.l-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .l-cta {
    z-index: 4;
  }
}
.l-cta__sp {
  display: none;
}
.l-cta__sp img {
  width: 100%;
}
@media (max-width: 780px) {
  .l-cta__sp {
    display: block;
    width: 100%;
  }
}
.l-cta__inner {
  padding: 32px 0;
  background-color: #FFD700;
  border-top: 4px solid #000;
}
@media (max-width: 1024px) {
  .l-cta__inner {
    padding: 24px;
    border-top: 2px solid #000;
  }
}
@media (max-width: 780px) {
  .l-cta__inner {
    display: none;
  }
}
.l-cta__content {
  position: relative;
}
.l-cta__button {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 24px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .l-cta__button {
    width: 96%;
    border: 2px solid #000;
    font-size: 1.6rem;
  }
}
.l-cta__button:hover {
  color: #fff;
  background-color: #FF4000;
}
.l-cta__button:hover path {
  fill: #fff;
}
.l-cta__circle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 234px;
  height: auto;
}
@media (max-width: 1024px) {
  .l-cta__circle {
    right: -32px;
    width: 16%;
  }
}
@media (max-width: 780px) {
  .l-cta__circle {
    display: none;
  }
}

.m-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .m-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.m-frame {
  padding-bottom: 72px;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  .m-frame {
    padding-bottom: 56px;
    border: 2px solid #000;
    border-radius: 12px;
  }
}

.m-red {
  color: #fff;
  background-color: #F0047F;
}

.m-blue {
  color: #fff;
  background-color: #01A0C6;
}

.m-green {
  color: #fff;
  background-color: #4DAC27;
}

.m-tred {
  color: #F0047F;
}

.m-tblue {
  color: #01A0C6;
}

.m-tgreen {
  color: #4DAC27;
}

.p-banner {
  -webkit-transition: -webkit-transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.48s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  border: 4px solid #000;
}
.p-banner:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.p-banner a {
  display: block;
}

.p-dx__content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-dx__content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .p-dx__content .c-button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-dx__intro {
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-dx__intro {
    font-size: 1.6rem;
  }
}
.p-dx__main {
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .p-dx__main {
    margin-top: 40px;
  }
}
.p-dx__title {
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-dx__title {
    width: 310px;
  }
}
@media (max-width: 780px) {
  .p-dx__title {
    width: 80%;
  }
}
.p-dx__title .top {
  display: block;
  font-size: 4.8rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-dx__title .top {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-dx__title .bottom {
  display: block;
  margin-top: 12px;
  padding: 8px 0;
  color: #fff;
  background-color: #000;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-dx__title .bottom {
    padding: 8px 0;
    font-size: 1.2rem;
  }
}
.p-dx__list {
  width: 800px;
  margin: 80px auto 0;
}
@media (max-width: 1024px) {
  .p-dx__list {
    width: 100%;
  }
}
.p-dx__item {
  position: relative;
  padding: 36px 0;
  margin-top: 64px;
  border: 4px solid #000;
}
@media (max-width: 1024px) {
  .p-dx__item {
    padding: 40px 0 32px;
    margin-top: 56px;
    border-left: none;
    border-right: none;
    border-width: 2px;
  }
}
.p-dx__num {
  position: absolute;
  top: -32px;
  left: -48px;
  width: 160px;
  padding: 12px 0;
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #000;
}
@media (max-width: 1024px) {
  .p-dx__num {
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2rem;
    width: 120px;
  }
}
.p-dx__text {
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-dx__text {
    font-size: 1.6rem;
  }
}
.p-dx__text .bg {
  display: inline-block;
  padding: 10px 8px;
  padding-left: 12px;
  background-color: #FFFF01;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-dx__text .bg {
    padding: 6px;
  }
}
.p-dx__text .bold {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-dx__text .bold {
    font-size: 2rem;
  }
}
.p-dx__text .mini {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .p-dx__text .mini {
    font-size: 1.2rem;
  }
}
.p-dx__bottom {
  margin-top: 64px;
  border: 4px solid #000;
  color: #000;
  background-color: #FFD700;
  font-size: 3rem;
  line-height: 1.8;
  -webkit-transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-dx__bottom:hover {
  color: #FFD700;
  background-color: #000;
}
.p-dx__bottom:hover path {
  fill: #FFD700;
}
@media (max-width: 1024px) {
  .p-dx__bottom {
    margin-top: 40px;
    border: 2px solid #000;
    font-size: 1.4rem;
  }
}

.p-ticket {
  margin-top: 120px;
}
@media (max-width: 1024px) {
  .p-ticket {
    margin-top: 56px;
  }
}
.p-ticket__content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-ticket__content {
    width: 100%;
  }
}
.p-ticket__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 12px 818px;
  grid-template-columns: 130px 818px;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 10px;
  margin-top: 56px;
}
.p-ticket__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-ticket__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1024px) {
  .p-ticket__item {
    display: block;
  }
}
.p-ticket__data {
  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;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .p-ticket__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 12px 0;
  }
}
.p-ticket__data span {
  display: block;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-ticket__data span {
    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;
  }
}
.p-ticket__data .num {
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 4.8rem;
}
@media (max-width: 1024px) {
  .p-ticket__data .num {
    font-size: 2.4rem;
  }
}
.p-ticket__data .text {
  margin-top: 12px;
  font-size: 3.2rem;
}
@media (max-width: 1024px) {
  .p-ticket__data .text {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.p-ticket__main {
  position: relative;
  padding-top: 56px;
  padding-bottom: 36px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
@media (max-width: 1024px) {
  .p-ticket__main {
    margin-top: 10px;
  }
}
.p-ticket__main-blue {
  border: 4px solid #01A0C6;
}
.p-ticket__main-blue .head {
  background-color: #01A0C6;
}
.p-ticket__main-green {
  border: 4px solid #4DAC27;
}
.p-ticket__main-green .head {
  background-color: #4DAC27;
}
.p-ticket__main .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  color: #fff;
  border-bottom-right-radius: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-ticket__main .head {
    width: 120px;
    font-size: 1.4rem;
    border-bottom-right-radius: 16px;
  }
}
.p-ticket__price {
  width: 560px;
  margin: 0 auto;
  color: #000;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-ticket__price {
    width: 200px;
  }
}
.p-ticket__price span {
  line-height: 1;
}
.p-ticket__price .main {
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 6.4rem;
}
@media (max-width: 1024px) {
  .p-ticket__price .main {
    font-size: 3.2rem;
  }
}
.p-ticket__price .mini {
  display: inline-block;
  margin-left: 8px;
  font-size: 3.6rem;
}
@media (max-width: 1024px) {
  .p-ticket__price .mini {
    font-size: 2rem;
  }
}
.p-ticket__price .sub {
  display: inline-block;
  position: relative;
  top: 12px;
  margin-left: 8px;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .p-ticket__price .sub {
    font-size: 1.6rem;
  }
}
.p-ticket__price .border {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 4px dashed #000;
  font-weight: 700;
}
.p-ticket__price .border-blue {
  border-color: #01A0C6;
}
.p-ticket__price .border-green {
  border-color: #4DAC27;
}
.p-ticket__button {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  font-size: 3.2rem;
}
@media (max-width: 1024px) {
  .p-ticket__button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.p-ticket__warm {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
}
@media (max-width: 1024px) {
  .p-ticket__warm {
    width: 90%;
    margin-top: 32px;
  }
}
.p-ticket__warm li {
  position: relative;
  padding: 20px 0;
  padding-left: 72px;
  border-bottom: 4px dashed #000;
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .p-ticket__warm li {
    padding-left: 32px;
    border-bottom: 2px dashed #000;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-ticket__warm li::before {
  content: "※";
  position: absolute;
  top: 18px;
  left: 8px;
}
@media (max-width: 1024px) {
  .p-ticket__warm li::before {
    left: 4px;
  }
}
.p-ticket__notice {
  width: 570px;
  margin: 16px auto 0;
}
@media (max-width: 1024px) {
  .p-ticket__notice {
    width: 90%;
    font-size: 1.2rem;
  }
}

.p-free {
  margin-top: 120px;
}
.p-free__content {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-free__content {
    width: 100%;
  }
}
.p-free__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-free__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-free__data {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 150px;
}
@media (max-width: 1024px) {
  .p-free__data {
    width: 100%;
    padding: 12px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-free__data span {
  display: block;
  line-height: 1;
  text-align: center;
}
.p-free__data .num {
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 4.8rem;
}
@media (max-width: 1024px) {
  .p-free__data .num {
    font-size: 2.4rem;
  }
}
.p-free__data .text {
  margin-top: 12px;
  font-size: 3.2rem;
}
@media (max-width: 1024px) {
  .p-free__data .text {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.p-free__title {
  position: relative;
  width: 720px;
  padding: 24px 0;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-free__title {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-free__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 4px solid #fff;
}
.p-free__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  margin-top: 56px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .p-free__img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    gap: 16px;
  }
}
.p-free__text {
  margin-top: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-free__text {
    margin-top: 8px;
  }
}
.p-free__pos, .p-free__name {
  line-height: 1;
}
.p-free__pos {
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .p-free__pos {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.p-free__name {
  margin-top: 12px;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .p-free__name {
    margin-top: 6px;
    font-size: 2rem;
  }
}
.p-free__name span {
  margin-left: 4px;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .p-free__name span {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .p-free__button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
}
.p-free__notice {
  margin-top: 8px;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-free__notice {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.p-free__notice a {
  font-weight: 700;
  text-decoration: underline;
}

.p-timetable__title {
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFFF01;
  background-color: #000;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-timetable__title {
    padding: 12px 0;
    font-size: 4rem;
  }
}
.p-timetable__intro {
  padding: 80px 0;
  background-color: #fff;
  border-bottom: 4px solid #000;
}
@media (max-width: 1024px) {
  .p-timetable__intro {
    padding: 56px 0;
  }
}
.p-timetable__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-timetable__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.p-timetable__item {
  width: 390px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 780px) {
  .p-timetable__item {
    width: 100%;
  }
}
.p-timetable__head {
  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;
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-timetable__head {
    font-size: 2.4rem;
    gap: 8px;
  }
}
.p-timetable__head span {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .p-timetable__head span {
    font-size: 1.6rem;
  }
}
.p-timetable__main {
  position: relative;
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 4px dashed #000;
  background-size: 200px auto;
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .p-timetable__main {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 56px;
    background-size: 53% auto;
  }
}
.p-timetable__main:hover {
  background-size: 214px auto;
}
@media (max-width: 1024px) {
  .p-timetable__main:hover {
    background-size: 56% auto;
  }
}
.p-timetable__main a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-timetable__time {
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .p-timetable__time {
    font-size: 2rem;
  }
}
.p-timetable__time .fill {
  color: #fff;
  background-color: #F0047F;
}
.p-timetable__name {
  margin-top: 6px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .p-timetable__name {
    font-size: 1.6rem;
  }
}

.p-table {
  margin-top: 100px;
  padding: 96px 0;
  background-color: #fff;
  border: 4px solid #000;
  border-left: none;
  border-right: none;
}
@media (max-width: 1024px) {
  .p-table {
    margin-top: 56px;
    padding: 0 0 16px;
    border-top: unset;
    border-bottom: 2px solid #000;
  }
}
.p-table__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-table__inner {
    width: 100%;
  }
}
.p-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-table__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-table__data {
  width: 180px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .p-table__data {
    width: 100%;
    padding: 12px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.p-table__data span {
  display: block;
  line-height: 1;
}
.p-table__data .main {
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 4.8rem;
}
@media (max-width: 1024px) {
  .p-table__data .main {
    font-size: 2.4rem;
  }
}
.p-table__data .text {
  margin-top: 8px;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .p-table__data .text {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.p-table__dx {
  width: 990px;
  border: 4px solid #FF4000;
}
@media (max-width: 1024px) {
  .p-table__dx {
    width: 100%;
  }
}
.p-table__dxHead {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #FF4000;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-table__dxHead {
    font-size: 2rem;
  }
}
.p-table__dxBody {
  padding: 16px 0;
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-table__dxBody {
    font-size: 1.6rem;
  }
}
.p-table__dx a {
  font-weight: 700;
  text-decoration: underline;
}
.p-table__price {
  margin-top: 10px;
}
.p-table__body {
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .p-table__body {
    margin-top: 40px;
  }
}
.p-table__item {
  padding: 36px 0;
  border-top: 8px dashed #000;
}
@media (max-width: 1024px) {
  .p-table__item {
    width: 90%;
    padding: 16px 0 48px;
    border-top: 4px dashed #000;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-table__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .p-table__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 8px;
  }
}
.p-table__time {
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .p-table__time {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.p-table__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-table__tag li {
  padding: 8px 12px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-table__tag li {
    font-size: 1.4rem;
  }
}
.p-table__tag a {
  text-decoration: underline;
}
.p-table__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .p-table__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.p-table__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 590px;
}
@media (max-width: 1024px) {
  .p-table__img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .p-table__img-center {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-table__img img {
  width: 286px;
}
@media (max-width: 1024px) {
  .p-table__img img {
    width: 100%;
  }
}
.p-table__img .center {
  text-align: center;
}
.p-table__img .center img {
  width: 50%;
}
.p-table__name {
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .p-table__name {
    margin-top: 8px;
  }
}
.p-table__name span {
  display: block;
  line-height: 1;
}
.p-table__name .pos {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .p-table__name .pos {
    font-size: 1rem;
  }
}
.p-table__name .name {
  margin-top: 8px;
  font-size: 3.2rem;
}
@media (max-width: 1024px) {
  .p-table__name .name {
    margin-top: 6px;
    font-size: 1.8rem;
  }
}
.p-table__name .name span {
  display: inline-block;
  margin-left: 8px;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .p-table__name .name span {
    margin-left: 4px;
    font-size: 1.4rem;
  }
}
.p-table__text {
  width: 550px;
  background-position: top right;
  background-size: 200px auto;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .p-table__text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 780px) {
  .p-table__text {
    background-size: 50% auto;
  }
}
.p-table__text .c-button {
  margin-top: 40px;
  font-size: 3.2rem;
}
@media (max-width: 1024px) {
  .p-table__text .c-button {
    font-size: 1.6rem;
  }
}
.p-table__text .c-button a {
  padding: 24px 0;
}
.p-table__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .p-table__title {
    font-size: 2.4rem;
  }
}
.p-table__add {
  padding: 2px 0;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-table__add {
    font-size: 1.6rem;
  }
}
.p-table__add-red {
  background-color: #F0047F;
}
.p-table__para {
  margin-top: 32px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-table__para {
    margin-top: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
}

.p-house {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .p-house {
    margin-top: 56px;
  }
}
.p-house__intro {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-house__intro {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-house__list {
  width: 870px;
  margin: 48px auto 0;
}
@media (max-width: 1024px) {
  .p-house__list {
    width: 90%;
    margin-top: 32px;
  }
}
.p-house__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .p-house__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-house__img {
  width: 240px;
}
@media (max-width: 1024px) {
  .p-house__img {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-house__text {
  width: 580px;
}
@media (max-width: 1024px) {
  .p-house__text {
    width: 100%;
  }
}
.p-house__title {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .p-house__title {
    font-size: 2rem;
  }
}
.p-house__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FF4000;
}
@media (max-width: 1024px) {
  .p-house__title::before {
    top: -4px;
    width: 20px;
    height: 20px;
  }
}
.p-house__title span {
  position: relative;
  left: 16px;
}
@media (max-width: 1024px) {
  .p-house__title span {
    left: 8px;
  }
}
.p-house__present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .p-house__present {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-house__data {
  min-width: 60px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .p-house__data {
    min-width: unset;
    width: 100%;
    padding: 12px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-house__data span {
  display: block;
  line-height: 1;
}
.p-house__data .main {
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
}
.p-house__data .sub {
  margin-top: 4px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-house__data .sub {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.p-house__main {
  padding: 24px 88px;
  border: 2px solid #000;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-house__main {
    padding: 16px 48px;
    font-size: 1.24rem;
    font-weight: 700;
  }
}
.p-house__main-blue {
  border-color: #01A0C6;
}
.p-house__main-green {
  border-color: #4DAC27;
}

.p-kit__body {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .p-kit__body {
    padding-top: 0;
    overflow: hidden;
  }
}
.p-kit__list {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-kit__list {
    width: 100%;
  }
}
.p-kit__item {
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 6px dashed #000;
}
@media (max-width: 1024px) {
  .p-kit__item {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .p-kit__item:first-of-type {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .p-kit__item:first-of-type .p-kit__data {
    border-bottom: 2px solid #000;
  }
}
.p-kit__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .p-kit__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-kit__data {
  min-width: 160px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .p-kit__data {
    min-width: unset;
    width: 100%;
    padding: 12px 0;
    aspect-ratio: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.p-kit__data span {
  display: block;
  line-height: 1;
  text-align: center;
}
.p-kit__data .main {
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 4.8rem;
}
@media (max-width: 1024px) {
  .p-kit__data .main {
    font-size: 2.4rem;
  }
}
.p-kit__data .sub {
  margin-top: 8px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-kit__data .sub {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.p-kit__title {
  width: 920px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .p-kit__title {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-kit__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .p-kit__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-kit__img {
  width: 520px;
}
@media (max-width: 1024px) {
  .p-kit__img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-kit__text {
  width: 540px;
}
@media (max-width: 1024px) {
  .p-kit__text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    border-bottom: 2px dashed #000;
  }
}
.p-kit__text .c-button {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .p-kit__text .c-button {
    font-size: 1.6rem;
  }
}
.p-kit__product {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-kit__product {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.p-kit__para {
  margin-top: 32px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .p-kit__para {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 1.6rem;
  }
}
.p-kit__notice {
  margin-top: 24px;
  text-align: right;
}
@media (max-width: 1024px) {
  .p-kit__notice {
    width: 90%;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-special__intro {
  position: relative;
  padding: 24px 0;
  border: 4px solid #000;
  background-color: #FFFF01;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media (max-width: 1024px) {
  .p-special__intro {
    padding: 32px 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.p-special__intro::before, .p-special__intro::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #000;
}
@media (max-width: 1024px) {
  .p-special__intro::before, .p-special__intro::after {
    width: 18px;
    height: 18px;
  }
}
.p-special__intro::before {
  top: -16px;
  left: -16px;
}
@media (max-width: 1024px) {
  .p-special__intro::before {
    top: -12px;
    left: -12px;
  }
}
.p-special__intro::after {
  bottom: -16px;
  right: -16px;
}
@media (max-width: 1024px) {
  .p-special__intro::after {
    bottom: -12px;
    right: -12px;
  }
}
.p-special__list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 380px 30px 380px 30px 380px;
  grid-template-columns: repeat(3, 380px);
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .p-special__list {
    -ms-grid-columns: (100%)[1];
    grid-template-columns: repeat(1, 100%);
  }
}
.p-special__item {
  position: relative;
  margin-top: 16px;
}
.p-special__item:hover .p-special__thumb {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.p-special__item.is-hidden {
  display: none;
}
.p-special__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-special__thumb {
  width: 100%;
  height: auto;
  padding-top: 55%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #000;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-special__text {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .p-special__text {
    font-size: 1.6rem;
  }
}
.p-special__bottom .c-link {
  width: 460px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-special__bottom .c-link {
    width: 80%;
  }
}
.p-special__bottom.is-hidden {
  display: none;
}

.p-check__title {
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  text-align: center;
}
.p-check__title .point {
  display: inline-block;
}
@media (max-width: 1024px) {
  .p-check__title {
    padding: 20px 0;
    font-size: 4rem;
    line-height: 1.4;
  }
}
.p-check__body {
  padding: 72px 0;
  background-color: #fff;
  border-bottom: 4px solid #000;
}
@media (max-width: 1024px) {
  .p-check__body {
    padding: 64px 0;
    border-bottom: 2px solid #000;
  }
}
.p-check__content {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-check__content {
    width: 90%;
  }
}
.p-check__intro {
  padding: 32px 0;
  border: 2px solid #000;
  border-radius: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-check__intro {
    padding: 24px;
    border-radius: 12px;
  }
}
.p-check__intro h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-check__intro h3 {
    font-size: 2rem;
  }
}
.p-check__intro p {
  margin-top: 8px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .p-check__intro p {
    line-height: 1.6;
  }
}
.p-check__item {
  position: relative;
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .p-check__item {
    margin-top: 32px;
  }
}
.p-check__head {
  position: relative;
  font-size: 3.2rem;
}
@media (max-width: 1024px) {
  .p-check__head {
    font-size: 1.8rem;
  }
}
.p-check__head::before {
  content: "";
  display: inline-block;
  width: 32px;
  aspect-ratio: 1/1;
  margin-right: 24px;
  background-color: #000;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .p-check__head::before {
    width: 14px;
    margin-right: 12px;
  }
}
.p-check__para {
  margin-left: 56px;
}
@media (max-width: 1024px) {
  .p-check__para {
    margin-top: 4px;
    margin-left: 27px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-check__para li {
  padding-left: 1em;
  text-indent: -0.6em;
}