@charset "UTF-8";
/*
|---------------------------------------------------------------
| トップページ
|---------------------------------------------------------------
*/
.aba-home {
  --aba-container-maxwidth: 1400px;
  display: block;
  width: 100%;
  overflow: hidden;
}

/*
 * Section
------------------------------------------------*/
.aba-home-section {
  display: block;
  width: 100%;
  padding: 80px 0;
}
.aba-home-section__header {
  display: block;
  width: 100%;
  margin: 0 0 clamp(40px, 5.33vw, 50px);
}
.aba-home-section__body {
  display: block;
  width: 100%;
}

/*--------------- Title ---------------*/
.aba-home-section-title {
  display: block;
  width: 100%;
  font-size: clamp(32px, 4.27vw, 42px);
  text-align: center;
}
.aba-home-section-title__en {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  font-family: var(--aba-font-family-en, inherit);
  letter-spacing: 0.025em;
}
.aba-home-section-title__ja {
  display: block;
  width: 100%;
  font-size: max(16px, 0.4em);
  font-weight: normal;
  font-family: var(--aba-font-family-ja, inherit);
}
.aba-home-section-title__en + .aba-home-section-title__ja {
  margin-top: 0.75em;
}

/*--------------- Nav ---------------*/
.aba-home-section-nav {
  width: 100%;
  margin: clamp(30px, 4vw, 50px) 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(20px, 2.67vw, 40px);
}

/*
 * ボタン
------------------------------------------------*/
.aba-home-btn {
  display: block;
  width: 13.75em;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding: 0.66em 0.5em;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  text-decoration: none !important;
  border: 1px solid CurrentColor;
  color: inherit !important;
  background: transparent;
}
@media (min-width: 750.02px) {
  .aba-home-btn {
    width: 15.63em;
    font-size: 16px;
    line-height: 1.5;
    padding: 0.94em 0.5em;
    margin: 0;
  }
}

/*
 * メインビジュアル
------------------------------------------------*/
.aba-home-mv {
  width: 100%;
  height: auto;
  aspect-ratio: 375/488;
  position: relative;
  color: #ffffff;
  background-color: #acacac;
}
.aba-home-mv__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.aba-home-mv__list__item {
  width: 100%;
  height: 100%;
}
@media (min-width: 750.02px) {
  .aba-home-mv {
    height: 666px;
    aspect-ratio: auto;
  }
}
.aba-home-mv__controller {
  width: 6.42em;
  max-width: 50vw;
  display: flex;
  align-items: center;
  font-size: 19px;
  position: absolute;
  left: 25px;
  bottom: 30px;
  z-index: 5;
  margin: auto;
}
@media (min-width: 750.02px) {
  .aba-home-mv__controller {
    font-size: clamp(20px, 2.67vw, 30px);
    left: 100px;
    bottom: 80px;
  }
}
.aba-home-mv__controller .swiper-pagination {
  pointer-events: auto;
  position: static;
  flex-grow: 1;
  flex-basis: 0;
}
.aba-home-mv__controller .swiper-button-prev,
.aba-home-mv__controller .swiper-button-next {
  pointer-events: auto;
  position: static;
  margin: 0;
  transform: none;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  font-size: 1em;
  color: inherit !important;
}
.aba-home-mv__controller .swiper-button-prev::after,
.aba-home-mv__controller .swiper-button-next::after {
  content: "";
  box-sizing: border-box;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  border-color: CurrentColor;
  border-style: solid;
  border-width: 0;
}
.aba-home-mv__controller .swiper-button-prev {
  order: -1;
}
.aba-home-mv__controller .swiper-button-prev::after {
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg);
}
.aba-home-mv__controller .swiper-button-next {
  order: 1;
}
.aba-home-mv__controller .swiper-button-next::after {
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.aba-home-mv:not(.swiper-initialized) .aba-home-mv__list__item:not(:first-child) {
  display: none;
}

.aba-home-mv-bg, .aba-home-mv-bg--pc, .aba-home-mv-bg--sp {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
@media (max-width: 750px) {
  .aba-home-mv-bg--pc {
    display: none !important;
  }
}
@media (min-width: 750.02px) {
  .aba-home-mv-bg--sp {
    display: none !important;
  }
}
.aba-home-mv-bg:is(iframe[src*=youtube]), .aba-home-mv-bg--pc:is(iframe[src*=youtube]), .aba-home-mv-bg--sp:is(iframe[src*=youtube]) {
  width: auto;
  aspect-ratio: 16/9;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}
@media (min-width: 1200.02px) {
  .aba-home-mv-bg:is(iframe[src*=youtube]), .aba-home-mv-bg--pc:is(iframe[src*=youtube]), .aba-home-mv-bg--sp:is(iframe[src*=youtube]) {
    width: 100%;
    aspect-ratio: auto;
  }
}

/*--------------- Slide ---------------*/
.aba-home-mv-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.aba-home-mv-block[href] { /* HTML更新を簡素化のため、全体がリンク */
  pointer-events: none;
  text-decoration: none !important;
}
.aba-home-mv-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  background-image: linear-gradient(180deg, rgba(35, 24, 22, 0) 0%, rgba(35, 24, 22, 0.8) 100%);
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
@media (min-width: 750.02px) {
  .aba-home-mv-block::after {
    height: 25%;
  }
}
.aba-home-mv-block__heading {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.aba-home-mv-block__content {
  display: block;
  width: 100%;
  padding: 0 0.5em;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.aba-home-mv-block__heading + .aba-home-mv-block__content {
  margin-top: 5px;
}
@media (min-width: 750.02px) {
  .aba-home-mv-block__heading + .aba-home-mv-block__content {
    margin-top: clamp(10px, 1.33vw, 20px);
  }
}
.aba-home-mv-block__more {
  display: block;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: auto;
  right: 25px;
  bottom: 20px;
  z-index: 5;
  margin: auto;
}
@media (min-width: 750.02px) {
  .aba-home-mv-block__more {
    right: clamp(25px, 10vw, 100px);
    bottom: 70px;
  }
}

.aba-home-mv-block-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--aba-font-family-en, inherit);
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  font-size: 43px;
}
@media (min-width: 750.02px) {
  .aba-home-mv-block-title {
    font-size: clamp(48px, 6.4vw, 96px);
  }
}

.aba-home-mv-block-text {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--aba-font-family-ja, inherit);
  font-weight: 600;
  line-height: 1.71;
  font-size: 17px;
  text-align: center;
  font-feature-settings: normal;
}
@media (min-width: 750.02px) {
  .aba-home-mv-block-text {
    font-size: clamp(17px, 2.27vw, 25px);
  }
}
.aba-home-mv-block-text p {
  margin: 0;
}
.aba-home-mv-block-text > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.aba-home-mv-block-more {
  pointer-events: auto;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 0.44em 1em;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid CurrentColor;
}
@media (min-width: 750.02px) {
  .aba-home-mv-block-more {
    font-size: 20px;
    line-height: 1.5;
    padding: 0.6em 1em;
  }
}

/*--------------- アニメーション ---------------*/
.aba-home-mv.enabled-animate .aba-home-mv-block-title {
  opacity: 0;
  transform: translateY(120%);
}
.aba-home-mv.enabled-animate .aba-home-mv-block-text {
  opacity: 0;
  transform: translateY(120%);
}
.aba-home-mv.enabled-animate .aba-home-mv-block-more {
  opacity: 0;
}
.aba-home-mv.enabled-animate .swiper-slide-active .aba-home-mv-block-title {
  animation: mv-slide-in 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.7s forwards;
}
.aba-home-mv.enabled-animate .swiper-slide-active .aba-home-mv-block-text {
  animation: mv-slide-in 0.8s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s forwards;
}
.aba-home-mv.enabled-animate .swiper-slide-active .aba-home-mv-block-more {
  animation: mv-fade-in 1.6s ease 1.2s forwards;
}

@keyframes mv-slide-in {
  0% {
    opacity: 1;
    transform: translateY(120%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes mv-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * 重要なお知らせ
------------------------------------------------*/
.aba-home-topNews {
  display: block;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.aba-home-topNews.js--active {
  border-bottom: 1px solid #CCCCCC;
}
.aba-home-topNews__list {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}
.aba-home-topNews__list__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 750.02px) {
  .aba-home-topNews {
    height: 64px;
  }
}
.aba-home-topNews:not(.swiper-initialized) .aba-home-topNews__list__item:not(:first-child) {
  display: none;
}

.aba-home-topNews-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.5;
  padding: 1.1em 25px;
  text-decoration: none !important;
}
.aba-home-topNews-block__date {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #9D9D9D;
}
.aba-home-topNews-block__title {
  display: block;
  width: 100%;
  font-size: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 750.02px) {
  .aba-home-topNews-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
    font-size: 16px;
    line-height: 1.5;
    padding: 0.5em 25px;
    text-align: center;
  }
  .aba-home-topNews-block__date {
    width: auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .aba-home-topNews-block__title {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
}

/*
 * 商品・講習を探す
------------------------------------------------*/
@media (max-width: 750px) {
  .aba-home-searchs {
    padding-top: 25px;
  }
  .aba-home-searchs .aba-home-section__header {
    display: none;
  }
}

.aba-home-search {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(35px, 4.67vw, 70px);
}
.aba-home-search__search {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 3.33vw, 40px);
  max-width: 950px;
  margin: 0 auto;
}
.aba-home-search__category {
  display: block;
  width: 100%;
}

/*
 * 検索
------------------------------------------------*/
.aba-home-search-form {
  display: block;
  width: 100%;
}

.aba-home-search-nav {
  width: 100%;
  font-size: 1em;
}
.aba-home-search-nav__head {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 0 1em;
  font-size: 1em;
  text-align: center;
}
.aba-home-search-nav__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 750.02px) {
  .aba-home-search-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .aba-home-search-nav__head {
    width: auto;
    margin: 0;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .aba-home-search-nav__body {
    padding: 0 1.5em;
  }
  .aba-home-search-nav__head + .aba-home-search-nav__body {
    width: auto;
    margin: 0 -1px;
    position: relative;
  }
  .aba-home-search-nav__head + .aba-home-search-nav__body::before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background-color: CurrentColor;
    position: absolute;
    top: 0;
    left: -1px;
    right: auto;
    bottom: 0;
    z-index: 2;
    margin: auto;
  }
}

/*
 * カテゴリー
------------------------------------------------*/
.aba-home-category {
  font-size: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.aba-home-category > * {
  width: 100%;
}
@media (min-width: 750.02px) {
  .aba-home-category {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
    gap: 5%;
  }
}

.aba-home-category-group {
  display: block;
  width: 100%;
  font-size: 1em;
}
.aba-home-category-group__head {
  display: block;
  width: 100%;
  margin: 0 0 1.75em;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.aba-home-category-group__head__en {
  display: block;
  font-family: var(--aba-font-family-en, inherit);
  font-weight: 400;
  font-size: 2.46em;
}
.aba-home-category-group__head__ja {
  display: block;
  font-family: var(--aba-font-family-ja, inherit);
  font-size: 1em;
}
@media (min-width: 750.02px) {
  .aba-home-category-group__head {
    font-size: 1.2em;
    text-align: left;
    padding: 0.5em 0;
    border-bottom: 1px solid var(--aba-border-color, #231816);
  }
  .aba-home-category-group__head__en {
    display: none;
  }
  .aba-home-category-group__head__ja {
    display: inline;
    font-weight: 700;
  }
}
.aba-home-category-group__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 750.02px) {
  .aba-home-category-group__head {
    font-size: 1.33em;
  }
}
.aba-home-category-group .aba-category__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.13vw, 25px);
}
.aba-home-category-group .aba-category__list__item {
  margin: 0;
  display: flex;
}
.aba-home-category-group .aba-category-block {
  display: block;
  width: 100%;
  color: #231816;
  background: #ffffff;
}
.aba-home-category-group .aba-category-block__main {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  position: relative;
}
.aba-home-category-group .aba-category-block__main[href] {
  text-decoration: none;
  transition: opacity 0.25s;
}
.aba-home-category-group .aba-category-block__main[href]:hover {
  opacity: 0.7;
}
.aba-home-category-group .aba-category-block__main__image {
  width: 100%;
  height: 100%;
}
.aba-home-category-group .aba-category-block__main__body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
  font-size: 1.47em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}
@media (min-width: 750.02px) {
  .aba-home-category-group .aba-category-block__main {
    height: auto;
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    gap: 0;
  }
  .aba-home-category-group .aba-category-block__main__image {
    width: auto;
    flex: 0 0 8em;
    max-width: 8em;
    align-self: stretch;
  }
  .aba-home-category-group .aba-category-block__main__body {
    position: static;
    color: inherit;
    background: none;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5em;
    font-size: 1.4em;
    text-align: left;
  }
}
.aba-home-category-group .aba-category-block__children {
  display: none;
}
.aba-home-category-group .aba-category-name {
  width: 100%;
  font-size: 1em;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  gap: 0.15em;
}
.aba-home-category-group .aba-category-name__en {
  display: block;
  width: 100%;
  font-size: 1em;
  font-family: var(--aba-font-family-en, inherit);
}
.aba-home-category-group .aba-category-name__ja {
  display: block;
  width: 100%;
  font-size: max(10px, 0.45em);
}
@media (min-width: 750.02px) {
  .aba-home-category-group .aba-category-name {
    gap: 0.5em;
  }
  .aba-home-category-group .aba-category-name__en {
    font-size: 1em;
  }
  .aba-home-category-group .aba-category-name__ja {
    font-size: 0.67em;
  }
}
@media (max-width: 750px) {
  .aba-home-category-group .aba-category-comingSoon {
    height: auto;
    aspect-ratio: 1;
  }
}

/*--------------- 例外 ---------------*/
@media (max-width: 750px) {
  .aba-home .is-outlet {
    grid-column: span 2;
  }
  .aba-home .is-outlet .aba-category-block__main {
    aspect-ratio: auto;
  }
  .aba-home .is-outlet .aba-category-block__main__image {
    display: none;
  }
  .aba-home .is-outlet .aba-category-block__main__body {
    position: static;
    padding: 0.75em;
    color: #ffffff;
    background-color: #B69794;
  }
  .aba-home .is-video .aba-category-block__main__image {
    display: none;
  }
  .aba-home .is-video .aba-category-block__main__body {
    color: #ffffff;
    background: #222222;
  }
  .aba-home .is-competition .aba-category-name__en {
    font-size: 20px;
  }
}

/*
 * RANKING / 人気の商品
------------------------------------------------*/
.aba-home-ranking {
  display: block;
  width: 100%;
}
.aba-home-ranking__header {
  --aba-container-padding: 15px;
  display: block;
  width: 100%;
  margin: 0 0 clamp(30px, 4vw, 60px);
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1px;
  background-image: linear-gradient(#CCCCCC 0%, #CCCCCC 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: center bottom;
}
.aba-home-ranking__body {
  display: block;
  width: 100%;
}

.aba-home-ranking-nav {
  display: block;
  width: 100%;
  font-size: clamp(13px, 1.73vw, 16px);
}
.aba-home-ranking-nav__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.aba-home-ranking-nav__list__item {
  display: flex;
  width: auto;
  flex: 0 0 25%;
}
@media (min-width: 750.02px) {
  .aba-home-ranking-nav__list {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .aba-home-ranking-nav__list__item {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

.aba-home-ranking-nav-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.5em 1.5em;
  color: inherit !important;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.aba-home-ranking-nav-tab::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
  margin: auto;
}
.aba-home-ranking-nav-tab.js--active::after {
  opacity: 1;
}
@media (max-width: 750px) {
  .aba-home-ranking-nav-tab {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.aba-home-ranking-tab {
  display: block;
  width: 100%;
}
.aba-home-ranking-tab:not(.js--active) {
  display: none;
}
.aba-home-ranking-tab__nav {
  width: 100%;
  margin: clamp(40px, 5.33vw, 50px) 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.aba-home-ranking-btn {
  flex-shrink: 0;
}

.aba-home-ranking:not(.js--active) .aba-home-ranking-nav__list__item:first-child .aba-home-ranking-nav-tab::after {
  opacity: 1;
}
.aba-home-ranking:not(.js--active) .aba-home-ranking-tab:first-child {
  display: block;
}

.aba-home-ranking .aile2025-fr-products {
  /* counter-reset: ranking; */
}
.aba-home-ranking .aile2025-fr-products__list__item {
  /* counter-increment: ranking; */
}
.aba-home-ranking .aile2025-fr-products__list__item:nth-child(n+6) {
  display: none;
}
.aba-home-ranking .aile2025-fr-product {
  container-type: inline-size;
  position: relative;
}
.aba-home-ranking .aile2025-fr-product::before {
  content: attr(data-index);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.44em;
  height: auto;
  aspect-ratio: 1;
  font-size: 18px;
  font-size: 11.72cqw;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  background: #231816;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: auto;
}
/*
 * 人気の講習
------------------------------------------------*/
.aba-home-schoolPickup {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vw, 60px);
}

.aba-home-schoolPickup-section {
  display: block;
  width: 100%;
}
.aba-home-schoolPickup-section__header {
  display: block;
  width: 100%;
  margin: 0 0 35px;
}
.aba-home-schoolPickup-section__body {
  display: block;
  width: 100%;
}

.aba-home-schoolPickup-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.25em 0;
  border-bottom: 1px solid #231816;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 750.02px) {
  .aba-home-schoolPickup-title {
    font-size: 20px;
    font-weight: 700;
  }
}

.aba-home-schoolPickup-movie .aile2025-fr-products {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.aba-home-schoolPickup-movie .aile2025-fr-products__list {
  display: grid;
}
@media (max-width: 750px) {
  .aba-home-schoolPickup-movie .aile2025-fr-products__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 25px;
  }
  .aba-home-schoolPickup-movie .aile2025-fr-products__list__item {
    max-width: 100%;
  }
  .aba-home-schoolPickup-movie .aile2025-fr-products__list__item:first-child {
    grid-column: span 2;
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .aba-home-schoolPickup-movie .aile2025-fr-products__list__item:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 750.02px) {
  .aba-home-schoolPickup-movie .aile2025-fr-products__list {
    grid-template-columns: auto repeat(3, minmax(0, 16.7857142857%));
    gap: 35px 30px;
  }
  .aba-home-schoolPickup-movie .aile2025-fr-products__list__item:first-child {
    grid-row: span 2;
  }
  .aba-home-schoolPickup-movie .aile2025-fr-products__list__item:nth-child(n+8) {
    display: none;
  }
}
@media (min-width: 750.02px) {
  .aba-home-schoolPickup-movie .aile2025-fr-product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

/*
 * NEW ARRIVAL / 新着商品・講習
------------------------------------------------*/
.aba-home-newarrival .aile2025-fr-products__list__item:nth-child(n+6) {
  display: none;
}

/*
 * RECOMMEND / おすすめ商品・講習
------------------------------------------------*/
.aba-home-recommend .aile2025-fr-products__list__item:nth-child(n+6) {
  display: none;
}

/*
 * 商品・講習の特徴
------------------------------------------------*/
.aba-home-features {
  background-color: #ffffff;
  background-image: linear-gradient(#EEEEEE 0%, #EEEEEE 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 47.5%;
}
@media (max-width: 750px) {
  .aba-home-features .aba-home-section-nav .aba-home-btn {
    width: 9.5em;
  }
}

.aba-home-feature-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

.aba-home-feature {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .aba-home-feature.swiper {
    width: auto;
    margin-left: calc(-1 * var(--aba-container-padding));
    margin-right: calc(-1 * var(--aba-container-padding));
  }
}
.aba-home-feature__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.aba-home-feature__list__item {
  container-type: inline-size;
  display: block;
}
.aba-home-feature__controller {
  pointer-events: none;
  width: 100%;
  padding: 15px 45px;
  display: flex;
  align-items: center;
  font-size: 1.27em;
}
.aba-home-feature__controller .swiper-pagination {
  pointer-events: auto;
  position: static;
  flex-grow: 1;
  flex-basis: 0;
}
.aba-home-feature__controller .swiper-button-prev,
.aba-home-feature__controller .swiper-button-next {
  pointer-events: auto;
  position: static;
  margin: 0;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: 3.58em;
  height: 0.68em;
  font-size: 1em;
  color: #231816 !important;
}
.aba-home-feature__controller .swiper-button-prev::after,
.aba-home-feature__controller .swiper-button-next::after {
  content: "";
  box-sizing: border-box;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  border-color: CurrentColor;
  border-style: solid;
  border-width: 0;
}
.aba-home-feature__controller .swiper-button-prev {
  order: -1;
  margin-right: auto;
}
.aba-home-feature__controller .swiper-button-prev::after {
  border-width: 0 0 1px 2px;
  transform: skewX(-50deg);
  transform-origin: right bottom;
}
.aba-home-feature__controller .swiper-button-next {
  order: 1;
  margin-left: auto;
}
.aba-home-feature__controller .swiper-button-next::after {
  border-width: 0 2px 1px 0;
  transform: skewX(50deg);
  transform-origin: right bottom;
}
@media (min-width: 750.02px) {
  .aba-home-feature__controller {
    padding: 12.86% 0 0;
    width: auto;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: auto;
    z-index: 5;
    margin: auto;
  }
  .aba-home-feature__controller .swiper-pagination {
    display: none;
  }
}
@media (min-width: 1500.02px) {
  .aba-home-feature__controller {
    left: -50px;
    right: -50px;
  }
}
.aba-home-feature:not(.swiper-initialized) .aba-home-feature__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 750.02px) {
  .aba-home-feature:not(.swiper-initialized) .aba-home-feature__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
  }
}

.aba-home-feature-block {
  display: block;
  width: 100%;
  position: relative;
  color: inherit !important;
  font-size: clamp(11px, 4.69cqw, 18px);
}
.aba-home-feature-block[href] {
  text-decoration: none !important;
  transition: opacity 0.4s;
}
.aba-home-feature-block[href]:hover {
  opacity: 0.6;
}
.aba-home-feature-block__image {
  display: block;
  width: 100%;
  background-color: #fcfcfc;
  aspect-ratio: 320/380;
}
.aba-home-feature-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aba-home-feature-block__body {
  display: block;
  width: 100%;
}
.aba-home-feature-block__image + .aba-home-feature-block__body {
  margin-top: 20px;
}
.aba-home-feature-block::before {
  content: attr(data-label);
  pointer-events: none;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0.25em 1em;
  font-size: 1.33em;
  text-align: center;
  font-weight: 600;
  font-family: var(--aba-font-family-en, inherit);
  color: #ffffff;
  background: #231816;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: auto;
}

.aba-home-feature-block-title {
  width: 100%;
  margin: 0 0 0.5em;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.25em 0.5em;
  font-size: 1.6em;
}
.aba-home-feature-block-title__en {
  display: block;
  font-size: 1em;
  font-weight: 600;
  font-family: var(--aba-font-family-en, inherit);
}
.aba-home-feature-block-title__ja {
  display: block;
  font-size: 0.63em;
  font-weight: 500;
}

.aba-home-feature-block-summary {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  font-size: 1em;
  line-height: 1.73;
}

/*
 * 講師紹介
------------------------------------------------*/
.aba-home-instructor {
  display: block;
  width: 100%;
  font-size: clamp(13px, 1.73vw, 15px);
}
.aba-home-instructor__image {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
.aba-home-instructor__image img {
  display: block;
  width: 100%;
  height: auto;
}
.aba-home-instructor__body {
  display: block;
  width: 100%;
}
.aba-home-instructor-summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.aba-home-instructor-summary__content {
  display: block;
  width: 100%;
}
.aba-home-instructor-summary__nav {
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .aba-home-instructor-summary {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
  }
  .aba-home-instructor-summary__content {
    flex-grow: 1;
    flex-basis: 0;
  }
  .aba-home-instructor-summary__nav {
    width: auto;
    flex: 0 0 auto;
    max-width: 100%;
    align-self: flex-end;
  }
}

/*--------------- VIEW MORE ---------------*/
.aba-home-instructor-more {
  display: block;
  width: 13.85em;
  max-width: 81.23%;
  height: auto;
  margin: 0 auto;
  padding: 0.25em;
  font-size: 20px;
  text-align: center;
  text-decoration: none !important;
  position: relative;
}
.aba-home-instructor-more::after {
  content: "";
  pointer-events: none;
  display: block;
  width: 100%;
  height: 0.5em;
  border-width: 0 2px 1px 0;
  border-color: CurrentColor;
  border-style: solid;
  transform: skewX(60deg);
  transform-origin: right bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}

/*
 * コンセプト
------------------------------------------------*/
.aba-home-conceptArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: clamp(40px, 5.33vw, 80px) 0;
  min-height: 515px;
  color: #231816;
  background: #ffffff;
  font-size: 15px;
  background-color: #524040;
  background-image: url(../images/home/concept/bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
.aba-home-conceptArea::before { /* PC & SP */
  content: "";
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 64, 64, 0.63);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.aba-home-conceptArea > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 750.02px) {
  .aba-home-conceptArea {
    min-height: 760px;
    background-image: url(../images/home/concept/bg_pc.jpg);
  }
}
.aba-home-conceptArea__content {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vw, 60px);
  width: 100%;
  max-width: 38.67em;
  margin: 0;
}
.aba-home-conceptArea__heading {
  display: block;
  width: 100%;
}
.aba-home-conceptArea__body {
  display: block;
  width: 100%;
  font-size: clamp(13px, 1.73vw, 15px);
  line-height: 2;
}
.aba-home-conceptArea__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*--------------- 本文 ---------------*/
.aba-home-concept {
  display: block;
  width: 100%;
}
.aba-home-concept__header {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
.aba-home-concept__body {
  display: block;
  width: 100%;
}

.aba-home-concept-title {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.25;
}
.aba-home-concept-title__ja {
  display: block;
  font-size: 1em;
  font-weight: 400;
  font-family: var(--aba-font-family-ja, inherit);
}
.aba-home-concept-title__en {
  display: block;
  font-size: max(10px, 0.5em);
  font-family: var(--aba-font-family-en, inherit);
}

/*
 * お知らせ
------------------------------------------------*/
.aba-home-news {
  display: block;
  width: 100%;
  padding: clamp(70px, 9.33vw, 80px) 0;
  color: #231816;
  background: #ffffff;
  font-size: 15px;
}
.aba-home-news__layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.aba-home-news__layout__heading {
  display: block;
  width: 100%;
}
.aba-home-news__layout__body {
  display: block;
  width: 100%;
}
.aba-home-news__layout__nav {
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .aba-home-news__layout {
    display: grid;
    grid-template-columns: max(250px, 17.86%) minmax(0, 1fr);
    grid-template-areas: "heading body" "nav body";
    gap: 40px 20px;
  }
  .aba-home-news__layout__heading {
    grid-area: heading;
  }
  .aba-home-news__layout__body {
    grid-area: body;
  }
  .aba-home-news__layout__nav {
    grid-area: nav;
  }
}
.aba-home-news__list {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.aba-home-news__list__item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*--------------- Title ---------------*/
.aba-home-news-title {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25em 0.5em;
  font-size: clamp(32px, 4.27vw, 42px);
  text-align: center;
}
.aba-home-news-title__en {
  display: block;
  font-size: 1em;
  font-weight: normal;
  font-family: var(--aba-font-family-en, inherit);
  letter-spacing: 0.025em;
}
.aba-home-news-title__ja {
  display: block;
  font-size: max(16px, 0.38em);
  font-weight: normal;
  font-family: var(--aba-font-family-ja, inherit);
}

/*--------------- Link ---------------*/
.aba-home-news-block {
  width: 100%;
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  gap: 1em;
}
.aba-home-news-block__date {
  display: block;
  width: auto;
  flex: 0 0 auto;
  color: #9D9D9D;
  font-size: 1.07em;
}
.aba-home-news-block__title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*--------------- Button ---------------*/
.aba-home-news-btn {
  width: 9.5em;
  margin: 0 auto;
}
@media (min-width: 750.02px) {
  .aba-home-news-btn {
    width: 15.63em;
    margin: 0;
  }
}

/*
 * INSTAGRAM
------------------------------------------------*/
.aba-home-instagram {
  display: block;
  width: 100%;
}
.aba-home-instagram__main {
  display: block;
  width: 100%;
}
.aba-home-instagram__main .aba-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.aba-home-instagram__nav {
  display: block;
  width: 100%;
}
.aba-home-instagram__main + .aba-home-instagram__nav {
  margin-top: clamp(40px, 5.33vw, 80px);
}

.aba-home-instagram-nav {
  display: block;
  width: 100%;
}
.aba-home-instagram-nav__list {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.aba-home-instagram-nav__list__item {
  display: flex;
  flex: 0 0 auto;
  max-width: 100%;
}

.aba-home-instagram-nav-link {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.58em;
  max-width: 100%;
  height: auto;
  padding: 0.375em 0.25em;
  font-size: clamp(20px, 2.67vw, 24px);
  line-height: 1.5;
  text-align: center;
  color: #231816 !important;
  background-color: #ffffff;
  text-decoration: none !important;
  border: 1px solid CurrentColor;
}
.aba-home-instagram-nav-link::before {
  content: "";
  display: block;
  width: 1.25em;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../images/home/instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.aba-home-instagram-nav-link[href] {
  transition: opacity 0.4s;
}
.aba-home-instagram-nav-link[href]:hover {
  opacity: 0.6;
}
