@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

html.wf-active {
  opacity: 1;
  transition: opacity .3s ease;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000;
  text-decoration: none;
}

.clearfix {
  display: inline-block;
  height: 1%;
}

.clearfix::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

img, video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1020px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1020px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}

.scroll-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 1020px) {
  .scroll-in.for-pc {
    opacity: 1;
    transform: none;
  }
}

@media screen and (min-width: 1020px) {
  .scroll-in.for-sp {
    opacity: 1;
    transform: none;
  }
}

.scroll-in.in {
  opacity: 1;
  transform: translateY(0);
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  opacity: 0;
}

body:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/bg_women.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  body:before {
    background: #adb3b7;
  }
}

body.loaded {
  opacity: 1;
  transition: opacity 1s ease;
}

body.loaded .title span.row1 span {
  opacity: 1;
  transform: none;
  -webkit-filter: none;
          filter: none;
  transition: 1s ease;
}

body.loaded .title span.row1 span:nth-of-type(1) {
  transition-delay: 0.6s;
}

body.loaded .title span.row1 span:nth-of-type(2) {
  transition-delay: 0.7s;
}

body.loaded .title span.row1 span:nth-of-type(3) {
  transition-delay: 0.8s;
}

body.loaded .title span.row1 span:nth-of-type(4) {
  transition-delay: 0.9s;
}

body.loaded .title span.row1 span:nth-of-type(5) {
  transition-delay: 1s;
}

body.loaded .title span.row1 span:nth-of-type(6) {
  transition-delay: 1.1s;
}

body.loaded .title span.row1 span:nth-of-type(7) {
  transition-delay: 1.2s;
}

body.loaded .title span.row1 span:nth-of-type(8) {
  transition-delay: 1.3s;
}

body.loaded .title span.row2 {
  opacity: 1;
  transition: .8s ease 1.7s;
}

body.loaded .nav {
  opacity: 1;
  transition: .8s ease 1.7s;
}

body.loaded .g-container {
  background: #adb3b7;
  transition: 0s ease 1.5s;
}

body.loaded .g-container:before, body.loaded .g-container:after {
  height: 100%;
  transition: height 1.1s ease-in .4s;
}

body.loaded .g-container #main .main-visual {
  opacity: 1;
  transition: 1s ease .5s;
}

header {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 1020px) {
  header {
    padding: 0 15px;
    height: 52px;
  }
}

header.open .btn:before {
  top: calc(50% - 6px);
  transform: rotate(30deg);
}

header.open .btn:after {
  top: calc(50% + 6px);
  transform: rotate(-30deg);
}

header.open nav {
  transform: none;
}

header .txt {
  width: 302px;
  z-index: 1;
}

@media screen and (max-width: 1020px) {
  header .txt {
    width: 68.53333%;
    max-width: 257px;
  }
}

header .btn {
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 3;
  position: absolute;
  top: calc(50% - 12px);
  right: 25px;
}

@media screen and (max-width: 1020px) {
  header .btn {
    right: 15px;
  }
}

header .btn:hover {
  cursor: pointer;
}

header .btn:before, header .btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: .4s ease;
}

header .btn:before {
  top: calc(50% - 3px);
  transform-origin: left top;
}

header .btn:after {
  top: calc(50% + 3px);
  transform-origin: left bottom;
}

header nav {
  width: 280px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: #313131;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  transform: translateX(100%);
  transition: transform .4s ease;
}

@media screen and (max-width: 1020px) {
  header nav {
    width: 61.33333%;
  }
}

header nav .menu {
  width: 180px;
}

@media screen and (max-width: 1020px) {
  header nav .menu {
    width: 73.91304%;
  }
}

header nav .menu li {
  margin-top: 30px;
}

header nav .menu li:first-of-type {
  margin-top: 0;
}

header nav .menu li a {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 1.6rem;
  color: #fff;
}

header nav .sns {
  width: 180px;
  margin-top: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1020px) {
  header nav .sns {
    width: 73.91304%;
  }
}

header nav .sns li.twitter {
  width: 22.5px;
  margin-right: 28px;
}

header nav .sns li.insta {
  width: 18.5px;
}

header nav .logo {
  width: 95px;
  position: absolute;
  right: 32px;
  bottom: 27px;
}

.nav {
  width: calc(50% - 250px);
  height: 215px;
  max-height: 90%;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 2;
  opacity: 0;
}

.nav li {
  text-align: center;
  perspective: 500px;
}

.nav li a {
  display: inline-block;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6vw;
  letter-spacing: .05em;
  font-style: italic;
  color: #fff;
  transition: .4s ease;
}

@media screen and (min-width: 500px) {
  .nav li a {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1020px) {
  .nav li a:hover {
    transform: translateZ(40px);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  }
}

.title {
  text-align: center;
  color: #fff;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: normal;
  width: calc(50% - 250px);
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.title span {
  display: block;
}

.title span.row1 {
  font-size: 0;
}

.title span.row1 span {
  display: inline-block;
  font-size: 12.8vw;
  letter-spacing: .1em;
  transform: translateY(-12px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
}

@media screen and (min-width: 500px) {
  .title span.row1 span {
    font-size: 4.57143vw;
  }
}

.title span.row2 {
  font-size: 4.8vw;
  letter-spacing: .05em;
  opacity: 0;
}

@media screen and (min-width: 500px) {
  .title span.row2 {
    font-size: 1.71429vw;
  }
}

.g-container {
  position: relative;
  z-index: 2;
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .g-container {
    width: 100%;
    padding-top: 52px;
  }
}

.g-container:before, .g-container:after {
  content: '';
  display: block;
  width: 2px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .g-container:before, .g-container:after {
    content: none;
  }
}

.g-container:after {
  left: auto;
  right: 0;
}

.g-container.show #main .main-visual .main-video:after {
  transform: translateY(300%);
  transition: transform 2.7s ease-in .2s;
}

#main {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1020px) {
  #main {
    border-top: #dbdee2 2px solid;
  }
}

#main .vimeo {
  position: relative;
  box-shadow: 0px 40px 120px 0px rgba(0, 0, 0, 0.34);
}

#main .vimeo:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 177.78%;
}

#main .vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main .main-visual {
  opacity: 0;
}

@media screen and (max-width: 500px) {
  #main .main-visual {
    opacity: 1;
  }
}

#main .main-visual .main-video {
  box-shadow: none;
  overflow: hidden;
}

#main .main-visual .main-video:after {
  content: '';
  display: block;
  width: 100%;
  height: 300%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #adb3b7 50%, #adb3b7 100%);
}

#main .intro {
  color: #fff;
}

#main .intro .page-head {
  border-top: #dbdee2 2px solid;
  padding-top: 50px;
  text-align: center;
  font-size: 4.6vw;
}

@media screen and (min-width: 500px) {
  #main .intro .page-head {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 500px) {
  #main .intro .page-head {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .intro .page-head {
    font-size: 2.4rem;
  }
}

#main .intro .lead {
  width: 83%;
  margin: 35px auto 0;
  font-size: 3.2vw;
  line-height: 1.6875;
}

@media screen and (min-width: 500px) {
  #main .intro .lead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 500px) {
  #main .intro .lead {
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .intro .lead {
    font-size: 1.7rem;
  }
}

#main .intro .wave {
  width: 23.1%;
  margin: 85px auto 0;
  position: relative;
}

#main .intro .wave:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #adb3b7;
}

#main .intro .wave.in:before {
  width: 0;
  transition: width .8s ease;
}

#main .intro .intro-video {
  margin-top: 50px;
  position: relative;
  perspective: 500px;
}

#main .intro .intro-video.in .vimeo {
  opacity: 1;
  transform: none;
  box-shadow: 0px 40px 120px 0px rgba(0, 0, 0, 0.34);
  transition: 1.5s ease .5s;
}

#main .intro .intro-video .video-head {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 4;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.4vw;
  letter-spacing: .15em;
}

@media screen and (min-width: 500px) {
  #main .intro .intro-video .video-head {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 500px) {
  #main .intro .intro-video .video-head {
    font-size: 5.6vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .intro .intro-video .video-head {
    font-size: 2.8rem;
  }
}

#main .intro .intro-video .vimeo {
  width: 62.4%;
  margin: 0 auto;
  opacity: 0;
  transform: scale(1.15);
  box-shadow: none;
  overflow: hidden;
  z-index: 1;
}

#main .intro .detail {
  width: 78%;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  #main .intro .detail {
    width: 80%;
  }
}

#main .intro .detail li {
  counter-increment: number;
  font-size: 3vw;
  line-height: 1.66667;
  margin-top: 50px;
  padding-left: 2em;
  position: relative;
  text-align: justify;
}

@media screen and (min-width: 500px) {
  #main .intro .detail li {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  #main .intro .detail li {
    font-size: 3.2vw;
    padding-left: 1.5em;
    letter-spacing: -.03em;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .intro .detail li {
    font-size: 1.6rem;
  }
}

#main .intro .detail li:before {
  content: counter(number);
  position: absolute;
  left: 0;
  top: -1em;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8vw;
}

@media screen and (min-width: 500px) {
  #main .intro .detail li:before {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 500px) {
  #main .intro .detail li:before {
    font-size: 4vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .intro .detail li:before {
    font-size: 2rem;
  }
}

#main .sec {
  padding-top: 85px;
}

#main .sec:nth-of-type(even) .sec-video .index {
  left: auto;
  right: 0;
  transform: translate(64%, -63%);
}

#main .sec:nth-of-type(even) .sec-txt:before {
  transform: skewY(2.3deg);
}

#main .sec .sec-video {
  width: 71.4%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  perspective: 500px;
}

#main .sec .sec-video.in .index {
  opacity: 1;
  transition: 1.1s ease .7s;
}

#main .sec .sec-video.in .video-wrapper {
  opacity: 1;
  transform: none;
  box-shadow: 0px 40px 120px 0px rgba(0, 0, 0, 0.34);
  transition: 1.3s ease .3s;
}

#main .sec .sec-video.in .video-wrapper .play-btn .circle span {
  opacity: 1;
  transition: .9s ease 1s;
}

#main .sec .sec-video.in .video-wrapper .play-btn .circle svg {
  opacity: 1;
  transform: none;
  transition: 1.1s ease .7s;
}

#main .sec .sec-video.in .video-wrapper.playing iframe {
  opacity: 1;
  transition: none;
}

#main .sec .sec-video.in .video-wrapper.playing .play-btn {
  opacity: 0;
  background-image: none !important;
}

#main .sec .sec-video.in .video-wrapper.pause .play-btn {
  opacity: 1;
}

#main .sec .sec-video .index {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15vw;
  font-style: italic;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transform: translate(-72%, -63%);
  opacity: 0;
}

@media screen and (min-width: 500px) {
  #main .sec .sec-video .index {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 500px) {
  #main .sec .sec-video .index {
    font-size: 15.2vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .sec .sec-video .index {
    font-size: 7.6rem;
  }
}

#main .sec .sec-video .video-wrapper {
  opacity: 0;
  transform: scale(1.1);
  box-shadow: none;
  overflow: hidden;
}

@media screen and (min-width: 1020px) {
  #main .sec .sec-video .video-wrapper:hover {
    cursor: pointer;
  }
  #main .sec .sec-video .video-wrapper:hover svg path {
    stroke-dashoffset: 1000;
    transition: .8s ease;
  }
}

#main .sec .sec-video .video-wrapper .play-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: opacity .3s ease;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

#main .sec .sec-video .video-wrapper .play-btn .circle {
  display: block;
  width: 31.23249%;
  padding-top: 35.01401%;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.2vw;
  color: #fff;
  letter-spacing: .025em;
  position: relative;
}

@media screen and (min-width: 500px) {
  #main .sec .sec-video .video-wrapper .play-btn .circle {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 500px) {
  #main .sec .sec-video .video-wrapper .play-btn .circle {
    font-size: 6.4vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .sec .sec-video .video-wrapper .play-btn .circle {
    font-size: 3.2rem;
  }
}

#main .sec .sec-video .video-wrapper .play-btn .circle span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}

#main .sec .sec-video .video-wrapper .play-btn .circle svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotate(1080deg) scale(0.8);
}

#main .sec .sec-video .video-wrapper .play-btn .circle svg path {
  stroke-dasharray: 1000;
}

#main .sec .sec-video .video-wrapper .play-btn .circle:before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: #fff 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}

#main .sec .sec-txt {
  padding: 95px 0 60px;
  margin-top: -65px;
  position: relative;
  z-index: 2;
}

#main .sec .sec-txt:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #dbdee2;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-2.3deg);
  z-index: 1;
}

#main .sec .sec-txt .txt-inner {
  width: 83%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#main .sec .sec-txt .txt-inner .head {
  text-align: center;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: .025em;
}

@media screen and (min-width: 500px) {
  #main .sec .sec-txt .txt-inner .head {
    font-size: 2rem;
  }
}

@media screen and (max-width: 500px) {
  #main .sec .sec-txt .txt-inner .head {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .sec .sec-txt .txt-inner .head {
    font-size: 2.1rem;
  }
}

#main .sec .sec-txt .txt-inner .cap {
  font-size: 3vw;
  line-height: 1.66667;
  letter-spacing: .025em;
  margin-top: 20px;
}

@media screen and (min-width: 500px) {
  #main .sec .sec-txt .txt-inner .cap {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  #main .sec .sec-txt .txt-inner .cap {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .sec .sec-txt .txt-inner .cap {
    font-size: 1.6rem;
  }
}

#main .sec .sec-txt .txt-inner .credit {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6vw;
  line-height: 1.46154;
  margin-top: 20px;
}

@media screen and (min-width: 500px) {
  #main .sec .sec-txt .txt-inner .credit {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 500px) {
  #main .sec .sec-txt .txt-inner .credit {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .sec .sec-txt .txt-inner .credit {
    font-size: 1.4rem;
  }
}

#main .sec .sec-txt .buy {
  position: relative;
  z-index: 2;
}

#main .sec .sec-txt .buy.in a:before {
  width: 100%;
  transition: width .4s ease .2s;
}

#main .sec .sec-txt .buy.in a:after {
  transition: width .4s ease;
}

#main .sec .sec-txt .buy.in a span {
  animation: showtxt  .4s ease .6s both;
  transition: color .4s ease;
}

#main .sec .sec-txt .buy.in a span:after {
  transition: background .4s ease;
}

@media screen and (min-width: 1020px) {
  #main .sec .sec-txt .buy.in a:hover:after {
    width: 100%;
  }
  #main .sec .sec-txt .buy.in a:hover span {
    color: #2d2d2d;
  }
  #main .sec .sec-txt .buy.in a:hover span:after {
    background-image: url("../img/btn_arrow1_bk.png");
  }
}

#main .sec .sec-txt .buy a {
  display: block;
  width: 51%;
  max-width: 255px;
  padding: 1.5em 0;
  margin: 25px auto 0;
  text-align: center;
  position: relative;
  transform: skewX(-9deg);
}

#main .sec .sec-txt .buy a:before, #main .sec .sec-txt .buy a:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #2d2d2d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#main .sec .sec-txt .buy a:after {
  background: #fff;
  z-index: 2;
}

#main .sec .sec-txt .buy a span {
  display: block;
  width: 100%;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-style: italic;
  transform: skewX(9deg);
  font-size: 4.2vw;
  letter-spacing: .2em;
  color: #fff;
  position: relative;
  z-index: 3;
  opacity: 0;
}

@media screen and (min-width: 500px) {
  #main .sec .sec-txt .buy a span {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 500px) {
  #main .sec .sec-txt .buy a span {
    font-size: 4.4vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .sec .sec-txt .buy a span {
    font-size: 2.2rem;
  }
}

#main .sec .sec-txt .buy a span:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url("../img/btn_arrow1.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 7.84314%;
  position: relative;
  top: -2px;
  z-index: 2;
}

#main .sec .sec-txt .other {
  position: relative;
  z-index: 2;
}

#main .sec .sec-txt .other a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 80%;
  border: #fff 1px solid;
  margin: 65px auto 0;
  padding: 20px 5.5%;
  position: relative;
  z-index: 2;
  transition: .4s ease;
}

#main .sec .sec-txt .other a span {
  display: block;
  font-size: 3.4vw;
  line-height: 1.64706;
  letter-spacing: -.025em;
}

@media screen and (min-width: 500px) {
  #main .sec .sec-txt .other a span {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 500px) {
  #main .sec .sec-txt .other a span {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .sec .sec-txt .other a span {
    font-size: 1.8rem;
  }
}

#main .sec .sec-txt .other a:after {
  content: '';
  display: block;
  width: 34px;
  height: 10px;
  background-image: url("../img/btn_arrow2.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  transition: .4s ease;
}

@media screen and (min-width: 1020px) {
  #main .sec .sec-txt .other a:hover {
    border-color: #2d2d2d;
  }
  #main .sec .sec-txt .other a:hover:after {
    transform: translateX(5px);
  }
}

#main .all-item.in a:before {
  width: 100%;
  transition: width .4s ease .2s;
}

#main .all-item.in a:after {
  transition: width .4s ease;
}

#main .all-item.in a p {
  animation: showtxt  .4s ease .6s both;
  transition: color .4s ease;
}

@media screen and (min-width: 1020px) {
  #main .all-item.in a:hover:after {
    width: 100%;
  }
  #main .all-item.in a:hover p {
    color: #2d2d2d;
  }
}

#main .all-item a {
  text-align: center;
  width: 82%;
  max-width: 410px;
  display: block;
  padding: 2.5em 0;
  margin: 90px auto 105px;
  transform: skewX(-9deg);
  position: relative;
  overflow: hidden;
}

#main .all-item a:before, #main .all-item a:after {
  content: '';
  width: 0;
  height: 100%;
  background: #2d2d2d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#main .all-item a:after {
  background: #fff;
  z-index: 2;
}

#main .all-item a p {
  transform: skewX(9deg);
  color: #fff;
  opacity: 0;
  position: relative;
  z-index: 3;
}

#main .all-item a .en {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.8vw;
}

@media screen and (min-width: 500px) {
  #main .all-item a .en {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 500px) {
  #main .all-item a .en {
    font-size: 6vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .all-item a .en {
    font-size: 3rem;
  }
}

#main .all-item a .jp {
  font-size: 3vw;
  margin-top: 5px;
}

@media screen and (min-width: 500px) {
  #main .all-item a .jp {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  #main .all-item a .jp {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .all-item a .jp {
    font-size: 1.6rem;
  }
}

#main .banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #aeadbc;
  padding: 40px 0;
  border-top: #dbdee2 2px solid;
  border-bottom: #dbdee2 2px solid;
}

#main .banner .col {
  width: 46%;
}

#main .banner .col .img {
  width: 80.43478%;
  margin-left: auto;
}

#main .banner .col p {
  text-align: center;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.2vw;
  color: #fff;
}

@media screen and (min-width: 500px) {
  #main .banner .col p {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 500px) {
  #main .banner .col p {
    font-size: 6.4vw;
  }
}

@media screen and (max-width: 500px) and (min-width: 500px) {
  #main .banner .col p {
    font-size: 3.2rem;
  }
}

#main .banner .col p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: .5em;
  box-sizing: border-box;
  border-bottom: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(-45deg);
  margin-top: -.18em;
  margin-left: .3em;
}

@media screen and (min-width: 1020px) {
  #main .banner:hover {
    opacity: .6;
  }
}

#main .comment-wrapper {
  width: 82%;
  margin: 65px auto 0;
  position: relative;
  z-index: 2;
}

#main .comment-wrapper h4 {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.4vw;
  text-align: center;
}

@media screen and (min-width: 500px) {
  #main .comment-wrapper h4 {
    font-size: 2.2rem;
  }
}

#main .comment-wrapper .comment {
  border: #fff 1px solid;
  width: 97.56098%;
  padding: 4.87805% 6.09756%;
  margin-top: 18px;
  font-size: 3vw;
  line-height: 1.66667;
  letter-spacing: -.065em;
}

@media screen and (min-width: 500px) {
  #main .comment-wrapper .comment {
    font-size: 1.5rem;
  }
}

#main .comment-wrapper .profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-right: -2.43902%;
  margin-top: -7.07317%;
}

#main .comment-wrapper .profile .name {
  font-size: 3vw;
  margin-right: 15px;
  margin-top: 5%;
}

@media screen and (min-width: 500px) {
  #main .comment-wrapper .profile .name {
    font-size: 1.5rem;
  }
}

#main .comment-wrapper .profile .name span {
  display: inline-block;
  transform: scale(0.8);
  margin-left: -3px;
}

#main .comment-wrapper .profile .img {
  width: 17.6%;
}

@keyframes showtxt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

footer {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 70px 0 80px;
  background: #fff;
}

footer .staff p:nth-of-type(1) {
  font-size: 3vw;
}

@media screen and (min-width: 500px) {
  footer .staff p:nth-of-type(1) {
    font-size: 1.5rem;
  }
}

footer .staff p:nth-of-type(2) {
  font-size: 2.6vw;
  line-height: 1.53846;
  margin-top: 15px;
}

@media screen and (min-width: 500px) {
  footer .staff p:nth-of-type(2) {
    font-size: 1.3rem;
  }
}

footer .link {
  margin-top: 45px;
}

footer .link .logo {
  width: 135.5px;
  margin: 0 auto;
}

footer .link .online {
  display: block;
  width: 219px;
  height: 60px;
  margin: 30px auto 0;
  border: #000 1px solid;
  border-radius: 30px;
  text-align: center;
  transition: background .3s ease;
}

footer .link .online span {
  font-size: 3.6vw;
  letter-spacing: 0;
  line-height: 59px;
  transition: color .3s ease;
}

@media screen and (min-width: 500px) {
  footer .link .online span {
    font-size: 1.8rem;
  }
}

footer .link .online span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background-image: url("../img/icon_cart.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: -2px 15px 0 0;
  transition: background .3s ease;
}

footer .link .online:hover {
  background: #000;
}

footer .link .online:hover span {
  color: #fff;
}

footer .link .online:hover span:before {
  background-image: url("../img/icon_cart_w.png");
}

footer .latest {
  padding: 70px 0 60px;
}

@media screen and (max-width: 1020px) {
  footer .latest {
    padding: 40px 0 50px;
  }
}

footer .latest h2 {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 4.2vw;
  text-align: center;
  color: #000;
}

@media screen and (min-width: 500px) {
  footer .latest h2 {
    font-size: 2.1rem;
  }
}

footer .latest .post-slider {
  margin-top: 28px;
}

footer .latest .post-slider .slide-arrow {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

footer .latest .post-slider .slide-arrow:before {
  content: '';
  display: block;
  width: 20%;
  padding-top: 51.66667%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .latest .post-slider .slide-arrow.prev {
  left: 16.6%;
}

footer .latest .post-slider .slide-arrow.prev:before {
  background-image: url("../img/arrow_prev.png");
}

footer .latest .post-slider .slide-arrow.next {
  right: 16.6%;
}

footer .latest .post-slider .slide-arrow.next:before {
  background-image: url("../img/arrow_next.png");
}

@media screen and (min-width: 1020px) {
  footer .latest .post-slider .slide-arrow:hover {
    cursor: pointer;
  }
}

footer .latest .post-slider .slide {
  padding: 0 15px;
}

footer .latest .post-slider .slide a {
  display: block;
  transition: opacity .4s ease;
}

footer .latest .post-slider .slide a:hover {
  opacity: .6;
}

footer .b2t {
  display: block;
  width: 33px;
  height: 20px;
  margin: 0 auto;
  position: relative;
}

footer .b2t:hover:after {
  transform: translateY(-3px);
}

footer .b2t:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

footer .b2t:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .2s ease;
}

footer .copy {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0;
}

#men:before {
  background-image: url("../img/bg_men.jpg");
}

@media screen and (max-width: 500px) {
  #men:before {
    background: #aeadbc;
  }
}

#men.loaded .g-container {
  background: #aeadbc;
}

@media screen and (min-width: 500px) {
  #men header .txt {
    width: 254px;
    z-index: 1;
  }
}

#men #main .intro .wave:before {
  background: #aeadbc;
}

#men #main .main-visual .main-video:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #aeadbc 50%, #aeadbc 100%);
}

#men .banner {
  background: #adb3b7;
}
