@charset "UTF-8";
@import url("https://use.typekit.net/eiv2qpo.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 memo {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(0 0, 65% 0, 33% 28%, 0 55%);
    -webkit-clip-path: polygon(0 0, 65% 0, 33% 28%, 0 55%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 50% 49%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 49%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  background-image: url(../images/bg1.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: auto;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

a {
  color: #111;
  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: center;
  align-items: center;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: all 0.75s ease-in-out 0.25s;
}
#loader .inner {
  text-align: left;
  width: calc(100% - 40px);
  max-width: 1270px;
  padding: 55px 8px 0 8px;
}
#loader .inner h1 {
  width: 425px;
  margin-bottom: 16px;
}
#loader .inner h1 span {
  background-image: url(../images/logo.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 41px;
  display: block;
}
#loader .inner h2 {
  background-image: url(../images/lead.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: 350px;
  height: 54px;
}
#loader .bar {
  width: 100%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #111;
  display: block;
}
#loader.complete {
  height: 166px;
}

header {
  width: calc(100% - 40px);
  max-width: 1270px;
  padding: 55px 8px 0 8px;
  margin: 0 auto 32px auto;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in 0.5s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  opacity: 1;
}
header .inner {
  width: 100%;
}
header .inner h1 {
  width: 425px;
  margin-bottom: 16px;
}
header .inner h1 span {
  background-image: url(../images/logo.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 41px;
  display: block;
}
header .inner h2 {
  background-image: url(../images/lead.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: 350px;
  height: 54px;
}
header .hum {
  width: 40px;
  height: 40px;
  position: fixed;
  right: calc(50% - 627px);
  top: 55px;
  z-index: 77777;
  cursor: pointer;
}
header .hum span {
  width: 100%;
  height: 2px;
  background-color: #111;
  position: absolute;
  left: 0px;
  transition: all 0.25s ease-in 0s;
}
header .hum span:nth-child(1) {
  top: 8px;
}
header .hum span:nth-child(2) {
  top: 19px;
}
header .hum span:nth-child(3) {
  bottom: 8px;
}
header .hum:hover span {
  background-color: #999;
}
header .hum.active span:nth-child(1) {
  transform: rotate(135deg);
  top: 19px;
}
header .hum.active span:nth-child(2) {
  opacity: 0;
}
header .hum.active span:nth-child(3) {
  transform: rotate(-135deg);
  bottom: 19px;
}

main {
  width: 100%;
  padding: 0 0 72px 0;
  margin: 0px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  transition: padding-top 1s ease-in 0s;
  /*
  &::before{
  	content: '';
  	width: $w1;
  	height: 500px;
  	background-color: $col2;
  	position: absolute;
  	left: 0px;
  	top:0px;
  	z-index: -1;
  }
  */
}
main p i {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-style: italic;
}
main #index {
  width: calc(100% - 40px);
  max-width: 1270px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main #index .line {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #index .line .thumb:nth-child(1) div {
  transition-delay: 0.25s;
}
main #index .line .thumb:nth-child(1).active::before {
  animation-delay: 0.4s;
}
main #index .line .thumb:nth-child(2) div {
  transition-delay: 0.5s;
}
main #index .line .thumb:nth-child(2).active::before {
  animation-delay: 0.8s;
}
main #index .line .thumb:nth-child(3) div {
  transition-delay: 0.75s;
}
main #index .line .thumb:nth-child(3).active::before {
  animation-delay: 1.2s;
}
main #index .thumb {
  width: 33.333%;
  height: calc(((100vw - 40px)/3)*1.5);
  max-height: 635px;
  padding: 8px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
main #index .thumb div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  clip-path: inset(2.5%);
  -webkit-clip-path: inset(2.5%);
  opacity: 0;
  top: 16px;
  cursor: pointer;
  transition: all 0.25s ease-in 0.1s;
}
main #index .thumb div strong {
  display: none;
}
main #index .thumb.active div {
  opacity: 1;
  clip-path: inset(0%);
  -webkit-clip-path: inset(0%);
  top: 0px;
}
main #index .thumb.active::before {
  animation-name: memo;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
}
main #index .thumb.active::after {
  opacity: 1;
}
main #index .thumb:hover {
  padding: 4px;
  opacity: 0.9;
}
main #index .thumb::before {
  width: 170px;
  height: 225px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  z-index: 5;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
main #index .thumb::after {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  background-color: #FFF;
  padding: 5px;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-out 0.6s;
}
main #index .thumb#t1::before {
  content: "LAYERED";
  background-image: url(../images/memo01.png);
  background-size: 161px 217px;
  left: 15px;
}
main #index .thumb#t5::before {
  content: "CHECK";
  background-image: url(../images/memo02.png);
  background-size: 161px 223px;
  right: 10px;
}
main #index .thumb#t8::before {
  content: "LAYERED";
  background-image: url(../images/memo03.png);
  background-size: 161px 219px;
  right: 10px;
}
main #index .thumb#t11::before {
  content: "TRAD";
  background-image: url(../images/memo04.png);
  background-size: 157px 217px;
  left: 15px;
  bottom: 30px;
}
main #index .thumb#t12::before {
  content: "MINI";
  background-image: url(../images/memo05.png);
  background-size: 155px 215px;
  right: 10px;
}
main #index .thumb#t14::before {
  content: "UTILITY";
  background-image: url(../images/memo06.png);
  background-size: 161px 219px;
  right: 10px;
}
main #index .thumb#t16::before {
  content: "LAYERED";
  background-image: url(../images/memo07.png);
  background-size: 151px 213px;
  right: 15px;
}
main #index .thumb#t20::before {
  content: "MINI";
  background-image: url(../images/memo08.png);
  background-size: 159px 218px;
  left: 15px;
}
main #index .thumb#t22::before {
  content: "LEOPARD";
  background-image: url(../images/memo09.png);
  background-size: 156px 216px;
  right: 5px;
}
main #index .thumb#t24::before {
  content: "TRAD";
  background-image: url(../images/memo10.png);
  background-size: 153px 214px;
  right: 10px;
  bottom: 25px;
}
main #index .thumb#t26::before {
  content: "MINIMAL";
  background-image: url(../images/memo11.png);
  background-size: 157px 224px;
  right: 10px;
}
main #index .thumb#t28::before {
  content: "COLOR";
  background-image: url(../images/memo12.png);
  background-size: 159px 218px;
  right: 10px;
}
main #index .thumb#t33::before {
  content: "COLOR";
  background-image: url(../images/memo13.png);
  background-size: 163px 221px;
  right: 10px;
}
main #index .thumb#t34::before {
  content: "MINIMAL";
  background-image: url(../images/memo14.png);
  background-size: 154px 215px;
  right: 10px;
}
main #index .thumb#t35::before {
  content: "DRESS UP";
  background-image: url(../images/memo15.png);
  background-size: 155px 215px;
  left: 15px;
}
main #index .thumb#t36::before {
  content: "DRESS UP";
  background-image: url(../images/memo16.png);
  background-size: 156px 216px;
  left: 15px;
}
main #index .thumb#t1::after, main #index .thumb#t2::after, main #index .thumb#t3::after {
  content: "LOOK 01";
}
main #index .thumb#t4::after, main #index .thumb#t5::after, main #index .thumb#t6::after {
  content: "LOOK 02";
}
main #index .thumb#t7::after, main #index .thumb#t8::after, main #index .thumb#t9::after {
  content: "LOOK 03";
}
main #index .thumb#t10::after, main #index .thumb#t11::after {
  content: "LOOK 04";
}
main #index .thumb#t12::after {
  content: "LOOK 05";
}
main #index .thumb#t13::after, main #index .thumb#t14::after, main #index .thumb#t15::after {
  content: "LOOK 06";
}
main #index .thumb#t16::after, main #index .thumb#t17::after, main #index .thumb#t18::after {
  content: "LOOK 07";
}
main #index .thumb#t19::after, main #index .thumb#t20::after, main #index .thumb#t21::after {
  content: "LOOK 08";
}
main #index .thumb#t22::after, main #index .thumb#t23::after {
  content: "LOOK 09";
}
main #index .thumb#t24::after {
  content: "LOOK 10";
}
main #index .thumb#t25::after, main #index .thumb#t26::after, main #index .thumb#t27::after {
  content: "LOOK 11";
}
main #index .thumb#t28::after, main #index .thumb#t29::after, main #index .thumb#t30::after {
  content: "LOOK 12";
}
main #index .thumb#t31::after, main #index .thumb#t32::after, main #index .thumb#t33::after {
  content: "LOOK 13";
}
main #index .thumb#t34::after {
  content: "LOOK 14";
}
main #index .thumb#t35::after {
  content: "LOOK 15";
}
main #index .thumb#t36::after {
  content: "LOOK 16";
}

section#looks {
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  padding: 115px 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.5s ease-in;
}
section#looks.active {
  opacity: 1;
  pointer-events: auto;
}
section#looks.active ul.btnset {
  display: block;
}
section#looks ul.btnset {
  width: 330px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section#looks ul.btnset li {
  text-align: center;
  width: 100%;
  transition: all 0.25s ease-in 0s;
  box-sizing: border-box;
  cursor: pointer;
}
section#looks ul.btnset li a {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 10px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
section#looks ul.btnset li:hover a {
  color: #FFF;
  background-color: #111;
}
section#looks .banner {
  width: 680px;
  padding: 90px 0;
  margin: 0 auto 90px auto;
  border-top: dotted 1px #111;
  border-bottom: dotted 1px #111;
}
section#looks .banner .inbanner {
  width: 600px;
  margin: 0 auto;
}
section#looks .banner .inbanner div {
  margin-bottom: 40px;
}
section#looks .banner .inbanner div:nth-child(2) {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
  text-align: left;
}
section#looks .banner .inbanner h5 {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0em;
  text-align: left;
}
section#looks .title {
  width: 680px;
  padding: 0px;
  margin: 0px auto 30px auto;
}
section#looks .title .inner {
  width: 100%;
}
section#looks .title .inner h3 {
  background-image: url(../images/logo.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: 425px;
  height: 41px;
  margin-bottom: 16px;
}
section#looks .title .inner h4 {
  background-image: url(../images/lead.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: 350px;
  height: 54px;
}
section#looks .look {
  width: 770px;
  padding: 0 45px;
  margin: 0 auto 135px auto;
  position: relative;
}
section#looks .look .set {
  width: 100%;
  padding: 0px;
}
section#looks .look .set .text {
  width: 50%;
  padding: 0px;
  order: 1;
}
section#looks .look .set .text .credits .credit:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e0e5e8;
}
section#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;
}
section#looks .look .set .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section#looks .look .set .text .credits .credit dl dt strong:nth-child(1) {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0em;
}
section#looks .look .set .text .credits .credit dl dt strong:nth-child(1) span {
  display: inline-block;
  padding: 0 0 0 5px;
}
section#looks .look .set .text .credits .credit dl dt strong:nth-child(1) span:not(.nc)::after {
  content: "(TAX IN)";
  padding: 0 0 0 5px;
}
section#looks .look .set .text .credits .credit dl dt strong:nth-child(2) {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.1rem;
  letter-spacing: 0em;
}
section#looks .look .set .text .credits .credit dl dd a {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  padding: 4px 16px;
  background-color: #111;
  transition: all 0.25s ease-in 0s;
}
section#looks .look .set .text .credits .credit dl dd a:hover {
  background-color: #999;
}
section#looks .look .set .text .credits .credit dl dd a:not([href]) {
  display: none;
}
section#looks .look .set .text .credits .credit dl dd a:not([href]) + span {
  display: inline-block;
}
section#looks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
section#looks .look .set .text .credits .credit .disable dl dd span {
  display: inline-block;
}
section#looks .look .set .photo {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  order: 1;
  position: relative;
}
section#looks .look .set .photo::before {
  width: 255px;
  height: 338px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  z-index: 5;
}
section#looks .look .set .photo::after {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  background-color: #FFF;
  padding: 5px;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
}
section#looks .look .set .arrow {
  width: 20px;
  height: 35px;
  background-image: url(../images/arrow.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(510px - 18px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section#looks .look .set .arrow:hover {
  opacity: 0.6;
}
section#looks .look .set .arrow.prev {
  left: 0px;
}
section#looks .look .set .arrow.next {
  right: 0px;
  transform: rotate(180deg);
}
section#looks .look.look1 .set .photo::before {
  content: "LAYERED";
  background-image: url(../images/memo01.png);
  background-size: 242px 326px;
  left: 15px;
}
section#looks .look.look1 .set .photo::after {
  content: "LOOK 1";
}
section#looks .look.look2 .set .photo::before {
  content: "CHECK";
  background-image: url(../images/memo02.png);
  background-size: 242px 335px;
  right: 10px;
}
section#looks .look.look2 .set .photo::after {
  content: "LOOK 2";
}
section#looks .look.look3 .set .photo::before {
  content: "LAYERED";
  background-image: url(../images/memo03.png);
  background-size: 242px 329px;
  right: 10px;
}
section#looks .look.look3 .set .photo::after {
  content: "LOOK 3";
}
section#looks .look.look4 .set .photo::before {
  content: "TRAD";
  background-image: url(../images/memo04.png);
  background-size: 236px 326px;
  left: 15px;
  bottom: 30px;
}
section#looks .look.look4 .set .photo::after {
  content: "LOOK 4";
}
section#looks .look.look5 .set .photo::before {
  content: "MINI";
  background-image: url(../images/memo05.png);
  background-size: 233px 323px;
  right: 10px;
}
section#looks .look.look5 .set .photo::after {
  content: "LOOK 5";
}
section#looks .look.look6 .set .photo::before {
  content: "UTILITY";
  background-image: url(../images/memo06.png);
  background-size: 242px 329px;
  right: 10px;
}
section#looks .look.look6 .set .photo::after {
  content: "LOOK 6";
}
section#looks .look.look7 .set .photo::before {
  content: "LAYERED";
  background-image: url(../images/memo07.png);
  background-size: 227px 320px;
  right: 15px;
}
section#looks .look.look7 .set .photo::after {
  content: "LOOK 7";
}
section#looks .look.look8 .set .photo::before {
  content: "MINI";
  background-image: url(../images/memo08.png);
  background-size: 239px 327px;
  left: 15px;
}
section#looks .look.look8 .set .photo::after {
  content: "LOOK 8";
}
section#looks .look.look9 .set .photo::before {
  content: "LEOPARD";
  background-image: url(../images/memo09.png);
  background-size: 234px 324px;
  right: 5px;
}
section#looks .look.look9 .set .photo::after {
  content: "LOOK 9";
}
section#looks .look.look10 .set .photo::before {
  content: "TRAD";
  background-image: url(../images/memo10.png);
  background-size: 230px 321px;
  right: 10px;
  bottom: 25px;
}
section#looks .look.look10 .set .photo::after {
  content: "LOOK 10";
}
section#looks .look.look11 .set .photo::before {
  content: "MINIMAL";
  background-image: url(../images/memo11.png);
  background-size: 236px 336px;
  right: 10px;
}
section#looks .look.look11 .set .photo::after {
  content: "LOOK 11";
}
section#looks .look.look12 .set .photo::before {
  content: "COLOR";
  background-image: url(../images/memo12.png);
  background-size: 239px 327px;
  right: 10px;
}
section#looks .look.look12 .set .photo::after {
  content: "LOOK 12";
}
section#looks .look.look13 .set .photo::before {
  content: "COLOR";
  background-image: url(../images/memo13.png);
  background-size: 245px 332px;
  right: 10px;
}
section#looks .look.look13 .set .photo::after {
  content: "LOOK 13";
}
section#looks .look.look14 .set .photo::before {
  content: "MINIMAL";
  background-image: url(../images/memo14.png);
  background-size: 231px 323px;
  right: 10px;
}
section#looks .look.look14 .set .photo::after {
  content: "LOOK 14";
}
section#looks .look.look15 .set .photo::before {
  content: "DRESS UP";
  background-image: url(../images/memo15.png);
  background-size: 233px 323px;
  left: 15px;
}
section#looks .look.look15 .set .photo::after {
  content: "LOOK 15";
}
section#looks .look.look16 .set .photo::before {
  content: "DRESS UP";
  background-image: url(../images/memo16.png);
  background-size: 234px 324px;
  left: 15px;
}
section#looks .look.look16 .set .photo::after {
  content: "LOOK 16";
}

footer {
  text-align: left;
  width: calc(100% - 40px);
  max-width: 1270px;
  padding: 0 8px 80px 8px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner p:first-child {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 80px 0;
  margin-bottom: 80px;
  border-bottom: dotted 1px #111;
}
footer .inner p:nth-last-child(2) {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0em;
  margin-bottom: 70px;
}
footer .inner p:last-child {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
}
footer .inner ul {
  margin-bottom: 45px;
}
footer .inner ul li {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .banner {
  padding: 0 0 90px 0;
  margin-bottom: 90px;
  border-bottom: dotted 1px #111;
}
footer .inner .banner .inbanner {
  width: 600px;
  margin: 0 auto;
}
footer .inner .banner .inbanner div {
  margin-bottom: 40px;
}
footer .inner .banner .inbanner div:nth-child(2) {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
}
footer .inner .banner .inbanner h5 {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0em;
}
footer .inner.active {
  opacity: 1;
}
footer .pgtop {
  width: 109px;
  height: 16px;
  position: absolute;
  right: 0px;
  bottom: 80px;
}
footer .pgtop a {
  width: 100%;
  height: 100%;
  background-image: url(../images/text_pagetop.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  opacity: 0.7;
}

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

  #loader {
    transition: all 1s ease-in-out 0.25s;
  }
  #loader .inner {
    width: 100%;
    max-width: 100%;
    padding: 15px 10px 0 10px;
  }
  #loader .inner h1 {
    width: 184px;
    margin-bottom: 7px;
  }
  #loader .inner h1 span {
    height: 18px;
  }
  #loader .inner h2 {
    width: 148px;
    height: 23px;
  }
  #loader .bar {
    height: 5px;
  }
  #loader.complete {
    height: 63px;
  }

  header {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 15px 0px 0 0px;
    margin: 0 auto 20px auto;
  }
  header .inner h1 {
    width: 184px;
    margin-bottom: 7px;
  }
  header .inner h1 span {
    height: 18px;
  }
  header .inner h2 {
    width: 148px;
    height: 23px;
  }
  header .hum {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 15px;
  }
  header .hum span {
    width: 100%;
    height: 2px;
    background-color: #111;
    position: absolute;
    left: 0px;
    transition: all 0.25s ease-in 0s;
  }
  header .hum span:nth-child(1) {
    top: 8px;
  }
  header .hum span:nth-child(2) {
    top: 19px;
  }
  header .hum span:nth-child(3) {
    bottom: 8px;
  }
  header .hum:hover span {
    background-color: #999;
  }
  header .hum.active span:nth-child(1) {
    transform: rotate(135deg);
    top: 19px;
  }
  header .hum.active span:nth-child(2) {
    opacity: 0;
  }
  header .hum.active span:nth-child(3) {
    transform: rotate(-135deg);
    bottom: 19px;
  }

  main {
    width: 100%;
    padding: 0 0 32px 0;
    /*
    &::before{
    	content: '';
    	width: $w1;
    	height: 500px;
    	background-color: $col2;
    	position: absolute;
    	left: 0px;
    	top:0px;
    	z-index: -1;
    }
    */
  }
  main #index {
    width: calc(100% - 12px);
    max-width: calc(100% - 12px);
  }
  main #index .thumb {
    width: 33.333%;
    height: calc(((100vw - 20px)/3)*1.5);
    max-height: calc(((100vw - 20px)/3)*1.5);
    padding: 4px;
  }
  main #index .thumb div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  main #index .thumb:hover {
    padding: 4px;
    opacity: 1;
  }
  main #index .thumb::before {
    width: 55px;
    height: 70px;
    bottom: 5px;
  }
  main #index .thumb::after {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    background-color: #FFF;
    padding: 2px 4px;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  main #index .thumb#t1::before {
    background-size: 48px 65px;
    left: 5px;
  }
  main #index .thumb#t5::before {
    background-size: 48px 67px;
    right: 5px;
  }
  main #index .thumb#t8::before {
    background-size: 48px 66px;
    right: 5px;
  }
  main #index .thumb#t11::before {
    background-size: 47px 65px;
    left: 5px;
    bottom: 5px;
  }
  main #index .thumb#t12::before {
    background-size: 47px 65px;
    right: 5px;
  }
  main #index .thumb#t14::before {
    background-size: 48px 66px;
    right: 5px;
  }
  main #index .thumb#t16::before {
    background-size: 45px 64px;
    right: 5px;
  }
  main #index .thumb#t20::before {
    background-size: 48px 65px;
    left: 5px;
  }
  main #index .thumb#t22::before {
    background-size: 47px 65px;
    right: 5px;
  }
  main #index .thumb#t24::before {
    background-size: 46px 64px;
    right: 5px;
    bottom: 5px;
  }
  main #index .thumb#t26::before {
    background-size: 47px 67px;
    right: 5px;
  }
  main #index .thumb#t28::before {
    background-size: 48px 65px;
    right: 5px;
  }
  main #index .thumb#t33::before {
    background-size: 49px 66px;
    right: 5px;
  }
  main #index .thumb#t34::before {
    background-size: 46px 65px;
    right: 5px;
  }
  main #index .thumb#t35::before {
    background-size: 47px 65px;
    left: 5px;
  }
  main #index .thumb#t36::before {
    background-size: 47px 65px;
    left: 5px;
  }
  main #index .thumb#t1::after, main #index .thumb#t2::after, main #index .thumb#t3::after {
    content: "LOOK 01";
  }
  main #index .thumb#t4::after, main #index .thumb#t5::after, main #index .thumb#t6::after {
    content: "LOOK 02";
  }
  main #index .thumb#t7::after, main #index .thumb#t8::after, main #index .thumb#t9::after {
    content: "LOOK 03";
  }
  main #index .thumb#t10::after, main #index .thumb#t11::after {
    content: "LOOK 04";
  }
  main #index .thumb#t12::after {
    content: "LOOK 05";
  }
  main #index .thumb#t13::after, main #index .thumb#t14::after, main #index .thumb#t15::after {
    content: "LOOK 06";
  }
  main #index .thumb#t16::after, main #index .thumb#t17::after, main #index .thumb#t18::after {
    content: "LOOK 07";
  }
  main #index .thumb#t19::after, main #index .thumb#t20::after, main #index .thumb#t21::after {
    content: "LOOK 08";
  }
  main #index .thumb#t22::after, main #index .thumb#t23::after {
    content: "LOOK 09";
  }
  main #index .thumb#t24::after {
    content: "LOOK 10";
  }
  main #index .thumb#t25::after, main #index .thumb#t26::after, main #index .thumb#t27::after {
    content: "LOOK 11";
  }
  main #index .thumb#t28::after, main #index .thumb#t29::after, main #index .thumb#t30::after {
    content: "LOOK 12";
  }
  main #index .thumb#t31::after, main #index .thumb#t32::after, main #index .thumb#t33::after {
    content: "LOOK 13";
  }
  main #index .thumb#t34::after {
    content: "LOOK 14";
  }
  main #index .thumb#t35::after {
    content: "LOOK 15";
  }
  main #index .thumb#t36::after {
    content: "LOOK 16";
  }

  section#looks {
    padding: 15px 0 120px 0;
    opacity: 0;
    pointer-events: none;
  }
  section#looks.active {
    opacity: 1;
    pointer-events: auto;
  }
  section#looks.active ul.btnset {
    display: block;
  }
  section#looks ul.btnset {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  section#looks ul.btnset li a {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.1em;
  }
  section#looks ul.btnset li:hover a {
    color: #111;
    background-color: #FFF;
  }
  section#looks .banner {
    width: calc(100% - 20px);
    padding: 0 0 35px 0;
    margin-bottom: 35px;
    border-top: none;
  }
  section#looks .banner .inbanner {
    width: 100%;
  }
  section#looks .banner .inbanner div {
    margin-bottom: 25px;
  }
  section#looks .banner .inbanner div:nth-child(2) {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  section#looks .banner .inbanner div:nth-child(2) br {
    display: none;
  }
  section#looks .banner .inbanner h5 {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  section#looks .title {
    width: 100%;
    padding: 0 15px;
    margin: 0px auto 30px auto;
  }
  section#looks .title .inner {
    width: 100%;
  }
  section#looks .title .inner h3 {
    width: 184px;
    height: 18px;
    margin-bottom: 7px;
  }
  section#looks .title .inner h4 {
    width: 148px;
    height: 23px;
  }
  section#looks .look {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 120px auto;
  }
  section#looks .look .set {
    width: 100%;
    padding: 0px;
  }
  section#looks .look .set .text {
    width: 100%;
  }
  section#looks .look .set .photo {
    width: 100%;
    margin-bottom: 25px;
  }
  section#looks .look .set .photo::before {
    width: 130px;
    height: 170px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    z-index: 5;
  }
  section#looks .look .set .photo::after {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    background-color: #FFF;
    padding: 5px;
    position: absolute;
    left: 9px;
    top: 9px;
  }
  section#looks .look .set .arrow {
    width: 12px;
    height: 21px;
    top: 250px;
    z-index: 1;
  }
  section#looks .look .set .arrow:hover {
    opacity: 1;
  }
  section#looks .look .set .arrow.prev {
    left: 6px;
  }
  section#looks .look .set .arrow.next {
    right: 6px;
  }
  section#looks .look.look1 .set .photo::before {
    background-size: 121px 163px;
    left: 5px;
  }
  section#looks .look.look2 .set .photo::before {
    background-size: 121px 168px;
    right: 5px;
  }
  section#looks .look.look3 .set .photo::before {
    background-size: 121px 165px;
    right: 5px;
  }
  section#looks .look.look4 .set .photo::before {
    background-size: 118px 163px;
    left: 5px;
    bottom: 15px;
  }
  section#looks .look.look5 .set .photo::before {
    background-size: 117px 162px;
    right: 5px;
  }
  section#looks .look.look6 .set .photo::before {
    background-size: 121px 165px;
    right: 5px;
  }
  section#looks .look.look7 .set .photo::before {
    background-size: 114px 160px;
    right: 5px;
  }
  section#looks .look.look8 .set .photo::before {
    background-size: 120px 164px;
    left: 10px;
  }
  section#looks .look.look9 .set .photo::before {
    background-size: 117px 162px;
    right: 5px;
  }
  section#looks .look.look10 .set .photo::before {
    background-size: 115px 161px;
    right: 5px;
    bottom: 10px;
  }
  section#looks .look.look11 .set .photo::before {
    background-size: 118px 168px;
    right: 5px;
  }
  section#looks .look.look12 .set .photo::before {
    background-size: 120px 164px;
    right: 5px;
  }
  section#looks .look.look13 .set .photo::before {
    background-size: 123px 166px;
    right: 5px;
  }
  section#looks .look.look14 .set .photo::before {
    background-size: 116px 162px;
    right: 5px;
  }
  section#looks .look.look15 .set .photo::before {
    background-size: 116px 162px;
    left: 5px;
  }
  section#looks .look.look16 .set .photo::before {
    background-size: 117px 162px;
    left: 10px;
  }

  footer {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 0 0 40px 0;
  }
  footer .inner p:first-child {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 0 0 35px 0;
    margin-bottom: 35px;
    border-bottom: dotted 1px #111;
  }
  footer .inner p:nth-last-child(2) {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 35px;
  }
  footer .inner p:last-child {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
  }
  footer .inner ul {
    margin-bottom: 25px;
  }
  footer .inner ul li {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .banner {
    padding: 0 0 35px 0;
    margin-bottom: 35px;
  }
  footer .inner .banner .inbanner {
    width: 100%;
  }
  footer .inner .banner .inbanner div {
    margin-bottom: 25px;
  }
  footer .inner .banner .inbanner div:nth-child(2) {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  footer .inner .banner .inbanner div:nth-child(2) br {
    display: none;
  }
  footer .inner .banner .inbanner h5 {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  footer .inner.active {
    opacity: 1;
  }
  footer .pgtop {
    width: 68px;
    height: 10px;
    bottom: 40px;
  }
  footer .pgtop a:hover {
    opacity: 1;
  }
}

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