@charset "UTF-8";
/* layout */
html {
  color: #333;
}

header,
main,
footer {
  width: calc(100vw - 200px);
  margin-left: auto;
}
@media screen and (max-width: 1050px) {
  header,
  main,
  footer {
    width: 100vw;
  }
}

aside {
  width: 200px;
}

header .fv {
  position: fixed;
  left: 200px;
  width: calc(100vw - 200px);
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  header .fv {
    width: 100vw;
    left: 0;
  }
}
header .index {
  background-image: url(img/fv001.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .about {
  background-image: url(img/fv03.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header .contents {
  background-image: url(img/fv02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header .event {
  background-image: url(img/background-image2.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(7px);
          filter: blur(7px);
}
header .contact {
  background-image: url(img/fv05.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header .fv-anime {
  width: calc(100vw - 200px);
  height: 120vh;
  margin-left: auto;
  text-align: center;
  padding-top: 25vh;
}
@media screen and (max-width: 1050px) {
  header .fv-anime {
    width: 100vw;
  }
}
header .fv-anime .header-ttl-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px 0;
}
header .fv-anime .header-ttl-animation .visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
header .fv-anime .header-ttl-animation .text {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10vw;
  font-weight: bold;
  text-shadow: 1.5px 1px #fff, 3px 2px #fff, 4.5px 3px #fff, 6px 4px #fff, 7.5px 5px #fff, 9px 6px #fff, 10.5px 7px #fff, 12px 8px #fff, 13.5px 9px #fff, 15px 10px #666;
  text-transform: uppercase;
}
@media screen and (max-width: 896px) {
  header .fv-anime .header-ttl-animation .text {
    font-size: 15vw;
    padding-top: 6vh;
  }
}
@media screen and (max-width: 768px) {
  header .fv-anime .header-ttl-animation .text {
    text-shadow: 1.5px 1px #fff, 3px 2px #fff, 4.5px 3px #fff, 6px 4px #fff, 7.5px 5px #fff, 9px 6px #fff;
  }
}
header .fv-anime .header-ttl-animation .text.is-active {
  --y: 0;
}
header .fv-anime .header-ttl-animation .text .char {
  display: inline-block;
  margin-left: -10px;
  -webkit-transform: translateY(var(--y, 110%));
          transform: translateY(var(--y, 110%));
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.1s * var(--char-index));
          transition-delay: calc(0.1s * var(--char-index));
}
header .fv-anime .header-ttl-animation .text .char:first-child {
  padding-left: 50px;
}
header .fv-anime .header-ttl-animation .text .char:last-child {
  padding-right: 20px;
}
header .fv-anime .fv-flex-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5vw 0;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  header .fv-anime .fv-flex-inner {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 600px) {
  header .fv-anime .fv-flex-inner {
    display: block;
    text-align: center;
    padding: 20px;
  }
}
header .fv-anime .fv-flex-inner li {
  opacity: 0;
  -webkit-animation-name: poyon;
          animation-name: poyon;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 600px) {
  header .fv-anime .fv-flex-inner li {
    margin-bottom: 10px;
  }
}
@-webkit-keyframes poyon {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
header .fv-anime .fv-flex-inner li a {
  font-size: 2vw;
  font-weight: bold;
  background-color: #fff;
  border: 5px solid #333;
  border-bottom: 10px solid #333;
  border-radius: 20px;
  padding: 10px 2vw;
  margin: 0 2vw;
  opacity: 0;
  pointer-events: none;
  -webkit-animation-name: fade-in-05;
          animation-name: fade-in-05;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 896px) {
  header .fv-anime .fv-flex-inner li a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  header .fv-anime .fv-flex-inner li a {
    display: block;
    max-width: 50vw;
    padding: 7px;
    margin: 0 auto;
    border: 2px solid #333;
    border-bottom: 5px solid #333;
  }
}
@-webkit-keyframes fade-in-05 {
  from {
    opacity: 1;
    pointer-events: none;
  }
  to {
    opacity: 1;
    pointer-events: visible;
  }
}
@keyframes fade-in-05 {
  from {
    opacity: 1;
    pointer-events: none;
  }
  to {
    opacity: 1;
    pointer-events: visible;
  }
}
header .fv-anime .fv-flex-inner li a:hover {
  opacity: 0.5;
}
header .fv-anime .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5vw;
  color: #fff;
  margin: 7vh auto 20vh;
}
@media screen and (max-width: 896px) {
  header .fv-anime .scroll {
    font-size: 3vw;
  }
}
header .fv-anime .scroll-txt {
  opacity: 0;
  -webkit-animation-name: txt-fade-in;
          animation-name: txt-fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes txt-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes txt-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
header .fv-anime .scroll i {
  padding-left: 1vw;
  opacity: 0;
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes move {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
}
@keyframes move {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
}

aside nav {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: -25px 0 10px -15px #ccc inset;
          box-shadow: -25px 0 10px -15px #ccc inset;
  z-index: 1000;
}
aside nav .slide-menu {
  display: none;
}
@media screen and (max-width: 1050px) {
  aside nav .slide-menu {
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  aside nav .nav-menu {
    display: none;
  }
}
aside nav .slide-menu, aside nav .nav-menu {
  text-align: center;
  padding-top: 70px;
}
aside nav .slide-menu li, aside nav .nav-menu li {
  font-size: 22px;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
aside nav .slide-menu li a, aside nav .nav-menu li a {
  display: block;
  width: 200px;
  height: 88px;
  padding: 33px 0;
}
aside nav .slide-menu li:hover, aside nav .nav-menu li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #999;
  -webkit-box-shadow: -25px 0 10px -15px #ccc inset;
          box-shadow: -25px 0 10px -15px #ccc inset;
  color: #fff;
}
aside nav .slide-menu .logo, aside nav .nav-menu .logo {
  -webkit-box-shadow: -25px 0 10px -20px #d3d3d3 inset;
          box-shadow: -25px 0 10px -20px #d3d3d3 inset;
}
aside nav .slide-menu .logo a, aside nav .nav-menu .logo a {
  height: 81px;
  padding: 18px 0;
}
aside nav .slide-menu .logo img, aside nav .nav-menu .logo img {
  width: auto;
  height: 45px;
}
aside nav .slide-menu .logo:hover, aside nav .nav-menu .logo:hover {
  background-color: #fff;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
aside .button {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
aside .hamburger {
  position: fixed;
  top: 16px;
  left: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #333;
  -webkit-box-shadow: 0 0 2rem transparent;
          box-shadow: 0 0 2rem transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media screen and (max-width: 1050px) {
  aside .hamburger {
    display: inline-block;
  }
}
aside .hamburger:hover, aside .hamburger:focus {
  -webkit-box-shadow: 0 0 0.5rem rgba(161, 161, 161, 0.5);
          box-shadow: 0 0 0.5rem rgba(161, 161, 161, 0.5);
}
aside .hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: #333;
  -webkit-transition: inherit;
  transition: inherit;
}
aside .hamburger__line::before, aside .hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
aside .sp-global-menu {
  position: fixed;
  z-index: 999;
  width: 200px;
  top: 0;
  left: -200px;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
aside .drawer-background {
  position: fixed;
  z-index: 998;
  width: 100vw;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #000;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}
aside .hamburger__line::before {
  top: -5px;
}
aside .hamburger__line::after {
  top: 5px;
}
aside .hamburger[aria-expanded=true] {
  border: 1px solid #333 !important;
}
aside .hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}
aside .hamburger[aria-expanded=true] .hamburger__line::before, aside .hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  background-color: #333;
}
aside .hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
aside .hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-drawerActive .sp-global-menu {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-drawerActive .drawer-background {
  visibility: visible;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.red {
  color: #ff0000;
}

.cta-btn {
  color: #00a2ff;
}
.cta-btn:hover {
  opacity: 0.5;
}

section {
  position: relative;
  width: 70vw;
  margin: 0 calc(16.5vw - 100px) 500px calc(13.5vw - 100px);
  padding: 0 3.5vw 100px 6.5vw;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #444;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  section {
    width: 85vw;
    margin: 0 9vw 500px 6vw;
  }
}
@media screen and (max-width: 600px) {
  section {
    width: 90vw;
    padding: 0 3.5vw 50px 6.5vw;
    margin: 0 6.5vw 200px 3.5vw;
  }
}
section::after {
  content: "";
  position: absolute;
  top: 3vw;
  left: 3vw;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
  z-index: -1;
}
section .heading {
  position: relative;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: right;
  padding: 100px 7vw 100px 0;
  text-shadow: 0px -1px #666, 0px 1px #666, 1px 0px #666, -1px 0px #666;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  section .heading {
    font-size: 7vw;
    padding: 70px 7vw 50px 0;
  }
}
section .heading::before {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: -1;
  color: #333;
  -webkit-text-stroke-color: #754e4e;
  -webkit-text-stroke-width: 3px;
  font-size: 8vw;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 0 10px #754e4e;
  content: attr(data-word);
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  section .heading::before {
    -webkit-text-stroke-width: 1px;
    font-size: 11vw;
    top: 85px;
  }
}
section .kids-heading {
  position: relative;
  font-size: 4vw;
  font-weight: bold;
  text-align: right;
  padding: 100px 7vw 100px 0;
  text-shadow: 0px -1px #666, 0px 1px #666, 1px 0px #666, -1px 0px #666;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  section .kids-heading {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  section .kids-heading {
    font-size: 6vw;
    padding: 70px 7vw 50px 0;
  }
}
section .kids-heading::before {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: -1;
  color: #333;
  -webkit-text-stroke-color: #754e4e;
  -webkit-text-stroke-width: 3px;
  font-size: 7vw;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 0 10px #754e4e;
  content: attr(data-word);
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  section .kids-heading::before {
    -webkit-text-stroke-width: 1px;
    font-size: 11vw;
    top: 85px;
  }
}

/* footer */
footer {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 30px;
}
footer .footer-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 896px) {
  footer .footer-flex-box {
    display: block;
  }
}
footer .footer-flex-box .snsbtniti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 35vw; /* ボタンを設置する場所の最大横幅 */
  margin-left: 5vw;
  color: #fff;
  padding: 30px 0 20px !important;
  list-style-type: none !important;
}
@media screen and (max-width: 1050px) {
  footer .footer-flex-box .snsbtniti {
    width: 45vw;
    padding: 50px 0 30px !important;
    margin-left: 2vw;
  }
}
@media screen and (max-width: 896px) {
  footer .footer-flex-box .snsbtniti {
    width: 100vw;
    margin: 0 auto;
  }
}
footer .footer-flex-box .snsbtniti li {
  width: 8vw;
  text-align: center !important;
}
@media screen and (max-width: 896px) {
  footer .footer-flex-box .snsbtniti li {
    width: 15vw;
  }
}
footer .footer-flex-box .snsbtniti li .flowbtn3 {
  font-family: "Noto Sans Japaneses", sans-serif; /* フォント指定 */
  position: relative;
  display: inline-block;
  width: 60px; /* 背景横幅 */
  height: 60px; /* 背景高さ */
  font-size: 35px;
  border-radius: 13px; /* ボタンの角を丸く */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #fff; /* アイコンカラー */
  margin-bottom: 10px; /* ボタン下の余白 */
}
@media screen and (max-width: 896px) {
  footer .footer-flex-box .snsbtniti li .flowbtn3 {
    width: 75px;
    height: 75px;
    font-size: 44px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-flex-box .snsbtniti li .flowbtn3 {
    width: 60px;
    height: 60px;
    font-size: 35px;
    border-radius: 13px;
  }
}
footer .footer-flex-box .snsbtniti li .flowbtn3 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .footer-flex-box .snsbtniti li .flowbtn3 i.fa-brands.fa-instagram {
  font-size: 45px;
}
@media screen and (max-width: 896px) {
  footer .footer-flex-box .snsbtniti li .flowbtn3 i.fa-brands.fa-instagram {
    font-size: 56px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-flex-box .snsbtniti li .flowbtn3 i.fa-brands.fa-instagram {
    font-size: 45px;
  }
}
footer .footer-flex-box .snsbtniti li .flowbtn3:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  text-decoration: none;
  cursor: pointer;
}
footer .footer-flex-box .snsbtniti li .my_instagram1 {
  background: linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);
}
footer .footer-flex-box .snsbtniti li .my_facebook1 {
  background: #1877f2;
}
footer .footer-flex-box .snsbtniti li .my_youtube1 {
  background: #da1725;
}
footer .footer-flex-box .snsbtniti li .my_line1 {
  background: #00b900;
}
footer .footer-flex-box .snsbtniti li p {
  font-size: 1.2vw;
}
@media screen and (max-width: 1050px) {
  footer .footer-flex-box .snsbtniti li p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 896px) {
  footer .footer-flex-box .snsbtniti li p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-flex-box .snsbtniti li p {
    font-size: 3vw;
  }
}
footer .footer-flex-box .site-map {
  height: 9vw;
  font-size: 1vw;
  line-height: 1.5;
  color: #fff;
  margin: 30px 5vw 0 0;
}
@media screen and (max-width: 1050px) {
  footer .footer-flex-box .site-map {
    height: 15vw;
    font-size: 1.5vw;
    line-height: 2;
  }
}
@media screen and (max-width: 896px) {
  footer .footer-flex-box .site-map {
    height: auto;
    font-size: 2.4vw;
    padding-top: 30px;
    margin: 0 auto;
    border-top: 1px solid #fff;
  }
}
footer .footer-flex-box .site-map .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
}
@media screen and (max-width: 896px) {
  footer .footer-flex-box .site-map .nav-box {
    width: 90vw;
    gap: 7vw;
    margin: 0 auto;
  }
}
footer .footer-flex-box .site-map .nav-box li:first-of-type {
  font-weight: bold;
}
footer .footer-flex-box .site-map .nav-box li a:hover {
  color: #111;
}
footer .copyright {
  text-align: right;
  padding-right: 1.5vw;
}
@media screen and (max-width: 1050px) {
  footer .copyright {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  footer .copyright {
    font-size: 12px;
  }
}
footer .copyright small {
  color: rgba(255, 255, 255, 0.7019607843);
}

/* index.html */
#home {
  width: calc(100vw - 200px);
  height: 130vh;
  padding-top: 20vh;
  margin-left: auto;
  -webkit-animation-name: padding;
          animation-name: padding;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes padding {
  from {
    padding-top: 20vh;
  }
  to {
    padding-top: 5vh;
  }
}
@keyframes padding {
  from {
    padding-top: 20vh;
  }
  to {
    padding-top: 5vh;
  }
}
@media screen and (max-width: 1050px) {
  #home {
    width: 100vw;
  }
}
@media screen and (max-width: 896px) {
  #home {
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
  }
}
@media screen and (max-width: 600px) {
  #home {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
#home .feature {
  width: 50vw;
  height: 28vw;
  color: #333;
  text-align: center;
  padding: 3.5vw 0;
  margin: auto;
  background: radial-gradient(#fff, #eee);
  -webkit-filter: drop-shadow(0 0 10px #ddd);
          filter: drop-shadow(0 0 10px #ddd);
  border-radius: 50%;
  opacity: 0;
  -webkit-animation-name: fade-in-01;
          animation-name: fade-in-01;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in-01 {
  from {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-01 {
  from {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1050px) {
  #home .feature {
    width: 75vw;
    height: 42vw;
    padding: 6vw 0;
  }
}
@media screen and (max-width: 600px) {
  #home .feature {
    width: 87vw;
    height: 100vw;
    padding: 8vw 0;
  }
}
#home .feature-ttl {
  font-size: 1.6vw;
  font-weight: bold;
  padding-bottom: 2vw;
  text-shadow: 5px 5px 5px #aaa;
  opacity: 0;
  -webkit-animation-name: fade-in-02;
          animation-name: fade-in-02;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 1050px) {
  #home .feature-ttl {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 600px) {
  #home .feature-ttl {
    font-size: 4.5vw;
    padding: 10vw 0 7vw;
  }
}
@-webkit-keyframes fade-in-02 {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%) scale(1.3);
            transform: translateY(100%) scale(1.3);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(100%) scale(1.3);
            transform: translateY(100%) scale(1.3);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes fade-in-02 {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%) scale(1.3);
            transform: translateY(100%) scale(1.3);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(100%) scale(1.3);
            transform: translateY(100%) scale(1.3);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
#home .feature-ttl .big {
  font-size: 3vw;
}
@media screen and (max-width: 600px) {
  #home .feature-ttl .big {
    font-size: 4.5vw;
  }
}
#home .feature-txt {
  font-size: 1.5vw;
  padding-bottom: 2vw;
  opacity: 0;
}
@media screen and (max-width: 1050px) {
  #home .feature-txt {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 600px) {
  #home .feature-txt {
    font-size: 4vw;
    padding-bottom: 5vw;
  }
}
#home .feature-txt .mqss {
  display: none;
}
@media screen and (max-width: 600px) {
  #home .feature-txt .mqss {
    display: block;
  }
}
#home .feature .strong {
  font-size: 1.75vw;
  font-weight: bold;
}
@media screen and (max-width: 1050px) {
  #home .feature .strong {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  #home .feature .strong {
    font-size: 4.5vw;
  }
}
#home .feature-desc {
  font-size: 0.9vw;
  opacity: 0;
  -webkit-animation-name: fade-in-03;
          animation-name: fade-in-03;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 1050px) {
  #home .feature-desc {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  #home .feature-desc {
    font-size: 2.5vw;
  }
}
@-webkit-keyframes fade-in-03 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-03 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#home .feature .txt-01 {
  opacity: 0;
  -webkit-animation-name: fade-in-03;
          animation-name: fade-in-03;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes fade-in-03 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#home .feature .txt-02 {
  opacity: 0;
  -webkit-animation-name: fade-in-04;
          animation-name: fade-in-04;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in-04 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fade-in-04 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#home .feature .txt-03 {
  opacity: 0;
  -webkit-animation-name: fade-in-03;
          animation-name: fade-in-03;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes fade-in-03 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#home .fv-flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto;
}
@media screen and (max-width: 1050px) {
  #home .fv-flex-inner {
    margin: 75px auto 50px;
  }
}
@media screen and (max-width: 600px) {
  #home .fv-flex-inner {
    display: block;
    text-align: center;
    margin: 30px auto;
  }
}
#home .fv-flex-inner li {
  opacity: 0;
  -webkit-animation-name: poyon;
          animation-name: poyon;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 896px) {
  #home .fv-flex-inner li {
    -webkit-animation-delay: 9s;
            animation-delay: 9s;
  }
}
@media screen and (max-width: 600px) {
  #home .fv-flex-inner li {
    -webkit-animation-delay: 11s;
            animation-delay: 11s;
    margin-bottom: 10px;
  }
}
@keyframes poyon {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
#home .fv-flex-inner li a {
  font-size: 2vw;
  font-weight: bold;
  background-color: #fff;
  border: 5px solid #333;
  border-bottom: 10px solid #333;
  border-radius: 20px;
  padding: 10px 2vw;
  margin: 0 2vw;
  opacity: 0;
  pointer-events: none;
  -webkit-animation-name: fade-in-05;
          animation-name: fade-in-05;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes fade-in-05 {
  from {
    opacity: 1;
    pointer-events: none;
  }
  to {
    opacity: 1;
    pointer-events: visible;
  }
}
@media screen and (max-width: 896px) {
  #home .fv-flex-inner li a {
    font-size: 3vw;
    -webkit-animation-delay: 9s;
            animation-delay: 9s;
  }
}
@media screen and (max-width: 600px) {
  #home .fv-flex-inner li a {
    display: block;
    max-width: 50vw;
    padding: 7px;
    margin: 0 auto;
    border: 2px solid #333;
    border-bottom: 5px solid #333;
  }
}
#home .fv-flex-inner li a:hover {
  opacity: 0.5;
}
#home .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5vw;
  color: #fff;
  margin: 7vh auto;
}
@media screen and (max-width: 896px) {
  #home .scroll {
    font-size: 3.5vw;
  }
}
#home .scroll-txt {
  opacity: 0;
  -webkit-animation-name: txt-fade-in;
          animation-name: txt-fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes txt-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
#home .scroll i {
  padding-left: 1vw;
  opacity: 0;
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@keyframes move {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
}

#news .news-accordion {
  width: 60vw;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  #news .news-accordion {
    width: 70vw;
  }
}
@media screen and (max-width: 600px) {
  #news .news-accordion {
    width: 80vw;
  }
}
#news .news-accordion details {
  width: 100%;
  margin-bottom: 30px;
}
#news .news-accordion details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  #news .news-accordion details summary {
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-accordion details summary {
    height: 40px;
    border-radius: 10px 10px 0 0;
  }
}
#news .news-accordion details summary::-webkit-details-marker {
  display: none;
}
#news .news-accordion details summary:hover {
  background-color: #4b7c70;
  color: #fff;
  border: 2px solid #fff;
  border-bottom: 2px dashed #fff;
}
#news .news-accordion details summary:hover .plus span {
  position: absolute;
  top: 38px;
  right: 24px;
  width: 32px;
  height: 4px;
  background-color: #fff;
  -webkit-animation: zukizuki 0.5s alternate linear infinite;
          animation: zukizuki 0.5s alternate linear infinite;
}
@media screen and (max-width: 896px) {
  #news .news-accordion details summary:hover .plus span {
    top: 21px;
    right: 28px;
    width: 23px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-accordion details summary:hover .plus span {
    top: 17px;
    right: 10px;
    width: 17px;
    height: 2px;
  }
}
@-webkit-keyframes zukizuki {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes zukizuki {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
#news .news-accordion details summary:hover .plus span:last-child {
  position: absolute;
  top: 25px;
  right: 38px;
  width: 4px;
  height: 32px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #news .news-accordion details summary:hover .plus span:last-child {
    top: 12px;
    height: 23px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-accordion details summary:hover .plus span:last-child {
    top: 10.5px;
    right: 18px;
    width: 2px;
    height: 17px;
  }
}
#news .news-accordion details summary .news-date {
  font-size: 1.5vw;
  font-weight: bold;
  padding: 2vw 1vw;
}
@media screen and (max-width: 600px) {
  #news .news-accordion details summary .news-date {
    font-size: 2vw;
  }
}
#news .news-accordion details summary .news-ttl {
  padding: 2vw 0;
  font-size: 2vw;
}
@media screen and (max-width: 600px) {
  #news .news-accordion details summary .news-ttl {
    font-size: 2.5vw;
  }
}
#news .news-accordion details summary .plus span {
  position: absolute;
  top: 38px;
  right: 24px;
  width: 32px;
  height: 4px;
  background-color: #333;
}
@media screen and (max-width: 896px) {
  #news .news-accordion details summary .plus span {
    top: 21px;
    right: 28px;
    width: 23px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-accordion details summary .plus span {
    top: 17px;
    right: 10px;
    width: 17px;
    height: 2px;
  }
}
#news .news-accordion details summary .plus span:last-child {
  position: absolute;
  top: 25px;
  right: 38px;
  width: 4px;
  height: 32px;
  background-color: #333;
}
@media screen and (max-width: 896px) {
  #news .news-accordion details summary .plus span:last-child {
    top: 12px;
    height: 23px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-accordion details summary .plus span:last-child {
    top: 10.5px;
    right: 18px;
    width: 2px;
    height: 17px;
  }
}
#news .news-accordion details[open] summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4b7c70;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 600px) {
  #news .news-accordion details[open] summary {
    border-radius: 10px 10px 0 0;
  }
}
#news .news-accordion details[open] summary .news-date {
  padding: 2vw 1vw;
  font-size: 1.5vw;
  font-weight: bold;
}
#news .news-accordion details[open] summary .news-ttl {
  padding: 2vw 0;
  color: #fff;
  font-size: 2vw;
}
@media screen and (max-width: 600px) {
  #news .news-accordion details[open] summary .news-ttl {
    font-size: 2.5vw;
  }
}
#news .news-accordion details[open] summary .plus {
  display: none;
}
#news .news-accordion details[open] summary .minus span {
  position: absolute;
  top: 38px;
  right: 25px;
  width: 32px;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #news .news-accordion details[open] summary .minus span {
    top: 21px;
    width: 23px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-accordion details[open] summary .minus span {
    top: 17px;
    right: 10px;
    width: 17px;
    height: 2px;
  }
}
#news .news-accordion details .newsDesc {
  padding: 1vw 1.5vw;
  background-color: #fff;
  color: #333;
  font-size: 2vw;
  line-height: 1.2;
  border-bottom: 2px solid #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 600px) {
  #news .news-accordion details .newsDesc {
    font-size: 2.5vw;
    line-height: 1.5;
    padding: 1.5vw 2vw;
    border-radius: 0 0 10px 10px;
  }
}
#news .news-accordion details .newsDesc img,
#news .news-accordion details .newsDesc iframe {
  display: block;
  width: 40vw;
  height: auto;
  margin: 20px auto;
  border: 1px solid #999;
  border-radius: 20px;
  -webkit-box-shadow: 20px 20px 20px #000;
          box-shadow: 20px 20px 20px #000;
}
@media screen and (max-width: 896px) {
  #news .news-accordion details .newsDesc img,
  #news .news-accordion details .newsDesc iframe {
    width: 60vw;
  }
}
#news .news-accordion details .newsDesc iframe {
  height: 22.8vw;
}
@media screen and (max-width: 896px) {
  #news .news-accordion details .newsDesc iframe {
    height: 34vw;
  }
}

#calendar .calendar-swiper {
  position: relative;
  width: 60vw;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  #calendar .calendar-swiper {
    width: 75vw;
  }
}
@media screen and (max-width: 600px) {
  #calendar .calendar-swiper {
    width: 80vw;
  }
}
#calendar .calendar-swiper img {
  width: 45vw;
  border-radius: 20px;
  -webkit-box-shadow: 20px 20px 10px #000;
          box-shadow: 20px 20px 10px #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 1050px) {
  #calendar .calendar-swiper img {
    width: 65vw;
  }
}
@media screen and (max-width: 600px) {
  #calendar .calendar-swiper img {
    width: 75vw;
    -webkit-box-shadow: 4px 20px 10px #000;
            box-shadow: 4px 20px 10px #000;
  }
}
#calendar .calendar-swiper .swiper-button-next, #calendar .calendar-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
  width: 3vw;
  height: 3vw;
}
@media screen and (max-width: 600px) {
  #calendar .calendar-swiper .swiper-button-next, #calendar .calendar-swiper .swiper-button-prev {
    width: 7vw;
    height: 7vw;
  }
}
@media screen and (max-width: 600px) {
  #calendar .calendar-swiper .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  #calendar .calendar-swiper .swiper-button-prev {
    left: 0;
  }
}
#calendar .calendar-swiper .swiper-button-next::after,
#calendar .calendar-swiper .swiper-button-prev::after {
  font-size: 1.5vw;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #calendar .calendar-swiper .swiper-button-next::after,
  #calendar .calendar-swiper .swiper-button-prev::after {
    font-size: 4vw;
  }
}
#calendar .calendar-swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
}
#calendar .calendar-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
#calendar #yearly-schedule .yearly-schedule-ttl {
  font-size: 3vw;
  font-weight: bold;
  padding: 2vw;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #calendar #yearly-schedule .yearly-schedule-ttl {
    font-size: 5vw;
  }
}
#calendar #yearly-schedule img {
  display: block;
  width: 45vw;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-box-shadow: 20px 20px 10px #000;
          box-shadow: 20px 20px 10px #000;
}
@media screen and (max-width: 1050px) {
  #calendar #yearly-schedule img {
    width: 70vw;
  }
}

#open .subheading {
  font-size: 3vw;
}
@media screen and (max-width: 600px) {
  #open .subheading {
    font-size: 4vw;
  }
}
#open .open,
#open .contact {
  margin: 50px auto 0;
}
#open .open td,
#open .contact td {
  width: 12vw;
  font-size: 1.5vw;
  text-align: center;
  padding: 20px 0 10px;
  border-bottom: 10px solid #666;
}
@media screen and (max-width: 1050px) {
  #open .open td,
  #open .contact td {
    width: 18vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #open .open td,
  #open .contact td {
    font-size: 3vw;
    border-bottom: 5px solid #666;
  }
}
#open .open td:last-of-type,
#open .contact td:last-of-type {
  border-right: 10px solid #666;
}
@media screen and (max-width: 600px) {
  #open .open td:last-of-type,
  #open .contact td:last-of-type {
    border-right: 5px solid #666;
  }
}
#open .open td:nth-of-type(3),
#open .contact td:nth-of-type(3) {
  width: 5vw;
}
#open .open th,
#open .contact th {
  font-size: 2.5vw;
  width: 40vw;
  padding: 0 0 20px 2vw;
}
@media screen and (max-width: 600px) {
  #open .open th,
  #open .contact th {
    font-size: 3.5vw;
  }
}
#open .open tr:nth-child(2),
#open .open tr:nth-child(3),
#open .open tr:nth-child(4),
#open .open tr:nth-child(5),
#open .open tr:nth-child(6),
#open .open tr:nth-child(7),
#open .open tr:nth-child(8),
#open .contact tr:nth-child(2),
#open .contact tr:nth-child(3),
#open .contact tr:nth-child(4),
#open .contact tr:nth-child(5),
#open .contact tr:nth-child(6),
#open .contact tr:nth-child(7),
#open .contact tr:nth-child(8) {
  background-color: #fff;
  color: #333;
}
#open .open-desc {
  font-size: 1.5vw;
  text-align: center;
  margin: 50px 0 100px;
}
@media screen and (max-width: 1050px) {
  #open .open-desc {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #open .open-desc {
    font-size: 3vw;
    margin: 30px 0 50px;
  }
}
#open .open-desc a {
  padding: 0 1vw;
}
#open .contact tr:last-child {
  background-color: transparent;
  color: #fff;
}
#open .contact tr:last-child td {
  border-bottom: none;
}
#open .contact tr:last-child td:last-of-type {
  border-right: none;
}
#open .contact-desc {
  font-size: 2vw;
  padding: 100px 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #open .contact-desc {
    font-size: 3vw;
    padding: 50px 0 30px;
  }
}
#open .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5vw;
}
#open .contact-box .contact-form-btn {
  color: #fff;
  background: linear-gradient(-45deg, #ff6c6c, #ffa0a0, #ff6c6c);
  border: 2px solid #ff3f3f;
  border-radius: 30px;
  font-size: 2vw;
  font-weight: bold;
  padding: 2.5vw;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#open .contact-box .contact-form-btn:hover {
  background: linear-gradient(-45deg, #fc9696, #f7c8c8, #fd9d9d);
  border: 2px solid #ff7171;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#open .contact-box .official-line-btn {
  color: #fff;
  background: linear-gradient(-45deg, #00b900, #61b661, #00b900);
  border: 2px solid #007200;
  border-radius: 30px;
  font-size: 2vw;
  font-weight: bold;
  padding: 1.5vw;
  margin: auto;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#open .contact-box .official-line-btn:hover {
  background: linear-gradient(-45deg, #3fc03f, #92b892, #3fc03f);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 600px) {
  #open .contact-box .contact-form-btn, #open .contact-box .official-line-btn {
    font-size: 3vw;
    border-radius: 10px;
    padding: 2vw;
  }
}

#access .access-wrapper {
  width: 60vw;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 896px) {
  #access .access-wrapper {
    width: 70vw;
  }
}
@media screen and (max-width: 600px) {
  #access .access-wrapper {
    width: 80vw;
  }
}
#access .access-wrapper .address-inner {
  width: 50vw;
  text-align: center;
  margin: 0 auto;
}
#access .access-wrapper .address-inner .studio-name {
  font-size: 3vw;
  font-weight: bold;
  padding: 1vw;
}
@media screen and (max-width: 600px) {
  #access .access-wrapper .address-inner .studio-name {
    font-size: 4vw;
  }
}
#access .access-wrapper .address-inner .post-num {
  font-size: 2vw;
  text-align: left;
  padding: 0 0 1vw 1vw;
}
@media screen and (max-width: 600px) {
  #access .access-wrapper .address-inner .post-num {
    font-size: 3vw;
  }
}
#access .access-wrapper .address-inner .address {
  font-size: 2vw;
  padding: 0 1vw;
}
@media screen and (max-width: 600px) {
  #access .access-wrapper .address-inner .address {
    font-size: 3vw;
  }
}
#access .access-wrapper .address-inner .address:last-child {
  text-align: right;
  padding-bottom: 20px;
}
#access .access-wrapper iframe {
  width: 50vw;
  height: 35vw;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 10px #000;
          box-shadow: 0 20px 10px #000;
}
@media screen and (max-width: 1050px) {
  #access .access-wrapper iframe {
    width: 100%;
    height: 50vh;
  }
}

/* about.html */
#staff .section-wrapper {
  width: 64vw;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #staff .section-wrapper {
    width: 75vw;
  }
}
#staff .section-wrapper .staff-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 896px) {
  #staff .section-wrapper .staff-items {
    display: block;
  }
  #staff .section-wrapper .staff-items .image-photo {
    display: none;
  }
  #staff .section-wrapper .staff-items .staff-id {
    text-shadow: 1px 1px #000, 2px 2px #000;
    background-size: cover;
    background-color: #323232;
    background-blend-mode: hard-light;
    width: 100%;
    height: 100%;
  }
  #staff .section-wrapper .staff-items .staff-id.staff-01 {
    background-image: url(img/image-photo-01.jpg);
  }
  #staff .section-wrapper .staff-items .staff-id.staff-02 {
    background-image: url(img/image-photo-02.jpg);
    background-position: bottom;
  }
  #staff .section-wrapper .staff-items .staff-id.staff-03 {
    background-image: url(img/sasaki-action-photo02.jpg);
    background-position: bottom;
  }
}
#staff .section-wrapper .staff-id {
  width: 30vw;
  height: 45vw;
  color: #fff;
  background-color: transparent;
}
@media screen and (max-width: 896px) {
  #staff .section-wrapper .staff-id {
    width: 60vw;
    height: 90vw;
  }
}
#staff .section-wrapper .staff-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1vw 0 0;
  text-align: right;
}
#staff .section-wrapper .staff-inner figure {
  width: 7vw;
  height: 10.5vw;
}
@media screen and (max-width: 896px) {
  #staff .section-wrapper .staff-inner figure {
    width: 14vw;
    height: 21vw;
  }
}
#staff .section-wrapper .staff-inner figure img {
  width: 100%;
  border: 1px solid #555;
}
#staff .section-wrapper .staff-name-box {
  font-size: 1.5vw;
  line-height: 2.5;
  width: 22vw;
  height: 10.5vw;
  padding: 3.5vw 2vw 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 896px) {
  #staff .section-wrapper .staff-name-box {
    font-size: 3vw;
    width: 44vw;
    height: 20.9vw;
    border-bottom: 1px solid #fff;
  }
}
#staff .section-wrapper .staff-txt {
  font-size: 1.2vw;
  line-height: 1.2;
  padding: 0 2vw 20px 0;
}
@media screen and (max-width: 896px) {
  #staff .section-wrapper .staff-txt {
    font-size: 2.5vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #staff .section-wrapper .staff-txt {
    font-size: 3vw;
  }
}
#staff .section-wrapper .staff-txt:first-of-type {
  padding: 10px 2vw 20px 0;
}
@media screen and (max-width: 896px) {
  #staff .section-wrapper .staff-txt:first-of-type {
    padding: 2vw;
  }
}
#staff .section-wrapper .staff-02 .staff-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: left;
  padding-right: 0;
}
#staff .section-wrapper .staff-02 .staff-txt {
  padding: 0 0 20px 20px;
}
#staff .section-wrapper .staff-02 .staff-txt:first-of-type {
  padding: 10px 0 20px 20px;
}
@media screen and (max-width: 896px) {
  #staff .section-wrapper .staff-02 .staff-txt {
    padding: 2vw;
  }
}
#staff .section-wrapper .image-photo {
  width: 30vw;
  height: 45vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #555;
}
@media screen and (max-width: 896px) {
  #staff .section-wrapper .image-photo {
    width: 60vw;
    height: 90vw;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

#gallery .gallery-ttl {
  font-size: 2vw;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-ttl {
    font-size: 3vw;
  }
}
#gallery .gallery-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
  overflow-x: scroll;
  scrollbar-color: #fff rgba(51, 51, 51, 0);
  padding: 2vw;
  margin-bottom: 100px;
}
#gallery .gallery-inner .thumbnail {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 15vw;
  height: 15vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-inner .thumbnail {
    min-width: 35vw;
    height: 35vw;
  }
}
#gallery .gallery-inner .thumbnail .gallery-item {
  width: 100%;
  height: 100%;
  border: 0.5vw solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery #gray-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}
#gallery #over-layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 95vh;
  text-align: center;
  z-index: 9999;
}
#gallery #over-layer img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.5vw solid #fff;
}
@media screen and (max-width: 896px) {
  #gallery #over-layer img {
    max-height: 90%;
    max-width: 90%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#gallery .tap {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 1vw;
  font-size: 24px;
  opacity: 0.6;
  z-index: 9999;
}
#gallery i {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 1vw;
  opacity: 0.6;
  z-index: 9999;
  -webkit-animation: tap 1s linear infinite alternate;
          animation: tap 1s linear infinite alternate;
}
@-webkit-keyframes tap {
  from {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes tap {
  from {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* contents */
#lesson .admission-fee {
  font-size: 2.5vw;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 7px 7px 10px #111;
}
@media screen and (max-width: 768px) {
  #lesson .admission-fee {
    font-size: 3vw;
  }
}
#lesson .lesson-desc {
  font-size: 1.5vw;
  line-height: 1.5;
  padding: 10px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lesson .lesson-desc {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 600px) {
  #lesson .lesson-desc {
    font-size: 3vw;
  }
}
#lesson .lesson-desc .under-line {
  font-weight: bold;
  background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 4px, #333 4px, #333 8px);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 1vw;
  -webkit-animation: ticatica 1s infinite linear;
          animation: ticatica 1s infinite linear;
}
@-webkit-keyframes ticatica {
  from {
    background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 4px, #333 4px, #333 8px);
  }
  25% {
    background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 2px, #333 2px, #333 6px, #ffff00 6px, #ffff00 8px);
  }
  50% {
    background-image: repeating-linear-gradient(-45deg, #333 0, #333 4px, #ffff00 4px, #ffff00 8px);
  }
  75% {
    background-image: repeating-linear-gradient(-45deg, #333 0, #333 2px, #ffff00 2px, #ffff00 6px, #333 6px, #333 8px);
  }
  to {
    background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 4px, #333 4px, #333 8px);
  }
}
@keyframes ticatica {
  from {
    background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 4px, #333 4px, #333 8px);
  }
  25% {
    background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 2px, #333 2px, #333 6px, #ffff00 6px, #ffff00 8px);
  }
  50% {
    background-image: repeating-linear-gradient(-45deg, #333 0, #333 4px, #ffff00 4px, #ffff00 8px);
  }
  75% {
    background-image: repeating-linear-gradient(-45deg, #333 0, #333 2px, #ffff00 2px, #ffff00 6px, #333 6px, #333 8px);
  }
  to {
    background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 4px, #333 4px, #333 8px);
  }
}
#lesson .lesson-desc .line-btn img {
  height: 2.5vw;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  #lesson .lesson-desc .line-btn img {
    width: 25vw;
    height: 7vw;
    margin: 1vw 12vw 1vw 1vw;
  }
}
#lesson .lesson-desc .line-btn:hover {
  opacity: 0.5;
}
#lesson .charge {
  font-size: 2.5vw;
  margin-right: 5vw;
}
#lesson .charge-inner {
  width: 55vw;
  height: auto;
  color: #333;
  margin: 50px auto;
  padding: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 10px solid #d8dcdc;
  border-right: 10px solid #777;
  border-bottom: 10px solid #333;
  border-left: 10px solid #868888;
  background-image: linear-gradient(135deg, #ccc 0%, #757575 20%, #bbb 34%, #eee 53%, #bbb 100%);
}
@media screen and (max-width: 1050px) {
  #lesson .charge-inner {
    width: 70vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .charge-inner {
    display: block;
    padding: 2vw 8vw;
  }
}
#lesson .charge-inner ul {
  list-style-type: square;
  margin-top: auto;
}
#lesson .charge-inner li {
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  #lesson .charge-inner li {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 600px) {
  #lesson .charge-inner li {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .charge {
    font-size: 3vw;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  #lesson .charge {
    font-size: 4vw;
  }
}
#lesson .charge th {
  text-align: center;
}
#lesson .charge td {
  padding: 15px 1vw 5px;
  border-bottom: 2px solid #aaa;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  #lesson .charge td {
    width: 25vw;
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-accordion {
    display: none;
  }
}
#lesson .lesson-accordion .accordion_area {
  width: 60vw;
  height: 45vw;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  #lesson .lesson-accordion .accordion_area {
    width: 75vw;
  }
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5%;
  height: 45vw;
  float: left;
  background-color: #04001a;
  color: #fff;
  font-size: 1.7vw;
  padding-top: 10px;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header:hover {
  font-weight: bold;
  text-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header .header_inner {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  margin-bottom: auto;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  bottom: 5%;
  right: 17.5%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header .i_box .one_i {
  display: block !important;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header .i_box .one_i::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 4px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 7px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header .i_box .one_i::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.stay .common-word {
  text-shadow: 1px 1px #111, 2px 2px #f00, 3px 3px #f00;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.stay .i_box .one_i::before {
  content: none;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.stay.open {
  color: #fff;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.stay.open .common-word {
  text-shadow: none;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.stay.open .i_box .one_i::before {
  content: "";
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.stay.open .i_box .one_i::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.open .common-word {
  color: #fff;
  text-shadow: 1px 1px #111, 2px 2px #f00, 3px 3px #f00;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.open .i_box .one_i::before {
  content: none;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_header.open .i_box .one_i::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #06002a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(2) .accordion_inner {
  border-top: 2px solid #06002a;
  border-right: 2px solid #06002a;
  border-bottom: 2px solid #06002a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #09003a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(3) .accordion_inner {
  border-top: 2px solid #09003a;
  border-right: 2px solid #09003a;
  border-bottom: 2px solid #09003a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(4) .accordion_header {
  background-color: #0b004a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(4) .accordion_inner {
  border-top: 2px solid #0b004a;
  border-right: 2px solid #0b004a;
  border-bottom: 2px solid #0b004a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(5) .accordion_header {
  background-color: #0e005a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(5) .accordion_inner {
  border-top: 2px solid #0e005a;
  border-right: 2px solid #0e005a;
  border-bottom: 2px solid #0e005a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(6) .accordion_header {
  background-color: #10006a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(6) .accordion_inner {
  border-top: 2px solid #10006a;
  border-right: 2px solid #10006a;
  border-bottom: 2px solid #10006a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(7) .accordion_header {
  background-color: #12007a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(7) .accordion_inner {
  border-top: 2px solid #12007a;
  border-right: 2px solid #12007a;
  border-bottom: 2px solid #12007a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(8) .accordion_header {
  background-color: #15008a;
}
#lesson .lesson-accordion .accordion_area .accordion_one:nth-of-type(8) .accordion_inner {
  border-top: 2px solid #15008a;
  border-right: 2px solid #15008a;
  border-bottom: 2px solid #15008a;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner {
  float: left;
  width: 59.8%;
  height: 45vw;
  overflow: hidden;
  display: none;
  padding: 0;
  color: #333;
  background-color: #fff;
  border-top: 2px solid #04001a;
  border-right: 2px solid #04001a;
  border-bottom: 2px solid #04001a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner.stay {
  display: block;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .box_one {
  padding: 10px 1vw;
  margin: auto;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-ttl {
  display: inline;
  color: #eee;
  text-shadow: 1px 1px #111, 2px 2px #f00, 3px 3px #f00;
  font-size: 1.7vw;
  font-weight: bold;
  letter-spacing: 5px;
  margin-left: -1vw;
  opacity: 0;
  -webkit-animation: accordion-fade-in 1s forwards;
          animation: accordion-fade-in 1s forwards;
}
@-webkit-keyframes accordion-fade-in {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes accordion-fade-in {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-ttl .start {
  color: #f00;
  text-shadow: 1px 1px #00f;
  background-color: #ff0;
  padding: 0 0.5vw;
  margin-left: 1vw;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: accordion-fade-in 3s forwards;
          animation: accordion-fade-in 3s forwards;
}
@keyframes accordion-fade-in {
  from {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .lesson-txt {
  font-size: 1.5vw;
  line-height: 1.4;
  text-align: left;
  padding: 10px 0 10px;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .cost {
  color: #111;
  background-color: #ddd;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  padding: 1vw;
  margin: 10px;
  display: inline-block;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .date {
  text-align: center;
  padding: 0.5vw;
  margin: 0;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper img {
  width: 20vw;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .warning-label {
  font-size: 0.9vw;
  padding-bottom: 10px;
  text-align: center;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .warning-label-box {
  text-align: left;
  margin: 0 6vw;
  line-height: 1.5;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .warning-label-box li {
  list-style-type: disc;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .flex-wrapper iframe {
  width: 18vw;
  height: 12vw;
  margin-right: 1vw;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .flex-wrapper .txt-box {
  margin-top: 10px;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .flex-wrapper .dances {
  text-align: left;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .flex-wrapper .dances:first-child {
  padding-right: 1vw;
  padding-bottom: 0;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .img-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  scrollbar-color: #fff #333;
  width: 30vw;
  height: 18vw;
  gap: 2vw;
  margin: 0 auto;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .img-flex-wrapper a img {
  width: 16vw;
  height: 16vw;
  border: 0.5vw solid #333;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: repeating-linear-gradient(-45deg, #fff 0, #fff 10px, #333 10px, #333 20px);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .share-lesson-charge {
  font-size: 1.5vw;
  -webkit-box-shadow: 10px 10px 10px #333;
          box-shadow: 10px 10px 10px #333;
  margin: 30px auto 0;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .share-lesson-charge tr:nth-child(2) {
  border-bottom: 5px ridge;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .share-lesson-charge tr:nth-child(3) {
  border-bottom: 5px ridge;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .share-lesson-charge tr:nth-child(4) {
  border-bottom: 5px ridge;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .share-lesson-charge tr:last-child {
  border-bottom: 5px ridge;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .share-lesson-charge th {
  background-color: #aaa;
  color: #333;
  padding: 1vw;
  text-align: center;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .share-lesson-charge td {
  padding: 1vw;
  text-align: center;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .share-lesson-charge td i {
  padding-right: 2vw;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .marker {
  padding: 0 0.3vw;
  border: 3px solid #006eff;
  border-radius: 50%;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .course-schedule {
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  margin: 0 auto 20px;
  -webkit-box-shadow: 10px 10px 10px #333;
          box-shadow: 10px 10px 10px #333;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .course-schedule th {
  text-align: center;
  vertical-align: middle;
  width: 5vw;
  height: 2vw;
  border: 1px solid #333;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .course-schedule td {
  font-size: 1.54vw;
  font-weight: bold;
  text-shadow: 1px 1px #fff, 2px 2px #fff, 3px 3px #fff, 4px 4px #666;
  height: 3vw;
  vertical-align: middle;
  border: 1px solid #333;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .course-schedule tr:first-child {
  border-bottom: 5px ridge #333;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .course-schedule .W {
  background: repeating-linear-gradient(90deg, #3694ff 0, #3694ff 2px, #fff 2px, #fff 4px);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .course-schedule .T {
  background: repeating-linear-gradient(90deg, #ff3e3e 0, #ff3e3e 2px, #fff 2px, #fff 4px);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .course-schedule .SF {
  background: repeating-linear-gradient(90deg, #3eff3e 0, #3eff3e 2px, #fff 2px, #fff 4px);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .course-schedule .R {
  background: repeating-linear-gradient(90deg, #effc44 0, #effc44 2px, #fff 2px, #fff 4px);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .course-schedule .C {
  background: repeating-linear-gradient(90deg, #d83eff 0, #d83eff 2px, #fff 2px, #fff 4px);
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .charge-desc {
  font-size: 1vw;
}
#lesson .lesson-accordion .accordion_area .accordion_one .accordion_inner .lesson-txt-wrapper .movie {
  line-height: 1;
}
#lesson .lesson-swiper {
  display: none;
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper {
    display: block;
    position: relative;
    width: 75vw;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper {
    width: 80vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide {
    width: 75vw;
    height: auto;
    overflow: hidden;
    padding: 2vw;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    border: 2px solid #04001a;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-ttl {
    display: inline;
    color: #f00;
    text-shadow: 1px 1px #111, 2px 2px 5px #111;
    font-size: 2.5vw;
    font-weight: bold;
    letter-spacing: 5px;
    margin-left: -1vw;
    opacity: 0;
    -webkit-animation: accordion-fade-in 1s forwards;
            animation: accordion-fade-in 1s forwards;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 896px) {
  @-webkit-keyframes accordion-fade-in {
    from {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes accordion-fade-in {
    from {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-ttl .start {
    color: #f00;
    text-shadow: 1px 1px #00f;
    background-color: #ff0;
    padding: 0 0.5vw;
    margin-left: 1vw;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-ttl .start {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper {
    width: 100%;
    text-align: center;
    padding: 2vw;
    margin: 0 auto;
    opacity: 0;
    -webkit-animation: accordion-fade-in 3s forwards;
            animation: accordion-fade-in 3s forwards;
  }
  @-webkit-keyframes accordion-fade-in {
    from {
      opacity: 0;
    }
    33% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes accordion-fade-in {
    from {
      opacity: 0;
    }
    33% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .lesson-txt {
    font-size: 2vw;
    line-height: 1.4;
    text-align: left;
    padding: 10px 0 10px;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .lesson-txt {
    font-size: 3vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .cost {
    color: #111;
    background-color: #ddd;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
    padding: 1vw;
    margin: 10px;
    display: inline-block;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper img {
    width: 40vw;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .date {
    text-align: center;
    padding: 0.5vw;
    margin: 0;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .date {
    padding-bottom: 1.5vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .warning-label {
    font-size: 1.5vw;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .warning-label {
    font-size: 2vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .warning-label-box {
    font-size: 2vw;
    text-align: left;
    margin: 5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .warning-label-box {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .warning-label-box li {
    list-style-type: disc;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .flex-wrapper iframe {
    width: 50vw;
    height: 35vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .flex-wrapper iframe {
    width: 65vw;
    height: 40vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .flex-wrapper .txt-box {
    margin-top: 10px;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .flex-wrapper .dances {
    text-align: center;
    font-size: 2vw;
    line-height: 1.5;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .irregular-img {
    width: 60vw;
    height: 45vw;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .irregular-img img {
    width: auto;
    height: 45vw;
    -webkit-box-shadow: 10px 10px 10px #000;
            box-shadow: 10px 10px 10px #000;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .share-lesson-charge {
    font-size: 2vw;
    font-weight: bold;
    border: 1vw double #777;
    -webkit-box-shadow: 10px 10px 10px #333;
            box-shadow: 10px 10px 10px #333;
    margin: 30px auto;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .share-lesson-charge {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .share-lesson-charge tr:nth-child(2) {
    border-bottom: 5px ridge;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .share-lesson-charge tr:nth-child(3) {
    border-bottom: 5px ridge;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .share-lesson-charge tr:nth-child(4) {
    border-bottom: 5px ridge;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .share-lesson-charge tr:last-child {
    border-bottom: 5px ridge;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .share-lesson-charge th {
    width: 50vw;
    background-color: #aaa;
    color: #333;
    padding: 2vw;
    text-align: center;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .share-lesson-charge td {
    padding: 2vw;
    text-align: center;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .share-lesson-charge td i {
    padding-right: 4vw;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .marker {
    padding: 0 0.3vw;
    border: 3px solid #006eff;
    border-radius: 50%;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule {
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    margin: 0 auto 20px;
    -webkit-box-shadow: 10px 10px 10px #333;
            box-shadow: 10px 10px 10px #333;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule th {
    text-align: center;
    vertical-align: middle;
    width: 10vw;
    height: 5vw;
    border: 1px solid #333;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule th {
    font-weight: normal;
    height: 7vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule td {
    font-size: 3vw;
    font-weight: bold;
    text-shadow: 1px 1px #fff, 2px 2px #fff, 3px 3px #fff, 4px 4px #666;
    height: 8vw;
    vertical-align: middle;
    border: 1px solid #333;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule td {
    font-size: 4vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule tr:first-child {
    border-bottom: 5px ridge #333;
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule .W {
    background: repeating-linear-gradient(90deg, #3694ff 0, #3694ff 2px, #fff 2px, #fff 4px);
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule .T {
    background: repeating-linear-gradient(90deg, #ff3e3e 0, #ff3e3e 2px, #fff 2px, #fff 4px);
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule .SF {
    background: repeating-linear-gradient(90deg, #3eff3e 0, #3eff3e 2px, #fff 2px, #fff 4px);
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule .R {
    background: repeating-linear-gradient(90deg, #effc44 0, #effc44 2px, #fff 2px, #fff 4px);
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .course-schedule .C {
    background: repeating-linear-gradient(90deg, #d83eff 0, #d83eff 2px, #fff 2px, #fff 4px);
  }
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .charge-desc {
    font-size: 1.5vw;
    padding: 1vw;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .charge-desc {
    font-size: 2vw;
  }
}
@media screen and (max-width: 896px) {
  #lesson .lesson-swiper .swiper-wrapper .swiper-slide .lesson-txt-wrapper .movie {
    padding: 1.5vw;
  }
  #lesson .lesson-swiper .swiper-button-next, #lesson .lesson-swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    color: #333;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #000;
            box-shadow: 0 0 10px #000;
    width: 5vw;
    height: 5vw;
  }
  #lesson .lesson-swiper .swiper-button-next {
    right: 0;
  }
  #lesson .lesson-swiper .swiper-button-prev {
    left: 0;
  }
  #lesson .lesson-swiper .swiper-button-next::after,
  #lesson .lesson-swiper .swiper-button-prev::after {
    font-size: 2vw;
    font-weight: bold;
  }
  #lesson .lesson-swiper .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.3;
  }
  #lesson .lesson-swiper .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
#lesson #sasaki {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  #lesson #sasaki {
    margin-top: 100px;
  }
}
#lesson #sasaki .sasaki-lesson {
  font-size: 1.5vw;
  margin-bottom: 10px;
  padding: 1vw;
  line-height: 1.5;
}
@media screen and (max-width: 896px) {
  #lesson #sasaki .sasaki-lesson {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #lesson #sasaki .sasaki-lesson {
    font-size: 3vw;
  }
}
#lesson #sasaki .sasaki-lesson-ttl {
  display: inline-block;
  font-size: 5vw;
  font-weight: bold;
  background-color: #000;
  padding: 2vw;
  margin-bottom: 20px;
  -webkit-animation: blinking 1s step-end infinite;
          animation: blinking 1s step-end infinite;
}
@-webkit-keyframes blinking {
  0% {
    color: #fff;
    text-shadow: 1px 1px #f00;
  }
  50% {
    color: #f00;
    text-shadow: 1px 1px #fff;
  }
  100% {
    color: #fff;
    text-shadow: 1px 1px #f00;
  }
}
@keyframes blinking {
  0% {
    color: #fff;
    text-shadow: 1px 1px #f00;
  }
  50% {
    color: #f00;
    text-shadow: 1px 1px #fff;
  }
  100% {
    color: #fff;
    text-shadow: 1px 1px #f00;
  }
}
#lesson #sasaki .sasaki-lesson-system {
  display: block;
  margin: 0 auto;
  width: 60vw;
  -webkit-box-shadow: 10px 10px 10px #000;
          box-shadow: 10px 10px 10px #000;
  border-radius: 30px;
}
@media screen and (max-width: 1050px) {
  #lesson #sasaki .sasaki-lesson-system {
    width: 70vw;
  }
}
@media screen and (max-width: 600px) {
  #lesson #sasaki .sasaki-lesson-system {
    width: 80vw;
    border-radius: 10px;
  }
}
#lesson #sasaki .sasaki-contact {
  font-size: 1.5vw;
  text-align: center;
  padding: 50px 0 20px;
}
@media screen and (max-width: 896px) {
  #lesson #sasaki .sasaki-contact {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #lesson #sasaki .sasaki-contact {
    font-size: 3vw;
  }
}
#lesson #sasaki .sasaki-line-btn {
  display: block;
  width: 20vw;
  color: #fff;
  background: linear-gradient(-45deg, #00b900, #61b661, #00b900);
  border: 2px solid #007200;
  border-radius: 30px;
  font-size: 2vw;
  font-weight: bold;
  padding: 1.5vw;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 896px) {
  #lesson #sasaki .sasaki-line-btn {
    width: 30vw;
    font-size: 3vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #lesson #sasaki .sasaki-line-btn {
    font-size: 4vw;
    width: 50vw;
    border-radius: 20px;
  }
}
#lesson #sasaki .sasaki-line-btn:hover {
  background: linear-gradient(-45deg, #3fc03f, #92b892, #3fc03f);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#lesson #sasaki .arrow {
  -webkit-clip-path: polygon(0% 50%, 20% 50%, 20% 0%, 80% 0%, 80% 50%, 100% 50%, 50% 100%);
          clip-path: polygon(0% 50%, 20% 50%, 20% 0%, 80% 0%, 80% 50%, 100% 50%, 50% 100%);
  background-color: #fff7d3;
  width: 15vw;
  height: 10vw;
  margin: 0 auto 30px;
  -webkit-animation: movearrow 1s infinite linear alternate;
          animation: movearrow 1s infinite linear alternate;
}
@-webkit-keyframes movearrow {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    background-color: #fff7d3;
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    background-color: #ffdb38;
  }
}
@keyframes movearrow {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    background-color: #fff7d3;
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    background-color: #ffdb38;
  }
}

#kids-class .kids-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #kids-class .kids-flex {
    display: block;
  }
}
#kids-class .kids-flex img {
  width: 29vw;
  -webkit-box-shadow: 20px 20px 10px #000;
          box-shadow: 20px 20px 10px #000;
  border-radius: 20px;
}
@media screen and (max-width: 1050px) {
  #kids-class .kids-flex img {
    width: 37vw;
  }
}
@media screen and (max-width: 768px) {
  #kids-class .kids-flex img {
    display: block;
    width: 60vw;
    margin: 0 auto;
  }
  #kids-class .kids-flex img:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #kids-class .kids-flex img {
    width: 75vw;
  }
}
#kids-class .kids-desc {
  font-size: 1.5vw;
  line-height: 1.5;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #kids-class .kids-desc {
    font-size: 2vw;
    line-height: 1.8;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class .kids-desc {
    font-size: 3vw;
    line-height: 1.8;
    padding-bottom: 10vw;
  }
}
#kids-class .kids-desc .bg-green {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px #000, 2px 2px #000;
  background-color: #00d3c5;
  -webkit-transform: skew(7deg, -7deg);
          transform: skew(7deg, -7deg);
  padding: 0 0.5vw;
  margin: 0 0.1vw;
}
#kids-class .kids-desc .bg-yellow {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px #000, 2px 2px #000;
  background-color: #e8dd07;
  -webkit-transform: skew(7deg, -7deg);
          transform: skew(7deg, -7deg);
  padding: 0 0.5vw;
  margin: 0 0.1vw;
}
#kids-class .kids-desc .bg-red {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px #000, 2px 2px #000;
  background-color: #da5d37;
  -webkit-transform: skew(7deg, -7deg);
          transform: skew(7deg, -7deg);
  padding: 0 0.5vw;
  margin: 0 0.1vw;
}
#kids-class .kids-desc .strong {
  display: block;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  -webkit-animation: blinking01 1s linear infinite;
          animation: blinking01 1s linear infinite;
}
@media screen and (max-width: 896px) {
  #kids-class .kids-desc .strong {
    font-size: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class .kids-desc .strong {
    font-size: 7vw;
  }
}
@-webkit-keyframes blinking01 {
  0% {
    color: #00d3c5;
    text-shadow: 1px 1px #fff;
  }
  50% {
    color: #e8dd07;
    text-shadow: 1px 1px #fff;
  }
  83% {
    color: #da5d37;
    text-shadow: 1px 1px #fff;
  }
  100% {
    color: #00d3c5;
    text-shadow: 1px 1px #fff;
  }
}
@keyframes blinking01 {
  0% {
    color: #00d3c5;
    text-shadow: 1px 1px #fff;
  }
  50% {
    color: #e8dd07;
    text-shadow: 1px 1px #fff;
  }
  83% {
    color: #da5d37;
    text-shadow: 1px 1px #fff;
  }
  100% {
    color: #00d3c5;
    text-shadow: 1px 1px #fff;
  }
}
#kids-class .kids-desc .official-line-btn {
  padding: 1vw;
}
#kids-class .kids-desc .official-line-btn img {
  width: 10vw;
  height: 3vw;
}
@media screen and (max-width: 768px) {
  #kids-class .kids-desc .official-line-btn img {
    width: 20vw;
    height: 5vw;
    padding: 0 1vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class .kids-desc .official-line-btn img {
    display: block;
    margin: 0 auto;
    width: 40vw;
    height: 10vw;
    margin-top: 20px;
  }
}
#kids-class .merit {
  list-style-type: lower-alpha;
  font-size: 3vw;
  font-weight: bold;
  margin-left: 3vw;
  -webkit-animation: blinking01 1s linear infinite;
          animation: blinking01 1s linear infinite;
}
@media screen and (max-width: 896px) {
  #kids-class .merit {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class .merit {
    font-size: 4vw;
  }
}
@keyframes blinking01 {
  0% {
    color: #00d3c5;
    text-shadow: 1px 1px #fff;
  }
  50% {
    color: #e8dd07;
    text-shadow: 1px 1px #fff;
  }
  83% {
    color: #da5d37;
    text-shadow: 1px 1px #fff;
  }
  100% {
    color: #00d3c5;
    text-shadow: 1px 1px #fff;
  }
}
#kids-class .merit-desc {
  font-size: 1.5vw;
  line-height: 1.5;
  padding-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #kids-class .merit-desc {
    font-size: 2vw;
    line-height: 1.8;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class .merit-desc {
    font-size: 3vw;
    line-height: 1.8;
    padding-bottom: 10vw;
  }
}
#kids-class .kids-cost {
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #kids-class .kids-cost {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class .kids-cost {
    font-size: 3vw;
    padding-bottom: 2vw;
  }
}
#kids-class .warning-label {
  font-size: 1.2vw;
  text-align: center;
  padding-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #kids-class .warning-label {
    font-size: 1.7vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class .warning-label {
    font-size: 2.2vw;
    padding-bottom: 5vw;
  }
}
#kids-class #kidsForm {
  width: 55vw;
  margin: 50px auto;
  font-size: 1.3vw;
  color: #333;
  background-color: #fff;
  padding: 2vw;
  border-radius: 30px;
  -webkit-box-shadow: 20px 20px 10px #000;
          box-shadow: 20px 20px 10px #000;
}
@media screen and (max-width: 1050px) {
  #kids-class #kidsForm {
    width: 65vw;
  }
}
@media screen and (max-width: 896px) {
  #kids-class #kidsForm {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class #kidsForm {
    font-size: 2.5vw;
    width: 75vw;
  }
}
#kids-class #kidsForm .form-ttl {
  color: #e8dd07;
  font-size: 2.5vw;
  font-weight: bold;
  text-shadow: 1px 1px #000, 2px 2px #000;
  padding: 1vw;
}
@media screen and (max-width: 896px) {
  #kids-class #kidsForm .form-ttl {
    font-size: 3vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 600px) {
  #kids-class #kidsForm .form-ttl {
    font-size: 5vw;
  }
}
#kids-class #kidsForm .box {
  margin: 1vw 0.5vw;
}
@media screen and (max-width: 896px) {
  #kids-class #kidsForm .box {
    margin-bottom: 3vw;
  }
}
#kids-class #kidsForm .box .title {
  position: relative;
  display: inline-block;
  width: 15vw;
  height: 3vw;
  padding: 1vw 0.5vw;
  margin-bottom: 2vw;
  vertical-align: top;
  border-top: 1px solid #e8dd07;
  border-left: 0.5vw solid #e8dd07;
}
@media screen and (max-width: 896px) {
  #kids-class #kidsForm .box .title {
    width: 20vw;
    height: 4vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class #kidsForm .box .title {
    width: 23vw;
    height: 5vw;
  }
}
#kids-class #kidsForm .box .title::after {
  content: "必須";
  font-size: 0.8vw;
  color: #fff;
  background-color: #ff6c6c;
  border-radius: 10px;
  padding: 0 0.4vw;
  margin-left: 0.5vw;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  #kids-class #kidsForm .box .title::after {
    font-size: 1.2vw;
  }
}
#kids-class #kidsForm .box .title::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 40%;
  height: 1px;
  background-color: #fff;
  z-index: 9999;
}
#kids-class #kidsForm .box .optional::after {
  content: "任意";
  font-size: 0.8vw;
  color: #fff;
  background-color: #a9afff;
  border-radius: 10px;
  padding: 0 0.4vw;
  margin-left: 0.5vw;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  #kids-class #kidsForm .box .optional::after {
    font-size: 1.2vw;
  }
}
#kids-class #kidsForm .box input[type=text],
#kids-class #kidsForm .box input[type=mail],
#kids-class #kidsForm .box input[type=date],
#kids-class #kidsForm .box textarea {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 1vw;
}
#kids-class #kidsForm .box #result {
  font-size: 1vw;
  color: #ff6c6c;
  padding-left: 16vw;
}
@media screen and (max-width: 1050px) {
  #kids-class #kidsForm .box #result {
    height: 1vw;
  }
}
@media screen and (max-width: 896px) {
  #kids-class #kidsForm .box #result {
    height: 1vw;
    font-size: 1.5vw;
    padding-left: 22vw;
    margin-top: -2vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class #kidsForm .box #result {
    font-size: 2vw;
    padding-left: 24vw;
    margin-top: -1vw;
  }
}
#kids-class #kidsForm .box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#kids-class #kidsForm .box .flex-box .block-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 35vw;
  min-height: 3vw;
  padding: 1vw 0;
}
@media screen and (max-width: 896px) {
  #kids-class #kidsForm .box .flex-box .block-box {
    display: block;
    margin-left: 2vw;
  }
}
#kids-class #kidsForm .box .flex-box .block-box .radio-box {
  margin: auto 0;
  padding-right: 2vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 896px) {
  #kids-class #kidsForm .box .flex-box .block-box .radio-box {
    padding-bottom: 3vw;
  }
}
#kids-class #kidsForm .box .flex-box .block-box .radio-box .others {
  display: none;
}
#kids-class #kidsForm input[type=submit] {
  display: block;
  padding: 0.5vw 1vw;
  margin: 30px auto 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #000;
  background-color: #e8dd07;
  border: 2px solid #afa600;
  border-bottom: 5px solid #afa600;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  #kids-class #kidsForm input[type=submit] {
    padding: 2vw 15vw;
  }
}
#kids-class #kidsForm .end-message {
  display: none;
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: center;
  padding: 1.5vw;
  margin-top: 30px;
  border: 10px groove #999;
}
@media screen and (max-width: 896px) {
  #kids-class #kidsForm .end-message {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #kids-class #kidsForm .end-message {
    font-size: 3vw;
  }
}
#kids-class #kidsForm .false-message {
  display: none;
}
#kids-class #kidsForm input[type=reset] {
  display: none;
  padding: 0.5vw 1vw;
  margin: 30px auto 0;
  color: #fff;
  background-color: #e8dd07;
  border: 2px solid #afa600;
  border-bottom: 5px solid #afa600;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  #kids-class #kidsForm input[type=reset] {
    padding: 2vw 15vw;
  }
}

#party .party-desc {
  font-size: 1.5vw;
  line-height: 1.5;
  padding: 10px 20px;
  margin: 0 auto;
}
#party .party-desc .under-line {
  font-weight: bold;
  background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 4px, #333 4px, #333 8px);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 1vw;
  -webkit-animation: ticatica 1s infinite linear;
          animation: ticatica 1s infinite linear;
}
@keyframes ticatica {
  from {
    background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 4px, #333 4px, #333 8px);
  }
  25% {
    background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 2px, #333 2px, #333 6px, #ffff00 6px, #ffff00 8px);
  }
  50% {
    background-image: repeating-linear-gradient(-45deg, #333 0, #333 4px, #ffff00 4px, #ffff00 8px);
  }
  75% {
    background-image: repeating-linear-gradient(-45deg, #333 0, #333 2px, #ffff00 2px, #ffff00 6px, #333 6px, #333 8px);
  }
  to {
    background-image: repeating-linear-gradient(-45deg, #ffff00 0, #ffff00 4px, #333 4px, #333 8px);
  }
}
@media screen and (max-width: 896px) {
  #party .party-desc {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #party .party-desc {
    font-size: 3vw;
  }
}
#party .party-inner {
  max-width: 60vw;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  #party .party-inner {
    max-width: 70vw;
  }
}
#party .party-inner .party-items {
  width: 100%;
  -webkit-box-shadow: 10px 10px 10px #111, -7px -7px 10px #999;
          box-shadow: 10px 10px 10px #111, -7px -7px 10px #999;
  border-radius: 30px;
  margin: 50px 0;
  padding: 30px 2vw;
}
@media screen and (max-width: 600px) {
  #party .party-inner .party-items {
    margin: 30px 0;
  }
}
#party .party-inner .party-items:last-child {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #party .party-inner .party-items:last-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  #party .party-inner .party-items:last-child .party-txt {
    text-align: left;
  }
}
#party .party-inner .party-items:last-child .cost {
  display: table;
  margin: 0 auto;
}
#party .party-inner .party-items .items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
}
@media screen and (max-width: 896px) {
  #party .party-inner .party-items .items-wrapper {
    display: block;
  }
}
#party .party-inner .party-items .items-wrapper .party-ttl {
  font-size: 3vw;
  font-weight: bold;
  border-bottom: 5px dotted #fff;
  text-align: left;
  padding-left: 1.5vw;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #party .party-inner .party-items .items-wrapper .party-ttl {
    font-size: 5vw;
    margin-bottom: 20px;
  }
}
#party .party-inner .party-items .items-wrapper .party-txt {
  font-size: 1.5vw;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media screen and (max-width: 896px) {
  #party .party-inner .party-items .items-wrapper .party-txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #party .party-inner .party-items .items-wrapper .party-txt {
    font-size: 3vw;
  }
}
#party .party-inner .party-items .items-wrapper .cost {
  background-color: #aaa;
  border-radius: 20px;
  display: inline-block;
  padding: 1.5vw;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #party .party-inner .party-items .items-wrapper .cost {
    padding: 1.5vw 2vw;
  }
}
#party .party-inner .party-items .items-wrapper .items-img {
  width: 20vw;
  height: 20vw;
  border-radius: 20px;
  margin: auto;
}
@media screen and (max-width: 896px) {
  #party .party-inner .party-items .items-wrapper .items-img {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (max-width: 600px) {
  #party .party-inner .party-items .items-wrapper .items-img {
    width: 50vw;
    height: 50vw;
  }
}
#party .party-inner .party-items .items-wrapper .warning-label {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #party .party-inner .party-items .items-wrapper .warning-label {
    font-size: 2.5vw;
  }
}
#party .party-inner .party-desc {
  text-align: left;
}

#goods .goods-desc {
  font-size: 1.5vw;
  line-height: 1.5;
  padding: 1vw;
}
@media screen and (max-width: 896px) {
  #goods .goods-desc {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #goods .goods-desc {
    font-size: 3vw;
  }
}
#goods .goods-desc .bold {
  font-weight: bold;
  text-shadow: 1px 1px #f00;
}
#goods .goods-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5vw;
}
@media screen and (max-width: 896px) {
  #goods .goods-flex {
    display: block;
  }
}
#goods .goods-flex .line-up {
  width: 20vw;
}
@media screen and (max-width: 896px) {
  #goods .goods-flex .line-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80vw;
  }
}
@media screen and (max-width: 896px) and (max-width: 600px) {
  #goods .goods-flex .line-up {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
#goods .goods-flex .line-up li {
  font-size: 1.5vw;
  list-style-type: circle;
  padding-bottom: 1.15vw;
}
@media screen and (max-width: 1050px) {
  #goods .goods-flex .line-up li {
    padding-bottom: 1.9vw;
  }
}
@media screen and (max-width: 896px) {
  #goods .goods-flex .line-up li {
    font-size: 2vw;
    width: 25vw;
    margin: 0 0.8vw;
  }
}
@media screen and (max-width: 600px) {
  #goods .goods-flex .line-up li {
    font-size: 2.5vw;
    width: 35vw;
  }
  #goods .goods-flex .line-up li:last-child {
    width: 71.6vw;
  }
}
#goods .goods-flex .line-up li .bold {
  font-weight: bold;
  text-shadow: 1px 1px #f00;
}
#goods .goods-flex .goods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(19, 1fr);
  width: 40vw;
  height: 47vw;
  gap: 0.2vw;
  background-color: #fff;
  padding: 0.2vw;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  #goods .goods-flex .goods-grid {
    width: 50vw;
    height: 59.25vw;
  }
}
@media screen and (max-width: 896px) {
  #goods .goods-flex .goods-grid {
    width: 75vw;
    height: 88.8vw;
  }
}
#goods .goods-flex .goods-grid .goods-items img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#goods .goods-flex .goods-grid .goods-items:first-child {
  grid-column: 1/3;
  grid-row: 1/9;
}
#goods .goods-flex .goods-grid .goods-items:nth-child(2) {
  grid-column: 3/5;
  grid-row: 12/20;
}
#goods .goods-flex .goods-grid .goods-items:nth-child(3) {
  grid-column: 3/4;
  grid-row: 9/12;
}
#goods .goods-flex .goods-grid .goods-items:nth-child(4) {
  grid-column: 1/3;
  grid-row: 9/20;
}
#goods .goods-flex .goods-grid .goods-items:nth-child(5) {
  grid-column: 4/5;
  grid-row: 9/12;
}
#goods .goods-flex .goods-grid .goods-items:nth-child(6) {
  grid-column: 3/5;
  grid-row: 1/9;
}

/* event.html */
.section-wrapper .date {
  display: table;
  font-size: 2vw;
  font-weight: bold;
  border: 10px groove #fff;
  padding: 1vw 2vw;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-wrapper .date {
    font-size: 3vw;
  }
}
.section-wrapper .event-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
  margin: 20px 0;
}
@media screen and (max-width: 896px) {
  .section-wrapper .event-flex {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .section-wrapper .event-flex {
    margin-bottom: 0;
  }
}
.section-wrapper .event-flex .poster {
  width: 29vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 20px 20px 15px #000;
          box-shadow: 20px 20px 15px #000;
}
@media screen and (max-width: 1050px) {
  .section-wrapper .event-flex .poster {
    width: 34vw;
  }
}
@media screen and (max-width: 896px) {
  .section-wrapper .event-flex .poster {
    width: 70vw;
    margin-bottom: 50px;
  }
}
.section-wrapper .event-flex .event-txt-box {
  width: 29vw;
  font-size: 1.3vw;
  line-height: 1.5;
  padding: 0 1vw;
}
@media screen and (max-width: 1050px) {
  .section-wrapper .event-flex .event-txt-box {
    width: 34vw;
  }
}
@media screen and (max-width: 896px) {
  .section-wrapper .event-flex .event-txt-box {
    width: 70vw;
    font-size: 2vw;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .section-wrapper .event-flex .event-txt-box {
    font-size: 3vw;
    width: 75vw;
  }
}
.section-wrapper .event-flex .event-txt-box .event-txt {
  padding: 0 0 1vw;
}
.section-wrapper .event-flex .event-txt-box .selling {
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  -webkit-animation: blinking 1s step-end infinite;
          animation: blinking 1s step-end infinite;
}
@keyframes blinking {
  0% {
    color: #fff;
    text-shadow: 1px 1px #f00;
  }
  50% {
    color: #f00;
    text-shadow: 1px 1px #fff;
  }
  100% {
    color: #fff;
    text-shadow: 1px 1px #f00;
  }
}
.section-wrapper .event-flex .event-txt-box .strong {
  font-size: 2vw;
  font-weight: bold;
  -webkit-animation: blinking02 1s step-end infinite;
          animation: blinking02 1s step-end infinite;
}
@media screen and (max-width: 896px) {
  .section-wrapper .event-flex .event-txt-box .strong {
    font-size: 5vw;
  }
}
@-webkit-keyframes blinking02 {
  0% {
    color: #fff;
    text-shadow: 1px 1px #f00;
  }
  50% {
    color: #f00;
    text-shadow: 1px 1px #fff;
  }
  100% {
    color: #fff;
    text-shadow: 1px 1px #f00;
  }
}
@keyframes blinking02 {
  0% {
    color: #fff;
    text-shadow: 1px 1px #f00;
  }
  50% {
    color: #f00;
    text-shadow: 1px 1px #fff;
  }
  100% {
    color: #fff;
    text-shadow: 1px 1px #f00;
  }
}
.section-wrapper .event-flex .event-txt-box .tal,
.section-wrapper .event-flex .event-txt-box .tar {
  padding: 0;
}
.section-wrapper .event-flex .event-txt-box .tar {
  text-align: right;
}
@media screen and (max-width: 896px) {
  .section-wrapper .event-flex .event-txt-box .tar {
    margin-bottom: 30px;
  }
}
.section-wrapper .event-flex .event-txt-box .big {
  color: #f00;
  font-size: 2.5vw;
  font-weight: bold;
  text-shadow: 1px 1px #fff;
}
@media screen and (max-width: 896px) {
  .section-wrapper .event-flex .event-txt-box .big {
    font-size: 5vw;
  }
}
.section-wrapper .event-flex .event-txt-box .level {
  display: block;
  text-align: center;
  padding: 0;
}
.section-wrapper .event-flex .event-txt-box .thanks {
  width: 26vw;
  -webkit-box-shadow: 20px 20px 15px #000;
          box-shadow: 20px 20px 15px #000;
}
@media screen and (max-width: 1050px) {
  .section-wrapper .event-flex .event-txt-box .thanks {
    width: 31vw;
  }
}
@media screen and (max-width: 896px) {
  .section-wrapper .event-flex .event-txt-box .thanks {
    width: 70vw;
    margin-top: 50px;
  }
}
.section-wrapper .four-shot {
  display: block;
  width: 60vw;
  -webkit-box-shadow: 20px 20px 15px #000;
          box-shadow: 20px 20px 15px #000;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .section-wrapper .four-shot {
    width: 70vw;
  }
}
.section-wrapper .guest-introdaction {
  display: block;
  margin: 3rem auto;
  border-radius: 20px;
  border: 5px solid #fff;
  width: 50vw;
  height: 28.5vw;
}
@media screen and (max-width: 896px) {
  .section-wrapper .guest-introdaction {
    width: 70vw;
    height: 40vw;
  }
}
.section-wrapper .to-desc {
  font-size: 2vw;
  padding: 1vw;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-wrapper .to-desc {
    font-size: 3vw;
  }
}
.section-wrapper .to-desc .cta-btn {
  display: inline-block;
  -webkit-animation: purupuru 1s linear infinite 0s;
          animation: purupuru 1s linear infinite 0s;
}
@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(-5%, -15%) skew(20deg, 0deg);
            transform: translate(-5%, -15%) skew(20deg, 0deg);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  75% {
    -webkit-transform: translate(5%, -15%) skew(-20deg, 0deg);
            transform: translate(5%, -15%) skew(-20deg, 0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(-5%, -15%) skew(20deg, 0deg);
            transform: translate(-5%, -15%) skew(20deg, 0deg);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  75% {
    -webkit-transform: translate(5%, -15%) skew(-20deg, 0deg);
            transform: translate(5%, -15%) skew(-20deg, 0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

/* contact.html */
#faq .faq-accordion {
  width: 60vw;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  #faq .faq-accordion {
    width: 70vw;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion {
    width: 80vw;
  }
}
#faq .faq-accordion details {
  width: 100%;
  margin-bottom: 30px;
}
#faq .faq-accordion details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  #faq .faq-accordion details summary {
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details summary {
    height: 40px;
    border-radius: 10px 10px 0 0;
  }
}
#faq .faq-accordion details summary::-webkit-details-marker {
  display: none;
}
#faq .faq-accordion details summary:hover {
  background-color: #2b00a1;
  color: #fff;
  border: 2px solid #fff;
  border-bottom: 2px dashed #fff;
}
#faq .faq-accordion details summary:hover .q {
  color: #bbb1ff;
}
#faq .faq-accordion details summary:hover .plus span {
  position: absolute;
  top: 38px;
  right: 24px;
  width: 32px;
  height: 4px;
  background-color: #fff;
  -webkit-animation: zukizuki 0.5s alternate linear infinite;
          animation: zukizuki 0.5s alternate linear infinite;
}
@media screen and (max-width: 896px) {
  #faq .faq-accordion details summary:hover .plus span {
    top: 21px;
    right: 28px;
    width: 23px;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details summary:hover .plus span {
    top: 17px;
    right: 12px;
    width: 17px;
    height: 2px;
  }
}
@keyframes zukizuki {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
#faq .faq-accordion details summary:hover .plus span:last-child {
  position: absolute;
  top: 25px;
  right: 38px;
  width: 4px;
  height: 32px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #faq .faq-accordion details summary:hover .plus span:last-child {
    top: 12px;
    height: 23px;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details summary:hover .plus span:last-child {
    top: 10px;
    right: 20px;
    width: 2px;
    height: 17px;
  }
}
#faq .faq-accordion details summary .q {
  font-family: serif;
  font-size: 3vw;
  font-weight: bold;
  padding-left: 1vw;
  padding-right: 1vw;
  color: #2b00a1;
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details summary .q {
    font-size: 4vw;
  }
}
#faq .faq-accordion details summary .question {
  padding: 2vw 0;
  font-size: 2vw;
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details summary .question {
    font-size: 2.5vw;
  }
}
#faq .faq-accordion details summary .plus span {
  position: absolute;
  top: 38px;
  right: 24px;
  width: 32px;
  height: 4px;
  background-color: #333;
}
@media screen and (max-width: 896px) {
  #faq .faq-accordion details summary .plus span {
    top: 21px;
    right: 28px;
    width: 23px;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details summary .plus span {
    top: 17px;
    right: 12px;
    width: 17px;
    height: 2px;
  }
}
#faq .faq-accordion details summary .plus span:last-child {
  position: absolute;
  top: 25px;
  right: 38px;
  width: 4px;
  height: 32px;
  background-color: #333;
}
@media screen and (max-width: 896px) {
  #faq .faq-accordion details summary .plus span:last-child {
    top: 12px;
    height: 23px;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details summary .plus span:last-child {
    top: 10px;
    right: 20px;
    width: 2px;
    height: 17px;
  }
}
#faq .faq-accordion details[open] summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2b00a1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details[open] summary {
    border-radius: 10px 10px 0 0;
  }
}
#faq .faq-accordion details[open] summary .q {
  color: #bbb1ff;
}
#faq .faq-accordion details[open] summary .question {
  padding: 2vw 0;
  color: #fff;
  font-size: 2vw;
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details[open] summary .question {
    font-size: 2.5vw;
  }
}
#faq .faq-accordion details[open] summary .plus {
  display: none;
}
#faq .faq-accordion details[open] summary .minus span {
  position: absolute;
  top: 38px;
  right: 25px;
  width: 32px;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  #faq .faq-accordion details[open] summary .minus span {
    top: 21px;
    width: 23px;
  }
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details[open] summary .minus span {
    top: 17px;
    right: 12px;
    width: 17px;
    height: 2px;
  }
}
#faq .faq-accordion details .answer {
  padding: 1vw 1.5vw;
  background-color: #fff;
  color: #333;
  font-size: 2vw;
  line-height: 1.2;
  border: 2px solid #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details .answer {
    font-size: 2.5vw;
    border-radius: 0 0 10px 10px;
  }
}
#faq .faq-accordion details .answer .a {
  font-family: serif;
  font-size: 3vw;
  font-weight: bold;
  padding-right: 1vw;
  color: #ff8585;
}
@media screen and (max-width: 600px) {
  #faq .faq-accordion details .answer .a {
    font-size: 4vw;
  }
}

#contact-form .contact-desc {
  width: 60vw;
  font-size: 1.5vw;
  line-height: 1.5;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1050px) {
  #contact-form .contact-desc {
    width: 70vw;
  }
}
@media screen and (max-width: 896px) {
  #contact-form .contact-desc {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #contact-form .contact-desc {
    width: 80vw;
    font-size: 3vw;
  }
}
#contact-form #contactForm {
  width: 55vw;
  margin: 0 auto;
  font-size: 1.3vw;
  color: #333;
  background-color: #fff;
  padding: 2vw;
  border-radius: 30px;
  -webkit-box-shadow: 20px 20px 10px #000;
          box-shadow: 20px 20px 10px #000;
}
@media screen and (max-width: 1050px) {
  #contact-form #contactForm {
    width: 65vw;
  }
}
@media screen and (max-width: 896px) {
  #contact-form #contactForm {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #contact-form #contactForm {
    width: 75vw;
    font-size: 2.5vw;
  }
}
#contact-form #contactForm .form-ttl {
  color: #ff6c6c;
  font-size: 2.5vw;
  font-weight: bold;
  text-shadow: 1px 1px #000, 2px 2px #000;
  padding: 1vw;
}
@media screen and (max-width: 896px) {
  #contact-form #contactForm .form-ttl {
    font-size: 3vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 600px) {
  #contact-form #contactForm .form-ttl {
    font-size: 5vw;
  }
}
#contact-form #contactForm .box {
  margin: 1vw 0.5vw;
}
@media screen and (max-width: 896px) {
  #contact-form #contactForm .box {
    margin-bottom: 3vw;
  }
}
#contact-form #contactForm .box .title {
  position: relative;
  display: inline-block;
  width: 15vw;
  height: 3vw;
  padding: 1vw 0.5vw;
  margin-bottom: 2vw;
  vertical-align: top;
  border-top: 1px solid #ff6c6c;
  border-left: 0.5vw solid #ff6c6c;
}
@media screen and (max-width: 896px) {
  #contact-form #contactForm .box .title {
    width: 20vw;
    height: 4vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #contact-form #contactForm .box .title {
    width: 23vw;
    height: 5vw;
  }
}
#contact-form #contactForm .box .title::after {
  content: "必須";
  font-size: 0.8vw;
  color: #fff;
  background-color: #ff6c6c;
  border-radius: 10px;
  padding: 0 0.4vw;
  margin-left: 0.5vw;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  #contact-form #contactForm .box .title::after {
    font-size: 1.2vw;
  }
}
#contact-form #contactForm .box .title::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 40%;
  height: 1px;
  background-color: #fff;
  z-index: 9999;
}
#contact-form #contactForm .box .optional::after {
  content: "任意";
  font-size: 0.8vw;
  color: #fff;
  background-color: #a9afff;
  border-radius: 10px;
  padding: 0 0.4vw;
  margin-left: 0.5vw;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  #contact-form #contactForm .box .optional::after {
    font-size: 1.2vw;
  }
}
#contact-form #contactForm .box input[type=text],
#contact-form #contactForm .box input[type=mail],
#contact-form #contactForm .box textarea {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 1vw;
}
#contact-form #contactForm .box #result {
  font-size: 1vw;
  color: #ff6c6c;
  padding-left: 16vw;
}
@media screen and (max-width: 1050px) {
  #contact-form #contactForm .box #result {
    height: 1vw;
  }
}
@media screen and (max-width: 896px) {
  #contact-form #contactForm .box #result {
    font-size: 1.5vw;
    padding-left: 22vw;
    margin-top: -2vw;
  }
}
@media screen and (max-width: 600px) {
  #contact-form #contactForm .box #result {
    font-size: 2vw;
    padding-left: 24vw;
    margin-top: -1vw;
  }
}
#contact-form #contactForm .box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact-form #contactForm .box .flex-box .block-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 35vw;
  min-height: 3vw;
  padding: 1vw 0;
}
@media screen and (max-width: 896px) {
  #contact-form #contactForm .box .flex-box .block-box {
    display: block;
    margin-left: 2vw;
  }
}
#contact-form #contactForm .box .flex-box .block-box .radio-box {
  margin: auto 0;
  padding-right: 2vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 896px) {
  #contact-form #contactForm .box .flex-box .block-box .radio-box {
    padding-bottom: 3vw;
  }
}
#contact-form #contactForm .box .flex-box .block-box .radio-box .others {
  display: none;
}
#contact-form #contactForm input[type=submit] {
  display: block;
  padding: 0.5vw 1vw;
  margin: 30px auto 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #000;
  background-color: #ff6c6c;
  border: 2px solid #ff3f3f;
  border-bottom: 5px solid #ff3f3f;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  #contact-form #contactForm input[type=submit] {
    padding: 2vw 15vw;
  }
}
#contact-form #contactForm .end-message {
  display: none;
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: center;
  padding: 1.5vw;
  margin-top: 30px;
  border: 10px groove #999;
}
@media screen and (max-width: 896px) {
  #contact-form #contactForm .end-message {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #contact-form #contactForm .end-message {
    font-size: 3vw;
  }
}
#contact-form #contactForm .false-message {
  display: none;
}

#weekly-party .weekly-party-desc {
  width: 60vw;
  font-size: 1.5vw;
  line-height: 1.5;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1050px) {
  #weekly-party .weekly-party-desc {
    width: 70vw;
  }
}
@media screen and (max-width: 896px) {
  #weekly-party .weekly-party-desc {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #weekly-party .weekly-party-desc {
    width: 80vw;
    font-size: 3vw;
  }
}
#weekly-party #wpform {
  width: 55vw;
  margin: 50px auto 0;
  font-size: 1.3vw;
  color: #333;
  background-color: #fff;
  padding: 2vw;
  border-radius: 30px;
  -webkit-box-shadow: 20px 20px 10px #000;
          box-shadow: 20px 20px 10px #000;
}
@media screen and (max-width: 1050px) {
  #weekly-party #wpform {
    width: 65vw;
  }
}
@media screen and (max-width: 896px) {
  #weekly-party #wpform {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #weekly-party #wpform {
    width: 75vw;
    font-size: 2.5vw;
  }
}
#weekly-party #wpform .form-ttl {
  color: #6872ff;
  font-size: 2.5vw;
  font-weight: bold;
  text-shadow: 1px 1px #000, 2px 2px #000;
  padding: 1vw;
}
@media screen and (max-width: 896px) {
  #weekly-party #wpform .form-ttl {
    font-size: 3vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 600px) {
  #weekly-party #wpform .form-ttl {
    font-size: 5vw;
  }
}
#weekly-party #wpform .box {
  margin: 1vw 0.5vw;
}
@media screen and (max-width: 896px) {
  #weekly-party #wpform .box {
    margin-bottom: 3vw;
  }
}
#weekly-party #wpform .box .title {
  position: relative;
  display: inline-block;
  width: 15vw;
  height: 3vw;
  padding: 1vw 0.5vw;
  margin-bottom: 2vw;
  vertical-align: top;
  border-top: 1px solid #6872ff;
  border-left: 0.5vw solid #6872ff;
}
@media screen and (max-width: 896px) {
  #weekly-party #wpform .box .title {
    width: 20vw;
    height: 4vw;
  }
}
@media screen and (max-width: 600px) {
  #weekly-party #wpform .box .title {
    width: 23vw;
    height: 5vw;
  }
}
#weekly-party #wpform .box .title::after {
  content: "必須";
  font-size: 0.8vw;
  color: #fff;
  background-color: #ff6c6c;
  border-radius: 10px;
  padding: 0 0.4vw;
  margin-left: 0.5vw;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  #weekly-party #wpform .box .title::after {
    font-size: 1.2vw;
  }
}
#weekly-party #wpform .box .title::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 40%;
  height: 1px;
  background-color: #fff;
  z-index: 9999;
}
#weekly-party #wpform .box .optional::after {
  content: "任意";
  font-size: 0.8vw;
  color: #fff;
  background-color: #6872ff;
  border-radius: 10px;
  padding: 0 0.4vw;
  margin-left: 0.5vw;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  #weekly-party #wpform .box .optional::after {
    font-size: 1.2vw;
  }
}
#weekly-party #wpform .box .nothing::after {
  display: none;
}
#weekly-party #wpform .box input[type=text],
#weekly-party #wpform .box input[type=date],
#weekly-party #wpform .box textarea {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 1vw;
}
#weekly-party #wpform .box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#weekly-party #wpform .box .flex-box .block-container {
  display: block;
  margin-top: 1vw;
}
#weekly-party #wpform .box .flex-box .block-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 35vw;
  min-height: 3vw;
  padding: 1vw 0;
}
@media screen and (max-width: 896px) {
  #weekly-party #wpform .box .flex-box .block-box {
    display: block;
    margin-left: -8vw;
  }
}
#weekly-party #wpform .box .flex-box .block-box .radio-box {
  text-align: center;
  padding-right: 2vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 896px) {
  #weekly-party #wpform .box .flex-box .block-box .radio-box {
    padding-bottom: 2vw;
  }
}
#weekly-party #wpform .box .flex-box .block-box .radio-box p {
  font-size: 1vw;
  padding-top: 10px;
}
@media screen and (max-width: 896px) {
  #weekly-party #wpform .box .flex-box .block-box .radio-box p {
    font-size: 1.2vw;
    padding-top: 3px;
  }
}
@media screen and (max-width: 600px) {
  #weekly-party #wpform .box .flex-box .block-box .radio-box p {
    font-size: 2vw;
    text-align: right;
  }
}
#weekly-party #wpform #add01,
#weekly-party #wpform #add02 {
  display: none;
}
#weekly-party #wpform .friend-box {
  background-color: #e6e8ff;
  padding: 1vw 0.5vw;
  margin: 1vw -0.5vw;
  border-radius: 20px;
  position: relative;
  color: #856161;
}
#weekly-party #wpform .friend-box .add-num {
  text-align: right;
  padding-right: 2vw;
}
#weekly-party #wpform .friend-box .title::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 40%;
  height: 1px;
  background-color: #e6e8ff;
  z-index: 9999;
}
#weekly-party #wpform .friend-box input[type=text] {
  color: #856161;
  border: 1px solid #856161;
}
#weekly-party #wpform .friend-box input[type=text]::-webkit-input-placeholder {
  color: #b69a9a;
}
#weekly-party #wpform .friend-box input[type=text]::-moz-placeholder {
  color: #b69a9a;
}
#weekly-party #wpform .friend-box input[type=text]:-ms-input-placeholder {
  color: #b69a9a;
}
#weekly-party #wpform .friend-box input[type=text]::-ms-input-placeholder {
  color: #b69a9a;
}
#weekly-party #wpform .friend-box input[type=text]::placeholder {
  color: #b69a9a;
}
#weekly-party #wpform input[type=submit] {
  display: block;
  padding: 0.5vw 1vw;
  margin: 30px auto 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #000;
  background-color: #6872ff;
  border: 2px solid #3f49d4;
  border-bottom: 5px solid #3f49d4;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  #weekly-party #wpform input[type=submit] {
    padding: 2vw 15vw;
  }
}
#weekly-party #wpform .end-message {
  display: none;
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: center;
  padding: 1.5vw;
  margin-top: 30px;
  border: 10px groove #999;
}
@media screen and (max-width: 896px) {
  #weekly-party #wpform .end-message {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #weekly-party #wpform .end-message {
    font-size: 3vw;
  }
}
#weekly-party #wpform .false-message {
  display: none;
}
#weekly-party #wpform input[type=reset] {
  display: none;
  padding: 0.5vw 1vw;
  margin: 30px auto 0;
  color: #fff;
  background-color: #6872ff;
  border: 2px solid #3f49d4;
  border-bottom: 5px solid #3f49d4;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  #weekly-party #wpform input[type=reset] {
    padding: 2vw 15vw;
  }
}