@charset "UTF-8";
@import url("https://use.typekit.net/uem8lkk.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: "zen-kaku-gothic-new", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  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: #ffa300;
}

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;
}
#loader .logo {
  width: 400px;
  height: 198px;
  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: absolute;
  top: calc(50% - 99px);
  left: calc(50% - 200px);
}
#loader .bar {
  width: 100%;
  height: 15px;
  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: #ffa300;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
}
header .inner {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
header .inner h1 {
  width: 219px;
  order: 2;
  transition: all 0.25s ease-in 0s;
}
header .inner h1 a {
  width: 100%;
  height: 15px;
  background-image: url(../images/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;
}
header .inner .hum {
  width: 32px;
  height: 15px;
  position: relative;
  order: 1;
  cursor: pointer;
}
header .inner .hum:hover span {
  background-color: #000;
}
header .inner .hum.on span {
  background-color: #000;
}
header .inner .hum.on span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
header .inner .hum.on span:nth-child(2) {
  opacity: 0;
}
header .inner .hum.on span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}
header .inner .hum span {
  width: 100%;
  height: 2px;
  background-color: #ffa300;
  position: absolute;
  left: 0px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum span:nth-child(1) {
  top: 0px;
}
header .inner .hum span:nth-child(2) {
  top: 7px;
}
header .inner .hum span:nth-child(3) {
  top: 13px;
}

nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 77;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}
nav.on {
  opacity: 1;
  pointer-events: auto;
}
nav::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffa300;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.96;
  display: block;
}
nav .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
nav .inner div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner div h3 {
  width: 172px;
  height: 63px;
  background-image: url(../images/title_foot.png);
  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: 65px;
}
nav .inner div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner div ul li:not(:last-child) {
  margin-bottom: 30px;
}
nav .inner div ul li a {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: color 0.15s ease-in;
}
nav .inner div ul li a:hover {
  color: #FFF;
}

main {
  width: 100%;
  padding: 0;
  margin: 0 0 120px 0;
  position: relative;
  box-sizing: border-box;
}
main section {
  width: 100%;
}
main section.sec1 {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
main section.sec1 .title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
main section.sec1 .title dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec1 .title dl dt {
  width: 400px;
  height: 146px;
  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;
  margin-bottom: 15px;
}
main section.sec1 .title dl dd {
  color: #ffa300;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 2.8rem;
  letter-spacing: -0.03em;
  text-align: center;
  width: 380px;
}
main section.sec1 .visual {
  width: 100%;
  margin: 0 auto 100px auto;
  position: relative;
}
main section.sec1 .visual::after {
  content: "";
  width: 13px;
  height: 93px;
  background-image: url(../images/text_scrolldown.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: 1;
}
main section.sec1 .visual ul {
  width: 100%;
  height: 56.265vw;
  position: relative;
}
main section.sec1 .visual ul li {
  width: calc(33.3333333333% + 60px);
  height: 100%;
  position: absolute;
  top: 0px;
}
main section.sec1 .visual ul li.page2:nth-child(1) div:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li.page2:nth-child(2) div:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li.page2:nth-child(3) div:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li.page3:nth-child(1) div:nth-child(3) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li.page3:nth-child(2) div:nth-child(3) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li.page3:nth-child(3) div:nth-child(3) {
  clip-path: inset(0 0 0 0);
}
main section.sec1 .visual ul li:nth-child(1) {
  clip-path: polygon(60px 0, 100% 0, calc(100% - 120px) 100%, 0% 100%, 0 50%);
  left: 0px;
  z-index: 1;
}
main section.sec1 .visual ul li:nth-child(1) div:nth-child(1) {
  background-image: url(../images/visual1_1.jpg);
}
main section.sec1 .visual ul li:nth-child(1) div:nth-child(2) {
  background-image: url(../images/visual2_1.jpg);
  clip-path: inset(0 0 100% 0);
}
main section.sec1 .visual ul li:nth-child(1) div:nth-child(3) {
  background-image: url(../images/visual1_1.jpg);
  clip-path: inset(0 0 100% 0);
}
main section.sec1 .visual ul li:nth-child(1) div:nth-child(4) {
  display: none;
}
main section.sec1 .visual ul li:nth-child(2) {
  width: calc(33.3333333333% + 120px);
  left: calc(50% - (33.3333333333% + 120px) / 2);
}
main section.sec1 .visual ul li:nth-child(2) div:nth-child(1) {
  background-image: url(../images/visual1_2.jpg);
}
main section.sec1 .visual ul li:nth-child(2) div:nth-child(2) {
  background-image: url(../images/visual2_2.jpg);
  clip-path: inset(100% 0 0 0);
}
main section.sec1 .visual ul li:nth-child(2) div:nth-child(3) {
  background-image: url(../images/visual1_2.jpg);
  clip-path: inset(100% 0 0 0);
}
main section.sec1 .visual ul li:nth-child(2) div:nth-child(4) {
  display: none;
}
main section.sec1 .visual ul li:nth-child(3) {
  clip-path: polygon(120px 0, 100% 0, 100% 50%, calc(100% - 60px) 100%, 0% 100%);
  right: 0px;
  z-index: 1;
}
main section.sec1 .visual ul li:nth-child(3) div:nth-child(1) {
  background-image: url(../images/visual1_3.jpg);
}
main section.sec1 .visual ul li:nth-child(3) div:nth-child(2) {
  background-image: url(../images/visual2_3.jpg);
  clip-path: inset(0 0 100% 0);
}
main section.sec1 .visual ul li:nth-child(3) div:nth-child(3) {
  background-image: url(../images/visual1_3.jpg);
  clip-path: inset(0 0 100% 0);
}
main section.sec1 .visual ul li div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
main section.sec1 .lead {
  width: 800px;
  margin: 0 auto;
}
main section.sec1 .lead h4 {
  display: none;
}
main section.sec1 .lead p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: center;
}
main section.sec2 {
  width: 100%;
}
main section.sec2:not(:last-child) {
  margin-bottom: 150px;
}
main section.sec2 .inner {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main section.sec2 .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section.sec2 .inner ul li {
  width: 20%;
  position: relative;
}
main section.sec2 .inner ul li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
}
main section.sec2 .inner ul li a:hover {
  opacity: 0.7;
}
main section.sec2 .inner ul li a::after {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(../images/text_viewmore.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: 5px;
  bottom: 5px;
  z-index: 1;
}
main section.sec2 .inner ul li.motion a img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
main section.sec2 .inner ul li#t1 a {
  background-image: url(../images/01_2.jpg);
}
main section.sec2 .inner ul li#t1 a img {
  animation-name: pachipachi;
}
main section.sec2 .inner ul li#t3 a {
  background-image: url(../images/03_2.jpg);
}
main section.sec2 .inner ul li#t3 a img {
  animation-name: pachipachi2;
}
main section.sec2 .inner ul li#t7 a {
  background-image: url(../images/07_2.jpg);
}
main section.sec2 .inner ul li#t7 a img {
  animation-name: pachipachi3;
}
main section.sec2 .inner ul li#t10 a {
  background-image: url(../images/10_2.jpg);
}
main section.sec2 .inner ul li#t10 a img {
  animation-name: pachipachi;
}
main section.sec2 .inner ul li#t11 a {
  background-image: url(../images/11_2.jpg);
}
main section.sec2 .inner ul li#t11 a img {
  animation-name: pachipachi2;
}
main section.sec2 .inner ul li#t14 a {
  background-image: url(../images/14_2.jpg);
}
main section.sec2 .inner ul li#t14 a img {
  animation-name: pachipachi3;
}
main section.sec2 .inner ul li#t16 a {
  background-image: url(../images/16_2.jpg);
}
main section.sec2 .inner ul li#t16 a img {
  animation-name: pachipachi;
}
main section.sec2 .inner ul li#t19 a {
  background-image: url(../images/19_2.jpg);
}
main section.sec2 .inner ul li#t19 a img {
  animation-name: pachipachi2;
}
main section.sec2 .inner ul li#t22 a {
  background-image: url(../images/22_2.jpg);
}
main section.sec2 .inner ul li#t22 a img {
  animation-name: pachipachi3;
}
main section.sec2 .inner ul li#t25 a {
  background-image: url(../images/25_2.jpg);
}
main section.sec2 .inner ul li#t25 a img {
  animation-name: pachipachi;
}
main section.sec2 .inner ul li#t26 a {
  background-image: url(../images/26_2.jpg);
}
main section.sec2 .inner ul li#t26 a img {
  animation-name: pachipachi2;
}
main section.sec2 .inner ul li#t29 a {
  background-image: url(../images/29_2.jpg);
}
main section.sec2 .inner ul li#t29 a img {
  animation-name: pachipachi3;
}
main section.sec2 .inner ul li#t31 a {
  background-image: url(../images/31_2.jpg);
}
main section.sec2 .inner ul li#t31 a img {
  animation-name: pachipachi;
}
main section.sec2 .inner ul li#t35 a {
  background-image: url(../images/35_2.jpg);
}
main section.sec2 .inner ul li#t35 a img {
  animation-name: pachipachi2;
}
main section.sec2 .inner ul li#t38 a {
  background-image: url(../images/38_2.jpg);
}
main section.sec2 .inner ul li#t38 a img {
  animation-name: pachipachi3;
}
main section.sec2 .inner ul li#t42 a {
  background-image: url(../images/42_2.jpg);
}
main section.sec2 .inner ul li#t42 a img {
  animation-name: pachipachi;
}
main section.sec2 .inner ul li#t44 a {
  background-image: url(../images/44_2.jpg);
}
main section.sec2 .inner ul li#t44 a img {
  animation-name: pachipachi2;
}
main section.sec2 .inner ul li#t46 a {
  background-image: url(../images/46_2.jpg);
}
main section.sec2 .inner ul li#t46 a img {
  animation-name: pachipachi3;
}
main section.sec2 .inner ul li#t50 a {
  background-image: url(../images/50_2.jpg);
}
main section.sec2 .inner ul li#t50 a img {
  animation-name: pachipachi;
}
main section.sec3 {
  width: 100%;
}
main section.sec3 ul {
  width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec3 ul li {
  width: 100%;
}
main section.sec3 ul li:not(:last-child) {
  margin-bottom: 20px;
}
main section.sec3 ul li a {
  width: 100%;
  height: 50px;
  background-color: #ffa300;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section.sec3 ul li a span {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec3 ul li:hover a {
  background-color: #ffcc66;
}

footer {
  width: 100%;
}
footer .inner {
  width: 100%;
  padding: 120px 0 40px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner h3 {
  width: 170px;
  height: 84px;
  background-image: url(../images/title_foot.png);
  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: 20px;
}
footer .inner p {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.1rem;
  letter-spacing: 0em;
}
footer .inner p:not(:last-child) {
  margin-bottom: 120px;
}

#looks {
  background-color: #FFF;
  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: #000;
}
#looks .close span {
  width: 100%;
  height: 2px;
  background-color: #ffa300;
  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: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .loadlook .inlooks {
  width: 100%;
  padding: 0px;
  background-color: #FFF;
}
#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 #000;
  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 #ffa300;
}
#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 .photos .thumbs {
  width: 70px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: 5;
  overflow: hidden;
}
#looks .loadlook .inlooks .look .set .photos .thumbs .thumbnail {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .loadlook .inlooks .look .set .photos .thumbs .thumbnail .swiper-wrapper .swiper-slide {
  border: solid 1px transparent;
}
#looks .loadlook .inlooks .look .set .photos .thumbs .thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: solid 1px #ffa300;
}
#looks .loadlook .inlooks .look .set .text {
  width: calc(100% - 512px - 60px);
  padding: 60px 0 0 0;
}
#looks .loadlook .inlooks .look .set .text h5 {
  color: #000;
  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: #000;
  display: block;
  order: 2;
}
#looks .loadlook .inlooks .look .set .text .name dl dt {
  color: #000;
  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: #000;
  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: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  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: #ffa300;
  background-image: url(../images/arrow2.svg);
}
#looks .loadlook .inlooks .look .set .text .comment {
  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 .comment > 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 .comment > div p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
#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: #000;
  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: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  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: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
}
#looks .loadlook .inlooks .look .set .text .credits .credit dl dt > span {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  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: #FFF;
  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: #000;
  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: #ffa300;
}
#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: acumin-pro-condensed, 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 .other {
  width: 100%;
  overflow: hidden;
}
#looks .other:not(:last-child) {
  margin-bottom: 135px;
}
#looks .other h5 {
  color: #000;
  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: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}

header .inner h1 {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
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 h1 {
  clip-path: inset(0% 0% 0% 0%);
}
header.on .inner ul {
  clip-path: inset(0% 0% 0% 0%);
}

main .sec1 .inner .title-l {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
main .sec1 .inner .title-l h3 {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
main .sec1 .inner .title-r h4 {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
main .sec1 .inner .title-r dl {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
}
main .sec1.on .inner .title-l {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec1.on .inner .title-l h3 {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec1.on .inner .title-r h4 {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec1.on .inner .title-r dl {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec2 .thumb a {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
main .sec2 .thumb a::after {
  transition: opacity 0.3s ease-out 0.3s;
  opacity: 0;
}
main .sec2 .thumb.on a {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec2 .thumb.on a::after {
  opacity: 1;
}

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

  #loader .logo {
    width: 128px;
    height: 80px;
    left: calc(50% - 64px);
    top: calc(50% - 40px);
  }

  header .inner {
    padding: 10px;
  }
  header .inner h1 {
    width: 120px;
  }
  header .inner h1 a {
    height: 8px;
  }
  header .inner .hum {
    width: 32px;
    height: 15px;
    position: relative;
    order: 1;
    cursor: pointer;
  }
  header .inner .hum:hover span {
    background-color: #000;
  }
  header .inner .hum.on span {
    background-color: #000;
  }
  header .inner .hum.on span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }
  header .inner .hum.on span:nth-child(2) {
    opacity: 0;
  }
  header .inner .hum.on span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }
  header .inner .hum span {
    width: 100%;
    height: 2px;
    background-color: #ffa300;
    position: absolute;
    left: 0px;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  header .inner .hum span:nth-child(1) {
    top: 0px;
  }
  header .inner .hum span:nth-child(2) {
    top: 7px;
  }
  header .inner .hum span:nth-child(3) {
    top: 13px;
  }

  nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 77;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    pointer-events: none;
  }
  nav.on {
    opacity: 1;
    pointer-events: auto;
  }
  nav::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffa300;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.96;
    display: block;
  }
  nav .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav .inner div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner div h3 {
    width: 172px;
    height: 63px;
    background-image: url(../images/title_foot.png);
    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: 65px;
  }
  nav .inner div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner div ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  nav .inner div ul li a {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transition: color 0.15s ease-in;
  }
  nav .inner div ul li a:hover {
    color: #FFF;
  }

  main {
    margin: 0 0 100px 0;
  }
  main section.sec1 {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  main section.sec1 .title {
    width: 100%;
    height: 200vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
  }
  main section.sec1 .title dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec1 .title dl dt {
    width: 72.5vw;
    height: 26.4625vw;
    margin-bottom: 15px;
  }
  main section.sec1 .title dl dd {
    display: none;
  }
  main section.sec1 .visual {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  main section.sec1 .visual::after {
    width: 13px;
    height: 93px;
    right: 5px;
    bottom: 0px;
  }
  main section.sec1 .visual ul {
    width: 100%;
    height: 200vw;
    position: relative;
  }
  main section.sec1 .visual ul li {
    width: 100%;
    height: 100vw;
  }
  main section.sec1 .visual ul li.page2:nth-child(1) div:nth-child(2) {
    clip-path: inset(0 0 0 0);
  }
  main section.sec1 .visual ul li.page2:nth-child(2) div:nth-child(2) {
    clip-path: inset(0 0 0 0);
  }
  main section.sec1 .visual ul li.page3:nth-child(1) div:nth-child(3) {
    clip-path: inset(0 0 0 0);
  }
  main section.sec1 .visual ul li.page3:nth-child(2) div:nth-child(3) {
    clip-path: inset(0 0 0 0);
  }
  main section.sec1 .visual ul li.page4:nth-child(1) div:nth-child(4) {
    clip-path: inset(0 0 0 0);
  }
  main section.sec1 .visual ul li.page4:nth-child(2) div:nth-child(4) {
    clip-path: inset(0 0 0 0);
  }
  main section.sec1 .visual ul li:nth-child(1) {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main section.sec1 .visual ul li:nth-child(1) div:nth-child(1) {
    background-image: url(../images/visual1_1.jpg);
  }
  main section.sec1 .visual ul li:nth-child(1) div:nth-child(2) {
    background-image: url(../images/visual1_2.jpg);
    clip-path: inset(0 100% 0 0);
  }
  main section.sec1 .visual ul li:nth-child(1) div:nth-child(3) {
    background-image: url(../images/visual1_3.jpg);
    clip-path: inset(0 100% 0 0);
  }
  main section.sec1 .visual ul li:nth-child(1) div:nth-child(4) {
    background-image: url(../images/visual1_1.jpg);
    clip-path: inset(0 100% 0 0);
    display: block;
  }
  main section.sec1 .visual ul li:nth-child(2) {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
    top: 100vw;
    left: 0px;
  }
  main section.sec1 .visual ul li:nth-child(2) div:nth-child(1) {
    background-image: url(../images/visual2_1.jpg);
  }
  main section.sec1 .visual ul li:nth-child(2) div:nth-child(2) {
    background-image: url(../images/visual2_2.jpg);
    clip-path: inset(0 0 0 100%);
  }
  main section.sec1 .visual ul li:nth-child(2) div:nth-child(3) {
    background-image: url(../images/visual2_3.jpg);
    clip-path: inset(0 0 0 100%);
  }
  main section.sec1 .visual ul li:nth-child(2) div:nth-child(4) {
    background-image: url(../images/visual2_1.jpg);
    clip-path: inset(0 0 0 100%);
    display: block;
  }
  main section.sec1 .visual ul li:nth-child(3) {
    display: none;
  }
  main section.sec1 .visual ul li div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  main section.sec1 .lead {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section.sec1 .lead h4 {
    color: #000;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }
  main section.sec1 .lead p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: -0.03em;
    text-align: left;
  }
  main section.sec1 .lead p br {
    display: none;
  }
  main section.sec2:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.sec2 .inner ul li {
    width: 50%;
  }
  main section.sec2 .inner ul li a:hover {
    opacity: 1;
  }
  main section.sec2 .inner ul li a::after {
    content: "";
    width: 44px;
    height: 44px;
    background-image: url(../images/text_viewmore.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: 5px;
    bottom: 5px;
    z-index: 1;
  }
  main section.sec3 {
    width: 100%;
  }
  main section.sec3 ul {
    width: calc(100% - 80px);
  }
  main section.sec3 ul li a {
    width: 100%;
    height: 40px;
  }
  main section.sec3 ul li a span {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec3 ul li:hover a {
    background-color: #ffa300;
  }

  footer .inner {
    padding: 100px 0 40px 0;
  }
  footer .inner h3 {
    width: 170px;
    height: 62px;
    background-image: url(../images/title_foot.png);
    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: 20px;
  }
  footer .inner p {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.1rem;
    letter-spacing: 0em;
  }
  footer .inner p:not(:last-child) {
    margin-bottom: 100px;
  }

  #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: 10px;
    left: 10px;
    z-index: 999;
    cursor: pointer;
  }
  #looks .close:hover span {
    background-color: #ffa300;
  }
  #looks .close span {
    width: 100%;
    height: 2px;
    background-color: #ffa300;
    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: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .loadlook .inlooks {
    width: 100%;
    padding: 0px;
    background-color: #FFF;
  }
  #looks .loadlook .inlooks h2 {
    width: 124px;
    height: 45px;
    top: 10px;
    right: 10px;
  }
  #looks .loadlook .inlooks .arrow {
    top: calc(75vw - 15px);
    z-index: 5;
  }
  #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: 10px;
  }
  #looks .loadlook .inlooks .arrow.left {
    left: 10px;
  }
  #looks .loadlook .inlooks .arrow:hover {
    border: solid 1px #ffa300;
  }
  #looks .loadlook .inlooks .arrow:hover a {
    background-image: url(../images/arrow2.svg);
  }
  #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: 45px;
    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 .photos .thumbs {
    width: 50px;
    right: auto;
    bottom: 0px;
    left: 10px;
    z-index: 5;
    overflow: hidden;
  }
  #looks .loadlook .inlooks .look .set .text {
    width: 100%;
    padding: 0 20px;
  }
  #looks .loadlook .inlooks .look .set .text h5 {
    color: #000;
    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: #000;
    display: block;
    order: 2;
  }
  #looks .loadlook .inlooks .look .set .text .name dl dt {
    color: #000;
    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: #000;
    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: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    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: #ffa300;
    background-image: url(../images/arrow2.svg);
  }
  #looks .loadlook .inlooks .look .set .text .comment {
    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 .comment > 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 .comment > div p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  #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: #000;
    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: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    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: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 0 5px;
  }
  #looks .loadlook .inlooks .look .set .text .credits .credit dl dt > span {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    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: #FFF;
    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: #000;
    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: #ffa300;
  }
  #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: acumin-pro-condensed, 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 .other:not(:last-child) {
    margin-bottom: 100px;
  }
  #looks .other h5 {
    color: #000;
    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: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }

  header .inner h1 {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
  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 h1 {
    clip-path: inset(0% 0% 0% 0%);
  }
  header.on .inner ul {
    clip-path: inset(0% 0% 0% 0%);
  }

  main .sec1 .inner .title-l {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
  main .sec1 .inner .title-l h3 {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  }
  main .sec1 .inner .title-r h4 {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  }
  main .sec1 .inner .title-r dl {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
  }
  main .sec1.on .inner .title-l {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec1.on .inner .title-l h3 {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec1.on .inner .title-r h4 {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec1.on .inner .title-r dl {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec2 .thumb a::after {
    transition: opacity 0.3s ease-out 0.2s;
    opacity: 0;
  }
  main .sec2 .thumb a img {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
  main .sec2 .thumb.on a::after {
    opacity: 1;
  }
  main .sec2 .thumb.on a img {
    clip-path: inset(0% 0% 0% 0%);
  }
}

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