html, body {
  width: 100%;
  height: 100%; }

.pc {
  display: none; }

#main {
  position: relative; }

#mainVisual {
  margin-bottom: 10%; }
  #mainVisual .ttl {
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    animation: fadeOut 2s ease forwards;
    animation-delay: 1.0s;
    padding-top: 60%; }
@keyframes fadeOut {
  from {
    background-color: white; }
  to {
    background-color: transparent; } }
  #mainVisual svg {
    fill: #000; }
  #mainVisual .to-white {
    animation: toWhite 2s ease forwards;
    animation-delay: 2s; }
@keyframes toWhite {
  to {
    fill: #fff; } }
  #mainVisual h1 {
    width: 80%;
    margin-left: 10%;
    padding-bottom: 0%;
    margin-top: -50%; }
  #mainVisual .pht {
    padding-bottom: 60%; }

.navnm {
  position: sticky;
  top: 15%;
  z-index: 5; }
  .navnm ul {
    position: absolute;
    right: 3%; }
    .navnm ul li {
      margin-bottom: 30%; }
      .navnm ul li a {
        display: block;
        width: 7vw;
        height: 7vw; }
    .navnm ul li:nth-child(1) a {
      background: url("nm01_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(1) a.active {
      background: url("nm01_on.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(2) a {
      background: url("nm02_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(2) a.active {
      background: url("nm02_on.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(3) a {
      background: url("nm03_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(3) a.active {
      background: url("nm03_on.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(4) a {
      background: url("nm04_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(4) a.active {
      background: url("nm04_on.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(5) a {
      background: url("nm05_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(5) a.active {
      background: url("nm05_on.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(6) a {
      background: url("nm06_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(6) a.active {
      background: url("nm06_on.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(7) a {
      background: url("nm07_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(7) a.active {
      background: url("nm07_on.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(8) a {
      background: url("nm08_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(8) a.active {
      background: url("nm08_on.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(9) a {
      background: url("nm09_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(9) a.active {
      background: url("nm09_on.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(10) a {
      background: url("nm10_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(10) a.active {
      background: url("nm10_on.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(11) a {
      background: url("nm11_off.webp") no-repeat left top;
      background-size: cover; }
    .navnm ul li:nth-child(11) a.active {
      background: url("nm11_on.webp") no-repeat left top;
      background-size: cover; }

.mvlogo {
  animation: fade-in 2s;
  animation-fill-mode: forwards; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: -1; }

.pht {
  overflow: hidden; }

.products a {
  display: block;
  line-height: 2;
  font-size: 2.4vw;
  font-family: "Playfair Display", serif;
  font-weight: 400; }

.credit {
  overflow: hidden;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 2.4vw;
  background: #fff;
  padding: 15% 0 15% 8vw; }
  .credit p {
    line-height: 2; }

#footer {
  background: #fff;
  margin-top: 0;
  z-index: 1000; }

#section1 {
  margin-bottom: 30%; }
  #section1 .box {
    padding-top: 15%; }
  #section1 .box > div:nth-child(1) {
    width: 82%;
    margin: 0 0 30% 6%; }
  #section1 .box > div:nth-child(2) {
    width: 50%;
    margin: 0 0 30% 0%;
    z-index: 3; }
    #section1 .box > div:nth-child(2) .products {
      padding: 5% 12%; }
  #section1 .box > div:nth-child(3) {
    width: 70%;
    margin: 0 0 10% 16%; }

#section2 {
  margin-bottom: 30%; }
  #section2 .box > div:nth-child(1) {
    width: 60%;
    margin: 0 0 5% 26%; }
  #section2 .box > div:nth-child(2) {
    width: 76%;
    margin: 0 0 5% 10%; }
  #section2 .box > div:nth-child(3) {
    width: 70%;
    margin: 0 0 5% 10%; }

#section3 {
  margin-bottom: 30%; }
  #section3 .box > div:nth-child(1) {
    width: 80%;
    margin-left: 6%; }
  #section3 .box > div:nth-child(2) {
    padding: 5% 12%; }

#section4 {
  margin-bottom: 30%; }
  #section4 .box > div:nth-child(1) {
    width: 66%;
    margin: 0 auto 0 auto;
    padding-bottom: 0%; }
  #section4 .box > div:nth-child(2) {
    width: 40%;
    margin-left: 10%;
    padding-top: 80%;
    margin-bottom: 10%; }
  #section4 .box > div:nth-child(3) {
    width: 94%;
    margin: 0 auto 0 auto;
    padding-top: 0%;
    background: #fff; }
  #section4 .box > div:nth-child(4) {
    padding: 5% 12%;
    background: #fff; }

#section5 {
  margin-bottom: 10%; }
  #section5 .box > div:nth-child(1) {
    width: 82%;
    margin-left: 4%;
    padding-bottom: 80%; }
  #section5 .box > div:nth-child(2) {
    width: 70%;
    margin-left: 26%; }
  #section5 .box > div:nth-child(3) {
    width: 70%;
    margin-left: 10%; }

#section5-2 {
  padding-bottom: 20%; }
  #section5-2 .box > div:nth-child(1) {
    width: 40%;
    margin-left: 10%;
    margin-bottom: 5%; }
  #section5-2 .box > div:nth-child(2) {
    width: 50%;
    margin-left: 30%; }
  #section5-2 .box > div:nth-child(3) {
    padding: 5% 12%; }

#section6 {
  padding-bottom: 30%;
  background: #fff;
  padding-top: 20%; }
  #section6 .box > div:nth-child(1) {
    width: 70%;
    margin: 0 auto 20% auto; }
  #section6 .box > div:nth-child(2) {
    width: 94%;
    margin: 0 auto -10% auto;
    z-index: 2; }
  #section6 .box > div:nth-child(3) {
    width: 66%;
    margin: 0 auto 5% auto;
    background: #fff; }
  #section6 .box > div:nth-child(4) {
    width: 66%;
    margin: 0 auto 0% auto; }
  #section6 .box > div:nth-child(5) {
    padding: 5% 12%; }

#section7 {
  padding-bottom: 30%;
  background: #fff; }
  #section7 .box > div:nth-child(1) {
    width: 82%;
    margin-left: 4%;
    margin-bottom: 5%; }
  #section7 .box > div:nth-child(2) {
    width: 80%;
    margin-left: 20%; }
  #section7 .box > div:nth-child(3) {
    padding: 5% 12%; }

#section8 {
  padding-bottom: 30%;
  background: #fff; }
  #section8 .box > div:nth-child(1) {
    width: 82%;
    margin-left: 4%;
    margin-bottom: 5%; }
  #section8 .box > div:nth-child(2) {
    width: 66%;
    margin-left: 20%; }
  #section8 .box > div:nth-child(3) {
    padding: 5% 12%; }

#section9 {
  padding-bottom: 30%;
  background: #fff; }
  #section9 .box > div:nth-child(1) {
    width: 94%;
    margin: 0 auto 0% auto; }
  #section9 .box > div:nth-child(2) {
    padding: 5% 12%; }

#section10 {
  padding-bottom: 30%;
  background: #fff; }
  #section10 .box > div:nth-child(1) {
    width: 82%;
    margin-left: 4%; }
  #section10 .box > div:nth-child(2) {
    width: 82%;
    margin-left: 4%; }
  #section10 .box > div:nth-child(3) {
    padding: 5% 12%; }

#section11 {
  padding-bottom: 30%;
  background: #fff; }
  #section11 .box > div:nth-child(1) {
    width: 45%;
    margin-left: 12%;
    margin-bottom: 5%; }
  #section11 .box > div:nth-child(2) {
    width: 60%;
    margin-left: 26%;
    margin-bottom: 10%; }
  #section11 .box > div:nth-child(3) {
    width: 60%;
    margin-left: 25%;
    margin-bottom: 20%; }
  #section11 .box > div:nth-child(4) {
    width: 94%;
    margin: 0 auto 0% auto; }
  #section11 .box > div:nth-child(5) {
    padding: 5% 12%; }

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  z-index: 1; }

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0; }

.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both; }

.scroll-infinity__item {
  width: calc(100vw / 3); }

.scroll-infinity__item > img {
  width: 100%; }
