@charset "UTF-8";
@import url("https://use.typekit.net/ccx2eyc.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: din-2014, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 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: #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;
}
#visual {
  width: 100%;
  height: 90vh;
  background-image: url(../images/kv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: opacity 0.1s ease-in;
}
#visual.active {
  opacity: 0;
}
#visual span {
  width: 23px;
  height: 175px;
  background-image: url(../images/scroll.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: absolute;
  left: calc(50% + 475px);
  top: calc(50% - 175px);
  z-index: 1;
  animation-name: arrow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 0.5s;
}
main {
  width: 100%;
  padding: 90vh 0 0 0;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
}
main section#combo {
  width: 100%;
  background-color: #FFF;
  padding-top: 140px;
  margin-bottom: 210px;
}
main section#combo .inner {
  width: 1220px;
  margin: 0 auto;
  position: relative;
}
main section#combo .inner .logo {
  width: 36px;
  position: absolute;
  left: -36px;
  top: 50px;
}
main section#combo .inner .logo h1 {
  width: 100%;
  height: 286px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#combo .inner .logo.on {
  position: fixed;
  top: 190px;
  left: calc(50% - 610px - 36px);
}
main section#combo .inner .thumbs {
  width: 100%;
}
main section#combo .inner .thumbs h2 {
  width: 996px;
  height: 380px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0 auto 140px auto;
  position: relative;
}
main section#combo .inner .thumbs h2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/title1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.5s ease-in 0s;
}
main section#combo .inner .thumbs h2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/title2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.35s ease-in 0.5s;
}
main section#combo .inner .thumbs h2.active::before {
  clip-path: inset(0% 0% 0% 0%);
}
main section#combo .inner .thumbs h2.active::after {
  clip-path: inset(0% 0% 0% 0%);
}
main section#combo .inner .thumbs .inthumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#combo .inner .thumbs .inthumbs.active .thumb {
  opacity: 1;
}
main section#combo .inner .thumbs .inthumbs .thumb {
  width: 33.3333333333%;
  padding: 40px 10px;
  opacity: 0;
}
main section#combo .inner .thumbs .inthumbs .thumb#t1 {
  transition: opacity 0.35s ease-in calc(0.2*1s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t2 {
  transition: opacity 0.35s ease-in calc(0.2*2s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t3 {
  transition: opacity 0.35s ease-in calc(0.2*3s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t4 {
  transition: opacity 0.35s ease-in calc(0.2*4s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t5 {
  transition: opacity 0.35s ease-in calc(0.2*5s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t6 {
  transition: opacity 0.35s ease-in calc(0.2*6s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t7 {
  transition: opacity 0.35s ease-in calc(0.2*7s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t8 {
  transition: opacity 0.35s ease-in calc(0.2*8s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t9 {
  transition: opacity 0.35s ease-in calc(0.2*9s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t10 {
  transition: opacity 0.35s ease-in calc(0.2*10s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t11 {
  transition: opacity 0.35s ease-in calc(0.2*11s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t12 {
  transition: opacity 0.35s ease-in calc(0.2*12s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t13 {
  transition: opacity 0.35s ease-in calc(0.2*13s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t14 {
  transition: opacity 0.35s ease-in calc(0.2*14s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t15 {
  transition: opacity 0.35s ease-in calc(0.2*15s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t16 {
  transition: opacity 0.35s ease-in calc(0.2*16s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t17 {
  transition: opacity 0.35s ease-in calc(0.2*17s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t18 {
  transition: opacity 0.35s ease-in calc(0.2*18s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t19 {
  transition: opacity 0.35s ease-in calc(0.2*19s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t20 {
  transition: opacity 0.35s ease-in calc(0.2*20s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t21 {
  transition: opacity 0.35s ease-in calc(0.2*21s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t22 {
  transition: opacity 0.35s ease-in calc(0.2*22s);
}
main section#combo .inner .thumbs .inthumbs .thumb#t21-2 {
  transition: opacity 0.35s ease-in 4.4s;
}
main section#combo .inner .thumbs .inthumbs .thumb span {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
}
main section#combo .inner .thumbs .inthumbs .thumb span::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 34px;
  position: absolute;
  z-index: 5;
}
main section#combo .inner .thumbs .inthumbs .thumb span img {
  width: 100%;
  height: auto;
  transition: all 0.25s ease-in 0s;
}
main section#combo .inner .thumbs .inthumbs .thumb span:not(:last-child) {
  margin-bottom: 50px;
}
main section#combo .inner .thumbs .inthumbs .thumb span:hover img {
  opacity: 0.7;
  transform: scale(1.075);
}
main section#combo .inner .thumbs .inthumbs .thumb p {
  color: #000;
  font-family: din-2014, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
}
main section#combo .inner .thumbs .inthumbs .thumb#t2 span::before {
  content: "1";
  background-image: url(../images/no1.png);
  width: 5px;
  top: 35px;
  right: 35px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t3 span::before {
  content: "2";
  background-image: url(../images/no2.png);
  width: 10px;
  top: calc(50% - 17px);
  left: 40px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t6 span::before {
  content: "3";
  background-image: url(../images/no3.png);
  width: 10px;
  top: 100px;
  right: 65px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t8 span::before {
  content: "4";
  background-image: url(../images/no4.png);
  width: 12px;
  top: 175px;
  left: 65px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t10 span::before {
  content: "5";
  background-image: url(../images/no5.png);
  width: 10px;
  top: 45px;
  left: 50px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t12 span::before {
  content: "6";
  background-image: url(../images/no6.png);
  width: 10px;
  top: 145px;
  right: 45px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t14 span::before {
  content: "7";
  background-image: url(../images/no7.png);
  width: 10px;
  top: 90px;
  left: 65px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t16 span::before {
  content: "8";
  background-image: url(../images/no8.png);
  width: 10px;
  top: calc(50% - 17px);
  left: 60px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t18 span::before {
  content: "9";
  background-image: url(../images/no9.png);
  width: 10px;
  top: 80px;
  right: 55px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t19 span::before {
  content: "10";
  background-image: url(../images/no10.png);
  width: 17px;
  top: 125px;
  left: 35px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t21 span::before {
  content: "11";
  background-image: url(../images/no11.png);
  width: 11px;
  top: 170px;
  right: 50px;
}
main section#combo .inner .thumbs .inthumbs .thumb#t21-2 {
  display: none;
}
main .news {
  width: 1200px;
  margin: 0 auto;
}
main .news > div {
  width: 100%;
  height: 900px;
  background-image: url(../images/news_bnr.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .news > div span {
  width: 420px;
  height: 240px;
  background-image: url(../images/news_title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .news > div:hover {
  opacity: 0.7;
}
#looks {
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  padding: 495px 0 220px 0;
  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 .title {
  width: 1200px;
  padding: 0px;
  margin: 0px auto 205px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 105px;
  left: calc(50% - 600px);
  z-index: 999;
}
#looks .title h3 {
  background-image: url(../images/title.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 315px;
  height: 120px;
}
#looks .title .close {
  width: 80px;
  height: 80px;
  position: relative;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#looks .title .close:hover {
  opacity: 0.6;
}
#looks .title .close span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
}
#looks .title .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 40px;
}
#looks .title .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 40px;
}
#looks .news {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .news h3 {
  color: #000;
  font-family: din-2014, sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: calc(100% - 50px);
  margin: 0 auto 35px auto;
  text-align: right;
}
#looks .news .innews {
  width: 100%;
  padding: 55px 85px 90px 85px;
  background-color: #f1f1f1;
  overflow: hidden;
  position: relative;
}
#looks .news .innews .swiper-container {
  width: 100%;
}
#looks .news .innews .swiper-container .swiper-wrapper {
  width: 100%;
}
#looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dt {
  color: #000;
  font-family: din-2014, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 45px;
}
#looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd {
  position: relative;
}
#looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd::after {
  width: 120px;
  height: 120px;
  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;
  right: 20px;
  top: 20px;
  z-index: 11;
}
#looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd:nth-child(2) {
  width: 100%;
  margin-bottom: 45px;
}
#looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd:nth-child(2) img.spimg {
  display: none;
}
#looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd:nth-child(3) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
#looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd:nth-child(3) span { 
  font-size: 12px;
}
#looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd.badge1::after {
  content: "RE STOCK";
  background-image: url(../images/badge_restock.png);
}
#looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd.badge2::after {
  content: "COMING SOON";
  background-image: url(../images/badge_coming.png);
}
#looks .news .innews .arrow {
  width: 25px;
  height: 47px;
  background-image: url(../images/arrow_news.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 23px);
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#looks .news .innews .arrow.prev {
  left: 25px;
}
#looks .news .innews .arrow.next {
  right: 25px;
  transform: rotate(180deg);
}
#looks .news .innews .arrow:hover {
  opacity: 0.5;
}
#looks .news .innews .pager {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  bottom: 30px;
}
#looks .news .innews .pager .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #cbcbcb;
}
#looks .news .innews .pager .swiper-pagination-bullet:not(:first-child) {
  margin: 0 0 0 40px;
}
#looks .news .innews .pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
#looks .look {
  width: 1000px;
  padding: 0px;
  margin: 0 auto 140px auto;
  position: relative;
}
#looks .look .set {
  width: 100%;
  padding: 0px;
}
#looks .look .set .text {
  width: 100%;
  padding: 0px;
  order: 1;
}
#looks .look .set .text .credits .credit {
  width: 100%;
  padding: 0 15px 15px 15px;
  border-bottom: solid 1px #000;
}
#looks .look .set .text .credits .credit:not(:last-child) {
  margin-bottom: 15px;
}
#looks .look .set .text .credits .credit dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .look .set .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look .set .text .credits .credit dl dt span {
  color: #000;
  font-family: din-2014, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
#looks .look .set .text .credits .credit dl dt span.items__price::after {
  content: "(TAX IN)";
  padding: 0 0 0 5px;
}
#looks .look .set .text .credits .credit dl dt span:not(:first-child) {
  margin-left: 0.2rem;
}
#looks .look .set .text .credits .credit dl dt span:not(:first-child)::before {
  content: " / ";
}
#looks .look .set .text .credits .credit dl dd a {
  color: #000;
  font-family: din-2014, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: none;
  padding: 3px 15px;
  background-color: #FFF;
  border: solid #000 1px;
  transition: all 0.25s ease-in 0s;
}
#looks .look .set .text .credits .credit dl dd a:hover {
  color: #FFF;
  background-color: #000;
}
#looks .look .set .text .credits .credit dl dd a:not([href]) {
  display: none;
}
#looks .look .set .text .credits .credit dl dd a:not([href]) + span {
  display: inline-block;
}
#looks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
#looks .look .set .text .credits .credit .disable dl dd span {
  display: inline-block;
}
#looks .look .set .photo {
  width: 100%;
  margin-bottom: 30px;
  order: 1;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look .set::before {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin: 0 40px 65px auto;
}
#looks .look.look1 .set::before {
  content: "1";
  background-image: url(../images/no1.png);
  background-size: 9px 62px;
  width: 9px;
  height: 62px;
}
#looks .look.look2 .set::before {
  content: "2";
  background-image: url(../images/no2.png);
  background-size: 19px 62px;
  width: 19px;
  height: 62px;
}
#looks .look.look3 .set::before {
  content: "3";
  background-image: url(../images/no3.png);
  background-size: 19px 62px;
  width: 19px;
  height: 62px;
}
#looks .look.look4 .set::before {
  content: "4";
  background-image: url(../images/no4.png);
  background-size: 21px 62px;
  width: 21px;
  height: 62px;
}
#looks .look.look5 .set::before {
  content: "5";
  background-image: url(../images/no5.png);
  background-size: 19px 62px;
  width: 19px;
  height: 62px;
}
#looks .look.look6 .set::before {
  content: "6";
  background-image: url(../images/no6.png);
  background-size: 19px 62px;
  width: 19px;
  height: 62px;
}
#looks .look.look7 .set::before {
  content: "7";
  background-image: url(../images/no7.png);
  background-size: 19px 62px;
  width: 19px;
  height: 62px;
}
#looks .look.look8 .set::before {
  content: "8";
  background-image: url(../images/no8.png);
  background-size: 19px 62px;
  width: 19px;
  height: 62px;
}
#looks .look.look9 .set::before {
  content: "9";
  background-image: url(../images/no9.png);
  background-size: 19px 62px;
  width: 19px;
  height: 62px;
}
#looks .look.look10 .set::before {
  content: "10";
  background-image: url(../images/no10.png);
  background-size: 31px 62px;
  width: 31px;
  height: 62px;
}
#looks .look.look11 .set::before {
  content: "11";
  background-image: url(../images/no11.png);
  background-size: 21px 62px;
  width: 21px;
  height: 62px;
}
footer {
  width: 100%;
  padding: 200px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #000;
  font-family: din-2014, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
footer .inner p {
  color: #000;
  font-family: din-2014, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .pgtop {
  width: 22px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
footer .pgtop a {
  width: 100%;
  height: 106px;
  background-image: url(../images/arrow.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;
}
footer .pgtop a: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;
  }
  #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;
  }
  #visual {
    background-image: url(../images/kv_sp.jpg);
  }
  #visual span {
    width: 10px;
    height: 76px;
    left: auto;
    right: 35px;
    top: calc(50% - 38px);
  }
  main {
    width: 100%;
    padding: 90vh 0 0 0;
    margin: 0px;
    position: relative;
    box-sizing: border-box;
  }
  main section#combo {
    padding-top: 40px;
    margin-bottom: 50px;
  }
  main section#combo .inner {
    width: calc(100% - 30px);
  }
  main section#combo .inner .logo {
    width: 9px;
    position: absolute;
    left: 5px;
    top: 10px;
  }
  main section#combo .inner .logo h1 {
    width: 100%;
    height: 112px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main section#combo .inner .logo.on {
    position: absolute;
    top: 10px;
    left: 5px;
  }
  main section#combo .inner .thumbs {
    width: 100%;
  }
  main section#combo .inner .thumbs h2 {
    width: 220px;
    height: 84px;
    margin: 0 auto 45px auto;
  }
  main section#combo .inner .thumbs .inthumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section#combo .inner .thumbs .inthumbs .thumb {
    width: 50%;
    padding: 15px 5px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb span::before {
    height: 14px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb span:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb span:hover img {
    opacity: 1;
    transform: scale(1);
  }
  main section#combo .inner .thumbs .inthumbs .thumb p {
    color: #000;
    font-family: din-2014, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.9rem;
    letter-spacing: 0em;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t2 span::before {
    width: 2px;
    top: 15px;
    right: 15px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t3 span::before {
    width: 4px;
    top: calc(50% - 7px);
    left: 15px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t6 span::before {
    width: 4px;
    top: 45px;
    right: 25px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t8 span::before {
    width: 5px;
    top: 75px;
    left: 25px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t10 span::before {
    width: 4px;
    top: 20px;
    left: 20px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t12 span::before {
    width: 4px;
    top: calc(50% - 14px);
    right: 20px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t14 span::before {
    width: 4px;
    top: 40px;
    left: 25px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t16 span::before {
    width: 4px;
    top: 50%;
    left: 25px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t18 span::before {
    width: 4px;
    top: 35px;
    right: 25px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t19 span::before {
    width: 7px;
    top: 55px;
    left: 15px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t21 span::before {
    width: 5px;
    top: 70px;
    right: 15px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t21-2 {
    display: block;
  }
  main .news {
    width: calc(100% - 40px);
  }
  main .news > div {
    width: 100%;
    height: 250px;
  }
  main .news > div span {
    width: 100px;
    height: 56px;
  }
  main .news > div:hover {
    opacity: 1;
  }
  #looks {
    padding: 115px 0 80px 0;
    margin: 0px;
    z-index: 9999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #looks .title {
    width: calc(100% - 28px);
    padding: 0px;
    margin: 0px;
    top: 30px;
    left: 14px;
  }
  #looks .title h3 {
    width: 157px;
    height: 60px;
  }
  #looks .title .close {
    width: 36px;
    height: 36px;
  }
  #looks .title .close:hover {
    opacity: 1;
  }
  #looks .title .close span:nth-child(1) {
    top: 18px;
  }
  #looks .title .close span:nth-child(2) {
    top: 18px;
  }
  #looks .news {
    width: calc(100% - 40px);
  }
  #looks .news h3 {
    color: #000;
    font-family: din-2014, sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: calc(100% - 20px);
    margin: 0 auto 15px auto;
  }
  #looks .news .innews {
    width: 100%;
    padding: 35px 35px 85px 35px;
  }
  #looks .news .innews .swiper-container {
    width: 100%;
  }
  #looks .news .innews .swiper-container .swiper-wrapper {
    width: 100%;
  }
  #looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dt {
    color: #000;
    font-family: din-2014, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 25px;
  }
  #looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd:nth-child(2) {
    width: 100%;
    margin-bottom: 25px;
  }
  #looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd:nth-child(2)::after {
    width: 60px;
    height: 60px;
    right: 10px;
    top: 10px;
  }
  #looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd:nth-child(2) img {
    display: none;
  }
  #looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd:nth-child(2) img.spimg {
    display: block;
  }
  #looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd:nth-child(3) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    text-align: left;
  }
  #looks .news .innews .swiper-container .swiper-wrapper .swiper-slide dl dd:nth-child(3) br {
    display: none;
  }
  #looks .news .innews .arrow {
    width: 15px;
    height: 28px;
    top: calc(50% - 28px);
  }
  #looks .news .innews .arrow.prev {
    left: 10px;
  }
  #looks .news .innews .arrow.next {
    right: 10px;
  }
  #looks .news .innews .arrow:hover {
    opacity: 1;
  }
  #looks .news .innews .pager {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    bottom: 30px;
  }
  #looks .news .innews .pager .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #looks .news .innews .pager .swiper-pagination-bullet:not(:first-child) {
    margin: 0 0 0 20px;
  }
  #looks .look {
    width: calc(100% - 56px);
    padding: 0px;
    margin: 0 auto 80px auto;
    position: relative;
  }
  #looks .look .set {
    width: 100%;
    padding: 0px;
  }
  #looks .look .set .text {
    width: 100%;
    padding: 0px;
    order: 1;
  }
  #looks .look .set .text .credits .credit {
    padding: 0 0 15px 0;
  }
  #looks .look .set .text .credits .credit:not(:last-child) {
    margin-bottom: 15px;
  }
  #looks .look .set .text .credits .credit dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #looks .look .set .text .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look .set .text .credits .credit dl dt span {
    color: #000;
    font-family: din-2014, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0px;
  }
  #looks .look .set .text .credits .credit dl dt span.items__price::after {
    content: "(TAX IN)";
    padding: 0 0 0 5px;
  }
  #looks .look .set .text .credits .credit dl dt span:not(:first-child) {
    margin-left: 0.2rem;
  }
  #looks .look .set .text .credits .credit dl dt span:not(:first-child)::before {
    content: " / ";
  }
  #looks .look .set .text .credits .credit dl dd a {
    color: #000;
    font-family: din-2014, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3px 10px;
  }
  #looks .look .set .text .credits .credit dl dd a:hover {
    color: #FFF;
    background-color: #000;
  }
  #looks .look .set .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
  #looks .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 .look .set .photo div:nth-child(2) {
    display: none;
  }
  #looks .look .set::before {
    margin: 0 15px 20px auto;
  }
  #looks .look.look1 .set::before {
    background-size: contain;
    width: 5px;
    height: 34px;
  }
  #looks .look.look2 .set::before {
    background-size: contain;
    width: 10px;
    height: 34px;
  }
  #looks .look.look3 .set .photo div:nth-child(1) {
    display: none;
  }
  #looks .look.look3 .set .photo div:nth-child(2) {
    display: block;
  }
  #looks .look.look3 .set::before {
    background-size: contain;
    width: 10px;
    height: 34px;
  }
  #looks .look.look4 .set .photo div:nth-child(1) {
    display: none;
  }
  #looks .look.look4 .set .photo div:nth-child(2) {
    display: block;
  }
  #looks .look.look4 .set::before {
    background-size: contain;
    width: 12px;
    height: 34px;
  }
  #looks .look.look5 .set::before {
    background-size: contain;
    width: 10px;
    height: 34px;
  }
  #looks .look.look5 .set .photo div:nth-child(1) {
    display: none;
  }
  #looks .look.look5 .set .photo div:nth-child(2) {
    display: block;
  }
  #looks .look.look6 .set::before {
    background-size: contain;
    width: 10px;
    height: 34px;
  }
  #looks .look.look6 .set .photo div:nth-child(1) {
    display: none;
  }
  #looks .look.look6 .set .photo div:nth-child(2) {
    display: block;
  }
  #looks .look.look7 .set::before {
    background-size: contain;
    width: 10px;
    height: 34px;
  }
  #looks .look.look8 .set::before {
    background-size: contain;
    width: 10px;
    height: 34px;
  }
  #looks .look.look8 .set .photo div:nth-child(1) {
    display: none;
  }
  #looks .look.look8 .set .photo div:nth-child(2) {
    display: block;
  }
  #looks .look.look9 .set::before {
    background-size: contain;
    width: 10px;
    height: 34px;
  }
  #looks .look.look10 .set::before {
    background-size: contain;
    width: 17px;
    height: 34px;
  }
  #looks .look.look11 .set .photo div:nth-child(1) {
    display: none;
  }
  #looks .look.look11 .set .photo div:nth-child(2) {
    display: block;
  }
  #looks .look.look11 .set::before {
    background-size: contain;
    width: 11px;
    height: 34px;
  }
  footer {
    padding: 60px 0 60px 0;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #000;
    font-family: din-2014, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  footer .inner p {
    color: #000;
    font-family: din-2014, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .pgtop {
    width: 10px;
    position: absolute;
    right: 10px;
    bottom: 60px;
  }
  footer .pgtop a {
    width: 100%;
    height: 48px;
    background-image: url(../images/arrow.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;
  }
  footer .pgtop a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */
