/* Default Options */
/* Media Query */
/* Transform Font Size */
/* --------------------------------- */
.l-top {
  position: relative;
}
.l-kv {
  width: 100%;
  height: 100svh;
  padding: var(--space-xxs);
  display: flex;
  align-items: end;
  position: sticky;
  top: 0;
  box-sizing: border-box;
}
.l-kv .copy {
  width: 100%;
  position: relative;
  z-index: 3;
}
.l-kv .copy img {
  width: 100%;
}
.l-kv:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-kv:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(black 20%, transparent 20%), radial-gradient(black 20%, transparent 20%);
  background-size: 3px 3px;
  background-position: 0 0, 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-kv .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.l-kv .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-concept {
  width: 100%;
  padding-block: clamp(160px, 20vw, 300px);
  padding-inline: var(--space-xxs);
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  color: var(--accent-color);
  backdrop-filter: blur(60px);
}
.l-concept .inner {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
}
.l-concept .copy {
  font-size: clamp(4rem, 0.1136363636rem + 10.7954545455vw, 8.75rem);
  line-height: 1.2;
}
.l-concept .text {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.l-concept .text p {
  font-size: clamp(1.25rem, 0.7386363636rem + 1.4204545455vw, 1.875rem);
  line-height: 2;
}
.l-concept .text p .pbr {
  display: none;
}
.l-concept .text p .sbr {
  display: block;
}
.l-home {
  padding-block-start: 20px;
  overflow: hidden;
}
.l-home.special {
  padding-block-end: 20px;
  background-color: var(--accent-color);
}
.l-home.special .l-home__title {
  margin-block-end: 20px;
  color: var(--bg-color);
}
.l-home__title {
  padding-inline: 20px;
  padding-block-end: var(--space-md);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  color: var(--accent-color);
}
.l-home__title:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  display: block;
  background-color: var(--accent-color);
  position: absolute;
  left: 20px;
  bottom: 0;
}
.l-home__title .en img {
  width: 100%;
}
.l-home__title .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.l-home__title .inner .u-txt-f-serif {
  font-size: clamp(1.5rem, 0.6818181818rem + 2.2727272727vw, 2.5rem);
  line-height: 1.2;
}
.l-home-interview-side {
  display: none;
}
.l-home-sp {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-home-sp .item {
  padding-block-end: 60px;
  border-block-end: 1px solid var(--bg-color);
}
.l-home-sp .item:first-child a:hover .image picture,
.l-home-sp .item:first-child a:hover .image img {
  opacity: 0.7;
}
.l-home-sp .item:first-child .image {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: var(--accent-color);
}
.l-home-sp .item:first-child .image picture,
.l-home-sp .item:first-child .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: var(--hover-animation-speed);
}
.l-home-sp .item:first-child .number {
  width: clamp(40px, 4vw, 64px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 0 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-home-sp .item:first-child .number:before, .l-home-sp .item:first-child .number:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent;
  border-top-right-radius: 10px;
  box-shadow: 10px 0 0 0 var(--accent-color);
  transform: scale(-1, 1);
}
.l-home-sp .item:first-child .number:before {
  top: 0;
  right: -20px;
}
.l-home-sp .item:first-child .number:after {
  left: 0;
  bottom: -20px;
}
.l-home-sp .item:first-child .inner .u-txt-f-serif {
  font-size: clamp(1.5rem, 0.2727272727rem + 3.4090909091vw, 3rem);
}
.l-home-sp .item:last-child {
  border-block-end: 0;
}
.l-home-sp .item a {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  position: relative;
  text-decoration: none;
  color: var(--bg-color);
}
.l-home-sp .item .u-txt-f-en {
  font-size: clamp(1.25rem, 0.6363636364rem + 1.7045454545vw, 2rem);
  line-height: 1;
}
.l-home-sp .item .image {
  border-radius: 10px;
  overflow: hidden;
}
.l-home-sp .item .image img {
  width: 100%;
}
.l-home-sp .item .inner {
  display: grid;
  grid-template-columns: 1fr clamp(24px, 3vw, 48px);
  align-items: end;
  gap: var(--space-xxs);
}
.l-home-sp .item .inner .u-txt-f-serif {
  font-size: clamp(1.25rem, 0.4318181818rem + 2.2727272727vw, 2.25rem);
  font-weight: 500;
  line-height: 1.2;
}
.l-home-sp .item .inner .u-txt-f-serif span {
  display: inline-block;
}
.l-home-sp .item .inner .c-icon-arrow {
  width: clamp(24px, 3vw, 48px);
  margin-block-end: 5px;
}
.l-home-contents {
  padding: var(--space-xs);
  padding-block-end: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  border-block-start: 1px solid var(--accent-color);
}
.l-home-contents__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
  color: var(--accent-color);
}
.l-home-contents__title .u-txt-f-en {
  font-size: clamp(3rem, 0.5454545455rem + 6.8181818182vw, 6rem);
  font-weight: 500;
}
.l-home-contents__title .u-txt-f-serif {
  font-size: clamp(1.25rem, 1.0454545455rem + 0.5681818182vw, 1.5rem);
  font-weight: 500;
}
.l-home-contents .button {
  align-self: center;
}
.l-home-blog {
  width: calc(100% + 20px);
  overflow-x: scroll;
}
.l-home-blog .list {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.l-home-blog .list li {
  min-width: 280px;
}
.l-home-blog .list li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  position: relative;
  text-decoration: none;
}
.l-home-blog .list li a:hover .image img {
  opacity: 0.7;
}
.l-home-blog .list li p {
  font-size: clamp(1rem, 0.7954545455rem + 0.5681818182vw, 1.25rem);
  line-height: 1.4;
  color: var(--accent-color);
}
.l-home-blog .list .image {
  width: 100%;
  aspect-ratio: 3/2;
  background-color: var(--accent-color);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.l-home-blog .list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: var(--hover-animation-speed);
}
.l-home-blog .list .date {
  height: 36px;
  margin-block-start: -46px;
  padding-inline-end: 20px;
  display: flex;
  align-items: center;
  background-color: var(--bg-color);
  border-radius: 0 10px 0 0;
  font-size: clamp(0.8125rem, 0.7613636364rem + 0.1420454545vw, 0.875rem);
  line-height: 1;
  position: relative;
  z-index: 1;
}
.l-home-blog .list .date:before, .l-home-blog .list .date:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent;
  border-bottom-right-radius: 10px;
  box-shadow: 0 10px 0 0 #fff;
  transform: scale(-1, 1);
}
.l-home-blog .list .date:before {
  top: -20px;
  left: 0;
}
.l-home-blog .list .date:after {
  right: -20px;
  bottom: 0;
}
.l-home .top-pagination {
  width: calc(100% - 40px);
  margin-inline: 20px;
  background-color: transparent;
  position: relative;
  top: -4px;
}
.l-home .top-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--accent-color);
}
@media screen and (min-width: 768px) {
  .l-kv .copy {
    width: 80%;
  }
  .l-kv .copy img {
    width: auto;
  }
  .l-home__title .inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .l-home-interview {
    display: grid;
    grid-template-columns: var(--grid-column-guide);
  }
  .l-home-interview-side {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-column: 1/4;
    background-color: var(--bg-color);
    border-inline-end: 1px solid var(--accent-color);
    position: relative;
    z-index: 1;
  }
  .l-home-interview-side .title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1;
    color: var(--accent-color);
  }
  .l-home-interview-side .title .u-txt-f-en {
    font-size: clamp(2.25rem, 1.6363636364rem + 1.7045454545vw, 3rem);
  }
  .l-home-interview-side .title .u-txt-f-serif {
    font-size: clamp(0.875rem, 0.7727272727rem + 0.2840909091vw, 1rem);
    font-weight: 500;
  }
  .l-home-interview-side .pagination {
    display: flex;
    column-gap: var(--space-xxs);
  }
  .l-home-interview .p-interview {
    grid-column: 4/13;
    position: relative;
    z-index: 0;
  }
  .l-home-sp {
    padding-inline: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0;
  }
  .l-home-sp .item {
    border-block-end: 0;
  }
  .l-home-sp .item a {
    padding-inline: 20px;
    box-sizing: border-box;
  }
  .l-home-sp .item:first-child {
    margin-block-end: 20px;
    padding-block-end: var(--space-sm);
    grid-area: 1/1/2/3;
    position: relative;
  }
  .l-home-sp .item:first-child::after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    display: block;
    background-color: var(--bg-color);
    position: absolute;
    left: 20px;
    bottom: 0;
  }
  .l-home-sp .item:first-child .image {
    aspect-ratio: 2.5/1;
    max-height: 860px;
  }
  .l-home-sp .item:first-child .number {
    left: 20px;
  }
  .l-home-sp .item:nth-child(2) a, .l-home-sp .item:nth-child(3) a {
    padding-block-end: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    row-gap: var(--space-lg);
  }
  .l-home-sp .item:nth-child(2) .u-txt-f-en, .l-home-sp .item:nth-child(3) .u-txt-f-en {
    grid-area: 1/1/2/2;
  }
  .l-home-sp .item:nth-child(2) .image, .l-home-sp .item:nth-child(3) .image {
    grid-area: 1/2/2/3;
  }
  .l-home-sp .item:nth-child(2) .inner, .l-home-sp .item:nth-child(3) .inner {
    grid-area: 2/1/3/3;
  }
  .l-home-sp .item:nth-child(2) {
    grid-area: 2/1/3/2;
    border-inline-end: 1px solid var(--bg-color);
  }
  .l-home-sp .item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .l-home-contents__title {
    flex-direction: row;
    align-items: center;
    gap: var(--space-xs);
  }
  .l-home-contents.home-blog {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(2, auto);
    column-gap: var(--space-xxs);
    align-items: end;
  }
  .l-home-contents.home-blog .l-home-contents__title {
    grid-area: 1/1/2/2;
  }
  .l-home-contents.home-blog .l-home-blog {
    grid-area: 2/1/3/3;
  }
  .l-home-contents.home-blog .button {
    grid-area: 1/2/2/3;
  }
  .l-concept .text p .pbr {
    display: block;
  }
  .l-concept .text p .sbr {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .l-home-blog {
    width: 100%;
  }
  .l-home-blog .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-xxs);
    overflow: visible;
  }
  .l-home-blog .list li {
    min-width: none;
  }
}

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