@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          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;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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. */
}

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;
  -webkit-text-decoration: underline dotted;
          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;
}

/* common */
@font-face {
  font-family: "ITC-Demi";
  src: url("../../assets/font/ITC-Demi.woff2") format("woff2"), url("../../assets/font/ITC-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #404040;
  font-weight: 500;
}
body.is-menu-open {
  overflow: hidden;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: middle;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

._sp {
  display: none;
}
@media screen and (max-width: 600px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 600px) {
  ._pc {
    display: none;
  }
}

.wrapper {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.is-menu-open header .h-inner__logo {
  opacity: 0;
}
.is-menu-open header .opacity {
  opacity: 0;
}
.is-menu-open header .global-logo {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header {
  max-width: 600px;
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
header .h-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px clamp(20px, 5.0890585242vw, 30.534351145px);
}
header .h-inner__logo {
  width: clamp(152px, 38.6768447837vw, 232.0610687023px);
  margin-right: clamp(40px, 10.1781170483vw, 61.0687022901px);
}
header .h-inner__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
header .h-inner__links .youtube {
  margin-top: 3px;
  width: clamp(21px, 5.3435114504vw, 32.0610687023px);
  height: clamp(17px, 4.3256997455vw, 25.9541984733px);
  background-color: #fff;
  -webkit-mask: url(../../assets/img/youtube-icon.svg) no-repeat center/contain;
  mask: url(../../assets/img/youtube-icon.svg) no-repeat center/contain;
}
header .h-inner__links .insta {
  margin-top: 3px;
  width: clamp(17px, 4.3256997455vw, 25.9541984733px);
  height: clamp(17px, 4.3256997455vw, 25.9541984733px);
  background-color: #fff;
  -webkit-mask: url(../../assets/img/insta-icon.svg) no-repeat center/contain;
  mask: url(../../assets/img/insta-icon.svg) no-repeat center/contain;
}
header .h-inner__links .tiktok {
  margin-top: 3px;
  width: clamp(13px, 3.3078880407vw, 19.8473282443px);
  height: clamp(17px, 4.3256997455vw, 25.9541984733px);
  background-color: #fff;
  -webkit-mask: url(../../assets/img/tiktok-icon.svg) no-repeat center/contain;
  mask: url(../../assets/img/tiktok-icon.svg) no-repeat center/contain;
}
header .h-inner .hamburger {
  position: relative;
}
header .h-inner .hamburger input {
  display: none;
}
header .h-inner .hamburger-btn {
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
}
header .h-inner .hamburger-btn span {
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
header .h-inner .hamburger-btn span:nth-child(1) {
  top: 14px;
}
header .h-inner .hamburger-btn span:nth-child(2) {
  bottom: 10px;
}
header .global-menu {
  padding-top: 26%;
  padding-bottom: 10%;
  position: fixed;
  height: 100dvh;
  min-height: 100vh;
  inset: 0;
  background: url(../../assets/img/menu-back.png) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  overflow-y: auto;
}
@media screen and (min-width: 600px) {
  header .global-menu {
    height: 100dvh;
    min-height: 100vh;
  }
}
header .global-menu__list {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8vh 0;
}
header .global-menu__list li a {
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 7.6335877863vw, 45.8015267176px);
  color: #fff;
  text-decoration: none;
}
header .global-menu__list li span {
  color: #fff;
  font-family: "ITC-Demi", sans-serif;
  font-weight: 300;
  font-size: clamp(17px, 4.3256997455vw, 25.9541984733px);
}
header .global-menu__list .mmc {
  margin-top: 10px;
}
header .global-menu__list .mmc a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(33px, 8.3969465649vw, 50.3816793893px);
  margin-top: 2px;
}
header .global-menu__list .mmc .pms {
  width: 72px;
  margin-right: 10px;
}
header .global-menu__list .mmc .mind {
  width: 36px;
  margin-right: 2px;
}
header .global-menu__list .mmc .maimai {
  width: 38px;
  margin-left: 2px;
}
header .global-menu__list .links {
  margin-top: 2.5vh;
}
header .global-menu__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(20px, 5.0890585242vw, 30.534351145px);
}
header .global-menu__links .youtube {
  width: clamp(19px, 4.834605598vw, 29.0076335878px);
  height: clamp(13px, 3.3078880407vw, 19.8473282443px);
  background-color: #fff;
  -webkit-mask: url(../../assets/img/youtube-icon.svg) no-repeat center/contain;
  mask: url(../../assets/img/youtube-icon.svg) no-repeat center/contain;
}
header .global-menu__links .x {
  width: clamp(14px, 3.5623409669vw, 21.3740458015px);
  height: clamp(13px, 3.3078880407vw, 19.8473282443px);
  background-color: #fff;
  -webkit-mask: url(../../assets/img/x-icon.svg) no-repeat center/contain;
  mask: url(../../assets/img/x-icon.svg) no-repeat center/contain;
}
header .global-menu__links .x-staff {
  width: clamp(28px, 7.1246819338vw, 42.7480916031px);
  height: clamp(13px, 3.3078880407vw, 19.8473282443px);
  background-color: #fff;
  -webkit-mask: url(../../assets/img/x-icon_staff.svg) no-repeat center/contain;
  mask: url(../../assets/img/x-icon_staff.svg) no-repeat center/contain;
}
header .global-menu__links .line {
  width: clamp(16px, 4.0712468193vw, 24.427480916px);
  height: clamp(15px, 3.8167938931vw, 22.9007633588px);
  background-color: #fff;
  -webkit-mask: url(../../assets/img/line.svg) no-repeat center/contain;
  mask: url(../../assets/img/line.svg) no-repeat center/contain;
}
header .global-menu__links .spotify {
  width: clamp(15px, 3.8167938931vw, 22.9007633588px);
  height: clamp(15px, 3.8167938931vw, 22.9007633588px);
  background-color: #fff;
  -webkit-mask: url(../../assets/img/spotify-icon.svg) no-repeat center/contain;
  mask: url(../../assets/img/spotify-icon.svg) no-repeat center/contain;
}
header .global-logo {
  width: clamp(197px, 50.1272264631vw, 300.7633587786px);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

#menu-toggle:checked ~ .global-menu {
  opacity: 1;
  visibility: visible;
}

#menu-toggle:checked + .hamburger-btn span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
#menu-toggle:checked + .hamburger-btn span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.global-menu {
  pointer-events: none;
}

#menu-toggle:checked ~ .global-menu {
  pointer-events: auto;
}

.button {
  width: clamp(140px, 35.6234096692vw, 213.7404580153px);
  margin: 60px auto 0;
}
.button a {
  width: 100%;
  padding: 11px 0 10px;
  text-align: center;
  color: #fff;
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: -webkit-linear-gradient(330deg, #B7E7EB 0%, #FFA3EA 100%);
  background: linear-gradient(120deg, #B7E7EB 0%, #FFA3EA 100%);
  border-radius: clamp(19px, 4.834605598vw, 29.0076335878px);
  font-size: clamp(16px, 4.0712468193vw, 24.427480916px);
  line-height: 1;
}

.button02 {
  width: clamp(132px, 33.5877862595vw, 201.5267175573px);
  margin: 0 auto;
}
.button02 a {
  width: 100%;
  padding: 11px 0 8px;
  text-align: center;
  color: #fff;
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: -webkit-linear-gradient(330deg, #D79BF2 0%, #98D0ED 100%);
  background: linear-gradient(120deg, #D79BF2 0%, #98D0ED 100%);
  border-radius: clamp(18px, 4.5801526718vw, 27.4809160305px);
  font-size: clamp(16px, 4.0712468193vw, 24.427480916px);
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button02 a img {
  width: clamp(14px, 3.5623409669vw, 21.3740458015px);
  margin-right: 5px;
}

.button03 {
  width: clamp(132px, 33.5877862595vw, 201.5267175573px);
  margin: 0 auto;
}
.button03 a {
  width: 100%;
  padding: 11px 0 8px;
  text-align: center;
  color: #fff;
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: -webkit-linear-gradient(330deg, #9BC0F2 0%, #E3ED98 100%);
  background: linear-gradient(120deg, #9BC0F2 0%, #E3ED98 100%);
  border-radius: clamp(18px, 4.5801526718vw, 27.4809160305px);
  font-size: clamp(16px, 4.0712468193vw, 24.427480916px);
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button03 a img {
  width: clamp(11px, 2.7989821883vw, 16.7938931298px);
  margin-right: 5px;
}

.m-footer {
  position: relative;
  z-index: 2;
}
.m-footer__inner {
  margin: 36px auto 0;
  padding-bottom: 30px;
}
.m-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.m-footer .youtube {
  width: clamp(19px, 4.834605598vw, 29.0076335878px);
}
.m-footer .insta {
  width: clamp(16px, 4.0712468193vw, 24.427480916px);
}
.m-footer .tiktok {
  width: clamp(11px, 2.7989821883vw, 16.7938931298px);
}
.m-footer .x {
  width: clamp(14px, 3.5623409669vw, 21.3740458015px);
}
.m-footer .x-staff {
  width: clamp(28px, 7.1246819338vw, 42.7480916031px);
}
.m-footer .line {
  width: clamp(16px, 4.0712468193vw, 24.427480916px);
}

footer {
  background-color: #fff;
}
footer .f-contents {
  background-color: #F4F4F4;
  padding: 40px clamp(25px, 6.3613231552vw, 38.1679389313px) 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .f-contents div {
  width: 50%;
  text-align: center;
}
footer .f-contents a {
  font-size: clamp(23px, 5.8524173028vw, 35.1145038168px);
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  color: #404040;
}
footer .f-contents a span {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  display: block;
  margin-bottom: 5px;
}
footer .f-contents .pms {
  width: clamp(57px, 14.5038167939vw, 87.0229007634px);
  display: inline-block;
  margin-right: clamp(5px, 1.272264631vw, 7.6335877863px);
}
footer .f-contents .mind {
  width: clamp(29px, 7.3791348601vw, 44.2748091603px);
  display: inline-block;
  margin-right: clamp(2px, 0.5089058524vw, 3.0534351145px);
}
footer .f-contents .maimai {
  width: clamp(31px, 7.8880407125vw, 47.3282442748px);
  display: inline-block;
  margin-left: clamp(5px, 1.272264631vw, 7.6335877863px);
}
footer .f-copy {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
}
footer .f-copy img {
  width: clamp(132px, 33.5877862595vw, 201.5267175573px);
  margin: 0 auto;
}

#page-home main h2 {
  text-align: center;
  font-size: clamp(22px, 5.5979643766vw, 33.5877862595px);
  color: #404040;
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#page-home main .kv {
  position: fixed;
  margin: 0 auto;
  max-width: 600px;
  overflow: hidden;
  inset: 0;
  height: calc(var(--vh) * 98);
  min-height: calc(var(--vh) * 98);
  z-index: -2;
}
@media screen and (min-width: 600px) {
  #page-home main .kv {
    height: 100dvh;
    min-height: 100vh;
  }
}
#page-home main .kv-image {
  height: 98dvh;
  min-height: 98vh;
}
@media screen and (min-width: 600px) {
  #page-home main .kv-image {
    height: 100dvh;
    min-height: 100vh;
  }
}
#page-home main .kv-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-home main .kv-des00 {
  width: clamp(111px, 28.2442748092vw, 169.465648855px);
  position: absolute;
  top: clamp(-88px, -22.3918575064vw, -134.3511450382px);
  left: 0;
}
#page-home main .kv-des01 {
  width: clamp(94px, 23.9185750636vw, 143.5114503817px);
  position: absolute;
  top: 0;
  right: 0;
}
#page-home main .kv-des03 {
  width: clamp(93px, 23.6641221374vw, 141.9847328244px);
  position: absolute;
  top: clamp(98px, 24.9363867684vw, 149.6183206107px);
  left: clamp(-15px, -3.8167938931vw, -22.9007633588px);
}
#page-home main .kv-des02 {
  width: clamp(153px, 38.9312977099vw, 233.5877862595px);
  position: absolute;
  top: 71px;
  right: clamp(-80px, -20.3562340967vw, -122.1374045802px);
}
#page-home main .kv-des04 {
  width: clamp(76px, 19.3384223919vw, 116.0305343511px);
  position: absolute;
  bottom: clamp(74px, 18.8295165394vw, 112.9770992366px);
  left: clamp(-20px, -5.0890585242vw, -30.534351145px);
}
#page-home main .kv-des05 {
  width: clamp(120px, 30.534351145vw, 183.2061068702px);
  position: absolute;
  bottom: clamp(10px, 2.5445292621vw, 15.2671755725px);
  right: clamp(-20px, -5.0890585242vw, -30.534351145px);
}
#page-home main .kv-des06 {
  width: clamp(120px, 30.534351145vw, 183.2061068702px);
  position: absolute;
  bottom: clamp(15px, 3.8167938931vw, 22.9007633588px);
  left: clamp(-30px, -7.6335877863vw, -45.8015267176px);
}
#page-home main .kv-des07 {
  width: clamp(73px, 18.5750636132vw, 111.4503816794px);
  position: absolute;
  bottom: clamp(-30px, -7.6335877863vw, -45.8015267176px);
  right: 0;
  z-index: 30;
}
#page-home main .kv [class^=kv-des] {
  opacity: 0;
  -webkit-transform: translateY(20px) rotate(-5deg);
          transform: translateY(20px) rotate(-5deg);
  -webkit-transition: opacity 1s ease, -webkit-transform 1.2s ease;
  transition: opacity 1s ease, -webkit-transform 1.2s ease;
  transition: opacity 1s ease, transform 1.2s ease;
  transition: opacity 1s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}
#page-home main .kv.is-animate [class^=kv-des] {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}
#page-home main .kv.is-animate .kv-des00 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#page-home main .kv.is-animate .kv-des01 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#page-home main .kv.is-animate .kv-des02 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#page-home main .kv.is-animate .kv-des03 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#page-home main .kv.is-animate .kv-des04 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#page-home main .kv.is-animate .kv-des05 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#page-home main .kv.is-animate .kv-des06 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#page-home main .top-news {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 clamp(25px, 6.3613231552vw, 38.1679389313px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#page-home main .top-news.is-show {
  opacity: 1;
  visibility: visible;
}
#page-home main .top-news__close {
  position: absolute;
  top: -12px;
  right: 16px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #8D8D8D;
  border: none;
  cursor: pointer;
  z-index: 2;
}
#page-home main .top-news__close::before, #page-home main .top-news__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#page-home main .top-news__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#page-home main .top-news__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#page-home main .top-news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.9137254902);
  border: 1px solid #fff;
}
#page-home main .top-news__image {
  width: 50%;
}
#page-home main .top-news__text {
  width: 50%;
}
#page-home main .top-news__text h2 {
  color: #404040;
  font-size: clamp(16px, 4.0712468193vw, 24.427480916px);
  font-family: "ITC-Demi", sans-serif;
}
#page-home main .top-news__text p {
  color: #404040;
  margin-top: 12px;
  padding-top: 12px;
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  font-weight: 600;
  position: relative;
  text-align: center;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
#page-home main .top-news__text p::before {
  content: "";
  width: clamp(80px, 20.3562340967vw, 122.1374045802px);
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-home main .bg-section {
  position: relative;
  margin-top: calc(var(--vh) * 98);
}
@media screen and (min-width: 600px) {
  #page-home main .bg-section {
    margin-top: 100dvh;
  }
}
#page-home main .bg-bg {
  position: absolute;
  inset: 0;
  background: url(../../assets/img/ba.jpg) center center/cover no-repeat;
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  z-index: -1;
  -webkit-transition: -webkit-transform 1s ease, -webkit-filter 1s ease;
  transition: -webkit-transform 1s ease, -webkit-filter 1s ease;
  transition: transform 1s ease, filter 1s ease;
  transition: transform 1s ease, filter 1s ease, -webkit-transform 1s ease, -webkit-filter 1s ease;
  max-width: 600px;
  margin: 0 auto;
}
#page-home main .bg-bg__des07 {
  width: clamp(73px, 18.5750636132vw, 111.4503816794px);
  position: absolute;
  top: -80px;
  right: -5px;
}
#page-home main .bg-section.is-fixed .bg-bg {
  position: fixed;
}
#page-home main .bg-inner {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
#page-home main .bg-inner {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
#page-home main .m-inner {
  padding: 36px clamp(25px, 6.3613231552vw, 38.1679389313px) 61px;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.48);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
#page-home main .sec-news__contents {
  margin-top: 34px;
  text-align: center;
}
#page-home main .sec-news .news-date {
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  color: #6E6E6E;
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
#page-home main .sec-news .news h3 {
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  margin-top: 10px;
  font-weight: 500;
  color: #404040;
}
#page-home main .sec-news .news + .news {
  margin-top: 35px;
}
#page-home main .sec-schedule {
  margin-top: 87px;
}
#page-home main .sec-schedule__list {
  margin-top: 28px;
}
#page-home main .sec-schedule .schedule {
  text-align: center;
}
#page-home main .sec-schedule .schedule-date {
  font-size: clamp(16px, 4.0712468193vw, 24.427480916px);
  color: #6E6E6E;
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
#page-home main .sec-schedule .schedule-cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0;
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: clamp(10px, 2.5445292621vw, 15.2671755725px);
  padding: clamp(4px, 1.0178117048vw, 6.106870229px) clamp(16px, 4.0712468193vw, 24.427480916px) clamp(2px, 0.5089058524vw, 3.0534351145px);
  background: -webkit-gradient(linear, left top, right top, from(#FFDB62), to(#FCB28C));
  background: -webkit-linear-gradient(left, #FFDB62 0%, #FCB28C 100%);
  background: linear-gradient(90deg, #FFDB62 0%, #FCB28C 100%);
  border-radius: clamp(8px, 2.0356234097vw, 12.213740458px);
  line-height: 1;
}
#page-home main .sec-schedule .schedule h3 {
  font-size: clamp(15px, 3.8167938931vw, 22.9007633588px);
  line-height: 1.53;
  margin: 17px auto 0;
  max-width: clamp(300px, 76.3358778626vw, 458.0152671756px);
  color: #404040;
}
#page-home main .sec-schedule .schedule-thumb {
  width: clamp(300px, 76.3358778626vw, 458.0152671756px);
  margin: 15px auto 0;
}
#page-home main .sec-schedule .schedule + .schedule {
  margin-top: 60px;
}
#page-home .news-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: 600px;
  margin: 0 auto;
}
#page-home .news-modal.is-open {
  opacity: 1;
  visibility: visible;
}
#page-home .news-modal__bg {
  position: absolute;
  inset: 0;
  background: url("../../assets/img/modal-bg.jpg") center/cover no-repeat;
}
#page-home .news-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 164, 74, 0.7);
}
#page-home .news-modal__content {
  position: relative;
  padding: 0 clamp(22px, 5.5979643766vw, 33.5877862595px) 35px;
  z-index: 1;
  height: 78dvh;
  max-width: clamp(354px, 90.0763358779vw, 540.4580152672px);
  top: 92px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../../assets/img/kv-news-bg.jpg) center center no-repeat;
  background-size: cover;
}
#page-home .news-modal__text {
  color: #fff;
  text-align: center;
  margin-top: 100px;
}
#page-home .news-modal__text .text + .text {
  margin-top: 23px;
}
#page-home .news-modal__text h2 {
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  font-size: clamp(23px, 5.8524173028vw, 35.1145038168px);
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
#page-home .news-modal__text h2::after {
  content: "";
  width: clamp(66px, 16.7938931298vw, 100.7633587786px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-home .news-modal__text p {
  font-weight: 600;
  font-size: clamp(15px, 3.8167938931vw, 22.9007633588px);
  line-height: 1.5;
  letter-spacing: 0;
}
#page-home .news-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
#page-home .news-modal__close::before, #page-home .news-modal__close::after {
  content: "";
  position: absolute;
  top: clamp(10px, 2.5445292621vw, 15.2671755725px);
  right: 5px;
  width: clamp(31px, 7.8880407125vw, 47.3282442748px);
  height: 1px;
  background: #fff;
}
#page-home .news-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page-home .news-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#page-home .news-modal__close .close-text {
  display: block;
  margin-top: clamp(25px, 6.3613231552vw, 38.1679389313px);
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#page-profile {
  max-width: 600px;
  margin: 0 auto;
}
#page-profile .bg {
  position: fixed;
  max-width: 600px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  background: url(../../assets/img/ba.jpg) center center no-repeat;
  background-size: cover;
  z-index: -3;
}
#page-profile main {
  padding-top: clamp(58px, 14.7582697201vw, 88.5496183206px);
  width: 90%;
  margin: 0 auto;
}
#page-profile main .m-inner {
  background-color: rgba(255, 255, 255, 0.4549019608);
  padding: 27px clamp(27px, 6.8702290076vw, 41.2213740458px) 40px;
}
#page-profile main .sec-profile h2 {
  text-align: center;
  font-size: clamp(22px, 5.5979643766vw, 33.5877862595px);
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
}
#page-profile main .sec-profile__image {
  margin: 17px auto 0;
}
#page-profile main .sec-profile__name {
  font-size: clamp(18px, 4.5801526718vw, 27.4809160305px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
#page-profile main .sec-profile__name span {
  display: block;
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  margin-top: 6px;
}
#page-profile main .sec-profile__contents {
  margin-top: 40px;
}
#page-profile main .sec-profile__text {
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  line-height: 1.9;
}
#page-profile main .sec-profile__text p + p {
  margin-top: 30px;
}
#page-profile main .sec-profile__text + .sec-profile__text {
  margin-top: 30px;
}

#page-disco {
  max-width: 600px;
  margin: 0 auto;
}
#page-disco .bg {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: 100dvh;
  min-height: 100vh;
  background: url(../../assets/img/ba.jpg) center center no-repeat;
  background-size: cover;
  z-index: -3;
}
@media screen and (min-width: 600px) {
  #page-disco .bg {
    height: 100dvh;
    min-height: 100vh;
  }
}
#page-disco main {
  padding-top: clamp(58px, 14.7582697201vw, 88.5496183206px);
  width: 90%;
  margin: 0 auto;
}
#page-disco main .m-inner {
  background-color: rgba(255, 255, 255, 0.4549019608);
  padding: 27px clamp(15px, 3.8167938931vw, 22.9007633588px) 40px;
}
#page-disco main .sec-disco h2 {
  text-align: center;
  font-size: clamp(22px, 5.5979643766vw, 33.5877862595px);
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
}
#page-disco main .sec-disco__list {
  margin-top: 17px;
}
#page-disco main .sec-disco .disco {
  text-align: center;
}
#page-disco main .sec-disco .disco + .disco {
  margin-top: 52px;
}
#page-disco main .sec-disco .disco-image {
  width: clamp(280px, 71.2468193384vw, 427.4809160305px);
  margin: 0 auto;
}
#page-disco main .sec-disco .disco-text {
  margin-top: 30px;
  font-size: clamp(16px, 4.0712468193vw, 24.427480916px);
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  color: #6E6E6E;
}
#page-disco main .sec-disco .disco h3 {
  margin-top: 4px;
  font-size: clamp(18px, 4.5801526718vw, 27.4809160305px);
}
#page-disco main .sec-disco .disco-links {
  margin-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 clamp(17px, 4.3256997455vw, 25.9541984733px);
}

#page-media {
  max-width: 600px;
  margin: 0 auto;
}
#page-media .bg {
  position: fixed;
  max-width: 600px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  background: url(../../assets/img/ba.jpg) center center no-repeat;
  background-size: cover;
  z-index: -3;
}
#page-media main {
  padding-top: clamp(58px, 14.7582697201vw, 88.5496183206px);
  width: 90%;
  margin: 0 auto;
}
#page-media main .m-inner {
  background-color: rgba(255, 255, 255, 0.4549019608);
  padding: 27px clamp(27px, 6.8702290076vw, 41.2213740458px) 40px;
}
#page-media main .sec-media h2 {
  text-align: center;
  font-size: clamp(22px, 5.5979643766vw, 33.5877862595px);
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
}
#page-media main .sec-media .media {
  margin-top: 17px;
}
#page-media main .sec-media .media-thumb {
  position: relative;
}
#page-media main .sec-media .media-thumb::after {
  content: "";
  background: url(../../assets/img/media/play-icon.png) center center no-repeat;
  width: clamp(36px, 9.1603053435vw, 54.9618320611px);
  height: clamp(36px, 9.1603053435vw, 54.9618320611px);
  background-size: cover;
  position: absolute;
  top: 19px;
  right: 17px;
}
#page-media main .sec-media .media h2 {
  background-color: #fff;
  padding: 20px clamp(20px, 5.0890585242vw, 30.534351145px);
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  font-weight: 600;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
#page-media main .sec-media .media li + li {
  margin-top: 35px;
}
#page-media .media-modal {
  position: fixed;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  inset: 0;
  z-index: 90; /* ヘッダーより下 */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: 600px;
  margin: 0 auto;
}
#page-media .media-modal.is-open {
  opacity: 1;
  visibility: visible;
}
#page-media .media-modal__bg {
  position: absolute;
  inset: 0;
  background: url("../../assets/img/modal-bg.jpg") center/cover no-repeat;
}
#page-media .media-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
#page-media .media-modal__content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  height: 100vh;
}
#page-media .media-modal__video {
  width: 100%;
  aspect-ratio: 16/9;
}
#page-media .media-modal__video iframe {
  width: 100%;
  height: 100%;
}
#page-media .media-modal__close {
  margin-top: 50px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#page-media .media-modal__close::before, #page-media .media-modal__close::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
}
#page-media .media-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page-media .media-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#page-media .media-modal__close .close-text {
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  margin-top: 15px;
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#page-schedule {
  max-width: 600px;
  margin: 0 auto;
}
#page-schedule .bg {
  position: fixed;
  max-width: 600px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  background: url(../../assets/img/ba.jpg) center center no-repeat;
  background-size: cover;
  z-index: -3;
}
#page-schedule main {
  padding-top: clamp(58px, 14.7582697201vw, 88.5496183206px);
  width: 90%;
  margin: 0 auto;
}
#page-schedule main .m-inner {
  background-color: rgba(255, 255, 255, 0.4549019608);
  padding: 27px clamp(27px, 6.8702290076vw, 41.2213740458px) 40px;
}
#page-schedule main .sec-schedule h2 {
  text-align: center;
  font-size: clamp(22px, 5.5979643766vw, 33.5877862595px);
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
}
#page-schedule main .sec-schedule__cat {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 13px;
}
#page-schedule main .sec-schedule__cat a {
  line-height: 1;
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  font-weight: 600;
  font-family: "ITC-Demi", sans-serif;
  border: 1px solid #707070;
  color: #707070;
  padding: clamp(7px, 1.7811704835vw, 10.6870229008px) clamp(16px, 4.0712468193vw, 24.427480916px) clamp(4px, 1.0178117048vw, 6.106870229px);
  border-radius: clamp(12px, 3.0534351145vw, 18.320610687px);
}
#page-schedule main .sec-schedule__cat .current a {
  background-color: #fff;
}
#page-schedule main .sec-schedule__contents {
  margin-top: 54px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
#page-schedule main .sec-schedule__contents .schedule {
  text-align: center;
}
#page-schedule main .sec-schedule__contents .schedule li + li {
  margin-top: 42px;
  padding-top: 40px;
  border-top: 1px solid #707070;
}
#page-schedule main .sec-schedule__contents .schedule-date {
  color: #707070;
  font-size: clamp(16px, 4.0712468193vw, 24.427480916px);
  font-weight: 600;
  font-family: "ITC-Demi", sans-serif;
}
#page-schedule main .sec-schedule__contents .schedule-cat {
  margin: 8px auto 0;
  line-height: 1;
  color: #fff;
  font-size: clamp(10px, 2.5445292621vw, 15.2671755725px);
  font-weight: 600;
  font-family: "ITC-Demi", sans-serif;
  padding: clamp(3px, 0.7633587786vw, 4.5801526718px) 14px;
  border-radius: clamp(18px, 4.5801526718vw, 27.4809160305px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-schedule main .sec-schedule__contents .schedule .live {
  background: -webkit-gradient(linear, left top, right top, from(#FFDB62), to(#FCB28C));
  background: -webkit-linear-gradient(left, #FFDB62 0%, #FCB28C 100%);
  background: linear-gradient(90deg, #FFDB62 0%, #FCB28C 100%);
}
#page-schedule main .sec-schedule__contents .schedule .radio {
  background: -webkit-linear-gradient(330deg, #D79BF2 0%, #98D0ED 100%);
  background: linear-gradient(120deg, #D79BF2 0%, #98D0ED 100%);
}
#page-schedule main .sec-schedule__contents .schedule h2 {
  font-size: clamp(15px, 3.8167938931vw, 22.9007633588px);
  font-weight: 600;
  margin-top: 17px;
  line-height: 1.53;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
#page-schedule main .sec-schedule__contents .schedule-thumb {
  margin-top: 15px;
}
#page-schedule main .sec-schedule__contents .schedule-contents {
  margin-top: 30px;
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  font-weight: 500;
  line-height: 1.92;
  text-align: left;
  font-weight: 400;
}
#page-schedule main .sec-schedule__contents .schedule-contents a {
  color: #2699FB;
  font-weight: 600;
}
#page-schedule main .sec-schedule__contents .schedule-contents .url {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-schedule main .sec-schedule__contents .schedule-contents .url a {
  margin-left: 3px;
}
#page-schedule main .sec-schedule__contents .schedule-contents h2 {
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  line-height: 1.92;
  text-align: left;
}

#page-contact {
  max-width: 600px;
  margin: 0 auto;
}
#page-contact .bg {
  position: fixed;
  max-width: 600px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  background: url(../../assets/img/ba.jpg) center center no-repeat;
  background-size: cover;
  z-index: -3;
}
#page-contact main {
  padding-top: clamp(58px, 14.7582697201vw, 88.5496183206px);
  width: 90%;
  margin: 0 auto;
}
#page-contact main .m-inner {
  background-color: rgba(255, 255, 255, 0.4549019608);
  padding: 27px clamp(27px, 6.8702290076vw, 41.2213740458px) 40px;
}
#page-contact main .sec-contact h2 {
  text-align: center;
  font-size: clamp(22px, 5.5979643766vw, 33.5877862595px);
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
}
#page-contact main .sec-contact__read {
  text-align: center;
  margin-top: 42px;
  font-size: clamp(14px, 3.5623409669vw, 21.3740458015px);
  font-weight: 400;
  line-height: 1.7;
}
#page-contact main .sec-contact__form {
  margin-top: 25px;
}
#page-contact main .sec-contact .input-box {
  width: 100%;
  padding: clamp(13px, 3.3078880407vw, 19.8473282443px);
  border: 1px solid #404040;
  text-align: left;
  line-height: 1.3;
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  font-weight: 400;
}
#page-contact main .sec-contact .input-box + .input-box {
  margin-top: 15px;
}
#page-contact main .sec-contact .input-box input::-webkit-input-placeholder {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  color: #7F7472;
}
#page-contact main .sec-contact .input-box input::-moz-placeholder {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  color: #7F7472;
}
#page-contact main .sec-contact .input-box input:-ms-input-placeholder {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  color: #7F7472;
}
#page-contact main .sec-contact .input-box input::-ms-input-placeholder {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  color: #7F7472;
}
#page-contact main .sec-contact .input-box input::placeholder {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  color: #7F7472;
}
#page-contact main .sec-contact .input-box input {
  width: 100%;
  height: auto;
}
#page-contact main .sec-contact .textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page-contact main .sec-contact .textarea textarea {
  width: 100%;
  height: 200px;
}
#page-contact main .sec-contact .textarea textarea::-webkit-input-placeholder {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  color: #7F7472;
}
#page-contact main .sec-contact .textarea textarea::-moz-placeholder {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  color: #7F7472;
}
#page-contact main .sec-contact .textarea textarea:-ms-input-placeholder {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  color: #7F7472;
}
#page-contact main .sec-contact .textarea textarea::-ms-input-placeholder {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  color: #7F7472;
}
#page-contact main .sec-contact .textarea textarea::placeholder {
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  color: #7F7472;
}
#page-contact main .sec-contact .form-bottom {
  text-align: left;
  margin-top: 60px;
}
#page-contact main .sec-contact .form-bottom__label {
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  font-weight: 600;
  line-height: 1;
}
#page-contact main .sec-contact .form-bottom__check {
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  letter-spacing: 0.05em;
  margin-top: 15px;
}
#page-contact main .sec-contact .form-bottom__check + .form-bottom__label {
  margin-top: 30px;
}
#page-contact main .sec-contact .form-bottom .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-contact main .sec-contact .form-bottom .checkbox__text {
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  letter-spacing: 0.05em;
  margin-left: clamp(10px, 2.5445292621vw, 15.2671755725px);
}
#page-contact main .sec-contact .form-bottom .checkbox__text .privacy {
  display: block;
  margin-top: 20px;
  margin-left: clamp(18px, 4.5801526718vw, 27.4809160305px);
  font-size: clamp(12px, 3.0534351145vw, 18.320610687px);
  margin-bottom: 18px;
}
#page-contact main .sec-contact .form-bottom .checkbox__text .privacy a {
  color: #2699FB;
  margin-top: 15px;
  font-weight: 400;
}
#page-contact main .sec-contact .form-bottom .checkbox__text .privacy .extarnal-privacy {
  position: relative;
}
#page-contact main .sec-contact .form-bottom .checkbox__text .privacy .extarnal-privacy::before {
  content: "";
  background: url(../../assets/img/extarnal-icon.svg) center center no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  vertical-align: sub;
}
#page-contact main .sec-contact .form-bottom .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9px;
  cursor: pointer;
  position: relative;
  margin: unset;
}
#page-contact main .sec-contact .form-bottom .wpcf7-list-item input[type=checkbox] {
  width: clamp(18px, 4.5801526718vw, 27.4809160305px);
  height: clamp(18px, 4.5801526718vw, 27.4809160305px);
  border: 1px solid #000;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  margin-top: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
}
#page-contact main .sec-contact .form-bottom .wpcf7-list-item input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: #000;
}
#page-contact main .sec-contact .form-bottom__reply {
  margin-top: 20px;
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  letter-spacing: 0.05em;
  line-height: 1.9;
}
#page-contact main .sec-contact .form-bottom__reply p + p {
  margin-top: 25px;
}
#page-contact main .sec-contact .submit {
  width: clamp(140px, 35.6234096692vw, 213.7404580153px);
  margin: 33px auto 0;
}
#page-contact main .sec-contact .submit input {
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: clamp(16px, 4.0712468193vw, 24.427480916px);
  font-family: "ITC-Demi", sans-serif;
  padding: 12px 0 9px;
  width: 100%;
  background: -webkit-linear-gradient(330deg, #D79BF2 0%, #98D0ED 100%);
  background: linear-gradient(120deg, #D79BF2 0%, #98D0ED 100%);
  border-radius: clamp(19px, 4.834605598vw, 29.0076335878px);
}
#page-contact .privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: 600px;
  margin: 0 auto;
}
#page-contact .privacy-modal.is-open {
  opacity: 1;
  visibility: visible;
}
#page-contact .privacy-modal__bg {
  position: absolute;
  inset: 0;
  background: url("../../assets/img/modal-bg.jpg") center/cover no-repeat;
}
#page-contact .privacy-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 164, 74, 0.7);
}
#page-contact .privacy-modal__content {
  position: relative;
  padding: 35px clamp(22px, 5.5979643766vw, 33.5877862595px);
  z-index: 1;
  height: 82vh;
  max-width: clamp(354px, 90.0763358779vw, 540.4580152672px);
  top: 92px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: url(../../assets/img/ba.jpg) center center no-repeat;
  background-size: cover;
  overflow: scroll;
}
#page-contact .privacy-modal__text {
  color: #fff;
  text-align: center;
  margin: 60px auto;
  height: 100%;
}
#page-contact .privacy-modal__text .text + .text {
  margin-top: 23px;
}
#page-contact .privacy-modal__text h2 {
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  font-size: clamp(23px, 5.8524173028vw, 35.1145038168px);
  margin-bottom: 15px;
}
#page-contact .privacy-modal__text p {
  font-weight: 600;
  font-size: clamp(15px, 3.8167938931vw, 22.9007633588px);
  line-height: 1.5;
  letter-spacing: 0;
}
#page-contact .privacy-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
#page-contact .privacy-modal__close::before, #page-contact .privacy-modal__close::after {
  content: "";
  position: absolute;
  top: clamp(10px, 2.5445292621vw, 15.2671755725px);
  right: 5px;
  width: clamp(31px, 7.8880407125vw, 47.3282442748px);
  height: 1px;
  background: #fff;
}
#page-contact .privacy-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page-contact .privacy-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#page-contact .privacy-modal__close .close-text {
  display: block;
  margin-top: clamp(25px, 6.3613231552vw, 38.1679389313px);
  font-size: clamp(13px, 3.3078880407vw, 19.8473282443px);
  font-family: "ITC-Demi", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=style.css.map */