@charset "UTF-8";
/*
|---------------------------------------------------------------
| style.css
|---------------------------------------------------------------
*/
html {
  scroll-behavior: smooth;
}

body {
  min-width: 300px;
  /* font-size: 15px; */
  font-family: "Lora", "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  color: #231816;
  background-color: #F9F9F9;
  font-feature-settings: "pwid" 1;
}

::-moz-selection {
  background-color: rgba(145, 139.5, 138.5, 0.5);
}

::selection {
  background-color: rgba(145, 139.5, 138.5, 0.5);
}

/*--------------- Device ---------------*/
@media (min-width: 750.02px) {
  .d-none--pc {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .d-none--sp {
    display: none !important;
  }
}

/*--------------- Color ---------------*/
.text-primary {
  color: #231816 !important;
}

.bg-primary {
  background-color: #231816 !important;
}

.text-light {
  color: #EEEEEE !important;
}

.bg-light {
  background-color: #EEEEEE !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

/*--------------- Original Class ---------------*/
*:where([class^=aba-]) {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*[class^=aba-]:where(a),
*[class^=aba-]:where(a):visited,
*[class^=aba-]:where(a):hover,
*[class^=aba-]:where(a):active {
  color: inherit;
}

/*
 * Container
------------------------------------------------*/
.aba-container {
  width: 100%;
  max-width: calc(var(--aba-container-maxwidth, 1200px) + var(--aba-container-padding, 25px) * 2);
  padding-left: var(--aba-container-padding, 25px);
  padding-right: var(--aba-container-padding, 25px);
  margin-left: auto;
  margin-right: auto;
}
.aba-container.is-fullwidth {
  max-width: 100%;
}

/*
 * Button
------------------------------------------------*/
.aba-btn {
  display: inline-block;
  width: auto;
  font-size: 15px;
  line-height: 1.2;
  padding: 1em 2em;
  text-align: center;
  border: 1px solid CurrentColor;
  text-decoration: none !important;
  cursor: pointer;
}
.aba-btn[href] {
  transition: opacity 0.25s;
}
.aba-btn[href]:hover {
  opacity: 0.85;
}
.aba-btn.is-block {
  display: block;
  width: 100%;
}
.aba-btn.is-rounded {
  border-radius: 1.75em;
}
.aba-btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*--------------- Color ---------------*/
.aba-btn.is-primary {
  color: #ffffff;
  background-color: #231816;
  border-color: #231816;
}
.aba-btn.is-outline-primary {
  color: #231816;
  background-color: #ffffff;
}
.aba-btn.is-light {
  color: #231816;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}
.aba-btn.is-outline-light {
  color: #EEEEEE;
  background-color: #ffffff;
}
.aba-btn.is-white {
  color: #231816;
  background-color: #ffffff;
  border-color: #ffffff;
}
.aba-btn.is-outline-white {
  color: #ffffff;
  background-color: #ffffff;
}
.aba-btn.is-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.aba-btn.is-outline-black {
  color: #000000;
  background-color: #ffffff;
}

/*
 * recommend
------------------------------------------------*/
.aba-js-recommend-wrapper:not(.js--active) {
  display: none;
}

/*--------------- SP ---------------*/
@media (max-width: 750px) {
  .aile2025-fr-products {
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .aile2025-fr-products::-webkit-scrollbar {
    display: none;
  }
  .aile2025-fr-products__list {
    display: flex;
    flex-direction: row;
  }
  .aile2025-fr-products__list__item {
    flex: 0 0 39.47vw;
    max-width: 39.47vw;
  }
  .aba-container .aile2025-fr-products {
    width: auto;
    margin-left: 0;
    margin-right: calc(-1 * var(--aba-container-padding));
  }
}

/*
 * 検索フォーム
------------------------------------------------*/
.aba-searchForm {
  --aba-search-btn-size: 1.8em;
  --aba-search-y: 0.75em;
  display: block;
  width: 100%;
  color: #231816;
  background: #ffffff;
  position: relative;
}
.aba-searchForm__input {
  display: block;
  width: 100%;
}
.aba-searchForm__input input {
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: auto;
  padding: var(--aba-search-y) calc(1em + var(--aba-search-btn-size, 0px)) var(--aba-search-y) 0.75em;
  border-width: 1px;
  border-style: solid;
  border-color: #231816 !important;
  border-radius: 4px;
  font-size: 1em;
  font-size: max(1em, 16px);
  font-family: inherit;
}
.aba-searchForm__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border: 0;
  padding: 0;
  outline: none;
  display: block;
  width: var(--aba-search-btn-size);
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  z-index: 2;
  margin: auto;
}
.aba-searchForm__submit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}

/* futureサジェストリンク */
.aba-searchForm input[name=keyword] + .poplink {
  width: 100%;
}

/*
 * 人気のキーワード
------------------------------------------------*/
.aba-popular-keywords {
  display: block;
  width: 100%;
}
.aba-popular-keywords .fs-pt-list {
  list-style: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.aba-popular-keywords .fs-pt-list__item {
  --aba-padding-y: 0.61em;
  --aba-padding-x: 0.75em;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.aba-popular-keywords .fs-pt-list__item > a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.61em 1.5em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #CCCCCC;
  border-radius: 1.5em;
  overflow: hidden;
  color: #231816;
  background: #ffffff;
  color: inherit !important;
  text-decoration: none !important;
  transition: opacity 0.4s;
}
.aba-popular-keywords .fs-pt-list__item > a:hover {
  opacity: 0.6;
}

/*
 * Brand
------------------------------------------------*/
.aba-brand {
  display: block;
  width: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.aba-brand img {
  display: block;
  width: 100%;
  height: auto;
}
.aba-brand .is-dark {
  display: none;
}

/*
 * Category
------------------------------------------------*/
.aba-category {
  display: block;
  width: 100%;
}
.aba-category__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--aba-gap, 1em);
}
.aba-category__list__item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.aba-category-block {
  display: block;
}

.aba-category-image {
  display: block;
  width: 100%;
}
.aba-category-image img {
  display: block;
  width: 100%;
  height: auto;
}

.aba-category-name {
  display: block;
  margin: 0;
  padding: 0;
}

/*--------------- Sub Category ---------------*/
.aba-subCategory {
  display: block;
  width: 100%;
}
.aba-subCategory__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
.aba-subCategory__list__item {
  display: block;
  width: 100%;
}
.aba-subCategory__list__item + .aba-subCategory__list__item {
  margin-top: var(--aba-gap, 1em);
}

.aba-subCategory-link {
  margin: 0;
  padding: 0;
}

/*--------------- COMING SOON ---------------*/
.aba-category .is-comingSoon {
  display: none;
}

.aba-category-comingSoon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.71em 1em;
  color: #231816;
  background: #D9D9D9;
  font-size: 1.33em;
  text-align: center;
  pointer-events: none;
}

/*
 * Menu
------------------------------------------------*/
.aba-menu {
  display: block;
  width: 100%;
}

.aba-menu-group {
  display: block;
  width: 100%;
  font-size: 1.07em;
}
.aba-menu-group__head {
  display: block;
  width: 100%;
  font-size: 1.13em;
  font-weight: 500;
  padding: 0.5em 0;
  border-bottom: 1px solid var(--aba-border-color, #CCCCCC);
}
.aba-menu-group__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.5em 0;
}
@media (max-width: 750px) {
  .aba-menu-group__body {
    padding-left: 2em;
  }
}
@container (max-width: 400px) {
  .aba-menu-group__head {
    cursor: pointer;
    padding-right: 15px;
    position: relative;
  }
  .aba-menu-group__head::after {
    content: "";
    width: 13px;
    height: 13px;
    background-image: linear-gradient(CurrentColor 0%, CurrentColor 100%), linear-gradient(CurrentColor 0%, CurrentColor 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 1px, 1px 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
  }
  .aba-menu-group__head.js--opened::after {
    background-size: 100% 1px, 1px 0%;
  }
  .aba-menu-group__head + .aba-menu-group__body {
    display: none;
    border-bottom: 1px solid var(--aba-border-color, #CCCCCC);
  }
}

.aba-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
.aba-menu-list__item {
  display: block;
  width: 100%;
}

.aba-menu-link {
  color: inherit;
  text-decoration: none;
}

/*--------------- fs-clientInfo ---------------*/
.aba-menu-clientInfo *[data-logged_in=false] *[data-member-status=member] {
  display: none;
}
.aba-menu-clientInfo *[data-logged_in=true] *[data-member-status=guest] {
  display: none;
}

/* fs-clientInfo 無効時のみ表示 */
.fs-clientInfo.is-ready + .aba-menu-clientInfoFallback {
  display: none !important;
}

/*
 * SNS
------------------------------------------------*/
.aba-sns {
  display: block;
  max-width: 100%;
}
.aba-sns__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.aba-sns__list__item {
  display: block;
}

.aba-sns-link {
  display: block;
  font-size: 13px;
}
.aba-sns-link img {
  display: block;
  width: 39px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

/*
 * to PAGE TOP
------------------------------------------------*/
.aba-toTop {
  display: block;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
}
.aba-toTop img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*
 * バナー
------------------------------------------------*/
.aba-banners {
  container-type: inline-size;
  display: block;
}
.aba-banners__narrow {
  display: none;
}
@container (min-width: 375px) {
  .aba-banners__narrow {
    display: none !important;
  }
}
.aba-banners__wide {
  display: block;
}
@container (max-width: 375.02px) {
  .aba-banners__wide {
    display: none !important;
  }
}
@supports (container-type: inline-size) {
  .aba-banners__narrow {
    display: block;
  }
}
.aba-banners .fs-pt-column {
  display: grid;
}
.aba-banners .fs-pt-column__item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.aba-banners .fs-pt-column__item[href] {
  transition: opacity 0.25s;
}
.aba-banners .fs-pt-column__item[href]:hover {
  opacity: 0.85;
}
.aba-banners .fs-pt-column__image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.aba-banners .fs-pt-column__image img {
  display: block;
  width: 100%;
  height: auto;
}
.aba-banners .fs-pt-column__heading {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}
.aba-banners .fs-pt-column__description {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 0.88em;
  font-weight: normal;
}
.aba-banners__narrow .fs-pt-column {
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.aba-banners__wide .fs-pt-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

/*
 * Instagram Gallery
------------------------------------------------*/
.aba-instagramGallery {
  display: block;
  width: 100%;
  overflow: hidden;
}
.aba-instagramGallery * {
  margin: 0;
  padding: 0;
}
.aba-instagramGallery__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.aba-instagramGallery__list > li {
  display: flex;
  width: 100%;
}
.aba-instagramGallery figure {
  display: block;
  width: 100%;
  background-color: #ffffff;
}
.aba-instagramGallery figure a {
  display: block;
  transition: opacity 0.4s;
}
.aba-instagramGallery figure a:hover {
  opacity: 0.6;
}
.aba-instagramGallery figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--------------- SP 9件限定 ---------------*/
@media (max-width: 750px) {
  .aba-instagramGallery__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .aba-instagramGallery__list > li:nth-child(n+10) {
    display: none;
  }
  .aba-instagramGallery__list > li:nth-child(1) {
    order: 1;
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .aba-instagramGallery__list > li:nth-child(2) {
    order: 2;
  }
  .aba-instagramGallery__list > li:nth-child(3) {
    order: 3;
  }
  .aba-instagramGallery__list > li:nth-child(4) {
    order: 8;
  }
  .aba-instagramGallery__list > li:nth-child(5) {
    order: 7;
  }
  .aba-instagramGallery__list > li:nth-child(6) {
    order: 9;
    grid-column: 2/4;
    grid-row: 4/6;
  }
  .aba-instagramGallery__list > li:nth-child(7) {
    order: 4;
  }
  .aba-instagramGallery__list > li:nth-child(8) {
    order: 5;
  }
  .aba-instagramGallery__list > li:nth-child(9) {
    order: 6;
  }
}

/*
 * 会員登録について
------------------------------------------------*/
.aba-register-message {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 1em;
  line-height: 1.8;
}
.fs-c-inputInformation__message + .aba-register-message {
  margin-top: -15px;
}

/*
 * Header
------------------------------------------------*/
:root {
  --aba-header-color: #231816;
  --aba-header-bgcolor: #ffffff;
  --aba-header-top-height: 36px;
  --aba-header-main-height: 56px;
  --aba-header-height: calc(var(--aba-header-top-height) + var(--aba-header-main-height));
}
@media (min-width: 750.02px) {
  :root {
    --aba-header-main-height: 80px;
  }
}
@media (min-width: 1200.02px) {
  :root {
    --aba-header-top-height: 40px;
    --aba-header-main-height: 94px;
  }
}

body {
  padding-top: var(--aba-header-height, 0px);
}

*[id] {
  scroll-margin-top: var(--aba-header-height, 0px);
}

.aba-header {
  display: block;
  width: 100%;
  min-width: 300px;
  color: var(--aba-header-color);
  background-color: var(--aba-header-bgcolor);
  font-size: min(3.47vw, 13px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1000;
}
@media (min-width: 1200.02px) {
  .aba-header {
    font-size: 15px;
  }
}
.aba-header__top, .aba-header__main {
  --aba-container-padding: 15px;
}
@media (min-width: 1200.02px) {
  .aba-header__top, .aba-header__main {
    --aba-container-padding: 40px;
  }
}
.aba-header__top {
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #231816;
}
.aba-header__top__layout {
  min-height: var(--aba-header-top-height);
  display: flex;
  width: 100%;
  align-items: center;
}
.aba-header__top__layout__news {
  display: block;
  width: 100%;
}
.aba-header__top__layout__guide {
  display: none;
}
@media (min-width: 1200.02px) {
  .aba-header__top__layout {
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 20.67em minmax(0, 1fr) 20.67em;
    grid-template-areas: "_ news guide";
    gap: 0 calc(var(--aba-container-padding, 0px) / 2);
  }
  .aba-header__top__layout__news {
    grid-area: news;
  }
  .aba-header__top__layout__guide {
    grid-area: guide;
    display: block;
  }
}
.aba-header__main {
  display: block;
  width: 100%;
  min-height: var(--aba-header-main-height);
}
.aba-header__main__layout {
  width: 100%;
  min-height: var(--aba-header-main-height);
  display: grid;
  grid-template-columns: 20em minmax(0, 1fr) 20em;
  grid-template-areas: none;
}
.aba-header__main__layout__actionMenu {
  display: none;
  padding: var(--aba-padding-y, 0px) var(--aba-padding-x, 0px);
}
.aba-header__main__layout__brand {
  display: flex;
  align-items: center;
  padding: var(--aba-padding-y, 0px) var(--aba-padding-x, 0px);
}
.aba-header__main__layout__nav {
  padding: var(--aba-padding-y, 0px) var(--aba-padding-x, 0px);
  position: relative;
}
.aba-header__main__layout__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: var(--aba-padding-y, 0px) var(--aba-padding-x, 0px);
}
@media (max-width: 1200px) {
  .aba-header__main {
    --aba-padding-y: 0px;
    --aba-padding-x: 0px;
  }
  .aba-header__main__layout {
    grid-template-columns: minmax(0, 1fr) 5em minmax(0, 1fr);
    align-items: center;
    padding: 0;
  }
  .aba-header__main__layout__actionMenu {
    display: block;
  }
  .aba-header__main__layout__nav {
    display: none;
  }
  .aba-header__main .is-only-wide {
    display: none;
  }
}
@media (max-width: 750px) {
  .aba-header__main {
    font-size: 11px;
  }
}

/*--------------- Header News ---------------*/
.aba-header-news {
  display: block;
  width: 100%;
  font-size: 1em;
}
@media (min-width: 1200.02px) {
  .aba-header-news {
    font-size: 0.93em;
  }
}
.aba-header-news__list {
  list-style: none;
  padding: 0;
}
.aba-header-news__list__item {
  display: block;
  width: 100%;
  text-align: center;
}
.aba-header-news__list__item > * {
  color: inherit !important;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.aba-header-news__list__item > a {
  text-decoration: none;
}
.aba-header-news:not(.swiper-initialized) .aba-header-news__list__item:not(:first-child) {
  display: none;
}

/*--------------- Header Guide ---------------*/
.aba-header-guide {
  display: block;
  width: 100%;
  font-size: clamp(13px, 1.73vw, 14px);
}
.aba-header-guide__list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 1.25em;
}
.aba-header-guide__list__item {
  display: block;
  text-align: center;
}
.aba-header-guide__list__item > * {
  color: inherit !important;
  text-decoration: none;
}

/*--------------- Header Nav ---------------*/
.aba-header-nav {
  display: block;
  width: 100%;
  height: 100%;
}
.aba-header-nav__list {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 0 1em;
}
.aba-header-nav__list__item {
  display: block;
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.aba-header-nav-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.25;
  padding: 1em 0;
  position: relative;
}
.aba-header-nav-text[href] {
  text-decoration: none !important;
}
.aba-header-nav-text.has-more::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: CurrentColor;
  transform: translateY(-75%) rotate(45deg);
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  pointer-events: none;
  opacity: 0;
}
.aba-header-nav-text__en {
  display: block;
  width: 100%;
  font-size: 1.23em;
  font-weight: 500;
  font-family: var(--aba-font-family-en, inherit);
}
.aba-header-nav-text__ja {
  display: block;
  width: 100%;
  font-size: 0.77em;
  font-weight: 500;
}
.aba-header-nav-text__en + .aba-header-nav-text__ja {
  margin-top: 0.5em;
}
@media (min-width: 1200.02px) {
  .aba-header-nav-text {
    padding-left: 1em;
    padding-right: 1em;
  }
  .aba-header-nav-text__en {
    font-size: 1.47em;
  }
  .aba-header-nav-text__ja {
    font-size: 0.8em;
  }
}

.aba-header-nav-more {
  display: block;
  width: 100%;
  max-height: calc(100vh - var(--aba-header-height) - 15px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 15px 15px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  font-size: 11px;
  color: var(--aba-header-color);
  background-color: var(--aba-header-bgcolor);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 100;
  margin: auto;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1200.02px) {
  .aba-header-nav-more {
    width: 1200px;
    max-width: 95vw;
    padding: 50px 50px;
    font-size: 13px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.aba-header-nav__list__item:hover .aba-header-nav-more {
  opacity: 1;
  pointer-events: auto;
}
.aba-header-nav__list__item:hover .aba-header-nav-text.has-more::after {
  opacity: 1;
}

.aba-header-nav-more .aba-category__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.aba-header-nav-more .aba-category__list__item {
  margin: 0;
}
@media (min-width: 1200.02px) {
  .aba-header-nav-more .aba-category__list {
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
    gap: 30px;
  }
}
.aba-header-nav-more .aba-category-block__main {
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.33vw, 15px);
}
.aba-header-nav-more .aba-category-block__main[href] {
  text-decoration: none;
  transition: opacity 0.25s;
}
.aba-header-nav-more .aba-category-block__main[href]:hover {
  opacity: 0.7;
}
.aba-header-nav-more .aba-category-block__main__image {
  flex: 0 0 5.38em;
  max-width: 5.38em;
}
.aba-header-nav-more .aba-category-block__main__body {
  flex-grow: 1;
  flex-basis: 0;
}
.aba-header-nav-more .aba-category-block__children {
  margin-top: 20px;
  border-top: 1px solid #000000;
  padding: 15px 0;
}
.aba-header-nav-more .aba-category-name__en {
  display: block;
  font-size: 1.38em;
  line-height: 1.25;
}
.aba-header-nav-more .aba-category-name__ja {
  display: block;
  font-size: 0.92em;
  line-height: 1.25;
}
.aba-header-nav-more .aba-subCategory__list__item {
  --aba-gap: 0.5em;
}
.aba-header-nav-more .aba-subCategory__list__item.is-all {
  font-weight: 600;
}

/*--------------- Header Menu ---------------*/
.aba-header-ecmenu {
  --aba-ecmenu-gap: 2em;
  display: block;
}
.aba-header-ecmenu__list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 0 var(--aba-ecmenu-gap, 10px);
}
.aba-header-ecmenu__list__item {
  display: block;
}
@media (max-width: 1200px) {
  .aba-header-ecmenu {
    --aba-ecmenu-gap: 1em;
  }
}

.aba-header-ecmenu-link {
  display: block;
  width: 2.07em;
  height: auto;
  aspect-ratio: 1;
  cursor: pointer;
  text-decoration: none !important;
}
.aba-header-ecmenu-link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-size: min(10px, 0.5em);
}

/*--------------- Cart ---------------*/
.aba-header-ecmenu-cart {
  --aba-count-size: 16px;
  position: relative;
}

.aba-header-ecmenu-cartCount {
  display: block;
  width: auto;
  min-width: var(--aba-count-size);
  max-width: 100%;
  height: var(--aba-count-size);
  line-height: var(--aba-count-size);
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 2px;
  font-style: normal;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  color: #ffffff;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  transform: translate(50%, -50%);
}
.aba-header-ecmenu-cartCount:not(.js--active) {
  display: none !important;
}
.aba-header-ecmenu-cartCount .fs-client-cart-count,
.aba-header-ecmenu-cartCount .fs-client-subscriptionCart-count {
  display: none !important;
}

/*--------------- Hamburger Menu ---------------*/
.aba-hamburgerMenu {
  --aba-y: 0.33em;
  display: block;
  width: 2.13em;
  height: auto;
  aspect-ratio: 1;
  position: relative;
}
.aba-hamburgerMenu::before, .aba-hamburgerMenu::after {
  content: "";
  display: block;
  width: 87.5%;
  height: 2px;
  background: CurrentColor;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.aba-hamburgerMenu::before {
  transform: translateY(calc(-1 * var(--aba-y)));
}
.aba-hamburgerMenu::after {
  transform: translateY(var(--aba-y));
}

/*--------------- 検索 ---------------*/
.aba-header-search {
  display: block;
  width: 100%;
  color: #231816;
  background-color: #ffffff;
}
.aba-header-search__content {
  display: block;
  width: 100%;
  padding: 40px 0;
}

.aba-header .aba-header-search {
  border-top: 1px solid #DDDDDD;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  transition: opacity 0.25s;
  opacity: 1;
}
body:not([data-aba-open=search]) .aba-header .aba-header-search {
  opacity: 0;
  pointer-events: none;
}

/*--------------- 特徴 ---------------*/
.aba-header-feature-banners {
  width: 100%;
}
.aba-header-feature-banners .fs-pt-column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(20px, 2.67vw, 40px);
}
.aba-header-feature-banners .fs-pt-column__item {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.aba-header-feature-banners .fs-pt-column__item[href] {
  transition: opacity 0.25s;
}
.aba-header-feature-banners .fs-pt-column__item[href]:hover {
  opacity: 0.85;
}
.aba-header-feature-banners .fs-pt-column__image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.aba-header-feature-banners .fs-pt-column__image img {
  display: block;
  width: 100%;
  height: 70px;
}
.aba-header-feature-banners .fs-pt-column__heading {
  display: none;
}
.aba-header-feature-banners .fs-pt-column__description {
  display: none;
}

/*
 * Header Menu
------------------------------------------------*/
.aba-headerMenu {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  margin: auto;
}
@media (min-width: 1200.02px) {
  .aba-headerMenu {
    justify-content: flex-end;
  }
}
.aba-headerMenu__dialog {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: #231816;
  background: #ffffff;
}
.aba-headerMenu__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 750.02px) {
  .aba-headerMenu__dialog {
    max-width: 400px;
  }
}

.aba-headerMenu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.aba-headerMenu__dialog {
  transition: transform 0.25s;
  transform: translateX(-120%);
}
@media (min-width: 1200.02px) {
  .aba-headerMenu__dialog {
    transform: translateX(120%);
  }
}
body[data-aba-open=menu] .aba-headerMenu {
  opacity: 1;
  pointer-events: auto;
}

body[data-aba-open=menu] .aba-headerMenu__dialog {
  transform: translateX(0%);
}

.aba-headerMenu__header {
  display: block;
  width: 100%;
  padding: 25px 0;
}
.aba-headerMenu__header__layout {
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 0 0 30px;
}
.aba-headerMenu__header__layout__user {
  display: block;
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
.aba-headerMenu__header__layout__action {
  display: block;
  width: auto;
  flex: 0 0 auto;
  max-width: 50%;
  margin-left: auto;
}
.aba-headerMenu__group {
  display: block;
  width: 100%;
  container-type: inline-size;
}

.aba-headerMenu-closeBtn {
  display: block;
  cursor: pointer;
  width: 1em;
  height: 1em;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}

.aba-headerMenu-user {
  display: block;
  width: 100%;
}
.aba-headerMenu-user__layout {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75em;
}
.aba-headerMenu-user__layout img {
  display: block;
  width: 1.6em;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.aba-headerMenu-usermenu {
  display: block;
}
.aba-headerMenu-usermenu__list {
  list-style: none;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  gap: calc(var(--aba-container-padding, 25px) * 0.64);
}
.aba-headerMenu-usermenu__list__item {
  display: flex;
}
.aba-headerMenu-usermenu__list__item .aba-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aba-headerMenu-usermenu__list[data-logged_in=false] *[data-member-status=member] {
  display: none;
}
.aba-headerMenu-usermenu__list[data-logged_in=true] *[data-member-status=guest] {
  display: none;
}

/* fs-clientInfo 無効時 */
.fs-clientInfo.is-ready + .aba-headerMenu-usermenuFallback {
  display: none !important;
}

.aba-headerMenu-group {
  display: block;
  width: 100%;
  font-size: 1.07em;
}
.aba-headerMenu-group__head {
  display: block;
  width: 100%;
  font-size: 1.13em;
  font-weight: 500;
  padding: 0.75em 0;
  border-bottom: 1px solid var(--aba-border-color, #CCCCCC);
}
.aba-headerMenu-group__body {
  display: block;
  width: 100%;
  padding: 1.5em 0;
}

.aba-headerMenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
.aba-headerMenu-list__item {
  display: block;
  width: 100%;
}
.aba-headerMenu-list__item::before {
  content: "-";
  margin-right: 0.25em;
}
.aba-headerMenu-list__item + .aba-headerMenu-list__item {
  margin-top: 1em;
}

.aba-headerMenu-link {
  color: inherit;
  text-decoration: none;
}

.aba-headerMenu-menu {
  display: block;
  border-top: 1px solid var(--aba-border-color, #CCCCCC);
}

/*--------------- Category ---------------*/
.aba-headerMenu-category {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}
.aba-headerMenu-category .aba-category__list__item:not(.is-comingSoon) {
  display: flex;
  align-items: baseline;
}
.aba-headerMenu-category .aba-category__list__item::before {
  content: "-";
  margin-right: 0.25em;
  flex-shrink: 0;
}
.aba-headerMenu-category .aba-category-block__main__image {
  display: none;
}
.aba-headerMenu-category .aba-category-block__children {
  display: none;
}
.aba-headerMenu-category .aba-category-name__en {
  display: none;
}
/*--------------- SNS ---------------*/
.aba-headerMenu-sns {
  padding: 45px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
 * グローバルナビ
------------------------------------------------*/
@media (max-width: 750px) {
  :root {
    --aba-global-nav-height: 56px;
  }
}

.aba-globalNav {
  --aba-container-padding: 20px;
  display: block;
  width: 100%;
  min-height: var(--aba-global-nav-height, 56px);
  padding: 1em 0;
  position: fixed;
  /* top: auto; */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 995;
  margin: auto;
  font-size: 8px;
  /* font-size: calc(8px * var(--aba-global-nav-height, 56px) / 56px); */
  text-align: center;
  color: #231816;
  background: #EEEEEE;
}
.aba-globalNav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.aba-globalNav__list__item {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (min-width: 750.02px) {
  .aba-globalNav {
    display: none;
  }
}

.aba-globalNav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aba-globalNav-link[href] {
  text-decoration: none !important;
}
.aba-globalNav-link img {
  display: block;
  flex-shrink: 0;
  width: 2.5em;
  height: 2.5em;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin: 0.5em 0;
}
.aba-globalNav-link__text {
  display: block;
  width: 100%;
  margin: 0;
}

/*
 * Footer
------------------------------------------------*/
:root {
  --aba-footer-menu-gap: 60px;
}
@media (min-width: 960.02px) {
  :root {
    --aba-footer-menu-gap: 60px;
    --aba-footer-col-width: 180px;
  }
}

.aba-footer {
  container-type: inline-size;
  display: block;
  width: 100%;
  font-size: 15px;
}
.aba-footer__guide {
  --aba-footer-guide-border-color: #CCCCCC;
  display: block;
  width: 100%;
  margin: 70px 0;
}
@media (min-width: 960.02px) {
  .aba-footer__guide {
    margin: 60px 0;
    padding: 30px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: var(--aba-footer-guide-border-color);
  }
}
@media (max-width: 960px) {
  .aba-footer__guide .aba-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.aba-footer__banners {
  display: block;
  width: 100%;
  margin: 60px 0;
}
.aba-footer__support {
  display: block;
  width: 100%;
  margin: 60px 0 clamp(70px, 9.33vw, 80px);
}
.aba-footer__main {
  --aba-container-maxwidth: 1400px;
  --aba-border-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 30px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  color: #ffffff;
  background-color: #231816;
}
.aba-footer__main__group {
  display: block;
  width: 100%;
}
.aba-footer__main__copyright {
  display: block;
  width: 100%;
  padding: 0 0 60px;
}
.aba-footer__main__copyright .aba-toTop {
  display: none;
}
.aba-footer__main .aba-brand .is-light {
  display: none;
}
.aba-footer__main .aba-brand .is-dark {
  display: block;
}
@media (min-width: 960.02px) {
  .aba-footer__main__copyright {
    position: relative;
    min-height: 70px;
    padding: 0 100px;
  }
  .aba-footer__main__copyright .aba-toTop {
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 0;
    z-index: 5;
    margin: auto;
  }
}
@media (min-width: 960.02px) {
  .aba-footer .aba-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--aba-footer-menu-gap);
  }
  .aba-footer .aba-menu-group {
    flex: 0 0 var(--aba-footer-col-width, 180px);
    max-width: var(--aba-footer-col-width, 180px);
  }
}

.aba-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.aba-footer-list__item {
  display: block;
}

.aba-footer-link {
  color: inherit;
}

/*--------------- ガイド ---------------*/
.aba-footer-guides {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.aba-footer-guides .aba-footer-guide {
  width: auto;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 960px) {
  .aba-footer-guides .aba-footer-guide.is-large {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960.02px) {
  .aba-footer-guides {
    --aba-footer-guide-border-color: #DDDDDD;
    width: 100%;
    padding: 0 60.5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .aba-footer-guides .aba-footer-guide {
    width: auto;
    max-width: calc(100% + 1px);
    margin: 0 -0.5px;
    flex-grow: 1;
    flex-basis: auto;
  }
}

.aba-footer-guide {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 10px;
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--aba-footer-guide-border-color);
  margin: -1px 0 0;
}
@media (min-width: 960.02px) {
  .aba-footer-guide {
    margin: 0;
    padding: 20px 40px;
    border-width: 0 1px;
  }
}
.aba-footer-guide__head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.aba-footer-guide__head img {
  display: block;
  width: 2.17em;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin-right: 0.5em;
  flex-shrink: 0;
  pointer-events: none;
}
@media (min-width: 960.02px) {
  .aba-footer-guide__head {
    justify-content: flex-start;
  }
}
.aba-footer-guide__body {
  flex-grow: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 960.02px) {
  .aba-footer-guide {
    text-align: left;
  }
  .aba-footer-guide__body {
    align-items: flex-start;
  }
}
.aba-footer-guide__nav {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 0.5em;
}

.aba-footer-guide-link {
  display: inline-block;
}
.aba-footer-guide-link::before, .aba-footer-guide-link::after {
  display: inline-block;
  text-decoration: none;
}
.aba-footer-guide-link::before {
  content: "［";
  margin-right: 0.5em;
}
.aba-footer-guide-link::after {
  content: "］";
  margin-left: 0.5em;
}

.aba-footer-guide-payment {
  display: block;
  width: 100%;
  max-width: 24em;
}
.aba-footer-guide-payment__list {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 960.02px) {
  .aba-footer-guide-payment__list {
    justify-content: flex-start;
    padding: 0;
  }
}
.aba-footer-guide-payment__list > li {
  display: block;
}
.aba-footer-guide-payment__list > li:not(:last-child)::after {
  content: "・";
}

/*--------------- サポート ---------------*/
.aba-footer-support {
  display: block;
  width: 100%;
  margin: 0;
  padding: 40px 20px;
  color: #231816;
  background: #F9F9F9;
  border: 1px solid #CCCCCC;
}
@media (min-width: 960.02px) {
  .aba-footer-support {
    padding: 60px 60px;
  }
}
.aba-footer-support__title {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
}
.aba-footer-support__title__en {
  display: block;
  font-size: 1em;
}
.aba-footer-support__title__ja {
  display: block;
  font-size: max(16px, 0.4em);
}
.aba-footer-support__title__en + .aba-footer-support__title__ja {
  margin-top: 0.75em;
}
.aba-footer-support__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.aba-footer-support__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.aba-footer-support__list__item {
  width: 100%;
  display: flex;
}
@media (min-width: 960.02px) {
  .aba-footer-support__list {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px 40px;
  }
}

.aba-footer-support-link {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding: 0.94em 3.25em;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  border: 1px solid CurrentColor;
}
.aba-footer-support-link::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.25em;
  border-width: 0 1.5px 1px 0;
  border-style: solid;
  border-color: CurrentColor;
  transform: skewX(45deg);
  position: absolute;
  top: 0;
  right: 1.25em;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

/*--------------- Category ---------------*/
.aba-footer-category {
  width: 100%;
}
.aba-footer-category__products {
  display: block;
  width: 100%;
}
.aba-footer-category__school {
  display: block;
  width: 100%;
}
@media (min-width: 960.02px) {
  .aba-footer-category {
    width: 100%;
    display: flex;
    gap: var(--aba-footer-menu-gap);
    flex-wrap: nowrap;
  }
  .aba-footer-category__products {
    display: block;
    width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .aba-footer-category__products .aba-menu-group {
    max-width: 100%;
  }
  .aba-footer-category__products .aba-category__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--aba-footer-menu-gap);
  }
  .aba-footer-category__products .aba-category__list__item {
    flex: 0 0 var(--aba-footer-col-width, 180px);
    max-width: var(--aba-footer-col-width, 180px);
  }
  .aba-footer-category__products .aba-subCategory__list__item.is-all {
    display: none;
  }
  .aba-footer-category__school {
    width: auto;
    flex: 0 0 var(--aba-footer-col-width, 180px);
    max-width: var(--aba-footer-col-width, 180px);
  }
}

.aba-footer-category .aba-category-block__main__image {
  display: none;
}
.aba-footer-category .aba-category-block__children {
  display: none;
}
@media (min-width: 960.02px) {
  .aba-footer-category .aba-category-block__children {
    display: block;
  }
}
.aba-footer-category .aba-category-name__en {
  display: none;
}
@media (min-width: 960.02px) {
  .aba-footer-category__products .aba-category-block__main {
    font-weight: bold;
  }
}

/*--------------- Nav ---------------*/
.aba-footer-nav {
  width: 100%;
  display: block;
}
.aba-footer-nav__menu {
  display: block;
  width: 100%;
  margin: 0 0 60px;
}
.aba-footer-nav__aside {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media (min-width: 960.02px) {
  .aba-footer-nav__aside {
    gap: 35px;
  }
}
.aba-footer-nav__shop {
  width: 100%;
}
.aba-footer-nav__guide {
  width: 100%;
}
@media (min-width: 960.02px) {
  .aba-footer-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--aba-footer-menu-gap);
  }
  .aba-footer-nav__menu {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0;
  }
  .aba-footer-nav__aside {
    width: auto;
    flex: 0 0 320px;
    max-width: 320px;
  }
  .aba-footer-nav .aba-footer-list {
    justify-content: flex-end;
  }
}

.aba-footer-shop {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.aba-footer-shop__brand {
  width: 140px;
  max-width: 100%;
}
.aba-footer-shop__sns {
  max-width: 100%;
}
@media (min-width: 960.02px) {
  .aba-footer-shop {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 35px;
  }
  .aba-footer-shop__brand {
    order: 1;
    flex: 0 0 99px;
    max-width: 99px;
  }
  .aba-footer-shop__sns {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    justify-content: flex-end;
  }
}

/*--------------- Copyright ---------------*/
.aba-copyright {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
