@charset "UTF-8";

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

html {
  font-size: 10px;
}

body {
  font-size: 1rem;
  font-family: "Zen Maru Gothic", 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: 1900px) {
  html {
    font-size: .5263vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3334vw;
  }
}

/* ========================================
	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: 13.8rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 6.2rem;
}
.p-top__header__logo img:nth-child(1) {
  width: 13.3rem;
}
.p-top__header__logo img:nth-child(2) {
  width: 13.1rem;
  margin: 2.6rem 0 0 .2rem;
}
.p-top__header__navi ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3.8rem;
  margin-top: -.8rem;
}
.p-top__header__navi ul li {
  font-size: 1.8rem;
}
.p-top__header__navi ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  letter-spacing: .055em;
}
.p-top__header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top__header__navi {
    display: none;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    width: 55%;
    transform: translateX(100%);
    transition: transform .4s;
  }
  .open .p-top__header__navi {
    transform: translateX(0);
  }
  .p-top__header__navi ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    margin: 0 6rem;
  }
  .p-top__header__navi ul li {
    font-size: 2.8rem;
  }
  .p-top__header__navi ul li a {
    color: #fff;
  }
  .p-top__header__hamburger {
    display: block;
    appearance: none;
    width: 6.7rem;
    height: 6.8rem;
    position: absolute;
    top: 3rem;
    right: 3rem;
    padding: 0;
    z-index: 10;
    border-radius: 0;
    outline: none;
    opacity: 1 !important;
  }
  .p-top__header__hamburger::before,
  .p-top__header__hamburger::after {
    content: '';
  }
  .p-top__header__hamburger::before,
  .p-top__header__hamburger::after,
  .p-top__header__hamburger span {
    display: block;
    width: 4.7rem;
    height: .4rem;
    background: #000;
    position: absolute;
    top: 1.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity .4s, transform .4s, background .4s, width .4s, top .4s;
  }
  .p-top__header__hamburger span {
    top: 2.9rem;
  }
  .p-top__header__hamburger::after {
    top: 4.4rem;
    width: 3.1rem;
    left: 1.6rem;
  }
  .open .p-top__header__hamburger::before,
  .open .p-top__header__hamburger::after,
  .open .p-top__header__hamburger span {
    width: 4.7rem;
    background: #fff;
    position: absolute;
    top: 3rem;
    left: 1rem;
    transform: rotate(45deg);
  }
  .open .p-top__header__hamburger::after {
    transform: rotate(-45deg);
  }
  .open .p-top__header__hamburger span {
    opacity: 0;
  }
}

.p-top__fv__title {
  text-align: center;
  font-size: 15.595rem;
  margin: -8.2rem 0 7.8rem;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1;
}
.p-top__fv__image img {
  height: 100vh;
  object-fit: cover;
  object-position: center bottom;
}
.p-top__fv__title span {
  display: block;
  font-size: 3rem;
  letter-spacing: .05em;
  margin-top: 1.4rem;
}
.p-top__fv__subtitle {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.6667;
  letter-spacing: .05em;
  margin-bottom: 3.3rem;
}
.p-top__fv__text {
  text-align: center;
  font-size: 2rem;
  line-height: 1.9444;
  letter-spacing: .05em;
}
@media screen and (min-width: 769px) {
  .p-top__fv__image img {
    height: 100vh !important;
  }
}
@media screen and (max-width: 768px) {
  .p-top__fv__title {
    font-size: 6.19rem;
    margin: -2.8rem 0 5.8rem;
  }
  .p-top__fv__image img {
    height: auto;
  }
  .p-top__fv__title span {
    margin-top: 3.5rem;
  }
  .p-top__fv__subtitle {
    letter-spacing: .02em;
  }
  .p-top__fv__text {
    margin: 0 4rem;
  }
}

.l-top__product {
  width: 100%;
  height: auto;
}
.c-top__product__credit + .c-top__product__credit {
  margin-top: 3rem;
}
.c-top__product__credit a {
  display: flex;
  text-decoration: none;
  color: #000;
}
.c-top__product__credit__thumb {
  width: 8rem;
}
.c-top__product__credit__detail {
  padding-left: 2rem;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-top: -.7rem;
  letter-spacing: .05em;
}
.c-top__product__credit__btn {
  width: 6.4rem;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  border-radius: 1.2rem;
  text-align: center;
  margin-top: .6rem;
  padding: .25rem 0;
}
.c-top__product__credit__btn::before {
  content: '';
  display: inline-block;
  width: .9rem;
  height: 1.2rem;
  background: url(../img/icon-product-btn.svg) no-repeat left top / 100% 100%;
  vertical-align: -.1rem;
  margin-right: .5rem;
}
@media screen and (max-width: 768px) {
.c-top__product__credit + .c-top__product__credit {
  margin-top: 3rem;
}
.c-top__product__credit a {
  display: flex;
  text-decoration: none;
  color: #000;
}
.c-top__product__credit__thumb {
  width: 8rem;
}
.c-top__product__credit__detail {
  padding-left: 2rem;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-top: -.7rem;
  letter-spacing: .05em;
}
.c-top__product__credit__btn {
  width: 6.4rem;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  border-radius: 1.2rem;
  text-align: center;
  margin-top: .6rem;
  padding: .25rem 0;
}
.c-top__product__credit__btn::before {
  content: '';
  display: inline-block;
  width: .9rem;
  height: 1.2rem;
  background: url(../img/icon-product-btn.svg) no-repeat left top / 100% 100%;
  vertical-align: -.1rem;
  margin-right: .5rem;
}
}

.c-top__product__container.u-1st {
  width: 173.6rem;
  margin: 0 auto 19rem;
  padding: 13.3rem 0 0;
}
.c-top__product__img.u-1st {
  width: 57.6037%;
  margin: 0;
}
.c-top__product__flex.u-1st {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 7.4rem 11.1rem;
}
.c-top__product__credits.u-1st {
  margin-bottom: 6.5rem;
}
.c-top__product__images.u-1st {
  width: 118.2rem;
  margin: 0 -5rem 0 auto;
  display: flex;
  gap: 3rem;
}
.c-top__product__flex.u-2nd {
  max-width: 176.4rem;
  margin: 0 auto 58.3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7rem 9.5rem;
}
.c-top__product__img.u-2nd {
  width: 93.4rem;
  margin-left: 7.5rem;
}
.c-top__product__img.u-2nd + .c-top__product__img.u-2nd {
  width: 66rem;
  margin: 0 0 -41.8rem;
}
.c-top__product__credits.u-2nd {
  margin: 3.1rem 0 0 7.5rem;
}
.c-top__product__images.u-2nd {
  width: 175.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: .4rem;
}
.c-top__product__images.u-2nd .c-top__product__image {
  max-width: 35.4rem;
}
.c-top__product__images.u-2nd .c-top__product__image:first-child {
  max-width: 35.3rem;
}
@media screen and (max-width: 768px) {
  .c-top__product__container.u-1st {
    width: auto;
    margin: 0 auto 19.5rem;
    padding: 7rem 0 0;
  }
  .c-top__product__img.u-1st {
    width: auto;
    order: 0;
    margin-bottom: 8rem;
  }
  .c-top__product__flex.u-1st {
    flex-direction: column;
    gap: 0;
  }
  .c-top__product__credits.u-1st {
    width: 100%;
    padding: 0 3rem;
    margin: 0;
    order: 2;
  }
  .c-top__product__images.u-1st {
    width: 57.6rem;
    margin: 0 0 5rem auto;
    display: block;
    order: 1;
  }
  .c-top__product__images.u-1st figure + figure {
    margin-top: 5.3rem;
  }
  .c-top__product__flex.u-2nd {
    max-width: none;
    margin: 0 auto 19.3rem;
    flex-direction: column;
    gap: 0;
  }
  .c-top__product__img.u-2nd {
    width: 100%;
    margin: 0 0 5.1rem;
    order: 0;
  }
  .c-top__product__img.u-2nd + .c-top__product__img.u-2nd {
    width: 66rem;
    order: 1;
    margin: 0 0 6.1rem auto;
  }
  .c-top__product__credits.u-2nd {
    width: 100%;
    padding: 0 3rem;
    margin: 0;
    order: 3;
  }
  .c-top__product__images.u-2nd {
    order: 2;
    width: 35.4rem;
    display: block;
    margin-bottom: 7.7rem;
  }
  .c-top__product__images.u-2nd .c-top__product__image,
  .c-top__product__images.u-2nd .c-top__product__image:first-child {
    max-width: none;
  }
  .c-top__product__images.u-2nd .c-top__product__image + .c-top__product__image {
    margin-top: 3.5rem;
  }
}

.c-top__product__flex.u-3rd {
  display: flex;
  position: relative;
  margin-bottom: 19rem;
}
.c-top__product__img.u-3rd {
  width: 50.02%;
}
.c-top__product__img.u-3rd + .c-top__product__img.u-3rd {
  width: 49.98%;
}
.c-top__product__credits.u-3rd {
  position: absolute;
  top: -31.3rem;
  left: 0;
  right: 0;
  max-width: 174rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-top__product__flex.u-3rd {
    display: block;
    margin-bottom: 19.7rem;
  }
  .c-top__product__img.u-3rd,
  .c-top__product__img.u-3rd + .c-top__product__img.u-3rd {
    width: auto;
  }
  .c-top__product__credits.u-3rd {
    position: static;
    width: 100%;
    padding: 0 3rem;
    max-width: none;
    margin-top: 6rem;
  }
}

.c-top__product__container.u-4th {
  margin-bottom: 25rem;
}
.c-top__product__flex.u-4th {
  display: flex;
  align-items: center;
}
.c-top__product__img.u-4th {
  width: calc(50% + 29.8rem);
  margin-right: 7.2rem;
}
.c-top__product__credits.u-4th {
  padding-top: .4rem;
}
@media screen and (max-width: 768px) {
  .c-top__product__container.u-4th {
    margin-bottom: 19.5rem;
  }
  .c-top__product__flex.u-4th {
    display: block;
  }
  .c-top__product__img.u-4th {
    width: auto;
    margin: 0 0 5rem;
  }
  .c-top__product__credits.u-4th {
    width: 100%;
    padding: 0 3rem;
  }
}

.c-top__product__container.u-5th {
  max-width: 149.8rem;
  margin: 0 auto 12.1rem;
}
.c-top__product__container.u-5th > .c-top__product__img.u-5th:nth-child(1) {
  margin: 0 0 12.5rem 6.8rem;
  width: 93rem;
  order: 0;
}
.c-top__product__flex.u-5th {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.c-top__product__flex.u-5th .c-top__product__img.u-5th:nth-child(1) {
  width: 57.5rem;
  order: 1;
}
.c-top__product__flex.u-5th .c-top__product__img.u-5th:nth-child(2) {
  width: 58.2rem;
  margin: 13.8rem 7rem 0 0;
  order: 0;
}
.c-top__product__flex.u-5th .c-top__product__img.u-5th:nth-child(2) img + img {
  margin-top: 6.3rem;
}
.c-top__product__credits.u-5th {
  width: 56.8rem;
  margin: -12.5rem 0 0 auto;
  order: 2;
}
@media screen and (max-width: 768px) {
  .c-top__product__container.u-5th {
    max-width: none;
    margin: 0 auto 18.5rem;
  }
  .c-top__product__container.u-5th > .c-top__product__img.u-5th:nth-child(1) {
    margin: 0 0 6.5rem;
    width: auto;
  }
  .c-top__product__flex.u-5th {
    display: block;
  }
  .c-top__product__flex.u-5th .c-top__product__img.u-5th:nth-child(1) {
    margin-left: 3rem;
  }
  .c-top__product__flex.u-5th .c-top__product__img.u-5th:nth-child(2) {
    margin: 7.5rem auto 0;
  }
  .c-top__product__credits.u-5th {
    width: 100%;
    padding: 0 3rem;
    margin: 14rem 0 0 auto;
  }
}

.c-top__product__container.u-6th {
  max-width: 118rem;
  margin: 0 auto 7.2rem;
}
.c-top__product__img.u-6th {
  max-width: 90rem;
  margin: 0 auto 3.3rem;
}
.c-top__product__title.u-6th {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: .05em;
  margin-bottom: 2.6rem;
}
.c-top__product__text.u-6th {
  text-align: center;
  font-size: 2rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.c-top__product__credits.u-6th {
  width: 73.6rem;
  margin: 4rem auto 0;
  display: block;
  display: flex;
  justify-content: space-between;
}
.c-top__product__credits.u-6th .c-top__product__credit {
  margin-top: 0;
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .c-top__product__container.u-6th {
    max-width: none;
    margin: 0 auto 9.5rem;
  }
  .c-top__product__img.u-6th {
    max-width: none;
    margin: 0 auto 5.3rem;
  }
  .c-top__product__title.u-6th {
    font-size: 3rem;
    margin-bottom: 2.1rem;
  }
  .c-top__product__text.u-6th {
    padding: 0 3rem;
    text-align: left;
  }
  .c-top__product__credits.u-6th {
    width: 100%;
    padding: 0 3rem;
    margin: 5rem auto 0;
  }
}

.c-top__profile__text {
  max-width: 118rem;
  margin: 0 auto 7.3rem;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.c-top__profile__text p + p {
  margin-top: 4.9rem;
}
@media screen and (max-width: 768px) {
  .c-top__profile__text {
    max-width: none;
    margin: 0 3rem 6.3rem;
  }
  .c-top__profile__text p + p {
    margin-top: 4.5rem;
  }
}

.l-top__footer {
  background: #e2e2e2;
  padding: 6.1rem 2rem;
}
.p-top__footer__inner {
  max-width: 118rem;
  margin: 0 auto;
}
.p-top__footer__logo {
  width: 13.3rem;
  margin-bottom: 4.3rem;
}
.p-top__footer__navi {
  margin-bottom: 4.2rem;
}
.p-top__footer__navi ul {
  display: flex;
  align-items: flex-start;
  gap: 3.7rem;
  margin-top: -.8rem;
}
.p-top__footer__navi ul li {
  font-size: 1.8rem;
}
.p-top__footer__navi ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  letter-spacing: .055em;
}
.p-top__footer__copyright {
  font-size: 1.4rem;
  display: block;
  letter-spacing: .06em;
}
@media screen and (max-width: 768px) {
  .l-top__footer {
    padding: 3.2rem 2rem 3.4rem;
  }
  .p-top__footer__logo,
  .p-top__footer__navi {
    display: none;
  }
  .p-top__footer__copyright {
    text-align: center;
  }
}
