/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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;
  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;
  }
}

.is-mi {
  display: none;
}
@media (max-width: 780px) {
  .is-mi {
    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: #DA0011;
  border: 4px solid #DA0011;
  border-radius: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-button:hover {
  color: #DA0011;
  background-color: #fff;
}
.c-button:hover path {
  fill: #DA0011;
}
@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;
  transform: translateY(-50%);
  width: 32px;
  height: auto;
}
@media (max-width: 1024px) {
  .c-button svg {
    width: 18px;
  }
}
.c-button path {
  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;
  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: #fff;
  background-image: url(../img/dots.svg);
  background-size: 140px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .l-bg {
    background-size: 70px;
  }
}

.l-header {
  position: relative;
}
.l-header::before {
  content: "";
  width: 100%;
  height: 300px;
  background-color: #FFD700;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 3;
}
@media (max-width: 1024px) {
  .l-header::before {
    height: 70%;
    bottom: -30px;
  }
}

.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-mv img {
  width: 100%;
}

.l-nav {
  position: relative;
  margin-top: 60px;
  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: flex;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 1024px) {
  .l-nav__list {
    flex-direction: column;
    gap: 12px;
  }
}
.l-nav__item {
  position: relative;
  font-size: 2.6rem;
}
.l-nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background-color: #FFD700;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-nav__item a {
  position: relative;
}
.l-nav__item:hover::before {
  transform: scaleY(1);
  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: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .l-footer__list {
    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: #DA0011;
}
.l-cta__button:hover path {
  fill: #fff;
}
.l-cta__button svg path {
  fill: #DA0011;
}
.l-cta__circle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  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-orange {
  color: #fff;
  background-color: #FF4000;
}

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

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

.m-tred {
  color: #F0047F;
}

.m-torange {
  color: #FF4000;
}

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

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

.p-timetable__main {
  transition: 0.5s all;
}

.p-timetable__main:hover {
  transition: 0.5s all;
}

.p-timetable__list .p-timetable__item:nth-child(1) .p-timetable__main:hover {
  background-color: rgba(1, 160, 198, 0.3);
}

.p-timetable__list .p-timetable__item:nth-child(2) .p-timetable__main:hover {
  background-color: rgba(240, 4, 127, 0.3);
}

.p-timetable__list .p-timetable__item:nth-child(3) .p-timetable__main:hover {
  background-color: rgba(1, 160, 198, 0.3);
}

.p-timetable__list .p-timetable__item:nth-child(4) .p-timetable__main:hover {
  background-color: rgba(240, 4, 127, 0.3);
}

.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;
  font-size: 2.4rem;
  line-height: 4.8rem;
}
@media (max-width: 1024px) {
  .p-dx__intro {
    font-size: 1.6rem;
  }
}
@media (max-width: 780px) {
  .p-dx__intro {
    line-height: 2.2;
  }
}
.p-dx__intro__strong {
  font-size: 3rem;
  color: #F0047F;
}
@media (max-width: 780px) {
  .p-dx__intro__strong {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .p-dx__points {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-dx__points div {
  border: 3px solid #000;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1024px) {
  .p-dx__points div {
    border: 2px solid #000;
  }
}
.p-dx__points div h4 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  background-color: #F0047F;
  text-align: center;
  border-bottom: 3px solid #000;
}
@media (max-width: 1024px) {
  .p-dx__points div h4 {
    font-size: 2rem;
    border-bottom: 2px solid #000;
  }
}
.p-dx__points div p {
  padding: 40px 100px;
}
@media (max-width: 780px) {
  .p-dx__points div p {
    padding: 40px 20px;
  }
}
.p-dx__points div p img {
  display: block;
  width: 40%;
  margin: 40px auto;
  transform: rotate(5deg);
}
.p-dx__points div p span {
  font-weight: 700;
}
.p-dx__points div p .p-dx__table a {
  text-decoration: underline;
}
.p-dx__points div p .p-dx__table a:hover {
  opacity: 0.7;
}
.p-dx__points div:first-child {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.p-dx__points .form-button {
  width: 80%;
  margin: 0 auto;
  border: 4px solid #000;
  border-radius: 30px;
  background-color: #FFD700;
}
@media (max-width: 1024px) {
  .p-dx__points .form-button {
    border: 2px solid #000;
    border-radius: 15px;
  }
}
.p-dx__points .form-button:hover {
  background-color: #000;
}
.p-dx__points .form-button:hover a {
  color: #FFD700;
}
.p-dx__points .form-button:hover path {
  fill: #FFD700;
}
.p-dx__points .form-button a {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1024px) {
  .p-dx__points .form-button a {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.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;
  }
}
@media (max-width: 780px) {
  .p-dx__title .top {
    font-size: 2.2rem;
  }
}
.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%;
    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;
  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-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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-timetable__list {
    width: 90%;
    gap: 48px;
  }
}
@media (max-width: 780px) {
  .p-timetable__list {
    flex-direction: column;
  }
}
.p-timetable__item {
  width: 280px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-timetable__item {
    width: 45%;
  }
}
@media (max-width: 780px) {
  .p-timetable__item {
    width: 100%;
  }
}
.p-timetable__head {
  display: flex;
  justify-content: 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;
  padding-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
  height: 210px;
  border-bottom: 4px dotted #000;
}
@media (max-width: 1024px) {
  .p-timetable__main {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
    height: 150px;
  }
}
@media (max-width: 780px) {
  .p-timetable__main {
    padding-bottom: 60px;
  }
}
.p-timetable__main a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-timetable__special {
  background-color: #ffc;
  position: relative;
}
.p-timetable__special::after {
  content: "";
  display: block;
  background: url(../img/star.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 50%;
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .p-timetable__special::after {
    width: 20%;
    right: 10px;
    bottom: 30px;
  }
}
.p-timetable__time {
  font-family: "Arial Black", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-timetable__time {
    font-size: 2rem;
  }
}
.p-timetable__name {
  margin-top: 12px;
  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;
  /* #kurare .name {
      margin-top: 0;
      line-height: 40px;

      @include mixin.media(sp) {
          line-height: 30px;
      }
  } */
}
@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: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-table__head {
    flex-direction: column;
    gap: 24px;
  }
}
.p-table__data {
  width: 1200px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-table__data {
    width: 100%;
    padding: 12px 0;
    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 dotted #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 #yamamura .p-table__blue {
  position: relative;
}
.p-table #yamamura .p-table__blue::after {
  content: "";
  display: block;
  background: url(../img/0803img-05.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 70%;
  width: 20%;
  position: absolute;
  right: -80px;
  bottom: 30px;
  transform: rotate(15deg);
}
@media (max-width: 1024px) {
  .p-table #yamamura .p-table__blue::after {
    right: 0;
    left: -15px;
    bottom: -20px;
    width: 15%;
    height: 60%;
    transform: rotate(-20deg);
  }
}
.p-table #tokoton {
  position: relative;
}
.p-table #tokoton .p-table__top {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 0 10px;
  border-top: 8px dotted #000;
}
@media (max-width: 1024px) {
  .p-table #tokoton .p-table__top {
    width: 90%;
    padding: 16px 0;
    border-top: 4px dashed #000;
  }
}
.p-table #tokoton .p-table__para {
  background-color: #fff;
  padding: 170px 100px 100px;
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .p-table #tokoton .p-table__para {
    padding: 70px 5vw 180px;
  }
}
.p-table #tokoton .p-table__para p:nth-child(2) {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .p-table #tokoton .p-table__para p:nth-child(2) {
    margin-top: 20px;
  }
}
.p-table #tokoton .p-table__para .c-button {
  width: 700px;
  margin: 40px auto 0;
}
@media (max-width: 1024px) {
  .p-table #tokoton .p-table__para .c-button {
    width: auto;
  }
}
.p-table #tokoton::before {
  content: "";
  display: block;
  background: url(../img/illust-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 25%;
  width: 14%;
  position: absolute;
  left: 8vw;
  bottom: 100px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .p-table #tokoton::before {
    height: 15%;
    width: 40%;
    left: 10vw;
    bottom: 30px;
  }
}
.p-table #tokoton::after {
  content: "";
  display: block;
  background: url(../img/illust-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40%;
  width: 13%;
  position: absolute;
  right: 8vw;
  bottom: 100px;
}
@media (max-width: 1024px) {
  .p-table #tokoton::after {
    height: 20%;
    width: 35%;
    right: 10vw;
    bottom: 35px;
  }
}
.p-table__tokoton {
  background: repeating-linear-gradient(#FFF34A, #FFF34A 20px, #FDDF49 20px, #FDDF49 40px);
  padding: 150px 0 120px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-table__tokoton {
    padding: 120px 0 100px;
  }
}
.p-table__tokoton .p-table__text {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-table__tokoton .p-table__text {
    width: 90%;
    text-align: left;
  }
}
.p-table__tokoton .p-table__text img {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 550px;
}
@media (max-width: 1024px) {
  .p-table__tokoton .p-table__text img {
    top: 20px;
    width: 90%;
  }
}
.p-table__top {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .p-table__top {
    flex-direction: column;
    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: flex;
  gap: 8px;
}
@media (max-width: 780px) {
  .p-table__tag {
    flex-wrap: wrap;
  }
}
.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: flex;
  justify-content: space-between;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .p-table__content {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.p-table__special .p-table__text {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .p-table__special .p-table__text {
    width: 90%;
  }
}
.p-table__special .p-table__title {
  text-align: center;
}
.p-table__special .p-table__title span {
  color: #4DAC27;
  margin-right: 20px;
}
.p-table__main img {
  width: 100% !important;
  border: none !important;
}
.p-table__img {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 590px;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .p-table__img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .p-table__img-center {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-table__img div {
  margin-bottom: 10px;
  display: flex;
}
.p-table__img img {
  width: 40%;
}
.p-table__img .center {
  text-align: center;
}
.p-table__img .center img {
  width: 50%;
}
.p-table__img .p-table__red .p-table__name {
  background-color: #F0047F;
}
.p-table__img .p-table__red img {
  border: solid 3px #F0047F;
}
.p-table__img .p-table__orange .p-table__name {
  background-color: #FF4000;
}
.p-table__img .p-table__green .p-table__name {
  background-color: #4DAC27;
}
.p-table__img .p-table__blue .p-table__name {
  background-color: #01A0C6;
}
.p-table__img .p-table__blue img {
  border: solid 3px #01A0C6;
}
.p-table__name {
  color: #fff;
  text-align: center;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-table__name span {
  display: block;
  line-height: 1;
}
.p-table__name .pos {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .p-table__name .pos {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 8px;
  }
}
.p-table__name .name {
  margin-bottom: 25px;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .p-table__name .name {
    margin-bottom: 15px;
    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;
  margin-right: 20px;
}
.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__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-table__fee dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-table__fee dl dt {
  background-color: #000;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  width: 135px;
  padding: 10px 0;
  border-radius: 10px;
}
@media (max-width: 780px) {
  .p-table__fee dl dt {
    width: 30%;
  }
}
.p-table__fee dl dd {
  color: #000;
  font-size: 2.4rem;
  line-height: 30px;
  margin-left: 25px;
  font-weight: 700;
  width: 318px;
}
@media (max-width: 1024px) {
  .p-table__fee dl dd {
    width: 70%;
  }
}
@media (max-width: 780px) {
  .p-table__fee dl dd {
    font-size: 2rem;
    margin-left: 15px;
  }
}
.p-table__fee dl dd .p-table__fee-free {
  color: #DA0011;
  font-size: 1.8rem;
}
@media (max-width: 780px) {
  .p-table__fee dl dd .p-table__fee-free {
    font-size: 1.6rem;
  }
}
.p-table__fee dl dd .p-table__fee-bit {
  display: block;
  font-size: 1.4rem;
  line-height: 20px;
  padding-top: 5px;
  font-weight: 500;
}
.p-table__fee dl:first-child {
  margin-top: 32px;
  margin-bottom: 28px;
}
.p-table__join {
  text-align: center;
  width: 1000px;
  padding: 40px 0;
  border: 3px solid #DA0011;
  margin: 40px auto 0;
  background-color: #ffc;
}
@media (max-width: 1024px) {
  .p-table__join {
    width: 90%;
    padding: 20px;
  }
}
.p-table__join p {
  font-size: 2.4rem;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-table__join p {
    font-size: 2rem;
    line-height: 32px;
    text-align: left;
  }
}
.p-table__join p span {
  color: #DA0011;
}

.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: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 380px);
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .p-special__list {
    grid-template-columns: repeat(1, 100%);
  }
}
.p-special__item {
  position: relative;
  margin-top: 16px;
}
.p-special__item:hover .p-special__thumb {
  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;
  transition: 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;
}
.p-check__para span {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */