@import url("https://use.typekit.net/mnv5cib.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 arrow {
  0% {
    top: calc(50% - 175px);
  }
  25% {
    top: calc(50% - 175px);
  }
  50% {
    top: calc(50% - 125px);
  }
  75% {
    top: calc(50% - 125px);
  }
  100% {
    top: calc(50% - 175px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
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: "nimbus-sans-condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  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: #999;
}

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: flex-end;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
}
#loader .bar {
  width: 100%;
  height: 5px;
  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#container {
  width: 80%;
  padding: 0 0 350px 0;
  margin: 0px auto;
  background-color: #FFF;
  position: relative;
  box-sizing: border-box;
}
main#container #visual {
  width: 100%;
  margin-bottom: 150px;
  position: relative;
}
main#container #visual .title {
  padding: 20px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  pointer-events: none;
  top: 0px;
  z-index: 5;
}
main#container #visual .title h2 {
  width: 41.5%;
  margin-bottom: 70px;
  transition: clip-path 0.25s ease-in 0.25s;
  clip-path: inset(0% 0% 100% 0%);
}
main#container #visual .title h3 {
  width: 41.5%;
  transition: clip-path 0.25s ease-in 0.75s;
  clip-path: inset(0% 0% 100% 0%);
}
main#container #visual .photo {
  width: 100%;
  height: auto;
  transition: all 0.25s ease-in 0s;
}
main#container #visual .photo:hover {
  opacity: 0.7;
}
main#container #visual.on .title h2 {
  clip-path: inset(0% 0% 0% 0%);
}
main#container #visual.on .title h3 {
  clip-path: inset(0% 0% 0% 0%);
}
main#container section#combo {
  width: 100%;
  margin-bottom: 140px;
}
main#container section#combo .photo.thumb {
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
main#container section#combo .photo.thumb:hover {
  opacity: 0.7;
  filter: brightness(1.1);
}
main#container section#combo .photo video {
  width: 100%;
  height: auto;
}
main#container section#combo .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main#container section#combo .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main#container section#combo .inner .set .photo {
  width: calc(50% - 10px);
}
main#container section#combo .inner .set .photo.right {
  margin-left: auto;
}
main#container section#combo .inner .sec1 {
  width: 100%;
}
main#container section#combo .inner .sec1:not(:last-child) {
  margin-bottom: 150px;
}
main#container section#combo .inner .sec1 .set h4 {
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: 0em;
  text-align: left;
  position: absolute;
  left: 60px;
  bottom: 60px;
  transition: clip-path 0.3s ease-in 1s;
  clip-path: inset(0% 100% 0% 0%);
}
main#container section#combo .inner .sec1 .set .photo {
  transition: all 0.3s ease-in 0s;
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
}
main#container section#combo .inner .sec1 .set .photo.right {
  margin-left: auto;
}
main#container section#combo .inner .sec1.on .set h4 {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec1.on .set .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec2 {
  width: 100%;
}
main#container section#combo .inner .sec2:not(:last-child) {
  margin-bottom: 175px;
}
main#container section#combo .inner .sec2 .set .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
}
main#container section#combo .inner .sec2 .set .photo:nth-child(1) {
  transition: all 0.3s ease-in 0s;
}
main#container section#combo .inner .sec2 .set .photo:nth-child(2) {
  transition: all 0.3s ease-in 0.3s;
}
main#container section#combo .inner .sec2.on .set .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec3 {
  width: 100%;
  margin-bottom: 215px;
}
main#container section#combo .inner .sec3 > .photo {
  width: 100%;
  transition: all 0.5s ease-in 0s;
  clip-path: inset(0% 100% 0% 0%);
  opacity: 0;
}
main#container section#combo .inner .sec3 > .photo.on {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec3 .combo {
  width: 100%;
}
main#container section#combo .inner .sec3 .combo .text {
  width: 100%;
  padding: 0 150px 0 60px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  top: -65px;
  z-index: 1;
}
main#container section#combo .inner .sec3 .combo .text h3 {
  width: 47.25%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in 0s;
  clip-path: inset(0% 0% 0% 100%);
}
main#container section#combo .inner .sec3 .combo .text h4 {
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  top: -65px;
  transition: all 0.3s ease-in 0.5s;
  clip-path: inset(0% 0% 0% 100%);
}
main#container section#combo .inner .sec3 .combo .text.on h3 {
  clip-path: inset(0% 0% 0% 0%);
}
main#container section#combo .inner .sec3 .combo .text.on h4 {
  clip-path: inset(0% 0% 0% 0%);
}
main#container section#combo .inner .sec3 .combo .set {
  width: 100%;
}
main#container section#combo .inner .sec3 .combo .set.column {
  flex-direction: column;
  position: relative;
  margin: -220px 0 120px 0;
}
main#container section#combo .inner .sec3 .combo .set.column .photo {
  width: 57.85%;
}
main#container section#combo .inner .sec3 .combo .set.column .photo:nth-child(1) {
  margin: 0 0 60px auto;
  transition: all 0.5s ease-in 0s;
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
}
main#container section#combo .inner .sec3 .combo .set.column .photo:nth-child(2) {
  transition: all 0.5s ease-in 1s;
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
}
main#container section#combo .inner .sec3 .combo .set.column.on .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec3 .combo .set.default .photo {
  clip-path: inset(0% 100% 0% 0%);
  opacity: 0;
}
main#container section#combo .inner .sec3 .combo .set.default .photo:nth-child(1) {
  transition: all 0.3s ease-in 0s;
}
main#container section#combo .inner .sec3 .combo .set.default .photo:nth-child(2) {
  transition: all 0.3s ease-in 0.5s;
}
main#container section#combo .inner .sec3 .combo .set.default.on .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec4 {
  width: 100%;
  margin-bottom: 520px;
}
main#container section#combo .inner .sec4 > .photo {
  width: 100%;
  margin-bottom: 60px;
  transition: all 0.5s ease-in 0s;
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
}
main#container section#combo .inner .sec4 > .photo.on {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec4 > .text {
  width: 100%;
  padding: 0 60px;
  margin: 0px 0 40px 0;
  position: relative;
  z-index: 1;
  transition: clip-path 0.5s ease-in 0.1s;
  clip-path: inset(0% 0% 0% 100%);
}
main#container section#combo .inner .sec4 > .text.on {
  clip-path: inset(0% 0% 0% 0%);
}
main#container section#combo .inner .sec4 > .text h4 {
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
}
main#container section#combo .inner .sec4 .combo {
  width: 100%;
}
main#container section#combo .inner .sec4 .combo .single {
  width: 50%;
  margin: 0 auto 200px auto;
  transition: all 0.5s ease-in 0.2s;
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
}
main#container section#combo .inner .sec4 .combo .single.on {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec4 .combo .set {
  width: 100%;
}
main#container section#combo .inner .sec4 .combo .set .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
}
main#container section#combo .inner .sec4 .combo .set .photo:nth-child(1) {
  transition: all 0.3s ease-in 0s;
}
main#container section#combo .inner .sec4 .combo .set .photo:nth-child(2) {
  transition: all 0.3s ease-in 0.5s;
}
main#container section#combo .inner .sec4 .combo .set.on .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec5 {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
}
main#container section#combo .inner .sec5 h3 {
  width: 57%;
  position: absolute;
  left: 0px;
  top: -380px;
  z-index: 1;
  transition: clip-path 0.5s ease-in 0s;
  clip-path: inset(0% 0% 0% 100%);
}
main#container section#combo .inner .sec5 > .photo {
  width: 100%;
  margin-bottom: 110px;
  transition: all 0.5s ease-in 0.5s;
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
}
main#container section#combo .inner .sec5.on h3 {
  clip-path: inset(0% 0% 0% 0%);
}
main#container section#combo .inner .sec5.on > .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec5 .combo {
  width: 100%;
  position: relative;
}
main#container section#combo .inner .sec5 .combo .set {
  width: 100%;
  margin-bottom: 80px;
}
main#container section#combo .inner .sec5 .combo .set .photo {
  clip-path: inset(0% 100% 0% 0%);
  opacity: 0;
}
main#container section#combo .inner .sec5 .combo .set .photo:nth-child(1) {
  transition: all 0.3s ease-in 0s;
}
main#container section#combo .inner .sec5 .combo .set .photo:nth-child(2) {
  transition: all 0.3s ease-in 0.5s;
}
main#container section#combo .inner .sec5 .combo .text {
  width: 100%;
  padding: 0 60px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
main#container section#combo .inner .sec5 .combo .text h4 {
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  transition: all 0.5s ease-in 1s;
  clip-path: inset(0% 0% 0% 100%);
  top: -30px;
}
main#container section#combo .inner .sec5 .combo.on .set .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container section#combo .inner .sec5 .combo.on .text h4 {
  clip-path: inset(0% 0% 0% 0%);
}
main#container section#combo .inner .sec6 {
  width: 100%;
  margin-bottom: 135px;
  position: relative;
}
main#container section#combo .inner .sec6 .text {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: absolute;
  left: 0px;
  top: calc(50% - 80px);
  z-index: 1;
  transition: all 0.5s ease-in 1s;
  clip-path: inset(0% 0% 0% 100%);
}
main#container section#combo .inner .sec6 .text h3 {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main#container section#combo .inner .sec6 .text h3 img {
  width: auto;
  height: 160px;
}
main#container section#combo .inner .sec6 .set {
  width: 100%;
}
main#container section#combo .inner .sec6 .set.column {
  flex-direction: column;
  margin: 0px 0 0px 0;
}
main#container section#combo .inner .sec6 .set.column .photo {
  width: 57.85%;
  position: relative;
  clip-path: inset(0% 100% 0% 0%);
  opacity: 0;
}
main#container section#combo .inner .sec6 .set.column .photo:nth-child(1) {
  margin: 0 0 60px 0;
  transition: all 0.3s ease-in 0s;
}
main#container section#combo .inner .sec6 .set.column .photo:nth-child(2) {
  margin: 0 0 0 auto;
  transition: all 0.3s ease-in 0.5s;
}
main#container section#combo .inner .sec6.on .text {
  clip-path: inset(0% 0% 0% 0%);
}
main#container section#combo .inner .sec6.on .set.column .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container footer {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
main#container footer .inner {
  width: 100%;
  padding: 0 140px;
}
main#container footer .inner p {
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 65px;
}
main#container footer .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main#container footer .inner .set h3 {
  width: 278px;
  height: 35px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main#container footer .inner .set ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container footer .inner .set ul li:not(:last-child) {
  margin: 0 0 20px 0;
}
main#container footer .inner .set ul li a {
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main#container footer .inner .set ul li a:hover {
  opacity: 0.7;
}
main#container footer .pgtop {
  width: 68px;
  position: absolute;
  right: 40px;
  bottom: -180px;
}
main#container footer .pgtop a {
  width: 100%;
  height: 35px;
  background-image: url(../images/arrow_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
  display: block;
}
main#container footer .pgtop a:hover {
  opacity: 0.7;
}

#looks {
  background-color: #000;
  width: 100%;
  height: 100vh;
  padding: 0 7.5%;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
}
#looks.active {
  opacity: 1;
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .inlooks {
  width: 100%;
  padding: 150px 7.5vw 300px 7.5vw;
  background-color: #FFF;
  position: relative;
}
#looks .inlooks .close {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#looks .inlooks .close:hover {
  opacity: 0.6;
}
#looks .inlooks .close span {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
}
#looks .inlooks .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 30px;
}
#looks .inlooks .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 30px;
}
#looks .inlooks .look {
  width: 100%;
  padding: 0px;
}
#looks .inlooks .look:not(:last-child) {
  margin-bottom: 170px;
}
#looks .inlooks .look .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#looks .inlooks .look .set .photo {
  width: 50%;
}
#looks .inlooks .look .set .text {
  width: calc(50% - 80px);
}
#looks .inlooks .look .set .text .title {
  width: 100%;
  padding: 0px;
  margin: 0 0 250px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
#looks .inlooks .look .set .text .title h3 {
  background-image: url(../images/logo_look.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 300px;
  height: 483px;
}
#looks .inlooks .look .set .text .credits .credit {
  width: 100%;
  padding: 0;
}
#looks .inlooks .look .set .text .credits .credit:not(:last-child) {
  margin-bottom: 15px;
}
#looks .inlooks .look .set .text .credits .credit dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .inlooks .look .set .text .credits .credit dl dt {
  width: calc(70% - 50px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#looks .inlooks .look .set .text .credits .credit dl dt span {
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
#looks .inlooks .look .set .text .credits .credit dl dt span:first-child {
  width: 50%;
}
#looks .inlooks .look .set .text .credits .credit dl dt span.items__price {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
#looks .inlooks .look .set .text .credits .credit dl dt span.items__price::after {
  content: "/ TAX IN";
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
}
#looks .inlooks .look .set .text .credits .credit dl dd {
  width: 30%;
  margin: 0 0 0 50px;
}
#looks .inlooks .look .set .text .credits .credit dl dd a {
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  padding: 3px;
  border: solid #000 1px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .set .text .credits .credit dl dd a:hover {
  color: #FFF;
  background-color: #000;
}
#looks .inlooks .look .set .text .credits .credit dl dd a:not([href]) {
  display: none;
}
#looks .inlooks .look .set .text .credits .credit dl dd a:not([href]) + span {
  color: #000;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  padding: 3px;
  border: solid #000 1px;
  display: block;
}
#looks .inlooks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
#looks .inlooks .look .set .text .credits .credit .disable dl dd span {
  display: inline-block;
}

/* ----------------------------------------------- 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;
  }

  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .logo {
    width: 145px;
    position: relative;
  }
  #loader .logo h2 {
    width: 100%;
    height: 35px;
    position: static;
  }
  #loader .bar {
    width: 100%;
    height: 5px;
    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#container {
    width: calc(100% - 48px);
    padding: 0 0 90px 0;
  }
  main#container #visual {
    margin-bottom: 30px;
  }
  main#container #visual .title {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    pointer-events: none;
    z-index: 5;
  }
  main#container #visual .title h2 {
    width: 250px;
    margin-bottom: 28px;
  }
  main#container #visual .title h3 {
    width: 250px;
  }
  main#container #visual .photo {
    width: 100%;
    height: 100vh;
    background-image: url(../images_sp/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  main#container #visual .photo:hover {
    opacity: 1;
  }
  main#container #visual .photo img {
    display: none;
  }
  main#container section#combo {
    width: 100%;
    margin-bottom: 35px;
  }
  main#container section#combo .photo.thumb {
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  main#container section#combo .photo.thumb:hover {
    opacity: 0.7;
    filter: brightness(1.1);
  }
  main#container section#combo .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main#container section#combo .inner .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  main#container section#combo .inner .set .photo {
    width: calc(50% - 4px);
  }
  main#container section#combo .inner .set .photo.right {
    margin-left: auto;
  }
  main#container section#combo .inner .sec1 {
    width: 100%;
  }
  main#container section#combo .inner .sec1:not(:last-child) {
    margin-bottom: 95px;
  }
  main#container section#combo .inner .sec1 .set {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section#combo .inner .sec1 .set h4 {
    color: #000;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0em;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 0px;
  }
  main#container section#combo .inner .sec1 .set .photo {
    width: 65%;
  }
  main#container section#combo .inner .sec1 .set .photo.right {
    margin: 0 auto;
  }
  main#container section#combo .inner .sec2 {
    width: 100%;
  }
  main#container section#combo .inner .sec2:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#combo .inner .sec3 {
    width: 100%;
    margin-bottom: 45px;
  }
  main#container section#combo .inner .sec3 > .photo {
    width: 100%;
    margin-bottom: 115px;
    overflow: hidden;
  }
  main#container section#combo .inner .sec3 .combo {
    width: 100%;
  }
  main#container section#combo .inner .sec3 .combo .text {
    width: 100%;
    padding: 0 30px 0 30px;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: -125px;
    z-index: 1;
  }
  main#container section#combo .inner .sec3 .combo .text h3 {
    width: 50%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
  }
  main#container section#combo .inner .sec3 .combo .text h4 {
    color: #000;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 35px 0 0;
    position: relative;
    top: -35px;
  }
  main#container section#combo .inner .sec3 .combo .set {
    width: 100%;
  }
  main#container section#combo .inner .sec3 .combo .set.column {
    flex-direction: column;
    position: relative;
    margin: -210px 0 35px 0;
  }
  main#container section#combo .inner .sec3 .combo .set.column .photo {
    width: 57.85%;
  }
  main#container section#combo .inner .sec3 .combo .set.column .photo:nth-child(1) {
    margin: 0 0 15px auto;
  }
  main#container section#combo .inner .sec4 {
    width: 100%;
    margin-bottom: 115px;
  }
  main#container section#combo .inner .sec4 > .photo {
    width: 100%;
  }
  main#container section#combo .inner .sec4 > .text {
    width: 100%;
    padding: 0 30px;
    margin: -10px 0 40px 0;
    position: relative;
    z-index: 1;
  }
  main#container section#combo .inner .sec4 > .text h4 {
    color: #000;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: 0em;
  }
  main#container section#combo .inner .sec4 .combo {
    width: 100%;
  }
  main#container section#combo .inner .sec4 .combo .single {
    width: 65%;
    margin: 0 auto 55px auto;
  }
  main#container section#combo .inner .sec5 {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  main#container section#combo .inner .sec5 h3 {
    width: 57%;
    position: absolute;
    left: 0px;
    top: -88px;
    z-index: 1;
  }
  main#container section#combo .inner .sec5 > .photo {
    width: 100%;
    margin-bottom: 35px;
  }
  main#container section#combo .inner .sec5 .combo .text {
    padding: 0 30px;
    margin: -15px 0 0 0;
  }
  main#container section#combo .inner .sec5 .combo .text h4 {
    color: #000;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    top: 0px;
  }
  main#container section#combo .inner .sec6 {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
  }
  main#container section#combo .inner .sec6 .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    position: absolute;
    left: 0px;
    top: calc(50% - 18px);
    z-index: 1;
  }
  main#container section#combo .inner .sec6 .text h3 {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main#container section#combo .inner .sec6 .text h3 img {
    height: 36px;
  }
  main#container section#combo .inner .sec6 .set {
    width: 100%;
  }
  main#container section#combo .inner .sec6 .set.column {
    flex-direction: column;
    margin: 0px 0 0px 0;
  }
  main#container section#combo .inner .sec6 .set.column .photo {
    width: 57.85%;
    position: relative;
  }
  main#container section#combo .inner .sec6 .set.column .photo:nth-child(1) {
    margin: 0 0 10px 0;
  }
  main#container section#combo .inner .sec6 .set.column .photo:nth-child(2) {
    margin: 0 0 0 auto;
  }
  main#container footer .inner {
    padding: 0 30px;
  }
  main#container footer .inner p {
    color: #000;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    margin-bottom: 65px;
  }
  main#container footer .inner .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  main#container footer .inner .set h3 {
    width: 135px;
    height: 17px;
  }
  main#container footer .inner .set ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container footer .inner .set ul li:not(:last-child) {
    margin: 0 0 12px 0;
  }
  main#container footer .inner .set ul li a {
    color: #000;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main#container footer .inner .set ul li a:hover {
    opacity: 1;
  }
  main#container footer .pgtop {
    width: 30px;
    right: 20px;
    bottom: -45px;
  }
  main#container footer .pgtop a {
    width: 100%;
    height: 15px;
  }
  main#container footer .pgtop a:hover {
    opacity: 1;
  }

  #looks {
    padding: 0px 24px;
    margin: 0px;
    z-index: 9999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #looks .inlooks {
    width: 100%;
    padding: 65px 24px 75px 24px;
  }
  #looks .inlooks .close {
    width: 40px;
    height: 40px;
    position: fixed;
    left: auto;
    right: 34px;
    top: 10px;
  }
  #looks .inlooks .close:hover {
    opacity: 1;
  }
  #looks .inlooks .close span {
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
  }
  #looks .inlooks .close span:nth-child(1) {
    transform: rotate(-45deg);
    left: 0px;
    top: 20px;
  }
  #looks .inlooks .close span:nth-child(2) {
    transform: rotate(45deg);
    right: 0px;
    top: 20px;
  }
  #looks .inlooks .look {
    width: 100%;
    padding: 0px;
    margin: 0 auto 120px auto;
    position: relative;
  }
  #looks .inlooks .look.look1 {
    padding-top: 35px;
  }
  #looks .inlooks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .inlooks .look .set .text {
    width: 100%;
    padding: 0px;
    order: 1;
  }
  #looks .inlooks .look .set .text .title {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    left: auto;
    right: -12px;
    top: 0px;
    z-index: 1;
  }
  #looks .inlooks .look .set .text .title h3 {
    width: 115px;
    height: 185px;
  }
  #looks .inlooks .look .set .text .credits .credit {
    width: 100%;
    padding: 0;
  }
  #looks .inlooks .look .set .text .credits .credit:not(:last-child) {
    margin-bottom: 7px;
  }
  #looks .inlooks .look .set .text .credits .credit dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt {
    width: calc(70% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt span {
    color: #000;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0px;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt span:first-child {
    width: 50%;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt span.items__price {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt span.items__price::after {
    color: #000;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2rem;
    letter-spacing: 0em;
    padding: 0 0 0 5px;
  }
  #looks .inlooks .look .set .text .credits .credit dl dd {
    width: 30%;
    margin: 0 0 0 20px;
  }
  #looks .inlooks .look .set .text .credits .credit dl dd a {
    color: #000;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    padding: 3px;
    border: solid #000 1px;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  #looks .inlooks .look .set .text .credits .credit dl dd a:hover {
    color: #FFF;
    background-color: #000;
  }
  #looks .inlooks .look .set .text .credits .credit dl dd a:not([href]) {
    display: none;
  }
  #looks .inlooks .look .set .text .credits .credit dl dd a:not([href]) + span {
    color: #000;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    padding: 3px;
    border: solid #000 1px;
    display: block;
  }
  #looks .inlooks .look .set .text .credits .credit dl dd a + span {
    display: none;
  }
  #looks .inlooks .look .set .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
  #looks .inlooks .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .inlooks .look .set .photo div:nth-child(2) {
    display: none;
  }
  #looks .inlooks .look .set::before {
    margin: 0 15px 20px auto;
  }
}

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