@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, u, i, center,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}
a.hov {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a.hov:hover {
  opacity: .7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 10px;
  line-height: 1.6;
}

body {
  min-width: 786px;
  background-color: #000;
  color: #fff;
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
}

#index, .slick-arrow, .slick-dots, #logo, footer {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
#index.move, .slick-arrow.move, .slick-dots.move, #logo.move, footer.move {
  opacity: 1;
}

#top.move, #men.move, #women.move {
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.slick-arrow.move, .slick-dots.move, #logo.move, footer.move {
  -moz-transition: opacity 1s ease-in-out 1.5s;
  -o-transition: opacity 1s ease-in-out 1.5s;
  -webkit-transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 1.5s;
  transition: opacity 1s ease-in-out 1.5s;
}

nav {
  position: fixed;
  top: 20px;
  z-index: 100;
  width: 100%;
}
nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav ul li {
  display: inline-block;
  margin: 0 9px;
}
nav ul li a {
  display: block;
  position: relative;
}
nav ul li a:hover img.on, nav ul li a.active img.on {
  opacity: 1;
}
nav ul li a img {
  display: block;
  width: 80px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
nav ul li a img.on {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#content article {
  overflow: hidden;
}
#content article section {
  width: 100%;
  height: 100vh;
  position: relative;
  opacity: 0;
  -moz-transition: opacity 0.8s ease-in-out 0.4s;
  -o-transition: opacity 0.8s ease-in-out 0.4s;
  -webkit-transition: opacity 0.8s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition: opacity 0.8s ease-in-out 0.4s;
}
#content article section.move {
  opacity: 1;
}
#content article .sectionInner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#content article .sectionInner .credit {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#content article .sectionInner .credit p {
  width: 64.16667vw;
}
#content article .sectionInner .credit a:hover {
  text-decoration: underline;
}
#content article #top.move .sectionInner h1 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#content article #top.move .sectionInner .area {
  opacity: 1;
}
#content article #top.move .sectionInner a.scroll {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#content article #top.move .sectionInner a.scroll.move {
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-in-out 0s;
}
#content article #top .sectionInner h1 {
  opacity: 0;
  -moz-transition: all 1s ease-in-out 1.4s;
  -o-transition: all 1s ease-in-out 1.4s;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 1.4s;
  transition: all 1s ease-in-out 1.4s;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
#content article #top .sectionInner .area {
  opacity: 0;
  -moz-transition: all 1s ease-in-out 2.4s;
  -o-transition: all 1s ease-in-out 2.4s;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 2.4s;
  transition: all 1s ease-in-out 2.4s;
}
#content article #top .sectionInner a.scroll {
  -moz-transition: all 1s ease-in-out 2.4s;
  -o-transition: all 1s ease-in-out 2.4s;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 2.4s;
  transition: all 1s ease-in-out 2.4s;
  opacity: 0;
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
#content article #top .sectionInner {
  flex-direction: column;
}
#content article #top .sectionInner h1 {
  margin-bottom: 50px;
}
#content article #top .sectionInner .area {
  margin-bottom: 40px;
}
#content article #top .sectionInner .logo {
  margin-bottom: 50px;
}
#content article #top .sectionInner a.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  display: block;
  width: 100px;
  height: 100px;
}
#content article #top .sectionInner a.scroll img {
  display: block;
}
#content article #top .sectionInner a.scroll:hover {
  opacity: .7;
}
#content article #movie .vFrame {
  width: 100%;
  height: 56.25vw;
}
#content article #men .sectionInner, #content article #women .sectionInner {
  display: block;
}
#content article #men .sectionInner .slick, #content article #women .sectionInner .slick {
  margin-top: 88px;
}

.touch #content article #movie #video {
  display: block;
}

article {
  margin: 0 auto;
  position: relative;
}
article section .sectionInner .slick {
  overflow: hidden;
}
article section .sectionInner .slick .slick-list {
  overflow: hidden;
}
article section .sectionInner .slick .page {
  position: relative;
  display: table;
  opacity: .7;
  -moz-transition: opacity 0.4s ease-in-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out 0.2s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s;
}
article section .sectionInner .slick .page.slick-current {
  opacity: 1;
}
article section .sectionInner .slick .page.title .pageInner {
  -moz-transition: opacity 2s ease-in-out 1s;
  -o-transition: opacity 2s ease-in-out 1s;
  -webkit-transition: opacity 2s ease-in-out;
  -webkit-transition-delay: 1s;
  transition: opacity 2s ease-in-out 1s;
}
article section .sectionInner .slick .page.title.hide .pageInner {
  opacity: 0;
}
article section .sectionInner .slick .page .pageInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
article section .sectionInner .slick .page .pageInner a {
  display: inline-block;
}
article section .sectionInner .slick .page .pageInner img {
  margin: 0 auto;
  width: 0;
  height: 0;
}
article section .sectionInner .slick .page .pageInner p.caption {
  display: none;
}
article section .sectionInner .slick .slick-dots {
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: -54px;
  left: 0;
  padding-top: 0;
}
article section .sectionInner .slick .slick-dots li {
  border-radius: 0;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  box-sizing: border-box;
  border: #000 1px solid;
  z-index: 100;
  position: relative;
  cursor: pointer;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: transparent;
  overflow: hidden;
  background-image: url("../images/strike.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
article section .sectionInner .slick .slick-dots li[aria-hidden="true"] {
  background-color: transparent;
  background-image: none;
}
article section .sectionInner .slick .slick-dots li:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
article section .sectionInner .slick .slick-arrow {
  width: 100px;
  height: 100px;
  margin: 10px;
  top: 50%;
  margin-top: -50px;
  background-size: auto;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article section .sectionInner .slick .slick-arrow:hover {
  opacity: .7;
}
article section .sectionInner .slick .slick-arrow.slick-prev {
  left: 0px;
  margin-left: 0;
  right: auto;
  margin-right: auto;
}
article section .sectionInner .slick .slick-arrow.slick-next {
  right: 0px;
  margin-right: 0;
  left: auto;
  margin-left: auto;
}

footer {
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 54px;
  width: 100%;
}
footer .copyright {
  border-top: #000 1px solid;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 20px;
  text-align: center;
  font-size: 0.875em;
  line-height: 1;
}

.modal {
  display: none;
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .close {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.modal .close.btn {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0px;
  right: 0px;
  left: auto;
  display: inline-block;
  background-image: url("../images/btn_close.png");
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal .item {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
}
.modal .item.draggable {
  cursor: move;
}
.modal .item img {
  cursor: move;
}
.modal .item area {
  cursor: pointer;
}

.pop {
  display: inline-block;
  position: fixed;
  background-color: #e04431;
  padding: 0.4em 1em;
  color: #fff;
  z-index: 999999;
  line-height: 1.4;
}

.touch nav {
  top: 60px;
}
.touch nav ul li {
  margin: 0 27px;
}
.touch nav ul li a img {
  width: 200px;
}
.touch #content article #men .sectionInner, .touch #content article #women .sectionInner {
  display: flex;
}
.touch #content article #men .sectionInner .slick, .touch #content article #women .sectionInner .slick {
  margin: 0;
}
.touch #content article #men .sectionInner .credit, .touch #content article #women .sectionInner .credit {
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2em;
  font-size: 24px;
}
