@charset "UTF-8";
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.u-font-en {
  font-family: "Oswald", sans-serif;
}

.u-duration-100 {
  transition-duration: 0.1s !important;
}

.u-animation-delay-100 {
  animation-delay: 0.1s !important;
}

.u-duration-200 {
  transition-duration: 0.2s !important;
}

.u-animation-delay-200 {
  animation-delay: 0.2s !important;
}

.u-duration-300 {
  transition-duration: 0.3s !important;
}

.u-animation-delay-300 {
  animation-delay: 0.3s !important;
}

.u-duration-400 {
  transition-duration: 0.4s !important;
}

.u-animation-delay-400 {
  animation-delay: 0.4s !important;
}

.u-duration-500 {
  transition-duration: 0.5s !important;
}

.u-animation-delay-500 {
  animation-delay: 0.5s !important;
}

.u-duration-600 {
  transition-duration: 0.6s !important;
}

.u-animation-delay-600 {
  animation-delay: 0.6s !important;
}

.u-duration-700 {
  transition-duration: 0.7s !important;
}

.u-animation-delay-700 {
  animation-delay: 0.7s !important;
}

.u-duration-800 {
  transition-duration: 0.8s !important;
}

.u-animation-delay-800 {
  animation-delay: 0.8s !important;
}

.u-duration-900 {
  transition-duration: 0.9s !important;
}

.u-animation-delay-900 {
  animation-delay: 0.9s !important;
}

.u-duration-1000 {
  transition-duration: 1s !important;
}

.u-animation-delay-1000 {
  animation-delay: 1s !important;
}

/*!
 * ress.css • v2.0.1
 * 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: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  font-size: 62.5%;
}

*,
::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;
}

ol li,
ul li {
  list-style: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing 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;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  text-decoration: none; /* 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;
}

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

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

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

/* 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 {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  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 */
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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] {
  cursor: default;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    /*filter: blur(0);*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    /*filter: blur(0);*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeSide01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeSide01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeSide02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeSide02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInStatic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInStatic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateY(-52%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateY(-52%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@-webkit-keyframes main01 {
  0% {
    opacity: 0;
    transform: translate(50px, 0) rotate(0);
  }
  70% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(37px, 37px) rotate(0);
  }
}
@keyframes main01 {
  0% {
    opacity: 0;
    transform: translate(50px, 0) rotate(0);
  }
  70% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(37px, 37px) rotate(0);
  }
}
@-webkit-keyframes main01-sp {
  0% {
    opacity: 0;
    transform: translate(18px, 0) rotate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(18px, 18px) rotate(0);
  }
}
@keyframes main01-sp {
  0% {
    opacity: 0;
    transform: translate(18px, 0) rotate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(18px, 18px) rotate(0);
  }
}
@-webkit-keyframes main02 {
  0% {
    opacity: 0;
    transform: translate(0, -20px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}
@keyframes main02 {
  0% {
    opacity: 0;
    transform: translate(0, -20px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}
.js-zoomOut {
  animation: zoomIn 0.27s ease-out;
  animation-fill-mode: both;
}

.js-fade_parent.js-panel,
.js-fade_child.js-panel {
  opacity: 1;
}
.js-fade_parent.js-panel li,
.js-fade_child.js-panel li {
  position: relative;
  opacity: 0;
}

.js-panel.is-active li:nth-child(1) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.2s;
}

.js-panel.is-active li:nth-child(2) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.4s;
}

.js-panel.is-active li:nth-child(3) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.6s;
}

.js-panel.is-active li:nth-child(4) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.8s;
}

.js-panel.is-active li:nth-child(5) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1s;
}

.js-panel.is-active li:nth-child(6) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.2s;
}

.js-panel.is-active li:nth-child(7) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.4s;
}

.js-panel.is-active li:nth-child(8) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.6s;
}

.js-panel.is-active li:nth-child(9) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.8s;
}

.js-panel.is-active li:nth-child(10) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2s;
}

.js-panel.is-active li:nth-child(11) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.2s;
}

.js-panel.is-active li:nth-child(12) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.4s;
}

.js-panel.is-active li:nth-child(13) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.6s;
}

.js-panel.is-active li:nth-child(14) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.8s;
}

.js-panel.is-active li:nth-child(15) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3s;
}

.js-panel.is-active li:nth-child(16) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.2s;
}

.js-panel.is-active li:nth-child(17) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.4s;
}

.js-panel.is-active li:nth-child(18) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.6s;
}

.js-panel.is-active li:nth-child(19) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.8s;
}

.js-panel.is-active li:nth-child(20) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4s;
}

.js-panel.is-active li:nth-child(21) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.2s;
}

.js-panel.is-active li:nth-child(22) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.4s;
}

.js-panel.is-active li:nth-child(23) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.6s;
}

.js-panel.is-active li:nth-child(24) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.8s;
}

.js-panel.is-active li:nth-child(25) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5s;
}

.js-panel.is-active li:nth-child(26) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.2s;
}

.js-panel.is-active li:nth-child(27) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.4s;
}

.js-panel.is-active li:nth-child(28) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.6s;
}

.js-panel.is-active li:nth-child(29) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.8s;
}

.js-panel.is-active li:nth-child(30) {
  opacity: 1;
  transition: all 0.8s ease-in-out 6s;
}

.js-fade_parent,
.js-fade_parent-section,
.js-fade_child,
.js-fade_second,
.js-fade_parent-side,
.js-fade_child-side,
.js-fade_second-side,
.js-fade_parent.js-slide-left,
.js-fade_parent.js-slide-right {
  opacity: 0;
}

.js-fade_parent.is-active,
.js-fade_parent-section.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_child.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_second.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_parent-side.is-active {
  -webkit-animation: fadeSide01 0.6s ease-out 0.1s;
  animation: fadeSide01 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_child-side.is-active {
  -webkit-animation: fadeSide02 0.6s ease-out 0.1s;
  animation: fadeSide02 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_second-side.is-active {
  -webkit-animation: fadeSide01 0.6s ease-out 0.1s;
  animation: fadeSide01 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeSide01-slide-left {
  0% {
    opacity: 0;
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeSide01-slide-left {
  0% {
    opacity: 0;
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeSide01-slide-right {
  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeSide01-slide-right {
  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-fade_parent.js-slide-left.is-active {
  -webkit-animation: fadeSide01-slide-left 0.6s ease-out 0.1s;
  animation: fadeSide01-slide-left 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_parent.js-slide-right.is-active {
  -webkit-animation: fadeSide01-slide-right 0.6s ease-out 0.1s;
  animation: fadeSide01-slide-right 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes shine {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    height: 0px;
  }
  30% {
    height: 100px;
  }
  75% {
    height: 100px;
    top: auto;
    bottom: calc(0% - 130px);
  }
  100% {
    height: 0px;
    top: auto;
    bottom: calc(0% - 130px);
  }
}
@keyframes show {
  from {
    opacity: 0;
    transform: translateX(-160px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showCard {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showContents {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scrollIcon {
  0%, 100% {
    opacity: 1;
    transform: translateY(12px);
  }
  50% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes barScale {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0);
  }
}
.a-breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1079px) {
  .a-breadcrumb:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(249, 250, 255, 0) 0%, #F9FAFF 100%);
    margin: auto;
    content: "";
    display: block;
    width: 80px;
    height: 100%;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1080px) {
  .a-breadcrumb {
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .a-breadcrumb {
    width: 100%;
  }
}
.a-breadcrumb__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 12px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .a-breadcrumb__item {
    white-space: nowrap;
  }
}
.a-breadcrumb li {
  position: relative;
  color: #40494E;
  margin-left: 16px;
}
.a-breadcrumb li:first-child {
  margin-left: 0;
}
.a-breadcrumb li:before {
  content: "/";
  position: relative;
  top: 0;
  left: -8px;
  color: #808080;
}
.a-breadcrumb li a {
  transition: all 0.3s ease-out;
  color: #95A2AA;
}
.a-breadcrumb li a:hover {
  color: #004098;
}
.a-breadcrumb li:first-child:before {
  content: "";
}

.a-button {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.a-button a,
.a-button button,
.a-button input[type=submit] {
  display: block;
  width: 100%;
  background-color: #b484cf;
  color: #fff;
  font-size: 20px;
  padding: 6px 20px;
}
@media print, screen and (max-width: 1079px) {
  .a-button a,
  .a-button button,
  .a-button input[type=submit] {
    font-size: 3.5623409669vw;
    padding: 12px 20px;
  }
}

.a-font-gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", 游ゴシック体, YuGothic, メイリオ, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.a-headline {
  font-weight: 600;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1079px) {
  .a-headline {
    font-size: 10.1781170483vw;
  }
}

.a-loading {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.a-loading:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #3db5b7;
  transform: translate(0%, 0);
  opacity: 0;
  transition: all 0.7s ease;
  z-index: 0;
}
.a-loading .a-loader,
.a-loading .a-loader:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.a-loading .a-loader {
  transition: all 0.5s ease;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 174, 181, 0.2);
  border-right: 4px solid rgba(0, 174, 181, 0.2);
  border-bottom: 4px solid rgba(0, 174, 181, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@media print, screen and (max-width: 1079px) {
  .a-loading .a-loader {
    top: -30px;
    margin-left: 20px;
  }
}
.a-loading.is-active:before, .a-loading.is-active:after {
  opacity: 1;
  transform: translate(0, 0);
}
.a-loading.is-close .a-loader {
  opacity: 0;
}
.a-loading.is-close:after {
  opacity: 0;
  transform: translate(0, 0);
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.is-loading {
  overflow: hidden;
}
body.is-loading .pagetop {
  opacity: 0;
  pointer-events: none;
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;
}

.loader-screen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: top left;
  pointer-events: none;
}

.c1 {
  background-color: #FFFBFC;
}

.c2 {
  background-color: #f6f2ee;
}

.c3 {
  background-color: #1c2a48;
}

.c4 {
  background-color: #c11529;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-loading__inner {
  width: 60vw;
  max-width: 340px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1079px) {
  .p-loading__inner {
    width: 80vw;
    max-width: none;
  }
}
.p-loading svg {
  display: block;
  width: 100%;
  height: auto;
}

.a-title {
  font-size: 28px;
  line-height: 1.0714285714;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (max-width: 1079px) {
  .a-title {
    font-size: 5.0890585242vw;
  }
}

.m-breadcrumb {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1079px) {
  .m-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1080px) {
  .m-breadcrumb {
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .m-breadcrumb {
    width: 100%;
  }
}
.m-breadcrumb__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 12px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .m-breadcrumb__item {
    white-space: nowrap;
  }
}
.m-breadcrumb li {
  position: relative;
  color: #fff;
  margin-left: 16px;
}
.m-breadcrumb li:first-child {
  margin-left: 0;
}
.m-breadcrumb li:before {
  content: ">";
  position: relative;
  top: 0;
  left: -8px;
  color: #fff;
}
.m-breadcrumb li a {
  transition: all 0.3s ease-out;
  color: #fff;
}
.m-breadcrumb li a:hover {
  color: #fff;
  opacity: 0.7;
}
.m-breadcrumb li:first-child:before {
  content: "";
}

.m-navigation {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  line-height: 1.1428571429;
}
.m-navigation .item {
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
}
@media print, screen and (max-width: 1079px) {
  .m-navigation .item {
    position: relative;
  }
}
.m-navigation .item .label {
  font-size: 10px;
  line-height: 1;
  margin-top: 8px;
}
.m-navigation .item a,
.m-navigation .item span {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.m-pagenation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 100px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation {
    margin-top: 50px;
    gap: 20px;
  }
}
.m-pagenation > li {
  text-align: center;
  color: #ccc;
}
.m-pagenation > li:first-child {
  margin-left: 0;
  margin-right: auto;
}
.m-pagenation > li:last-child {
  margin-right: 0;
  margin-left: auto;
}
.m-pagenation > li.is-active a {
  color: #ddd;
  pointer-events: none;
}
.m-pagenation > li:first-child {
  margin-left: 0;
}
.m-pagenation > li a {
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b484cf;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation > li a {
    font-size: 3.5623409669vw;
  }
}
.m-pagenation > li a.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.m-pagenation > li a.prev:before, .m-pagenation > li a.next:after {
  background-repeat: no-repeat;
  background-size: 49px;
  width: 49px;
  height: 34px;
  content: "";
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation > li a.prev:before, .m-pagenation > li a.next:after {
    background-size: 32px;
    width: 50px;
  }
}
.m-pagenation > li a.prev:before {
  margin-right: 8px;
  background-image: url(../img/common/arrow-left.png);
  background-position: left center;
}
.m-pagenation > li a.next:after {
  margin-left: 8px;
  background-image: url(../img/common/arrow-right.png);
  background-position: right center;
}

.m-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media print, screen and (max-width: 1079px) {
  .m-access {
    grid-template-columns: 1fr;
  }
}
.m-access .map {
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1079px) {
  .m-access .map {
    order: 2;
    height: 320px;
  }
}
.m-access .map iframe {
  width: 100%;
  height: 100%;
}
.m-access .content {
  padding: 80px;
}
@media print, screen and (max-width: 1079px) {
  .m-access .content {
    padding: 20px;
    order: 1;
  }
}
.m-access .content .headline {
  font-size: 42px;
}
@media print, screen and (max-width: 1079px) {
  .m-access .content .headline {
    font-size: 8.1424936387vw;
  }
}
.m-access .content .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.m-access .content .list .item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #c30d23;
}
@media print, screen and (max-width: 1079px) {
  .m-access .content .list .item h3 {
    font-size: 4.5801526718vw;
  }
}
.m-access .content .list .item .text {
  font-size: 16px;
  line-height: 1.7;
}
@media print, screen and (max-width: 1079px) {
  .m-access .content .list .item .text {
    font-size: 3.5623409669vw;
  }
}

.m-cta {
  background-image: url(../img/common/cta-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px 0;
  color: #fff;
  text-align: center;
}
.m-cta .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-cta .headline {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .headline {
    font-size: 5.0890585242vw;
  }
}
.m-cta .headline span {
  position: relative;
}
.m-cta .headline span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-cta .tel {
  display: inline-block;
}
.m-cta .tel a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.m-cta .tel a .icon {
  width: 60px;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .tel a .icon {
    width: 6.6157760814vw;
  }
}
.m-cta .tel a .text {
  font-size: 68px;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .tel a .text {
    font-size: 9.1603053435vw;
  }
}
.m-cta .time {
  text-align: center;
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .time {
    font-size: 3.5623409669vw;
  }
}

.m-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 50px;
}
@media print, screen and (max-width: 1079px) {
  .m-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px 50px;
  }
}
.m-card.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (max-width: 1079px) {
  .m-card.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-card.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media print, screen and (max-width: 1079px) {
  .m-card.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-card.col-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media print, screen and (max-width: 1079px) {
  .m-card.col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-card .item {
  max-width: 350px;
}
@media print, screen and (max-width: 1079px) {
  .m-card .item {
    width: 100%;
    margin-right: 0;
  }
}
.m-card .item.modal {
  cursor: pointer;
}
.m-card .item:nth-of-type(3n) {
  margin-right: 0;
}
.m-card .item a {
  display: block;
  width: 100%;
}
.m-card .item .thumbnail {
  height: 350px;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.m-card .item .tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.m-card .item .tag li {
  font-size: 12px;
  line-height: 1;
  border-radius: 40px;
  border: 1px solid #333333;
  padding: 2px 24px;
  margin-right: 12px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .m-card .item .tag li {
    font-size: 3.0534351145vw;
    margin-bottom: 0;
  }
}
.m-card .item .content .title {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .m-card .item .content .title {
    font-size: 3.5623409669vw;
  }
}
.m-card .item .content .info {
  padding-top: 8px;
  margin-top: 8px;
  font-size: 11px;
  position: relative;
  color: #adadad;
}
.m-card .item .content .box {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 8px;
}
.m-news .item:nth-of-type(1) a {
  border-top: 1px dashed #acb0b1;
}
.m-news .item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #acb0b1;
}
.m-news .item .info {
  font-size: 16px;
  margin-right: 16px;
  margin-left: 20px;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .info {
    margin-left: 0;
  }
}
.m-news .item .info .icon {
  width: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.m-news .item .tag {
  display: flex;
  flex-wrap: wrap;
  margin-right: 12px;
}
.m-news .item .tag li {
  font-size: 13px;
  padding: 2px 12px;
  background: #dfc268;
  color: #fff;
  border-radius: 4px;
  width: 90px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .tag li {
    font-size: 3.0534351145vw;
  }
}
.m-news .item .content {
  width: 750px;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .content {
    width: 100%;
  }
}
.m-news .item .content h3 {
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .content h3 {
    font-size: 3.5623409669vw;
    margin-top: 4px;
  }
}

.m-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
}
@media print, screen and (max-width: 1079px) {
  .m-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}
.m-list .item {
  border-top: 1px solid #d9d9d9;
}
.m-list .item:nth-of-type(1) {
  border-top: none;
}
.m-list .item .content {
  position: relative;
  margin-top: 12px;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item .content {
    padding-bottom: 0;
  }
}
.m-list .item .content .category {
  margin-bottom: 8px;
}
.m-list .item .content .title {
  font-size: 16px;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-left: 10px solid #b484cf;
  padding-left: 16px;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item .content .title {
    font-size: 3.5623409669vw;
    border-left: 5px solid #b484cf;
    padding-left: 12px;
  }
}
.m-list .item .content .date {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item .content .date {
    font-size: 3.3078880407vw;
  }
}
.m-list .item .sns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item .sns {
    margin-top: 24px;
  }
}
.m-list .item .sns li {
  width: 48px;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item .sns li {
    width: 40px;
  }
}
.m-list .item .button {
  margin-top: 40px;
  max-width: 240px;
}

.m-hero {
  position: relative;
  background-image: url(../img/common/hero-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .m-hero {
    margin-bottom: 10.1781170483vw;
    padding-top: 7.6335877863vw;
    padding-bottom: 7.6335877863vw;
  }
}
.m-hero .inner {
  position: relative;
}
.m-hero .title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.m-hero .title img {
  width: auto;
  height: 23px;
  vertical-align: middle;
}
@media print, screen and (max-width: 1079px) {
  .m-hero .title img {
    height: 4.0712468193vw;
  }
}
.m-hero .label {
  font-size: 20px;
  position: relative;
  top: 4px;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .m-hero .label {
    top: 2px;
  }
}
.m-hero .lead {
  margin-top: 54px;
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .m-hero .lead {
    margin-top: 7.6335877863vw;
  }
}
.m-hero .text {
  margin-top: 90px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .m-hero .text {
    margin-top: 10.1781170483vw;
    font-size: 3.0534351145vw;
  }
}

.m-schedule {
  /* 日曜日 */
  /* 土曜日 */
}
.m-schedule .month-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 100px;
  border-bottom: 1px solid #b484cf;
  padding-bottom: 24px;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .month-info {
    margin-bottom: 50px;
    padding-bottom: 16px;
  }
}
.m-schedule .month-info .prev.is-disable,
.m-schedule .month-info .next.is-disable {
  opacity: 0.4;
  pointer-events: none;
}
.m-schedule .month-info .prev img {
  width: auto;
  height: 12px;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .month-info .prev img {
    height: 8px;
  }
}
.m-schedule .month-info .next img {
  width: auto;
  height: 12px;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .month-info .next img {
    height: 8px;
  }
}
.m-schedule .month-info .month {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.m-schedule .month-info .month .year-text {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.1em;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .month-info .month .year-text {
    font-size: 3.5623409669vw;
  }
}
.m-schedule .month-info .month .month-text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.m-schedule .month-info .month .month-text img {
  width: auto;
  height: 44px;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .month-info .month .month-text img {
    height: 6.6157760814vw;
  }
}
.m-schedule .month-info .month .slash {
  line-height: 1;
}
.m-schedule .month-info .month-text img {
  width: auto;
  height: 44px;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .calendar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.m-schedule .weekHeader {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding: 10px 0;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .weekHeader {
    min-width: 600px;
  }
}
.m-schedule .weekHeader .sat {
  color: #000cff;
}
.m-schedule .weekHeader .sun {
  color: #ff0000;
}
.m-schedule .calendarBody {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-left: 1px solid #b484cf;
  border-top: 1px solid #b484cf;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .calendarBody {
    min-width: 600px;
  }
}
.m-schedule .calendarBody .week {
  display: contents;
}
.m-schedule .cell {
  min-height: 120px;
  padding: 8px;
  border-right: 1px solid #b484cf;
  border-bottom: 1px solid #b484cf;
  position: relative;
  font-size: 14px;
}
.m-schedule .cell:nth-child(7n) {
  color: #ff0000;
}
.m-schedule .cell:nth-child(6n) {
  color: #000cff;
}
.m-schedule .date {
  display: block;
  margin-bottom: 5px;
}
.m-schedule .category-label {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 2px 6px;
}
.m-schedule .category-label.cat-information {
  background: #ffcb4e;
}
.m-schedule .category-label.cat-media {
  background: #ff95e5;
}
.m-schedule .category-label.cat-event {
  background: #ff6f6f;
}
.m-schedule .entry a {
  display: block;
  width: 100%;
}
.m-schedule .scheduleFilter {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .scheduleFilter {
    margin-bottom: 40px;
  }
}
.m-schedule .tab-list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .tab-list {
    gap: 15px;
  }
}
.m-schedule .tab-list .item {
  text-align: center;
  border-bottom: 1px solid #738aff;
  color: #738aff;
  font-size: 11px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  list-style: none;
}
@media print, screen and (max-width: 1079px) {
  .m-schedule .tab-list .item {
    font-size: 2.5445292621vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.m-schedule .tab-list .item.is-active {
  font-weight: bold;
}
.m-schedule .tab-list .item.is-media {
  border-bottom: 1px solid #ff95e5;
  color: #ff95e5;
}
.m-schedule .tab-list .item.is-event {
  border-bottom: 1px solid #ff6f6f;
  color: #ff6f6f;
}
.m-schedule .tab-list .item.is-info, .m-schedule .tab-list .item.is-information {
  border-bottom: 1px solid #ffcb4e;
  color: #ffcb4e;
}
.m-schedule .filter-check {
  display: none;
}

.o-footer {
  padding: 40px 0;
  background-color: #b484cf;
}
@media print, screen and (max-width: 1079px) {
  .o-footer {
    padding: 40px 0;
  }
}
.o-footer .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
  }
}
.o-footer .menu .item {
  position: relative;
  padding-left: 12px;
  margin-left: 12px;
  font-size: 12px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .menu .item {
    padding-left: 0;
    margin-left: 0;
    font-size: 3.5623409669vw;
  }
}
.o-footer .menu .item:nth-of-type(1) {
  padding-left: 0;
  margin-left: 0;
}
.o-footer .menu .item:nth-of-type(1)::after {
  display: none;
}
.o-footer .menu .item::after {
  content: "/";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .menu .item::after {
    display: none;
  }
}
.o-footer .copy {
  text-align: center;
  font-size: 12px;
  margin-top: 24px;
}

.o-form .form-item {
  margin-bottom: 28px;
  width: 100%;
}
.o-form .form-item .label {
  width: 100%;
  font-size: 16px;
  margin-bottom: 8px;
}
.o-form .form-item .label .tag {
  font-size: 12px;
  color: #c31a1a;
  padding: 2px 4px;
  margin-left: 8px;
  display: inline-block;
  background-color: #c31a1a;
  color: #fff;
}
.o-form .form-item .data {
  font-size: 16px;
}
.o-form .form-item input[type=text],
.o-form .form-item input[type=email],
.o-form .form-item input[type=tel],
.o-form .form-item textarea,
.o-form .form-item select {
  width: 100%;
  padding: 18px;
  font-size: 16px;
  background-color: #f5f6f7;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item input[type=text],
  .o-form .form-item input[type=email],
  .o-form .form-item input[type=tel],
  .o-form .form-item textarea,
  .o-form .form-item select {
    padding: 12px;
  }
}
.o-form .form-item input[type=number] {
  padding: 10px;
  border: 1px solid #707070;
  font-size: 16px;
  width: 110px;
}
.o-form .form-item .radio-label {
  cursor: pointer;
  margin-right: 8px;
}
.o-form .form-item input[type=radio] {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
  top: 4px;
}
.o-form .form-item input[type=radio]:checked {
  border-color: #707070;
}
.o-form .form-item input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.o-form .form-item textarea {
  resize: vertical;
  height: 260px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item textarea {
    height: 140px;
  }
}
.o-form .form-item .annotation {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.8;
}
.o-form .button {
  margin-top: 20px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.o-form .button a,
.o-form .button button {
  display: block;
  width: 100%;
}

.o-header {
  padding: 20px 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .o-header {
    padding: 12px 20px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 1080px) {
  .o-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 4px rgba(180, 132, 207, 0.1);
    animation: slideDown 0.3s ease-out;
  }
}
.o-header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .inner {
    padding: 0;
  }
}
.o-header .a-logo {
  width: 100%;
  max-width: 209px;
  margin-right: 20px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .a-logo {
    width: 66.1577608142vw;
    position: relative;
    top: -4px;
  }
}
.o-header .a-logo img {
  vertical-align: middle;
}
.o-header .menu_box {
  display: flex;
  gap: 24px;
  width: 100%;
}
.o-header .menu_list {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .o-header .menu_list {
    display: none;
  }
}
.o-header .menu_list li {
  text-align: center;
}
.o-header .menu_list li:nth-of-type(1) {
  border-left: 1px solid #b484cf;
}
.o-header .menu_list li a {
  border-right: 1px solid #b484cf;
  display: block;
  width: 100%;
  padding-right: 1.25vw;
  padding-left: 1.25vw;
}
.o-header .menu_list li a img {
  width: auto;
  height: 1.6145vw;
  min-height: 26px;
  max-height: 31px;
}
.o-header .hamburger {
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
}
.o-header .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b484cf;
  display: inline-block;
  transition: all 0.5s;
}
.o-header .hamburger span:nth-of-type(1) {
  top: 0;
}
.o-header .hamburger span:nth-of-type(2) {
  top: 8px;
}
.o-header .hamburger span:nth-of-type(3) {
  bottom: 0;
}
.o-header .hamburger.is-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.o-header .hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.o-header .hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
.o-header .o-spNavi {
  display: none;
}
@media print, screen and (max-width: 1079px) {
  .o-header .o-spNavi {
    position: fixed;
    top: 13vw;
    right: 0;
    z-index: 100;
    width: 400px;
    padding-bottom: 100px;
    height: 100vh;
    transition: transform 0.4s;
    transform: translate(100%, 0);
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 100%;
    align-items: flex-start;
  }
}
.o-header .o-spNavi.is-active {
  transform: translate(0, 0);
}
.o-header .o-spNavi .inner {
  padding: 60px 67px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .o-spNavi .inner {
    padding: 26px 20px 120px;
  }
}
.o-header .o-spNavi .m-menu {
  width: 100%;
  padding: 30px;
}
.o-header .o-spNavi .link_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #894eaa;
}
.o-header .o-spNavi .link_list .item {
  text-align: center;
}
.o-header .o-spNavi .link_list .item a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #894eaa;
  padding: 28px 0;
  position: relative;
}
.o-header .o-spNavi .link_list .item a img {
  width: auto;
  height: 31px;
  display: block;
  margin: 0 auto;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.o-page {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .o-page {
    margin-bottom: 15.2671755725vw;
  }
}
.o-page.page-news, .o-page.page-contact, .o-page.page-privacy {
  margin-top: 0;
}
.o-page.page-news .o-post, .o-page.page-contact .o-post, .o-page.page-privacy .o-post {
  margin-top: 0;
}
.o-page.-single {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.o-page.-single .button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.o-post .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}
.o-post .tag li {
  font-size: 13px;
  padding: 2px 12px;
  background: #dfc268;
  color: #fff;
  border-radius: 4px;
  width: 90px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .o-post .tag li {
    font-size: 3.0534351145vw;
  }
}
.o-post .post-info .date {
  font-size: 16px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .post-info .date {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.o-post .post-info .title {
  font-size: 20px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .post-info .title {
    font-size: 5.0890585242vw;
  }
}
@media print, screen and (max-width: 1079px) {
  .o-post .post-info .title {
    font-size: 20px;
    line-height: 1.7;
  }
}
.o-post .main {
  position: relative;
}
.o-post .main .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #004098;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px 0 20px;
  font-size: 18px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .category {
    padding: 6px 22px;
    font-size: 14px;
    line-height: 1;
  }
}
.o-post .main .category.-school {
  background: #e3863b;
}
.o-post .main .category.-company {
  background: #65b6c5;
}
.o-post .main .info {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 800px;
  padding: 32px;
  left: 0;
  bottom: 0;
  border-radius: 0 20px 0 20px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .info {
    width: 100%;
    position: relative;
    background: none;
    padding: 0;
  }
}
.o-post .main .info .title {
  font-size: 24px;
  line-height: 1.6666666667;
  color: #e3863b;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .info .title {
    font-size: 20px;
    line-height: 1.7;
  }
}
.o-post .main .info .name {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.875;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .info .name {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.o-post .main img {
  border-radius: 20px;
}
.o-post .term {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 24px;
}
.o-post .term .item {
  margin-right: 24px;
  font-size: 16px;
  line-height: 2;
  color: #59b5e4;
}
@media print, screen and (max-width: 1079px) {
  .o-post .term .item {
    margin-right: 12px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.o-post .entry {
  font-size: 14px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry {
    font-size: 3.5623409669vw;
  }
}
.o-post .entry > * {
  margin-bottom: 28px;
}
.o-post .entry img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.o-post .entry h2 {
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h2 {
    font-size: 5.0890585242vw;
  }
}
.o-post .entry h3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h3 {
    font-size: 4.5801526718vw;
  }
}
.o-post .entry h4 {
  font-size: 16px;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h4 {
    font-size: 4.0712468193vw;
  }
}
.o-post .entry ul li {
  position: relative;
  padding-left: 16px;
}
.o-post .entry ul li:before {
  position: absolute;
  content: "・";
  top: 2px;
  left: 0;
}
.o-post .entry ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.o-post .entry ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 10px;
  color: #50575B;
}
.o-post .entry ol ol {
  padding-left: 16px;
}
.o-post .entry blockquote {
  padding: 8px 12px;
  background: #f5f5f5;
}
.o-post .entry a {
  text-decoration: underline;
}
.o-post .entry a:hover {
  text-decoration: none;
  opacity: 0.6 !important;
}
.o-post .entry a:hover img {
  opacity: 0.6 !important;
}
.o-post .entry table {
  width: 100%;
  border-collapse: collapse;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry table {
    display: block;
  }
}
.o-post .entry table th,
.o-post .entry table td {
  vertical-align: top;
}
.o-post .entry table th {
  width: 30%;
  text-align: left;
  font-weight: 500;
  border: 1px solid #c1c1c1;
  background-color: #4e4a47;
  color: #fff;
  font-size: 16px;
  padding: 1.5rem 2rem;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry table th {
    width: 100%;
    display: block;
    font-size: 3.5623409669vw;
    padding: 2.5445292621vw 2.5445292621vw;
  }
}
.o-post .entry table th:nth-of-type(2) {
  width: max-content;
  text-align: left;
  font-weight: 500;
  border: 1px solid #c1c1c1;
  padding: 1.5rem 2rem;
  background-color: #fff;
  color: #494949;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry table th:nth-of-type(2) {
    width: 100%;
    font-size: 3.5623409669vw;
    padding: 2.5445292621vw 2.5445292621vw;
  }
}
.o-post .entry table td {
  width: max-content;
  text-align: left;
  font-weight: 500;
  border: 1px solid #c1c1c1;
  padding: 1.5rem 2rem;
  background-color: #fff;
  color: #494949;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry table td {
    font-size: 3.5623409669vw;
    padding: 2.5445292621vw 2.5445292621vw;
    padding: 0;
  }
}
.o-post .detail {
  background: #f7e9de;
  border-radius: 20px;
  padding: 32px;
  font-size: 14px;
  line-height: 2;
  margin-top: 80px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail {
    margin-top: 40px;
    padding: 24px;
  }
}
.o-post .detail .title {
  font-size: 20px;
  line-height: 1.7;
  color: #e3863b;
  font-weight: bold;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail .title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.o-post .detail .box {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail .box {
    display: block;
  }
}
.o-post .detail .box .name {
  margin-right: 32px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail .box .name {
    margin-right: 0;
  }
}
.o-post .m-pagenation {
  margin-top: 40px;
}
.o-post .button {
  margin-top: 40px;
}
.o-post .button .a-btn {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1079px) {
  .o-side {
    padding: 0 25px;
  }
}
.o-side__item {
  margin-bottom: 72px;
}
.o-side__item:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 1079px) {
  .o-side__item {
    margin-bottom: 56px;
  }
}
.o-side__item > * {
  margin-bottom: 16px;
}
.o-side__item .banner a {
  display: block;
}
@media print, screen and (min-width: 1080px) {
  .o-side__item .banner a:hover {
    opacity: 0.6;
  }
}
.o-side__item .banner img {
  vertical-align: top;
}
.o-side .a-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-side .a-title {
    text-align: center;
  }
}
.o-side .a-title__subTitle {
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-side .a-title__subTitle {
    text-align: center;
  }
}
.o-side .a-title__subTitle:before {
  display: none;
}
.o-side .m-card_article {
  margin-bottom: 16px;
}
.o-side .m-card_article:last-child {
  margin-bottom: 0;
}
.o-side .m-card_article .m-card_article__title {
  font-size: 14px;
  line-height: 2;
}

.t-contents {
  width: 100%;
  z-index: 0;
  padding-bottom: 160px;
}
@media print, screen and (max-width: 1079px) {
  .t-contents {
    padding-bottom: 80px;
  }
}

.page-index .section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .section {
    padding-top: 10.1781170483vw;
    padding-bottom: 10.1781170483vw;
  }
}
.page-index .section .headline {
  padding-bottom: 14px;
  border-bottom: 1px solid #b484cf;
}
.page-index .section .headline img {
  width: auto;
  height: 48px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .section .headline img {
    height: 7.1246819338vw;
  }
}
.page-index .main {
  position: relative;
}
.page-index .banner {
  margin-top: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .banner {
    margin-top: 6px;
  }
}
.page-index .banner.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.page-index .banner .swiper-slide {
  height: 180px !important;
  width: auto !important;
}
@media print, screen and (max-width: 1079px) {
  .page-index .banner .swiper-slide {
    height: 43.2569974555vw !important;
  }
}
.page-index .banner .swiper-slide img {
  width: auto;
  height: 100%;
}
.page-index .news .headline {
  text-align: left;
}
.page-index .news .list {
  margin-top: 28px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .news .list {
    margin-top: 3.0534351145vw;
  }
}
.page-index .news .list .item a {
  display: grid;
  grid-template-columns: 80px 5fr;
  align-items: center;
  gap: 50px;
  width: 100%;
  position: relative;
  padding-top: 30px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .news .list .item a {
    grid-template-columns: 80px 1fr;
    gap: 12px;
  }
}
.page-index .news .list .item a .category {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  position: relative;
  padding: 4px 12px;
  border: 1px solid #ff95e5;
  color: #ff95e5;
}
.page-index .news .list .item a .category.is-media {
  border: 1px solid #ff95e5;
  color: #ff95e5;
}
.page-index .news .list .item a .category.is-information {
  border: 1px solid #ffcb4e;
  color: #ffcb4e;
}
.page-index .news .list .item a .category.is-event {
  border: 1px solid #ff6f6f;
  color: #ff6f6f;
}
.page-index .news .list .item a .title {
  font-size: 15px;
  font-weight: normal;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .page-index .news .list .item a .title {
    font-size: 3.5623409669vw;
  }
}
.page-index .news .button {
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .news .button {
    margin-top: 10.1781170483vw;
    margin-right: auto;
  }
}
.page-index .news .button a:after {
  display: none;
}
.page-index .schedule .headline {
  text-align: left;
}
.page-index .schedule .list {
  margin-top: 28px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.page-index .schedule .list .item a {
  display: grid;
  grid-template-columns: 80px 56px 5fr;
  align-items: center;
  gap: 28px;
  width: 100%;
  position: relative;
  padding-top: 30px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .schedule .list .item a {
    grid-template-columns: 80px 56px 1fr;
    gap: 12px;
  }
}
.page-index .schedule .list .item a .schedule_date {
  position: relative;
  background-image: url(../img/common/icon-news.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 64px;
  color: #b484cf;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-index .schedule .list .item a .schedule_date .date .month {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 14px;
}
.page-index .schedule .list .item a .schedule_date .date .slash {
  width: 30px;
  position: relative;
  left: -4px;
  top: -6px;
}
.page-index .schedule .list .item a .schedule_date .date .day {
  position: absolute;
  top: 27px;
  left: 30px;
  font-size: 14px;
}
.page-index .schedule .list .item a .schedule_date .week {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: -7px;
  right: 0;
  font-size: 11px;
  font-weight: normal;
  background-color: #fff;
  padding: 4px 0px;
}
.page-index .schedule .list .item a .category {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  position: relative;
  padding: 4px 12px;
  border: 1px solid #ff95e5;
  color: #ff95e5;
}
.page-index .schedule .list .item a .category.is-media {
  border: 1px solid #ff95e5;
  color: #ff95e5;
}
.page-index .schedule .list .item a .category.is-info {
  border: 1px solid #ffcb4e;
  color: #ffcb4e;
}
.page-index .schedule .list .item a .category.is-event {
  border: 1px solid #ff6f6f;
  color: #ff6f6f;
}
.page-index .schedule .list .item a .title {
  font-size: 15px;
  font-weight: normal;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .page-index .schedule .list .item a .title {
    font-size: 3.5623409669vw;
  }
}
.page-index .schedule .button {
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .schedule .button {
    margin-top: 10.1781170483vw;
    margin-right: auto;
  }
}
.page-index .schedule .button a:after {
  display: none;
}
.page-index .member {
  position: relative;
}
.page-index .member:after {
  content: "";
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1px;
  background-color: #b484cf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-index .member .list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .member .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.1781170483vw;
    margin-top: 5.0890585242vw;
  }
}
.page-index .member .item .content {
  border: 2px solid #b484cf;
  padding: 6px 12px;
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .member .item .content {
    margin-top: 14px;
  }
}
.page-index .member .item .name {
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
}
@media print, screen and (max-width: 1079px) {
  .page-index .member .item .name {
    font-size: 4.5801526718vw;
  }
}
.page-index .member .item .kana {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
}
@media print, screen and (max-width: 1079px) {
  .page-index .member .item .kana {
    font-size: 3.5623409669vw;
  }
}
.page-index .member .button {
  margin-top: 40px;
}
.page-index .discography .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .discography .box {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 24px;
  }
}
.page-index .discography .box .thumbnail {
  width: 100%;
  box-shadow: 8px 8px 40px 0px rgba(180, 132, 207, 0.4);
}
.page-index .discography .box .content .category {
  margin-bottom: 24px;
}
.page-index .discography .box .content .category span {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 4px 12px;
  border: 1px solid #b484cf;
  color: #b484cf;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1079px) {
  .page-index .discography .box .content .category span {
    font-size: 3.5623409669vw;
  }
}
.page-index .discography .box .content .title a {
  display: block;
  font-size: 30px;
  border-left: 14px solid #b484cf;
  padding-left: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .discography .box .content .title a {
    font-size: 4.5801526718vw;
    border-left: 8px solid #b484cf;
    padding-left: 12px;
  }
}
.page-index .discography .box .content .date {
  font-size: 16px;
  margin-top: 12px;
  letter-spacing: 0.05em;
}
.page-index .discography .box .content .sns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .discography .box .content .sns {
    margin-top: 8.1424936387vw;
  }
}
.page-index .discography .box .content .sns li {
  width: 48px;
}
.page-index .discography .button {
  margin-top: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .discography .button {
    margin-top: 10.1781170483vw;
    margin-right: auto;
  }
}
.page-index .video {
  margin-top: 12px;
  position: relative;
}
.page-index .video:after {
  content: "";
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1px;
  background-color: #b484cf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-index .video .swiper {
  padding-left: 40px;
  padding-right: 40px;
}
.page-index .video .swiper {
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .video .swiper {
    margin-top: 5.0890585242vw;
  }
}
.page-index .video .button {
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .video .button {
    margin-top: 10.1781170483vw;
    margin-right: auto;
  }
}

.page-thanks .text {
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .text {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.page-thanks .info {
  margin-top: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  padding: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .info {
    margin-top: 40px;
    width: 100%;
  }
}
.page-thanks .info .tel {
  font-size: 28px;
  line-height: 1.2857142857;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .info .tel {
    font-size: 20px;
    line-height: 1.4;
  }
}
.page-thanks .info .open {
  font-size: 14px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .info .open {
    font-size: 12px;
    line-height: 2;
  }
}

.page-contact .inner {
  max-width: 965px;
}
.page-about .section .headline {
  text-align: center;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #b484cf;
  padding-bottom: 12px;
}
.page-about .section .img {
  margin-top: 120px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .img {
    margin-top: 10.1781170483vw;
  }
}
.page-about .section .logo {
  margin-top: 120px;
  width: 476px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .logo {
    width: 60.5597964377vw;
    margin-top: 10.1781170483vw;
  }
}
.page-about .section .entry {
  margin-top: 60px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 3.2;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .entry {
    margin-top: 8.1424936387vw;
    font-size: 3.5623409669vw;
    line-height: 2;
  }
}
.page-about .section .button {
  margin-top: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .button {
    margin-top: 8.1424936387vw;
  }
}

.page-regulation .section .headline {
  text-align: center;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #b484cf;
  padding-bottom: 12px;
  margin-bottom: 40px;
}
.page-regulation .section .o-post {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.page-archive.-video .o-page .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-video .o-page .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}
.page-archive.-video .o-page .list .item {
  border-top: 1px solid #d9d9d9;
}
.page-archive.-video .o-page .list .item:nth-of-type(1) {
  border-top: none;
}
.page-archive.-video .o-page .list .item a {
  display: block;
  width: 100%;
}
.page-archive.-video .o-page .list .item .content {
  position: relative;
  margin-top: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-video .o-page .list .item .content {
    padding-bottom: 0;
  }
}
.page-archive.-video .o-page .list .item .content .category {
  margin-bottom: 8px;
}
.page-archive.-video .o-page .list .item .content .title {
  font-size: 18px;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-left: 10px solid #b484cf;
  padding-left: 16px;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-video .o-page .list .item .content .title {
    font-size: 3.5623409669vw;
    border-left: 5px solid #b484cf;
    padding-left: 12px;
  }
}
.page-archive.-video .o-page .list .item .content .date {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-video .o-page .list .item .content .date {
    font-size: 3.3078880407vw;
  }
}
.page-archive.-video .o-page .list .item .sns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-video .o-page .list .item .sns {
    margin-top: 24px;
  }
}
.page-archive.-video .o-page .list .item .sns li {
  width: 48px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-video .o-page .list .item .sns li {
    width: 40px;
  }
}
.page-archive.-video .o-page .list .item .button {
  margin-top: 40px;
  max-width: 240px;
}
.page-archive.-member .o-page .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-member .o-page .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.0890585242vw;
    margin-top: 5.0890585242vw;
  }
}
.page-archive.-member .o-page .item .content {
  border: 2px solid #b484cf;
  padding: 6px 12px;
  text-align: center;
  margin-top: 20px;
}
.page-archive.-member .o-page .item .name {
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-member .o-page .item .name {
    font-size: 4.5801526718vw;
  }
}
.page-archive.-member .o-page .item .kana {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-member .o-page .item .kana {
    font-size: 3.5623409669vw;
  }
}
.page-archive.-news .o-page .month-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 100px;
  border-bottom: 1px solid #b484cf;
  padding-bottom: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-news .o-page .month-info {
    margin-bottom: 50px;
    padding-bottom: 16px;
  }
}
.page-archive.-news .o-page .month-info .prev.is-disable,
.page-archive.-news .o-page .month-info .next.is-disable {
  opacity: 0.4;
  pointer-events: none;
}
.page-archive.-news .o-page .month-info .prev img {
  width: auto;
  height: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-news .o-page .month-info .prev img {
    height: 8px;
  }
}
.page-archive.-news .o-page .month-info .next img {
  width: auto;
  height: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-news .o-page .month-info .next img {
    height: 8px;
  }
}
.page-archive.-news .o-page .month-info .month {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.page-archive.-news .o-page .month-info .month .year-text {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.1em;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-news .o-page .month-info .month .year-text {
    font-size: 3.5623409669vw;
  }
}
.page-archive.-news .o-page .month-info .month .month-text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.page-archive.-news .o-page .month-info .month .month-text img {
  width: auto;
  height: 44px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-news .o-page .month-info .month .month-text img {
    height: 6.6157760814vw;
  }
}
.page-archive.-news .o-page .month-info .month .slash {
  line-height: 1;
}
.page-archive.-news .o-page .month-info .month-text img {
  width: auto;
  height: 44px;
}
.page-archive.-news .o-page .tab-list {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
.page-archive.-news .o-page .tab-list .item {
  text-align: center;
  border-bottom: 1px solid #738aff;
  color: #738aff;
  font-size: 11px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-news .o-page .tab-list .item {
    font-size: 2.5445292621vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-archive.-news .o-page .tab-list .item.is-active {
  font-weight: bold;
}
.page-archive.-news .o-page .tab-list .item.is-media {
  border-bottom: 1px solid #ff95e5;
  color: #ff95e5;
}
.page-archive.-news .o-page .tab-list .item.is-event {
  border-bottom: 1px solid #ff6f6f;
  color: #ff6f6f;
}
.page-archive.-news .o-page .tab-list .item.is-info {
  border-bottom: 1px solid #ffcb4e;
  color: #ffcb4e;
}
.page-archive.-news .o-page .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.page-archive.-news .o-page .item .post-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-news .o-page .item .post-info {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.page-archive.-news .o-page .item .post-info .date {
  font-size: 14px;
  color: #636363;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-news .o-page .item .post-info .date {
    font-size: 3.0534351145vw;
  }
}
.page-archive.-news .o-page .item .title {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media print, screen and (max-width: 1079px) {
  .page-archive.-news .o-page .item .title {
    font-size: 3.5623409669vw;
  }
}

.page-single .o-post .inner {
  max-width: 965px;
}
.page-single .o-post .post-info {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-single .o-post .post-info {
    margin-bottom: 24px;
  }
}
.page-single .o-post .post-info .category {
  margin-bottom: 20px;
}
.page-single .o-post .post-info .title {
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1079px) {
  .page-single .o-post .post-info .title {
    font-size: 5.5979643766vw;
  }
}
.page-single .o-post .post-info .date {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1079px) {
  .page-single .o-post .post-info .date {
    font-size: 3.3078880407vw;
  }
}
.page-single .o-post .thumbnail {
  width: 100%;
  max-width: 965px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-single .o-post .thumbnail {
    margin-bottom: 24px;
  }
}
.page-single .o-post .thumbnail img {
  max-width: 100%;
  width: auto;
}
.page-single .o-post .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-single .o-post .sns {
    margin-top: 24px;
  }
}
.page-single .o-post .sns li {
  width: 48px;
}
@media print, screen and (max-width: 1079px) {
  .page-single .o-post .sns li {
    width: 40px;
  }
}
.page-single .o-post .button {
  margin-top: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-single .o-post .button {
    margin-top: 40px;
  }
}
.page-single.-discography .o-post .thumbnail {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.page-single.-video .o-post .thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page-single.-video .o-post .thumbnail iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-single.-video .o-post .post-info {
  text-align: left;
}
.page-single.-video .o-post .post-info .title {
  font-size: 30px;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-left: 10px solid #b484cf;
  padding-left: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-video .o-post .post-info .title {
    font-size: 3.5623409669vw;
    border-left: 5px solid #b484cf;
    padding-left: 12px;
  }
}
.page-single.-video .o-post .post-info .date {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-video .o-post .post-info .date {
    font-size: 3.3078880407vw;
  }
}
.page-single.-news .post-info {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-news .post-info {
    gap: 12px;
    margin-bottom: 24px;
  }
}
.page-single.-news .post-info .category {
  margin-bottom: 0;
}
.page-single.-news .post-info .date {
  margin-bottom: 0;
}
.page-single.-news .o-post .inner {
  max-width: 1024px;
}
.page-single.-news .o-post .title {
  font-size: 30px;
  margin-bottom: 40px;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-news .o-post .title {
    font-size: 5.5979643766vw;
    margin-bottom: 24px;
  }
}
.page-single.-news .o-post .thumbnail,
.page-single.-news .o-post .entry {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
}
.page-single.-member .o-post .inner {
  max-width: 1028px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .thumbnail {
    margin-bottom: 0;
  }
}
.page-single.-member .o-post .content .name img {
  width: auto;
  height: 53px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .content .name img {
    height: 40px;
  }
}
.page-single.-member .o-post .content .info {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .content .info {
    gap: 24px;
    margin-top: 12px;
  }
}
.page-single.-member .o-post .content .info .kana {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .content .info .kana {
    font-size: 4.0712468193vw;
  }
}
.page-single.-member .o-post .content .info .english {
  font-size: 15px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .content .info .english {
    font-size: 3.8167938931vw;
  }
}
.page-single.-member .o-post .content .profile {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  margin-top: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .content .profile {
    gap: 24px;
    margin-top: 32px;
  }
}
.page-single.-member .o-post .content .profile .item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .content .profile .item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.page-single.-member .o-post .content .profile .item .label {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .content .profile .item .label {
    font-size: 3.5623409669vw;
  }
}
.page-single.-member .o-post .content .profile .item .data {
  font-size: 15px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .content .profile .item .data {
    font-size: 3.5623409669vw;
  }
}
.page-single.-member .o-post .content .sns {
  justify-content: flex-start;
  margin-top: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-member .o-post .content .sns {
    justify-content: center;
    margin-top: 32px;
  }
}

.page-access .a-box-shadow {
  padding: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-access .o-post .inner {
    padding: 0;
  }
}
.page-access .map {
  width: 100%;
  height: 500px;
}
@media print, screen and (max-width: 1079px) {
  .page-access .map {
    order: 2;
    height: 320px;
  }
}
.page-access .map iframe {
  width: 100%;
  height: 100%;
}
.page-access .lead-box {
  margin-top: 60px;
  text-align: center;
}
.page-access .lead-box .text {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .page-access .lead-box .text {
    font-size: 4.0712468193vw;
  }
}
.page-access .lead-box .text .label {
  color: #c30d23;
  font-size: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-access .lead-box .text .label {
    font-size: 4.0712468193vw;
  }
}
.page-access .lead-box .button {
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-access .lead-box .button {
    margin-top: 5.0890585242vw;
  }
}
.page-access .lead-box .button a {
  font-size: 16px;
  display: block;
  width: 100%;
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.page-access .content {
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-access .content .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-access .content .list .item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #c30d23;
}
@media print, screen and (max-width: 1079px) {
  .page-access .content .list .item h3 {
    font-size: 4.5801526718vw;
  }
}
.page-access .content .list .item .text {
  font-size: 16px;
  line-height: 1.7;
}
@media print, screen and (max-width: 1079px) {
  .page-access .content .list .item .text {
    font-size: 3.5623409669vw;
  }
}

.page-price .m-hero {
  margin-bottom: 0;
}
.page-price .schedule {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
@media print, screen and (max-width: 1079px) {
  .page-price .schedule {
    padding-top: 10.1781170483vw;
    padding-bottom: 10.1781170483vw;
  }
}
.page-price .schedule .content {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-price .schedule .content {
    margin-top: 5.0890585242vw;
  }
}
.page-price .schedule .content iframe {
  width: 100%;
}
.page-price .plan {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan {
    padding-top: 10.1781170483vw;
    padding-bottom: 10.1781170483vw;
  }
}
.page-price .plan .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.0890585242vw;
  }
}
.page-price .plan .list .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list .item {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.0890585242vw;
  }
}
.page-price .plan .list .item .content .plan-title {
  font-size: 26px;
  font-weight: bold;
  color: #c30d23;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list .item .content .plan-title {
    font-size: 6.106870229vw;
  }
}
.page-price .plan .list .item .content .attention {
  font-size: 16px;
  margin-top: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list .item .content .attention {
    font-size: 3.5623409669vw;
  }
}
.page-price .plan .list .item .content .detail-box {
  margin-top: 8px;
}
.page-price .plan .list .item .content .detail-box .detail-item .label {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list .item .content .detail-box .detail-item .label {
    font-size: 3.5623409669vw;
  }
}
.page-price .plan .list .item .content .detail-box .price-list {
  margin-bottom: 24px;
  margin-top: 8px;
}
.page-price .plan .list .item .content .detail-box .price-list li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list .item .content .detail-box .price-list li {
    font-size: 4.0712468193vw;
  }
}
.page-price .plan .list .item .content .detail-box .price-list li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #c30d23;
}
.page-price .plan .list .item .content .price-box {
  margin-top: 40px;
}
.page-price .plan .list .item .content .price-box .headline {
  font-size: 14px;
  font-weight: bold;
  background-color: #c30d23;
  color: #fff;
  padding: 2px 16px;
  border-radius: 50px;
  display: inline-block;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list .item .content .price-box .headline {
    font-size: 3.5623409669vw;
  }
}
.page-price .plan .list .item .content .price-box .price-item {
  margin-top: 18px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr;
  gap: 12px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list .item .content .price-box .price-item {
    grid-template-columns: 1fr 1fr;
    gap: 3.0534351145vw;
  }
}
.page-price .plan .list .item .content .price-box .price-item .label {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list .item .content .price-box .price-item .label {
    font-size: 4.5801526718vw;
  }
}
.page-price .plan .list .item .content .price-box .price-item .price {
  font-size: 33px;
  font-weight: bold;
  color: #c30d23;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list .item .content .price-box .price-item .price {
    font-size: 6.106870229vw;
    text-align: right;
  }
}
.page-price .plan .list .item .img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .plan .list .item .img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0356234097vw;
  }
}
.page-price .rental .box {
  background-color: #c30d23;
  padding: 40px 80px;
  color: #fff;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .box {
    padding: 5.0890585242vw;
  }
}
.page-price .rental .box .title {
  font-size: 28px;
  font-weight: bold;
  color: #fff240;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .box .title {
    font-size: 6.106870229vw;
    margin-bottom: 3.0534351145vw;
    padding-bottom: 1.0178117048vw;
  }
}
.page-price .rental .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .box .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.0890585242vw;
  }
}
.page-price .rental .box .list .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
}
.page-price .rental .box .list .item .name {
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .box .list .item .name {
    font-size: 4.0712468193vw;
  }
}
.page-price .rental .box .list .item .price {
  font-size: 30px;
  font-weight: bold;
  color: #fff240;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .box .list .item .price {
    font-size: 6.106870229vw;
    text-align: right;
  }
}
.page-price .rental .content {
  margin-top: 40px;
}
.page-price .rental .content .copy {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .content .copy {
    font-size: 5.0890585242vw;
  }
}
.page-price .rental .content .lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .content .lead {
    font-size: 3.5623409669vw;
  }
}
.page-price .rental .content .announce {
  margin-top: 80px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .content .announce {
    width: 100%;
    margin-top: 10.1781170483vw;
  }
}
.page-price .rental .content .announce .title {
  font-size: 20px;
  font-weight: bold;
  color: #c30d23;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .content .announce .title {
    font-size: 4.5801526718vw;
  }
}
.page-price .rental .content .announce .list {
  margin-top: 12px;
  counter-reset: listnum;
  list-style: none;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .content .announce .list {
    margin-top: 3.0534351145vw;
  }
}
.page-price .rental .content .announce .list .item {
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 26px;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .page-price .rental .content .announce .list .item {
    font-size: 3.5623409669vw;
  }
}
.page-price .rental .content .announce .list .item:before {
  content: counter(listnum) ".";
  counter-increment: listnum;
  margin-right: 10px;
  left: 0;
  top: 0;
  position: absolute;
}

.page-schedule-google .inner {
  max-width: 1080px;
}
.page-schedule-google .simcal-calendar-grid {
  border-collapse: collapse;
}
.page-schedule-google .simcal-calendar-grid .simcal-calendar-head .simcal-week-day-6 {
  color: #47adf2;
}
.page-schedule-google .simcal-calendar-grid .simcal-calendar-head .simcal-week-day-0 {
  color: #e60c0c;
}
.page-schedule-google .simcal-calendar-grid .simcal-weekday-6 {
  color: #47adf2;
}
.page-schedule-google .simcal-calendar-grid .simcal-weekday-0 {
  color: #e60c0c;
}
.page-schedule-google .simcal-calendar-grid th,
.page-schedule-google .simcal-calendar-grid td {
  border: 1px solid #ddd;
}
.page-schedule-google .simcal-calendar-grid .simcal-day:hover {
  background: #f7f6f8;
}
.page-schedule-google .simcal-calendar-grid .simcal-day-has-events .simcal-day-number {
  color: #fff !important;
}
.page-schedule-google .simcal-calendar-grid .simcal-day-has-events .simcal-events {
  font-size: 12px;
  color: #101010;
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  font-family: "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body * {
  font-feature-settings: "palt";
}
body a {
  color: #000000;
  transition: all 0.3s ease-out;
}
body a:hover {
  opacity: 0.6;
}
body .grecaptcha-badge {
  display: none !important;
}
body .inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media print, screen and (max-width: 1079px) {
  body .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .-center {
  text-align: center;
}
body .weight500 {
  font-weight: 500;
}
body .weight600 {
  font-weight: 600;
}
body .weight700 {
  font-weight: 700;
}
body .is-hidden {
  display: none;
}
@media print, screen and (min-width: 1080px) {
  body .is-pc {
    display: block;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  body .is-sp {
    display: none;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-sp {
    display: block;
  }
}
body .js-contents {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(20px);
}
body .js-contents.is-active {
  opacity: 1;
  transform: translateY(0);
}
body .js-sideArea {
  position: absolute;
  transition: all 0.4s ease-out;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
body .js-sideArea.is-active {
  opacity: 1;
}
body .js-sideArea .m-categoryNavi {
  position: fixed;
  top: 0;
  right: 32px;
}
body .js-sideArea .m-snsNavi {
  position: fixed;
  top: 0;
  left: 32px;
  width: 180px;
}
body .js-tabContents.is-active {
  display: block !important;
  animation: showCard 0.4s ease-out 0s;
}
@media print, screen and (max-width: 1400px) {
  body .is-sp .m-categoryNavi {
    display: block;
  }
}
body .js-navigation {
  position: fixed;
  left: 2%;
  bottom: 10px;
  width: 96%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
body .js-navigation li {
  width: 65%;
}
body .js-navigation li:first-child {
  width: 100%;
}
body .js-fixedNavi {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
body .js-autoSlide {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(20px);
}
body .js-autoSlide.is-active {
  opacity: 1;
  transform: translateY(0);
}
body .o-spNavi {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 100;
  width: 40%;
  height: 100vh;
  transition: transform 0.4s;
  transform: translate(100%, 0);
  background: #c11529;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi {
    width: 80%;
    top: 50px;
  }
}
body .o-spNavi.is-active {
  transform: translate(0, 0);
}
body .o-spNavi .inner {
  padding: 0 60px 60px;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .inner {
    padding: 0;
  }
}
body .o-spNavi .o-spNavi__upper {
  text-align: right;
}
body .o-spNavi .o-spNavi__upper .js-closeBtn {
  font-size: 18px;
  line-height: 1;
  width: 25px;
  margin-left: auto;
  margin-right: 0;
}
body .o-spNavi .button {
  display: block;
  margin-top: 24px;
  max-width: 100%;
}
body .o-spNavi .button .headline {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
body .o-spNavi .button .label {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
}
body .o-spNavi .o-spNavi__item {
  margin-top: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item {
    margin-top: 0;
  }
}
body .o-spNavi .o-spNavi__item .item.is-parent.is-active span:after {
  opacity: 0;
}
body .o-spNavi .o-spNavi__item .item.has-child {
  position: relative;
}
body .o-spNavi .o-spNavi__item .item.has-child > a {
  position: relative;
}
body .o-spNavi .o-spNavi__item .item.has-child > a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
body .o-spNavi .o-spNavi__item .item.has-child.is-open > a:after {
  transform: rotate(-45deg);
}
body .o-spNavi .o-spNavi__item .item.has-child .child {
  display: none;
  background: rgba(255, 255, 255, 0.1);
}
body .o-spNavi .o-spNavi__item .item.has-child .child .child-item a {
  padding-left: 40px;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item.has-child .child .child-item a {
    font-size: 3.0534351145vw;
  }
}
body .o-spNavi .o-spNavi__item .item a {
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a {
    font-size: 3.5623409669vw;
    padding: 20px;
  }
}
body .o-spNavi .o-spNavi__item .item a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
body .o-spNavi .o-spNavi__item .item a .label {
  position: relative;
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 0;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a .label {
    font-size: 2.5445292621vw;
    top: -0.5089058524vw;
  }
}
body .o-spNavi .o-spNavi__item .a-btn {
  margin-left: auto;
  margin-right: auto;
}
body .o-spNavi .outside {
  margin-top: 18px;
}
body .o-spNavi .outside li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.3333333333;
}
body .o-spNavi .outside li a {
  color: #fff;
}
body .o-spNavi .sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  gap: 20px;
}
body .o-spNavi .sns li {
  width: 36px;
}
body .o-spNavi .logo {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.js-spNavi_btn {
  width: 60px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.no-posts {
  text-align: center;
  font-size: 24px;
  width: 100%;
}
.no-posts .text {
  font-weight: bold;
}
.no-posts .text-label {
  font-size: 16px;
  margin-top: 8px;
}

.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media print, screen and (max-width: 1079px) {
  .pagetop {
    width: 14.2493638677vw;
    right: 10px;
    bottom: 10px;
  }
}

.a-key {
  color: #c30d23;
}

.swiper-button-prev,
.swiper-button-next {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 42px;
  height: 49px;
  z-index: 99;
}
.swiper-button-prev.view,
.swiper-button-next.view {
  z-index: 1;
  display: none;
}
@media print, screen and (max-width: 1079px) {
  .swiper-button-prev.view,
  .swiper-button-next.view {
    display: block;
    top: 48%;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
@media print, screen and (max-width: 1079px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 5.0890585242vw;
    height: 6.106870229vw;
    top: 57%;
  }
}

.swiper-button-prev {
  left: 20px;
  background-image: url(../img/common/icon-arrow-left.png);
}
@media print, screen and (max-width: 1079px) {
  .swiper-button-prev {
    left: 6.6157760814vw;
  }
}

.swiper-button-next {
  right: 20px;
  background-image: url(../img/common/icon-arrow-right.png);
}
@media print, screen and (max-width: 1079px) {
  .swiper-button-next {
    right: 6.6157760814vw;
  }
}

.category span {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  padding: 4px 12px;
  border: 1px solid #b484cf;
  color: #b484cf;
  letter-spacing: 0.1em;
}
.category span.is-media {
  border: 1px solid #ff95e5;
  color: #ff95e5;
}
.category span.is-information {
  border: 1px solid #ffcb4e;
  color: #ffcb4e;
}
.category span.is-event {
  border: 1px solid #ff6f6f;
  color: #ff6f6f;
}

.fixed-button {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1000;
}
@media print, screen and (max-width: 1079px) {
  .fixed-button {
    display: none;
  }
}
.fixed-button .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.fixed-button .item {
  width: 40px;
  height: 40px;
}