@charset "UTF-8";
@import url("https://use.typekit.net/viu0dff.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: benton-modern-display-compre, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  height: auto;
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.sp {
  display: none;
}

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: 999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 90px;
  height: 48px;
  background-image: url(../img/logo/logo_teya.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  opacity: 0.4;
}
#loader .bar {
  width: 90px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 45px);
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-image: url(../img/logo/logo_teya.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 90px 48px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}

header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 111;
}
header .inner {
  width: 100%;
  padding: 25px 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .inner::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
header .inner h1 {
  width: 53px;
}
header .inner h1 a {
  width: 100%;
  height: 23px;
  background-image: url(../img/logo/logo_teya.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 h2 {
  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 h2.pt {
  width: 106px;
  height: 24px;
  background-image: url(../img/portrait/title.png);
}
header .inner h2.lb {
  width: 123px;
  height: 24px;
  background-image: url(../img/look/title.png);
}

.hum {
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 25px;
  right: 20px;
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
}
.hum:hover {
  opacity: 0.5;
}
.hum.on > div > span {
  position: absolute;
}
.hum.on > div > span:nth-child(1) {
  width: 20px;
  transform: rotate(45deg);
  top: 6px;
  left: 5px;
}
.hum.on > div > span:nth-child(2) {
  opacity: 0;
}
.hum.on > div > span:nth-child(3) {
  width: 20px;
  transform: rotate(-45deg);
  top: 6px;
  left: 5px;
}
.hum > div {
  width: 30px;
  height: 13px;
  position: relative;
}
.hum > div > span {
  height: 1px;
  background-color: #000;
  position: absolute;
  transition: all 0.2s ease-in 0s;
}
.hum > div > span:nth-child(1) {
  width: 30px;
  top: 0px;
  left: 0px;
}
.hum > div > span:nth-child(2) {
  width: 20px;
  top: 6px;
  left: 10px;
}
.hum > div > span:nth-child(3) {
  width: 10px;
  top: 12px;
  left: 20px;
}

nav {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  transition: opacity 0.35s ease-in 0s;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 777;
  pointer-events: none;
  opacity: 0;
}
nav.on {
  pointer-events: auto;
  opacity: 1;
}
nav .closebtn {
  width: 16px;
  height: 16px;
  background-image: url(../img/close_nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.2s ease-in 0s;
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
}
nav .closebtn:hover {
  opacity: 0.75;
}
nav .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
nav .inner h3 {
  color: #000;
  font-family: benton-modern-display-compre, serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
nav .inner ul {
  width: 530px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
}
nav .inner ul li {
  width: calc((100% - 30px) / 2);
}
nav .inner ul li a {
  display: block;
  transition: all 0.2s ease-in 0s;
}
nav .inner ul li a:hover {
  opacity: 0.75;
}
nav .inner .navlink {
  width: 100%;
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
nav .inner .navlink:not(:last-child) {
  margin-bottom: 150px;
}
nav .inner .navlink a {
  color: #000;
  transition: all 0.2s ease-in 0s;
}
nav .inner .navlink a:hover {
  color: #666;
}
nav .inner p {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0px;
}

#content {
  width: 100%;
  height: auto;
  padding: 20px;
}
#content.pt {
  padding: 0 0 150px 0;
  border-bottom: solid 1px #000;
}
#content.lb {
  padding: 0 0 150px 0;
  border-bottom: solid 1px #000;
}
#content .visual {
  width: 100%;
  height: calc((100vw - 40px) * 0.6387);
  position: relative;
  transition: opacity 0.75s ease-in 0s;
}
#content .visual.hide {
  opacity: 0;
}
#content .visual > div {
  width: calc(100% - 40px);
  height: calc((100vw - 40px) * 0.6387);
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 0;
}
#content .lead {
  width: 100%;
  padding: 105px 0 140px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
#content .lead .inner {
  width: 800px;
}
#content .lead .inner h3 {
  color: #000;
  font-family: benton-modern-display-compre, serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}
#content .lead .inner p {
  color: #000;
  font-family: benton-modern-display-compre, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#content .lead .inner p:not(:last-child) {
  margin-bottom: 56px;
}
#content .lead .inner .jp h4 {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
#content .lead .inner .jp p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}
#content .lead .inner .jp p:not(:last-child) {
  margin-bottom: 24px;
}
#content .link {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 10;
}
#content .link > div {
  width: 50%;
}
#content .link > div a {
  width: 100%;
  display: block;
  transition: all 0.2s ease-in 0s;
}
#content .link > div a:hover {
  opacity: 0.75;
}
#content .inner {
  padding: 80px 0 0 0;
}
#content .lookbook {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
#content .lookbook:not(:last-child) {
  margin-bottom: 100px;
}
#content .lookbook .thumb {
  width: calc((100% - 40px) / 3);
  position: relative;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.75s ease-in;
}
#content .lookbook .thumb.on {
  opacity: 1;
}
#content .lookbook .thumb::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/look/icon_cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
#content .lookbook .thumb img {
  width: 100%;
  transition: all 0.2s ease-in 0s;
}
#content .lookbook .thumb img:hover {
  opacity: 0.75;
}
#content .collection {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.75s ease-in;
}
#content .collection.show {
  opacity: 1;
}
#content .collection.on ul {
  height: calc((100vw - 40px) / 3 * 1.38 * 3 + 40px);
}
#content .collection.on .lineup {
  display: block;
}
#content .collection.on .btn::before {
  transform: rotate(180deg);
}
#content .collection.on .btn span::before {
  content: "HIDE";
  display: inline;
}
#content .collection.on .btn span span {
  display: none;
}
#content .collection h3 {
  color: #000;
  font-family: benton-modern-display-compre, serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
#content .collection ul {
  width: 100%;
  height: calc((100vw - 40px) / 3 * 1.38);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
  overflow: hidden;
  transition: height 0.35s ease-out 0s;
}
#content .collection ul li {
  width: calc((100% - 40px) / 3);
  height: calc((100vw - 40px) / 3 * 1.38);
  background-image: url(../img/look/bg_collection.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#content .collection ul li .wrap {
  text-align: left;
  width: calc(100% - 94px);
}
#content .collection ul li .wrap > p {
  color: #000;
  font-family: benton-modern-display-compre, serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
#content .collection ul li .wrap .ph {
  width: 100%;
  margin-bottom: 12px;
}
#content .collection ul li .wrap .data {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#content .collection ul li .wrap .data p {
  color: #000;
  font-family: benton-modern-display-compre, serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}
#content .collection .lineup {
  display: none;
}
#content .collection .lineup:not(:last-child) {
  margin-bottom: 80px;
}
#content .collection .lineup a {
  color: #000;
  font-family: "benton-modern-display", serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
#content .collection .lineup a:hover {
  color: #666;
}
#content .collection .btn {
  width: 307px;
  height: 38px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  border: solid 1px #000;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
#content .collection .btn:hover {
  opacity: 0.75;
}
#content .collection .btn:not(:last-child) {
  margin-bottom: 215px;
}
#content .collection .btn::before {
  content: "";
  width: 10px;
  height: 9px;
  background-image: url(../img/look/arrow_updown.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: relative;
  transition: all 0.2s ease-in 0s;
}
#content .collection .btn span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#content .collection .staff {
  width: 100%;
}
#content .collection .staff:not(:last-child) {
  margin-bottom: 100px;
}
#content .collection .staff p {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
}
#content .collection .staff p a {
  text-decoration: underline;
}
#content .collection .backto {
  width: 100%;
}
#content .collection .backto:not(:last-child) {
  margin-bottom: 32px;
}
#content .collection .backto a {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.2s ease-in 0s;
}
#content .collection .backto a:hover {
  color: #666;
}
#content .collection .footlink {
  width: 100%;
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
#content .collection .footlink a {
  color: #000;
  transition: all 0.2s ease-in 0s;
}
#content .collection .footlink a:hover {
  color: #666;
}
#content .portrait {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0px;
}
#content .portrait:not(:last-child) {
  margin-bottom: 100px;
}
#content .portrait .person {
  width: 50%;
  padding: 0 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.75s ease-in;
}
#content .portrait .person.on {
  opacity: 1;
}
#content .portrait .person .arrow {
  display: none;
}
#content .portrait .person .swiper-wrapper {
  width: 100%;
  height: auto;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person dl:not(:last-child) {
  margin-bottom: 15px;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person dl dt {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person dl dt:not(:last-child) {
  margin-bottom: 6px;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person dl dd {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person dl dd a:hover {
  opacity: 1;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person .ph {
  width: 100%;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person .ph:not(:last-child) {
  margin-bottom: 15px;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person .credit {
  text-align: right;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person .credit:not(:last-child) {
  margin-bottom: 10px;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person .credit span {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person .credit a {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.2s ease-in 0s;
  margin-left: 8px;
}
#content .portrait .person .swiper-wrapper .swiper-slide.in-person .credit a:hover {
  opacity: 0.75;
}
#content .portrait .person .swiper-wrapper .swiper-slide.ph {
  display: none;
}
#content .portrait .person .swiper-wrapper .swiper-slide.blank {
  display: none;
}
#content .portrait .snap {
  width: 50%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
#content .portrait .snap.on {
  opacity: 1;
}
#content .portrait .blank {
  width: 50%;
  height: calc((100vw - 40px) / 2 * 1.25);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
#content .portrait .blank.on {
  opacity: 1;
}
#content .portrait .blank.blk {
  background-color: #000;
}
#content .portrait .blank.white {
  background-color: #FFF;
}
#content .portrait .blank.white p {
  color: #000;
}
#content .portrait .blank > div {
  width: 80px;
}
#content .portrait .blank p {
  color: #FFF;
  font-family: "benton-modern-display", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
}

#overlay {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in 0s;
}
#overlay.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
}
#overlay.on.hide {
  opacity: 0;
}
#overlay .inner {
  width: 100%;
  position: relative;
}
#overlay .inner h4 {
  color: #000;
  font-family: benton-modern-display-compre, serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
#overlay .inner .close {
  width: 48px;
  height: 48px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 11;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
#overlay .inner .close:hover {
  opacity: 0.75;
}
#overlay .inner .close span {
  width: 25px;
  height: 25px;
  background-image: url(../img/look/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#overlay .inner .data {
  width: 140px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50px;
  left: calc(80vh + 50px);
  z-index: 50;
}
#overlay .inner .data .btn-next {
  width: 15px;
  height: 15px;
  background-image: url(../img/look/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
#overlay .inner .data .btn-next:hover {
  opacity: 0.75;
}
#overlay .inner .data .btn-prev {
  width: 15px;
  height: 15px;
  background-image: url(../img/look/arrow.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: relative;
  transform: rotate(180deg);
  cursor: pointer;
}
#overlay .inner .data .btn-prev:hover {
  opacity: 0.75;
}
#overlay .inner .data .pagination {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
#overlay .inner .lookcombo {
  width: 100%;
}
#overlay .inner .lookcombo .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 30px;
}
#overlay .inner .lookcombo .set .lookphoto {
  width: 80vh;
  position: relative;
}
#overlay .inner .lookcombo .set .lookphoto .slider {
  width: 100%;
}
#overlay .inner .lookcombo .set .lookphoto .slider .swiper-wrapper {
  width: 100%;
}
#overlay .inner .lookcombo .set .lookphoto .slider .swiper-wrapper .swiper-slide {
  width: auto;
}
#overlay .inner .lookcombo .set .lookphoto .slider .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 100vh;
}
#overlay .inner .lookcombo .set .lookphoto .thumbwrap {
  width: 50px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 20;
}
#overlay .inner .lookcombo .set .lookphoto .thumbwrap.num2 {
  bottom: 113px;
}
#overlay .inner .lookcombo .set .lookphoto .thumbwrap.num3 {
  bottom: 186px;
}
#overlay .inner .lookcombo .set .lookphoto .thumbwrap.num4 {
  bottom: 259px;
}
#overlay .inner .lookcombo .set .lookphoto .thumbwrap.num5 {
  bottom: 332px;
}
#overlay .inner .lookcombo .set .lookphoto .thumbwrap .thumbnail {
  width: 100%;
  height: 63px;
}
#overlay .inner .lookcombo .set .lookphoto .thumbwrap .thumbnail .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#overlay .inner .lookcombo .set .lookphoto .thumbwrap .thumbnail .swiper-wrapper .swiper-slide {
  width: 50px;
  height: 63px;
}
#overlay .inner .lookcombo .set .credits {
  min-width: 230px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px 0;
  position: relative;
  transform: translateY(-30px);
}
#overlay .inner .lookcombo .set .credits dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #CCC;
}
#overlay .inner .lookcombo .set .credits dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#overlay .inner .lookcombo .set .credits dl dt span {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#overlay .inner .lookcombo .set .credits dl dt span:not(:last-child) {
  margin-bottom: 6px;
}
#overlay .inner .lookcombo .set .credits dl dd a {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
#overlay .inner .lookcombo .set .credits dl dd a:hover {
  color: #CCC;
}

footer.footer {
  width: 100%;
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer.footer .footer__logo {
  width: 132px;
  margin: 0px;
}
footer.footer .footer__logo a {
  width: 100%;
  height: 40px;
  background-image: url(../img/logo/logo_ur.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer.footer .footer__logo a img {
  display: none;
}
footer.footer .footer__copyright {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

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

  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }

  #loader {
    width: 100%;
    height: calc(var(--vh) * 100);
    min-height: 100%;
    background-color: #FFF;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    transition: opacity 0.75s ease-out;
  }
  #loader.hide {
    opacity: 0;
  }
  #loader .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .inner h2 {
    width: 90px;
    height: 48px;
    background-image: url(../img/logo/logo_teya.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    opacity: 0.4;
  }
  #loader .bar {
    width: 90px;
    height: 48px;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 45px);
    z-index: 5;
  }
  #loader .bar span {
    width: 0%;
    height: 100%;
    background-image: url(../img/logo/logo_teya.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 90px 48px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
  }

  header .inner {
    width: 100%;
    padding: 20px 10px;
  }
  header .inner h1 {
    width: 38px;
  }
  header .inner h1 a {
    height: 20px;
  }
  header .inner h2 {
    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 h2.pt {
    width: 106px;
    height: 24px;
    background-image: url(../img/portrait/title.png);
  }
  header .inner h2.lb {
    width: 92px;
    height: 18px;
  }

  .hum {
    top: 17px;
    right: 10px;
  }
  .hum:hover {
    opacity: 1;
  }

  nav {
    overflow: scroll;
  }
  nav .inner {
    width: 100%;
    height: auto;
    padding: 100px 0 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner h3 {
    color: #000;
    font-family: benton-modern-display-compre, serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
  }
  nav .inner ul {
    width: calc(100% - 140px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
    gap: 10px 0;
  }
  nav .inner ul li {
    width: 100%;
  }
  nav .inner ul li a:hover {
    opacity: 1;
  }
  nav .inner .navlink {
    width: 100%;
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  nav .inner .navlink:not(:last-child) {
    margin-bottom: 100px;
  }
  nav .inner .navlink a {
    color: #000;
    transition: all 0.2s ease-in 0s;
  }
  nav .inner .navlink a:hover {
    color: #666;
  }
  nav .inner p {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
  }

  #content {
    width: 100%;
    height: auto;
    padding: 10px 10px 110px 10px;
    border-bottom: solid 1px #000;
  }
  #content.pt {
    padding: 0 0 150px 0;
    border-bottom: solid 1px #000;
  }
  #content.lb {
    padding: 0 0 50px 0;
    border-bottom: solid 1px #000;
  }
  #content .visual {
    height: calc((100vw - 20px) * 1.25135);
    margin-bottom: 80px;
  }
  #content .visual.hide {
    opacity: 0;
  }
  #content .visual > div {
    width: calc(100% - 20px);
    height: calc((100vw - 20px) * 1.25135);
    top: 10px;
    left: 10px;
  }
  #content .lead {
    width: 100%;
    padding: 0 40px 80px 40px;
  }
  #content .lead .inner {
    width: 100%;
    padding: 0px;
  }
  #content .lead .inner h3 {
    color: #000;
    font-family: benton-modern-display-compre, serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }
  #content .lead .inner p {
    color: #000;
    font-family: benton-modern-display-compre, serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
  }
  #content .lead .inner p:not(:last-child) {
    margin-bottom: 40px;
  }
  #content .lead .inner p br {
    display: none;
  }
  #content .lead .inner .jp h4 {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  #content .lead .inner .jp p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  #content .lead .inner .jp p:not(:last-child) {
    margin-bottom: 8px;
  }
  #content .link {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  #content .link > div {
    width: 100%;
  }
  #content .link > div a:hover {
    opacity: 1;
  }
  #content .inner {
    padding: 58px 0 0 0;
  }
  #content .lookbook {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
  }
  #content .lookbook:not(:last-child) {
    margin-bottom: 50px;
  }
  #content .lookbook .thumb {
    width: calc((100% - 10px) / 2);
  }
  #content .lookbook .thumb:hover {
    opacity: 1;
  }
  #content .lookbook .thumb::after {
    width: 11px;
    height: 11px;
    bottom: 5px;
    right: 5px;
  }
  #content .collection {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #content .collection.on ul {
    height: calc((100vw - 20px - 9px) / 2 * 1.38 * 5 + 40px);
  }
  #content .collection.on .btn::before {
    transform: rotate(180deg);
  }
  #content .collection.on .btn span::before {
    content: "HIDE";
    display: inline;
  }
  #content .collection.on .btn span span {
    display: none;
  }
  #content .collection h3 {
    color: #000;
    font-family: benton-modern-display-compre, serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  #content .collection ul {
    height: calc((100vw - 20px - 9px) / 2 * 1.38);
    gap: 10px 9px;
    margin-bottom: 50px;
  }
  #content .collection ul li {
    width: calc((100% - 9px) / 2);
    height: calc((100vw - 20px - 9px) / 2 * 1.38);
  }
  #content .collection ul li .wrap {
    text-align: left;
    width: calc(100% - 40px);
    padding: 16px 0 0 0;
  }
  #content .collection ul li .wrap > p {
    color: #000;
    font-family: benton-modern-display-compre, serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
  }
  #content .collection ul li .wrap .ph {
    margin-bottom: 6px;
  }
  #content .collection ul li .wrap .data {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #content .collection ul li .wrap .data p {
    color: #000;
    font-family: benton-modern-display-compre, serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  #content .collection .lineup:not(:last-child) {
    margin-bottom: 60px;
  }
  #content .collection .lineup a {
    color: #000;
    font-family: "benton-modern-display", serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.2s ease-in 0s;
  }
  #content .collection .lineup a:hover {
    color: #666;
  }
  #content .collection .btn {
    width: 232px;
    height: 29px;
    gap: 0 6px;
  }
  #content .collection .btn:hover {
    opacity: 1;
  }
  #content .collection .btn:not(:last-child) {
    margin-bottom: 100px;
  }
  #content .collection .btn span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #content .collection .staff {
    width: 100%;
  }
  #content .collection .staff:not(:last-child) {
    margin-bottom: 100px;
  }
  #content .collection .staff p {
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #content .collection .backto {
    width: 100%;
  }
  #content .collection .backto:not(:last-child) {
    margin-bottom: 24px;
  }
  #content .collection .backto a:hover {
    color: #000;
  }
  #content .collection .footlink {
    width: 100%;
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #content .collection .footlink a {
    color: #000;
  }
  #content .collection .footlink a:hover {
    color: #000;
  }
  #content .portrait {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    overflow: hidden;
  }
  #content .portrait:not(:last-child) {
    margin-bottom: 100px;
  }
  #content .portrait .person {
    width: 100%;
    padding: 0px;
    border-bottom: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  #content .portrait .person .arrow {
    width: 13px;
    height: 8px;
    background-image: url(../img/portrait/arrow.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;
    top: calc(50% - 4px);
    z-index: 10;
    display: block;
  }
  #content .portrait .person .arrow.prev {
    left: 20px;
    transform: rotate(180deg);
  }
  #content .portrait .person .arrow.next {
    right: 20px;
  }
  #content .portrait .person .swiper-wrapper {
    width: 100%;
    min-height: 125vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person {
    width: 100%;
    padding: 0 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person dl:not(:last-child) {
    margin-bottom: 15px;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person dl dt {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person dl dt:not(:last-child) {
    margin-bottom: 6px;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person dl dd {
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person dl dd a {
    color: #000;
    transition: all 0.2s ease-in 0s;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person dl dd a:hover {
    opacity: 0.75;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person .ph {
    width: 100%;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person .ph:not(:last-child) {
    margin-bottom: 15px;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person .credit {
    text-align: right;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person .credit span {
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person .credit a {
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all 0.2s ease-in 0s;
    margin-left: 8px;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.in-person .credit a:hover {
    opacity: 0.75;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.ph {
    display: flex;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.blank {
    width: 100%;
    min-height: 125vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.blank.white p {
    color: #000;
  }
  #content .portrait .person .swiper-wrapper .swiper-slide.blank p {
    color: #FFF;
    font-family: "benton-modern-display", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  #content .portrait .snap {
    display: none;
  }
  #content .portrait .blank {
    display: none;
  }
  #content .portrait .thumb {
    width: calc((100% - 40px) / 3);
    position: relative;
  }
  #content .portrait .thumb::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/look/icon_cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
  }

  #overlay {
    width: 100%;
    height: 100%;
  }
  #overlay .inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: scroll;
  }
  #overlay .inner h4 {
    color: #000;
    font-family: benton-modern-display-compre, serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    top: 10px;
    left: 10px;
  }
  #overlay .inner .close {
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
  }
  #overlay .inner .close:hover {
    opacity: 1;
  }
  #overlay .inner .close span {
    width: 24px;
    height: 24px;
  }
  #overlay .inner .data {
    width: 140px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: calc(125vw + 20px);
    left: calc(50% - 70px);
    z-index: 50;
  }
  #overlay .inner .data .btn-next {
    width: 15px;
    height: 15px;
    background-image: url(../img/look/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
  #overlay .inner .data .btn-next:hover {
    opacity: 0.75;
  }
  #overlay .inner .data .btn-prev {
    width: 15px;
    height: 15px;
    background-image: url(../img/look/arrow.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: relative;
    transform: rotate(180deg);
    cursor: pointer;
  }
  #overlay .inner .data .btn-prev:hover {
    opacity: 0.75;
  }
  #overlay .inner .data .pagination {
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
  #overlay .inner .lookcombo {
    width: 100%;
  }
  #overlay .inner .lookcombo .set {
    width: 100%;
    padding: 0 0 80px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
  }
  #overlay .inner .lookcombo .set .lookphoto {
    width: 100%;
    margin-bottom: 80px;
    position: relative;
  }
  #overlay .inner .lookcombo .set .lookphoto .slider {
    width: 100%;
  }
  #overlay .inner .lookcombo .set .lookphoto .slider .swiper-wrapper {
    width: 100%;
  }
  #overlay .inner .lookcombo .set .lookphoto .slider .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  #overlay .inner .lookcombo .set .lookphoto .slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #overlay .inner .lookcombo .set .lookphoto .thumbwrap {
    width: 38px;
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 20;
  }
  #overlay .inner .lookcombo .set .lookphoto .thumbwrap.num2 {
    bottom: 62px;
  }
  #overlay .inner .lookcombo .set .lookphoto .thumbwrap.num3 {
    bottom: 114px;
  }
  #overlay .inner .lookcombo .set .lookphoto .thumbwrap.num4 {
    bottom: 166px;
  }
  #overlay .inner .lookcombo .set .lookphoto .thumbwrap.num5 {
    bottom: 218px;
  }
  #overlay .inner .lookcombo .set .lookphoto .thumbwrap .thumbnail {
    width: 100%;
    height: 47px;
  }
  #overlay .inner .lookcombo .set .lookphoto .thumbwrap .thumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .lookcombo .set .lookphoto .thumbwrap .thumbnail .swiper-wrapper .swiper-slide {
    width: 38px;
    height: 47px;
  }
  #overlay .inner .lookcombo .set .credits {
    min-width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px 0;
    position: relative;
    transform: translateY(0px);
  }
  #overlay .inner .lookcombo .set .credits dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #CCC;
  }
  #overlay .inner .lookcombo .set .credits dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .lookcombo .set .credits dl dt span {
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #overlay .inner .lookcombo .set .credits dl dt span:not(:last-child) {
    margin-bottom: 6px;
  }
  #overlay .inner .lookcombo .set .credits dl dd a {
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.2s ease-in 0s;
  }
  #overlay .inner .lookcombo .set .credits dl dd a:hover {
    color: #CCC;
  }

  footer.footer {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer.footer .footer__logo {
    width: 99px;
    margin: 0 0 30px 0;
  }
  footer.footer .footer__logo a {
    width: 100%;
    height: 30px;
  }
  footer.footer .footer__copyright {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
  }
}

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