:root {
  --theme-color: #42cc22;
  --key-color: #031ec5;
  --btn-color: #bbd4ef;
  --text-color: #333;
  --date-color: #999;
  --blue-color: #001870;
  --red-color: #e60012;
  --topics-color: #3fca2f;
  --event-color: #eb6100;
}

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

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

/* base
================================================== */
html {
  height: 100%;
  -webkit-print-color-adjust: exact;
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text-color);
  font-weight: 400;
  position: relative;
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: #000;
}
body.is-hidden {
  overflow: hidden;
}
@media print, screen and (min-width: 1080px) {
  body.is-hidden {
    overflow-y: scroll;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1;
}

p {
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.c-media__rank {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top__event-btn,
.p-top__voice-btn,
.access-link,
.c-media {
  transition: all 0.2s ease-in-out;
}
.p-top__event-btn:hover,
.p-top__voice-btn:hover,
.access-link:hover,
.c-media:hover {
  opacity: 0.75;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
@media print, screen and (min-width: 1080px) {
  .l-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    z-index: 20;
  }
}

.l-main {
  flex: 1 1 auto;
}
@media print, screen and (min-width: 1080px) {
  .l-contents {
    max-width: 1260px;
    margin: 0 auto 24px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1080px) {
  .l-contents__page {
    margin: 0 auto;
    max-width: 1270px;
  }
}

.l-footer {
  padding: 24px 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #000;
}
@media print, screen and (min-width: 1080px) {
  .l-footer {
    padding: 24px 0;
  }
}

.l-container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 750px) {
  .l-container {
    width: 740px;
  }
}
@media print, screen and (min-width: 1080px) {
  .l-container {
    width: 1040px;
  }
}

.l-gutter {
  padding: 0 10px;
}
@media print, screen and (min-width: 1080px) {
  .l-gutter {
    padding: 0;
  }
}

.l-flex__align {
  display: flex;
  align-items: center;
}

.l-flex__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-flex__between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-flex__column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-thanks__header-link {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 20px 0;
}
.p-thanks__header-text {
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
  line-height: 1.5;
}
.p-thanks__header-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-thanks__header-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__header-text br {
    display: none;
  }
}
.p-thanks__header-logo {
  width: 100%;
  max-width: 100px;
}

@media print, screen and (min-width: 1080px) {
  .thanks__br-none {
    display: none;
  }
}

/* p-footer
================================================== */
.p-footer {
  background: #000;
}
.p-footer__copyright {
  text-align: center;
}
.p-footer__copyright small {
  font-size: 14px;
}
/* c-text
================================================== */
.c-text__title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 1080px) {
  .c-text__title {
    font-size: 38px;
  }
}
@media print, screen and (min-width: 1080px) {
  .c-text__br {
    display: none;
  }
}

.white-title {
  color: #fff;
}

.p-thanks__block {
  position: relative;
}
.p-thanks__block::after {
  content: "";
  position: absolute;
  background: url("../img/thanks/background-thanks.png") repeat 50% 50% / cover;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__block::after {
    background: url("../img/thanks/background-thanks_pc.png") repeat 50% 50% /
      cover;
  }
}
.p-thanks__title {
  font-size: 30px;
  font-weight: 500;
  color: #c8161d;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-top: 40px;
}
.p-thanks__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-thanks__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__title {
    padding-top: 60px;
    margin-bottom: 30px;
  }
}
.p-thanks__title:before {
  content: "";
  background: url(../img/icon/icon-01.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.p-thanks-img {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 200px;
}
@media print, screen and (min-width: 1080px) {
  .p-thanks-img {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.p-thanks__text-group {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__text-group {
    margin-bottom: 60px;
  }
}
.p-thanks__text {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.p-thanks__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-thanks__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-thanks__text:not(:last-child) {
  margin-bottom: 20px;
}
.p-thanks__address {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
.p-thanks__address::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-thanks__address::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1080px) {
  .p-thanks__address span {
    display: block;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__address span {
    margin-right: 10px;
  }
}
.p-thanks__contact-block {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}
.p-thanks__tel-block {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__tel-block {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-thanks__tel-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-thanks__tel-text {
    margin-bottom: 10px;
  }
}
.p-thanks__tel-number {
  font-size: 32px;
  font-weight: 500;
  color: #c8161d;
  text-align: center;
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__tel-number {
    text-align: left;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__mail-block {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-thanks__mail-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-thanks__mail-text {
    margin-bottom: 10px;
  }
}
.p-thanks__mail-address {
  font-size: 26px;
  font-weight: 500;
  color: #c8161d;
  text-align: center;
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__mail-address {
    text-align: left;
  }
}
.p-thanks__mail-address span {
  display: block;
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__mail-address span {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__schedule {
    display: flex;
    justify-content: center;
  }
}
.p-thanks__business-hours {
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__business-hours {
    margin-right: 20px;
  }
}
.p-thanks__regular-holiday {
  text-align: center;
}
.p-thanks__contents-block {
  position: relative;
  background: #fff;
  border: 2px solid #c8161d;
  padding: 0 20px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 1080px) {
  .p-thanks__contents-block {
    padding: 20px 40px;
  }
}
.p-thanks__contents-block:not(:last-child) {
  margin-bottom: 60px;
}
.p-thanks__contents-block::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  border-right: 30px solid transparent;
  border-top: 30px solid #c8161d;
  border-bottom: 30px solid transparent;
  width: 0;
  height: 0;
}
.p-thanks__contents-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  border-left: 30px solid transparent;
  border-top: 30px solid transparent;
  border-bottom: 30px solid #c8161d;
  width: 0;
  height: 0;
}

/* c-media
================================================== */
.c-media {
  display: flex;
  grid-template-columns: 32px 84px 1fr;
  padding: 48px 24px 24px;
  width: 100%;
  margin: 0 24px;
}
.c-media:hover .c-text__title-line {
  border: none;
}
@media print, screen and (min-width: 1080px) {
  .c-media {
    align-items: flex-start;
    margin: 0;
    padding: 0 14px 0 0;
  }
}
.c-media:not(:last-child) {
  margin-bottom: 24px;
}
.c-media__rank {
  font-weight: 700;
  content: counter(number);
  counter-increment: number;
  background: #fff;
  min-width: 28px;
  height: 28px;
  margin-right: 8px;
  font-size: 18px;
}
@media print, screen and (min-width: 1080px) {
  .c-media__rank {
    align-self: flex-start;
    min-width: 24px;
    height: 24px;
  }
}
.c-media__thumbnail {
  min-width: 90px;
  max-width: 90px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 8px;
}
@media print, screen and (min-width: 1080px) {
  .c-media__thumbnail {
    margin-right: 10px;
  }
}
.c-media__date {
  font-size: 12px;
  display: block;
}
.c-media__title {
  margin: 8px 0 0;
  font-size: 14px;
}
.p-top__movie {
  position: relative;
}
.p-top__movie::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  background: url("../img/icon/icon-01.svg");
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
  left: 50%;
  width: 100%;
  height: 40px;
  max-width: 40px;
}
.p-top__movie::after {
  content: "";
  position: absolute;
  background: url("../img/common/background-sp.png") repeat 50% 50% / cover;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top__movie-block {
  padding: 40px 0 60px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__movie-block {
    padding: 40px 0 80px;
  }
}
.p-top__movie-video {
  margin-top: 40px;
}
.p-top__movie-video-cover {
  position: relative;
  width: 100%;
  padding-top: 45.25%;
}
.p-top__movie-video-cover:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__movie-video-cover {
    padding-top: 36.25%;
  }
}
.p-top__movie-video-cover iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-top__voice {
  background: #fff;
  position: relative;
}
.p-top__voice::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  background: url("../img/icon/icon-02.svg");
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
  left: 50%;
  width: 100%;
  height: 40px;
  max-width: 40px;
}
.p-top__voice-block {
  padding: 40px 0 60px;
}
.p-top__voice-people {
  margin-top: 56px;
}
.p-top__voice-people-wrap {
  position: relative;
  background: #f3f7f8;
  padding: 0 20px;
  padding-top: 130px;
  padding-bottom: 20px;
}
/* .p-top__voice-people-block:not(:last-child) {
  margin-bottom: 60px;
} */

.p-top__voice-people-continue {
  display: none;
}

.p-top__voice-people-continue.is-active {
  display: block;
}

.p-top__voice-people-block:not(:last-child) {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 1080px) {
  .p-top__voice-people-wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    padding: 50px;
  }
}
.p-top__voice-people-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  border-radius: 50%;
}
@media screen and (max-width: 1080px) {
  .p-top__voice-people-img {
    position: absolute;
    top: -6%;
    left: 50%;
    top: calc(0% - 28px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__voice-people-img {
    max-width: 200px;
    margin-bottom: 10px;
  }
}
.p-top__voice-people-profession {
  font-size: 16px;
  text-align: center;
}
.p-top__voice-people-comment {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #c8161d;
  margin-top: 15px;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}
.p-top__voice-people-comment::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__voice-people-comment::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-top__voice-people-comment {
    font-size: 30px;
    text-align: left;
  }
}
.p-top__voice-people-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.p-top__voice-people-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__voice-people-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.p-top__voice-btn {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  background: #333;
  color: #fff;
  border-radius: 42px;
  font-size: 30px;
}

.p-top__voice-btn.is-active {
  display: none;
}

.p-top__fpv-drone {
  position: relative;
}
.p-top__fpv-drone::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  background: url("../img/icon/icon-03.svg");
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
  left: 50%;
  width: 100%;
  height: 50px;
  max-width: 50px;
}
.p-top__fpv-drone::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/fpv-drone/fpv-drone-background.png") repeat 50% 50% /
    cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
@media print, screen and (min-width: 1080px) {
  .p-top__fpv-drone::after {
    background: url("../img/fpv-drone/fpv-drone-background_pc.png") repeat 50%
      50% / cover;
  }
}
.p-top__fpv-drone-block {
  padding-top: 40px;
  padding-bottom: 80px;
}
.p-top__fpv-drone-container {
  display: block;
  margin-top: 30px;
}
.p-top__fpv-drone-img {
  display: block;
  width: 100%;
  height: auto;
  /* max-height: max-content;
  min-height: max-content; */
}
@media screen and (max-width: 1080px) {
  .p-top__fpv-drone-block {
    padding: 50px 0;
  }
}
@media screen and (min-width: 750px) {
  .p-top__fpv-drone-block {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__fpv-drone-sentence {
    width: 100%;
  }
  .p-top__fpv-drone-container {
    display: flex;
    gap: 40px;
  }

  .p-top__fpv-drone-img {
    max-width: 461px;
    min-width: 461px;
  }
}

@media print, screen and (max-width: 1080px) {
  .p-top__fpv-drone-sentence {
    margin-bottom: 45px;
  }
}
.p-top__fpv-drone-text {
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.p-top__fpv-drone-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__fpv-drone-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__fpv-drone-text:not(:last-child) {
  margin-bottom: 30px;
}
.strong-text {
  font-weight: 700;
}

.strong-red-text {
  font-size: 22px;
  font-weight: 700;
  color: #c8161d;
}

.p-top__fpv-drone__br {
  display: block;
}

.p-top__master-reason-block {
  padding: 40px 0 60px;
}
.p-top__master-reason-container {
  margin-top: 30px;
}
.p-top__master-reason-container:nth-child(odd) .p-top__master-reason-group {
  display: flex;
  flex-direction: row-reverse;
}
.p-top__master-reason-container:nth-child(odd) .p-top__master-reason-img {
  left: 0;
}
.p-top__master-reason-container:nth-child(even) .p-top__master-reason-img {
  right: 0;
}
.p-top__master-reason-img {
  display: block;
  margin: 0 auto;
}
.p-top__master-reason-group {
  position: relative;
  display: block;
  align-items: flex-start;
  display: flex;
  margin-top: 20px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__master-reason-group {
    align-items: flex-end;
  }
}
.p-top__master-reason-contents {
  padding: 20px;
  background: #000;
  z-index: 10;
  width: 100%;
  height: auto;
  max-width: 330px;
  margin-top: 210px;
}
@media screen and (min-width: 750px) {
  .p-top__master-reason-contents {
    max-width: 420px;
    margin-top: 120px;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__master-reason-contents {
    max-width: 620px;
    margin-top: 168px;
  }
}
.p-top__master-reason-title-block {
  display: flex;
  justify-content: middle;
  align-items: center;
  margin-bottom: 20px;
}
.p-top__master-reason-number {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 50px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__master-reason-number {
    max-width: 70px;
  }
}
.p-top__master-reason-title {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
.p-top__master-reason-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.p-top__master-reason-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-top__master-reason-title {
    font-size: 32px;
  }
}
.p-top__master-reason-title::before {
  content: "";
  display: flex;
  width: 1px;
  height: 60px;
  background: #2d2d2d;
  margin: 0 16px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__master-reason-title::before {
    height: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .p-top__master-reason-title br {
    display: none;
  }
}
.p-top__master-reason-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.p-top__master-reason-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__master-reason-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__master-reason-drone-img {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 360px;
  margin-right: 0;
}
@media screen and (min-width: 750px) {
  .p-top__master-reason-drone-img {
    max-width: 420px;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__master-reason-drone-img {
    max-width: 50%;
  }
}

.left-block {
  margin-left: auto;
}
.right-block {
  margin-right: auto;
}
@media print, screen and (min-width: 1080px) {
  .right-block {
    margin-left: 0;
  }
}

.p-top__staff {
  background: #fff;
  position: relative;
}
.p-top__staff::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../img/icon/icon-04.svg");
  z-index: 10;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
  left: 50%;
  width: 100%;
  height: 40px;
  max-width: 40px;
}
.p-top__staff-block {
  padding: 40px 20px 60px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__staff-block {
    padding: 40px 0 80px;
  }
}
.p-top__staff-company {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.p-top__staff-company::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__staff-company::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-top__staff-company {
    text-align: left;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__staff-name-block {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
  }
}
.p-top__staff-name {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 1080px) {
  .p-top__staff-name {
    text-align: left;
    margin-right: 20px;
  }
}
.p-top__staff-furigana {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #999999;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__staff-furigana {
    text-align: left;
  }
}
.p-top__staff-profession {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.p-top__staff-profession::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__staff-profession::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-top__staff-profession {
    font-size: 16px;
    text-align: left;
  }
}
.p-top__staff-people {
  margin-top: 56px;
}
.p-top__staff-people-block {
  position: relative;
  background: #f3f7f8;
  padding: 0 20px;
  padding-top: 130px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__staff-people-block {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    padding: 50px;
  }
}
.p-top__staff-people-block:not(:last-child) {
  margin-bottom: 60px;
}
.p-top__staff-people-block::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  border-right: 30px solid transparent;
  border-top: 30px solid #c8161d;
  border-bottom: 30px solid transparent;
  width: 0;
  height: 0;
}
.p-top__staff-people-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  border-left: 30px solid transparent;
  border-top: 30px solid transparent;
  border-bottom: 30px solid #c8161d;
  width: 0;
  height: 0;
}
@media print, screen and (min-width: 1080px) {
  .p-top__staff-people-contents {
    text-align: left;
  }
}
.p-top__staff-people-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  border-radius: 50%;
}
@media screen and (max-width: 1080px) {
  .p-top__staff-people-img {
    position: absolute;
    top: -6%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__staff-people-img {
    max-width: 200px;
  }
}
.p-top__staff-people-profession {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.p-top__staff-people-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.p-top__staff-people-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__staff-people-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.p-top__curriculum {
  position: relative;
}
.p-top__curriculum::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  background: url("../img/icon/icon-05.svg");
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
  left: 50%;
  width: 100%;
  height: 40px;
  max-width: 40px;
}
.p-top__curriculum-block {
  padding: 40px 0 60px;
}
.p-top__curriculum-container {
  margin-top: 30px;
  counter-reset: number 1;
}
.p-top__curriculum-group {
  display: flex;
  position: relative;
}
.p-top__curriculum-group:not(:last-child):after {
  counter-increment: number 1;
  content: "";
  z-index: -1;
  background-image: linear-gradient(
    to top,
    #c8161d,
    #c8161d 6px,
    transparent 6px,
    transparent 14px
  );
  background-size: 2px 14px;
  background-position: left bottom;
  background-repeat: repeat-y;
  position: absolute;
  height: 100%;
  width: 2px;
  left: 24px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__curriculum-group:not(:last-child):after {
    left: 28px;
  }
}
.p-top__curriculum-number:before {
  content: counter(number);
  font-family: "Roboto", sans-serif;
  display: flex;
  color: #fff;
  background: #000;
  border: 3px solid #c8161d;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__curriculum-number:before {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}
.p-top__curriculum-img-cover {
  width: 100%;
}
@media print, screen and (min-width: 1080px) {
  .p-top__curriculum-img-cover {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
}
.p-top__curriculum-img {
  width: 100%;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__curriculum-img {
    max-width: 300px;
    margin-bottom: 60px;
  }
}
.p-top__curriculum-contents {
  margin-bottom: 20px;
}
.p-top__curriculum-title {
  font-size: 28px;
  font-weight: 500;
  color: #c8161d;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__curriculum-title {
    margin-top: 15px;
  }
}
.p-top__curriculum-text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
}
.p-top__curriculum-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__curriculum-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__curriculum-time {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 14px;
  text-align: center;
  line-height: 1.5;
}
.p-top__curriculum-time::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__curriculum-time::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-top__curriculum-time br {
    display: none;
  }
}

.p-top__chance {
  position: relative;
}
.p-top__chance::after {
  content: "";
  position: absolute;
  background: url("../img/chance/chance-background.png") repeat 50% 50% / cover;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.p-top__chance-block {
  padding: 40px 20px 60px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__chance-block {
    padding: 40px 0 60px;
  }
}
.p-top__chance-contents {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-top__chance-contents {
  margin-top: 70px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__chance-contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.p-top__chance-contents-block {
  position: relative;
  background: #f3f7f8;
  padding: 20px;
  padding-top: 70px;
}
.p-top__chance-contents-block:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__chance-contents-block:not(:last-child) {
    margin-bottom: 0;
    padding: 70px 20px 30px;
  }
}
.p-top__chance-contents-img {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
  top: calc(0% - 50px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.p-top__chance-contents-icon {
  display: block;
  width: 100%;
  max-height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.p-top__chance-contents-profession {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.p-top__chance-contents-comment {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #c8161d;
  margin-bottom: 20px;
}
.p-top__chance-contents-comment::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__chance-contents-comment::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1080px) {
  .p-top__chance-contents-comment br {
    display: none;
  }
}
.p-top__chance-contents-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.p-top__chance-contents-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__chance-contents-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__chance-present-block {
  position: relative;
  margin-top: 120px;
}
.p-top__chance-present-img {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  top: -40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 1080px) {
  .p-top__chance-present-img {
    max-width: 400px;
    top: -40%;
  }
}
.p-top__chance-present-contents-img {
  display: block;
}

.p-top__chance-strong-text {
  display: block;
  font-size: 38px;
  font-weight: 700;
  font-style: italic;
  margin: 0 auto;
  color: #c8161d;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(transparent 60%, #fff000 60%);
}
@media print, screen and (min-width: 1080px) {
  .p-top__chance-strong-text {
    font-size: 68px;
  }
}

.p-top__after-follow {
  position: relative;
}
.p-top__after-follow::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  background: url("../img/icon/icon-06.svg");
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
  left: 50%;
  width: 100%;
  height: 50px;
  max-width: 50px;
}
.p-top__after-follow::after {
  content: "";
  position: absolute;
  background: url("../img/after-follow/after-follow-background.png") repeat 50%
    50% / cover;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
@media print, screen and (min-width: 1080px) {
  .p-top__after-follow::after {
    background: url("../img/after-follow/after-follow-background_pc.png") repeat
      50% 50% / cover;
  }
}
.p-top__after-follow-block {
  padding: 40px 20px 60px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__after-follow-block {
    padding: 40px 0 60px;
  }
}
.p-top__after-follow-contents {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-top__after-follow-contents-block {
  position: relative;
  padding: 20px;
}
.p-top__after-follow-contents-block::after {
  content: "";
  position: absolute;
  background: url("../img/after-follow/after-follow-block-bg.png") repeat 50%
    50% / cover;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
  border: 2px solid #c8161d;
}
@media print, screen and (min-width: 1080px) {
  .p-top__after-follow-contents-block::after {
    background: url("../img/after-follow/after-follow-block-bg_pc.png") repeat
      50% 50% / cover;
  }
}
.p-top__after-follow-contents-block:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__after-follow-contents-block {
    display: flex;
    gap: 40px;
    padding: 40px;
  }
}
.p-top__after-follow-contents-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__after-follow-contents-img {
    max-width: 500px;
    margin-bottom: 0;
  }
}
.p-top__after-follow-contents-profession {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.p-top__after-follow-contents-comment {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #c8161d;
  margin-bottom: 20px;
}
.p-top__after-follow-contents-comment::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__after-follow-contents-comment::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-top__after-follow-contents-comment {
    font-size: 32px;
    text-align: left;
  }
}
.p-top__after-follow-contents-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.p-top__after-follow-contents-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__after-follow-contents-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__after-follow-present-block {
  position: relative;
  margin-top: 120px;
}
.p-top__after-follow-present-img {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  top: -25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.p-top__after-follow-present-contents-img {
  display: block;
}

.p-top__question {
  position: relative;
  background: #fff;
}
.p-top__question::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  background: url("../img/icon/icon-07.svg");
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
  left: 50%;
  width: 100%;
  height: 50px;
  max-width: 50px;
}
.p-top__question-block {
  padding: 40px 20px 60px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__question-block {
    padding: 40px 0 80px;
  }
}
.p-top__question-container {
  margin-top: 30px;
}
.p-top__question-dl {
  counter-reset: number 0;
}
.p-top__question-dt {
  display: inline-block;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.5;
}
.p-top__question-dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__question-dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__question-dt::before {
  display: flex;
  counter-increment: number 1;
  content: "Q" counter(number);
  color: #c8161d;
  font-size: 16px;
  font-weight: 500;
}
.p-top__question-dt span {
  display: block;
  margin-left: 35px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__question-dt br {
    display: none;
  }
}
.p-top__question-dd {
  background: #f3f7f8;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 20px;
  line-height: 1.5;
}
.p-top__question-dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__question-dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__question-dd:not(:last-child) {
  margin-bottom: 20px;
}

.access-link {
  color: #c8161d;
}

.p-top__caution {
  position: relative;
}
.p-top__caution::after {
  content: "";
  position: absolute;
  background: url("../img/caution/background-caution.png") repeat 50% 50% /
    cover;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
@media print, screen and (min-width: 1080px) {
  .p-top__caution::after {
    background: url("../img/caution/background-caution_pc.png") repeat 50% 50% /
      cover;
  }
}
.p-top__caution-block {
  padding: 40px 0 60px;
}
.p-top__caution-container {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__caution-container {
    padding: 40px;
  }
}
.p-top__caution-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #c8161d;
  margin-bottom: 30px;
}
.p-top__caution-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__caution-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-top__caution-title {
    font-size: 32px;
  }
}
.p-top__caution-title:before {
  content: "";
  background: url(../img/caution/caution-icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.p-top__caution-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.p-top__caution-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__caution-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__caution-text:not(:last-child) {
  margin-bottom: 20px;
}
.p-top__caution-contents {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-top__caution-contents {
  margin-top: 70px;
}
.p-top__caution-contents-block {
  position: relative;
  background: #f3f7f8;
  padding: 20px;
}
.p-top__caution-contents-block:not(:last-child) {
  margin-bottom: 60px;
}
.p-top__caution-contents-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.p-top__caution-contents-profession {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.p-top__caution-contents-comment {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #c8161d;
  margin-bottom: 20px;
}
.p-top__caution-contents-comment::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__caution-contents-comment::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__caution-contents-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.p-top__caution-contents-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__caution-contents-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__caution-present-block {
  position: relative;
  margin-top: 120px;
}
.p-top__caution-present-img {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  top: -25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.p-top__caution-present-contents-img {
  display: block;
}

.br-none {
  display: none;
}

.capacity-text {
  font-weight: 500;
  color: #c8161d;
}

/* c-form
================================================== */
.p-top__contact-block {
  padding: 40px 0 60px;
}
.p-top__contact-contents {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-top__contact-lead {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__contact-lead {
    font-size: 36px;
  }
}
.p-top__contact-container {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__contact-container {
    padding: 40px 20px;
  }
}
.p-top__contact-content-block-title {
  display: flex;
  color: #fff;
  background: #000;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 8px 0;
  justify-content: center;
}
.p-top__contact-content-block-inner {
  border: 1px solid #000;
  padding: 10px 20px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__contact-content-schedule-block {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    gap: 20px;
  }
}
.p-top__contact-content-schedule-title {
  text-align: center;
  background: #c8161d;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 6px 0;
}
@media print, screen and (min-width: 1080px) {
  .p-top__contact-content-schedule-title {
    display: flex;
    max-width: 200px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.p-top__contact-content-schedule-deta {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 0;
}
.p-top__contact-content-schedule-deta::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__contact-content-schedule-deta::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-top__contact-content-schedule-deta br {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__contact-content-venue-block {
    display: flex;
    width: 100%;
    gap: 20px;
  }
}
.p-top__contact-content-venue-title {
  text-align: center;
  background: #c8161d;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 6px 0;
}
@media print, screen and (min-width: 1080px) {
  .p-top__contact-content-venue-title {
    display: flex;
    max-width: 200px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.p-top__contact-content-venue-deta-block {
  padding: 20px 0;
}
.p-top__contact-content-venue-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 140px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__contact-content-venue-img {
    margin: 0;
    margin-bottom: 10px;
  }
}
.p-top__contact-content-venue-deta {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.p-top__contact-content-venue-deta::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__contact-content-venue-deta::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-top__contact-content-venue-deta br {
    display: none;
  }
}
.p-top__form {
  margin-top: 20px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__form {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__form-title {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .p-top__form-title::before {
    content: "";
    position: absolute;
    align-items: center;
    display: flex;
    width: 2px;
    height: 50px;
    background: #fff;
    top: 4px;
    left: 190px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-top__form-title::after {
    content: "";
    position: absolute;
    align-items: center;
    display: flex;
    width: 2px;
    height: 50px;
    background: #fff;
    top: 4px;
    right: 190px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.p-top__form-block:not(:last-child) {
  padding-bottom: 8px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__form-block:not(:last-child) {
    padding-bottom: 16px;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__form-block {
    display: grid;
    grid-template-columns: 200px 1fr;
  }
}
.p-top__form-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media print, screen and (min-width: 1080px) {
  .p-top__form-label {
    background: #000;
    color: #fff;
    display: flex;
    width: 200px;
    justify-content: center;
    align-items: center;
  }
}
.p-top__form-input {
  width: 100%;
  background: #ecf0ef;
  padding: 14px 8px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__form-input {
    width: 100%;
  }
}
.p-top__form-control {
  padding-top: 8px;
}
.p-top__form-control:not(:last-child) {
  padding-bottom: 8px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__form-control:not(:last-child) {
    padding-bottom: 16px;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__form-control {
    padding-top: 0;
  }
}
.p-top__form-button-wrap {
  margin-top: 30px;
  text-align: center;
}
.p-top__form-button-img {
  width: 100%;
  max-width: 600px;
}
.p-top__form-iframe {
  width: 100%;
  height: 900px;
}

.free-text {
  display: inline;
  background: yellow;
  color: #c8161d;
  padding: 0 4px;
  margin: 0 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.fukidashi-dick {
  position: relative;
  display: inline-flex;
}
.fukidashi-dick::before {
  content: "";
  position: absolute;
  align-items: center;
  display: flex;
  width: 2px;
  height: 40px;
  background: #fff;
  top: 4px;
  left: -20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 1080px) {
  .fukidashi-dick::before {
    display: none;
  }
}
.fukidashi-dick::after {
  content: "";
  position: absolute;
  align-items: center;
  display: flex;
  width: 2px;
  height: 40px;
  background: #fff;
  top: 4px;
  right: -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1080px) {
  .fukidashi-dick::after {
    display: none;
  }
}

.p-top__access {
  position: relative;
  background: #ffffff;
  padding: 40px 0 80px;
}

.p-top__access-wrap {
}

.p-top__access-station {
  color: #000;
}

.p-top__access::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  background: url("../img/icon/icon-08.svg");
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -20px;
  left: 50%;
  width: 100%;
  height: 50px;
  max-width: 50px;
}

.p-top__access-station {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.p-top__access-station-movie {
  position: relative;
  width: 100%;
  padding-top: 55%;
}

.p-top__access-station-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 1080px) {
  .p-top__access-wrap {
    margin-top: 30px;
  }
  .p-top__access-contents:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1080px) {
  .p-top__access-wrap {
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
  }

  .p-top__access-station {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
  }
}

.p-top__message {
  position: relative;
}
.p-top__message::after {
  content: "";
  position: absolute;
  background: url("../img/message/message-background.png") repeat 50% 50% /
    cover;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
@media print, screen and (min-width: 1080px) {
  .p-top__message::after {
    background: url("../img/message/message-background_pc.png") repeat 50% 50% /
      cover;
  }
}
.p-top__message-block {
  padding: 40px 20px 60px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__message-block {
    padding: 90px 0;
  }
}
.p-top__message-title {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.p-top__message-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__message-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media print, screen and (min-width: 1080px) {
  .p-top__message-title {
    margin-bottom: 40px;
  }
}
.p-top__message-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 5px #ffe9d1, 0 0 5px #ffe9d1, 0 0 5px #ffe9d1,
    0 0 5px #ffe9d1, 0 0 20px #ffe9d1;
}
.p-top__message-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__message-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-top__message-text:not(:last-child) {
  margin-bottom: 30px;
}
.p-top__message-name-block {
  margin-top: 30px;
  text-align: right;
  color: #fff;
}
@media print, screen and (min-width: 1080px) {
  .p-top__message-name-block {
    margin-top: 40px;
  }
}
.p-top__message-company {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.p-top__message-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
}

/* p-top
================================================== */
.p-top__main-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__main-img {
    margin-bottom: 0;
  }
}
.p-top__event {
  position: relative;
}
.p-top__event-block {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__event-block {
    margin: 60px 0;
    border: 2px solid #c8161d;
  }
}
.p-top__event-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__event-title {
    font-size: 36px;
  }
}
.p-top__event-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 208px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__event-img {
    max-width: 418px;
  }
}
.p-top__event-banner {
  width: 100%;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__event-banner {
    margin-bottom: 40px;
  }
}
.p-top__event-btn {
  display: block;
  margin: 0 auto;
}

.p-top__sns-tiktok-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__sns-tiktok-block {
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 90px;
    margin-bottom: 70px;
    height: 100%;
  }
}
.p-top__sns-tiktok-block blockquote {
  height: 100%;
}
.p-top__sns-icon-block {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__sns-icon-block {
    margin-bottom: 70px;
    margin-top: 70px;
  }
}
.p-top__sns-icon {
  width: 100%;
  height: 100%;
  min-width: 40px;
  max-width: 40px;
}
@media print, screen and (min-width: 1080px) {
  .p-top__sns-icon {
    display: block;
    min-width: 50px;
    max-width: 50px;
    transition: 0.3s;
  }
  .p-top__sns-icon:hover {
    opacity: 0.6;
  }
}

.css-vptvdy {
  width: 100% !important;
  margin: 0 !important;
}

.tiktok-embed {
  width: 25%;
}
