@charset "UTF-8";
@import url("https://use.typekit.net/cxu6oxl.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 change {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #213a3a;
  font-family: paganini, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #FFF;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: fixed;
  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: #d4d5d4;
}

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: 9999;
  transition: opacity 1s ease-in-out 0.5s;
}
#loader .logo {
  width: 240px;
  height: 88px;
  background-image: url(../images/logo_2e.svg);
  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.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

main {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main h2 {
  width: 661px;
  height: 219px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50vh - 110px);
  left: calc(50vw - 330px);
  z-index: 10;
}
main header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
main header.on {
  position: fixed;
}
main header.on .inner h1 {
  opacity: 1;
}
main header.on .inner ul {
  opacity: 1;
}
main header .inner {
  width: 100%;
  padding: 20px 20px 25px 20px;
}
main header .inner h1 {
  width: 280px;
  height: 90px;
  background-image: url(../images/title.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: 0 auto;
  filter: brightness(0);
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main header .inner ul {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main header .inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
main header .inner ul li a {
  color: #000;
  font-family: paganini, serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
main header .inner ul li a:hover {
  color: #666666;
}
main #visual {
  width: 100%;
  position: sticky;
  top: 0px;
  clip-path: inset(0 50% 0 50%);
  transition: clip-path 0.75s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.5s;
}
main #visual #invisual {
  width: 100%;
  height: auto;
}
main #visual #invisual .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #visual #invisual .inner .line {
  width: 33.3333333333%;
  position: relative;
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  backface-visibility: hidden;
}
main #visual #invisual .inner .line:nth-child(1) {
  transform: translate3d(0, -100px, 0);
}
main #visual #invisual .inner .line:nth-child(1) .l1 {
  transform: translate3d(0, -3000px, 0);
}
main #visual #invisual .inner .line:nth-child(2) {
  transform: translate3d(0, 0px, 0);
}
main #visual #invisual .inner .line:nth-child(3) {
  transform: translate3d(0, -100px, 0);
}
main #visual #invisual .inner .line:nth-child(3) .l3 {
  transform: translate3d(0, -3000px, 0);
}
main #visual #invisual .inner .line > div {
  position: relative;
}
main #visual #invisual .inner .line .sp {
  display: none;
}
main #visual.on {
  clip-path: inset(0 0 0 0);
}
main #visual.on #invisual .inner .line:nth-child(1) {
  transform: translate3d(0, 0px, 0);
}
main #visual.on #invisual .inner .line:nth-child(2) {
  transform: translate3d(0, -100px, 0);
}
main #visual.on #invisual .inner .line:nth-child(3) {
  transform: translate3d(0, 0px, 0);
}
main #contents {
  width: 100%;
  padding: 135px 0 0 0;
  background-color: #FFF;
  position: relative;
}
main #contents .sec {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: sticky;
  z-index: 0;
}
main #contents .sec:not(:last-child) {
  margin-bottom: 100px;
}
main #contents .sec .inner {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #contents .sec .inner .photo {
  width: 100%;
  background-color: #FFF;
  position: relative;
}
main #contents .sec .inner .photo img {
  transition: opacity 0.5s ease-in 0.1s;
  opacity: 0;
}
main #contents .sec .inner .photo.on img {
  opacity: 1;
}
main #contents .sec .inner .photo .cb {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main #contents .sec .inner .photo .cb.blk p {
  color: #000;
}
main #contents .sec .inner .photo .cb.blk span::before, main #contents .sec .inner .photo .cb.blk span::after {
  background-color: #000;
}
main #contents .sec .inner .photo .cb p {
  color: #FFF;
  font-family: paganini, serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
main #contents .sec .inner .photo .cb span {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}
main #contents .sec .inner .photo .cb span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
}
main #contents .sec .inner .photo .cb span::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #FFF;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
}
main #contents .sec .inner .photo.deco {
  clip-path: inset(0 0 0 0);
  overflow: hidden;
}
main #contents .sec .inner .photo.deco::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
  opacity: 0;
  transition: all 1s ease-in 1.5s;
}
main #contents .sec .inner .photo.deco.d1::before {
  background-image: url(../images/text_deco1.png);
  width: 1281px;
  height: 1117px;
  top: calc(50% - 558px);
  left: calc(50% - 640px + 10px);
}
main #contents .sec .inner .photo.deco.d1.on::before {
  left: calc(50% - 640px);
  opacity: 1;
}
main #contents .sec .inner .photo.deco.d2::before {
  background-image: url(../images/text_deco2.png);
  width: 1767px;
  height: 1117px;
  top: calc(50% - 558px);
  left: calc(50% - 883px + 10px);
}
main #contents .sec .inner .photo.deco.d2.on::before {
  left: calc(50% - 883px);
  opacity: 1;
}
main #contents .sec .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #contents .sec .inner .set .photo {
  width: 50%;
}
main .banner {
  width: 100%;
  background-color: #FFF;
  padding: 140px 0;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
main .banner p {
  color: #000;
  font-family: paganini, serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0em;
  margin-bottom: 140px;
}
main .banner .inner {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .banner .inner div {
  width: calc(50% - 10px);
}
main .banner .inner div a {
  display: block;
}
main .banner .inner div a img {
  transition: all 0.25s ease-in 0s;
}
main .banner .inner div a:hover img {
  opacity: 0.7;
}

footer {
  width: 100%;
  padding: 0 0 80px 0;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
}
footer .pgtop {
  margin-bottom: 140px;
}
footer .pgtop a {
  color: #000;
  font-family: paganini, serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .inner {
  width: 1000px;
  padding: 65px 0 0 0;
  margin: 0 auto 55px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 4px 1px;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #000;
  font-family: paganini, serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li span {
  color: #000;
  font-family: paganini, serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li:hover a {
  color: #666666;
}
footer .inner.active {
  opacity: 1;
}
footer p {
  color: #000;
  font-family: paganini, serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 135px 0 0 0;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0px;
  z-index: -999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  pointer-events: none;
}
#looks.active {
  pointer-events: auto;
  z-index: 999;
}
#looks.active .close div {
  pointer-events: auto;
}
#looks .close {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
#looks .close div {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
#looks .close div span {
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
#looks .close div span:nth-child(1) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  background-color: #666666;
}
#looks .title {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
#looks .title .inner {
  width: 100%;
  padding: 20px 20px 25px 20px;
  opacity: 1;
}
#looks .title .inner h3 {
  width: 280px;
  height: 90px;
  background-image: url(../images/title.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: 0 auto;
  filter: brightness(0);
}
#looks .title .inner ul {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .title .inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
#looks .title .inner ul li a {
  color: #000;
  font-family: paganini, serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
#looks .title .inner ul li a:hover {
  color: #666666;
}
#looks .look-combo {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#looks .look-combo .look {
  width: calc(50% - 20px);
  padding: 0px;
  margin: 0px;
  position: relative;
}
#looks .look-combo .look:not(:nth-child(2n+1)) {
  margin-left: 40px;
}
#looks .look-combo .look:not(:nth-last-child(-n+2)) {
  margin-bottom: 140px;
}
#looks .look-combo .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .set .photo {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  order: 1;
  position: relative;
}
#looks .look-combo .look .set .photo .arrow {
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  z-index: 5;
}
#looks .look-combo .look .set .photo .arrow.left {
  left: 10px;
}
#looks .look-combo .look .set .photo .arrow.right {
  right: 10px;
  transform: rotate(180deg);
}
#looks .look-combo .look .set .text {
  width: 100%;
  padding: 0px;
  order: 2;
}
#looks .look-combo .look .set .text .credits {
  width: 100%;
}
#looks .look-combo .look .set .text .credits .credit {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
#looks .look-combo .look .set .text .credits .credit:not(:last-child) {
  margin-bottom: 20px;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dt strong {
  color: #000;
  font-family: paganini, serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dt strong:not(:first-child) {
  margin: 0 0 0 5px;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dt strong span {
  font-weight: 300;
  padding: 0 0 0 10px;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dt > span {
  color: #000;
  font-family: paganini, serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dt > span:last-child {
  width: 100%;
  padding: 5px 0 0 0;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dd {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0px;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dd strong {
  color: #000;
  font-family: paganini, serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dd strong:not(:last-child) {
  margin-bottom: 5px;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dd a {
  color: #FFF;
  font-family: paganini, serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #000;
  padding: 4px 6px;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dd a:hover {
  background-color: #666666;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dd a.linelink {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dd span {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0em;
  display: inline-block;
}
#looks .look-combo .look .set .text .credits .credit dl.items__credit dd span:not(:last-child) {
  margin-bottom: 5px;
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

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

  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }

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

  #loader {
    width: 100%;
    height: 100vh;
  }
  #loader .logo {
    width: 120px;
    height: 44px;
  }
  #loader .bar {
    height: 5px;
  }

  main {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main h2 {
    width: 315px;
    height: 102px;
    top: calc(50vh - 90px);
    left: calc(50vw - 157px);
  }
  main header .inner {
    width: 100%;
    padding: 20px;
  }
  main header .inner h1 {
    width: 120px;
    height: 39px;
    background-image: url(../images/title.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: 0 auto;
    filter: brightness(0);
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main header .inner ul {
    top: 20px;
    left: 10px;
  }
  main header .inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main header .inner ul li a {
    color: #000;
    font-family: paganini, serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main header .inner ul li a:hover {
    color: #000;
  }
  main #visual {
    width: 100%;
    z-index: -1;
  }
  main #visual #invisual .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main #visual #invisual .inner .line {
    width: 33.3333333333%;
    position: relative;
    transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  }
  main #visual #invisual .inner .line:nth-child(1) {
    transform: translate3d(0, -100px, 0);
  }
  main #visual #invisual .inner .line:nth-child(1) .l1 {
    transform: translate3d(0, -1000px, 0);
  }
  main #visual #invisual .inner .line:nth-child(2) {
    transform: translate3d(0, 0, 0);
  }
  main #visual #invisual .inner .line:nth-child(2) .l2 {
    transform: translate3d(0, 0px, 0);
  }
  main #visual #invisual .inner .line:nth-child(3) {
    transform: translate3d(0, -100px, 0);
  }
  main #visual #invisual .inner .line:nth-child(3) .l3 {
    transform: translate3d(0, -1000px, 0);
  }
  main #visual #invisual .inner .line > div {
    position: relative;
  }
  main #visual #invisual .inner .line .sp {
    display: block;
  }
  main #contents {
    padding: 79px 0 0 0;
  }
  main #contents .sec {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: sticky;
    z-index: 0;
  }
  main #contents .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main #contents .sec .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #contents .sec .inner .photo.deco.d1::before {
    background-image: url(../images/text_deco1.png);
    width: 531px;
    height: 446px;
    top: calc(50% - 223px);
    left: calc(50% - 265px + 25px);
  }
  main #contents .sec .inner .photo.deco.d1.on::before {
    left: calc(50% - 265px);
    opacity: 1;
  }
  main #contents .sec .inner .photo.deco.d2::before {
    background-image: url(../images/text_deco2.png);
    width: 708px;
    height: 446px;
    top: calc(50% - 223px);
    left: calc(50% - 354px + 25px);
  }
  main #contents .sec .inner .photo.deco.d2.on::before {
    left: calc(50% - 354px);
    opacity: 1;
  }
  main #contents .sec .inner .photo .cb {
    right: 10px;
    bottom: 10px;
  }
  main #contents .sec .inner .photo .cb p {
    color: #FFF;
    font-family: paganini, serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.035em;
    margin-left: 10px;
  }
  main #contents .sec .inner .photo .cb span {
    width: 12px;
    height: 12px;
  }
  main .banner {
    width: 100%;
    padding: 90px 0;
  }
  main .banner p {
    color: #000;
    font-family: paganini, serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.2rem;
    letter-spacing: 0em;
    margin-bottom: 90px;
  }
  main .banner .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .banner .inner div {
    width: calc(50% - 10px);
  }
  main .banner .inner div a {
    display: block;
  }
  main .banner .inner div a img {
    transition: all 0.25s ease-in 0s;
  }
  main .banner .inner div a:hover img {
    opacity: 0.7;
  }

  footer {
    padding: 0 0 40px 0;
  }
  footer .pgtop {
    margin-bottom: 90px;
  }
  footer .pgtop a {
    color: #000;
    font-family: paganini, serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  footer .pgtop a:hover {
    color: #000;
  }
  footer .inner {
    width: 100%;
    padding: 40px 20px 0 20px;
    margin: 0 auto 55px auto;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #000;
    font-family: paganini, serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner ul li span {
    color: #000;
    font-family: paganini, serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li:hover a {
    color: #000;
  }
  footer p {
    color: #000;
    font-family: paganini, serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px;
  }

  #looks {
    width: 100%;
    height: 100vh;
    padding: 90px 0 0 0;
  }
  #looks .close {
    width: 30px;
    position: fixed;
    top: 20px;
    right: 10px;
  }
  #looks .close div {
    width: 30px;
    height: 30px;
    pointer-events: none;
    cursor: pointer;
  }
  #looks .close div span {
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    transition: all 0.25s ease-in 0s;
  }
  #looks .close div span:nth-child(1) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 10px;
  }
  #looks .close div span:nth-child(2) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 10px;
  }
  #looks .close div:hover span {
    background-color: #666666;
  }
  #looks .title .inner {
    width: 100%;
    padding: 20px;
  }
  #looks .title .inner h3 {
    width: 120px;
    height: 39px;
  }
  #looks .title .inner ul {
    display: none;
  }
  #looks .look-combo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look {
    width: 100%;
  }
  #looks .look-combo .look:not(:nth-child(2n+1)) {
    margin-left: 0px;
  }
  #looks .look-combo .look:not(:nth-last-child(-n+2)) {
    margin-bottom: 0px;
  }
  #looks .look-combo .look:not(:last-child) {
    margin-bottom: 100px;
  }
  #looks .look-combo .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    order: 1;
    position: relative;
  }
  #looks .look-combo .look .set .text {
    padding: 0 10px;
  }
  #looks .look-combo .look .set .text .credits .credit {
    width: 100%;
    padding-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
  }
  #looks .look-combo .look .set .text .credits .credit:not(:last-child) {
    margin-bottom: 20px;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dt {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dt strong {
    color: #000;
    font-family: paganini, serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dt strong:not(:first-child) {
    margin: 0 0 0 5px;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dt strong span {
    padding: 0 0 0 5px;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dt > span {
    color: #000;
    font-family: paganini, serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dt > span:last-child {
    width: 100%;
    padding: 5px 0 0 0;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dd {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0px;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dd strong {
    color: #000;
    font-family: paganini, serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dd strong:not(:last-child) {
    margin-bottom: 5px;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dd a {
    color: #FFF;
    font-family: paganini, serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    background-color: #000;
    padding: 4px 6px;
    transition: all 0.25s ease-in 0s;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dd a:hover {
    background-color: #666666;
  }
  #looks .look-combo .look .set .text .credits .credit dl.items__credit dd a.linelink {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
  }
}

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