@charset "UTF-8";
#section-fv {
  position: relative;
  padding: 20px;
  height: 100vh;
  min-height: 790px;
}
@media (max-width: 767.98px) {
  #section-fv {
    height: auto;
    min-height: auto;
    aspect-ratio: 390/540;
    padding: 10px;
  }
}
@media (max-width: 373.98px) {
  #section-fv {
    aspect-ratio: initial;
    height: 480px;
  }
}

.section-fv-image {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.section-fv-image video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-fv-image::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
  opacity: 0.5;
}

.site-header-home {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
}
.site-header-home .site-header-logo {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .site-header-home .site-header-logo {
    opacity: 1;
  }
}

.section-fv-sidebar {
  position: relative;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  padding: 50px;
  background-color: rgb(var(--color-black-rgb)/0.5);
}
@media (max-width: 767.98px) {
  .section-fv-sidebar {
    display: none;
  }
}

.section-fv-sidebar-logo {
  margin-inline: -24px;
}
.section-fv-sidebar-logo a {
  display: inline-block;
}
.section-fv-sidebar-logo img {
  width: 208px;
}

.section-fv-sidebar-menu {
  display: grid;
  gap: 25px;
  list-style: none;
}
.section-fv-sidebar-menu li {
  font-size: var(--text-2xs);
}
.section-fv-sidebar-menu a {
  color: var(--color-white);
  text-decoration: none;
}

.section-fv-inner {
  position: relative;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.section-fv-text-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
}
@media (max-width: 767.98px) {
  .section-fv-text-wrapper {
    inset: 0;
  }
  .section-fv-text-wrapper .container-lg {
    height: 100%;
  }
}

.section-fv-text {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 66px;
}
@media (max-width: 767.98px) {
  .section-fv-text {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    height: 100%;
  }
}

.section-fv-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  writing-mode: vertical-rl;
}
.section-fv-copy p {
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-129);
  letter-spacing: 0.22em;
  color: var(--color-white);
}
@media (max-width: 559.98px) {
  .section-fv-copy p {
    font-size: var(--text-3xl);
  }
}
.section-fv-copy p:nth-child(2) {
  text-indent: 1em;
}
.section-fv-copy p:nth-child(3) {
  margin-right: 15px;
  text-indent: 2em;
}
.section-fv-copy span {
  /* 点のスタイルを指定 */
  -webkit-text-emphasis-style: filled dot;
          text-emphasis-style: filled dot;
  /* 点を付ける位置（横書きの場合は上） */
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over right;
}

#section-event {
  padding-top: clamp(5.6rem, 3.5485884101rem + 2.6745913819vw, 7.4rem);
}
#section-event .event-list {
  padding-inline: clamp(0rem, -5.6983655275rem + 7.4294205052vw, 5rem);
}

.section-event-80th {
  margin-top: clamp(6.4rem, 2.2971768202rem + 5.3491827637vw, 10rem);
}
.section-event-80th a {
  display: block;
}

#section-store {
  overflow: hidden;
  padding-top: clamp(9rem, 4.441307578rem + 5.9435364042vw, 13rem);
}
#section-store .container-md {
  position: relative;
}
#section-store .container-md::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: -276px;
  left: -390px;
  width: 816px;
  height: 418px;
  background: url(../img/home/store_deco.png) no-repeat center center/contain;
  pointer-event: none;
}
#section-store .container-md > * {
  position: relative;
  z-index: 2;
}

.section-store-inner {
  display: grid;
  align-items: flex-start;
  grid-template-columns: clamp(36rem, 20.044576523rem + 20.8023774146vw, 50rem) 1fr;
  gap: clamp(2rem, -2.558692422rem + 5.9435364042vw, 6rem);
}
@media (max-width: 767.98px) {
  .section-store-inner {
    grid-template-columns: 1fr;
  }
}

.section-store-image {
  position: relative;
  aspect-ratio: 1/1;
}
@media (max-width: 767.98px) {
  .section-store-image {
    max-width: 500px;
    margin: 0 auto clamp(2rem, 0.4693877551rem + 4.0816326531vw, 3.6rem);
  }
}
.section-store-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 8px;
  z-index: 2;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.section-store-image img.is-active {
  opacity: 1;
}
.section-store-image::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: -20px;
  left: -20px;
  border-radius: 8px;
  background-color: var(--color-gray-150);
}

.section-store-list {
  list-style: none;
  border-top: 1px solid var(--color-gray-200);
}
.section-store-list li {
  border-bottom: 1px solid var(--color-gray-200);
}
.section-store-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 16px;
  text-decoration: none;
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  letter-spacing: var(--tracking-widest);
  color: currentColor;
}
.section-store-list a i {
  font-size: var(--text-3xs);
}
.section-store-list .section-store-list-item-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
}
.section-store-list .section-store-list-item-text span:nth-child(2) {
  font-size: var(--text-3xs);
  color: var(--color-gray-300);
}

.section-member-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px clamp(2rem, -0.279346211rem + 2.9717682021vw, 4rem);
  list-style: none;
}
@media (max-width: 767.98px) {
  .section-member-list {
    grid-template-columns: 1fr;
  }
}

.section-member-list-item a {
  display: block;
  color: currentColor;
  text-decoration: none;
}
.section-member-list-item .section-title {
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, 0.3161961367rem + 0.8915304606vw, 1.6rem);
  margin-top: clamp(2rem, 0.6323922734rem + 1.7830609212vw, 3.2rem);
  margin-bottom: clamp(2rem, 0.1765230312rem + 2.3774145617vw, 3.6rem);
}
.section-member-list-item .section-title-en {
  font-size: var(--text-2xl);
  font-weight: var(--font-regular);
}
.section-member-list-item .section-title-ja {
  font-size: clamp(2.4rem, 1.4882615156rem + 1.1887072808vw, 3.2rem);
  font-weight: var(--font-bold);
}

#section-news {
  border-top: 1px solid var(--color-gray-100);
}

#section-customers .section-title {
  margin-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, 0.3161961367rem + 0.8915304606vw, 1.6rem);
}
@media (max-width: 767.98px) {
  #section-customers .section-title {
    margin-block: 32px;
  }
}
#section-customers .section-title-en {
  font-size: var(--text-2xl);
  font-weight: var(--font-regular);
}
#section-customers .section-title-ja {
  font-size: clamp(2.4rem, 1.4882615156rem + 1.1887072808vw, 3.2rem);
  font-weight: var(--font-bold);
}
#section-customers .section-btn-wrapper {
  margin: 0;
  gap: 10px 20px;
}
@media (max-width: 767.98px) {
  #section-customers .section-btn-wrapper {
    flex-wrap: wrap;
    order: 99;
    margin-top: 32px;
  }
}
#section-customers .section-btn-wrapper .btn-primary {
  width: 240px;
}
@media (max-width: 767.98px) {
  #section-customers .container-md {
    display: flex;
    flex-direction: column;
  }
}

.section-customers-header {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  gap: 20px;
  margin-block: clamp(3.6rem, 2.0044576523rem + 2.0802377415vw, 5rem);
}
@media (max-width: 767.98px) {
  .section-customers-header {
    display: contents;
  }
}

.section-customers-image {
  height: 310px;
  border-radius: 8px;
  overflow: hidden;
  background: url(../img/home/b2b_img_01.png) no-repeat center center/cover;
}
@media (max-width: 559.98px) {
  .section-customers-image {
    aspect-ratio: 3/2;
    height: auto;
  }
}

.split-layout {
  display: flex;
  width: 100%;
}

.split-layout-pane {
  display: flex;
  width: 50%;
  position: relative;
  z-index: 2;
}

/* 左側：中身を右寄せにして中央を起点にする */
.split-layout-pane-left {
  justify-content: flex-end;
  padding-right: 0;
}

/* 右側：中身を左寄せにして中央を起点にする */
.split-layout-pane-right {
  justify-content: flex-start;
  padding-left: 0;
}

/* 左側コンテンツ：container-size-mdの半分 */
.split-layout-pane-content-left {
  width: 100%;
  max-width: calc(var(--container-size-md) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 右側コンテンツ：container-size-lgの半分 */
.split-layout-pane-content-right {
  width: 100%;
  max-width: calc(var(--container-size-lg) / 2);
}

@media (max-width: 767.98px) {
  .split-layout {
    flex-direction: column;
    gap: 16px;
  }
  .split-layout-pane,
  .split-layout-pane-content-left,
  .split-layout-pane-content-right {
    width: 100%;
    max-width: 100%;
  }
}
.section-company-image {
  text-align: right;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .section-company-image {
    padding-left: 0;
    text-align: center;
  }
}

#section-company {
  overflow: hidden;
}
#section-company .section-title {
  margin-bottom: clamp(6rem, 1.441307578rem + 5.9435364042vw, 10rem);
}
#section-company .section-company-text {
  padding-left: clamp(2rem, -4.838038633rem + 8.9153046062vw, 8rem);
}
@media (max-width: 767.98px) {
  #section-company .section-company-text {
    padding-left: 0;
  }
}
#section-company .section-btn-wrapper {
  margin-top: clamp(4.8rem, 2.2927191679rem + 3.2689450223vw, 7rem);
  padding-left: clamp(2rem, -4.838038633rem + 8.9153046062vw, 8rem);
}
@media (max-width: 767.98px) {
  #section-company .section-btn-wrapper {
    padding-left: 0;
  }
}
#section-company .split-layout {
  position: relative;
}
#section-company .split-layout::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 1615px;
  height: 96px;
  background: url(../img/home/company_deco.png) no-repeat center center/contain;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  #section-company .split-layout {
    gap: 0;
  }
  #section-company .split-layout .split-layout-pane-content-left,
  #section-company .split-layout .split-layout-pane-content-right {
    display: contents;
  }
  #section-company .split-layout .split-layout-pane {
    display: contents;
  }
  #section-company .split-layout .section-title {
    order: 1;
    position: relative;
    z-index: 2;
  }
  #section-company .split-layout .section-company-image {
    order: 2;
    margin-bottom: clamp(2.4rem, 0.1040816327rem + 6.1224489796vw, 4.8rem);
  }
  #section-company .split-layout .section-company-text {
    order: 3;
  }
  #section-company .split-layout .section-btn-wrapper {
    order: 4;
    display: flex;
    justify-content: center;
    margin-top: clamp(2.4rem, 0.1040816327rem + 6.1224489796vw, 4.8rem);
  }
}

#section-recruit {
  overflow: hidden;
}
#section-recruit .section-title {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  #section-recruit .section-title {
    order: -99;
  }
}
#section-recruit .section-title-en {
  font-size: clamp(4.8rem, 0.241307578rem + 5.9435364042vw, 8.8rem);
}
@media (max-width: 767.98px) {
  #section-recruit .section-btn-wrapper {
    margin-top: 32px;
    display: flex;
    justify-content: center;
  }
}

.section-recruit-box {
  display: grid;
  grid-template-columns: max-content 1fr;
  border-radius: 10px;
  padding: clamp(2rem, 0.8603268945rem + 1.485884101vw, 3rem);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-recruit-box {
    grid-template-columns: 1fr;
    padding-block: 40px;
  }
}
.section-recruit-box > * {
  position: relative;
  z-index: 2;
}

.section-recruit-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: var(--color-white);
  pointer-events: none;
  font-size: clamp(10rem, 5.2133729569rem + 6.2407132244vw, 14.2rem);
  font-weight: var(--font-regular);
  font-family: var(--font-scheherazade-new);
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-none);
  white-space: nowrap;
  opacity: 0.2;
  text-box: trim-both cap alphabetic;
}

.section-recruit-box-images {
  display: grid;
  grid-template-columns: clamp(16rem, 1.1842496285rem + 19.3164933135vw, 29rem) clamp(16rem, 0.044576523rem + 20.8023774146vw, 30rem);
  gap: 10px;
}
@media (max-width: 767.98px) {
  .section-recruit-box-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    margin-bottom: 32px;
    text-align: center;
  }
  .section-recruit-box-images img {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}

.section-recruit-box-text {
  font-size: var(--text-xs);
  line-height: 2.5714285714;
}

.section-recruit-box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(2rem, -4.838038633rem + 8.9153046062vw, 8rem);
}
@media (max-width: 767.98px) {
  .section-recruit-box-right {
    display: contents;
  }
}

#section-instagram .section-instagram-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  font-size: clamp(4.8rem, 4.3441307578rem + 0.5943536404vw, 5.2rem);
  font-family: var(--font-scheherazade-new);
  font-weight: var(--font-regular);
  line-height: var(--leading-none);
}
#section-instagram .section-instagram-title span:nth-child(1) {
  display: inline-flex;
}
#section-instagram .section-instagram-title span:nth-child(2) {
  text-box: trim-both cap alphabetic;
}
#section-instagram .slicker-instagram-placeholder {
  aspect-ratio: 3/4;
  height: auto !important;
}

.section-fv-sidebar-bnr {
  aspect-ratio: 160/218;
  width: 160px;
}
.section-fv-sidebar-bnr a {
  display: block;
  width: 100%;
  height: 100%;
}
.section-fv-sidebar-bnr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fixed-event-bnr {
  position: absolute;
  z-index: 10;
  bottom: -60px;
  right: 0;
  padding: 20px;
}
.fixed-event-bnr a {
  display: block;
  aspect-ratio: 160/218;
  width: 160px;
  border-radius: 8px;
  overflow: hidden;
  outline: 1px solid var(--color-gray-300);
}
.fixed-event-bnr a:has(.noimg) {
  outline: 1px solid var(--color-base);
}
.fixed-event-bnr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fixed-event-bnr .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  background-color: var(--color-white);
}
.fixed-event-bnr .close-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.fixed-event-bnr .close-btn span {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  rotate: 45deg;
}
.fixed-event-bnr .close-btn span::before, .fixed-event-bnr .close-btn span::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
}
.fixed-event-bnr .close-btn span::after {
  rotate: 90deg;
}
