@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body::before {
  content: "";
  background: url(../img/bg-pattern.png) repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
}
body:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, #3d006b, #e9226d);
  background-attachment: fixed;
  opacity: 0.9;
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 75px;
}
@media (max-width: 767px) {
  main {
    padding: 55px 0 20px;
  }
}

p {
  margin: 0;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #1a0dab;
}
a:hover:not(.p-btn) {
  text-decoration: none;
  opacity: 0.8;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

ul {
  padding: 0;
  list-style: none;
}

h2,
h3 {
  line-height: 1.5;
}

section .container {
  width: min(90%, 1000px);
  margin-inline: auto;
  padding: 50px 30px;
  background: #000;
  border: 3px solid;
  border-image: linear-gradient(15deg, #fff102, #14a83b) 1;
  outline: 6px solid #000;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  section .container {
    padding: 30px 20px;
    border: 2px solid;
    border-image: linear-gradient(15deg, #fff102, #14a83b) 1;
  }
}
section + section {
  margin-top: 50px;
}
@media (max-width: 767px) {
  section + section {
    margin-top: 30px;
  }
}
section:last-of-type {
  margin-bottom: 60px;
}

.content + .content {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 2px dashed #aaa;
}
@media (max-width: 767px) {
  .content + .content {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .content:first-of-type {
    margin-top: 30px;
  }
}

hgroup {
  margin-bottom: 50px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #14a83b, #fff102) 1;
  font-family: "Kaisei Opti", serif;
}
@media (max-width: 767px) {
  hgroup {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
hgroup h2 {
  margin: 0;
  font-weight: 600;
  font-size: 2.5rem;
  background: linear-gradient(to bottom, #fff102, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  hgroup h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
hgroup p {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  hgroup p {
    font-size: 0.9rem;
  }
}

h3 {
  font-weight: 600;
}
@media (min-width: 768px) {
  h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

.note {
  text-indent: -1em;
  padding-left: 1em;
}
.note span {
  color: #f20087;
  font-weight: 600;
}

.bnr {
  max-width: 600px;
  margin-inline: auto;
}

.opti {
  font-family: "Kaisei Opti", serif;
  letter-spacing: 1px;
}

.list-dot {
  padding-left: 1.3em;
  list-style: disc;
}

footer {
  padding: 20px 0;
  background: linear-gradient(to bottom, #14a83b, #fff102);
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  color: #f20087;
  background: #fff102;
  border-radius: 100vmax;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  color: #f20087;
  background: #fff102;
}
@media (any-hover: hover) {
  footer .link-pageup:hover {
    opacity: 0.8;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

header {
  position: relative;
}
header .img-logo {
  display: block;
  width: 25vw;
  max-width: 140px;
  object-fit: contain;
}
@media (max-width: 767px) {
  header .img-logo {
    width: 20vw;
  }
}
header .logo-pop {
  max-width: 200px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .logo-pop {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  header .iruma-popup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

nav.navbar {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100vw;
  height: 75px;
  padding: 8px 0;
  background: linear-gradient(to bottom, #14a83b, #fff102);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  nav.navbar {
    height: 55px;
  }
}
nav.navbar .container-fluid {
  max-width: 1000px;
}
nav.navbar .menu-btn {
  width: min(25vw, 140px);
  height: 35px;
  display: flex;
  justify-content: end;
}
nav.navbar button.btn.btn-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: none;
  text-decoration: none;
  font-size: 14px;
  height: 35px;
}
@media (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
  }
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar button.btn.btn-link .navbar-toggler-icon {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
nav.navbar .modal-content {
  background-color: #000000;
  border: none;
  border-radius: 0;
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #ffffff;
}
nav.navbar .modal-header {
  border-bottom: none;
  justify-content: flex-end;
  padding: 40px 30px 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 25px 20px 0;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  border: none;
  font-size: 20px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
@media (max-width: 575px) {
  nav.navbar .modal-header .btn-close {
    margin-right: 0;
    font-size: 18px;
  }
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar .navbar-nav {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 20px;
  text-align: center;
  background-color: #000000;
}
nav.navbar .nav-link {
  padding: 12px 30px;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 575px) {
  nav.navbar .nav-link {
    padding: 12px 20px;
  }
}
nav.navbar .nav-item {
  padding: 15px 0;
  border-bottom: 2px dashed #aaa;
}
nav.navbar .nav-item:last-child {
  border-bottom: none;
}

.modal-backdrop {
  z-index: 1;
}

.slider-main {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.slider-main .slick-arrow {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0;
  font-size: 40px;
  color: #3b150b;
  border: none;
  background-color: transparent;
}
.slider-main .slick-arrow img {
  display: block;
  margin: 8px;
}
.slider-main .slick-arrow.slick-prev {
  left: -20px;
}
.slider-main .slick-arrow.slick-next {
  right: -20px;
}
.slider-main .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px auto 20px;
  padding-left: 0;
  list-style-type: none;
}
.slider-main .slick-dots > li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.slider-main .slick-dots > li.slick-active button {
  background-color: #333333;
}
.slider-main .slick-dots button {
  position: absolute;
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  background-color: #cccccc;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.schedule_sec dl {
  max-width: 600px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .schedule_sec dl {
    margin: 20px auto;
  }
}
.schedule_sec dl dt {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: #fff102;
}
.schedule_sec dl dt:before {
  content: "\f7c6";
  font-family: "Font Awesome 5 brands";
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}
.schedule_sec dl dd {
  margin-bottom: 1em;
}

.p-btn {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 300px;
  margin-inline: auto;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 1px solid;
  outline: 4px solid #fff;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .p-btn {
    gap: 30px;
  }
}
.p-btn:hover {
  color: #000;
}
@media (any-hover: hover) {
  .p-btn:hover {
    opacity: 0.8;
  }
}
.p-btn p {
  position: relative;
}
.p-btn p:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: inline-block;
  scale: 2;
  position: absolute;
  right: -1em;
}
.p-btn img {
  width: 50%;
}