@charset "utf-8";

/* == base ================================================ */
html {
  font-size: 62.5%;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "MS Pゴシック", "MS PGothic";
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  word-break: break-all;
  overflow-x: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
a {
  transition: 0.3s;
}
select {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (hover: hover) {
  a:hover,
  input:hover {
    cursor: pointer;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* == utility ============================================= */
.u-stroke {
  -webkit-text-stroke: 3px #000;
  text-stroke: 3px #000;
  /* 内側に縁取りされないように */
  paint-order: stroke;
  font-weight: 700;
}
.u-bold {
  font-weight: 700;
}
.u-sp {
  display: none !important;
}
.u-pc {
  display: block;
}
.l-inner--1000 {
  width: min(69.44vw, 1000px);
}
@media (width < 768px) {
  .u-sp {
    display: block !important;
  }
  .u-pc {
    display: none !important;
  }
  .l-inner--1000 {
    width: 87.18vw;
  }
}

/* == component =========================================== */
.c-title {
  color: #fff;
  text-align: center;
}
.c-title__en {
  font-size: 2.4rem;
  line-height: 1;
}
.c-title__jp {
  display: block;
  font-size: 6.4rem;
  text-shadow: 3px 4px #000;
}
.customSelect {
  position: relative;
}
.customSelect::after {
  content: '';
  background-image: url('../img/common/icon_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 14px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
  width: 100%;
}
.customSelect--prefecture {
  width: 276px;
}
.customSelect--type {
  flex-grow: 1;
}
/* ▼ SVGアイコンを配置 */
.custom-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg"><path d="M0 0 L5 6 L10 0 Z" fill="%23333"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-btn__wrap {
  margin: 0 auto;
  text-align: center;
  width: 400px;
  position: relative;
  z-index: 5;
}
.c-btn {
  display: block;
  background-color: #ff4971;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  border: 2px solid #000;
  border-radius: 100vmax;
  padding: 24px;
  box-shadow: 0 4px 0 #000;
  transition: 0.1s ease;
}
.c-diagonalText {
  position: absolute;
  top: 40%;
  left: -5%;
  background-color: #000;
  background-image: url(../img/top/text_sammyfan.png);
  background-position: 100% center;
  background-repeat: repeat-x;
  background-size: 1440px 38px;
  transform: rotate(-6.5deg);
  width: calc(100% + 10%);
  height: 56px;
  animation: scroll-x 25s linear infinite;
}
@keyframes scroll-x {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: -1440px;
  }
}
@media (width < 768px) {
  .c-title__en {
    font-size: 2.0rem;
  }
  .c-title__jp {
    font-size: 4.0rem;
  }
  .c-btn__wrap {
    width: 280px;
  }
  .c-diagonalText {
    animation: scroll-x 40s linear infinite;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    transform: translateY(4px);
    box-shadow: none;
    opacity: 1;
  }
}

/* == header ============================================== */
.l-header {
  background-color: #ff4d9e;
  height: 64px;
  border-bottom: 2px solid #302047;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.l-header__wrap {
  position: relative;
}
.l-header__sns {
  position: absolute;
  display: flex;
  gap: 16px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.l-header__sns__item {
  width: 48px;
  height: 48px;
}
.l-header__sns__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 min(4.51vw, 65px);
  height: 64px;
}
.l-header__menu__item {
  position: relative;
}
.l-header__menu__item:not(:last-child):before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #000;
  position: absolute;
  right: max(-2.29vw, -33px);
  top: 2px;
}
.l-header__menu__item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.8;
}
.l-header__menu__item--sp {
  display: none;
}
.hamburger {
  display: none;
}
@media (width < 1060px) {
  .l-header {
    z-index: 1200;
  }
  .l-header__menu__wrap {
    width: 220px;
    height: 480px;
    padding: 48px 32px 48px;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .l-header__menu__bg {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    border: 2px solid #000;
    background-color: #f5d801;
    border-radius: 32px;
    transition: 0.3s;
  }
  .is-active .l-header__menu__bg {
    width: 100%;
    height: 100%;
  }
  .l-header__menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    /* gap: 21px; */
  }
  .l-header__menu__item:not(:last-of-type) {
    margin-bottom: 21px;
  }
  .l-header__menu__item:nth-child(4) {
    margin-bottom: 50px;
  }
  .l-header__menu__item--sp {
    display: block;
  }
  .l-header__menu__item.l-header__bnr:not(:last-child):before {
    content: none;
  }
  .l-header__menu__item a {
    font-size: 1.6rem;
  }
  .l-header__menu__item:not(:last-child):before {
    width: 32px;
    height: 1px;
    inset: auto auto -10px 0;
  }
  .l-header__menu__item:nth-child(4):before {
    content: none;
  }
  .l-header__bnr {
    margin-bottom: 12px !important;
  }
  .l-header__sns {
    position: relative;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transform: none;
    gap: 10px;
    margin-top: 6px;
    justify-content: center;
  }
  .l-header__sns__item {
    width: 32px;
    height: 32px;
  }
  .hamburger {
    display: block;
    width: 64px;
    height: 64px;
    margin-left: auto;
    position: fixed;
    right: 14px;
    top: 14px;
    z-index: 2000;
    border: 2px solid #000;
    background-color: #f5d801;
    border-radius: 100vmax;
    transition: 0.2s;
  }
  .hamburger.is-active {
    border: none;
  }
  .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* top: 28px;
    right: 18px; */
    width: 28px;
    background-color: #172e59;
    transition: 0.4s;
  }
  .hamburger__line:before,
  .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
  }
  .hamburger__line:before {
    top: -6px;
  }
  .hamburger__line:after {
    top: 6px;
  }
  .hamburger.is-active .hamburger__line {
    background-color: transparent;
  }
  .hamburger.is-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.is-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .l-header {
    width: 100%;
    background-color: transparent;
    border: none;
  }
  .l-header__nav-area {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9;
    transition: 0.4s;
  }
  .l-header__nav-area.is-active {
    visibility: visible;
    opacity: 1;
  }
  .global-navigation__list>li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
  }
  .global-navigation__list>li+li {
    margin-top: 20px;
  }
  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
  }
  .global-navigation__link.is-active::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}

/* == TOP ================================================= */
.p-indexMv {
  position: relative;
  height: 100vh;
  min-height: 800px;
  z-index: -1;
}
.p-indexMv__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  z-index: 0;
  overflow: hidden;
}
.p-indexMv__block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.p-indexMv__img {
  position: absolute;
  width: 678px;
  height: 750px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
}
.p-indexMv__img__circle {
  position: absolute;
  width: 678px;
  height: 678px;
  bottom: 0;
  animation: rotateInfinite 20s linear infinite;
}
.p-indexMv__img__ip {
  position: absolute;
  width: 679px;
  height: 750px;
  top: 0;
}
@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-indexMv__logo {
  position: absolute;
  top: 40px;
  left: 24px;
  width: 337px;
  height: 177px;
  transition: 0.3s;
}
.p-indexMv__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-indexMv__scroll {
  position: absolute;
  bottom: 18px;
  right: 16px;
  width: 32px;
  height: 194px;
}
.p-indexCourse__wrap {
  position: relative;
  background-color: #f37d9d;
  background-image: url(../img/top/course_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-indexCourse__wrap .bnr {
  position: absolute;
  top: 200px;
  right: 20px;
  width: 200px;
  height: 249px;
  z-index: 900;
  opacity: 0;
  /* ← 初期は非表示 */
  pointer-events: none;
  /* ← クリックも無効 */
  transition: position 0.3s, bottom 0.3s, opacity 0.2s, transform 0.3s;
}
.p-indexCourse__wrap .bnr.is-fixed {
  position: fixed;
  top: auto;
  bottom: 40px;
  opacity: 1;
  /* ← fixedのときは表示 */
  pointer-events: auto;
}
.p-indexCourse__wrap .bnr.is-active {
  opacity: 1;
  /* ← 判定完了後は表示 */
  pointer-events: auto;
}
.p-indexCourse__top {
  position: relative;
  width: 100%;
  height: max(16.67vw, 240px);
  background: linear-gradient(173.5deg, transparent 0%, transparent 49.5%, #f37d9d 50.5%, #f37d9d 100%);
  z-index: 1;
  overflow: hidden;
}
.p-indexCourse__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 80px;
}
.p-indexCourse__category__item {
  border-radius: 100vmax;
  border: 1px solid #000;
  background-color: #d9d9d9;
}
.p-indexCourse__category__item a {
  color: #666;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 4px 16px;
}
.p-indexCourse__category__item.is-active {
  background-color: #64EB4F;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
}
.p-indexCourse__category__item.is-active a {
  color: #000;
}
.p-indexCourse__contents {
  margin: 80px auto 0;
  padding-bottom: 165px;
}
.p-indexCourse__contents__new {
  position: relative;
  margin-bottom: 80px;
}
.p-indexCourse__slider__slide--new {
  position: relative;
}
.p-indexCourse__slider__slide--new::before {
  content: "";
  background-image: url(../img/top/new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(80px,6.94vw,100px);
  height:clamp(80px,6.94vw,100px);
  position: absolute;
  top: 6px;
  left: 6px;
}
.p-indexCourse__slider__slide--limited::before {
  content: "";
  background-image: url(../img/top/icon_limited.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(80px,6.94vw,100px);
  height:clamp(80px,6.94vw,100px);
  position: absolute;
  top: 6px;
  left: 6px;
}
.slideMovie {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.p-indexCourse__contents__new .slideMovie {
  width: min(100%, 1000px);
  height: min(39.03vw, 562px);
  border: 8px solid #000;
}
.p-indexCourse__slider .slideMovie {
  width: min(33.33vw, 480px);
  height: min(18.75vw, 270px);
  border: 8px solid #000;
}
.p-indexMovieSp {
  display: none;
}
.slideMovie iframe,
.slideMovie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideTitle {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 16px 0;
}
.slideDesc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 16px;
}
.slideDate {
  color: #fff;
  font-size: 2.0rem;
}
.slideCategory {
  padding: 6px 16px;
  border-radius: 100vmax;
  border: 1px solid #000;
}
.slideCategory--recommend {
  background-color: #f5d801;
}
.slideCategory--pachinko {
  background-color: #ff4972;
}
.slideCategory--slot {
  background-color: #d2f080;
}
.slideCategory--collabo {
  background-color: #f3ac5f;
}
.slideCategory--beginner {
  background-color: #80e3f0;
}
/* モーダル */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.video-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.video-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  width: 94.36vw;
  height: 53.08vw;
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
}
.video-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.video-modal__close:hover {
  background-color: #ff4971;
  color: #fff;
  transform: scale(1.1);
}
.video-modal__video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-modal__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* タブレット対応 */
@media (width >= 768px) and (width < 1024px) {
  .video-modal__content {
    width: 80vw;
    height: 45vw;
  }
}
/* デスクトップ対応 */
@media (width >= 1024px) {
  .video-modal__content {
    width: 800px;
    height: 450px;
    max-width: none;
    max-height: none;
  }
  .video-modal__video-container {
    padding-bottom: 0;
    height: 450px;
  }
}
/* アニメーション効果 */
.video-modal:not(.is-active) .video-modal__content {
  transform: translate(-50%, -50%) scale(0.8);
  transition: transform 0.3s ease;
}
.video-modal.is-active .video-modal__content {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease;
}
/* ホバー効果でクリック可能であることを示す */
.p-indexCourse__contents__new,
.p-indexCourse__slider__slide,
.p-indexMovieSp__slider__slide {
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .p-indexCourse__contents__new:hover,
  .p-indexCourse__slider__slide:hover,
  .p-indexMovieSp__slider__slide:hover {
    opacity: 0.7;
  }
}
.p-indexCourseSlide {
  position: relative;
  width: 100%;
}
.p-indexCourse__slider__slide {
  transition: opacity 0.3s;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: clamp(60px, 5.97vw, 80px);
  height: clamp(60px, 5.97vw, 80px);
  top: 30%;
}
.swiper-button-prev {
  left: -56px;
}
.swiper-button-next {
  right: -56px;
}
.swiper-button-prev:after,
.swiper-button-next::after {
  content: "";
  background-image: url(../img/top/arrowーL.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.swiper-button-next::after {
  transform: rotate(180deg);
}
.p-indexNews {
  position: relative;
  overflow: hidden;
  padding: 200px 0 268px;
  background: linear-gradient(to bottom, #83D6BF 36%, #DFF376 100%);
}
.p-indexNews::before {
  content: "";
  background-image: url(../img/top/course_deco.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 1440px 84px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
}
.p-indexNews__contents__deco__wrap {
  position: sticky;
  top: 0;
  padding-top: 50px;
}
.p-indexNews__contents__deco {
  position: absolute;
  top: 0;
  width: 88px;
}
.p-indexNews__contents__deco--L {
  left: 24px;
}
.p-indexNews__contents__deco--R {
  right: 24px;
}
.p-indexNews__contents__list {
  margin: 80px auto;
}
.p-indexNews__contents__list .item {
  position: relative;
}
.p-indexNews__contents__list .item a {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  border-radius: 100vmax;
  border: 2px solid #265548;
  filter: drop-shadow(0 6px 0 #265548);
}
.p-indexNews__contents__list .item:not(:last-child) {
  margin-bottom: 40px;
}
.p-indexNews__contents__list .item:nth-child(odd) {
  left: -40px;
}
.p-indexNews__contents__list .item:nth-child(even) {
  right: -40px;
}
.p-indexNews__contents__list .item__img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
.p-indexNews__contents__list .item__title {
  font-size: 2.4rem;
  font-weight: 700;
}
/* ローディング状態 */
.loading {
  opacity: 0.7;
  pointer-events: none;
}
.loading .c-btn::after {
  content: "...";
  animation: loading 1s infinite;
}
@keyframes loading {
  0%,
  33% {
    content: ".";
  }
  34%,
  66% {
    content: "..";
  }
  67%,
  100% {
    content: "...";
  }
}
/* 非表示 */
.hidden {
  display: none;
}
.p-indexSearch {
  position: relative;
  z-index: 999;
}
.p-indexSearch__top {
  position: absolute;
  top: -240px;
  left: 0;
  width: 100%;
  height: max(16.67vw, 240px);
  background: linear-gradient(173.5deg, transparent 0%, transparent 49.5%, #ed5b17 50.5%, #ed5b17 100%);
  overflow: hidden;
}
.p-indexSearch__contents {
  background-image: url(../img/top/search_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ed5b17;
  padding: 80px 0 160px;
}
.p-indexSearch__contents__form {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  margin: 80px auto 0;
  padding: 80px 88px 72px;
}
.selectBlock,
.radioBlock {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.label {
  font-size: 2.0rem;
  font-weight: 700;
}
.radioOption {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 2.0rem;
  font-weight: 700;
}
.radioOption input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.radioOption input[type="radio"]::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FF4971;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
}
.radioOption input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.radioBlock__radio {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
.p-indexSearch .c-btn__wrap {
  margin-top: 80px;
}
.flexBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 78px;
  margin-bottom: 40px;
}
.p-indexRecommend {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  padding: 40px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: min(2.78vw, 40px);
}
.p-indexRecommend__link .c-btn {
  text-align: center;
}
.p-indexRecommend__link .c-btn:first-child {
  margin-bottom: 33px;
}
@media (width < 1080px) {
  .p-indexRecommend {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media (width < 768px) {
  .p-indexMv__logo {
    width: 221px;
    height: 116px;
    top: 6px;
    left: 4px;
  }
  .p-indexMv__block {
    background-image: url(../img/top/mv_bg-sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 752px;
    height: 100lvh;
  }
  .p-indexMv__img {
    width: 348px;
    height: 386px;
    top: 129px;
    transform: translateX(-50%);
  }
  .p-indexMv__img__circle {
    width: 348px;
    height: 348px;
  }
  .p-indexMv__img__ip {
    width: 279px;
    height: 336px;
    left: 44px;
  }
  .p-indexMv__img__handle {
    position: absolute;
    width: 142px;
    height: 142px;
    bottom: -24px;
    right: -10px;
    animation: spin90 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  }
  .p-indexMv__img__handle .circle {
    position: absolute;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
  .p-indexMv__img__handle .pin {
    position: absolute;
    width: 142px;
    height: 142px;
    top: 0;
    left: 0;
  }
  @keyframes spin90 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(90deg);
    }
  }
  .p-indexMv__copy {
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translateX(-50%);
    width: 374px;
  }
  .p-indexMv {
    height: 562px;
    min-height: 562px;
  }
  .slideMovie,
  .p-indexCourse__contents__new .slideMovie,
  .p-indexCourse__slider .slideMovie {
    width: 100%;
    height: 51.28vw;
  }
  .slideMovie {
    height: 42.56vw;
    border: 8px solid #000;
  }
  .p-indexCourse .c-title {
    padding-top: 0;
  }
  .p-indexCourse__top {
    height: min(36.67vw, 170px);
  }
  .p-indexCourse__contents {
    width: 93.85vw;
    margin: 80px 0 0 auto;
    padding-bottom: 50px;
  }
  .p-indexCourse__wrap {
    background-image: url(../img/top/movie_bg-sp-top.png);
    background-position: center top -46px;
    background-size: 100%;
    overflow: hidden;
  }
  .p-indexCourse__wrap .bnr {
    width: 138px;
    height: 163px;
    right: 6px;
  }
  .p-indexCourse__wrap .bnr.is-fixed {
    bottom: 12px;
  }
  .p-indexCourse__category {
    margin-top: 80px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .p-indexCourse__category__item a {
    display: block;
    width: 150px;
    height: 51px;
    line-height: 40px;
    text-align: center;
    padding: 4px 15px;
  }
  .p-indexCourse__contents__new {
    margin-bottom: 44px;
  }
  .p-indexCourse__slider__slide {
    margin-bottom: 44px;
  }
  .p-indexCourse__contents__new:before {
    width: 86px;
    height: 86px;
    top: -24px;
    left: -21px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .p-indexMovieSp {
    display: block;
  }
  .p-indexMovieSp__slider {
    overflow: visible;
  }
  .p-indexMovieSp__slider__slide {
    width: 71.79vw;
  }
  .p-indexMovieSp__slider__slide--new::before {
    content: "";
    background-image: url(../img/top/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 86px;
    height: 85px;
    position: absolute;
    top: -42px;
    left: -22px;
    z-index: 10;
  }
  .p-indexMovieSp__slider__slide--limited::before {
    content: "";
    background-image: url(../img/top/icon_limited.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 86px;
    height: 85px;
    position: absolute;
    top: -42px;
    left: -22px;
    z-index: 10;
  }
  .p-indexNews {
    padding: 136px 0 300px;
  }
  .p-indexNews__contents__deco {
    width: 64px;
  }
  .p-indexNews__contents__deco--L {
    left: 0;
  }
  .p-indexNews__contents__deco--R {
    right: 0;
  }
  .p-indexNews .c-title {
    position: relative;
    z-index: 5;
  }
  .p-indexNews__contents__deco__wrap {
    padding-top: 32px;
  }
  .p-indexNews__contents__list .item:nth-child(odd) {
    left: 0;
  }
  .p-indexNews__contents__list .item:nth-child(even) {
    right: 0;
  }
  .p-indexNews__contents__list .item a {
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    padding: 24px;
  }
  .p-indexNews__contents__list .item__img {
    width: 200px;
    height: 200px;
  }
  .p-indexNews__contents__list .item__title {
    font-size: 2.0rem;
  }
  .p-indexSearch__contents {
    background-image: url(../img/top/search_bg-sp.png);
    padding: 40px 0 160px;
  }
  .p-indexSearch__contents__form {
    padding: 80px 32px;
  }
  .selectBlock,
  .radioBlock {
    flex-direction: column;
    width: 100%;
  }
  .label {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  .customSelect {
    width: 100%;
  }
  .p-indexSearch .c-btn__wrap {
    width: 208px;
    margin-top: 56px;
  }
  .p-indexRecommend {
    padding: 20px 20px 40px;
  }
}
@media (hover: hover) {
  .p-indexMv__logo:hover,
  .p-indexCourse__wrap .bnr:hover {
    transform: translateY(6px);
  }
  .p-indexMv__logo:hover a,
  .p-indexCourse__wrap .bnr:hover a {
    opacity: 1;
  }
  .p-indexNews__contents__list .item a:hover {
    opacity: 1;
    /* box-shadow: none; */
    filter: drop-shadow(0 0px #265548);
    opacity: 1;
    transform: translateY(4px);
  }
}

/* == footer ============================================== */
.l-footer {
  position: relative;
  color: #fff;
  background-color: #000;
  padding-top: 120px;
  z-index: 1000;
}
.l-footer::before {
  content: "";
  background-image: url(../img/common/footer_deco-l.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 93px;
  left: 0;
  width: 220px;
  height: 186px;
}
.l-footer::after {
  content: "";
  background-image: url(../img/common/footer_deco-r.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 365px;
  height: 316px;
}
.l-footer__text__img {
  width: 340px;
  height: 178px;
  margin: 0 auto 40px;
}
.l-footer__text__desc {
  text-align: center;
  font-size: 2.4rem;
}
.l-footer__note {
  width: clamp(720px, 88.89vw, 1280px);
  font-size: 1.2rem;
  margin: 40px auto 80px;
}
.l-footer__contents {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: clamp(720px, 88.89vw, 1280px);
  margin: 80px auto 0;
}
.l-footer__contents__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px min(3.56vw, 80px);
  font-size: 1.4rem;
}
.l-footer__contents__menu .item:not(:last-child) {
  margin-bottom: 8px;
}
.l-footer__contents__menu .item a {
  position: relative;
  padding-right: 20px;
}
.l-footer__contents__menu .item a::before {
  content: "";
  background-image: url(../img/common/icon_blank.svg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 17px;
}
.l-footer__contents__bnr .bnrList {
  display: flex;
  gap: 40px 20px;
}
.l-footer__contents__bnr .bnrList__item {
  width: min(24.72vw, 356px);
}
.l-footer__bottom {
  width: min(720px, 88.89vw, 1280px);
  margin: 0 auto;
}
.l-footer__bottom {
  width: clamp(720px, 88.89vw, 1280px);
  display: flex;
  gap: 40px;
  margin: 0 auto;
  padding: 80px 0 60px;
}
.l-footer__bottom__note {
  font-size: 1.2rem;
}
.l-footer__bottom__copy {
  font-size: 1.0rem;
}
.l-footer__btnTop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
@media (width < 768px) {
  .l-footer {
    padding-top: 120px;
  }
  .l-footer:before,
  .l-footer:after {
    content: none;
  }
  .l-footer__text__img {
    width: 304px;
    height: 160px;
    margin: 0 auto 48px;
  }
  .l-footer__note {
    width: 87.18vw;
    margin: 56px auto 80px;
  }
  .l-footer__contents {
    width: 87.18vw;
    flex-direction: column;
  }
  .l-footer__contents__menu {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
  }
  .l-footer__bottom__note {
    margin-bottom: 40px;
  }
  .l-footer__contents__bnr .bnrList {
    flex-direction: column;
  }
  .l-footer__contents__bnr .bnrList__item {
    width: 100%;
  }
  .l-footer__sns {
    display: flex !important;
    gap: 16px;
    justify-content: center;
    margin: 40px 0;
  }
  .l-footer__bottom {
    width: 100%;
    padding-top: 0;
    padding-bottom: 108px;
  }
  .l-footer__bottom__copy {
    text-align: center;
    margin: 0 auto;
  }
}
/* == article01 =========================================== */
.p-article__bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/article/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-article__wrap {
  padding: 224px 0 103px;
}
.p-article01 {
  width: clamp(700px, 72.44vw, 1000px);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  padding: min(11.11vw, 160px);
  margin: 0 auto;
}
.p-article__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-article__date {
  margin: 24px 0 40px;
}
.p-article__top {
  background-color: #F5F8FA;
  padding: min(2.78vw, 40px);
  margin-bottom: 60px;
}
.p-article__top__title {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-article__top__desc {
  line-height: 1.8;
}
.p-article__person {
  position: relative;
  padding: 40px 0 24px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.p-article__person__title {
  font-size: 2.0rem;
  font-weight: 700;
  position: absolute;
  top: -18px;
  left: 0;
  padding-right: 24px;
  background-color: #fff;
}
.p-article__person__list .item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-article__person__list .item:not(:last-of-type) {
  margin-bottom: 24px;
}
.p-article__person__list .item__img {
  flex-shrink: 0;
  width: 120px;
}
.p-article__person__list .item__desc__name {
  font-size: 2.0rem;
  font-weight: 700;
}
.p-article__person__list .item__desc__text {
  font-size: 1.4rem;
  margin-top: 6px;
}
.p-article__contents {
  margin: 80px 0;
}
.p-article__contents.noMargin {
  margin-bottom: 0;
}
.p-article__contents__talk {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
.p-article__contents__talk--r {
  justify-content: flex-end;
}
.p-article__contents__talk .talkIcon {
  width: 64px;
  flex-shrink: 0;
}
.p-article__contents__talk .talkInfo__name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-article__contents__talk .talkInfo__name--r {
  text-align: right;
}
.p-article__contents__talk .talkInfo__talk {
  max-width: 418px;
  padding: 24px;
  border-radius: 0 16px 16px 16px;
  border: 2px solid #333;
  line-height: 1.8;
}
.p-article__contents__talk .talkInfo__talk--yellow {
  border-radius: 16px 0 16px 16px;
  background-color: #FCF9DE;
}
.p-article__contents__talk .talkInfo__talk--yellow--100 {
  width: 100%;
  max-width: none;
}
.p-article__contents__talk .talkInfo__talk a {
  text-decoration: underline;
  color: #009944;
}
.p-article__contents__table table {
  width: 100%;
  border-bottom: 1px solid #333;
}
.p-article__contents__table {
  margin: 80px auto;
}
.p-article__contents__table th {
  width: 200px;
  text-align: left;
  border-right: 1px solid #333;
  width: 160px;
  flex-shrink: 0;
  padding: 20px 24px;
  background-color: #fcf9de;
}
.p-article__contents__table td {
  padding: 20px 24px;
}
.p-article__contents__table tr {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.p-article__attention {
  text-align: center;
  color: #ff4d9e;
  font-size: 3.2rem;
  margin-bottom: 80px;
}
.p-article__attention--margin {
  margin-top: 80px;
}
.p-article__contents__title {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
.p-article__contents__subTitle {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.p-article__contents__block {
  margin-bottom: 40px;
}
.p-article__contents__img__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 40px;
}
.p-article__recommend {
  position: relative;
  border-top: 1px solid #333;
}
.p-article__recommend__title {
  position: absolute;
  font-size: 2.0rem;
  padding-right: 20px;
  top: -18px;
  left: 0;
  background-color: #fff;
}
.p-article__recommend__list {
  margin-top: 98px;
}
.p-article__recommend__list .item {
  filter: drop-shadow(0 6px #265548);
  border: 2px solid #265548;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 700;
  transition: 0.3s;
}
.p-article__recommend__list .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
}
.p-article__wrap .c-btn__wrap {
  margin-top: 80px;
}
@media (width < 768px) {
  .p-article__wrap {
    padding: 160px 0 56px;
  }
  .p-article01 {
    width: 87.18vw;
    padding: 80px 24px;
  }
  .p-article__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .p-article__top {
    padding: 24px;
    margin-bottom: 40px;
  }
  .p-article__person__list .item {
    flex-direction: column;
    gap: 16px;
  }
  .p-article__person__list .item__desc__name {
    text-align: center;
  }
  .p-article__contents__talk {
    margin-bottom: 16px;
  }
  .p-article__contents__talk .talkIcon {
    width: 40px;
  }
  .p-article__contents__talk .talkInfo__talk {
    font-size: 1.4rem;
  }
  .p-article__contents__img__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-article__contents__title {
    font-size: 2.0rem;
  }
  .p-article__recommend__list {
    margin-top: 40px;
  }
  .p-article__recommend__list .item {
    border-radius: 16px;
  }
  .p-article__wrap .c-btn__wrap {
    margin-top: 40px;
  }
  .p-article__contents__table {
    margin: 48px auto;
  }
  .p-article__contents__table tr {
    flex-direction: column;
  }
  .p-article__contents__table th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #333;
  }
  .p-article__contents__table th,
  .p-article__contents__table td {
    padding: 16px 12px;
  }
}
@media (hover: hover) {
  .p-article__recommend__list .item:hover {
    opacity: 1;
    filter: drop-shadow(0 0 #265548);
    opacity: 1;
    transform: translateY(4px);
  }
}