@charset "UTF-8";
@import url("https://use.typekit.net/stn7nco.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 pachipachi {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  31% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pachipachi2 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pachipachi3 {
  0% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  49% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: acumin-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #0E183B;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.loaded.looking {
  overflow: hidden;
}
body.loaded.looking header h1 {
  opacity: 0;
}

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

a:hover, a:active, a.active {
  color: #0E183B;
}

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: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
#loader .logo {
  width: 256px;
  height: 384px;
  background-image: url(../images/visual_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 192px);
  left: calc(50% - 128px);
}
#loader .bar {
  width: 100%;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #C70026;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
header .inner {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
header .inner ul li:not(:first-child) {
  margin-left: 10px;
}
header .inner ul li a {
  color: #FFF;
  font-family: acumin-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  display: block;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #C70026;
}
header .inner ul li span {
  width: 1px;
  height: 100%;
  background-color: #FFF;
  display: block;
}

main {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main section {
  width: 100%;
  position: relative;
}
main section .inner > ul.thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section .inner > ul.thumbs li {
  width: calc((100% - 30px) / 4);
  background-color: #0E183B;
  position: relative;
  /*
  &#t1{
  	a{
  		background-image: url(../images/01_2.jpg);
  		img{ animation-name: pachipachi; }
  	}
  }*/
}
main section .inner > ul.thumbs li:not(:nth-child(4n+1)) {
  margin-left: 10px;
}
main section .inner > ul.thumbs li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  box-sizing: border-box;
}
main section .inner > ul.thumbs li a::after {
  content: "";
  width: 35px;
  height: 41px;
  background-image: url(../images/btn_detail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
main section .inner > ul.thumbs li a img {
  transition: all 0.25s ease-in 0s;
}
main section .inner > ul.thumbs li a img:hover {
  opacity: 0.5;
}
main section .inner > ul.random {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
main section .inner > ul.random li {
  width: calc((100% - 30px) / 4);
  position: relative;
}
main section .inner > ul.random li.small {
  width: calc((100% - 30px) / 4 * 0.9);
}
main section .inner > ul.random li.logo {
  width: calc((100% - 30px) / 4 * 0.333);
}
main section h3 {
  width: 93px;
  position: absolute;
  z-index: -1;
}
main section h3 span {
  width: 100%;
  height: 928px;
  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;
}
main section.sec1 {
  width: 100%;
  padding: 60px 0 100px 0;
  position: relative;
}
main section.sec1 h3 {
  top: 0px;
  left: 0px;
}
main section.sec1 .visual {
  width: 100%;
  margin: 0 auto 100px auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section.sec1 .visual .invisual {
  width: calc(100% - 60px);
}
main section.sec1 .visual .invisual .v-slider {
  width: 100%;
}
main section.sec1 .lead {
  width: 800px;
  margin: 0 auto 130px auto;
}
main section.sec1 .lead h4 {
  display: none;
}
main section.sec1 .lead p {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0em;
  text-align: center;
}
main section.sec1 .inner {
  width: calc(100% - 120px);
  margin: 0 auto;
}
main section.sec1 .inner ul.thumbs li:not(:nth-child(n+29)) {
  margin-bottom: 10px;
}
main section.sec2 {
  width: 100%;
  background-color: #000;
  padding: 100px 0;
}
main section.sec2 .inner {
  width: calc(100% - 120px);
  margin: 0 auto;
}
main section.sec2 .inner ul.random li.cut1 {
  margin-bottom: -30px;
  z-index: 1;
}
main section.sec2 .inner ul.random li.cut2 {
  margin-bottom: -80px;
  margin-left: 135px;
}
main section.sec2 .inner ul.random li.cut3 {
  margin-bottom: 30px;
  margin-left: 80px;
}
main section.sec2 .inner ul.random li.cut4 {
  margin-top: -80px;
}
main section.sec2 .inner ul.random li.cut5 {
  margin-left: 270px;
}
main section.sec2 .inner ul.random li.logo {
  margin-left: 60px;
}
main section.sec3 {
  width: 100%;
  padding: 100px 0;
}
main section.sec3 h3 {
  top: 0px;
  right: 0px;
}
main section.sec3 .inner {
  width: calc(100% - 120px);
  margin: 0 auto;
}
main section.sec3 .inner ul.thumbs li:not(:nth-child(n+29)) {
  margin-bottom: 10px;
}
main section.sec4 {
  width: 100%;
  background-color: #000;
  padding: 100px 0;
}
main section.sec4 .inner {
  width: calc(100% - 120px);
  margin: 0 auto;
}
main section.sec4 .inner ul.random li.logo {
  margin-bottom: -100px;
}
main section.sec4 .inner ul.random li.cut1 {
  margin-bottom: -60px;
  margin-left: 170px;
  z-index: 1;
}
main section.sec4 .inner ul.random li.cut2 {
  margin-bottom: -190px;
  margin-left: 30px;
}
main section.sec4 .inner ul.random li.cut3 {
  margin-bottom: 30px;
  margin-left: 110px;
}
main section.sec4 .inner ul.random li.cut5 {
  margin-left: 420px;
}
main section.sec5 {
  width: 100%;
  padding: 100px 0;
}
main section.sec5 h3 {
  top: 0px;
  left: 0px;
}
main section.sec5 .inner {
  width: calc(100% - 120px);
  margin: 0 auto;
}
main section.sec5 .inner ul.thumbs li:not(:nth-child(n+37)) {
  margin-bottom: 10px;
}
main section.sec6 {
  width: 100%;
}
main section.sec6 .inner {
  width: 100%;
  padding: 200px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.sec6 .inner h3 {
  width: 188px;
  height: 152px;
  background-image: url(../images/logo_last.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

footer {
  width: 100%;
  padding: 100px 0;
  border-top: solid 10px #000;
}
footer .inner {
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .inner ul {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner ul li a {
  color: #FFF;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li a:hover {
  color: #C70026;
}
footer .inner .cp {
  color: #FFF;
  font-family: acumin-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}

#looks {
  background-color: #0E183B;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: scroll;
  clip-path: inset(0% 0% 0% 100%);
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: clip-path 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
#looks::before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/loading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 344px;
  left: calc(50% - 40px);
  z-index: -1;
  animation-name: kurukuru;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#looks.active {
  clip-path: inset(0% 0% 0% 0%);
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .close {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 999;
  cursor: pointer;
}
#looks .close:hover span {
  background-color: #C70026;
}
#looks .close span {
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 15px;
  left: 0px;
  transition: all 0.25s ease-in 0s;
}
#looks .close span:nth-child(1) {
  transform: rotate(45deg);
}
#looks .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#looks .loadlook {
  width: 100%;
  min-height: 768px;
  margin: 0 auto 100px auto;
}
#looks .loadlook.error {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#looks .loadlook.error p {
  color: #FFF;
  font-family: acumin-pro, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .loadlook .inlooks {
  width: 100%;
  padding: 0px;
  background-color: #0E183B;
}
#looks .loadlook .inlooks h2 {
  width: 165px;
  height: 60px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 111;
}
#looks .loadlook .inlooks .arrow {
  width: 30px;
  height: 30px;
  border: solid 1px #FFF;
  box-sizing: border-box;
  position: absolute;
  top: 369px;
}
#looks .loadlook .inlooks .arrow a {
  width: 100%;
  height: 30px;
  background-image: url(../images/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 8px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#looks .loadlook .inlooks .arrow.right {
  right: 30px;
}
#looks .loadlook .inlooks .arrow.left {
  left: 30px;
  transform: rotate(180deg);
}
#looks .loadlook .inlooks .arrow:hover {
  border: solid 1px #C70026;
}
#looks .loadlook .inlooks .arrow:hover a {
  background-image: url(../images/arrow2.svg);
}
#looks .loadlook .inlooks .look {
  width: 1020px;
  padding: 0px;
  margin: 0 auto;
}
#looks .loadlook .inlooks .look .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#looks .loadlook .inlooks .look .set .photos {
  width: 512px;
  position: relative;
}
#looks .loadlook .inlooks .look .set .photos .photo {
  width: 100%;
}
#looks .loadlook .inlooks .look .set .photos .photo.slider {
  overflow: hidden;
}
#looks .loadlook .inlooks .look .set .text {
  width: calc(100% - 512px - 60px);
  padding: 60px 0 0 0;
}
#looks .loadlook .inlooks .look .set .text h5 {
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
#looks .loadlook .inlooks .look .set .text .name {
  margin-bottom: 45px;
}
#looks .loadlook .inlooks .look .set .text .name h5 {
  margin-bottom: 10px;
}
#looks .loadlook .inlooks .look .set .text .name dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#looks .loadlook .inlooks .look .set .text .name dl:not(:last-child) {
  margin-bottom: 30px;
}
#looks .loadlook .inlooks .look .set .text .name dl::before {
  content: "";
  width: 1px;
  margin-left: 10px;
  background-color: #FFF;
  display: block;
  order: 2;
}
#looks .loadlook .inlooks .look .set .text .name dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  order: 1;
}
#looks .loadlook .inlooks .look .set .text .name dl dd {
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
  order: 3;
}
#looks .loadlook .inlooks .look .set .text .name ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#looks .loadlook .inlooks .look .set .text .name ul li:not(:first-child) {
  margin-left: 20px;
}
#looks .loadlook .inlooks .look .set .text .name ul li a {
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  background-image: url(../images/arrow1.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4px 5px;
  padding: 0 0 0 10px;
  display: inline-block;
}
#looks .loadlook .inlooks .look .set .text .name ul li a:hover {
  color: #C70026;
  background-image: url(../images/arrow2.svg);
}
#looks .loadlook .inlooks .look .set .text .size {
  width: 100%;
  padding: 15px 0 0 0;
  margin-bottom: 20px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 3px 1px;
}
#looks .loadlook .inlooks .look .set .text .size > div {
  width: 100%;
  padding: 0 0 15px 0;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
#looks .loadlook .inlooks .look .set .text .size > div p {
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.3rem;
  letter-spacing: 0em;
  text-align: left;
}
#looks .loadlook .inlooks .look .set .text .credits:not(:last-child) {
  margin-bottom: 50px;
}
#looks .loadlook .inlooks .look .set .text .credits .credit {
  width: 100%;
}
#looks .loadlook .inlooks .look .set .text .credits .credit:not(:last-child) {
  margin-bottom: 20px;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dt {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dt > strong {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dt > strong span:nth-child(1) {
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dt > strong span:nth-child(2) {
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dt > strong span:nth-child(2)::after {
  content: "(TAX IN)";
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dt > span {
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dd {
  width: 40px;
  margin: 0px;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dd a {
  color: #0E183B;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 25px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dd a:hover {
  background-color: #C70026;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dd a:not([href]) {
  display: none;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dd a:not([href]) + span {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  width: 100%;
  display: block;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
#looks .loadlook .inlooks .look .set .text .credits .credit .disable dl dd span {
  display: inline-block;
}
#looks .loadlook .inlooks .look .set .text .thumbs {
  width: 100%;
}
#looks .loadlook .inlooks .look .set .text .thumbs .thumbnail .swiper-wrapper .swiper-slide {
  border: solid 1px transparent;
}
#looks .loadlook .inlooks .look .set .text .thumbs .thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: solid 1px #C70026;
}
#looks .other {
  width: 100%;
  overflow: hidden;
}
#looks .other:not(:last-child) {
  margin-bottom: 135px;
}
#looks .other h5 {
  color: #FFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
#looks .other .inother {
  width: 100%;
}
#looks .cp {
  width: 100%;
  padding-bottom: 30px;
}
#looks .cp p {
  color: #FFF;
  font-family: acumin-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

header .inner ul {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
header.on .inner ul {
  clip-path: inset(0% 0% 0% 0%);
}

main .sec1 .visual {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
main .sec1 .lead {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
main .sec1.on .visual,
main .sec1.on .lead {
  clip-path: inset(0% 0% 0% 0%);
}
main .thumb a {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
main .thumb a::after {
  transition: opacity 0.5s ease-out 0.5s;
  opacity: 0;
}
main .thumb.on a {
  clip-path: inset(0% 0% 0% 0%);
}
main .thumb.on a::after {
  opacity: 1;
}

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

  #loader .logo {
    width: 128px;
    height: 192px;
    top: calc(50% - 96px);
    left: calc(50% - 64px);
  }
  #loader .bar {
    height: 10px;
  }

  .loaded main {
    opacity: 1;
  }

  header .inner {
    padding: 15px 10px 0 10px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner ul li a {
    color: #FFF;
    font-family: acumin-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    color: #FFF;
  }

  main section .inner > ul.thumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section .inner > ul.thumbs li {
    width: calc((100% - 6px) / 2);
    background-color: #0E183B;
    position: relative;
  }
  main section .inner > ul.thumbs li:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
  main section .inner > ul.thumbs li:not(:nth-child(2n+1)) {
    margin-left: 6px;
  }
  main section .inner > ul.thumbs li a::after {
    content: "";
    width: 28px;
    height: 33px;
    right: 5px;
    bottom: 5px;
  }
  main section .inner > ul.thumbs li a img:hover {
    opacity: 0.9;
  }
  main section .inner > ul.random {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  main section .inner > ul.random li {
    width: 50%;
    position: relative;
  }
  main section .inner > ul.random li.small {
    width: 44.125%;
  }
  main section .inner > ul.random li.logo {
    width: 23.5%;
  }
  main section h3 {
    width: 40px;
  }
  main section h3 span {
    height: 399px;
  }
  main section.sec1 {
    width: 100%;
    padding: 40px 0 100px 0;
    position: relative;
  }
  main section.sec1 h3 {
    top: 0px;
    left: 0px;
  }
  main section.sec1 .visual {
    width: 100%;
    margin: 0 auto 25px auto;
  }
  main section.sec1 .visual .invisual {
    width: calc(100% - 25px);
  }
  main section.sec1 .lead {
    width: calc(100% - 50px);
    margin: 0 auto 50px auto;
  }
  main section.sec1 .lead h4 {
    display: none;
  }
  main section.sec1 .lead p {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section.sec1 .lead p br {
    display: none;
  }
  main section.sec1 .inner {
    width: calc(100% - 50px);
  }
  main section.sec1 .inner ul.thumbs li:not(:nth-child(n+29)) {
    margin-bottom: 0px;
  }
  main section.sec1 .inner ul.thumbs li:not(:nth-child(n+31)) {
    margin-bottom: 6px;
  }
  main section.sec2 {
    padding: 50px 0;
  }
  main section.sec2 .inner {
    width: calc(100% - 50px);
  }
  main section.sec2 .inner ul.random {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec2 .inner ul.random li.cut1 {
    width: 59%;
    margin-bottom: 50px;
    z-index: 1;
  }
  main section.sec2 .inner ul.random li.cut2 {
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    top: 240px;
    right: 0px;
  }
  main section.sec2 .inner ul.random li.cut3 {
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    top: 530px;
    right: 0px;
  }
  main section.sec2 .inner ul.random li.cut4 {
    width: 53%;
    margin-top: auto;
    margin-bottom: 10px;
  }
  main section.sec2 .inner ul.random li.cut5 {
    margin-left: 0px;
  }
  main section.sec2 .inner ul.random li.logo {
    margin-left: 0px;
    position: absolute;
    top: 70px;
    right: 20px;
  }
  main section.sec3 {
    padding: 50px 0;
  }
  main section.sec3 .inner {
    width: calc(100% - 50px);
  }
  main section.sec3 .inner ul.thumbs li:not(:nth-child(n+29)) {
    margin-bottom: 0px;
  }
  main section.sec3 .inner ul.thumbs li:not(:nth-child(n+31)) {
    margin-bottom: 6px;
  }
  main section.sec4 {
    padding: 50px 0;
  }
  main section.sec4 .inner {
    width: calc(100% - 50px);
  }
  main section.sec4 .inner ul.random {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main section.sec4 .inner ul.random li.logo {
    margin-bottom: 0px;
    position: absolute;
    top: 75px;
    left: 25px;
  }
  main section.sec4 .inner ul.random li.cut1 {
    width: 53%;
    margin-bottom: 10px;
    margin-left: 0px;
    z-index: 2;
    order: 2;
  }
  main section.sec4 .inner ul.random li.cut2 {
    width: 50%;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    top: 240px;
    left: 0px;
    z-index: 1;
  }
  main section.sec4 .inner ul.random li.cut3 {
    width: 59%;
    margin-bottom: 50px;
    margin-left: 0px;
    order: 1;
  }
  main section.sec4 .inner ul.random li.cut4 {
    order: 3;
  }
  main section.sec4 .inner ul.random li.cut5 {
    margin-left: 0px;
    position: absolute;
    top: 530px;
    left: 0px;
  }
  main section.sec5 {
    padding: 50px 0;
  }
  main section.sec5 .inner {
    width: calc(100% - 50px);
  }
  main section.sec5 .inner ul.thumbs li:not(:nth-child(n+37)) {
    margin-bottom: 6px;
  }
  main section.sec6 {
    width: 100%;
  }
  main section.sec6 .inner {
    width: 100%;
    padding: 200px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section.sec6 .inner h3 {
    width: 188px;
    height: 152px;
    background-image: url(../images/logo_last.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }

  footer {
    width: 100%;
    padding: 30px 0;
    border-top: solid 5px #000;
  }
  footer .inner {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul {
    text-align: left;
    margin-bottom: 30px;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner ul li a {
    color: #FFF;
    font-family: acumin-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
  }
  footer .inner ul li a:hover {
    color: #FFF;
  }
  footer .inner .cp {
    color: #FFF;
    font-family: acumin-pro, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
  }

  #looks {
    -webkit-overflow-scrolling: touch;
  }
  #looks::before {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../images/loading.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 344px;
    left: calc(50% - 40px);
    z-index: -1;
    animation-name: kurukuru;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  #looks.active {
    clip-path: inset(0% 0% 0% 0%);
    pointer-events: auto;
  }
  #looks.active ul.btnset {
    display: block;
  }
  #looks .close {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 20px;
    left: 10px;
    z-index: 999;
    cursor: pointer;
  }
  #looks .close:hover span {
    background-color: #FFF;
  }
  #looks .close span {
    width: 100%;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: 15px;
    left: 0px;
    transition: all 0.25s ease-in 0s;
  }
  #looks .close span:nth-child(1) {
    transform: rotate(45deg);
  }
  #looks .close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  #looks .loadlook {
    width: 100%;
    min-height: 768px;
    padding-top: 70px;
    margin: 0 auto 100px auto;
  }
  #looks .loadlook.error {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #looks .loadlook.error p {
    color: #FFF;
    font-family: acumin-pro, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .loadlook .inlooks {
    width: 100%;
    padding: 0px;
    position: relative;
  }
  #looks .loadlook .inlooks h2 {
    width: 124px;
    height: 45px;
    top: 10px;
    right: 10px;
  }
  #looks .loadlook .inlooks .arrow {
    border: solid 1px #0E183B;
    top: calc(75vw - 15px);
    z-index: 5;
  }
  #looks .loadlook .inlooks .arrow a {
    width: 100%;
    height: 30px;
    background-image: url(../images/arrow_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 7px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  #looks .loadlook .inlooks .arrow.right {
    right: 10px;
  }
  #looks .loadlook .inlooks .arrow.left {
    left: 10px;
  }
  #looks .loadlook .inlooks .arrow:hover {
    border: solid 1px #0E183B;
  }
  #looks .loadlook .inlooks .arrow:hover a {
    background-image: url(../images/arrow_sp.png);
  }
  #looks .loadlook .inlooks .look {
    width: 100%;
  }
  #looks .loadlook .inlooks .look .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .loadlook .inlooks .look .set .photos {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  #looks .loadlook .inlooks .look .set .photos .photo {
    width: 100%;
  }
  #looks .loadlook .inlooks .look .set .photos .photo.slider {
    overflow: hidden;
  }
  #looks .loadlook .inlooks .look .set .text {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .loadlook .inlooks .look .set .text h5 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
  }
  #looks .loadlook .inlooks .look .set .text .name {
    margin-bottom: 25px;
    order: 2;
  }
  #looks .loadlook .inlooks .look .set .text .name dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  #looks .loadlook .inlooks .look .set .text .name dl:not(:last-child) {
    margin-bottom: 20px;
  }
  #looks .loadlook .inlooks .look .set .text .name dl::before {
    margin-left: 10px;
    background-color: #FFF;
  }
  #looks .loadlook .inlooks .look .set .text .name dl dt {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .loadlook .inlooks .look .set .text .name dl dd {
    color: #FFF;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 10px;
  }
  #looks .loadlook .inlooks .look .set .text .name ul li a:hover {
    color: #FFF;
    background-image: url(../images/arrow1.svg);
  }
  #looks .loadlook .inlooks .look .set .text .size {
    width: 100%;
    padding: 15px 0 0 0;
    margin-bottom: 20px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 3px 1px;
    order: 3;
  }
  #looks .loadlook .inlooks .look .set .text .size > div {
    width: 100%;
    padding: 0 0 15px 0;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 3px 1px;
  }
  #looks .loadlook .inlooks .look .set .text .size > div p {
    color: #FFF;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  #looks .loadlook .inlooks .look .set .text .credits {
    width: 100%;
    order: 4;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit {
    width: 100%;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit:not(:last-child) {
    margin-bottom: 20px;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dt {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dt > strong {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dt > strong span:nth-child(1) {
    color: #FFF;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dt > strong span:nth-child(2) {
    color: #FFF;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dt > strong span:nth-child(2)::after {
    content: "(TAX IN)";
    color: #FFF;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 0 5px;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dt > span {
    color: #FFF;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dd {
    width: 40px;
    margin: 0px;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dd a {
    color: #0E183B;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 25px;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dd a:hover {
    background-color: #FFF;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dd a:not([href]) {
    display: none;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dd a:not([href]) + span {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: right;
    width: 100%;
    display: block;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dd a + span {
    display: none;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
  #looks .loadlook .inlooks .look .set .text .thumbs {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
  #looks .other:not(:last-child) {
    margin-bottom: 100px;
  }
  #looks .other h5 {
    color: #FFF;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
  }
  #looks .other .inother {
    width: 100%;
  }
  #looks .cp {
    padding-bottom: 120px;
  }
  #looks .cp p {
    color: #FFF;
    font-family: acumin-pro, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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