@import url("https://use.typekit.net/vsk1mcz.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 kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fillblack {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 -10%, 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: futura-pt-condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  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;
}

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

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

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: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 250px;
  height: 64px;
  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;
  position: absolute;
  left: calc(50% - 125px);
  top: calc(50% - 32px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #111;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
}
header .inner {
  width: 100%;
  height: 180px;
  padding: 0 0 0 30px;
  border-bottom: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .inner h1 {
  width: 445px;
  height: 140px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .inner .hum {
  width: 180px;
  height: 180px;
  border-left: solid 1px #111;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum span {
  height: 1px;
  background-color: #111;
  position: absolute;
  display: block;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum span:nth-child(1) {
  width: 50px;
  top: 80px;
  left: 65px;
}
header .inner .hum span:nth-child(2) {
  width: 45px;
  top: 90px;
  left: 70px;
}
header .inner .hum span:nth-child(3) {
  width: 40px;
  top: 100px;
  left: 75px;
}
header .inner .hum:hover {
  background-color: #00ffde;
}
header .inner .hum:hover span:nth-child(2) {
  width: 50px;
  left: 65px;
}
header .inner .hum:hover span:nth-child(3) {
  width: 50px;
  left: 65px;
}
header .inner .hum.on span:nth-child(1) {
  width: 50px;
  top: 90px;
  left: 65px;
}
header .inner .hum.on span:nth-child(2) {
  width: 50px;
  top: 90px;
  left: 65px;
}
header .inner .hum.on span:nth-child(3) {
  width: 50px;
  top: 90px;
  left: 65px;
}
header .cp {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-bottom: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

nav {
  width: 100%;
  height: calc(100% - 230px);
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 230px;
  z-index: 777;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
}
nav .inner {
  width: 100%;
  height: 100%;
  padding: 80px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner h3 {
  width: 250px;
  height: 64px;
  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;
  margin-bottom: 40px;
}
nav .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
nav .inner ul li a {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
nav .inner ul li a:hover {
  color: #555555;
}
nav.on {
  clip-path: inset(0% 0 0 0);
  pointer-events: auto;
}

#visual {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  left: 0px;
  top: 230px;
}
#visual .visual-swiper {
  width: 100%;
}
#visual .visual-swiper .swiper-wrapper {
  width: 100%;
}
#visual .visual-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
#visual.on .inner .photo {
  width: 100%;
}
#visual.on .inner .photo a.show img {
  filter: blur(0px);
}

main {
  width: 100%;
  padding-top: calc(230px + 75vw);
  margin: 0;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  opacity: 0;
}
main .title {
  width: 100%;
  background-color: #FFF;
}
main .title ul {
  width: 100%;
}
main .title ul li {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #111;
  box-sizing: border-box;
}
main .title ul li strong {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .title ul li span {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner {
  width: 100%;
  background-color: #FFF;
}
main .inner ul {
  width: 100%;
  border-top: solid 1px #111;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner ul li {
  width: 25%;
  cursor: pointer;
}
main .inner ul li div {
  width: 100%;
  border-bottom: solid 1px #111;
  border-left: solid 1px #111;
  position: relative;
}
main .inner ul li div::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/btn_zoom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in 0s;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
}
main .inner ul li div span {
  width: 100%;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .inner ul li div span img {
  width: 100%;
  height: auto;
  transform: scale(75%);
  opacity: 0;
}
main .inner ul li:hover div::after {
  rotate: 90deg;
}
main .inner ul li:hover div span {
  opacity: 0.7;
}
main .inner ul li:nth-child(1) div span img {
  transition: all 0.5s ease-in 0.25s;
}
main .inner ul li:nth-child(2) div span img {
  transition: all 0.5s ease-in 0.5s;
}
main .inner ul li:nth-child(3) div span img {
  transition: all 0.5s ease-in 0.75s;
}
main .inner ul li:nth-child(4) div span img {
  transition: all 0.5s ease-in 1s;
}
main .inner ul li:nth-child(5) div span img {
  transition: all 0.5s ease-in 1.25s;
}
main .inner ul li:nth-child(6) div span img {
  transition: all 0.5s ease-in 1.5s;
}
main .inner ul li:nth-child(7) div span img {
  transition: all 0.5s ease-in 1.75s;
}
main .inner ul li:nth-child(8) div span img {
  transition: all 0.5s ease-in 2s;
}
main .inner ul li:nth-child(9) div span img {
  transition: all 0.5s ease-in 2.25s;
}
main .inner ul li:nth-child(10) div span img {
  transition: all 0.5s ease-in 2.5s;
}
main .inner ul li:nth-child(11) div span img {
  transition: all 0.5s ease-in 2.75s;
}
main .inner ul li:nth-child(12) div span img {
  transition: all 0.5s ease-in 3s;
}
main .inner ul li:nth-child(13) div span img {
  transition: all 0.5s ease-in 3.25s;
}
main .inner ul li:nth-child(14) div span img {
  transition: all 0.5s ease-in 3.5s;
}
main .inner ul li:nth-child(15) div span img {
  transition: all 0.5s ease-in 3.75s;
}
main .inner ul li:nth-child(16) div span img {
  transition: all 0.5s ease-in 4s;
}
main .inner ul li:nth-child(17) div span img {
  transition: all 0.5s ease-in 4.25s;
}
main .inner ul li:nth-child(18) div span img {
  transition: all 0.5s ease-in 4.5s;
}
main .inner ul li:nth-child(19) div span img {
  transition: all 0.5s ease-in 4.75s;
}
main .inner ul li:nth-child(20) div span img {
  transition: all 0.5s ease-in 5s;
}
main .inner ul.on li div img {
  transform: scale(100%);
  opacity: 1;
}

section#looks {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0px, -9999px, 0px);
  pointer-events: none;
  box-sizing: border-box;
}
section#looks.active {
  pointer-events: auto;
  transform: translate3d(0px, 0px, 0px);
  z-index: 99999;
  /*.inner{
  	.swiper-container{
  		.swiper-wrapper{
  			.swiper-slide{
  				&.swiper-slide-active,
  				&.swiper-slide-duplicate-active{
  					pointer-events: auto;
  					.photo{
  						pointer-events: auto;
  					}
  				}
  			}
  		}
  	}
  }*/
}
section#looks .set {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
section#looks .set h4 {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 50px;
  border-bottom: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#looks .set h5 {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 40px;
  border-bottom: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#looks .set .close {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 5;
  cursor: pointer;
}
section#looks .set .close p {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
section#looks .set .close div {
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
section#looks .set .close div span {
  width: 20px;
  height: 2px;
  background-color: #111;
  position: absolute;
  display: block;
}
section#looks .set .close div span:nth-child(1) {
  top: 8px;
  left: 0px;
  transform: rotate(45deg);
}
section#looks .set .close div span:nth-child(2) {
  top: 8px;
  left: 0px;
  transform: rotate(-45deg);
}
section#looks .set .close:hover div {
  rotate: 90deg;
}
section#looks .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
section#looks .inner .pager {
  position: absolute;
  left: calc(43% - 50px - 34px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section#looks .inner .swiper-container {
  width: 100%;
  height: auto;
  padding: 132px 0 0 0;
  position: relative;
}
section#looks .inner .swiper-container .btn {
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
  position: absolute;
  top: calc(50% - 18px);
  z-index: 10;
}
section#looks .inner .swiper-container .btn.prev {
  background-image: url(../images/btn_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;
  width: 37px;
  height: 37px;
  transform: rotate(180deg);
  left: calc(23.5% - 50px - 10px);
}
section#looks .inner .swiper-container .btn.prev:hover {
  opacity: 0.5;
}
section#looks .inner .swiper-container .btn.next {
  background-image: url(../images/btn_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;
  width: 37px;
  height: 37px;
  left: calc(76.5% + 50px - 26px);
}
section#looks .inner .swiper-container .btn.next:hover {
  opacity: 0.5;
}
section#looks .inner .swiper-container .swiper-wrapper {
  width: 100%;
  height: auto;
}
section#looks .inner .swiper-container .swiper-wrapper .spc {
  display: none;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  background-color: #FFF;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .look {
  opacity: 1;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  opacity: 0.4;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .photo {
  width: 50%;
  border-left: solid 1px #111;
  position: relative;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text {
  width: 50%;
  border-right: solid 1px #111;
  border-left: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .deco {
  width: 100%;
  border-bottom: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .deco div {
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .deco div:nth-child(1) {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 25%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .deco div:nth-child(2) {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 75%;
  border-left: solid 1px #111;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits {
  width: 100%;
  padding-bottom: 30px;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit {
  width: 100%;
  border-bottom: solid 1px #111;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt {
  width: 83%;
  padding: 10px 0 10px 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0em;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong:nth-child(1) {
  font-weight: 700;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong span {
  display: inline-block;
  padding: 0 0 0 5px;
  /*
  &:not(.nc){
  	&::after{
  		content: '(TAX IN)';
  		padding: 0 0 0 5px;
  	}	
  }
  */
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd {
  width: 17%;
  border-left: solid 1px #111;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111;
  display: block;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 50%;
  background-color: #00ffde;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:hover {
  background-color: #bffff7;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) {
  pointer-events: none;
  opacity: 0.1;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) + span {
  color: #F4F4F4;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7rem;
  letter-spacing: 0em;
  display: inline-block;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a + span {
  display: none;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd.empty::before {
  content: none;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #FFF;
}
footer .pgtop {
  width: 100%;
  border-bottom: solid 1px #111;
}
footer .pgtop a {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .infoot {
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .infoot h3 {
  width: 250px;
  height: 64px;
  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;
  margin-bottom: 40px;
}
footer .infoot ul {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li a {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover {
  color: #555555;
}
footer .infoot p {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

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

  header .inner {
    width: 100%;
    height: 100px;
    padding: 0 0 0 15px;
    border-bottom: solid 1px #111;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header .inner h1 {
    width: 223px;
    height: 70px;
  }
  header .inner .hum {
    width: 100px;
    height: 100px;
    border-left: solid 1px #111;
    position: relative;
  }
  header .inner .hum span {
    height: 1px;
    background-color: #111;
    position: absolute;
    display: block;
  }
  header .inner .hum span:nth-child(1) {
    width: 30px;
    top: 40px;
    left: 35px;
  }
  header .inner .hum span:nth-child(2) {
    width: 25px;
    top: 47px;
    left: 40px;
  }
  header .inner .hum span:nth-child(3) {
    width: 20px;
    top: 54px;
    left: 45px;
  }
  header .inner .hum:hover {
    background-color: #00ffde;
  }
  header .inner .hum:hover span:nth-child(2) {
    width: 25px;
    top: 47px;
    left: 40px;
  }
  header .inner .hum:hover span:nth-child(3) {
    width: 20px;
    top: 54px;
    left: 45px;
  }
  header .inner .hum.on span:nth-child(1) {
    width: 30px;
    top: 47px;
    left: 35px;
  }
  header .inner .hum.on span:nth-child(2) {
    width: 30px;
    top: 47px;
    left: 35px;
  }
  header .inner .hum.on span:nth-child(3) {
    width: 30px;
    top: 47px;
    left: 35px;
  }
  header .cp {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    height: 30px;
    padding: 0 15px;
  }

  nav {
    height: calc(100% - 120px);
    top: 130px;
  }
  nav .inner {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /*
    h3{
    	width: 125px;
    	height: 32px;
    	margin-bottom: 40px;
    }
    ul{
    	@include flexbox(nowrap,column,flex-start,center);
    	li{
    		&:not(:last-child){ margin-bottom: 10px; }
    		a{
    			@include myText($col1, $fontSet1, 1.6rem, 700, 1, 0em);	
    			&:hover{ color: $col1; }
    		}
    	}
    }
    */
  }

  #visual {
    left: 0px;
    top: 130px;
  }

  main {
    padding-top: calc(130px + 75vw);
  }
  main .title ul li {
    width: 100%;
    height: 40px;
  }
  main .title ul li strong {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .title ul li span {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner {
    width: 100%;
    background-color: #FFF;
  }
  main .inner ul li {
    width: 50%;
  }
  main .inner ul li div::after {
    width: 20px;
    height: 20px;
    right: 15px;
    bottom: 15px;
  }
  main .inner ul li:hover div::after {
    rotate: 0deg;
  }
  main .inner ul li:hover div span {
    opacity: 1;
  }

  section#looks.active {
    pointer-events: auto;
  }
  section#looks .set {
    background-color: #FFF;
  }
  section#looks .set h4 {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #111;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section#looks .set h5 {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #111;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section#looks .set .close {
    right: 10px;
  }
  section#looks .set .close p {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  section#looks .set .close div {
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
  }
  section#looks .set .close div span {
    width: 16px;
    height: 2px;
  }
  section#looks .set .close div span:nth-child(1) {
    top: 9px;
  }
  section#looks .set .close div span:nth-child(2) {
    top: 9px;
  }
  section#looks .set .close:hover div {
    rotate: 90deg;
  }
  section#looks .inner {
    height: 100%;
    overflow: scroll;
  }
  section#looks .inner .pager {
    position: absolute;
    left: calc(43% - 50px - 34px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section#looks .inner .swiper-container {
    width: 100%;
    height: 100%;
    padding: 91px 0 0 0;
  }
  section#looks .inner .swiper-container .btn.prev, section#looks .inner .swiper-container .btn.next {
    display: none;
  }
  section#looks .inner .swiper-container .swiper-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#looks .inner .swiper-container .swiper-wrapper .spc {
    width: 100%;
    height: 100vh;
    display: block;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    background-color: #FFF;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-bottom: 40px;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: none;
    opacity: 1;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .photo {
    width: 100%;
    border-bottom: solid 1px #111;
    border-left: none;
    position: relative;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text {
    width: 100%;
    border-right: none;
    border-left: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .deco {
    width: 100%;
    border-bottom: solid 1px #111;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .deco div {
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .deco div:nth-child(1) {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 25%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .deco div:nth-child(2) {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    width: 75%;
    border-left: solid 1px #111;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits {
    width: 100%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit {
    width: 100%;
    border-bottom: solid 1px #111;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt {
    width: 80%;
    padding: 10px 0 10px 10px;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong:nth-child(1) {
    font-weight: 700;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong span {
    display: inline-block;
    padding: 0 0 0 5px;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd {
    width: 20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 50%;
    background-color: #00ffde;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease-in;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:hover {
    background-color: #00ffde;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) {
    pointer-events: none;
    opacity: 0.1;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) + span {
    color: #F4F4F4;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.7rem;
    letter-spacing: 0em;
    display: inline-block;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a + span {
    display: none;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd.empty::before {
    content: none;
  }

  footer .pgtop a {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    height: 40px;
  }
  footer .infoot {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .infoot h3 {
    width: 125px;
    height: 32px;
    margin-bottom: 40px;
  }
  footer .infoot ul {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover {
    color: #111;
  }
  footer .infoot p {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
}

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