html, body {
  width: 100%;
  height: 100%;
  color: #000; }

.sp {
  display: none; }

#main {
  position: relative; }

#mainVisual {
  margin-bottom: 10%;
  position: relative; }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  #mainVisual svg {
    fill: #000; }
  #mainVisual .to-white {
    animation: toWhite 2s ease forwards;
    animation-delay: 2s; }
@keyframes toWhite {
  to {
    fill: #fff; } }
  #mainVisual h1 {
    width: 30%;
    position: absolute;
    right: 18%;
    top: 10%; }
  #mainVisual .pht {
    animation: fadeIn 2s ease forwards;
    animation-delay: 1.0s;
    opacity: 0; }

.navnm {
  position: sticky;
  top: 12%;
  z-index: 5; }
  .navnm ul {
    position: absolute;
    right: 7%; }
    .navnm ul li {
      margin-bottom: 30%; }
      .navnm ul li a {
        display: block;
        width: 40px;
        height: 40px; }
    .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: 12px;
  font-family: "Playfair Display", serif;
  font-weight: 400; }

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

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

#section1 {
  width: 680px;
  margin: 0 auto 5% auto; }
  #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 {
  width: 680px;
  margin: 0 auto 5% auto; }
  #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 {
  width: 680px;
  margin: 0 auto 5% auto; }
  #section3 .box > div:nth-child(1) {
    width: 80%;
    margin-left: 6%; }
  #section3 .box > div:nth-child(2) {
    padding: 5% 12%; }

#section4 {
  width: 680px;
  margin: 0 auto 5% auto; }
  #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 {
  width: 680px;
  margin: 0 auto 5% auto; }
  #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 {
  width: 680px;
  padding-bottom: 5%;
  margin: 0 auto 5% auto; }
  #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 {
  background: #fff;
  width: 680px;
  padding-bottom: 5%;
  margin: 0 auto 0% auto;
  padding-top: 5%; }
  #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 {
  background: #fff;
  width: 680px;
  padding-bottom: 5%;
  margin: 0 auto 0% auto; }
  #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 {
  background: #fff;
  width: 680px;
  padding-bottom: 5%;
  margin: 0 auto 0% auto; }
  #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 {
  background: #fff;
  width: 680px;
  padding-bottom: 5%;
  margin: 0 auto 0% auto; }
  #section9 .box > div:nth-child(1) {
    width: 94%;
    margin: 0 auto 0% auto; }
  #section9 .box > div:nth-child(2) {
    padding: 5% 12%; }

#section10 {
  background: #fff;
  width: 680px;
  padding-bottom: 5%;
  margin: 0 auto 0% auto; }
  #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 {
  background: #fff;
  width: 680px;
  padding-bottom: 5%;
  margin: 0 auto 0% auto; }
  #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%; }
