@charset "UTF-8";
.pane-globalnav {
  z-index: 2;
}

/* wrapper  ----------------------- */
.funclub_wrapper {
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
  color: #6c6c6c;
  background-color: #fff;
}

.funclub_content {
  width: 87.5%;
  margin: 0 auto;
}

/* color  ----------------------- */
.base_text {
  color: #4D4846;
}

/* font  ----------------------- */
.all_font_noto_serif_jp {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "utsukushiregular", “Times New Roman”, Times, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
  .all_font_noto_serif_jp {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  }
}
.all_font_noto_serif {
  font-family: "Noto Serif", serif;
}

.all_font_noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.all_font_bodoni_moda {
  font-family: "Bodoni Moda", serif;
}

/*共通  ----------------------- */
img {
  max-width: 100%;
}

.pane-topic-path {
  position: relative;
  z-index: 12;
}

.pane-footer {
  background: #fff;
  position: relative;
  z-index: 12;
}

.all_new_line {
  display: inline-block;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}

.all_title {
  margin: 12px 0 0;
  text-align: center;
  font-size: 26px;
  color: #4D4846;
}
.all_title_head {
  text-align: center;
  line-height: 1;
  font-size: 24px;
  color: #C1AC5F;
}

.all_text {
  line-height: 2.286;
  font-size: 14px;
}
.all_text_small {
  line-height: 1.84;
  font-size: 13px;
}

.all_slide_controls {
  margin-top: 22px;
}
.all_slide_controls ._prev {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.all_slide_controls ._next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.all_slide_controls ._pagination {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all_slide_controls ._pagination .swiper-pagination-bullet {
  background: rgba(167, 167, 167, 0.3);
  width: 100%;
  height: 1px;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.all_slide_controls ._pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C1AC5F;
  height: 2px;
}
.all_slide_controls ._pagination .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 5px;
}

.all_logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all_logo_list li {
  font-size: 0;
}
.all_logo_list li:nth-child(n+2) {
  margin-left: 30px;
}

.all_underline {
  text-decoration: underline;
}

.block-footer-banners__wrapper img {
  width: 100%;
}

/* #header ヘッダー
=========================================== */
/* pc_menu PCのみメニュー
=========================================== */
.pc_menu {
  position: fixed;
  top: 35%;
  left: 16%;
  font-weight: 400;
}
.pc_menu li + li {
  margin-top: 22px;
}
.pc_menu a {
  padding-left: 23px;
  position: relative;
  display: block;
  line-height: 1;
  font-size: 17px;
  opacity: 0.5;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.pc_menu a.current {
  opacity: 1;
}
.pc_menu a.current::before {
  content: "";
  background-image: url(../../img/250521/pc_img_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

/*スクロールバー*/
.scrolldown2 {
  width: 55px;
  padding-bottom: 63px;
  position: fixed;
  right: calc(50% - 360px);
  bottom: 0;
  text-align: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.scrolldown2:before {
  content: "";
  content: "";
  background-image: url(../../img/250521/pc_img_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: -6px;
  width: 14px;
  height: 14px;
  -webkit-animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
          animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 58px;
  }
  40% {
    bottom: 58px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 58px;
  }
  40% {
    bottom: 58px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes linemove {
  0% {
    bottom: 100%;
  }
  40% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes linemove {
  0% {
    bottom: 100%;
  }
  40% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes cirlemovehide2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 63px;
  background: rgba(255, 255, 255, 0.5);
}

/* funclub_mv メインビジュアル
=========================================== */
.funclub_mv {
  background-image: url(../../img/250521/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 106px 38px 260px;
  height: 667px;
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
  z-index: 20;
}
.funclub_mv ._price_bg {
  position: relative;
  height: 65px;
  margin-top: 20px;
  margin-left: 5px;
}
.funclub_mv ._price_bg::before {
  content: "";
  background-image: url(../../img/250521/mv_price_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 230px;
  height: 60px;
}
.funclub_mv ._price_bg ._price_text {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  letter-spacing: 0.15em;
  font-size: 24px;
  line-height: 1;
}
.funclub_mv ._price_bg ._price_text span {
  margin: 0 0.25rem;
  font-size: 56px;
}
.funclub_mv ._text {
  margin-top: 5px;
  margin-left: 5px;
  letter-spacing: 0.08em;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.funclub_mv ._text span {
  font-size: 27px;
}
.funclub_mv .scrolldown2._mv {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}
.funclub_mv .scrolldown2._mv::before {
  background-image: none;
  width: 2px;
  height: 32px;
  left: 0;
  background-color: #fff;
  -webkit-animation: linemove 2s ease-in-out infinite, cirlemovehide2 2s ease-out infinite;
          animation: linemove 2s ease-in-out infinite, cirlemovehide2 2s ease-out infinite;
}
.funclub_mv .scrolldown2._mv::after {
  height: 98px;
  background-color: rgba(255, 255, 255, 0.3);
}
.funclub_mv ._image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.funclub_mv ._image.img_01 {
  width: 30%;
  top: 5%;
  left: 26%;
}
.funclub_mv ._image.img_02 {
  width: 6%;
  top: 6%;
  left: 63%;
}
.funclub_mv ._image.img_03 {
  width: 5%;
  top: 17%;
  left: 14%;
}
.funclub_mv ._image.img_04 {
  width: 20%;
  top: 23%;
  left: 80%;
}
.funclub_mv ._image.img_05 {
  width: 4%;
  top: 60%;
  left: 85%;
}
.funclub_mv ._image.img_06 {
  width: 24%;
  top: 57%;
  left: 22%;
}
.funclub_mv ._image.img_07 {
  width: 15%;
  top: 92%;
  left: 26%;
}
.funclub_mv ._image.img_08 {
  width: 16%;
  top: 86%;
  left: 84%;
}
.funclub_mv ._image.img_09 {
  width: 5%;
  top: 90%;
  left: 12%;
}
.funclub_mv ._image.img_12 {
  width: 8%;
  top: 56%;
  left: 91%;
}

/* banner バナー
=========================================== */
.banner {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: -1px;
  z-index: 100;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media (min-width: 481px) {
  .banner {
    max-width: 375px;
  }
}
.banner img {
  display: block;
}
.banner.active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.banner ._inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 15px 0;
  height: 145px;
  border-radius: 20px 20px 0 0;
  background: rgb(204, 221, 213);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(204, 221, 213)), to(rgb(231, 245, 253)));
  background: linear-gradient(0deg, rgb(204, 221, 213) 0%, rgb(231, 245, 253) 100%);
}
.banner ._close {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.banner ._close ._mark {
  position: relative;
  width: 20px;
  height: 20px;
}
.banner ._close ._mark::before, .banner ._close ._mark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 10px; /* 棒の高さ */
  background: #5142AC;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.banner ._close ._mark::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.banner ._lead {
  font-size: 23px;
  color: #5142AC;
}
.banner ._lead .all_font_noto_serif_jp {
  margin-right: 0.75rem;
  font-weight: 700;
}
.banner ._btn_wrapper {
  text-align: center;
}
.banner ._small {
  position: relative;
  display: inline-block;
  margin-bottom: 3.5px;
  padding: 0 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #A685BC;
  letter-spacing: 0.1em;
}
.banner ._small::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 85%;
  background: #A685BC;
  border-radius: 3px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.banner ._small::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 85%;
  background: #A685BC;
  border-radius: 3px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.banner ._btn {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 335px;
  height: 57px;
  background: rgb(162, 2, 150);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(162, 2, 150, 0.5)), to(rgba(180, 78, 211, 0.5)));
  background: linear-gradient(0deg, rgba(162, 2, 150, 0.5) 0%, rgba(180, 78, 211, 0.5) 100%);
  border-radius: 9999px;
}
.banner ._btn p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
}
.banner ._btn span {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  -webkit-transform: translateX(-25%) translateY(-50%) rotate(45deg);
          transform: translateX(-25%) translateY(-50%) rotate(45deg);
}
.banner ._btn span::before, .banner ._btn span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.banner ._btn span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.banner ._btn span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}

/* funclub_about ナリスファンクラブって？
=========================================== */
.funclub_about {
  background-image: url(../../img/250521/about_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.funclub_about .img_green {
  position: absolute;
  bottom: -2%;
  right: -12%;
  width: 121px;
}
.funclub_about ._image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.funclub_about ._image.img_10 {
  width: 17%;
  top: 0%;
  left: 68%;
  z-index: 30;
}
.funclub_about ._image.img_11 {
  width: 22%;
  top: -21%;
  left: 80%;
  z-index: 30;
}
.funclub_about ._campaigns {
  padding-top: 53px;
}
.funclub_about ._top {
  padding: 117px 20px 0;
}
.funclub_about ._top ._about_title {
  padding: 0 0 0 20px;
  line-height: 1.5625;
  font-size: 35px;
  font-weight: 400;
}
.funclub_about ._top ._about_text {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 17px;
  line-height: 2.6875;
  letter-spacing: 0.025em;
}
.funclub_about ._middle ._wrapper {
  padding-top: 100px;
  overflow: hidden;
}
.funclub_about ._middle ._wrapper ._circle {
  position: relative;
}
.funclub_about ._middle ._wrapper ._circle img, .funclub_about ._middle ._wrapper ._circle .img_03_02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.funclub_about ._middle ._wrapper ._circle {
  background-image: url(../../img/250521/c_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.funclub_about ._middle ._wrapper .c_01 {
  background-image: url(../../img/250521/c_01.png);
  width: 256px;
  height: 256px;
  margin-left: -4%;
}
.funclub_about ._middle ._wrapper .c_01 .img_01 {
  width: 29%;
  top: 2%;
  left: 79%;
}
.funclub_about ._middle ._wrapper .c_01 .img_01_02 {
  width: 55%;
  top: 101%;
  left: 14%;
}
.funclub_about ._middle ._wrapper .c_02 {
  width: 189px;
  height: 189px;
  margin-right: -2%;
  margin-left: auto;
}
.funclub_about ._middle ._wrapper .c_02 .img_02 {
  width: 18%;
  top: 11%;
  left: 79%;
}
.funclub_about ._middle ._wrapper .c_03 {
  width: 208px;
  height: 208px;
  margin: 0 auto 0 20px;
}
.funclub_about ._middle ._wrapper .c_03 .img_03 {
  width: 40%;
  top: -3%;
  left: 26%;
}
.funclub_about ._middle ._wrapper .c_03 .img_03_02 {
  width: 20%;
  top: 40%;
  left: 150%;
}
.funclub_about ._middle ._wrapper .c_04 {
  width: 246px;
  height: 246px;
  margin-right: -5%;
  margin-left: auto;
}
.funclub_about ._middle ._wrapper .c_04 .img_04 {
  width: 21%;
  top: -2%;
  left: 76%;
}
.funclub_about ._middle ._wrapper .c_04 .img_04_02 {
  width: 50%;
  top: 95%;
  left: 86%;
}
.funclub_about ._middle ._wrapper .c_05 {
  width: 253px;
  height: 253px;
  margin-left: -5%;
}
.funclub_about ._middle ._wrapper .c_05 .img_05 {
  width: 20%;
  top: 1%;
  left: 30%;
}
.funclub_about ._middle ._wrapper .c_06 {
  width: 240px;
  height: 240px;
  margin-right: -5%;
  margin-left: auto;
}
.funclub_about ._middle ._wrapper .c_06 .img_06 {
  width: 16%;
  top: 10%;
  left: 80%;
}
.funclub_about ._middle ._wrapper .c_06 .img_06_02 {
  width: 26%;
  top: 104%;
  left: 67%;
}
.funclub_about ._middle ._wrapper .c_07 {
  width: 177px;
  height: 177px;
  margin-top: 3rem;
  margin-right: 5%;
  margin-left: auto;
}
.funclub_about ._middle ._wrapper .c_07 p {
  margin-top: 0.75rem;
  margin-left: 0.5rem;
}
.funclub_about ._middle ._wrapper .c_07 .img_07 {
  width: 20%;
  top: 10%;
  left: 80%;
}
.funclub_about ._middle ._wrapper p {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.6842105263;
}
.funclub_about ._middle ._wrapper p sup {
  vertical-align: text-top;
  font-size: 11px;
}
.funclub_about ._middle ._note {
  padding: 40px 25px 100px 40px;
  font-size: 10px;
  color: #707070;
}
.funclub_about ._middle ._note p {
  padding-left: 1em;
  text-indent: -1.75em;
}

/* four_courses 4つの定期便
=========================================== */
.four_courses {
  padding: 0;
  position: relative;
}
.four_courses ._logo {
  margin-bottom: 18px;
  padding: 0 20px;
}
.four_courses ._image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.four_courses ._image._f_img {
  width: 30%;
  top: 2%;
  left: 80%;
}
.four_courses ._wrapper {
  padding: 0 40px;
  letter-spacing: 0.05em;
}
.four_courses ._title {
  margin-top: -7%;
  line-height: 1.25;
  letter-spacing: 0.07em;
  font-size: 32px;
  font-weight: 300;
}
.four_courses ._title span {
  margin-right: 0.25rem;
  font-size: 62px;
  color: #AEA3EB;
}
.four_courses ._text {
  line-height: 1.7647058824;
  font-size: 17px;
}
.four_courses ._text._text_1 {
  margin-top: 45px;
}
.four_courses ._text._text_2 {
  margin-top: 28px;
}
.four_courses ._course_style {
  margin-top: 30px;
  font-size: 17px;
}
.four_courses ._course_style ._type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  font-size: 20px;
  line-height: 2.15;
  white-space: nowrap;
}
.four_courses ._course_style ._type img._jewel {
  width: auto;
  height: 22px;
  margin-right: 0.25rem;
}
.four_courses ._contents {
  padding-top: 100px;
  margin: 0 0 120px;
}
.four_courses ._contents ._acd_wrapper {
  position: relative;
  margin-bottom: 60px;
}
.four_courses ._contents ._acd_wrapper ._label_image {
  position: absolute;
  top: -50px;
  left: 12px;
  width: 81px;
  z-index: 8;
}
.four_courses ._contents .acd_label_wrapper {
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.four_courses ._contents .acd_label_wrapper ._web {
  position: relative;
  display: inline-block;
  margin-bottom: 3.5px;
  padding: 0 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #A685BC;
  letter-spacing: 0.1em;
}
.four_courses ._contents .acd_label_wrapper ._web::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 85%;
  background: #A685BC;
  border-radius: 3px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.four_courses ._contents .acd_label_wrapper ._web::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 85%;
  background: #A685BC;
  border-radius: 3px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.four_courses ._contents ._acd-label {
  background: #fff;
  margin: 0 20px;
  padding: 12px 10px 14px 10px;
  position: relative;
  display: block;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 19px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  cursor: pointer;
}
.four_courses ._contents ._acd-label::before, .four_courses ._contents ._acd-label::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 0.75em;
  background-color: #999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.four_courses ._contents ._acd-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.four_courses ._contents ._acd-label.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.four_courses ._contents ._acd-content {
  padding: 0 20px 180px 40px;
  display: none;
  /* ボタンのスタイル */
  /* アイコンのスタイル */
}
.four_courses ._contents ._acd-content._pb_40 {
  padding-bottom: 40px;
}
.four_courses ._contents ._acd-content._pb_190 {
  padding-bottom: 190px;
}
.four_courses ._contents ._acd-content ._angle {
  padding-top: 56px;
  padding-right: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 19px;
}
.four_courses ._contents ._acd-content ._angle._pt_68 {
  padding-top: 68px;
}
.four_courses ._contents ._acd-content ._angle._pt_83 {
  padding-top: 83px;
}
.four_courses ._contents ._acd-content ._angle._pt_110 {
  padding-top: 110px;
}
.four_courses ._contents ._acd-content ._lead {
  margin-top: 40px;
  line-height: 2.0625;
  font-size: 16px;
}
.four_courses ._contents ._acd-content ._lead._pr_16 {
  padding-right: 16px;
}
.four_courses ._contents ._acd-content ._lead_ratio {
  margin-top: 34px;
  white-space: nowrap;
}
.four_courses ._contents ._acd-content ._lead_nowrap {
  white-space: nowrap;
}
.four_courses ._contents ._acd-content ._applicable {
  margin-top: 38px;
  font-family: "Noto Sans JP", sans-serif;
}
.four_courses ._contents ._acd-content ._applicable ._small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 12px;
}
.four_courses ._contents ._acd-content ._applicable ._small::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #CDA3EB;
}
.four_courses ._contents ._acd-content ._applicable ._products {
  margin-top: 7px;
  font-size: 15px;
}
.four_courses ._contents ._acd-content ._content_image._w95 {
  width: 95%;
}
.four_courses ._contents ._acd-content ._content_image._mt_16 {
  margin-top: 16px;
}
.four_courses ._contents ._acd-content ._content_image._mt_30 {
  margin-top: 30px;
}
.four_courses ._contents ._acd-content ._content_image._mt_40 {
  margin-top: 40px;
}
.four_courses ._contents ._acd-content ._content_image._mt_42 {
  margin-top: 42px;
}
.four_courses ._contents ._acd-content ._content_image._mt_50 {
  margin-top: 50px;
}
.four_courses ._contents ._acd-content ._content_image._mt_58 {
  margin-top: 58px;
}
.four_courses ._contents ._acd-content ._content_image._pr_12 {
  padding-right: 12px;
}
.four_courses ._contents ._acd-content ._content_image._ml_3 {
  margin-left: 3px;
}
.four_courses ._contents ._acd-content ._content_image._deco {
  position: relative;
}
.four_courses ._contents ._acd-content ._content_image._deco ._deco_01 {
  position: absolute;
  bottom: -1.5%;
  right: -50%;
  max-width: 110%;
}
.four_courses ._contents ._acd-content ._content_image._deco ._deco_02 {
  position: absolute;
  bottom: -40%;
  right: -20%;
  width: 55%;
}
.four_courses ._contents ._acd-content ._content_image._deco ._deco_03 {
  position: absolute;
  bottom: -33%;
  right: -115%;
  max-width: 200%;
}
.four_courses ._contents ._acd-content ._content_image._deco ._deco_04 {
  position: absolute;
  bottom: -90%;
  left: -20%;
  width: 65%;
}
.four_courses ._contents ._acd-content ._content_image._deco ._deco_05 {
  position: absolute;
  bottom: -115%;
  right: -34%;
  width: 75%;
}
.four_courses ._contents ._acd-content ._note {
  padding-right: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.6666666667;
  font-size: 12px;
  color: #707070;
}
.four_courses ._contents ._acd-content ._note._mt_5 {
  margin-top: 5px;
}
.four_courses ._contents ._acd-content ._note._mt_7 {
  margin-top: 7px;
}
.four_courses ._contents ._acd-content ._note._mt_20 {
  margin-top: 20px;
}
.four_courses ._contents ._acd-content ._note._mt_27 {
  margin-top: 27px;
}
.four_courses ._contents ._acd-content ._note._mt_47 {
  margin-top: 47px;
}
.four_courses ._contents ._acd-content ._note._pr_17 {
  padding-right: 18px;
}
.four_courses ._contents ._acd-content ._note ._dot {
  font-size: 15px;
  margin-right: 0.125rem;
}
.four_courses ._contents ._acd-content ._small {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
.four_courses ._contents ._acd-content ._exclusion_course {
  position: relative;
  margin-top: 34px;
  margin-right: 20px;
  padding: 25px 10px;
  color: #707070;
  border: 1px solid rgba(81, 66, 172, 0.6);
  line-height: 1.6;
}
.four_courses ._contents ._acd-content ._exclusion_course:after {
  content: "WEB申し込みでは";
  position: absolute;
  top: -1em;
  left: -0.75em;
  background-color: #fff;
  padding: 0.25em 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #5142AC;
  background-color: #fff;
  letter-spacing: 0.05em;
}
.four_courses ._contents ._acd-content ._exclusion_course ._lead_bold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #5142AC;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.four_courses ._contents ._acd-content ._exclusion_course ._lead_bold._mt12 {
  margin-top: 12px;
}
.four_courses ._contents ._acd-content ._exclusion_course ._lead_bold._mt12 span {
  display: block;
  margin-left: 0.75em;
}
.four_courses ._contents ._acd-content ._exclusion_course ._text {
  margin-top: 20px;
  font-family: "Noto Serif", serif;
  font-size: 12px;
}
.four_courses ._contents ._acd-content ._exclusion_course ._text ._list {
  display: block;
  margin-top: 6px;
}
.four_courses ._contents ._acd-content ._exclusion_course ._text ._list._nowrap {
  white-space: nowrap;
}
.four_courses ._contents ._acd-content ._exclusion_course a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.four_courses ._contents ._acd-content ._exclusion_course a p {
  font-size: 8px;
}
.four_courses ._contents ._acd-content ._exclusion_course a ._arrow_wrapper {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-color: #C0A7CF;
  border-radius: 100%;
}
.four_courses ._contents ._acd-content ._exclusion_course a ._arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 3px;
  height: 3px;
  -webkit-transform: translateX(-25%) translateY(15%) rotate(45deg);
          transform: translateX(-25%) translateY(15%) rotate(45deg);
}
.four_courses ._contents ._acd-content ._exclusion_course a ._arrow::before, .four_courses ._contents ._acd-content ._exclusion_course a ._arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.four_courses ._contents ._acd-content ._exclusion_course a ._arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.four_courses ._contents ._acd-content ._exclusion_course a ._arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.four_courses ._contents ._acd-content ._web_btn {
  margin-right: 20px;
}
.four_courses ._contents ._acd-content ._web_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 45px;
  padding: 15px 0;
  background-color: rgba(134, 53, 183, 0.5);
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.four_courses ._contents ._acd-content ._web_btn a p {
  letter-spacing: 0.1em;
}
.four_courses ._contents ._acd-content ._web_btn a .all_font_noto_serif_jp {
  font-size: 19px;
}
.four_courses ._contents ._acd-content ._web_btn a .all_font_noto_sans {
  font-size: 18px;
}
.four_courses ._contents ._acd-content .btn-arrow-right a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.four_courses_bottom_img {
  margin-top: 20px;
}

/* simulation 定期コース別料金シュミレーション
=========================================== */
.simulation ._wrapper {
  background-image: url(../../img/250521/modal_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 105px 20px;
}
.simulation ._wrapper ._title {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 46px;
  font-weight: 600;
  color: #AEA3EB;
}
.simulation ._wrapper ._sub_title {
  margin-top: 10px;
}
.simulation ._wrapper ._section_wrapper {
  margin-top: 50px;
}
.simulation ._wrapper ._section_wrapper._mt_0 {
  margin-top: 0;
}
.simulation ._wrapper ._section_wrapper ._section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.simulation ._wrapper ._section_wrapper ._section_title ._text {
  letter-spacing: 0.08em;
}
.simulation ._wrapper ._section_wrapper ._section_title._title_01 ._icon_01 {
  width: 32px;
  margin-right: 8px;
}
.simulation ._wrapper ._section_wrapper ._section_title._title_02 {
  position: relative;
  z-index: 2;
}
.simulation ._wrapper ._section_wrapper ._section_title._title_02 ._icon_02 {
  width: 37px;
  margin-right: 15px;
}
.simulation ._wrapper ._section_wrapper ._section_title._title_02 ._text_02 {
  margin-left: -10px;
}
.simulation ._wrapper ._section_wrapper ._section_title._title_03 ._icon_03 {
  width: 34px;
  margin-right: 5px;
}
.simulation ._wrapper ._section_wrapper ._section_title._title_04 {
  position: relative;
  z-index: 2;
}
.simulation ._wrapper ._section_wrapper ._section_title._title_04 ._icon_04 {
  width: 33px;
  margin-right: 10px;
}
.simulation ._wrapper ._section_wrapper ._section_title._title_05 {
  position: relative;
  z-index: 2;
}
.simulation ._wrapper ._section_wrapper ._section_title._title_05 ._icon_05 {
  width: 25px;
  margin-right: 15px;
}
.simulation ._wrapper ._section_wrapper ._section_title ._text {
  font-size: 18px;
}
.simulation .top_feature_slider_wrap {
  margin-top: 10px;
}
.simulation .top_feature_slider_wrap ._slide {
  height: auto;
}
.simulation .top_feature_slider_wrap ._slide ._inner {
  position: relative;
  padding-right: 20px;
}
.simulation .top_feature_slider_wrap ._slide._slide_01 {
  width: 702px;
}
.simulation .top_feature_slider_wrap ._scrollbar {
  background: #D9D9D9;
  margin-top: 24px;
  height: 4px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.simulation .top_feature_slider_wrap ._scrollbar .swiper-scrollbar-drag {
  background: #AEA3EB;
  cursor: pointer;
}
.simulation .top_feature_slider_wrap ._scrollbar .swiper-scrollbar-drag::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* qa Q&A
=========================================== */
.qa {
  background-image: url(../../img/250521/qa_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 18px 40px;
}
.qa ._inner {
  padding: 0 20px;
}
.qa ._inner ._title {
  border-bottom: 1px solid #fff;
}
.qa ._inner ._title ._jp {
  padding: 12px 0 31px;
  font-size: 12px;
  color: #fff;
}
.qa ._inner ._qa_wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
.qa ._inner ._qa_acd-label {
  margin-bottom: 1px;
  padding-top: 30px;
  position: relative;
  display: block;
  line-height: 1.8;
  font-size: 19px;
  color: #fff;
}
.qa ._inner ._qa_acd-label::before, .qa ._inner ._qa_acd-label::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 35px;
  left: 0;
  bottom: 0;
  margin-left: auto;
  width: 1px;
  height: 0.75em;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.qa ._inner ._qa_acd-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.qa ._inner ._qa_acd-label.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.qa ._inner ._qa_acd-content {
  padding: 16px 0 0;
  display: none;
}
.qa ._inner ._qa_acd-content ._qa_qcd_answer {
  line-height: 2.1428571429;
}
.qa ._inner ._qa_acd-content ._qa_qcd_answer ._link {
  text-decoration: underline;
}
.qa ._inner ._qa_acd-content ._qa_qcd_answer span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.qa ._note {
  margin-top: 80px;
  padding: 0 20px;
  font-size: 10px;
}

/* request
=========================================== */
._request {
  position: relative;
  padding: 115px 42px 166px;
  text-align: center;
}
._request .all_font_noto_serif_jp {
  font-size: 18px;
}
._request ._box {
  background-color: #AEA3EB;
  border-radius: 12px;
  color: #fff;
}
._request ._box._upper_box {
  margin-top: 36px;
  padding: 24px 18px;
}
._request ._box._lower_box {
  margin-top: 28px;
  padding: 12px 12px 16px;
}
._request ._box._lower_box ._tel {
  font-size: 27px;
}
._request ._box._lower_box ._tel a {
  font-weight: 400;
  letter-spacing: 0.08em;
}
._request ._box._lower_box ._tel span {
  margin-left: -5px;
  font-size: 10px;
  letter-spacing: 0;
}
._request ._box._lower_box ._small {
  font-size: 8px;
  letter-spacing: 0.08em;
}
._request ._or {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin: 25px auto 0;
  background-color: rgba(174, 163, 235, 0.5);
  border-radius: 100%;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}
._request ._star {
  position: absolute;
}
._request ._star._star1 {
  width: 76px;
  top: 40px;
  left: 0px;
}
._request ._star._star2 {
  width: 108px;
  bottom: 0;
  right: 0;
}

/* アニメーション
=========================================== */
.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  background: url(../../img/250521/ico-apple.svg) no-repeat center center/60px auto;
  display: inline-block;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
.poyopoyo {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.updown1 {
  -webkit-animation-name: updown1;
          animation-name: updown1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.updown2 {
  -webkit-animation-name: updown2;
          animation-name: updown2;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.updown3 {
  -webkit-animation-name: updown3;
          animation-name: updown3;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.updown4 {
  -webkit-animation-name: updown4;
          animation-name: updown4;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.updown5 {
  -webkit-animation-name: updown4;
          animation-name: updown4;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown5 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown5 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.updown6 {
  -webkit-animation-name: updown6;
          animation-name: updown6;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown6 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown6 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.updown7 {
  -webkit-animation-name: updown7;
          animation-name: updown7;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown7 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown7 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.star.active {
  -webkit-animation-name: star;
          animation-name: star;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 0;
}

@-webkit-keyframes star {
  0% {
    top: 100px;
    left: 340px;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  25% {
    opacity: 0.8;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  100% {
    top: 300px;
    left: -100px;
    opacity: 0;
  }
}

@keyframes star {
  0% {
    top: 100px;
    left: 340px;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  25% {
    opacity: 0.8;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  100% {
    top: 300px;
    left: -100px;
    opacity: 0;
  }
}
/* #footer フッター
=========================================== */
.funclub_footer {
  background: #79758E;
  max-width: 480px;
  margin: 0 auto;
  padding: 38px 0 20px;
  color: #fff;
}
.funclub_footer ._logo {
  text-align: center;
}
.funclub_footer ._logo img {
  width: 136px;
  height: auto;
}
.funclub_footer ._link_list {
  margin: 38px 0 52px;
}
.funclub_footer ._link_list li a {
  width: 268px;
  height: 56px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px #fff solid;
  border-radius: 32px;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
}
.funclub_footer ._link_list li a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.funclub_footer ._link_list li:nth-child(n+2) {
  margin-top: 12px;
}
.funclub_footer .all_logo_list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.funclub_footer .all_logo_list li {
  font-size: 0;
}
.funclub_footer .all_logo_list li:nth-child(n+2) {
  margin-left: 30px;
}
.funclub_footer ._copyright {
  text-align: center;
  font-size: 12px;
}

/* #responsive レスポンシブ
=========================================== */
@media (max-width: 1200px) {
  .pc_menu {
    display: none;
  }
}
@media (max-width: 600px) {
  .pane-main {
    display: block;
  }
  .block-container-section {
    padding: 0;
  }
  .all_scroll {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .bg_icon {
    display: none;
  }
}
@media (min-width: 481px) {
  .pc_bg {
    background-image: url(../../img/250521/pc_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
  .all_wrapper {
    position: relative;
  }
  .all_wrapper .bg_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
  }
  .all_wrapper .bg_icon img.bg_icon_img.bg_icon_01 {
    width: 35%;
    top: 11%;
    left: -12%;
  }
  .all_wrapper .bg_icon img.bg_icon_img.bg_icon_02 {
    width: 35%;
    top: 19%;
    left: 78%;
  }
  .all_wrapper .bg_icon img.bg_icon_img.bg_icon_03 {
    width: 35%;
    top: 36%;
    left: -11%;
  }
  .all_wrapper .bg_icon img.bg_icon_img.bg_icon_04 {
    width: 40%;
    top: 43%;
    left: 79%;
  }
  .all_wrapper .bg_icon img.bg_icon_img.bg_icon_05 {
    width: 40%;
    top: 56%;
    left: -11%;
  }
  .all_wrapper .bg_icon img.bg_icon_img.bg_icon_06 {
    width: 40%;
    top: 72%;
    left: 76%;
  }
  .all_wrapper .bg_icon img.bg_icon_img.bg_icon_07 {
    width: 50%;
    top: 90%;
    left: -20%;
  }
  .funclub_wrapper {
    max-width: 375px;
  }
}
.p-fanclub-off-campaign {
  position: relative;
  max-width: 276px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #EEF597;
}

.p-fanclub-off_campaign_star {
  position: absolute;
  top: -47px;
  right: -34px;
  width: 60px;
}
.p-fanclub-off_campaign_star.--02 {
  top: 210px;
  left: -55px;
  width: 90px;
}

.p-fanclub-off-note {
  padding: 0 26px;
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.5;
}
.p-fanclub-off-note.--present {
  padding: 0 18px;
}

.p-fanclub-off-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 26px;
  font-size: 11px;
  line-height: 1;
}
.p-fanclub-off-detail::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../../img/250521/detail_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-fanclub-off-detail.--present::after {
  background-image: url(../../img/250521/detail_arrow_present.png);
}

.p-fanclub-present {
  position: relative;
  margin-top: 20px;
  padding-bottom: 38px;
  border-radius: 0 0;
}
.p-fanclub-present img, .p-fanclub-present p, .p-fanclub-present a {
  position: relative;
  z-index: 2;
}
.p-fanclub-present::before {
  content: "";
  position: absolute;
  left: 0;
}
.p-fanclub-present::before {
  bottom: 0;
  width: 276px;
  height: 642px;
  border-radius: 138px 138px 5px 5px;
  background-color: #E1D0EB;
}

.p-fanclub-course-usmiu02 {
  text-align: center;
}
.p-fanclub-course-usmiu02 img {
  width: 190px;
  margin-left: -14px;
}