@charset "UTF-8";
html, body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

body {
  position: relative;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: .04em;
  color: #000;
  background: #fff;
}

main {
  display: block;
  /* for IE */
}

a:link,
a:visited,
a:before,
a:after,
a img {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

sup {
  font-size: .6em;
}

a:hover {
  opacity: .8;
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.reveal {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.reveal.is-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

section {
  position: relative;
}

article {
  max-width: 100%;
}

html, body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

#mv {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 1fr;
  width: 100%;
  height: 760px;
}
#mv .copy-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-animation-name: mvFadeIn;
          animation-name: mvFadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: 0;
}
#mv .copy-area h1 {
  width: 209px;
  margin: 0 auto 70px;
}
#mv .copy-area h2 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  letter-spacing: .1em;
  line-height: 1.7;
}
#mv .mv-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-animation-name: mvFadeIn;
          animation-name: mvFadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}
#mv .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes mvFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mvFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#intro {
  background: #fff;
  padding-top: 90px;
  text-align: center;
}
#intro h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin: 20px auto 15px;
}
#intro h3 {
  font-size: 12px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  color: #AAA9A8;
}
#intro .img {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 80px;
}
#intro .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#intro .img.reveal img {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 1s;
  transition: 1s;
}
#intro .img.reveal img:nth-child(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#intro .img.reveal img:nth-child(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#intro .img.reveal img:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#intro .img.reveal img:nth-child(4) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#intro .img.reveal img:nth-child(5) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#intro .img.reveal img:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#intro .img.reveal img:nth-child(7) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#intro .img.reveal img:nth-child(8) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#intro .img.is-animate img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#mens {
  position: relative;
}
#mens .bg {
  width: 100%;
  line-height: 1;
}
#mens .bg img {
  width: 100%;
}
#mens h2 {
  width: 148px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mens .amazon-copy {
  position: absolute;
  left: 35px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  gap: 15px;
}

.links {
  padding: 100px 0;
}
.links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.links ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 310px;
  height: 80px;
  margin: 0 auto;
  padding: 0 37px;
  text-align: center;
  background: #000;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
}
.links ul li a .ico {
  width: 31px;
}
.links ul li a .txt {
  width: calc(100% - 31px);
}
.links ul li:last-child a {
  background: #E5E5E5;
  color: #000;
}

/* footer */
footer {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 1fr;
  width: 100%;
}
footer #mission {
  background: #EEECEB;
  padding: 100px 0 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #mission h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer #mission h2 .en {
  display: block;
  font-size: 18px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}
footer #mission .copy {
  font-size: 16px;
  width: 410px;
  line-height: 2;
}
footer .info {
  position: relative;
  background: #000;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
footer .info h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .info address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
footer .info address p {
  font-size: 16px;
}
footer .info address a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
}
footer .info dl dt {
  width: 112px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EEECEB;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}
footer .info dl dd {
  font-size: 16px;
  margin-bottom: 20px;
}
footer .info dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .info dl dd ul li::before {
  content: "◯";
  margin-right: 5px;
}
footer .info dl dd a {
  text-decoration: underline;
}
footer .copyright {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  text-align: right;
  color: #fff;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }

  .sp {
    display: none !important;
  }

  body, html {
    min-width: 1100px;
  }

  img {
    height: auto;
  }

  .spnav {
    display: block !important;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #mv {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  #mv .copy-area {
    aspect-ratio: 10 / 8.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background: #000;
  }
  #mv .copy-area h1 {
    width: 32%;
    max-width: 140px;
    margin: 0 auto 40px;
  }
  #mv .copy-area h2 {
    font-size: 24px;
  }
  #mv .mv-img {
    aspect-ratio: 1 / 1;
  }

  #intro {
    background: #fff;
    padding-top: 70px;
    text-align: left;
  }
  #intro .inner {
    padding: 0 10%;
  }
  #intro .ico {
    width: 35px;
  }
  #intro h2 {
    font-size: 16px;
    line-height: 1.8;
    margin: 20px auto 15px;
  }
  #intro h3 {
    font-size: 12px;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    color: #AAA9A8;
  }
  #intro .img {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
  }

  #mens {
    position: relative;
  }
  #mens .bg {
    width: 100%;
    line-height: 1;
  }
  #mens .bg img {
    width: 100%;
  }
  #mens h2 {
    width: 20%;
    position: absolute;
    left: 50%;
    top: 43%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #mens .amazon-copy {
    position: absolute;
    left: 5%;
    top: 5%;
    bottom: auto;
    font-size: 12px;
    gap: 10px;
  }
  #mens .amazon-copy img {
    width: 19px;
  }

  .links {
    padding: 70px 0;
  }
  .links ul {
    gap: 20px;
  }
  .links ul li a {
    width: 280px;
    height: 75px;
    padding: 0 35px;
    border-radius: 38px;
    font-size: 15px;
  }
  .links ul li a .ico {
    width: 28px;
  }
  .links ul li a .txt {
    width: calc(100% - 28px);
  }

  /* footer */
  footer {
    display: block;
    width: 100%;
  }
  footer #mission {
    padding: 85px 10%;
  }
  footer #mission h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  footer #mission h2 .en {
    font-size: 13px;
    margin-bottom: 20px;
  }
  footer #mission .copy {
    font-size: 15px;
    width: auto;
    line-height: 1.7;
  }
  footer .info {
    display: block;
    padding: 85px 10% 120px;
  }
  footer .info h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  footer .info address {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 50px;
  }
  footer .info address p {
    font-size: 14px;
  }
  footer .info address a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 68px;
    height: 68px;
  }
  footer .info address a img {
    width: 25px;
  }
  footer .info dl dt {
    width: 100px;
    height: 26px;
    font-size: 13px;
    margin-bottom: 8px;
  }
  footer .info dl dd {
    font-size: 14px;
    margin-bottom: 20px;
  }
  footer .copyright {
    left: 10%;
    bottom: 40px;
    font-size: 14px;
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */