﻿@charset "utf-8";
/*--------------------------------------------------------------------------------

  main visual

--------------------------------------------------------------------------------*/
.mv {
  padding-bottom: clamp(var(--space-3l), 24vw, var(--space-4l));
  display: grid;
  grid-template-columns: minmax(var(--side-space), 1fr) repeat(5, minmax(0, calc((var(--base-width) / 5) * 1px))) minmax(var(--side-space), 1fr);
  grid-template-rows: repeat(5, auto);
}
.mv_catch { grid-area: 1 / 2 / 4 / 7; z-index: 2; }
.mv_img { grid-area: 1 / 3 / 4 / 8; }
.mv_logo { grid-area: 3 / 1 / 5 / 8; z-index: 3; overflow: hidden; }

/*--------------------------------------------------------------------------------
  .mv_catch
--------------------------------------------------------------------------------*/
.mv_catch {
  align-self: center;
  line-height: var(--line-height-s);
  font-family: var(--ff-go);
  font-weight: 700;
  font-size: var(--fs-4l);
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-bottom: var(--space-l);
}
@media (max-width: 760px) {
  .mv_catch { font-size: var(--fs-3l); }
}

/*--------------------------------------------------------------------------------
  .mv-slider
--------------------------------------------------------------------------------*/
.mv-slider {
  opacity: 0;
  border-bottom-left-radius: var(--rd-6);
  overflow: hidden;
}
.mv-slider.slick-initialized {
  opacity: 1;
  animation: top-mv-slider-start 2s var(--cubic-bezier) forwards;
}
.mv-slider,
.mv-slider_item {
  width: 100%;
  height: 100%;
}
.mv-slider_item {
  transform: scale(1.2) rotate(0.1deg);
}
.mv-slider_item.is-active {
  animation: top-mv-slider-img 50s var(--cubic-bezier) forwards;
}
.mv-slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  object-position: center;
}
.mv-slider_item.-item01 img { object-position: 80%; }
.mv-slider_item.-item02 img { object-position: 70%; }
@keyframes top-mv-slider-start {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes top-mv-slider-img {
  0% { transform: scale(1.2) rotate(0.1deg); }
  100% { transform: scale(1) rotate(0.1deg); }
}
@media not (max-width: 760px) {
  .mv-slider_item img { max-height: 720px; }
}
@media (max-width: 760px) {
  .mv-slider_item img { min-height: 320px; }
}

/*--------------------------------------------------------------------------------
  .mv-logo-slider
--------------------------------------------------------------------------------*/
.mv-logo-slider {
  pointer-events: none;
  width: clamp(1200px, 400%, 4000px);
}
.mv-logo-slider,
.mv-logo-slider_list {
  display: flex;
}
.mv-logo-slider_list {
  animation: top-mv-logo-slider 60s infinite linear;
  will-change: transform;
}
.mv-logo-slider_list img {
  vertical-align: baseline;
}
@keyframes top-mv-logo-slider {
  from { transform: translateX(0); } to { transform: translateX(-100%); }
}

/*--------------------------------------------------------------------------------

  movie

--------------------------------------------------------------------------------*/
.movie {
  background-color: var(--bg-quaternary);
  position: relative;
}
.movie:after {
  content: "";
  width: var(--rd-6);
  height: var(--rd-6);
  line-height: 0;
  position: absolute;
  left: 0;
  top: calc(-1 * var(--rd-6));
  z-index: 2;
  background-color: var(--bg-quaternary);
  mask: url("../img/mask_corner.svg") no-repeat left bottom;
  background-size: contain;
}
.movie_inner {
  transform: translateY(calc(-1 * var(--space-m)));
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (max-width: 1000px) {
  .movie:after { display: none; }
  .movie { --container-side-space: 0px; }
}

/*--------------------------------------------------------------------------------
  .movie-list
--------------------------------------------------------------------------------*/
@media not (max-width: 500px) { .movie { --col: 3; } }
@media (max-width: 500px) { .movie { --col: 2; } }
.movie-list {
  --gap: var(--space-s);
  width: calc(100% + var(--gap));
  margin-left: calc(-1 * (var(--gap) / 2));
  opacity: 0;
}
.movie-list.slick-initialized { opacity: 1; }
.movie-list_item {
  width: calc(100% / var(--col));
  padding: 0 calc(var(--gap) / 2);
}
.movie-list_item a {
  position: relative;
  display: block;
  border-radius: var(--rd-1);
  overflow: hidden;
}
.movie-list_item a:before,
.movie-list_item a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  transition: background 0.2s ease-in-out, transform 0.6s var(--cubic-bezier);
}
.movie-list_item a:before {
  background-color: rgba(0,0,0,0.6);
  border-radius: 100%;
  z-index: 1;
}
.movie-list_item a:after {
  mask: url("../icon/start.svg") no-repeat center center;
  mask-size: 38%;
  background-color: #FFF;
  z-index: 2;
}
.movie-list_item img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .movie-list_item a:hover:before {
    background-color: var(--color-primary);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media (max-width: 1000px) { .movie-list .slick-list { padding: 0 15% !important; } }
@media (max-width: 760px) { .movie-list .slick-list { padding: 0 8% !important; } }
@media (max-width: 500px) { .movie-list .slick-list { padding: 0 20% !important; } }

/*--------------------------------------------------------------------------------

  news

--------------------------------------------------------------------------------*/
.sec-news {
  background-color: var(--bg-quaternary);
}
.sec-news:has(.news, .notice) {
  padding-bottom: var(--space-2l);
}

/*--------------------------------------------------------------------------------
  .notice
--------------------------------------------------------------------------------*/
.notice { padding-top: var(--space-s); }
.sec-news:has(.news) .notice { padding-bottom: var(--space-2s); }
.notice-list {
  --link-color: var(--txt-color);
  --link-color-hover: var(--color-primary);
  --link-deco: none;
  --link-deco-hover: none;
  border: 2px solid var(--color-primary);
  padding: var(--inner-space-2s) var(--inner-space-s);
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.notice-list_item {
  line-height: var(--line-height-s);
}
.notice-list_item:not(:has(a)),
.notice-list_item a {
  display: flex;
  column-gap: var(--space-s);
  row-gap: 0.25rem;
  padding: 0.25rem 0;
}
.notice-list_item .date {
  flex-shrink: 0;
  color: var(--color-primary);
  font-size: var(--fs-s);
}
.notice-list_item .ttl-area {
  --newwin-mgl: 0;
  --newwin-mgr: 0;
  --file-mgl: 0;
  --file-mgr: 0;
}
.notice-list_item .ttl {
  font-weight: bold;
  margin-right: 0.5rem;
}
@media not (max-width: 760px) {
  .notice-list_item .date {
    margin-top: calc(1rem - 1em);
  }
}
@media (max-width: 760px) {
  .notice-list_item:not(:has(a)),
  .notice-list_item a {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------------------------
  .news
--------------------------------------------------------------------------------*/
.news { padding-top: var(--space-l); }
.news_hd { margin-bottom: var(--space-l); }
.news_more { margin-top: var(--space-2l); text-align: right; }
@media not (max-width: 760px) {
  .news {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: 
      "news-hd news-content";
    column-gap: var(--space-3l);
  }
  .news_hd { grid-area: news-hd; }
  .news_content { grid-area: news-content; padding-top: 1rem; }
}

/*--------------------------------------------------------------------------------

  products

--------------------------------------------------------------------------------*/
.sec-products {
  background-color: var(--color-primary);
  padding-bottom: var(--space-3l);
  position: relative;
}

/*--------------------------------------------------------------------------------
  .products_inner
--------------------------------------------------------------------------------*/
.products_inner {
  position: relative;
  overflow: hidden;
}
.products_inner:before,
.products_inner:after {
  content: "";
  position: absolute;
}
/* 写真（左） */
.products_inner:before {
  width: min(calc(360 / var(--base-width) * 100%), 360px);
  height: 100%;
  left: calc(-1 * min(((80 / 760) * 100%), 80px));
  top: 50%;
  background: url("../img/top/products/img01.webp") no-repeat left top;
  background-size: contain;
}
/* 写真（右） */
.products_inner:after {
  width: min(calc(480 / var(--base-width) * 100%), 480px);
  height: 100%;
  right: calc(-1 * min(((160 / 760) * 100%), 160px));
  top: var(--space-m);
  background: url("../img/top/products/img02.webp") no-repeat left top;
  background-size: contain;
}
@media (max-width: 760px) {
  .products_inner:before {
    top: 25%;
  }
}

/*--------------------------------------------------------------------------------
  .products-img
--------------------------------------------------------------------------------*/
.products-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.products-img:before,
.products-img:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 5%;
}
/* スクロールアニメーション写真（左） */
.products-img:before {
  left: calc(-1 * min(((120 / 760) * 100%), 120px));
  width: min(calc(520 / var(--base-width) * 100%), 520px);
  background: url("../img/top/products/img03.webp") no-repeat center top;
  background-size: contain;
}
/* スクロールアニメーション写真（右） */
.products-img:after {
  right: calc(-1 * min(((20 / 760) * 100%), 20px));
  width: min(calc(360 / var(--base-width) * 100%), 360px);
  background: url("../img/top/products/img04.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 760px) {
  .products-img:before,
  .products-img:after {
    top: 0;
  }
  .products-img:after {
    background-position: center 25%;
  }
}

/*--------------------------------------------------------------------------------
  .products
--------------------------------------------------------------------------------*/
.products {
  color: #FFF;
  text-align: center;
  padding-top: var(--space-3l);
  padding-bottom: var(--space-2l);
}
.products_ttl,
.products_txt,
.products_btn {
  position: relative;
  z-index: 20;
}
.products_ttl {
  font-family: var(--ff-go);
  font-size: var(--fs-3l);
  font-weight: 700;
  line-height: var(--line-height-s);
  margin-bottom: var(--space-2l);
}
.products_txt {
  margin-top: var(--space-l);
}
.products_btn {
  margin-top: var(--space-l);
}
.products_items {
  width: min(46%, 600px);
  margin-inline: auto;
  overflow: hidden;
}

/*--------------------------------------------------------------------------------
  .products-slider
--------------------------------------------------------------------------------*/
.products-slider {
  pointer-events: none;
  width: max(300%, 1200px);
}
.products-slider,
.products-slider_list {
  display: flex;
}
.products-slider_list {
  animation: products-slider 25s infinite linear;
  will-change: transform;
}
.products-slider_list li {
  padding: 0 calc(var(--space-2s) / 2);
}
@keyframes products-slider {
  from { transform: translateX(0); } to { transform: translateX(-100%); }
}
@media (max-width: 760px) {
  .products-slider {
    width: clamp(800px, 600%, 1200px);
  }
}

/*--------------------------------------------------------------------------------

  brand

--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  .brand-hd
--------------------------------------------------------------------------------*/
.brand-hd {
  display: grid;
  position: relative;
  z-index: 5;
}
.brand-hd_ttl {
  font-family: var(--ff-go);
  font-size: var(--fs-3l);
  font-weight: 700;
  color: var(--color-primary);
  line-height: var(--line-height-s);
  margin-bottom: var(--space-m);
}
.brand-hd_img { margin-top: calc(-1 * var(--space-2l)); }
.brand-hd_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rd-4) 0 0 var(--rd-4);
}
@media not (max-width: 760px) {
  .brand-hd {
    grid-template-columns: minmax(var(--side-space), 1fr) repeat(7, minmax(0, calc((var(--base-width) / 7) * 1px))) minmax(var(--side-space), 1fr);
  }
  .brand-hd_txt {
    grid-area: 1 / 2 / 2 / 5;
    padding-top: var(--space-3l);
    padding-bottom: var(--space-2l);
    padding-right: var(--space-l);
  }
  .brand-hd_img { grid-area: 1 / 5 / 2 / 10; }
  .brand-hd_img img {
    object-position: left center;
    max-height: 560px;
  }
}
@media (max-width: 760px) {
  .brand-hd_txt {
    order: 2;
    padding: var(--space-2l) var(--SP-side-space-m) 0 var(--SP-side-space-m);
  }
  .brand-hd_img {
    order: 1;
    padding-left: var(--SP-side-space-m);
  }
  .brand-hd_img img {
    aspect-ratio: 3 / 2;
    max-height: 400px;
  }
  .brand-hd_txt p {
    min-height: 9rem;
  }
}

/*--------------------------------------------------------------------------------
  .brand
--------------------------------------------------------------------------------*/
.brand {
  margin-inline: auto;
  padding-top: var(--space-2l);
  position: relative;
  z-index: 2;
}
.brand:before,
.brand:after {
  content: "";
  width: var(--side-space);
  position: absolute;
  left: calc(-1 * (var(--side-space) / 2.5));
  z-index: 2;
}
.brand:before {
  height: 35%;
  background-color: #FFF;
  bottom: 0;
}
/* 足跡 */
.brand:after {
  height: 40%;
  background: url("../img/top/brand/icon02.svg") no-repeat center bottom;
  background-size: contain;
  bottom: calc(-1 * var(--space-l));
}
.brand_inner { position: relative; }
/* 点線（右上） */
.brand_inner:before {
  content: "";
  width: 50%;
  height: calc(var(--space-2l) * 2);
  position: absolute;
  right: 0;
  top: calc(-1 * (var(--space-2l) * 2) + 2px);
  border-bottom: 2px dashed var(--color-primary);
  border-right: 2px dashed var(--color-primary);
  border-radius: 0 0 var(--rd-4) 0;
}
/* 点線（左下） */
.brand_inner:after {
  content: "";
  width: calc(50% + var(--side-space));
  height: 100%;
  position: absolute;
  left: calc(-1 * var(--side-space));
  top: 0;
  border-left: 2px dashed var(--color-primary);
  border-top: 2px dashed var(--color-primary);
  border-radius: var(--rd-4) 0 0 0;
}
@media not (max-width: 760px) {
  .brand {
    width: calc((var(--base-width) * 1px) + (var(--side-space) * 2));
    max-width: calc(100% - (var(--side-space) * 2));
    padding-left: var(--side-space);
  }
}
@media (max-width: 760px) {
  .brand {
    max-width: calc(100% - var(--side-space));
    margin-left: var(--side-space);
  }
  .brand:before,
  .brand:after {
    width: calc(var(--side-space) * 2);
    height: 20%;
    left: calc(-1 * var(--side-space));
  }
  .brand_inner {
    padding-left: max(calc(var(--SP-side-space-l) + 2px), calc(2.5rem + 2px));
    padding-right: max(var(--SP-side-space-l), 2.5rem);
  }
  .brand_inner:after {
    left: 0;
  }
  .brand_inner:before {
    width: calc(50% - var(--side-space));
    border-radius: 0;
    border-right: 0;
  }
}

/*--------------------------------------------------------------------------------
  brand-list-wrap
--------------------------------------------------------------------------------*/
.brand-list-wrap {
  max-width: calc(var(--container-width, var(--base-width)) * 1px);
}
/* 鶏イラスト */
@media not (max-width: 760px) { .brand-list-wrap { --width: min(20%, 200px); } }
@media (max-width: 760px) { .brand-list-wrap { --width: min(40%, 200px); } }
.brand-list-wrap:before,
.brand-list-wrap:after {
  content: "";
  left: 20.5%;
  height: 6rem;
  position: absolute;
  top: -5.25rem;
}
.brand-list-wrap:before {
  width: var(--width);
  background: url("../img/top/brand/icon01.svg") no-repeat center bottom;
  background-size: contain;
  z-index: 2;
}
.brand-list-wrap:after {
  width: var(--width);
  background-color: #FFF;
  margin-left: 0.5rem;
  z-index: 1;
}
@media (max-width: 760px) {
  .brand-list-wrap:before,
  .brand-list-wrap:after {
    left: inherit;
    right: var(--side-space);
  }
}

/*--------------------------------------------------------------------------------
  .brand-list
--------------------------------------------------------------------------------*/
@media not (max-width: 760px) { .brand-list { --col: 3; } }
@media (max-width: 760px) { .brand-list { --col: 1; } }
.brand-list {
  --link-color: var(--txt-color);
  --link-color-hover: var(--txt-color);
  --link-deco: none;
  --link-deco-hover: none;
  position: relative;
  z-index: 10;
  max-width: calc(var(--container-width, var(--base-width)) * 1px);
  display: grid;
  grid-template-columns: repeat(var(--col), 1fr);
  gap: var(--space-m) var(--space-s);
  padding-top: var(--space-2l);
  padding-bottom: var(--space-2l);
}
.brand-list_item a {
  border: 1px solid var(--border-color);
  border-radius: var(--rd-1);
  padding: var(--inner-space-m);
  background-color: #FFF;
}
.brand-list_item .img {
  margin-bottom: var(--space-2s);
  text-align: center;
  align-self: center;
}
.brand-list_item .img img:not([src*="gokokuajidori"]) { max-height: 6em; max-width: 70%; }
.brand-list_item .img img[src*="gokokuajidori"] { max-height: 4em; }
.brand-list_item .btn {
  margin-top: var(--inner-space-2s);
  margin-left: auto;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
@media not (max-width: 760px) {
  .brand-list_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  .brand-list_item a {
    display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
    gap: inherit;
  }
}
@media (max-width: 760px) {
  .brand-list_item a {
    display: grid;
    grid-row: span 3;
  }
  .brand-list_item .txt {
    width: fit-content;
    margin-inline: auto;
  }
  .brand-list_item .img {
    /* viewport(min:500px, max:760px) */
    font-size: clamp(1rem, 0.519rem + 1.54vw, 1.25rem);
    margin-bottom: var(--space-s);
  }
  .brand-list_item img:not([src*="gokokuajidori"]) { max-height: 7em; }
  .brand-list_item .img img[src*="gokokuajidori"] { max-width: 80%; }
}

/*--------------------------------------------------------------------------------

  topics

--------------------------------------------------------------------------------*/
.topics {
  background-color: var(--bg-quaternary);
  padding-top: var(--space-3l);
  padding-bottom: var(--space-2l);
}
.topics_hd { margin-bottom: var(--space-l); }
.topics_more { margin-top: var(--space-2l); text-align: right; }
.topics_hd,
.topics_more {
  width: calc(var(--container-width, var(--base-width)) * 1px);
  max-width: calc(100% - (var(--container-side-space, var(--side-space)) * 2));
  margin-inline: auto;
}

/*--------------------------------------------------------------------------------
  .topics-slider
--------------------------------------------------------------------------------*/
.topics-slider {
  --cgap: var(--space-s);
  overflow: hidden;
}
.topics-slider .c-archive {
  width: calc(100% + var(--cgap));
  margin-left: calc(-1 * (var(--cgap) / 2));
  opacity: 0;
}
.topics-slider .c-archive.slick-initialized { opacity: 1; }
.topics-slider .c-archive_item {
  padding: 0 calc(var(--cgap) / 2);
}
@media not (max-width: 1000px) {
  .topics-slider {
    width: calc(var(--container-width, var(--base-width)) * 1px);
    max-width: calc(100% - (var(--container-side-space, var(--side-space)) * 2));
    margin-inline: auto;
  }
}
@media (max-width: 1000px) {
  .topics-slider .slick-list { padding: 0 var(--side-space) !important; }
}

/*--------------------------------------------------------------------------------

  work

--------------------------------------------------------------------------------*/
.topics + .sec-work { padding-top: var(--space-2l); }
.work { display: grid; }
@media not (max-width: 760px) {
  .work {
    grid-template-columns: 1fr minmax(0, min(60%, 800px)) 1fr;
  }
  .work_img.-left { grid-area: 1 / 1 / 2 / 2; }
  .work_img.-right { grid-area: 1 / 3 / 2 / 4; }
  .work_content { grid-area: 1 / 2 / 2 / 3; }
}
@media (max-width: 760px) {
  .work {
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--space-2s);
  }
  .work_img.-left { grid-area: 1 / 1 / 2 / 2; }
  .work_img.-right { grid-area: 1 / 2 / 2 / 3; }
  .work_content { grid-area: 2 / 1 / 3 / 3; } 
}

/*--------------------------------------------------------------------------------
  .work_img
--------------------------------------------------------------------------------*/
.work_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media not (max-width: 760px) {
  .work_img.-left img { border-radius: 0 var(--rd-3) var(--rd-3) 0; }
  .work-img-list {
    display: grid;
    grid-template-columns: minmax(0, max(9%, 90px)) minmax(0, max(16%, 160px)) minmax(var(--side-space), 1fr) 1fr 1fr;
    grid-template-rows: 1fr 4fr;
  }
  .work-img-list li:first-child { grid-area: 1 / 1 / 3 / 3; z-index: 2; aspect-ratio: 1 / 1.2; }
  .work-img-list li:last-child { grid-area: 2 / 2 / 4 / 6; }
  .work-img-list li:first-child img { border-radius: var(--rd-2); }
  .work-img-list li:last-child img { border-radius: var(--rd-3) 0 0 var(--rd-3); }
}
@media (max-width: 760px) {
  .work_img.-left img { border-radius: 0 var(--rd-2) var(--rd-2) 0; }
  .work-img-list {
    aspect-ratio: 4 / 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .work_img.-right li:first-child img { border-radius: var(--rd-2) 0 0 var(--rd-2); }
}

/*--------------------------------------------------------------------------------
  .work_content
--------------------------------------------------------------------------------*/
.work_content {
  align-self: center;
  text-align: center;
}
.work_ttl {
  font-family: var(--ff-go);
  font-size: var(--fs-3l);
  font-weight: 700;
  color: var(--color-primary);
  line-height: var(--line-height-s);
}
.work_subttl {
  font-family: var(--ff-go);
  font-size: var(--fs-l);
  font-weight: 600;
  line-height: var(--line-height-s);
  margin-top: var(--space-m);
  margin-bottom: var(--space-s);
}
.work_btn {
  margin-top: var(--space-l);
}
@media not (max-width: 760px) {
  .work_content {
    padding: var(--space-m) var(--side-space);
  }
}
@media (max-width: 760px) {
  .work_content {
    padding: var(--space-2l) var(--side-space) 0 var(--side-space);
  }
}

/*--------------------------------------------------------------------------------

  flow

--------------------------------------------------------------------------------*/
.flow {
  padding: var(--space-3l) var(--side-space);
  overflow: hidden;
}
.flow .swiper {
  overflow: visible;
  cursor: grab;
}
.flow:has(.swiper-scrollbar-drag) .swiper-wrapper {
  padding-bottom: var(--space-l);
}
.flow_item {
  padding: 0 1rem;
}
.flow_item .inner {
  height: 100%;
  border: 1px solid var(--border-color);
  border-radius: var(--rd-1);
  padding: var(--inner-space-m);
  position: relative;
  text-align: center;
}
.flow_item .no {
  display: inline-grid;
  place-content: center;
  place-items: center;
  position: absolute;
  left: -1rem;
  top: -1rem;
  line-height: 1;
  background-color: #FFF;
  border: 1px dashed var(--color-primary);
  color: var(--color-primary);
  font-weight: 600;
  font-size: var(--fs-l);
  padding: clamp(0.75rem, 10%, 1.25rem);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}
.flow_item img {
  margin-bottom: 0.5rem;
  width: clamp(6rem, 72%, 8rem);
}
.flow_item .ttl {
  color: var(--color-primary);
  font-weight: bold;
  font-size: var(--fs-l);
}
.flow_item .txt {
  text-align: left;
  font-size: var(--fs-s);
  padding-top: 1rem;
}

/*--------------------------------------------------------------------------------

  recruit

--------------------------------------------------------------------------------*/
.sec-recruit {
  --rd: var(--rd-4);
  position: relative;
  clip-path: inset(0);
}

/*--------------------------------------------------------------------------------
  .recruit-visual
--------------------------------------------------------------------------------*/
.recruit-visual {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  place-content: center;
  place-items: center;
  padding-bottom: var(--rd);
}
.recruit-visual_catch {
  height: 100vh;
  line-height: var(--line-height-s);
  font-family: var(--ff-go);
  font-weight: 700;
  font-size: var(--fs-3l);
  color: #FFF;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding: calc(50vh - var(--rd)) var(--space-m) 100vh var(--space-m);
}
.recruit-visual_catch .txt {
  padding-left: 1rem;
  text-align: center;
}
.recruit-visual_catch .txt:last-of-type {
  margin-top: 1rem;
  background-color: #FFF;
  padding: 0.5rem 0 0.5rem 1rem;
  color: var(--color-primary);
  font-weight: 800;
}
.recruit-visual_video {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -999;
}

/*--------------------------------------------------------------------------------
  .recruit
--------------------------------------------------------------------------------*/
.recruit {
  position: relative;
  z-index: 2;
  background-color: var(--color-primary);
  padding-top: var(--space-2l);
  border-radius: var(--rd) var(--rd) 0 0;
  margin-top: calc(-1 * var(--rd));
}
.recruit_hd {
  --ttl-color: #FFF;
  color: #FFF;
  text-align: center;
  margin-bottom: var(--space-l);
}
.recruit_data {
  background-color: #FFF;
  border-radius: var(--rd-1h);
}
@media not (max-width: 760px) {
  .recruit_data { padding: var(--space-m) 0; }
}
@media (max-width: 760px) {
  .recruit_data {
    --container-side-space: var(--SP-side-space-s);
    padding: var(--space-s) 0;
  }
}

/*--------------------------------------------------------------------------------
  .recruit-data-list
--------------------------------------------------------------------------------*/
@media not (max-width: 760px) { .recruit-data-list { --col: 4; } }
@media (max-width: 760px) { .recruit-data-list { --col: 2; } }
.recruit-data-list {
  display: grid;
  grid-template-columns: repeat(var(--col), 1fr);
}
.recruit-data-list_item {
  line-height: var(--line-height-s);
  height: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  text-align: center;
  padding: 1.5rem;
}
@media not (max-width: 760px) {
  .recruit-data-list_item:not(:first-of-type) {
    border-left: 1px solid var(--bg-primary-3);
  }
}
@media (max-width: 760px) {
  .recruit-data-list_item:nth-of-type(even) {
    border-left: 1px solid var(--bg-primary-3);
  }
  .recruit-data-list_item:nth-of-type(-n+2) {
    padding-top: 0.5rem;
  }
  .recruit-data-list_item:nth-of-type(n+3) {
    position: relative;
    padding-bottom: 0.5rem;
  }
  .recruit-data-list_item:nth-of-type(n+3):before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% - 3rem);
    height: 1px;
    border-top: 1px solid var(--bg-primary-3);
  }
}

/* .txt
----------------------------------------*/
.recruit-data-list_item .img {
  padding-bottom: 0.75rem;
}
.recruit-data-list_item .img img {
  width: clamp(3em, 32%, 4rem);
  object-fit: cover;
}
.recruit-data-list_item .txt {
  align-self: center;
  display: grid;
  align-items: center;
  row-gap: 0.5rem;
  line-height: var(--line-height-s);
}
.recruit-data-list_item .txt_label,
.recruit-data-list_item .txt_data {
  font-family: var(--ff-go);
}
.recruit-data-list_item .txt_label {
  font-weight: 500;
  font-size: var(--fs-2m);
}
.recruit-data-list_item .txt_data {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  gap: 0.25rem;
  align-items: end;
  color: var(--color-primary);
  font-size: var(--fs-2m);
  font-weight: 600;
}
.recruit-data-list_item .num {
  line-height: 1;
  font-size: var(--fs-4l-rem);
  font-weight: 800;
}
.recruit-data-list_item .txt_notes {
  font-size: var(--fs-3s-rem);
}
@media not (max-width: 760px) {
  .recruit-data-list_item .txt_notes {
    margin-bottom: -1.25rem;
  }
}

/*--------------------------------------------------------------------------------
  .recruit-message
--------------------------------------------------------------------------------*/
.recruit-message {
  --container-side-space: var(--SP-side-space-m);
  color: #FFF;
  display: grid;
}
.recruit-message_txt {
  padding: var(--space-2l) 0;
}
.recruit-message_img {
  display: flex;
  column-gap: 0.75rem;
  overflow: hidden;
  position: relative;
}
@media not (max-width: 760px) {
  .recruit-message {
    grid-template-columns: 1fr clamp(320px, 44%, 480px);
    column-gap: var(--space-2l);
  }
  .recruit-message_txt {
    padding-left: var(--space-s);
  }
  .recruit-message_img {
    margin-right: var(--space-s);
  }
}
@media (max-width: 760px) {
  .recruit-message_img {
    order: 1;
    margin-inline: auto;
    aspect-ratio: 1 / 1;
    width: min(70%, 400px);
  }
}

/* .recruit-message_txt .ttl 
----------------------------------------*/
.recruit-message_txt .ttl {
  font-family: var(--ff-go);
  font-weight: 600;
  font-size: var(--fs-3l);
  line-height: var(--line-height-s);
  margin-bottom: var(--space-m);
}
@media (max-width: 760px) {
  .recruit-message_txt {
    order: 2;
  }
}

/* .recruit-message_txt .btn
----------------------------------------*/
.recruit-message_txt .btn {
  margin-top: var(--space-l);
}
@media (max-width: 760px) {
  .recruit-message_txt .btn {
    text-align: center;
  }
}

/*--------------------------------------------------------------------------------
  .recruit-slider
--------------------------------------------------------------------------------*/
.recruit-slider {
  pointer-events: none;
  filter: brightness(80%);
  opacity: 0.6;
}
.recruit-slider:first-child { left: 0; }
.recruit-slider:last-child { right: 0; }

/* .recruit-slider_list
----------------------------------------*/
.recruit-slider_list {
  will-change: transform;
}
.recruit-slider_list img {
  border-radius: var(--rd-h2);
  margin: 0.375rem 0;
}
.recruit-slider:first-of-type .recruit-slider_list {
  animation: recruit-slider1 40s infinite linear;
}
.recruit-slider:last-of-type .recruit-slider_list {
  animation: recruit-slider2 40s infinite linear;
}
@keyframes recruit-slider1 {
  from { transform: translateY(0); } to { transform: translateY(-100%); }
}
@keyframes recruit-slider2 {
  from { transform: translateY(-100%); } to { transform: translateY(0); }
}
@media not (max-width: 760px) {
  .recruit-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - (0.75rem / 2));
    height: 100%;
  }
}

/*--------------------------------------------------------------------------------

  sustainability

--------------------------------------------------------------------------------*/
@media not (max-width: 760px) {
  .sustainability {
    position: relative;
    display: grid;
    grid-template-columns: minmax(var(--side-space), 1fr) repeat(5, minmax(0, calc((var(--base-width) / 5) * 1px))) minmax(var(--side-space), 1fr);
  }
  .sustainability_hd { grid-area: 1 / 2 / 2 / 4; }
  .sustainability_hd:before { grid-area: 1 / 1 / 2 / 4; }
  .sustainability_content { grid-area: 1 / 4 / 2 / 7; }
}

/*--------------------------------------------------------------------------------
  .sustainability_hd
--------------------------------------------------------------------------------*/
.sustainability_hd:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../img/top/sustainability_bg.webp") no-repeat center right;
  background-size: cover;
  border-radius: 0 0 var(--rd-4) 0;
}
@media not (max-width: 760px) {
  .sustainability_hd {
    padding: calc(var(--space-3l) - 0.5rem) var(--space-l) var(--space-3l) 0;
  }
}
@media (max-width: 760px) {
  .sustainability_hd {
    position: relative;
    padding: var(--space-3l) calc(var(--SP-side-space-m) + var(--space-2l)) var(--space-4l) var(--side-space);
  }
  .sustainability_hd:before {
    width: calc(100% - var(--SP-side-space-m));
  }
}

/*--------------------------------------------------------------------------------
  .sustainability_content
--------------------------------------------------------------------------------*/
@media not (max-width: 760px) {
  .sustainability_content {
    padding-top: var(--space-3l);
    padding-bottom: var(--space-2l);
    padding-left: 12%;
  }
}
@media (max-width: 760px) {
  .sustainability_content {
    padding: var(--space-2l) var(--side-space) 0 var(--side-space);
  }
}
.sustainability_content .ttl {
  font-family: var(--ff-go);
  font-size: var(--fs-2l);
  font-weight: 600;
  line-height: var(--line-height-s);
  margin-bottom: var(--space-m);
}

/*--------------------------------------------------------------------------------
  .sustainability-list
--------------------------------------------------------------------------------*/
@media not (max-width: 500px) { .sustainability-list { --col: 2; } }
@media (max-width: 500px) { .sustainability-list { --col: 1; } }
.sustainability-list {
  --link-color: var(--txt-color);
  --link-color-hover: var(--color-primary);
  --link-deco: none;
  --link-deco-hover: none;
  display: grid;
  grid-template-columns: repeat(var(--col), 1fr);
  gap: 0 var(--space-s);
}
.sustainability-list li {
  line-height: var(--line-height-s);
  border-bottom: 1px solid var(--border-color);
}
.sustainability-list a {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 1rem;
  padding: 1rem 0;
}

/*--------------------------------------------------------------------------------

  banner

--------------------------------------------------------------------------------*/
@media not (max-width: 760px) { .bnr { --gap: var(--space-3s) var(--space-s); } }
@media (max-width: 760px) { .bnr { --gap: var(--space-m); --container-side-space: var(--SP-side-space-l); } }
.bnr {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: var(--gap);
  margin-top: var(--space-2l);
}
.bnr_item {
  --link-color: var(--txt-color);
  --link-color-hover: var(--txt-color);
  --link-deco: none;
  --link-deco-hover: none;
  border: 1px solid var(--border-color);
  border-radius: var(--rd-1);
  line-height: var(--line-height-s);
  text-align: center;
}
.bnr_item:not(:has(.bnr_item-inner)),
.bnr_item-inner {
  height: 100%;
  padding: 2rem;
  display: grid;
  place-content: center;
  place-items: center;
  row-gap: var(--space-s);
}
.bnr_item.-stadium .txt_main {
  font-weight: bold;
  font-size: var(--fs-2m);
}
.bnr_item.-stadium .txt_sub {
  display: block;
  margin-top: 0.25rem;
}
.bnr_item.-stadium img { width: clamp(70%, (260 / 500 * 100vw), 260px); }
@media not (max-width: 760px) {
  .bnr_item.-stadium img { margin-top: 0.5rem; }
}
@media (max-width: 760px) {
  .bnr { grid-template-columns: 1fr; }
}

/*--------------------------------------------------------------------------------
  .bnr-list
--------------------------------------------------------------------------------*/
.bnr-list {
  width: min(90%, 480px);
  margin-inline: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  column-gap: var(--space-s);
}
.bnr-list img[src*="vanraure"] { width: 70%; }

/*--------------------------------------------------------------------------------

  links

--------------------------------------------------------------------------------*/
@media not (max-width: 760px) { .links { --col: 4; --pd: 1.5rem 1rem; --icon-size: 3rem; --icon-mgb: 1rem; } }
@media (max-width: 760px) { .links { --col: 2; --pd: 1.75rem 1rem; --icon-size: 2.5rem; --icon-mgb: 0.75rem; } }
.links {
  --link-color: var(--txt-color);
  --link-color-hover: var(--color-primary);
  --link-deco: none;
  --link-deco-hover: none;
  margin-top: var(--space-2l);
  margin-bottom: var(--space-2l);
  display: grid;
  grid-template-columns: repeat(var(--col), 1fr);
}
.links li {
  line-height: var(--line-height-2s);
  text-align: center;
}
.links_item {
  height: 100%;
  display: grid;
  place-content: center;
  place-items: center;
  padding: var(--pd);
  transition: color 0.2s ease-in-out;
}
.links_item:before {
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  margin-bottom: var(--icon-mgb);
  background: var(--color-primary);
  color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
.links_item.-shop:before { mask-image: url("../icon/shop.svg"); }
.links_item.-faq:before {
  mask-image: url("../icon/faq.svg");
  width: calc(var(--icon-size) + 0.5rem);
  height: calc(var(--icon-size) + 0.5rem);
  margin-bottom: calc(var(--icon-mgb) - 0.25rem);
  margin-top: -0.25rem;
}
.links_item.-contact:before { mask-image: url("../icon/contact.svg"); }
.links_item.-company:before { mask-image: url("../icon/company.svg"); }
@media not (max-width: 760px) {
  .links_item {
    border-left: 1px solid var(--border-color);
  }
  .links li:last-child .links_item {
    border-right: 1px solid var(--border-color);
  }
}
@media (max-width: 760px) {
  .links {
    border-bottom: 1px solid var(--border-color);
  }
  .links_item {
    border-top: 1px solid var(--border-color);
  }
  .links li { position: relative; }
  .links li:nth-child(even):before {
    content: "";
    width: 1px;
    height: calc(100% - 3.5rem);
    position: absolute;
    left: 0;
    top: 1.75rem;
    border-left: 1px solid var(--border-color-light);
  }
}
