@charset "UTF-8";

/* ========================================
	Founfation (id推奨)
========================================= */

html {
  font-size: 10px;
}

body {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

picture {
  display: block;
  width: 100%;
  height: auto;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a,
button {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

a:hover,
button:hover {
  opacity: .7;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: .625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6667vw;
  }
}

/* ========================================
	Layout (id推奨)
	命名規則: #id-
========================================= */

/* ========================================
	Project(コンテンツを構成する具体的な要素)
	命名規則: .p-
========================================= */
.l-top__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 4rem 8rem 0 4rem;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}
.p-top__header__logo {
  position: relative;
}
.p-top__header__logo::before {
  content: '';
  display: block;
  height: .2rem;
  width: 10.8rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 5.2rem;
}
.p-top__header__logo img:nth-child(1) {
  width: 10.3rem;
}
.p-top__header__logo img:nth-child(2) {
  width: 10.1rem;
  margin: 2.6rem 0 0 .2rem;
}
.p-top__header__navi ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3.5rem;
  margin-top: -.8rem;
}
.p-top__header__navi ul li {
  font-size: 1.6rem;
}
.p-top__header__navi ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .l-top__header {
    position: absolute;
    padding: 2rem;
  }
  .p-top__header__logo::before {
    height: .1rem;
    width: 7rem;
    top: 3.5rem;
  }
  .p-top__header__logo img:nth-child(1) {
    width: 7rem;
  }
  .p-top__header__logo img:nth-child(2) {
    width: 7rem;
    margin: 1.5rem 0 0;
  }
  .p-top__header__navi {
    display: none;
  }
}

.p-top__fv__container {
  display: flex;
  align-items: center;
  gap: 8.6rem;
}
.p-top__fv__title {
  font-size: 3.2rem;
  letter-spacing: .1em;
  font-weight: 300;
}
.p-top__fv__title > span {
  display: block;
  font-size: 7rem;
  line-height: 1.2;
  letter-spacing: .096em;
  margin-top: 3rem;
}
.p-top__fv__title > span span {
  letter-spacing: .156em;
}
.p-top__fv__image {
  width: 39.5833%;
}
.p-top__fv__image img {
  height: 100vh;
  object-fit: cover;
  object-position: center bottom;
}
.p-top__fv__image img {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-top__fv__container {
    display: block;
    position: relative;
  }
  .p-top__fv__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15.6rem;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }
  .p-top__fv__title > span {
    font-size: 2.5rem;
    letter-spacing: .1em;
    margin-top: 1rem;
  }
  .p-top__fv__title > span span {
    letter-spacing: .16em;
  }
  .p-top__fv__image {
    width: auto;
  }
  .p-top__fv__image img {
    height: auto;
  }
}

.l-top__description {
  width: 100%;
  height: auto;
}
.c-top__description__container {
  max-width: 159.6rem;
  margin: 10rem auto 0;
  padding-left: 8.7rem;
  display: flex;
  gap: 5.4rem;
}
.c-top__description__text {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2.2222;
  letter-spacing: .1em;
  padding-top: 9.2rem;
}
.c-top__description__text p.u-mincho {
  color: #838383;
  font-weight: 500;
  margin-top: 4.2rem;
  letter-spacing: .096em;
}
.p-top__description__image {
  width: 79.8rem;
}
@media screen and (max-width: 768px) {
  .c-top__description__container {
    margin: 2.4rem 0 0;
    padding-left: 0;
    display: block;
  }
  .c-top__description__text {
    font-size: 1.2rem;
    line-height: 2.3333;
    letter-spacing: .05em;
    padding: 0 2rem;
  }
  .c-top__description__text p.u-mincho {
    font-size: 1rem;
    margin-top: 1.8rem;
    line-height: 2.4;
    letter-spacing: .095em;
  }
  .p-top__description__image {
    width: 100%;
    margin-top: 3rem;
  }
}

.l-top__product {
  width: 100%;
  height: auto;
}
.c-top__product__credits {
  font-size: 1.6rem;
}
.c-top__product__credits .item-d-none {
  display: none;
}
.c-top__product__credit { 
  display:flex;
  gap: 6px;
}
.c-top__product__credit + .c-top__product__credit {
  margin-top: 1.7rem;
}
.c-top__product__credit > a,
.c-top__product__credit > div {
  width: fit-content;
  display: flex;
  text-decoration: none;
  color: #000;
  gap: 1.9rem;
}
.c-top__product__credit a {
  color: #000;
  text-decoration: none;
}
.c-top__product__credit__btn {
  text-decoration: underline;
  text-underline-offset: .2rem;
}
@media screen and (max-width: 768px) {
  .c-top__product__credits {
    font-size: 1rem;
  }
  .c-top__product__credit + .c-top__product__credit {
    margin-top: .6rem;
  }
  .c-top__product__credit > div,
  .c-top__product__credit > a {
    gap: .8rem;
  }
  .c-top__product__credit__btn {
    text-underline-offset: .1rem;
  }
}

.c-top__product__container.u-1st {
  width: 120rem;
  margin: 0 auto 14rem;
  padding: 10.7rem 0 0;
}
.c-top__product__img.u-1st {
  margin: 0;
}
.c-top__product__credits.u-1st {
  margin: 2.8rem 8rem 0 auto;
  width: fit-content;
}
.c-top__product__credits.u-1st .c-top__product__credit > div,
.c-top__product__credits.u-1st .c-top__product__credit > a {
  margin: 0 0 0 auto;
}
.c-top__product__images.u-1st {
  width: 118.2rem;
  margin: 0 -5rem 0 auto;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .c-top__product__container.u-1st {
    width: auto;
    margin: 0 auto 7.2rem;
    padding: 4rem 2rem 0;
  }
  .c-top__product__credits.u-1st {
    margin: 1.1rem 0 0;
  }
  .c-top__product__credits.u-1st .c-top__product__credit > div,
  .c-top__product__credits.u-1st .c-top__product__credit > a {
    margin: 0;
  }
  .c-top__product__images.u-1st {
    width: 100%;
    margin: 0;
    display: block;
  }
}

.c-top__product__flex.u-2nd {
  min-width: calc(50% + 58.8rem);
  max-width: 154.1rem;
  display: flex;
  align-items: flex-end;
  margin-bottom: 18.1rem;
}
.c-top__product__img.u-2nd {
  max-width: 53.4718%;
  padding: 0 0 38rem;
}
.c-top__product__credits.u-2nd {
  padding-bottom: 3.9rem;
  letter-spacing: .1em;
}
.c-top__product__credits.u-2nd .c-top__product__credit > div,
.c-top__product__credits.u-2nd .c-top__product__credit > a {
  gap: 2.6rem;
}
.c-top__product__flex.u-2nd .c-top__product__box {
  flex: 1;
  padding-left: 8.2rem;
}
@media screen and (max-width: 768px) {
  .c-top__product__flex.u-2nd {
    min-width: 0;
    max-width: none;
    display: block;
    margin-bottom: 8rem;
  }
  .c-top__product__img.u-2nd {
    max-width: none;
    padding: 0 0 1.6rem;
  }
  .c-top__product__credits.u-2nd {
    padding-bottom: 4.3rem;
  }
  .c-top__product__credits.u-2nd .c-top__product__credit > div,
  .c-top__product__credits.u-2nd .c-top__product__credit > a {
    gap: 1.1rem;
  }
  .c-top__product__flex.u-2nd .c-top__product__box {
    padding-left: 2rem;
  }
  .c-top__product__flex.u-2nd .c-top__product__box figure {
    width: 31rem;
    margin: 0 0 0 auto;
  }
}

.c-top__product__flex.u-3rd {
  min-width: calc(50% + 58.8rem);
  max-width: 154rem;
  margin: 0 0 16.2rem auto;
}
.c-top__product__flex.u-3rd .c-top__product__box {
  max-width: 53.4718%;
  padding: 0 0 9.5rem;
}
.c-top__product__credits.u-3rd {
  padding-top: 3.2rem;
  letter-spacing: .1em;
}
.c-top__product__credits.u-3rd .c-top__product__credit > div,
.c-top__product__credits.u-3rd .c-top__product__credit > a {
  gap: 2.6rem;
}
.c-top__product__img.u-3rd {
  padding-left: 64.1rem;
}
@media screen and (max-width: 768px) {
  .c-top__product__flex.u-3rd {
    min-width: 0;
    max-width: none;
    margin: 0 0 8rem;
  }
  .c-top__product__flex.u-3rd .c-top__product__box {
    max-width: none;
    padding: 0 0 3.4rem;
  }
  .c-top__product__credits.u-3rd {
    padding: 1.9rem 2rem 0;
  }
  .c-top__product__credits.u-3rd .c-top__product__credit > div,
  .c-top__product__credits.u-3rd .c-top__product__credit > a {
    gap: 1.1rem;
  }
  .c-top__product__img.u-3rd {
    width: 33.5rem;
    margin: 0 auto;
    padding-left: 0;
  }
}

.c-top__product__container.u-4th {
  min-width: calc(50% + 48.3rem);
  max-width: 143.6rem;
  margin-bottom: 14.5rem;
}
.c-top__product__credits.u-4th {
  padding-top: .4rem;
  margin: 3.5rem 0 0 auto;
  width: fit-content;
  letter-spacing: .1em;
}
.c-top__product__credits.u-4th .c-top__product__credit > div,
.c-top__product__credits.u-4th .c-top__product__credit > a {
  gap: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-top__product__container.u-4th {
    min-width: 0;
    max-width: none;
    margin-bottom: 7.8rem;
  }
  .c-top__product__credits.u-4th {
    margin: 1.1rem 2rem 0;
  }
  .c-top__product__credits.u-4th .c-top__product__credit > div,
  .c-top__product__credits.u-4th .c-top__product__credit > a {
    gap: 1.1rem;
  }
}

.c-top__product__container.u-5th {
  margin: 0 auto 18.3rem;
}
.c-top__product__flex.u-5th {
  display: flex;
  align-items: flex-start;
  gap: 5.7rem;
}
.c-top__product__img.u-5th {
  width: 32.9659%;
}
.c-top__product__credits.u-5th {
  margin-bottom: 3rem;
  width: fit-content;
  letter-spacing: .1em;
}
.c-top__product__credits.u-5th > div,
.c-top__product__credits.u-5th > a {
  gap: 2.6rem;
}
.c-top__product__container.u-5th .c-top__product__box {
  flex: 1;
  padding-top: 37.1rem;
}
.c-top__product__container.u-5th .c-top__product__box figure img:nth-child(1) {
  width: 46.4777%;
  position: relative;
  z-index: 2;
}
.c-top__product__container.u-5th .c-top__product__box figure img:nth-child(2) {
  width: 66.7206%;
  margin: -34.8178% 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-top__product__container.u-5th {
    margin: 0 auto 7.3rem;
  }
  .c-top__product__flex.u-5th {
    display: block;
  }
  .c-top__product__img.u-5th {
    width: 16rem;
  }
  .c-top__product__credits.u-5th {
    margin: 1.5rem 2rem 0;
    order: 3;
  }
  .c-top__product__credits.u-5th > div,
  .c-top__product__credits.u-5th > a {
    gap: 1.1rem;
  }
  .c-top__product__container.u-5th .c-top__product__box {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    margin-top: -9.5rem;
  }
  .c-top__product__container.u-5th .c-top__product__box figure img:nth-child(1) {
    width: 12.6rem;
    margin-left: 17.7rem;
  }
  .c-top__product__container.u-5th .c-top__product__box figure img:nth-child(2) {
    width: 26.7rem;
    margin: 2rem 0 0 auto;
  }
}

.c-top__interview__container {
  max-width: 97rem;
  margin: 0 auto 8rem;
}
.c-top__interview__container h2 {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: .1em;
  padding-left: .1em;
  margin-bottom: 7.7rem;
}
.c-top__interview__container dl {
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.875;
}
.c-top__interview__container dl dt,
.c-top__interview__container dl dd {
  padding-left: 4.4rem;
  position: relative;
}
.c-top__interview__container dl dt {
  margin-bottom: 1.7rem;
  margin-top: 7.6rem;
}
.c-top__interview__container dl dt:first-child {
  margin-top: 0;
}
.c-top__interview__container dl dt::before {
  content: '';
  display: block;
  width: 3rem;
  height: .1rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.c-top__interview__profile {
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.875;
  margin-top: 11.9rem;
}
.c-top__interview__profile p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-top__interview__container {
    max-width: none;
    margin: 0 2rem 3rem;
  }
  .c-top__interview__container h2 {
    font-size: 1.8rem;
    margin-bottom: 3.8rem;
  }
  .c-top__interview__container dl {
    font-size: 1rem;
    line-height: 2;
  }
  .c-top__interview__container dl dt,
  .c-top__interview__container dl dd {
    padding-left: 0;
    position: relative;
  }
  .c-top__interview__container dl dt {
    padding-left: 4.4rem;
    margin-bottom: 1rem;
    margin-top: 3.3rem;
  }
  .c-top__interview__container dl dt::before {
    top: 1rem;
  }
  .c-top__interview__profile {
    font-size: 1rem;
    line-height: 2;
    margin-top: 7rem;
  }
  .c-top__interview__profile p + p {
    margin-top: .9rem;
  }
  .c-top__interview__profile p + p:not(.u-mincho) {
    letter-spacing: 0;
  }
  .c-top__interview__profile p.u-mincho {
    font-size: 1rem;
    letter-spacing: .1em;
    margin-top: 1.4rem;
  }
}

.l-top__footer {
  padding: 9.1rem 2rem;
}
.p-top__footer__inner {
  max-width: 118rem;
  margin: 0 auto;
}
.p-top__footer__logo {
  width: 13.5rem;
  margin: 0 auto;
  margin-bottom: 4.4rem;
}
.p-top__footer__navi {
  margin-bottom: 11.5rem;
}
.p-top__footer__navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
  margin-top: -.8rem;
}
.p-top__footer__navi ul li {
  font-size: 1.6rem;
  letter-spacing: .1em;
}
.p-top__footer__navi ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.p-top__footer__copyright {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .l-top__footer {
    padding: 5.1rem 4.9rem 3.5rem;
  }
  .p-top__footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-top__footer__logo {
    width: 9.1rem;
    margin: 0 0 .3rem;
  }
  .p-top__footer__navi {
    margin-bottom: 0;
  }
  .p-top__footer__navi ul {
    display: block;
    margin-top: 0;
  }
  .p-top__footer__navi ul li {
    font-size: 1rem;
    line-height: 2.3;
  }
  .p-top__footer__copyright {
    width: 100%;
    font-size: 1rem;
    margin-top: 4.5rem;
  }
}
