@charset "UTF-8";
@import url("https://use.typekit.net/ntk8szs.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes motion {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

a:hover, a:active, a.active {
  color: #666666;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 0.75s ease-in-out 0s;
}
#loader .logo {
  width: 160px;
  height: 56px;
  background-image: url(../images/logo_wism.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.complete {
  opacity: 0;
}

header {
  position: absolute;
  right: 30px;
  top: 60px;
  z-index: 5;
}
header ul {
  width: 1.4rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header ul li:not(:last-child) {
  margin-bottom: 5px;
}
header ul li span {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}
header ul li a {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  color: #666666;
}

main#container {
  width: 100%;
  padding: 60px 0 0 0;
  box-sizing: border-box;
  position: relative;
}
main#container:not(:last-child) {
  margin-bottom: 100px;
}
main#container img {
  line-height: 0;
  width: 100%;
  vertical-align: bottom;
}
main#container #wrapper {
  width: 90%;
  min-width: 1145px;
  margin: 0 auto;
}
main#container #wrapper #visual {
  text-align: left;
  width: 100%;
  position: relative;
}
main#container #wrapper #visual:not(:last-child) {
  margin-bottom: 100px;
}
main#container #wrapper #visual .lead {
  width: 90%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container #wrapper #visual .lead h3 {
  width: 200px;
  height: 47px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
main#container #wrapper #visual .lead .text {
  margin-bottom: 50px;
}
main#container #wrapper #visual .lead .text p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container #wrapper #visual .lead .text p:not(:last-child) {
  margin-bottom: 10px;
}
main#container #wrapper #visual .lead .staff p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container #wrapper #visual .sp {
  display: none;
}
main#container section {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container section:not(:last-child) {
  margin-bottom: 2px;
}
main#container section.looks {
  width: 100%;
}
main#container section.looks .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main#container section.looks .inner .look {
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main#container section.looks .inner .look.l1 {
  width: 20%;
  margin-bottom: 50px;
}
main#container section.looks .inner .look.l2 {
  width: 26.9%;
  margin: 0 0 50px 2%;
}
main#container section.looks .inner .look.l3 {
  width: 20%;
  margin-bottom: 50px;
  margin: 0 0 50px 2%;
}
main#container section.looks .inner .look.l4 {
  width: 26.9%;
  margin: 0 0 50px 2%;
}
main#container section.looks .inner .look.l5 {
  width: 26.9%;
  margin: 0 0 50px 0px;
}
main#container section.looks .inner .look.l6 {
  width: 20%;
  margin: -60px 0 50px 2%;
}
main#container section.looks .inner .look.l7 {
  width: 26.9%;
  margin: 0 0 50px 2%;
}
main#container section.looks .inner .look.l8 {
  width: 20%;
  margin: -60px 0 50px 2%;
}
main#container section.looks .inner .look.l9 {
  width: 44.36%;
  margin-bottom: 50px;
}
main#container section.looks .inner .look.l10 {
  width: 20%;
  margin: 0 0 50px 2%;
}
main#container section.looks .inner .look.l11 {
  width: 20%;
  padding: 70px 0 0 0;
  margin: 0 0 50px 104px;
}
main#container section.looks .inner .look.l12 {
  width: 20%;
  margin-bottom: 50px;
}
main#container section.looks .inner .look.l13 {
  width: calc(33% - 70px);
  padding: 50px 0 0 0;
  margin: 0 0 50px 2%;
  z-index: 1;
}
main#container section.looks .inner .look.l13 .photo {
  width: calc(100% + 70px);
}
main#container section.looks .inner .look.l14 {
  width: 308px;
  margin: 0 0 50px 2%;
}
main#container section.looks .inner .look.l14 .credits {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main#container section.looks .inner .look.l14 .credits > div dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main#container section.looks .inner .look.l15 {
  width: 20%;
  margin: 0 0 50px 2%;
}
main#container section.looks .inner .look .photo {
  width: 100%;
  margin-bottom: 10px;
}
main#container section.looks .inner .look .photo > div {
  width: 100%;
}
main#container section.looks .inner .look .photo > div.sp {
  display: none;
}
main#container section.looks .inner .look .credits > div {
  width: 100%;
}
main#container section.looks .inner .look .credits > div:not(:last-child) {
  margin-bottom: 5px;
}
main#container section.looks .inner .look .credits > div.item-d-none dl dt {
  width: auto;
}
main#container section.looks .inner .look .credits > div.item-d-none dl dd {
  display: none;
}
main#container section.looks .inner .look .credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.looks .inner .look .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10px;
}
main#container section.looks .inner .look .credits > div dl dt span {
  text-align: left;
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container section.looks .inner .look .credits > div dl dd a {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
main#container section.looks .inner .look .credits > div dl dd a:hover {
  color: #000;
}
main#container section.looks .inner .look .credits > div dl dd span {
  display: none;
}

footer {
  width: 100%;
  padding: 0 0 120px 0;
}
footer .inner {
  width: 90%;
  min-width: 1145px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .inner .set {
  width: 100%;
}
footer .inner .set h4 {
  width: 80px;
  height: 28px;
  background-image: url(../images/logo_wism.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .set h4:not(:last-child) {
  margin-bottom: 30px;
}
footer .inner .set dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .set dl:not(:last-child) {
  margin-bottom: 60px;
}
footer .inner .set dl dt {
  width: 120px;
  margin-bottom: 10px;
}
footer .inner .set dl dd a {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .set ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .set ul:not(:last-child) {
  margin-bottom: 60px;
}
footer .inner .set ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .set ul li a {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .set .cp {
  text-align: left;
  width: 100%;
}
footer .inner .set .cp p {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .pgtop {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
footer .inner .pgtop:hover {
  opacity: 0.7;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  header {
    right: 15px;
    top: 15px;
  }

  main#container {
    width: 100%;
    padding: 0px 0 0 0;
    box-sizing: border-box;
    position: relative;
  }
  main#container:not(:last-child) {
    margin-bottom: 140px;
  }
  main#container img {
    line-height: 0;
    width: 100%;
    vertical-align: bottom;
  }
  main#container #wrapper {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  main#container #wrapper #visual {
    text-align: left;
    width: 100%;
    position: relative;
  }
  main#container #wrapper #visual:not(:last-child) {
    margin-bottom: 60px;
  }
  main#container #wrapper #visual .lead {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container #wrapper #visual .lead h3 {
    width: 110px;
    height: 26px;
    margin-bottom: 0px;
    position: absolute;
    top: 200px;
    left: 20px;
    z-index: 3;
  }
  main#container #wrapper #visual .lead .text {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  main#container #wrapper #visual .lead .text p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container #wrapper #visual .lead .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main#container #wrapper #visual .lead .text p br {
    display: none;
  }
  main#container #wrapper #visual .lead .staff {
    width: 100%;
    padding: 0 30px;
  }
  main#container #wrapper #visual .lead .staff p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container #wrapper #visual .sp {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
  main#container section {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container section:not(:last-child) {
    margin-bottom: 2px;
  }
  main#container section.looks {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main#container section.looks .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.looks .inner .look.l1 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 1;
  }
  main#container section.looks .inner .look.l2 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 4;
  }
  main#container section.looks .inner .look.l3 {
    width: 100%;
    margin-bottom: 50px;
    margin: 0 0 60px 0;
    order: 5;
  }
  main#container section.looks .inner .look.l4 {
    width: 100%;
    margin: 0px;
    order: 15;
  }
  main#container section.looks .inner .look.l5 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 2;
  }
  main#container section.looks .inner .look.l6 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 3;
  }
  main#container section.looks .inner .look.l7 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 10;
  }
  main#container section.looks .inner .look.l8 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 11;
  }
  main#container section.looks .inner .look.l9 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 13;
  }
  main#container section.looks .inner .look.l10 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 12;
  }
  main#container section.looks .inner .look.l11 {
    width: 100%;
    padding: 0px;
    margin: 0 0 60px 0;
    order: 6;
  }
  main#container section.looks .inner .look.l12 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 14;
  }
  main#container section.looks .inner .look.l13 {
    width: 100%;
    padding: 0px;
    margin: 0 0 60px 0;
    z-index: 1;
    order: 9;
  }
  main#container section.looks .inner .look.l13 .photo {
    width: 100%;
  }
  main#container section.looks .inner .look.l14 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 7;
  }
  main#container section.looks .inner .look.l14 .credits {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.looks .inner .look.l14 .credits > div dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.looks .inner .look.l15 {
    width: 100%;
    margin: 0 0 60px 0;
    order: 8;
  }
  main#container section.looks .inner .look .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  main#container section.looks .inner .look .photo > div.pc {
    display: none;
  }
  main#container section.looks .inner .look .photo > div.sp {
    display: block;
  }
  main#container section.looks .inner .look .credits > div {
    width: 100%;
  }
  main#container section.looks .inner .look .credits > div:not(:last-child) {
    margin-bottom: 5px;
  }
  main#container section.looks .inner .look .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.looks .inner .look .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 10px;
  }
  main#container section.looks .inner .look .credits > div dl dt span {
    text-align: left;
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container section.looks .inner .look .credits > div dl dd a {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  main#container section.looks .inner .look .credits > div dl dd a:hover {
    color: #000;
  }
  main#container section.looks .inner .look .credits > div dl dd span {
    display: none;
  }

  footer {
    padding: 0 0 60px 0;
  }
  footer .inner {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .inner .set {
    width: 100%;
  }
  footer .inner .set h4 {
    width: 80px;
    height: 28px;
    background-image: url(../images/logo_wism.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .inner .set h4:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .inner .set dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .set dl:not(:last-child) {
    margin-bottom: 50px;
  }
  footer .inner .set dl dt {
    width: 120px;
    margin-bottom: 10px;
  }
  footer .inner .set dl dd a {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .set ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .set ul:not(:last-child) {
    margin-bottom: 60px;
  }
  footer .inner .set ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .set ul li a {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .set .cp {
    text-align: left;
    width: 100%;
  }
  footer .inner .set .cp p {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .pgtop {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .pgtop:hover {
    opacity: 1;
  }
}

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