@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  position: relative;
  z-index: 10;
}

main {
  background-image: url("../img/top/all-bg.jpg"); /* 非対応ブラウザ用 */
  background-image: image-set(url("../img/top/all-bg.webp") type("image/webp"), url("../img/top/all-bg.jpg") type("image/jpeg"));
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  main {
    background-position: 0 0;
    min-height: 100dvh;
  }
}
main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.72));
}

.main {
  position: relative;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*SVGスプライト用*/
.all_svg {
  display: none;
}

a {
  text-decoration: none;
  color: #333333;
  transition: all 0.4s;
}

.inner {
  width: 105rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    width: 33.5rem;
  }
}

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

picture {
  display: block;
  width: 100%;
}

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

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv {
  position: relative;
  padding: 0.4rem 3.2rem 0;
  padding: 10rem 17rem 0;
}
@media (max-width: 767px) {
  .kv {
    padding: 10rem 1rem 1rem;
  }
}
.kv__time {
  padding: 2rem 4rem;
  background: #fff;
  border-radius: 5rem;
  box-shadow: 0 0 2rem 0 rgb(195, 13, 35);
  position: absolute;
  bottom: 5.4rem;
  right: 15.6rem;
}
@media (max-width: 767px) {
  .kv__time {
    padding: 0.4rem 1.2rem;
    border-radius: 3rem;
    bottom: initial;
    top: calc(100% - 3.7rem);
    right: 1rem;
  }
}
.kv__time p {
  font-size: 2rem;
  line-height: 1;
  color: rgb(29, 32, 136);
  font-weight: bold;
}
@media (max-width: 767px) {
  .kv__time p {
    font-size: 0.9rem;
  }
}

.footer {
  padding-block: 9rem 10rem;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 4rem 2rem;
  }
}
.footer__text {
  text-align: center;
}
.footer__text p {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer__text p {
    font-size: 1.6rem;
  }
}
.footer__sns {
  margin-top: 2rem;
}
.footer__sns ul {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .footer__sns ul {
    column-gap: 1rem;
  }
}
.footer__sns ul li a {
  display: block;
  width: 8rem;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .footer__sns ul li a {
    width: 5rem;
  }
}
@media (any-hover: hover) {
  .footer__sns ul li a:hover {
    opacity: 0.7;
  }
}

.neon-title h2 {
  --blur: 1.75rem;
  --glow: var(--color);
  --color: #B7E7F7;
  filter: saturate(200%);
  color: #ff9;
  -webkit-text-stroke: 0.2rem var(--color);
  font-size: 7rem;
  text-shadow: 0 0 var(--blur) var(--glow);
}
@media (max-width: 767px) {
  .neon-title h2 {
    font-size: 4rem;
  }
}
.neon-title h2 span {
  animation: blink linear infinite 2s;
}
.neon-title h2 span:nth-of-type(1) {
  animation-delay: 0s;
}
.neon-title h2 span:nth-of-type(2) {
  animation-delay: 1.2s;
}
.neon-title[data-mod=message] {
  height: 28rem;
}
@media (max-width: 767px) {
  .neon-title[data-mod=message] {
    height: 13rem;
  }
}
.neon-title[data-mod=message] h2 {
  font-size: 8.6rem;
}
@media (max-width: 767px) {
  .neon-title[data-mod=message] h2 {
    font-size: 5rem;
  }
}

@keyframes blink {
  70% {
    color: inherit;
    text-shadow: inherit;
  }
  72% {
    color: #333;
  }
  83% {
    text-shadow: none;
  }
  84% {
    color: inherit;
    text-shadow: inherit;
  }
  85% {
    color: #333;
    text-shadow: none;
  }
  86% {
    color: inherit;
    text-shadow: inherit;
  }
  95% {
    color: #333;
    text-shadow: none;
  }
  95.5% {
    color: inherit;
    text-shadow: inherit;
  }
}
.c-form .smf-form {
  font-size: min(1.6666666667vw, 16px);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  row-gap: min(2.0833333333vw, 20px);
}
@media (max-width: 767px) {
  .c-form .smf-form {
    font-size: 1.4rem;
    row-gap: 1.6rem;
  }
}
.c-form .smf-form .smf-item {
  display: flex;
  flex-direction: column;
  row-gap: min(0.625vw, 6px);
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item {
    row-gap: 0.4rem;
  }
}
.c-form .smf-form .smf-item__label__text {
  position: relative;
  font-weight: bold;
}
.c-form .smf-form .smf-item__label__text::after {
  position: absolute;
  content: "必須";
  color: #fff;
  width: min(4.1666666667vw, 40px);
  height: min(2.1875vw, 21px);
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + min(1.0416666667vw, 10px));
  display: grid;
  place-items: center;
  background: #DD3234;
  border-radius: min(0.4166666667vw, 4px);
  font-size: min(1.25vw, 12px);
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__label__text::after {
    width: 3rem;
    height: 1.6rem;
    font-size: 1rem;
    left: calc(100% + 0.8rem);
    border-radius: 0.4rem;
  }
}
.c-form .smf-form .smf-item:has(.smf-item__privacy-text) .smf-item__label__text::after, .c-form .smf-form .smf-item:has(input[type=checkbox]) .smf-item__label__text::after {
  display: none;
}
.c-form .smf-form .smf-item__controls .smf-placeholder .smf-select-control {
  width: 100%;
}
.c-form .smf-form .smf-item__controls .smf-placeholder input[type=text],
.c-form .smf-form .smf-item__controls .smf-placeholder input[type=email],
.c-form .smf-form .smf-item__controls .smf-placeholder select {
  width: 100%;
  height: min(3.9583333333vw, 38px);
  background: #fff;
  border: min(0.1041666667vw, 1px) solid #ccc;
  border-radius: min(0.5208333333vw, 5px);
  padding: 0 min(1.0416666667vw, 10px);
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__controls .smf-placeholder input[type=text],
  .c-form .smf-form .smf-item__controls .smf-placeholder input[type=email],
  .c-form .smf-form .smf-item__controls .smf-placeholder select {
    height: 4rem;
    border-radius: 0.4rem;
    border-width: 0.1rem;
    padding-inline: 1rem;
  }
}
.c-form .smf-form .smf-item__controls .smf-placeholder textarea {
  width: 100%;
  background: #fff;
  border: min(0.1041666667vw, 1px) solid #ccc;
  border-radius: min(0.5208333333vw, 5px);
  padding: min(1.0416666667vw, 10px);
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__controls .smf-placeholder textarea {
    border-radius: 0.4rem;
    border-width: 0.1rem;
    padding: 1rem;
  }
}
.c-form .smf-form .smf-item__privacy-text {
  font-size: min(1.25vw, 12px);
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__privacy-text {
    font-size: 1.1rem;
  }
}
.c-form .smf-form .smf-item__privacy-text h3 {
  font-weight: 400;
  margin-top: min(0.8333333333vw, 8px);
  font-size: min(1.3541666667vw, 13px);
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__privacy-text h3 {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.c-form .smf-action {
  margin-top: min(4.1666666667vw, 40px);
  display: flex;
  column-gap: min(3.125vw, 30px);
}
@media (max-width: 767px) {
  .c-form .smf-action {
    margin-top: 3rem;
    column-gap: 1rem;
  }
}
.c-form .smf-action .smf-button-control__control {
  width: min(20.8333333333vw, 200px);
  padding: min(1.0416666667vw, 10px);
  text-align: center;
  background: #ff2b25;
  color: #fff;
  border-radius: min(1.0416666667vw, 10px);
  display: block;
  font-size: min(2.0833333333vw, 20px);
  font-weight: bold;
  cursor: pointer;
  border: min(0.2083333333vw, 2px) solid #ff2b25;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .c-form .smf-action .smf-button-control__control {
    width: 16rem;
    padding: 1rem;
    border-radius: 0.4rem;
    border-width: 0.2rem;
    font-size: 1.7rem;
  }
}
.c-form .smf-action .smf-button-control__control:hover {
  color: #ff2b25;
  background: #fff;
}
.c-form .smf-action .smf-button-control__control[data-action=back] {
  background: #fff;
  color: #ff2b25;
  width: min(14.5833333333vw, 140px);
}
@media (max-width: 767px) {
  .c-form .smf-action .smf-button-control__control[data-action=back] {
    width: 12rem;
  }
}
@media (any-hover: hover) {
  .c-form .smf-action .smf-button-control__control[data-action=back]:hover {
    background: #ff2b25;
    color: #fff;
  }
}
.c-form .smf-action .smf-button-control.is-disabled {
  pointer-events: none;
}
.c-form .smf-action .smf-button-control.is-disabled .smf-button-control__control {
  background: #a49e9e;
  border-color: #a49e9e;
  color: #fff;
}
.c-form [data-screen=confirm] .smf-item:has(.smf-item__privacy-text), .c-form [data-screen=confirm] .smf-item:has(input[name="privacy[]"]) {
  display: none;
}

.c-top-button {
  --blur: 1.75rem;
  --box-blur: calc(0.5 * var(--blur));
  --glow: var(--color);
  --size: 12rem;
  --color: #dcdf5b;
  filter: saturate(175%);
  position: relative;
  width: 40rem;
  height: 8rem;
  display: grid;
  place-content: center;
  border-radius: 5rem;
  border: 0.2rem solid currentColor;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color, white);
  text-shadow: 0 0 var(--blur) var(--glow);
  box-shadow: inset 0 0 var(--box-blur) var(--glow), 0 0 var(--box-blur) var(--glow);
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-top-button {
    width: 16rem;
    height: 4rem;
    border-radius: 4rem;
    font-size: 1.4rem;
  }
}
.c-top-button span {
  display: block;
  width: 3rem;
  position: absolute;
  top: 50%;
  right: 9rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-top-button span {
    width: 2rem;
    right: 2rem;
  }
}
.c-top-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(90deg, rgba(240, 243, 82, 0) 0%, #dfe083 100%);
}
@media (any-hover: hover) {
  .c-top-button:hover::before {
    animation: shine 0.4s linear;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}
.c-top-button02 {
  position: relative;
  width: 76rem;
  height: 14rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  border-radius: 8rem;
  border: 0.2rem solid #222;
  font-size: 4rem;
  font-weight: bold;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .c-top-button02 {
    width: 28rem;
    height: 6rem;
    border-radius: 4rem;
    font-size: 2rem;
  }
}
.c-top-button02 span {
  display: block;
  width: 6rem;
  font-size: 0;
}
@media (max-width: 767px) {
  .c-top-button02 span {
    width: 6rem;
  }
}
.c-top-button02 span svg {
  width: 100%;
  stroke: #222;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  .c-top-button02:hover {
    background: #222;
    color: #fff;
  }
  .c-top-button02:hover span svg {
    stroke: #fff;
  }
}

.c-button {
  width: min(25vw, 240px);
  height: min(6.25vw, 60px);
  font-size: min(1.875vw, 18px);
  border-radius: min(2.0833333333vw, 20px);
  box-shadow: 0 min(0.3125vw, 3px) min(0.625vw, 6px) rgba(0, 0, 0, 0.16);
  display: grid;
  place-content: center;
  background: #fff;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .c-button {
    width: 24rem;
    height: 5rem;
    font-size: 1.6rem;
    border-radius: 1.2rem;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    background: #2a201f;
    color: #fff;
  }
}

/* --------------------------------
TOP
----------------------------------- */
#top {
  position: relative;
}
#top .broadcast {
  padding-block: 1rem 8rem;
}
@media (max-width: 767px) {
  #top .broadcast {
    padding-block: 0;
  }
}
#top .broadcast__title {
  display: flex;
  justify-content: center;
}
#top .broadcast__title h2 {
  width: 24rem;
}
@media (max-width: 767px) {
  #top .broadcast__title h2 {
    width: 30%;
  }
}
#top .broadcast__contents {
  margin-top: 2.4rem;
  padding-inline: 14.4rem;
}
@media (max-width: 767px) {
  #top .broadcast__contents {
    margin-top: 1rem;
    padding-inline: 0;
  }
}
#top .broadcast__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#top .broadcast__item img {
  aspect-ratio: 960/958;
  object-fit: cover;
  object-position: center bottom;
}
@media (max-width: 767px) {
  #top .broadcast__item img {
    aspect-ratio: 960/957;
  }
}
#top .broadcast__link {
  display: flex;
  justify-content: center;
  margin-top: 10.2rem;
}
@media (max-width: 767px) {
  #top .broadcast__link {
    margin-top: 3rem;
  }
}

/* --------------------------------
contact
----------------------------------- */
#message {
  position: relative;
}
#message .message-kv {
  padding-block: min(5.2083333333vw, 50px);
  display: flex;
  justify-content: center;
  background: #fff;
}
#message .message-kv__image {
  width: min(93.75vw, 900px);
}
#message .message-kv__image img {
  border-radius: min(2.0833333333vw, 20px);
}
#message .message {
  padding-block: min(10.4166666667vw, 100px);
}
@media (max-width: 767px) {
  #message .message {
    padding-block: 4rem;
  }
}
#message .message__title h2 {
  font-size: min(3.125vw, 30px);
  color: #fff;
}
@media (max-width: 767px) {
  #message .message__title h2 {
    font-size: 2.2rem;
  }
}
#message .message__contents {
  margin-top: min(2.0833333333vw, 20px);
  position: relative;
  background: #fff;
  padding: min(3.125vw, 30px);
}
@media (max-width: 767px) {
  #message .message__contents {
    margin-top: 2.4rem;
    padding: 2rem;
  }
}
#message .message .top-link {
  margin-top: min(5.2083333333vw, 50px);
}
@media (max-width: 767px) {
  #message .message .top-link {
    margin-top: 4rem;
  }
}

/* --------------------------------
404
----------------------------------- */
#not-found .not-found {
  padding-block: 18rem 20rem;
  background: linear-gradient(180deg, rgba(253, 239, 228, 0.9) -4.72%, rgba(255, 221, 198, 0.9) 55%, rgba(253, 239, 228, 0.9) 94.46%);
}
@media (max-width: 767px) {
  #not-found .not-found {
    padding-block: 10rem;
  }
}
#not-found .not-found__title h2 {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  #not-found .not-found__title h2 {
    margin-bottom: 2rem;
  }
}
#not-found .not-found__text p {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  #not-found .not-found__text p {
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=style.css.map */