@charset "UTF-8";
@import "reset.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /* デザイン原稿が390pxの場合の計算用変数 */
  --design-width: 780;
}

html {
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  /* ここを基準にする */
}

@media (max-width: 780px) {
  html {
    /* 画面幅(100vw)に対して、デザイン上の16pxがどの割合かを計算 */
    /* 16 / 390 * 100 = 約4.1vw */
    font-size: calc(26 / var(--design-width) * 100vw);
  }
}
body {
  font-family: "MF-PA1GothicStd-Regular", "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #E0EADD;
  color: #1f1f1f;
  font-feature-settings: "palt" on;
}

sup {
  font-size: 70%;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.a1l {
  font-family: "MFW-PA1GothicStd-Light";
}

.a1r {
  font-family: "MFW-PA1GothicStd-Regular";
}

.a1b {
  font-family: "MFW-PA1GothicStd-Bold";
}

.a1m {
  font-family: "MFW-PA1GothicStd-Medium";
}

.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .fadein {
    opacity: 1;
    transform: none;
    transition: none;
  }
  #aula-nezumikun .container .main-content .footer_area {
    transition: none;
  }
}
b {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  cursor: pointer;
}

.btn a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

#aula-nezumikun {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background-color: #E0EADD;
}
#aula-nezumikun .container {
  display: flex;
  height: 100vh;
}
#aula-nezumikun .container .side-panel {
  flex: 1;
  overflow: hidden;
  /* サイドはスクロールさせない */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Green background with alpha using rgba */
  background-color: rgba(31, 145, 56, 0.95);
}
@media (max-width: 1100px) {
  #aula-nezumikun .container .side-panel > * {
    display: none !important;
  }
}
#aula-nezumikun .container .left-side ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 auto;
}
#aula-nezumikun .container .left-side ul .ttl {
  max-width: 525px;
  width: 100%;
  height: auto;
}
#aula-nezumikun .container .left-side ul .ttl img {
  max-width: 100%;
}
#aula-nezumikun .container .right-side .right_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 384px;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
}
#aula-nezumikun .container .right-side .right_flex .space {
  height: 78px;
}
#aula-nezumikun .container .right-side .right_flex .nav_bx {
  width: 100%;
}
#aula-nezumikun .container .right-side .right_flex .nav_bx .nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
}
#aula-nezumikun .container .right-side .right_flex .nav_bx .nav-list li {
  flex-basis: 50%;
  margin-bottom: 45px;
}
#aula-nezumikun .container .right-side .right_flex .nav_bx .nav-list li a {
  text-decoration: none;
}
#aula-nezumikun .container .right-side .right_flex .nav_bx .nav-list li a:hover {
  opacity: 0.6;
}
#aula-nezumikun .container .right-side .right_flex .nav_bx .nav-list li a p {
  font-size: 19px;
  line-height: 1;
  color: #fff;
}
#aula-nezumikun .container .right-side .right_flex .nav_bx .nav-list li a p span {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: left;
  display: block;
  margin-top: 10px;
}
#aula-nezumikun .container .right-side .right_flex .nav_bx .line_entry {
  margin: 30px auto 0;
  max-width: 327px;
}
#aula-nezumikun .container .right-side .right_flex .nav_bx .line_entry a img {
  width: 100%;
}
#aula-nezumikun .container .right-side .right_flex .icon {
  max-width: 236px;
  margin: 0 auto;
}
#aula-nezumikun .container .right-side .right_flex .icon img {
  max-width: 100%;
  margin-bottom: -3px;
}
#aula-nezumikun .container .main-content {
  width: 390px;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#aula-nezumikun .container .main-content::-webkit-scrollbar {
  display: none;
}
#aula-nezumikun .container .main-content .move_img {
  will-change: transform;
}
#aula-nezumikun .container .main-content .footer_area {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 390px;
  height: 119px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6.5px);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
#aula-nezumikun .container .main-content .footer_area.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#aula-nezumikun .container .main-content .footer_area h5 {
  font-size: 15px;
  color: #1f1f1f;
  text-align: center;
  line-height: 0.6;
  margin: 0 auto;
  letter-spacing: -0.02em;
}
#aula-nezumikun .container .main-content .footer_area h5 span {
  font-size: 15px;
  color: #DE6D6D;
}
#aula-nezumikun .container .main-content .footer_area h5 .big {
  font-size: 24px;
  font-weight: 600;
  color: #DE6D6D;
}
#aula-nezumikun .container .main-content .footer_area .bnr {
  display: block;
  width: 350px;
  margin: 10px auto -3px;
  text-align: center;
}
#aula-nezumikun .container .main-content .footer_area .bnr img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content h5 {
  font-size: 18px;
  color: #1f1f1f;
  text-align: center;
  line-height: 0.6;
  margin: 0 auto;
  letter-spacing: -0.02em;
}
#aula-nezumikun .container .main-content h5 .small {
  font-size: 16px;
  display: block;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 5px;
}
#aula-nezumikun .container .main-content h5 span {
  font-size: 18px;
  color: #DE6D6D;
}
#aula-nezumikun .container .main-content h5 span .big {
  font-size: 27px;
  font-weight: 600;
  color: #DE6D6D;
}
#aula-nezumikun .container .main-content .tab1_btn {
  display: block;
  width: 370px;
  margin: 8px auto 0;
  margin-left: calc(50% - 370px / 2);
  text-align: center;
}
#aula-nezumikun .container .main-content .tab1_btn a {
  display: block;
}
#aula-nezumikun .container .main-content .tab1_btn img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .s3_btn {
  display: block;
  width: 370px;
  margin: 7px auto 0;
  margin-left: calc(50% - 370px / 2);
  text-align: center;
  position: relative;
  z-index: 2;
}
#aula-nezumikun .container .main-content .s3_btn a {
  display: block;
}
#aula-nezumikun .container .main-content .s3_btn img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .kv {
  background-image: url(/aula-nezumikun/images/kv.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 310px;
  position: relative;
}
#aula-nezumikun .container .main-content .kv span {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 100%;
  font-size: 10px;
  text-align: left;
  display: block;
}
#aula-nezumikun .container .main-content .s1 {
  width: 100%;
  max-width: 90%;
  margin: 20px auto 0;
  position: relative;
}
#aula-nezumikun .container .main-content .s1 .s1_point {
  margin: 0 auto;
  text-align: center;
}
#aula-nezumikun .container .main-content .s1 .s1_point img {
  max-width: 343px;
}
#aula-nezumikun .container .main-content .s1 .s1_ttl {
  position: relative;
  min-height: 47px;
  margin-top: 10px;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s1 h1 {
  font-size: 28px;
  color: #1F9138;
  text-align: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 3;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s1 .s1_lineup {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 88px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  letter-spacing: 0.09em;
}
#aula-nezumikun .container .main-content .s2 {
  width: 100%;
  max-width: 90%;
  margin: 10px auto 0;
  position: relative;
  z-index: 3;
}
#aula-nezumikun .container .main-content .s2 .s2_schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .s2 .s2_schedule li {
  flex-basis: 25%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #1F9138;
  white-space: nowrap;
}
#aula-nezumikun .container .main-content .s2 .s2_schedule li:last-child {
  flex-basis: 50%;
}
#aula-nezumikun .container .main-content .s2 .s2_tab {
  border-radius: 10px;
  background: #E0EADD;
  width: 100%;
  max-width: 100%;
  margin: 5px auto 40px;
  position: relative;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list {
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 1px;
  position: sticky;
  top: 0;
  z-index: 102;
  background: #E0EADD;
  box-shadow: -48px 0 0 #E0EADD, 48px 0 0 #E0EADD;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list::before, #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background: #E0EADD;
  pointer-events: none;
  z-index: 0;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list::before {
  left: 0;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list::after {
  right: 0;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li {
  position: relative;
  z-index: 1;
  background: #9ED1AA;
  flex-basis: 25%;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li p {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li p span {
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li p span .big {
  font-size: 21px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li.is-active {
  background: #1F9138;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li.is-active p,
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li.is-active p span {
  color: #fff;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li.is-disabled {
  background: #CECECE;
  cursor: default;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li:first-child {
  border-radius: 10px 0 0 0;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li:last-child {
  border-radius: 0 10px 0 0;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_tab_panels {
  background: #FFF;
  border-radius: 0 0 10px 10px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_tab_panels.is-behind {
  border-radius: 10px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .tab1,
#aula-nezumikun .container .main-content .s2 .s2_tab .tab2,
#aula-nezumikun .container .main-content .s2 .s2_tab .tab3,
#aula-nezumikun .container .main-content .s2 .s2_tab .tab4 {
  display: none;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .tab1.is-active,
#aula-nezumikun .container .main-content .s2 .s2_tab .tab2.is-active,
#aula-nezumikun .container .main-content .s2 .s2_tab .tab3.is-active,
#aula-nezumikun .container .main-content .s2 .s2_tab .tab4.is-active {
  display: block;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_panel {
  padding: 20px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_panel--soon {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_soon {
  font-size: 18px;
  color: #1F9138;
  text-align: center;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider {
  position: relative;
  width: 312px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider .s1_chara {
  position: absolute;
  right: -39px;
  top: 25px;
  width: 101px;
  z-index: 22;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider .s1_chara img {
  width: 100%;
  height: auto;
  display: block;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_prev,
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_next {
  flex: 0 0 auto;
  width: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_prev img,
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_next img {
  width: 100%;
  height: auto;
  display: block;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_main {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_track {
  position: relative;
  width: 312px;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_track li {
  display: none;
  width: 100%;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_track li.is-active {
  display: block;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_track li img {
  width: 312px;
  height: auto;
  display: block;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 390px;
  max-width: 390px;
  margin: 0 auto 15px;
  margin-left: calc(50% - 195px);
  padding: 0;
  box-sizing: border-box;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs_wrap {
  overflow: hidden;
  width: 312px;
  flex: 0 0 312px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs {
  display: flex;
  gap: 8px;
  transition: transform 0.3s ease;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs li {
  flex: 0 0 calc((312px - 2.0512820513vw * 2) / 3);
  width: calc((312px - 2.0512820513vw * 2) / 3);
  overflow: hidden;
  opacity: 0.55;
  border: 2px solid transparent;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs li.is-active {
  opacity: 1;
  border-color: #1F9138;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs li button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs li img {
  width: 100%;
  height: auto;
  display: block;
}
#aula-nezumikun .container .main-content .s2 .s2_tab h3 {
  font-size: 17px;
  color: #1F1F1F;
  text-align: left;
  line-height: 1.4;
  margin: 0 0 15px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab h3 span {
  display: block;
  font-size: 15px;
  color: #1F1F1F;
  text-align: left;
  line-height: 1.4;
  margin-top: 11px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab h3 span .mont {
  display: inline;
  font-size: 15px;
  font-weight: 500;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .quasidrug {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  margin: 0 auto 13px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .quasidrug li.ttl {
  font-size: 12px;
  border: 1px solid #1f1f1f;
  padding: 3px 5px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .quasidrug li:last-child {
  font-size: 13px;
  margin-left: 3px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_price {
  text-align: left;
  font-size: 16px;
  color: #1f1f1f;
  margin: 0 0 13px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_price span {
  font-size: 16px;
  display: inline;
  color: #1f1f1f;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_price span .big {
  font-size: 22px;
  font-weight: 600;
  color: #1f1f1f;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .caution {
  font-size: 10px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.4;
  margin: 0 0 17px;
  letter-spacing: -0.06em;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_btn {
  margin: 12px auto 0;
  max-width: 310px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #1F9138;
  color: #FFF;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_btn a {
    opacity: 0.85;
  }
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_coupon {
  margin-top: 11px;
  text-align: center;
  color: #1F9138;
  line-height: 1.4;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_coupon .s2_coupon_label {
  display: block;
  font-size: 13px;
}
#aula-nezumikun .container .main-content .s2 .s2_tab .s2_coupon .s2_coupon_txt {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}
#aula-nezumikun .container .main-content .tab_1_btn_area,
#aula-nezumikun .container .main-content .tab_2_btn_area,
#aula-nezumikun .container .main-content .tab_3_btn_area,
#aula-nezumikun .container .main-content .tab_4_btn_area {
  display: none;
}
#aula-nezumikun .container .main-content .tab_1_btn_area.is-active,
#aula-nezumikun .container .main-content .tab_2_btn_area.is-active,
#aula-nezumikun .container .main-content .tab_3_btn_area.is-active,
#aula-nezumikun .container .main-content .tab_4_btn_area.is-active {
  display: block;
}
#aula-nezumikun .container .main-content .s3 {
  width: 100%;
  max-width: 90%;
  margin: 80px auto 65px;
  position: relative;
}
#aula-nezumikun .container .main-content .s3 .s3_ttl {
  position: relative;
  min-height: 47px;
  margin-top: 0;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s3 .s3_ttl h1 {
  font-size: 24px;
  color: #1F9138;
  text-align: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 3;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s3 .s3_ttl .s3_lineup {
  position: absolute;
  top: -40px;
  left: -19px;
  font-size: 56px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  letter-spacing: 0.09em;
}
#aula-nezumikun .container .main-content .s3 .s3_bx_ttl {
  width: 351px;
  height: 47px;
  background-color: #1F9138;
  padding: 0;
  border-radius: 10px 10px 0 0;
  margin: 22px auto 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s3 .s3_bx_ttl h4 {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.06em;
}
#aula-nezumikun .container .main-content .s3 .s3_bx_ttl .icon {
  background-image: url(/aula-nezumikun/images/s3_bx_icon_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 76px;
  height: 78px;
  position: absolute;
  bottom: -6px;
  left: -19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s3 .s3_bx_ttl .icon p {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-top: 15px;
  margin-right: 5px;
}
#aula-nezumikun .container .main-content .s3 .s3_bx_ttl .icon p span {
  font-size: 23px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  display: block;
}
#aula-nezumikun .container .main-content .s3 .s3_bx_ttl .s3_chara {
  position: absolute;
  top: -117px;
  right: -27px;
  width: 91px;
  height: 134px;
  z-index: 22;
}
#aula-nezumikun .container .main-content .s3 .s3_bx_ttl .s3_chara img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s3 .w_base {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin: 0 auto 45px;
  text-align: center;
  position: relative;
}
#aula-nezumikun .container .main-content .s3 .w_base h5 {
  font-size: 16px;
  color: #1F9138;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  margin: 10px auto 0;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package li {
  flex-basis: 25%;
  height: 44px;
  text-align: center;
  background-color: #CECECE;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  cursor: default;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package li p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package li p .big {
  font-size: 21px;
  color: #fff;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package li:nth-child(1), #aula-nezumikun .container .main-content .s3 .w_base .s3_package li:nth-child(2) {
  background-color: #9ED1AA;
  pointer-events: auto;
  cursor: pointer;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package li.is-active {
  background-color: #1F9138;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package li:nth-child(1) {
  border-radius: 50px 0 0 50px;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package li:nth-child(4) {
  border-radius: 0 50px 50px 0;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  margin: 10px auto 0;
  width: 226px;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package02 li {
  flex-basis: 50%;
  height: 44px;
  text-align: center;
  background-color: #E0EADD;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  cursor: default;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package02 li p {
  font-size: 16px;
  color: #1F9138;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package02 li p .big {
  font-size: 21px;
  color: #1F9138;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package02 li:nth-child(1) {
  border-radius: 50px 0 0 50px;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package02 li:nth-child(2) {
  border-radius: 0 50px 50px 0;
}
#aula-nezumikun .container .main-content .s3 .w_base .prize_img02 {
  width: 204px;
  margin: 22px auto 0;
}
#aula-nezumikun .container .main-content .s3 .w_base .prize_img02 img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s3 .w_base p {
  font-size: 11px;
  line-height: 1.6;
  color: #1f1f1f;
  text-align: left;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .s3 .w_base .size {
  margin: 10px 0 10px;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package_panels {
  display: grid;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner {
  grid-area: 1/1;
  visibility: hidden;
  pointer-events: none;
  width: 312px;
  margin: 0 auto;
  padding: 20px 0 0;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner.is-active {
  visibility: visible;
  pointer-events: auto;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner h6 {
  font-size: 15px;
  color: #1f1f1f;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner .prize_img {
  width: 253px;
  margin: 22px auto 0;
  aspect-ratio: 1015/1034;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner .prize_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner p {
  font-size: 11px;
  line-height: 1.6;
  color: #1f1f1f;
  text-align: left;
  margin: 10px auto 0;
}
#aula-nezumikun .container .main-content .s3 h5 {
  font-size: 18px;
  color: #1f1f1f;
  text-align: center;
  line-height: 0.6;
  margin: 0 auto;
  letter-spacing: -0.02em;
}
#aula-nezumikun .container .main-content .s3 h5 .small {
  font-size: 16px;
  display: block;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 5px;
}
#aula-nezumikun .container .main-content .s3 h5 span {
  font-size: 18px;
  color: #DE6D6D;
}
#aula-nezumikun .container .main-content .s3 h5 span .big {
  font-size: 27px;
  font-weight: 600;
  color: #DE6D6D;
}
#aula-nezumikun .container .main-content .s3 .s3_bottom_ill {
  width: 390px;
  max-width: 390px;
  height: 334px;
  background-image: url(/aula-nezumikun/images/s3_bottom_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  left: 0;
  right: 0;
  margin-left: -19px;
  margin-right: -19px;
  margin-top: -25px;
}
#aula-nezumikun .container .main-content .s3 .s3_bottom_ill .s3_bottom_chara {
  position: absolute;
  bottom: 25px;
  left: 10px;
  width: 370px;
  height: 199px;
}
#aula-nezumikun .container .main-content .s3 .s3_bottom_ill .s3_bottom_chara img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s4 {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 0;
  position: relative;
}
#aula-nezumikun .container .main-content .s4 .s4_ttl {
  position: relative;
  min-height: 35px;
  margin-top: 0;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s4 .s4_ttl h1 {
  font-size: 17px;
  color: #1f1f1f;
  text-align: left;
  width: 100%;
  margin: 0 0 0 19px;
  position: relative;
  z-index: 3;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s4 .s4_ttl .s4_lineup {
  position: absolute;
  top: -62px;
  left: 10px;
  font-size: 88px;
  white-space: nowrap;
  color: rgba(224, 234, 221, 0.4);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s4 .s4_ttl02 {
  position: relative;
  min-height: 45px;
  margin-top: 0;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s4 .s4_ttl02 h1 {
  font-size: 17px;
  color: #1f1f1f;
  text-align: left;
  width: 100%;
  margin: 0 0 0 19px;
  position: relative;
  z-index: 3;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s4 .s4_ttl02 .s4_lineup {
  position: absolute;
  top: -62px;
  left: -9px;
  font-size: 88px;
  white-space: nowrap;
  color: rgba(224, 234, 221, 0.4);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s4 h6 {
  font-size: 14px;
  line-height: 2.3;
  color: #1f1f1f;
  text-align: left;
  margin: 10px auto 100px;
  width: 350px;
  position: relative;
}
#aula-nezumikun .container .main-content .s4 h6:before {
  content: "";
  background-image: url(/aula-nezumikun/images/s4_chara01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 81px;
  height: 84px;
  position: absolute;
  top: -43px;
  right: 0;
}
#aula-nezumikun .container .main-content .s4 .green_base {
  background-color: rgba(224, 234, 221, 0.35);
  width: 350px;
  margin: 0 auto;
  padding: 15px 20px;
  box-sizing: border-box;
  height: auto;
  position: relative;
}
#aula-nezumikun .container .main-content .s4 .green_base p {
  font-size: 12px;
  line-height: 2.3;
  color: #1f1f1f;
  text-align: left;
  margin: 0;
}
#aula-nezumikun .container .main-content .s4 .green_base:before {
  content: "";
  background-image: url(/aula-nezumikun/images/s4_book.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 79px;
  position: absolute;
  top: -54px;
  right: 8px;
}
#aula-nezumikun .container .main-content .s4 .s4_bnr {
  margin: 45px auto 20px;
  text-align: center;
}
#aula-nezumikun .container .main-content .s4 .s4_bnr img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .s4 span {
  font-size: 10px;
  color: #1f1f1f;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 100px;
}
#aula-nezumikun .container .main-content .s4:after {
  content: "";
  background-image: url(/aula-nezumikun/images/s4_after.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
}
#aula-nezumikun .container .main-content .s5 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  padding: 130px 0 85px;
}
#aula-nezumikun .container .main-content .s5 .s5_ttl {
  position: relative;
  min-height: 47px;
  margin-top: 0;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s5 .s5_ttl h1 {
  font-size: 24px;
  color: #1F9138;
  text-align: left;
  width: 100%;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 3;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s5 .s5_ttl .s5_lineup {
  position: absolute;
  top: -31px;
  left: -4px;
  font-size: 56px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  letter-spacing: 0.09em;
}
#aula-nezumikun .container .main-content .s5 .s5_chara {
  position: absolute;
  top: -43px;
  right: 19px;
  width: 130px;
  height: 218px;
  z-index: 22;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s5 .s5_chara img {
  width: 100%;
}
#aula-nezumikun .container .main-content .s5 .check {
  display: flex;
  flex-wrap: wrap;
  width: 350px;
  margin: 7px auto 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
#aula-nezumikun .container .main-content .s5 .check li {
  flex-basis: 350px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 39px 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
#aula-nezumikun .container .main-content .s5 .check li .ico {
  margin-left: -20px;
}
#aula-nezumikun .container .main-content .s5 .check li .ico img {
  max-width: 60px;
}
#aula-nezumikun .container .main-content .s5 .check li p {
  font-size: 16px;
  line-height: 1.6;
  color: #1f1f1f;
  text-align: left;
  margin: 0 0 0 15px;
}
#aula-nezumikun .container .main-content .s5 .check li p sup {
  font-size: 50%;
  bottom: 2ex;
}
#aula-nezumikun .container .main-content .s5 .check li p span {
  font-size: 17px;
  position: relative;
}
#aula-nezumikun .container .main-content .s5 .check li p span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: rgba(31, 145, 56, 0.3);
  z-index: 0;
}
#aula-nezumikun .container .main-content .s5 .check li:last-child {
  margin-bottom: 0;
}
#aula-nezumikun .container .main-content .s5 .caution {
  font-size: 11px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.6;
  margin: 7px auto 0;
  width: 350px;
}
#aula-nezumikun .container .main-content .s5 .check_img {
  margin: 45px auto 0;
  text-align: center;
}
#aula-nezumikun .container .main-content .s5 .check_img img {
  max-width: 100%;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .s5 .s5_bx_ttl {
  width: 350px;
  height: 47px;
  background-color: #1F9138;
  padding: 0;
  border-radius: 10px 10px 0 0;
  margin: 22px auto 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s5 .s5_bx_ttl h4 {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.06em;
}
#aula-nezumikun .container .main-content .s5 .s5_bx_ttl .icon {
  background-image: url(/aula-nezumikun/images/s3_bx_icon_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 76px;
  height: 79px;
  position: absolute;
  z-index: 2;
  bottom: -15px;
  left: -19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s5 .s5_bx_ttl .icon p {
  font-size: 11px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-top: 15px;
  margin-right: 5px;
}
#aula-nezumikun .container .main-content .s5 .s5_bx_ttl .icon p span {
  font-size: 25px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  display: block;
}
#aula-nezumikun .container .main-content .s5 .w_base {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  width: 350px;
  box-sizing: border-box;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 3;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .chara {
  position: relative;
  z-index: 4;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .chara .s_chara01 {
  margin-left: -27px;
  z-index: 22;
  position: relative;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .chara .s_chara01 img {
  max-width: 87px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .chara .s_chara03 {
  margin-left: -27px;
  z-index: 22;
  position: relative;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .chara .s_chara03 img {
  max-width: 85px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content {
  flex-basis: 234px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content h5 {
  font-size: 14px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.9;
  margin: 0 0 15px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient .ttl {
  background-color: #D9A057;
  border-radius: 4px;
  padding: 3px 0;
  text-align: center;
  width: 66px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient .ttl p {
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient .summary {
  margin-left: 10px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient .summary h6 {
  font-size: 14px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1;
  margin: 0 0 5px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient .summary span {
  font-size: 10px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1;
  margin: 0 0 10px;
  display: block;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content p {
  font-size: 12px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.6;
  margin: 0;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content .content_img {
  width: 175px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list01 .content .content_img img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .content {
  flex-basis: 234px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .content h5 {
  font-size: 14px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.9;
  margin: 0 0 15px;
  letter-spacing: -0.06em;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient .ttl {
  background-color: #D9A057;
  border-radius: 4px;
  padding: 3px 0;
  text-align: center;
  width: 66px !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient .ttl p {
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient .summary {
  margin-left: 10px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient .summary h6 {
  font-size: 14px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1;
  margin: 0 0 5px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient .summary span {
  font-size: 10px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1;
  margin: 0 0 10px;
  display: block;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .content p {
  font-size: 12px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.6;
  margin: 0;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .chara .s_chara02 {
  margin-right: -27px;
  z-index: 22;
  position: relative;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .chara .s_chara02 img {
  max-width: 92px;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .chara .s_chara04 {
  margin-right: -27px;
  margin-top: -31px;
  z-index: 22;
  position: relative;
}
#aula-nezumikun .container .main-content .s5 .w_base .list02 .chara .s_chara04 img {
  max-width: 98px;
}
#aula-nezumikun .container .main-content .s5 .w_base span {
  display: block;
  font-size: 11px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.6;
  margin: 15px 0 0;
}
#aula-nezumikun .container .main-content .s6 {
  background-color: #EBD8E5;
  padding: 110px 0 50px;
  width: 100%;
  height: auto;
  position: relative;
}
#aula-nezumikun .container .main-content .s6 .s6_ttl {
  position: relative;
  min-height: 35px;
  margin-top: 0;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s6 .s6_ttl h1 {
  font-size: 24px;
  color: #AE6394;
  text-align: left;
  width: 100%;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 3;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s6 .s6_ttl h1 span {
  font-size: 26px;
  font-weight: 700;
}
#aula-nezumikun .container .main-content .s6 .s6_ttl .s6_lineup {
  position: absolute;
  top: -50px;
  left: -4px;
  font-size: 56px;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s6 .s6_chara {
  position: absolute;
  top: -23px;
  right: 4px;
  width: 98px;
  height: 128px;
  z-index: 22;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s6 .s6_chara img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s6 p {
  font-size: 14px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.9;
  margin: 8px auto 12px;
  width: 350px;
  text-align: left;
}
#aula-nezumikun .container .main-content .s6 .s6_date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: 7px auto 50px;
  padding: 0;
  box-sizing: border-box;
}
#aula-nezumikun .container .main-content .s6 .s6_date .ttl {
  flex-basis: 103px;
  background-color: #AE6394;
  border-radius: 160px;
  padding: 7px 0;
  margin-right: 5px;
}
#aula-nezumikun .container .main-content .s6 .s6_date .ttl p {
  font-size: 11px;
  color: #fff;
  text-align: left;
  line-height: 1;
  margin: 0;
  width: auto;
  text-align: center;
}
#aula-nezumikun .container .main-content .s6 .s6_date .summary {
  flex-basis: 236px;
}
#aula-nezumikun .container .main-content .s6 .s6_date .summary h6 {
  font-size: 15px;
  color: #1f1f1f;
}
#aula-nezumikun .container .main-content .s6 .s6_date .summary h6 .small {
  font-size: 12px;
}
#aula-nezumikun .container .main-content .s6 .s6_date .summary h6 span {
  font-size: 16px;
  font-weight: 600;
}
#aula-nezumikun .container .main-content .s6 .s6_date .summary h6 .big {
  font-size: 20px;
  font-weight: 600;
}
#aula-nezumikun .container .main-content .s6 .s6_bx_ttl {
  width: 350px;
  height: 46px;
  background-color: #AE6394;
  padding: 0;
  border-radius: 10px 10px 0 0;
  margin: 22px auto 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s6 .s6_bx_ttl h4 {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.06em;
}
#aula-nezumikun .container .main-content .s6 .w_base {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  width: 350px;
  box-sizing: border-box;
}
#aula-nezumikun .container .main-content .s6 .w_base .s6_img {
  width: 390px;
  max-width: 390px;
  margin-left: calc(50% - 195px);
}
#aula-nezumikun .container .main-content .s6 .w_base .s6_img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#aula-nezumikun .container .main-content .s6 .w_base h5 {
  font-size: 15px;
  color: #1f1f1f;
  text-align: center;
  line-height: 1;
  margin: 8px auto;
}
#aula-nezumikun .container .main-content .s6 .w_base .s6_img02 {
  width: 328px;
  max-width: 328px;
  margin-left: calc(50% - 164px);
  margin-bottom: 15px;
}
#aula-nezumikun .container .main-content .s6 .w_base .s6_img02 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#aula-nezumikun .container .main-content .s6 .w_base .spec {
  font-size: 11px;
  text-align: left;
  color: #1f1f1f;
  line-height: 1.7;
  margin: 0 auto 10px;
  width: 340px;
  max-width: 340px;
  box-sizing: border-box;
}
#aula-nezumikun .container .main-content .s6 .s6_bottom_ill {
  width: 390px;
  max-width: 390px;
  height: 332px;
  background-image: url(/aula-nezumikun/images/s6_bottom_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  position: relative;
}
#aula-nezumikun .container .main-content .s6 .s6_bottom_ill .s6_bottom_chara {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 284px;
  height: 220px;
}
#aula-nezumikun .container .main-content .s6 .s6_bottom_ill .s6_bottom_chara img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s6:after {
  content: "";
  background-image: url(/aula-nezumikun/images/s6_bottom.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
}
#aula-nezumikun .container .main-content .s7 {
  padding: 120px 0 50px;
  width: 100%;
  height: auto;
  position: relative;
}
#aula-nezumikun .container .main-content .s7 .s7_ttl {
  position: relative;
  min-height: 35px;
  margin-top: 0;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s7 .s7_ttl h1 {
  font-size: 24px;
  color: #1F9138;
  text-align: left;
  width: 100%;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 3;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s7 .s7_ttl h1 span {
  font-size: 26px;
  font-weight: 700;
}
#aula-nezumikun .container .main-content .s7 .s7_ttl .s7_lineup {
  position: absolute;
  top: -35px;
  left: 4px;
  font-size: 56px;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s7 .s7_chara {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 100px;
  height: 160px;
  z-index: 22;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s7 .s7_chara img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s7 .s7_bx_ttl {
  width: 350px;
  height: 46px;
  background-color: #1F9138;
  padding: 0;
  border-radius: 10px 10px 0 0;
  margin: 22px auto 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s7 .s7_bx_ttl h4 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0;
}
#aula-nezumikun .container .main-content .s7 .w_base {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 350px;
  box-sizing: border-box;
}
#aula-nezumikun .container .main-content .s7 .w_base ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  list-style: none;
}
#aula-nezumikun .container .main-content .s7 .w_base ul .icon {
  flex-basis: 70px;
  text-align: left;
}
#aula-nezumikun .container .main-content .s7 .w_base ul .icon img {
  max-width: 62px;
}
#aula-nezumikun .container .main-content .s7 .w_base ul .ttl {
  font-size: 17px;
  color: #1F9138;
  text-align: left;
  line-height: 1;
  margin: 0;
  flex-basis: 240px;
}
#aula-nezumikun .container .main-content .s7 .w_base ul .summary {
  flex-basis: 312px;
  font-size: 12px;
  line-height: 1.8;
  color: #1f1f1f;
  margin: 7px 0 0;
  text-align: left;
}
#aula-nezumikun .container .main-content .s7 .w_base ul .kei {
  flex-basis: 312px;
  margin: 15px auto 25px;
}
#aula-nezumikun .container .main-content .s7 .w_base ul .kei img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s7 p {
  font-size: 11px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.8;
  margin: 7px auto;
  width: 350px;
  text-align: left;
}
#aula-nezumikun .container .main-content .s7 p.caution {
  font-size: 10px;
  color: #1f1f1f;
  text-align: left;
  line-height: 1.6;
  margin: 7px auto 0;
}
#aula-nezumikun .container .main-content .s8 {
  background-color: #1F9138;
  padding: 100px 0 50px;
  width: 100%;
  height: auto;
  position: relative;
}
#aula-nezumikun .container .main-content .s8 .s8_ttl {
  position: relative;
  min-height: 35px;
  margin-top: 0;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s8 .s8_ttl h1 {
  font-size: 24px;
  color: #fff;
  text-align: left;
  width: 100%;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 3;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s8 .s8_ttl h1 span {
  font-size: 26px;
  font-weight: 700;
}
#aula-nezumikun .container .main-content .s8 .s8_ttl .s8_lineup {
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 56px;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(224, 234, 221, 0.7);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  opacity: 0.3;
}
#aula-nezumikun .container .main-content .s8 p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 1;
  margin: 7px auto;
  width: 350px;
  text-align: left;
}
#aula-nezumikun .container .main-content .s8 .s8_chara {
  position: absolute;
  top: -15px;
  right: 0;
  width: 103px;
  height: 136px;
  z-index: 22;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s8 .s8_chara img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s8 .s8_bx_ttl {
  width: 350px;
  height: 47px;
  background-color: #E0EADD;
  padding: 0;
  border-radius: 10px 10px 0 0;
  margin: 22px auto 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s8 .s8_bx_ttl h4 {
  font-size: 18px;
  color: #1F9138;
  text-align: center;
  margin: 0;
}
#aula-nezumikun .container .main-content .s8 .s8_bx_ttl .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
}
#aula-nezumikun .container .main-content .s8 .s8_bx_ttl .icon img {
  max-width: 25px;
}
#aula-nezumikun .container .main-content .s8 .w_base {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 350px;
  box-sizing: border-box;
}
#aula-nezumikun .container .main-content .s8 .w_base h5 {
  position: relative;
  width: 100%;
  margin: 5px 0 25px;
}
#aula-nezumikun .container .main-content .s8 .w_base h5:before {
  content: "";
  background-image: url(/aula-nezumikun/images/s8_read_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -44px;
  width: 73px;
  height: 73px;
}
#aula-nezumikun .container .main-content .s8 .w_base .s8_btn_bx {
  margin: 0 auto 10px;
  text-align: center;
}
#aula-nezumikun .container .main-content .s8 .w_base .s8_btn_bx img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s8 .w_base h6 {
  margin: 20px auto 10px;
  text-align: center;
  font-size: 18px;
  color: #1f1f1f;
  text-align: center;
  width: 100%;
}
#aula-nezumikun .container .main-content .s8 .w_base ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 312px;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .s8 .w_base ul li {
  flex-basis: 150px;
  margin-bottom: 10px;
}
#aula-nezumikun .container .main-content .s8 .w_base ul li img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s8 .s8_bottom {
  width: 100%;
  height: 334px;
  background-image: url(/aula-nezumikun/images/s8_bottom_typo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 3;
  margin: 30px auto;
}
#aula-nezumikun .container .main-content .s8 .s8_bottom .chara {
  position: absolute;
  top: 117px;
  right: 39px;
  width: 81px;
  height: 138px;
  z-index: 2;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s8 .s8_bottom .chara img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s8 .s8_bottom .inner {
  width: 350px;
  margin: 0 auto;
  position: absolute;
  top: 39px;
  left: 19px;
}
#aula-nezumikun .container .main-content .s8 .s8_bottom .inner h2 {
  font-size: 22px;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 10px;
  text-align: left;
}
#aula-nezumikun .container .main-content .s8 .s8_bottom .inner p {
  font-size: 14px;
  color: #fff;
  line-height: 1.9;
  margin: 0 0 15px;
  text-align: left;
}
#aula-nezumikun .container .main-content .s8 .s8_bottom .inner span {
  display: block;
  font-size: 11px;
  color: #fff;
}
#aula-nezumikun .container .main-content .s9 {
  padding: 120px 0 60px;
  width: 100%;
  height: auto;
  position: relative;
}
#aula-nezumikun .container .main-content .s9 .s9_ttl {
  position: relative;
  min-height: 35px;
  margin: 0 0 24px;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s9 .s9_ttl h1 {
  font-size: 24px;
  color: #1F9138;
  text-align: left;
  width: 100%;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 3;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s9 .s9_ttl h1 span {
  font-size: 26px;
  font-weight: 700;
}
#aula-nezumikun .container .main-content .s9 .s9_ttl .s9_lineup {
  position: absolute;
  top: -35px;
  left: 4px;
  font-size: 56px;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s9 .s9_chara {
  position: absolute;
  top: -8px;
  right: 10px;
  width: 169px;
  height: 187px;
  z-index: 22;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s9 .s9_chara img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s9 .space {
  display: block;
  width: 100%;
  height: 20px;
}
#aula-nezumikun .container .main-content .s9 h3 {
  font-size: 18px;
  color: #1f1f1f;
  text-align: center;
  line-height: 1.5;
  margin: 5px auto 5px;
}
#aula-nezumikun .container .main-content .s9 .bnr_bx {
  width: 366px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
#aula-nezumikun .container .main-content .s9 .bnr_bx img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s9 .s9_bottom_ill {
  width: 390px;
  max-width: 390px;
  height: 334px;
  background-image: url(/aula-nezumikun/images/s9_bottom_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  position: relative;
  margin-top: -25px;
}
#aula-nezumikun .container .main-content .s9 .s9_bottom_ill .s9_bottom_chara {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 390px;
  height: 196px;
}
#aula-nezumikun .container .main-content .s9 .s9_bottom_ill .s9_bottom_chara img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s10 {
  padding: 125px 0 50px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
}
#aula-nezumikun .container .main-content .s10 .s10_ttl {
  position: relative;
  min-height: 35px;
  margin: 0 0 24px;
  overflow: visible;
}
#aula-nezumikun .container .main-content .s10 .s10_ttl h1 {
  font-size: 24px;
  color: #1F9138;
  text-align: left;
  width: 100%;
  margin: 0 0 0 20px;
  position: relative;
  z-index: 3;
  line-height: 1;
}
#aula-nezumikun .container .main-content .s10 .s10_ttl h1 span {
  font-size: 26px !important;
  font-weight: 700;
  color: #1F9138 !important;
  margin: 0 !important;
  text-align: left !important;
}
#aula-nezumikun .container .main-content .s10 .s10_ttl .s10_lineup {
  position: absolute;
  top: -35px;
  left: 4px;
  font-size: 56px;
  font-weight: 600;
  white-space: nowrap;
  color: #E0EADD;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  opacity: 0.4;
}
#aula-nezumikun .container .main-content .s10 .s10_chara {
  position: absolute;
  top: 31px;
  right: 10px;
  width: 96px;
  height: 165px;
  z-index: 22;
  pointer-events: none;
}
#aula-nezumikun .container .main-content .s10 .s10_chara img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s10 .s10_bx_ttl {
  width: 350px;
  height: 47px;
  background-color: #1F9138;
  padding: 0;
  border-radius: 10px 10px 0 0;
  margin: 22px auto 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aula-nezumikun .container .main-content .s10 .s10_bx_ttl h4 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0;
}
#aula-nezumikun .container .main-content .s10 .w_base {
  background-color: rgba(224, 234, 221, 0.4);
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 350px;
  box-sizing: border-box;
}
#aula-nezumikun .container .main-content .s10 .w_base h6 {
  font-size: 13px;
  color: #1f1f1f;
  margin: 0 0 15px;
  white-space: nowrap;
}
#aula-nezumikun .container .main-content .s10 .w_base .tel {
  font-size: 20px;
  font-weight: 500;
  color: #1f1f1f;
  margin: 0 0 15px;
}
#aula-nezumikun .container .main-content .s10 .w_base .date {
  font-size: 13px;
  color: #1f1f1f;
  margin: 0 auto 7px;
}
#aula-nezumikun .container .main-content .s10 .w_base .time {
  font-size: 13px;
  color: #1f1f1f;
  margin: 0 auto 7px;
}
#aula-nezumikun .container .main-content .s10 .page_top_btn {
  text-align: right;
  width: 100%;
  margin: 45px auto 0;
}
#aula-nezumikun .container .main-content .s10 .page_top_btn a img {
  max-width: 66px;
}
#aula-nezumikun .container .main-content .s10 .s10_ill {
  margin: 0 auto 45px;
  text-align: center;
}
#aula-nezumikun .container .main-content .s10 .s10_ill img {
  max-width: 305px;
}
#aula-nezumikun .container .main-content .s10 .s10_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 312px;
  margin: 0 auto;
}
#aula-nezumikun .container .main-content .s10 .s10_menu li {
  margin-bottom: 10px;
  margin-right: 10px;
  border-right: 1px solid #1f1f1f;
  padding-right: 10px;
}
#aula-nezumikun .container .main-content .s10 .s10_menu li a {
  font-size: 13px;
  color: #1f1f1f;
  text-align: center;
  line-height: 1.6;
  margin: 0;
  text-decoration: none;
}
#aula-nezumikun .container .main-content .s10 .s10_menu li:nth-child(2) {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
#aula-nezumikun .container .main-content .s10 .s10_menu li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
#aula-nezumikun .container .main-content .s10 .s10_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 350px;
  margin: 25px auto;
}
#aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx01 {
  width: 131px;
  margin: 0 15px;
}
#aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx01 img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx02 {
  width: 62px;
  margin: 0 15px;
}
#aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx02 img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx03 {
  width: 220px;
  margin: 10px 30px 0;
}
#aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx03 img {
  max-width: 100%;
}
#aula-nezumikun .container .main-content .s10 span {
  display: block;
  font-size: 13px;
  color: #1f1f1f;
  text-align: center;
  line-height: 1.6;
  margin: 25px auto 125px;
}

@media (max-width: 780px) {
  #aula-nezumikun {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-color: #E0EADD;
  }
  #aula-nezumikun .container .side-panel {
    display: none;
  }
  #aula-nezumikun .container .main-content {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  #aula-nezumikun .container .main-content .footer_area {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 30.5128205128vw;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6.5px);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #aula-nezumikun .container .main-content .footer_area h5 {
    font-size: 3.8461538462vw;
    color: #1f1f1f;
    text-align: center;
    line-height: 0.6;
    margin: 0 auto;
    letter-spacing: -0.02em;
  }
  #aula-nezumikun .container .main-content .footer_area h5 span {
    font-size: 3.8461538462vw;
    color: #DE6D6D;
  }
  #aula-nezumikun .container .main-content .footer_area h5 .big {
    font-size: 6.1538461538vw;
    font-weight: 600;
    color: #DE6D6D;
  }
  #aula-nezumikun .container .main-content .footer_area .bnr {
    display: block;
    width: 89.7435897436vw;
    margin: 2.5641025641vw auto -2vw;
    text-align: center;
  }
  #aula-nezumikun .container .main-content .footer_area .bnr img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content h5 {
    font-size: 4.6153846154vw;
    color: #1f1f1f;
    text-align: center;
    line-height: 0.6;
    margin: 0 auto;
    letter-spacing: -0.02em;
  }
  #aula-nezumikun .container .main-content h5 .small {
    font-size: 4.1025641026vw;
    display: block;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 1.2820512821vw;
  }
  #aula-nezumikun .container .main-content h5 span {
    font-size: 4.6153846154vw;
    color: #DE6D6D;
  }
  #aula-nezumikun .container .main-content h5 span .big {
    font-size: 6.9230769231vw;
    font-weight: 600;
    color: #DE6D6D;
  }
  #aula-nezumikun .container .main-content .tab1_btn {
    display: block;
    width: 95vw;
    margin: 1.9230769231vw auto 0;
    margin-left: calc(50% - 95vw / 2);
    text-align: center;
  }
  #aula-nezumikun .container .main-content .tab1_btn a {
    display: block;
  }
  #aula-nezumikun .container .main-content .tab1_btn img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #aula-nezumikun .container .main-content .s3_btn {
    display: block;
    width: 95vw;
    margin: 1.9230769231vw auto 0;
    margin-left: calc(50% - 95vw / 2);
    text-align: center;
  }
  #aula-nezumikun .container .main-content .s3_btn a {
    display: block;
  }
  #aula-nezumikun .container .main-content .s3_btn img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #aula-nezumikun .container .main-content .kv {
    background-image: url(/aula-nezumikun/images/kv.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 79.4871794872vw;
    position: relative;
  }
  #aula-nezumikun .container .main-content .kv span {
    position: absolute;
    bottom: 0;
    left: 5vw;
    width: 100%;
    font-size: 2.3076923077vw;
    text-align: left;
    display: block;
  }
  #aula-nezumikun .container .main-content .s1 {
    width: 100%;
    max-width: 90vw;
    margin: 5.1282051282vw auto 0;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s1 .s1_point {
    margin: 0 auto;
    text-align: center;
  }
  #aula-nezumikun .container .main-content .s1 .s1_point img {
    max-width: 88vw;
  }
  #aula-nezumikun .container .main-content .s1 .s1_ttl {
    position: relative;
    min-height: 12.0512820513vw;
    margin-top: 2.5641025641vw;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s1 h1 {
    font-size: 7.1794871795vw;
    color: #1F9138;
    text-align: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 3;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s1 .s1_lineup {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22.5641025641vw;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
    letter-spacing: 0.09em;
  }
  #aula-nezumikun .container .main-content .s2 {
    width: 100%;
    max-width: 90vw;
    margin: 2.5641025641vw auto 0;
    position: relative;
    z-index: 3;
  }
  #aula-nezumikun .container .main-content .s2 .s2_schedule {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  #aula-nezumikun .container .main-content .s2 .s2_schedule li {
    flex-basis: 25%;
    text-align: center;
    font-size: 3.3333333333vw;
    line-height: 1;
    color: #1F9138;
    white-space: nowrap;
  }
  #aula-nezumikun .container .main-content .s2 .s2_schedule li:last-child {
    flex-basis: 50%;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab {
    border-radius: 10px;
    background: #E0EADD;
    width: 100%;
    max-width: 90vw;
    margin: 1.2820512821vw auto 10.2564102564vw;
    position: relative;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 1px;
    position: sticky;
    top: 0;
    z-index: 102;
    background: #E0EADD;
    box-shadow: -48px 0 0 #E0EADD, 48px 0 0 #E0EADD;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list::before, #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background: #E0EADD;
    pointer-events: none;
    z-index: 0;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list::before {
    left: 0;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list::after {
    right: 0;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li {
    position: relative;
    z-index: 1;
    background: #9ED1AA;
    flex-basis: 25%;
    text-align: center;
    padding: 1.9230769231vw 0;
    cursor: pointer;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li p {
    color: #FFF;
    font-size: 3.0769230769vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.15;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li p span {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 4.1025641026vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li p span .big {
    font-size: 5.3846153846vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li.is-active {
    background: #1F9138;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li.is-active p,
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li.is-active p span {
    color: #fff;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li.is-disabled {
    background: #CECECE;
    cursor: default;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li:first-child {
    border-radius: 8px 0 0 0;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .a2_tab_list li:last-child {
    border-radius: 0 8px 0 0;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_tab_panels {
    background: #FFF;
    border-radius: 0 0 10px 10px;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_tab_panels.is-behind {
    border-radius: 10px;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .tab1,
  #aula-nezumikun .container .main-content .s2 .s2_tab .tab2,
  #aula-nezumikun .container .main-content .s2 .s2_tab .tab3,
  #aula-nezumikun .container .main-content .s2 .s2_tab .tab4 {
    display: none;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .tab1.is-active,
  #aula-nezumikun .container .main-content .s2 .s2_tab .tab2.is-active,
  #aula-nezumikun .container .main-content .s2 .s2_tab .tab3.is-active,
  #aula-nezumikun .container .main-content .s2 .s2_tab .tab4.is-active {
    display: block;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_panel {
    padding: 5vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_panel--soon {
    min-height: 35.8974358974vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_soon {
    font-size: 4.6153846154vw;
    color: #1F9138;
    text-align: center;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider {
    position: relative;
    width: 80vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider .s1_chara {
    position: absolute;
    right: -10vw;
    top: 3.2051282051vw;
    width: 26.0256410256vw;
    z-index: 22;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider .s1_chara img {
    width: 100%;
    height: auto;
    display: block;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_prev,
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_next {
    flex: 0 0 auto;
    width: 6.6666666667vw;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_prev img,
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_next img {
    width: 100%;
    height: auto;
    display: block;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_main {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_track {
    position: relative;
    width: 80vw;
    margin: 0 auto;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_track li {
    display: none;
    width: 100%;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_track li.is-active {
    display: block;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_slider_track li img {
    width: 80vw;
    height: auto;
    display: block;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto 3.8461538462vw;
    margin-left: calc(50% - 50vw);
    padding: 0;
    box-sizing: border-box;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs_wrap {
    overflow: hidden;
    width: 80vw;
    flex: 0 0 80vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs {
    display: flex;
    gap: 2.0512820513vw;
    transition: transform 0.3s ease;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs li {
    flex: 0 0 calc((80vw - 2.0512820513vw * 2) / 3);
    width: calc((80vw - 2.0512820513vw * 2) / 3);
    overflow: hidden;
    opacity: 0.55;
    border: 2px solid transparent;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs li.is-active {
    opacity: 1;
    border-color: #1F9138;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs li button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_thumbs li img {
    width: 100%;
    height: auto;
    display: block;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab h3 {
    font-size: 4.8717948718vw;
    color: #1F1F1F;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 3.8461538462vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab h3 span {
    display: block;
    font-size: 3.8461538462vw;
    color: #1F1F1F;
    text-align: left;
    line-height: 1.4;
    margin-top: 2.8205128205vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab h3 span .mont {
    display: inline;
    font-size: 3.8461538462vw;
    font-weight: 500;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .quasidrug {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 0.641025641vw;
    margin: 0 auto 3.2051282051vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .quasidrug li.ttl {
    font-size: 3.0769230769vw;
    border: 1px solid #1f1f1f;
    padding: 0.641025641vw 1.2820512821vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .quasidrug li:last-child {
    font-size: 3.3333333333vw;
    margin-left: 0.641025641vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_price {
    text-align: left;
    font-size: 4.1025641026vw;
    color: #1f1f1f;
    margin: 0 0 3.2051282051vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_price span {
    font-size: 4.1025641026vw;
    display: inline;
    color: #1f1f1f;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_price span .big {
    font-size: 5.641025641vw;
    font-weight: 600;
    color: #1f1f1f;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .caution {
    font-size: 2.3076923077vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 4.4871794872vw;
    letter-spacing: -0.06em;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_coupon {
    margin-top: 2.8205128205vw;
    text-align: center;
    color: #1F9138;
    line-height: 1.4;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_coupon .s2_coupon_label {
    display: block;
    font-size: 3.3333333333vw;
  }
  #aula-nezumikun .container .main-content .s2 .s2_tab .s2_coupon .s2_coupon_txt {
    display: block;
    margin-top: 0.7692307692vw;
    font-size: 3.5897435897vw;
  }
  #aula-nezumikun .container .main-content .tab_1_btn_area,
  #aula-nezumikun .container .main-content .tab_2_btn_area,
  #aula-nezumikun .container .main-content .tab_3_btn_area,
  #aula-nezumikun .container .main-content .tab_4_btn_area {
    display: none;
  }
  #aula-nezumikun .container .main-content .tab_1_btn_area.is-active,
  #aula-nezumikun .container .main-content .tab_2_btn_area.is-active,
  #aula-nezumikun .container .main-content .tab_3_btn_area.is-active,
  #aula-nezumikun .container .main-content .tab_4_btn_area.is-active {
    display: block;
  }
  #aula-nezumikun .container .main-content .s3 {
    width: 100%;
    max-width: 90vw;
    margin: 20.5128205128vw auto 16.6666666667vw;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s3 .s3_ttl {
    position: relative;
    min-height: 12.0512820513vw;
    margin-top: 0;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s3 .s3_ttl h1 {
    font-size: 6.1538461538vw;
    color: #1F9138;
    text-align: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 3;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s3 .s3_ttl .s3_lineup {
    position: absolute;
    top: -10vw;
    left: -5vw;
    font-size: 14.2307692308vw;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
    letter-spacing: 0.09em;
  }
  #aula-nezumikun .container .main-content .s3 .s3_bx_ttl {
    width: 90vw;
    height: 11.9230769231vw;
    background-color: #1F9138;
    padding: 0;
    border-radius: 8px 8px 0 0;
    margin: 5.7692307692vw auto 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s3 .s3_bx_ttl h4 {
    font-size: 4.6153846154vw;
    color: #FFF;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  #aula-nezumikun .container .main-content .s3 .s3_bx_ttl .icon {
    background-image: url(/aula-nezumikun/images/s3_bx_icon_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 19.4871794872vw;
    height: 20.1282051282vw;
    position: absolute;
    bottom: -1vw;
    left: -5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s3 .s3_bx_ttl .icon p {
    font-size: 3.5897435897vw;
    color: #FFF;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.06em;
    margin-top: 3.8461538462vw;
    margin-right: 1.2820512821vw;
  }
  #aula-nezumikun .container .main-content .s3 .s3_bx_ttl .icon p span {
    font-size: 6.0256410256vw;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    display: block;
  }
  #aula-nezumikun .container .main-content .s3 .s3_bx_ttl .s3_chara {
    position: absolute;
    top: -30vw;
    right: -7vw;
    width: 23.3333333333vw;
    height: 34.4871794872vw;
    z-index: 22;
  }
  #aula-nezumikun .container .main-content .s3 .s3_bx_ttl .s3_chara img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s3 .w_base {
    background-color: #fff;
    padding: 5vw;
    border-radius: 0 0 8px 8px;
    margin: 0 auto 11.5384615385vw;
    text-align: center;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s3 .w_base h5 {
    font-size: 4.1025641026vw;
    color: #1F9138;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1282051282vw;
    margin: 2.5641025641vw auto 0;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package li {
    flex-basis: 25%;
    height: 11.2820512821vw;
    text-align: center;
    background-color: #CECECE;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    cursor: default;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package li p {
    font-size: 4.1025641026vw;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    margin: 0;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package li p .big {
    font-size: 5.3846153846vw;
    color: #fff;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package li:nth-child(1), #aula-nezumikun .container .main-content .s3 .w_base .s3_package li:nth-child(2) {
    background-color: #9ED1AA;
    pointer-events: auto;
    cursor: pointer;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package li.is-active {
    background-color: #1F9138;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package li:nth-child(1) {
    border-radius: 50px 0 0 50px;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package li:nth-child(4) {
    border-radius: 0 50px 50px 0;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package02 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1282051282vw;
    margin: 2.5641025641vw auto 0;
    width: 58vw;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package02 li {
    flex-basis: 50%;
    height: 11.2820512821vw;
    text-align: center;
    background-color: #E0EADD;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    cursor: default;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package02 li p {
    font-size: 4.1025641026vw;
    color: #1F9138;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    margin: 0;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package02 li p .big {
    font-size: 5.3846153846vw;
    color: #1F9138;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package02 li:nth-child(1) {
    border-radius: 50px 0 0 50px;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package02 li:nth-child(2) {
    border-radius: 0 50px 50px 0;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .prize_img02 {
    width: 52.4358974359vw;
    margin: 5.7692307692vw auto 0;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .prize_img02 img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s3 .w_base p {
    font-size: 2.8205128205vw;
    line-height: 1.6;
    color: #1f1f1f;
    text-align: left;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .size {
    margin: 2.5641025641vw auto 1.2820512821vw;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package_panels {
    display: grid;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner {
    grid-area: 1/1;
    visibility: hidden;
    pointer-events: none;
    width: 80vw;
    margin: 0 auto;
    padding: 5vw 0 0;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner.is-active {
    visibility: visible;
    pointer-events: auto;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner h6 {
    font-size: 3.8461538462vw;
    color: #1f1f1f;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner .prize_img {
    width: 65.641025641vw;
    margin: 5.7692307692vw auto 0;
    aspect-ratio: 1015/1034;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner .prize_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #aula-nezumikun .container .main-content .s3 .w_base .s3_package_inner p {
    font-size: 2.8205128205vw;
    line-height: 1.6;
    color: #1f1f1f;
    text-align: left;
    margin: 2.5641025641vw auto 0;
  }
  #aula-nezumikun .container .main-content .s3 h5 {
    font-size: 4.6153846154vw;
    color: #1f1f1f;
    text-align: center;
    line-height: 0.6;
    margin: 0 auto;
    letter-spacing: -0.02em;
  }
  #aula-nezumikun .container .main-content .s3 h5 .small {
    font-size: 4.1025641026vw;
    display: block;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 1.2820512821vw;
  }
  #aula-nezumikun .container .main-content .s3 h5 span {
    font-size: 4.6153846154vw;
    color: #DE6D6D;
  }
  #aula-nezumikun .container .main-content .s3 h5 span .big {
    font-size: 6.9230769231vw;
    font-weight: 600;
    color: #DE6D6D;
  }
  #aula-nezumikun .container .main-content .s3 .s3_bottom_ill {
    width: 100vw;
    max-width: 100vw;
    height: 85.641025641vw;
    background-image: url(/aula-nezumikun/images/s3_bottom_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: -1;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    margin-top: -6.4102564103vw;
  }
  #aula-nezumikun .container .main-content .s3 .s3_bottom_ill .s3_bottom_chara {
    position: absolute;
    bottom: 6.4102564103vw;
    left: 2.5641025641vw;
    width: 94.8717948718vw;
    height: 50.8974358974vw;
  }
  #aula-nezumikun .container .main-content .s3 .s3_bottom_ill .s3_bottom_chara img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s4 {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 33.3333333333vw 0 0;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s4 .s4_ttl {
    position: relative;
    min-height: 8.9743589744vw;
    margin-top: 0;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s4 .s4_ttl h1 {
    font-size: 4.358974359vw;
    color: #1f1f1f;
    text-align: left;
    width: 100%;
    margin: 0 0 0 5vw;
    position: relative;
    z-index: 3;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s4 .s4_ttl .s4_lineup {
    position: absolute;
    top: -16vw;
    left: -2.5vw;
    font-size: 22.5641025641vw;
    white-space: nowrap;
    color: rgba(224, 234, 221, 0.4);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s4 .s4_ttl02 {
    position: relative;
    min-height: 11.5384615385vw;
    margin-top: 0;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s4 .s4_ttl02 h1 {
    font-size: 4.358974359vw;
    color: #1f1f1f;
    text-align: left;
    width: 100%;
    margin: 0 0 0 5vw;
    position: relative;
    z-index: 3;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s4 .s4_ttl02 .s4_lineup {
    position: absolute;
    top: -16vw;
    left: -2.5vw;
    font-size: 22.5641025641vw;
    white-space: nowrap;
    color: rgba(224, 234, 221, 0.4);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s4 h6 {
    font-size: 3.5897435897vw;
    line-height: 2.3;
    color: #1f1f1f;
    text-align: left;
    margin: 2.5641025641vw auto 25.641025641vw;
    width: 90vw;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s4 h6:before {
    content: "";
    background-image: url(/aula-nezumikun/images/s4_chara01.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20.7692307692vw;
    height: 21.5384615385vw;
    position: absolute;
    top: -11vw;
    right: 0;
  }
  #aula-nezumikun .container .main-content .s4 .green_base {
    background-color: rgba(224, 234, 221, 0.35);
    width: 90vw;
    margin: 0 auto;
    padding: 4vw 5vw;
    box-sizing: border-box;
    height: auto;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s4 .green_base p {
    font-size: 3.0769230769vw;
    line-height: 2.3;
    color: #1f1f1f;
    text-align: left;
    margin: 0;
  }
  #aula-nezumikun .container .main-content .s4 .green_base:before {
    content: "";
    background-image: url(/aula-nezumikun/images/s4_book.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 17.9487179487vw;
    height: 20.2564102564vw;
    position: absolute;
    top: -14vw;
    right: 2vw;
  }
  #aula-nezumikun .container .main-content .s4 .s4_bnr {
    margin: 11.5384615385vw auto 5.1282051282vw;
    text-align: center;
  }
  #aula-nezumikun .container .main-content .s4 .s4_bnr img {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
  }
  #aula-nezumikun .container .main-content .s4 span {
    font-size: 2.5641025641vw;
    color: #1f1f1f;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 25.641025641vw;
  }
  #aula-nezumikun .container .main-content .s4:after {
    content: "";
    background-image: url(/aula-nezumikun/images/s4_after.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 3.5897435897vw;
    position: absolute;
    bottom: -3.4615384615vw;
    left: 0;
    right: 0;
  }
  #aula-nezumikun .container .main-content .s5 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    padding: 33.3333333333vw 0 21.7948717949vw;
  }
  #aula-nezumikun .container .main-content .s5 .s5_ttl {
    position: relative;
    min-height: 12.0512820513vw;
    margin-top: 0;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s5 .s5_ttl h1 {
    font-size: 6.1538461538vw;
    color: #1F9138;
    text-align: left;
    width: 100%;
    margin: 0 0 0 5vw;
    position: relative;
    z-index: 3;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s5 .s5_ttl .s5_lineup {
    position: absolute;
    top: -10vw;
    left: -1vw;
    font-size: 14.2307692308vw;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
    letter-spacing: 0.09em;
  }
  #aula-nezumikun .container .main-content .s5 .s5_chara {
    position: absolute;
    top: -11vw;
    right: 5vw;
    width: 33.4615384615vw;
    height: 56.0256410256vw;
    z-index: 22;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s5 .s5_chara img {
    width: 100%;
  }
  #aula-nezumikun .container .main-content .s5 .check {
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
    margin: 1.9230769231vw auto 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
  }
  #aula-nezumikun .container .main-content .s5 .check li {
    flex-basis: 90vw;
    background-color: #fff;
    border-radius: 8px;
    padding: 3.8461538462vw 10vw 3.8461538462vw 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 3.8461538462vw;
  }
  #aula-nezumikun .container .main-content .s5 .check li .ico {
    margin-left: -5vw;
  }
  #aula-nezumikun .container .main-content .s5 .check li .ico img {
    max-width: 15.3846153846vw;
  }
  #aula-nezumikun .container .main-content .s5 .check li p {
    font-size: 4.1025641026vw;
    line-height: 1.6;
    color: #1f1f1f;
    text-align: left;
    margin: 0 0 0 4vw;
  }
  #aula-nezumikun .container .main-content .s5 .check li p sup {
    font-size: 50%;
    bottom: 2ex;
  }
  #aula-nezumikun .container .main-content .s5 .check li p span {
    font-size: 4.8717948718vw;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s5 .check li p span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.2820512821vw;
    background: rgba(31, 145, 56, 0.3);
    z-index: 0;
  }
  #aula-nezumikun .container .main-content .s5 .check li:last-child {
    margin-bottom: 0;
  }
  #aula-nezumikun .container .main-content .s5 .caution {
    font-size: 2.8205128205vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.6;
    margin: 1.9230769231vw auto 0;
    width: 90vw;
  }
  #aula-nezumikun .container .main-content .s5 .check_img {
    margin: 11.5384615385vw auto 0;
    text-align: center;
  }
  #aula-nezumikun .container .main-content .s5 .check_img img {
    max-width: 100vw;
    margin: 0 auto;
  }
  #aula-nezumikun .container .main-content .s5 .s5_bx_ttl {
    width: 90vw;
    height: 11.9230769231vw;
    background-color: #1F9138;
    padding: 0;
    border-radius: 8px 8px 0 0;
    margin: 5.7692307692vw auto 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s5 .s5_bx_ttl h4 {
    font-size: 4.6153846154vw;
    color: #FFF;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  #aula-nezumikun .container .main-content .s5 .s5_bx_ttl .icon {
    background-image: url(/aula-nezumikun/images/s3_bx_icon_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 19.4871794872vw;
    height: 20.1282051282vw;
    position: absolute;
    z-index: 2;
    bottom: -4vw;
    left: -5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s5 .s5_bx_ttl .icon p {
    font-size: 2.8205128205vw;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.06em;
    margin-top: 3.8461538462vw;
    margin-right: 1.2820512821vw;
  }
  #aula-nezumikun .container .main-content .s5 .s5_bx_ttl .icon p span {
    font-size: 6.5384615385vw;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    display: block;
  }
  #aula-nezumikun .container .main-content .s5 .w_base {
    background-color: #fff;
    padding: 5vw;
    border-radius: 0 0 8px 8px;
    margin: 0 auto 7.6923076923vw;
    text-align: center;
    position: relative;
    width: 90vw;
    box-sizing: border-box;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .chara {
    position: relative;
    z-index: 4;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .chara .s_chara01 {
    margin-left: -7vw;
    z-index: 22;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .chara .s_chara01 img {
    max-width: 22.3076923077vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .chara .s_chara03 {
    margin-left: -7vw;
    z-index: 22;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .chara .s_chara03 img {
    max-width: 21.7948717949vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content {
    flex-basis: 60vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content h5 {
    font-size: 3.5897435897vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.9;
    margin: 0 0 3.8461538462vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient .ttl {
    background-color: #D9A057;
    border-radius: 4px;
    padding: 0.641025641vw 0;
    text-align: center;
    width: 17vw;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient .ttl p {
    font-size: 2.8205128205vw;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin: 0;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient .summary {
    margin-left: 2.5641025641vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient .summary h6 {
    font-size: 3.5897435897vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1;
    margin: 0 0 1.2820512821vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content .ingredient .summary span {
    font-size: 2.5641025641vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1;
    margin: 0 0 2.5641025641vw;
    display: block;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content p {
    font-size: 3.0769230769vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.6;
    margin: 0;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content .content_img {
    width: 44.8717948718vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list01 .content .content_img img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .content {
    flex-basis: 60vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .content h5 {
    font-size: 3.5897435897vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.9;
    margin: 0 0 3.8461538462vw;
    letter-spacing: -0.06em;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient .ttl {
    background-color: #D9A057;
    border-radius: 4px;
    padding: 0.641025641vw 0;
    text-align: center;
    width: 17vw !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient .ttl p {
    font-size: 2.8205128205vw;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin: 0;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient .summary {
    margin-left: 2.5641025641vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient .summary h6 {
    font-size: 3.5897435897vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1;
    margin: 0 0 1.2820512821vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .content .ingredient .summary span {
    font-size: 2.5641025641vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1;
    margin: 0 0 2.5641025641vw;
    display: block;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .content p {
    font-size: 3.0769230769vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.6;
    margin: 0;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .chara .s_chara02 {
    margin-right: -7vw;
    z-index: 22;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .chara .s_chara02 img {
    max-width: 23.7179487179vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .chara .s_chara04 {
    margin-right: -7vw;
    margin-top: -8vw;
    z-index: 22;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s5 .w_base .list02 .chara .s_chara04 img {
    max-width: 25.1282051282vw;
  }
  #aula-nezumikun .container .main-content .s5 .w_base span {
    display: block;
    font-size: 2.8205128205vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.6;
    margin: 3.8461538462vw 0 0;
  }
  #aula-nezumikun .container .main-content .s6 {
    background-color: #EBD8E5;
    padding: 28.2051282051vw 0 12.8205128205vw;
    width: 100vw;
    height: auto;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s6 .s6_ttl {
    position: relative;
    min-height: 8.9743589744vw;
    margin-top: 0;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s6 .s6_ttl h1 {
    font-size: 6.1538461538vw;
    color: #AE6394;
    text-align: left;
    width: 100%;
    margin: 0 0 0 5vw;
    position: relative;
    z-index: 3;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s6 .s6_ttl h1 span {
    font-size: 6.6666666667vw;
    font-weight: 700;
  }
  #aula-nezumikun .container .main-content .s6 .s6_ttl .s6_lineup {
    position: absolute;
    top: -10vw;
    left: -1vw;
    font-size: 14.2307692308vw;
    font-weight: 600;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s6 .s6_chara {
    position: absolute;
    top: -6vw;
    right: 1vw;
    width: 25.2564102564vw;
    height: 32.6923076923vw;
    z-index: 22;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s6 .s6_chara img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s6 p {
    font-size: 3.5897435897vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.9;
    margin: 1.9230769231vw auto 3.2051282051vw;
    width: 90vw;
    text-align: left;
  }
  #aula-nezumikun .container .main-content .s6 .s6_date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin: 1.9230769231vw auto 12.8205128205vw;
    padding: 0;
    box-sizing: border-box;
  }
  #aula-nezumikun .container .main-content .s6 .s6_date .ttl {
    flex-basis: 26.5vw;
    background-color: #AE6394;
    border-radius: 160px;
    padding: 1.9230769231vw 0;
    margin-right: 1.2820512821vw;
  }
  #aula-nezumikun .container .main-content .s6 .s6_date .ttl p {
    font-size: 2.8205128205vw;
    color: #fff;
    text-align: left;
    line-height: 1;
    margin: 0;
    width: auto;
    text-align: center;
  }
  #aula-nezumikun .container .main-content .s6 .s6_date .summary {
    flex-basis: 60.5vw;
  }
  #aula-nezumikun .container .main-content .s6 .s6_date .summary h6 {
    font-size: 3.8461538462vw;
    color: #1f1f1f;
  }
  #aula-nezumikun .container .main-content .s6 .s6_date .summary h6 .small {
    font-size: 3.2051282051vw;
  }
  #aula-nezumikun .container .main-content .s6 .s6_date .summary h6 span {
    font-size: 4.2307692308vw;
    font-weight: 600;
  }
  #aula-nezumikun .container .main-content .s6 .s6_date .summary h6 .big {
    font-size: 5.2564102564vw;
    font-weight: 600;
  }
  #aula-nezumikun .container .main-content .s6 .s6_bx_ttl {
    width: 90vw;
    height: 11.9230769231vw;
    background-color: #AE6394;
    padding: 0;
    border-radius: 8px 8px 0 0;
    margin: 5.7692307692vw auto 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s6 .s6_bx_ttl h4 {
    font-size: 4.6153846154vw;
    color: #FFF;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  #aula-nezumikun .container .main-content .s6 .w_base {
    background-color: #fff;
    padding: 5vw;
    border-radius: 0 0 8px 8px;
    margin: 0 auto 7.6923076923vw;
    text-align: center;
    position: relative;
    width: 90vw;
    box-sizing: border-box;
  }
  #aula-nezumikun .container .main-content .s6 .w_base .s6_img {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  #aula-nezumikun .container .main-content .s6 .w_base .s6_img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #aula-nezumikun .container .main-content .s6 .w_base h5 {
    font-size: 3.8461538462vw;
    color: #1f1f1f;
    text-align: center;
    line-height: 1;
    margin: 1.9230769231vw auto;
  }
  #aula-nezumikun .container .main-content .s6 .w_base .s6_img02 {
    width: 84vw;
    max-width: 84vw;
    margin-left: calc(50% - 42vw);
    margin-bottom: 3.8461538462vw;
  }
  #aula-nezumikun .container .main-content .s6 .w_base .s6_img02 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #aula-nezumikun .container .main-content .s6 .w_base .spec {
    font-size: 2.8205128205vw;
    text-align: left;
    color: #1f1f1f;
    line-height: 1.7;
    margin: 0 auto 2.5641025641vw;
    width: 90vw;
    max-width: 90vw;
    box-sizing: border-box;
  }
  #aula-nezumikun .container .main-content .s6 .s6_bottom_ill {
    width: 100vw;
    max-width: 100vw;
    height: 85.2564102564vw;
    background-image: url(/aula-nezumikun/images/s6_bottom_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s6 .s6_bottom_ill .s6_bottom_chara {
    position: absolute;
    bottom: 6.4102564103vw;
    right: 0;
    width: 72.9487179487vw;
    height: 56.5384615385vw;
  }
  #aula-nezumikun .container .main-content .s6 .s6_bottom_ill .s6_bottom_chara img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s6:after {
    content: "";
    background-image: url(/aula-nezumikun/images/s6_bottom.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 3.5897435897vw;
    position: absolute;
    bottom: -3.4615384615vw;
    left: 0;
    right: 0;
  }
  #aula-nezumikun .container .main-content .s7 {
    padding: 30.7692307692vw 0 12.8205128205vw;
    width: 100vw;
    height: auto;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s7 .s7_ttl {
    position: relative;
    min-height: 8.9743589744vw;
    margin-top: 0;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s7 .s7_ttl h1 {
    font-size: 6.1538461538vw;
    color: #1F9138;
    text-align: left;
    width: 100%;
    margin: 0 0 0 5vw;
    position: relative;
    z-index: 3;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s7 .s7_ttl h1 span {
    font-size: 6.6666666667vw;
    font-weight: 700;
  }
  #aula-nezumikun .container .main-content .s7 .s7_ttl .s7_lineup {
    position: absolute;
    top: -10vw;
    left: 1vw;
    font-size: 14.2307692308vw;
    font-weight: 600;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s7 .s7_chara {
    position: absolute;
    top: 2vw;
    right: 2.5vw;
    width: 25.641025641vw;
    height: 41.0256410256vw;
    z-index: 22;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s7 .s7_chara img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s7 .s7_bx_ttl {
    width: 90vw;
    height: 11.9230769231vw;
    background-color: #1F9138;
    padding: 0;
    border-radius: 8px 8px 0 0;
    margin: 5.7692307692vw auto 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s7 .s7_bx_ttl h4 {
    font-size: 4.6153846154vw;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  #aula-nezumikun .container .main-content .s7 .w_base {
    background-color: #fff;
    padding: 5vw;
    border-radius: 0 0 8px 8px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 90vw;
    box-sizing: border-box;
  }
  #aula-nezumikun .container .main-content .s7 .w_base ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    list-style: none;
  }
  #aula-nezumikun .container .main-content .s7 .w_base ul .icon {
    flex-basis: 18vw;
    text-align: left;
  }
  #aula-nezumikun .container .main-content .s7 .w_base ul .icon img {
    max-width: 16vw;
  }
  #aula-nezumikun .container .main-content .s7 .w_base ul .ttl {
    font-size: 4.4871794872vw;
    color: #1F9138;
    text-align: left;
    line-height: 1;
    margin: 0;
    flex-basis: 62vw;
  }
  #aula-nezumikun .container .main-content .s7 .w_base ul .summary {
    flex-basis: 80vw;
    font-size: 3.2051282051vw;
    line-height: 1.8;
    color: #1f1f1f;
    margin: 1.9230769231vw 0 0;
    text-align: left;
  }
  #aula-nezumikun .container .main-content .s7 .w_base ul .kei {
    flex-basis: 80vw;
    margin: 3.8461538462vw auto 6.4102564103vw;
  }
  #aula-nezumikun .container .main-content .s7 .w_base ul .kei img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s7 p {
    font-size: 2.8205128205vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.8;
    margin: 1.9230769231vw auto;
    width: 90vw;
    text-align: left;
  }
  #aula-nezumikun .container .main-content .s7 p.caution {
    font-size: 2.5641025641vw;
    color: #1f1f1f;
    text-align: left;
    line-height: 1.6;
    margin: 1.9230769231vw auto 0;
  }
  #aula-nezumikun .container .main-content .s8 {
    background-color: #1F9138;
    padding: 25.641025641vw 0 12.8205128205vw;
    width: 100vw;
    height: auto;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s8 .s8_ttl {
    position: relative;
    min-height: 8.9743589744vw;
    margin-top: 0;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s8 .s8_ttl h1 {
    font-size: 6.1538461538vw;
    color: #fff;
    text-align: left;
    width: 100%;
    margin: 0 0 0 5vw;
    position: relative;
    z-index: 3;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s8 .s8_ttl h1 span {
    font-size: 6.6666666667vw;
    font-weight: 700;
  }
  #aula-nezumikun .container .main-content .s8 .s8_ttl .s8_lineup {
    position: absolute;
    top: -10vw;
    left: 0;
    font-size: 14.2307692308vw;
    font-weight: 600;
    white-space: nowrap;
    color: rgba(224, 234, 221, 0.7);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
    opacity: 0.3;
  }
  #aula-nezumikun .container .main-content .s8 p {
    font-size: 3.5897435897vw;
    color: #fff;
    text-align: left;
    line-height: 1;
    margin: 1.9230769231vw auto;
    width: 90vw;
    text-align: left;
  }
  #aula-nezumikun .container .main-content .s8 .s8_chara {
    position: absolute;
    top: -4vw;
    right: 0;
    width: 26.4102564103vw;
    height: 35vw;
    z-index: 22;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s8 .s8_chara img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s8 .s8_bx_ttl {
    width: 90vw;
    height: 11.9230769231vw;
    background-color: #E0EADD;
    padding: 0;
    border-radius: 8px 8px 0 0;
    margin: 5.7692307692vw auto 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s8 .s8_bx_ttl h4 {
    font-size: 4.6153846154vw;
    color: #1F9138;
    text-align: center;
    margin: 0;
  }
  #aula-nezumikun .container .main-content .s8 .s8_bx_ttl .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3.5vw;
  }
  #aula-nezumikun .container .main-content .s8 .s8_bx_ttl .icon img {
    max-width: 6.4102564103vw;
  }
  #aula-nezumikun .container .main-content .s8 .w_base {
    background-color: #fff;
    padding: 5vw;
    border-radius: 0 0 8px 8px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 90vw;
    box-sizing: border-box;
  }
  #aula-nezumikun .container .main-content .s8 .w_base h5 {
    position: relative;
    width: 100%;
    margin: 1.2820512821vw 0 6.4102564103vw;
  }
  #aula-nezumikun .container .main-content .s8 .w_base h5:before {
    content: "";
    background-image: url(/aula-nezumikun/images/s8_read_icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -11.5vw;
    width: 18.8461538462vw;
    height: 18.8461538462vw;
  }
  #aula-nezumikun .container .main-content .s8 .w_base .s8_btn_bx {
    margin: 0 auto 2.5641025641vw;
    text-align: center;
  }
  #aula-nezumikun .container .main-content .s8 .w_base .s8_btn_bx img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s8 .w_base h6 {
    margin: 3.8461538462vw auto 1.9230769231vw;
    text-align: center;
    font-size: 4.6153846154vw;
    color: #1f1f1f;
    text-align: center;
    width: 100%;
  }
  #aula-nezumikun .container .main-content .s8 .w_base ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 80vw;
    margin: 0 auto;
  }
  #aula-nezumikun .container .main-content .s8 .w_base ul li {
    flex-basis: 38.4615384615vw;
    margin-bottom: 2.5641025641vw;
  }
  #aula-nezumikun .container .main-content .s8 .w_base ul li img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s8 .s8_bottom {
    width: 100%;
    height: 85.641025641vw;
    background-image: url(/aula-nezumikun/images/s8_bottom_typo.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 3;
    margin: 7.6923076923vw auto;
  }
  #aula-nezumikun .container .main-content .s8 .s8_bottom .chara {
    position: absolute;
    top: 30vw;
    right: 10vw;
    width: 20.8974358974vw;
    height: 35.5128205128vw;
    z-index: 2;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s8 .s8_bottom .inner {
    width: 90vw;
    margin: 0 auto;
    position: absolute;
    top: 10vw;
    left: 5vw;
  }
  #aula-nezumikun .container .main-content .s8 .s8_bottom .inner h2 {
    font-size: 5.641025641vw;
    color: #fff;
    line-height: 1.6;
    margin: 0 0 2.5641025641vw;
    text-align: left;
  }
  #aula-nezumikun .container .main-content .s8 .s8_bottom .inner p {
    font-size: 3.5897435897vw;
    color: #fff;
    line-height: 1.9;
    margin: 0 0 3.8461538462vw;
    text-align: left;
  }
  #aula-nezumikun .container .main-content .s8 .s8_bottom .inner span {
    display: block;
    font-size: 2.8205128205vw;
    color: #fff;
  }
  #aula-nezumikun .container .main-content .s9 {
    padding: 30.7692307692vw 0 15.3846153846vw;
    width: 100vw;
    height: auto;
    position: relative;
  }
  #aula-nezumikun .container .main-content .s9 .s9_ttl {
    position: relative;
    min-height: 8.9743589744vw;
    margin: 0 0 6.1538461538vw;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s9 .s9_ttl h1 {
    font-size: 6.1538461538vw;
    color: #1F9138;
    text-align: left;
    width: 100%;
    margin: 0 0 0 5vw;
    position: relative;
    z-index: 3;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s9 .s9_ttl h1 span {
    font-size: 6.6666666667vw;
    font-weight: 700;
  }
  #aula-nezumikun .container .main-content .s9 .s9_ttl .s9_lineup {
    position: absolute;
    top: -9vw;
    left: 1vw;
    font-size: 14.2307692308vw;
    font-weight: 600;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s9 .s9_chara {
    position: absolute;
    top: -2vw;
    right: 2.5vw;
    width: 43.3333333333vw;
    height: 48.0769230769vw;
    z-index: 22;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s9 .s9_chara img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s9 .space {
    display: block;
    width: 100%;
    height: 5.1282051282vw;
  }
  #aula-nezumikun .container .main-content .s9 h3 {
    font-size: 4.6153846154vw;
    color: #1f1f1f;
    text-align: center;
    line-height: 1.5;
    margin: 1.2820512821vw auto 1.2820512821vw;
  }
  #aula-nezumikun .container .main-content .s9 .bnr_bx {
    width: 94.8717948718vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #aula-nezumikun .container .main-content .s9 .bnr_bx img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s9 .s9_bottom_ill {
    width: 100vw;
    max-width: 100vw;
    height: 85.641025641vw;
    background-image: url(/aula-nezumikun/images/s9_bottom_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    position: relative;
    margin-top: -6.4102564103vw;
  }
  #aula-nezumikun .container .main-content .s9 .s9_bottom_ill .s9_bottom_chara {
    position: absolute;
    bottom: 6.4102564103vw;
    right: 0;
    left: 0;
    width: 100%;
    height: 50.3846153846vw;
  }
  #aula-nezumikun .container .main-content .s9 .s9_bottom_ill .s9_bottom_chara img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s10 {
    padding: 32.0512820513vw 0 12.8205128205vw;
    width: 100vw;
    height: auto;
    position: relative;
    background-color: #fff;
  }
  #aula-nezumikun .container .main-content .s10 .s10_ttl {
    position: relative;
    min-height: 8.9743589744vw;
    margin: 0 0 6.1538461538vw;
    overflow: visible;
  }
  #aula-nezumikun .container .main-content .s10 .s10_ttl h1 {
    font-size: 6.1538461538vw;
    color: #1F9138;
    text-align: left;
    width: 100%;
    margin: 0 0 0 5vw;
    position: relative;
    z-index: 3;
    line-height: 1;
  }
  #aula-nezumikun .container .main-content .s10 .s10_ttl h1 span {
    font-size: 6.6666666667vw !important;
    font-weight: 700;
    color: #1F9138 !important;
    margin: 0 !important;
    text-align: left !important;
  }
  #aula-nezumikun .container .main-content .s10 .s10_ttl .s10_lineup {
    position: absolute;
    top: -10vw;
    left: 1vw;
    font-size: 14.2307692308vw;
    font-weight: 600;
    white-space: nowrap;
    color: #E0EADD;
    line-height: 1;
    z-index: 1;
    pointer-events: none;
    opacity: 0.4;
  }
  #aula-nezumikun .container .main-content .s10 .s10_chara {
    position: absolute;
    top: 8vw;
    right: 2.5vw;
    width: 24.6153846154vw;
    height: 42.3076923077vw;
    z-index: 22;
    pointer-events: none;
  }
  #aula-nezumikun .container .main-content .s10 .s10_chara img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s10 .s10_bx_ttl {
    width: 90vw;
    height: 11.9230769231vw;
    background-color: #1F9138;
    padding: 0;
    border-radius: 8px 8px 0 0;
    margin: 5.7692307692vw auto 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aula-nezumikun .container .main-content .s10 .s10_bx_ttl h4 {
    font-size: 4.1025641026vw;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  #aula-nezumikun .container .main-content .s10 .w_base {
    background-color: rgba(224, 234, 221, 0.4);
    padding: 5vw;
    border-radius: 0 0 8px 8px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 90vw;
    box-sizing: border-box;
  }
  #aula-nezumikun .container .main-content .s10 .w_base h6 {
    font-size: 3.3333333333vw;
    color: #1f1f1f;
    margin: 0 0 3.8461538462vw;
  }
  #aula-nezumikun .container .main-content .s10 .w_base .tel {
    font-size: 5.1282051282vw;
    font-weight: 500;
    color: #1f1f1f;
    margin: 0 0 3.8461538462vw;
  }
  #aula-nezumikun .container .main-content .s10 .w_base .date {
    font-size: 3.3333333333vw;
    color: #1f1f1f;
    margin: 0 auto 1.9230769231vw;
  }
  #aula-nezumikun .container .main-content .s10 .w_base .time {
    font-size: 3.3333333333vw;
    color: #1f1f1f;
    margin: 0 auto 1.9230769231vw;
  }
  #aula-nezumikun .container .main-content .s10 .page_top_btn {
    text-align: right;
    width: 100%;
    margin: 11.5384615385vw auto 0;
  }
  #aula-nezumikun .container .main-content .s10 .page_top_btn a img {
    max-width: 17.0512820513vw;
  }
  #aula-nezumikun .container .main-content .s10 .s10_ill {
    margin: 0 auto 11.5384615385vw;
    text-align: center;
  }
  #aula-nezumikun .container .main-content .s10 .s10_ill img {
    max-width: 78.2051282051vw;
  }
  #aula-nezumikun .container .main-content .s10 .s10_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 80vw;
    margin: 0 auto;
  }
  #aula-nezumikun .container .main-content .s10 .s10_menu li {
    margin-bottom: 2.5641025641vw;
    margin-right: 2.5641025641vw;
    border-right: 1px solid #1f1f1f;
    padding-right: 2.5641025641vw;
  }
  #aula-nezumikun .container .main-content .s10 .s10_menu li a {
    font-size: 3.3333333333vw;
    color: #1f1f1f;
    text-align: center;
    line-height: 1.6;
    margin: 0;
    text-decoration: none;
  }
  #aula-nezumikun .container .main-content .s10 .s10_menu li:nth-child(2) {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
  #aula-nezumikun .container .main-content .s10 .s10_menu li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
  #aula-nezumikun .container .main-content .s10 .s10_bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 90vw;
    margin: 6.4102564103vw auto;
  }
  #aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx01 {
    width: 33.7179487179vw;
    margin: 0 3.8461538462vw;
  }
  #aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx01 img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx02 {
    width: 16.0256410256vw;
    margin: 0 3.8461538462vw;
  }
  #aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx02 img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx03 {
    width: 55.7692307692vw;
    margin: 2.5641025641vw 7.6923076923vw 0;
  }
  #aula-nezumikun .container .main-content .s10 .s10_bnr .s10_bnr_bx03 img {
    max-width: 100%;
  }
  #aula-nezumikun .container .main-content .s10 span {
    display: block;
    font-size: 3.3333333333vw;
    color: #1f1f1f;
    text-align: center;
    line-height: 1.6;
    margin: 6.4102564103vw auto 32.0512820513vw;
  }
}/*# sourceMappingURL=common.css.map */