@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 change {
  0% {
    background-image: url(../images/04_2.jpg), url(../images/04_4.jpg);
  }
  50% {
    background-image: url(../images/04_2.jpg), url(../images/04_4.jpg);
  }
  51% {
    background-image: url(../images/04_4.jpg), url(../images/04_2.jpg);
  }
  100% {
    background-image: url(../images/04_4.jpg), url(../images/04_2.jpg);
  }
}
@keyframes change2 {
  0% {
    background-image: url(../images/07_3.jpg), url(../images/07_2.jpg);
  }
  50% {
    background-image: url(../images/07_3.jpg), url(../images/07_2.jpg);
  }
  51% {
    background-image: url(../images/07_2.jpg), url(../images/07_3.jpg);
  }
  100% {
    background-image: url(../images/07_2.jpg), url(../images/07_3.jpg);
  }
}
@keyframes change3 {
  0% {
    background-image: url(../images/09_3.jpg), url(../images/09_2.jpg);
  }
  50% {
    background-image: url(../images/09_3.jpg), url(../images/09_2.jpg);
  }
  51% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  100% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: trumpgothicpro, 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;
}

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

a:hover, a:active, a.active {
  color: #282e4c;
}

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: 256px;
  height: 160px;
  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% - 128px);
  top: calc(50% - 80px);
}
#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: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  border-bottom: solid 1px #000;
}
header .inner {
  width: 90%;
  padding: 15px 30px;
  margin: 0 auto;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
header .inner h1 {
  width: 169px;
}
header .inner h1 a {
  width: 100%;
  height: 22px;
  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;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
header .inner ul li {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
header .inner ul li:not(:first-child) {
  margin: 0 0 0 10px;
}

main {
  width: 100%;
  padding: 0 0 70px 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main section {
  width: 100%;
}
main section.sec1 {
  width: 100%;
  border-bottom: solid 1px #000;
}
main section.sec1 .inner {
  width: 90%;
  margin: 0 auto;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.sec1 .inner .title-l {
  width: 75%;
  height: 560px;
  background-color: #FD34C7;
  padding: 35px 30px;
}
main section.sec1 .inner .title-l h3 {
  background-image: url(../images/text_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;
  width: 307px;
  height: 419px;
}
main section.sec1 .inner .title-r {
  width: 25%;
  padding: 35px 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section.sec1 .inner .title-r h4 {
  background-image: url(../images/text_number.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: 111px;
  height: 97px;
  margin-bottom: 50px;
}
main section.sec1 .inner .title-r dl {
  text-align: right;
}
main section.sec1 .inner .title-r dl dt {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 7.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec1 .inner .title-r dl dd {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec2 {
  width: 100%;
}
main section.sec2 .inner {
  width: 90%;
  padding: 60px 0 0 0;
  margin: 0 auto;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}
main section.sec2 .inner ul:first-child {
  border-top: solid 1px #000;
}
main section.sec2 .inner ul.line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background-color: #000;
}
main section.sec2 .inner ul.line li {
  width: calc((100% - 3px) / 4);
  border-bottom: solid 1px #000;
  position: relative;
}
main section.sec2 .inner ul.line li span {
  display: block;
  box-sizing: border-box;
}
main section.sec2 .inner ul.line li.credit {
  width: calc((100% - 1px) / 2);
  padding: 20px;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.sec2 .inner ul.line li.credit p {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
main section.sec2 .inner ul.line li.credit p br {
  display: none;
}
main section.sec2 .inner ul.line li.pgtop {
  width: calc((100% - 1px) / 2);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section.sec2 .inner ul.line li.pgtop span {
  color: #FFF;
  font-family: trumpgothicpro, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
main section.sec2 .inner ul.line li.pgtop::after {
  content: "";
  width: 30px;
  height: 15px;
  background-image: url(../images/pgtop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main section.sec2 .inner ul.line li.pgtop:hover {
  background-color: #FD34C7;
}
main section.sec2 .inner ul.line li.thumb.link {
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.sec2 .inner ul.line li.thumb.link > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec2 .inner ul.line li.thumb.link > div p:not(:last-child) {
  margin-bottom: 30px;
}
main section.sec2 .inner ul.line li.thumb.link > div p a {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 6.8rem;
  letter-spacing: -0.02em;
  transition: all 0.25s ease-in 0s;
}
main section.sec2 .inner ul.line li.thumb.link > div p a:hover {
  color: #FD34C7;
}
main section.sec2 .inner ul.line li.thumb span {
  background-color: #FFF;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main section.sec2 .inner ul.line li.thumb:hover span {
  opacity: 0.9;
}
main section.sec2 .inner ul.line li.thumb:hover::before {
  color: #FD34C7;
}
main section.sec2 .inner ul.line li.thumb::before {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  z-index: 3;
  transition: all 0.25s ease-in 0s;
}
main section.sec2 .inner ul.line li.thumb#t2::before {
  content: "SPORTY";
  right: 20px;
  top: 20px;
}
main section.sec2 .inner ul.line li.thumb#t5::before {
  content: "VIVID COLOR";
  left: 20px;
  top: calc(50% - 90px);
}
main section.sec2 .inner ul.line li.thumb#t12::before {
  content: "WORK BOTOM";
  right: 20px;
  bottom: 75px;
}
main section.sec2 .inner ul.line li.thumb#t15::before {
  content: "VOLUME SANDAL";
  left: 25px;
  bottom: 35px;
}
main section.sec2 .inner ul.line li.target {
  display: none;
}
main section.sec2 .inner ul.line.l2 {
  border-bottom: solid 1px #000;
}
main section.sec2 .inner ul.line.l3 li#t14 {
  order: 1;
}
main section.sec2 .inner ul.line.l3 li#t15 {
  order: 2;
}
main section.sec2 .inner ul.line.l3 li#t16 {
  order: 3;
}
main section.sec2 .inner ul.line.l3 li.link {
  order: 4;
}
main section.sec2 .inner ul.line.l5 li#t23 {
  order: 1;
}
main section.sec2 .inner ul.line.l5 li#t24 {
  order: 2;
}
main section.sec2 .inner ul.line.l5 li.link {
  order: 4;
}
main section.sec2 .inner ul.line.l5::after {
  content: "";
  width: calc((100% - 3px) / 4);
  background-color: #FFF;
  border-bottom: solid 1px #000;
  display: block;
  order: 3;
}
main section.sec2 .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.sec2 .inner .set.set1 .thumb {
  width: 50%;
  border-left: solid 1px #000;
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec2 .inner .set.set1 .thumb#t9 {
  background-color: #000;
}
main section.sec2 .inner .set.set1 .thumb#t9:hover span:nth-child(1) {
  opacity: 0.9;
}
main section.sec2 .inner .set.set1 .thumb#t9:hover span:nth-child(2) {
  color: #FD34C7;
}
main section.sec2 .inner .set.set1 .thumb#t9 span {
  transition: all 0.25s ease-in 0s;
}
main section.sec2 .inner .set.set1 .thumb#t9 span:nth-child(1) {
  width: 100%;
  height: 85%;
  border-bottom: solid 1px #000;
}
main section.sec2 .inner .set.set1 .thumb#t9 span:nth-child(1) div {
  width: 100%;
  height: 100%;
  background-image: url(../images/04_4.jpg), url(../images/04_2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  animation-name: change;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section.sec2 .inner .set.set1 .thumb#t9 span:nth-child(2) {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  width: 100%;
  height: 15%;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #000;
}
main section.sec2 .inner .set.set1 .line {
  width: calc((100% - 1px) / 2);
  order: 1;
}
main section.sec2 .inner .set.set1 .line li {
  width: calc((100% - 1px) / 2);
}
main section.sec2 .inner .set.set1 .line li.thumb {
  border: none;
}
main section.sec2 .inner .set.set1 .line li.thumb#t10, main section.sec2 .inner .set.set1 .line li.thumb#t11 {
  border-bottom: solid 1px #000;
}
main section.sec2 .inner .set.set1 .line li.thumb.link {
  border-bottom: solid 1px #000;
}
main section.sec2 .inner .set.set1 .line li.thumb.link a {
  padding: 20px;
  background-color: #FFF;
  display: block;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main section.sec2 .inner .set.set1 .line li.thumb.link a:hover span {
  color: #FD34C7;
}
main section.sec2 .inner .set.set1 .line li.thumb.link a span {
  color: #FFF;
  font-family: trumpgothicpro, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: right;
  background-color: transparent;
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: all 0.25s ease-in 0s;
}
main section.sec2 .inner .set.set2 .thumb {
  width: calc(50% - 0px);
  border-right: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec2 .inner .set.set2 .thumb#t18 {
  background-color: #000;
}
main section.sec2 .inner .set.set2 .thumb#t18:hover span:nth-child(1) {
  opacity: 0.9;
}
main section.sec2 .inner .set.set2 .thumb#t18:hover span:nth-child(2) {
  color: #FD34C7;
}
main section.sec2 .inner .set.set2 .thumb#t18 span {
  transition: all 0.25s ease-in 0s;
}
main section.sec2 .inner .set.set2 .thumb#t18 span:nth-child(1) {
  width: 100%;
  height: 85%;
  border-bottom: solid 1px #000;
}
main section.sec2 .inner .set.set2 .thumb#t18 span:nth-child(1) div {
  width: 100%;
  height: 100%;
  background-image: url(../images/07_3.jpg), url(../images/07_2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  animation-name: change2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section.sec2 .inner .set.set2 .thumb#t18 span:nth-child(2) {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  width: 100%;
  height: 15%;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #000;
}
main section.sec2 .inner .set.set2 .line {
  width: calc(50% + 0px);
}
main section.sec2 .inner .set.set2 .line li {
  width: calc((100% - 1px) / 2);
}
main section.sec2 .inner .set.set2 .line li.thumb {
  border-right: none;
}
main section.sec2 .inner .set.set2 .line li.thumb#t22 span {
  background-image: url(../images/09_3.jpg), url(../images/09_2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  animation-name: change3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section.sec2 .inner .set.set2 .line li.thumb#t22 span img {
  opacity: 0;
}

footer {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
footer .inner {
  width: 90%;
  padding: 70px 0 0 0;
  margin: 0 auto;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background-color: #000;
}
footer .inner ul li {
  width: calc((100% - 1px) / 2);
  background-color: #FFF;
  border-top: solid 1px #000;
}
footer .inner ul li div {
  padding: 35px;
  height: 100%;
}
footer .inner ul li div a {
  display: block;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li div a:hover {
  opacity: 0.7;
}
footer .inner ul li div.cp {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .inner ul li div.cp p {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  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.active {
  clip-path: inset(0% 0% 0% 0%);
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .inlooks {
  width: 100%;
  padding: 130px 80px;
}
#looks .inlooks .sphead {
  display: none;
}
#looks .inlooks .lookhead {
  width: 100%;
  min-width: 1160px;
  background-color: #FFF;
  border-bottom: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 555;
}
#looks .inlooks .lookhead::before {
  content: "STUDIO SNAP 2023 SS";
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  width: 1000px;
  height: 130px;
  padding: 0 30px;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
#looks .inlooks .lookhead .button {
  width: calc((100vw - 1000px) / 2);
  min-width: 80px;
  height: 130px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#looks .inlooks .lookhead .button .close {
  width: 40px;
  height: 40px;
  transition: all 0.25s ease-in 0s;
  position: relative;
  cursor: pointer;
}
#looks .inlooks .lookhead .button .close:hover {
  opacity: 0.7;
}
#looks .inlooks .lookhead .button .close span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
}
#looks .inlooks .lookhead .button .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 20px;
}
#looks .inlooks .lookhead .button .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 20px;
}
#looks .inlooks .space {
  width: 1000px;
  height: 100vh;
  margin: 0 auto;
}
#looks .inlooks .look {
  width: 1000px;
  padding: 0px;
  margin: 0 auto;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
}
#looks .inlooks .look::after {
  content: "";
  width: 100%;
  height: 50px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: block;
}
#looks .inlooks .look:nth-last-child(2) {
  border-bottom: solid 1px #000;
}
#looks .inlooks .look:nth-last-child(2)::after {
  content: none;
}
#looks .inlooks .look:nth-child(odd) .set .photo {
  order: 2;
}
#looks .inlooks .look:nth-child(odd) .set .text {
  border-right: solid 1px #000;
  border-left: none;
  order: 1;
}
#looks .inlooks .look .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#looks .inlooks .look .set .photo {
  width: 60%;
}
#looks .inlooks .look .set .photo.slider {
  overflow: hidden;
}
#looks .inlooks .look .set .text {
  width: 40%;
  border-left: solid 1px #000;
}
#looks .inlooks .look .set .text .credits .number {
  border-bottom: solid 1px #000;
  background-color: #FD34C7;
  padding: 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .inlooks .look .set .text .credits .number p {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .inlooks .look .set .text .credits .credit {
  width: 100%;
  padding: 15px;
  border-bottom: solid 1px #000;
}
#looks .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 .inlooks .look .set .text .credits .credit dl dt {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .inlooks .look .set .text .credits .credit dl dt span {
  display: inline-block;
}
#looks .inlooks .look .set .text .credits .credit dl dt span:first-child {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  width: 100%;
}
#looks .inlooks .look .set .text .credits .credit dl dt span:nth-child(2) {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05em;
}
#looks .inlooks .look .set .text .credits .credit dl dt span.items__price {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0 0 5px;
}
#looks .inlooks .look .set .text .credits .credit dl dt span.items__price::after {
  content: "- TAX IN";
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05em;
  padding: 0 0 0 5px;
}
#looks .inlooks .look .set .text .credits .credit dl dt span:last-child {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05em;
  width: 100%;
}
#looks .inlooks .look .set .text .credits .credit dl dd {
  width: 30%;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
#looks .inlooks .look .set .text .credits .credit dl dd a {
  color: #FD34C7;
  font-family: trumpgothicpro, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  width: 100%;
  display: block;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .set .text .credits .credit dl dd a:hover {
  color: #ff47e9;
}
#looks .inlooks .look .set .text .credits .credit dl dd a:not([href]) {
  display: none;
}
#looks .inlooks .look .set .text .credits .credit dl dd a:not([href]) + span {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  width: 100%;
  display: block;
}
#looks .inlooks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
#looks .inlooks .look .set .text .credits .credit .disable dl dd span {
  display: inline-block;
}

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 span 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::before {
  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 .sec2 .thumb.on span img {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec2 .thumb.on::before {
  clip-path: inset(0% 0% 0% 0%);
}

/* ----------------------------------------------- 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 {
    width: calc(100% - 40px);
    padding: 7px 15px;
  }
  header .inner h1 {
    width: 100px;
  }
  header .inner h1 a {
    height: 13px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  header .inner ul li {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  header .inner ul li:not(:first-child) {
    margin: 0 0 0 5px;
  }

  main {
    width: 100%;
    padding: 0 0 70px 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main section {
    width: 100%;
  }
  main section.sec1 {
    width: 100%;
    border-bottom: solid 1px #000;
  }
  main section.sec1 .inner {
    width: calc(100% - 40px);
  }
  main section.sec1 .inner .title-l {
    width: 62.5%;
    height: 280px;
    background-color: #FD34C7;
    padding: 13px 13px;
  }
  main section.sec1 .inner .title-l h3 {
    width: 145px;
    height: 198px;
  }
  main section.sec1 .inner .title-r {
    width: 37.5%;
    padding: 13px 13px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main section.sec1 .inner .title-r h4 {
    width: 50px;
    height: 48px;
    margin-bottom: 25px;
  }
  main section.sec1 .inner .title-r dl dt {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec1 .inner .title-r dl dd {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec2 {
    width: 100%;
  }
  main section.sec2 .inner {
    width: calc(100% - 40px);
    padding: 25px 0 0 0;
  }
  main section.sec2 .inner ul.line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background-color: #000;
  }
  main section.sec2 .inner ul.line li {
    width: calc((100% - 1px) / 2);
  }
  main section.sec2 .inner ul.line li.credit {
    width: 100%;
    padding: 13px;
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec2 .inner ul.line li.credit p {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: left;
  }
  main section.sec2 .inner ul.line li.credit p br {
    display: block;
  }
  main section.sec2 .inner ul.line li.pgtop {
    width: 100%;
    padding: 13px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main section.sec2 .inner ul.line li.pgtop span {
    color: #FFF;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  main section.sec2 .inner ul.line li.pgtop::after {
    width: 20px;
    height: 10px;
  }
  main section.sec2 .inner ul.line li.pgtop:hover {
    background-color: transparent;
  }
  main section.sec2 .inner ul.line li.thumb.link {
    min-height: calc((100vw - 1px) / 2 * 1.5);
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section.sec2 .inner ul.line li.thumb.link > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec2 .inner ul.line li.thumb.link > div p:not(:last-child) {
    margin-bottom: 15px;
  }
  main section.sec2 .inner ul.line li.thumb.link > div p a {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  main section.sec2 .inner ul.line li.thumb span {
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  main section.sec2 .inner ul.line li.thumb span:hover {
    opacity: 1;
  }
  main section.sec2 .inner ul.line li.thumb::before {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  main section.sec2 .inner ul.line li.thumb#t2::before {
    top: 10px;
    right: 10px;
  }
  main section.sec2 .inner ul.line li.thumb#t5::before {
    left: 10px;
    top: calc(50% - 2.4rem);
  }
  main section.sec2 .inner ul.line li.thumb#t12::before {
    right: 10px;
    bottom: 35px;
  }
  main section.sec2 .inner ul.line li.thumb#t15::before {
    left: 10px;
    bottom: 10px;
  }
  main section.sec2 .inner ul.line li.target {
    width: 100%;
    border-bottom: none;
    display: block;
  }
  main section.sec2 .inner ul.line li.target .thumb {
    width: 100%;
    border-left: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec2 .inner ul.line li.target .thumb#t9 span:nth-child(1) {
    width: 100%;
    height: calc((100vw - 40px) * 1.35);
    border-bottom: solid 1px #000;
  }
  main section.sec2 .inner ul.line li.target .thumb#t9 span:nth-child(1) div {
    width: 100%;
    height: 100%;
    background-image: url(../images/04_4.jpg), url(../images/04_2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    animation-name: change;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section.sec2 .inner ul.line li.target .thumb#t9 span:nth-child(2) {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    width: 100%;
    height: auto;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
  }
  main section.sec2 .inner ul.line li.target .thumb#t18 span:nth-child(1) {
    width: 100%;
    height: calc((100vw - 40px) * 1.35);
    border-bottom: solid 1px #000;
  }
  main section.sec2 .inner ul.line li.target .thumb#t18 span:nth-child(1) div {
    width: 100%;
    height: 100%;
    background-image: url(../images/07_3.jpg), url(../images/07_2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    animation-name: change2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section.sec2 .inner ul.line li.target .thumb#t18 span:nth-child(2) {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    width: 100%;
    height: auto;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
  }
  main section.sec2 .inner ul.line.l2 {
    border-bottom: none;
  }
  main section.sec2 .inner ul.line.l3 li#t14 {
    order: 1;
  }
  main section.sec2 .inner ul.line.l3 li#t15 {
    order: 2;
  }
  main section.sec2 .inner ul.line.l3 li#t16 {
    border-bottom: none;
    order: 4;
  }
  main section.sec2 .inner ul.line.l3 li#t17 {
    border-bottom: none;
    order: 5;
  }
  main section.sec2 .inner ul.line.l3 li.target {
    border-bottom: solid 1px #000;
    order: 3;
  }
  main section.sec2 .inner ul.line.l5 {
    border-bottom: solid 1px #000;
  }
  main section.sec2 .inner ul.line.l5 .link {
    border-bottom: none;
  }
  main section.sec2 .inner ul.line.l5::after {
    width: calc((100% - 1px) / 2);
  }
  main section.sec2 .inner .set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec2 .inner .set.set1 {
    border-bottom: solid 1px #000;
  }
  main section.sec2 .inner .set.set1 .line {
    width: 100%;
    order: 1;
  }
  main section.sec2 .inner .set.set1 .line li {
    width: calc((100% - 1px) / 2);
  }
  main section.sec2 .inner .set.set1 .line li.thumb {
    border: none;
  }
  main section.sec2 .inner .set.set1 .line li.thumb.link a {
    padding: 10px;
  }
  main section.sec2 .inner .set.set1 .line li.thumb.link a:hover {
    opacity: 1;
  }
  main section.sec2 .inner .set.set1 .line li.thumb.link a span {
    color: #FFF;
    font-family: trumpgothicpro, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    right: 20px;
    bottom: 20px;
  }
  main section.sec2 .inner .set.set2 .thumb {
    width: 100%;
    border-right: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec2 .inner .set.set2 .line {
    width: 100%;
  }
  main section.sec2 .inner .set.set2 .line li {
    width: calc((100% - 1px) / 2);
  }

  footer {
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  footer .inner {
    width: calc(100% - 40px);
    padding: 0px;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #000;
  }
  footer .inner ul li {
    width: 100%;
    background-color: #FFF;
    border-top: solid 1px #000;
  }
  footer .inner ul li div {
    padding: 20px;
    height: auto;
  }
  footer .inner ul li div a:hover {
    opacity: 1;
  }
  footer .inner ul li div.cp {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  footer .inner ul li div.cp p {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }

  #looks {
    transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
  #looks .inlooks {
    width: 100%;
    padding: 70px 0 0 0;
  }
  #looks .inlooks .sphead {
    width: 100%;
    background-color: #FFF;
    border-bottom: solid 1px #000;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 666;
    display: block;
  }
  #looks .inlooks .sphead::before {
    content: "";
    width: calc(100% - 40px);
    height: 10px;
    padding: 0px;
    margin: 0 auto;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    box-sizing: border-box;
    display: block;
  }
  #looks .inlooks .lookhead {
    width: 100%;
    min-width: 100%;
    background-color: #FFF;
    border-bottom: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    position: fixed;
    left: 0px;
    top: 10px;
    z-index: 555;
  }
  #looks .inlooks .lookhead::before {
    content: "STUDIO SNAP 2023 SS";
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    width: calc(100% - 100px);
    height: 60px;
    padding: 0 15px;
    border-right: none;
  }
  #looks .inlooks .lookhead .button {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #000;
  }
  #looks .inlooks .lookhead .button .close {
    width: 30px;
    height: 30px;
  }
  #looks .inlooks .lookhead .button .close:hover {
    opacity: 1;
  }
  #looks .inlooks .lookhead .button .close span:nth-child(1) {
    left: 0px;
    top: 15px;
  }
  #looks .inlooks .lookhead .button .close span:nth-child(2) {
    right: 0px;
    top: 15px;
  }
  #looks .inlooks .space {
    width: 100%;
    height: 100vh;
  }
  #looks .inlooks .look {
    width: calc(100% - 40px);
  }
  #looks .inlooks .look::after {
    content: "";
    width: 100%;
    height: 40px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    display: block;
  }
  #looks .inlooks .look:nth-last-child(2) {
    border-bottom: solid 1px #000;
  }
  #looks .inlooks .look:nth-last-child(2)::after {
    content: none;
  }
  #looks .inlooks .look:nth-child(odd) .set .photo {
    order: 1;
  }
  #looks .inlooks .look:nth-child(odd) .set .text {
    border-right: none;
    order: 2;
  }
  #looks .inlooks .look .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .inlooks .look .set .photo {
    width: 100%;
    border-bottom: solid 1px #000;
    order: 1;
  }
  #looks .inlooks .look .set .photo.slider {
    overflow: hidden;
  }
  #looks .inlooks .look .set .text {
    width: 100%;
    border-left: none;
    order: 2;
  }
  #looks .inlooks .look .set .text .credits .number {
    padding: 10px;
  }
  #looks .inlooks .look .set .text .credits .number p {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .inlooks .look .set .text .credits .credit {
    width: 100%;
    padding: 10px;
    border-bottom: solid 1px #000;
  }
  #looks .inlooks .look .set .text .credits .credit:last-child {
    border-bottom: none;
  }
  #looks .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 .inlooks .look .set .text .credits .credit dl dt {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt span {
    display: inline-block;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt span:first-child {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    width: 100%;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt span:nth-child(2) {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.05em;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt span.items__price {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.05em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 0 0 5px;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt span.items__price::after {
    content: "- TAX IN";
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.05em;
    padding: 0 0 0 5px;
  }
  #looks .inlooks .look .set .text .credits .credit dl dt span:last-child {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.05em;
    width: 100%;
  }
  #looks .inlooks .look .set .text .credits .credit dl dd {
    width: 30%;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #looks .inlooks .look .set .text .credits .credit dl dd a {
    color: #FD34C7;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #looks .inlooks .look .set .text .credits .credit dl dd a:not([href]) {
    display: none;
  }
  #looks .inlooks .look .set .text .credits .credit dl dd a:not([href]) + span {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #looks .inlooks .look .set .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
}