@charset "UTF-8";
@import url("https://use.typekit.net/tmc8dab.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-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 {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer !important;
}

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

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, nav, footer {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 10px; /* 必要に応じて位置を調整 */
  list-style: none;
  text-align: center;
  width: 100%; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: " ";
  background-color: #FFF;
  /*font-size: 40px;  ドットのサイズ */
  /*color: $col4;  ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  background-color: #EBE7E0;
  color: #EBE7E0; /* アクティブなドットの色 */
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #D6D9D0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader .logo {
  width: 100px;
  height: 61px;
  background-image: url(../images/logo_plage.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(51, 51, 51, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #333333;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 100%;
  padding: 0 90px 280px 30px;
  box-sizing: border-box;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header .inner.on .visual h2 {
  opacity: 1;
}
header .inner .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
header .inner .logo h1 {
  width: 100px;
  height: auto;
}
header .inner .text {
  width: 94%;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}
header .inner .text h2 {
  width: 86%;
  height: auto;
  margin: 0 auto 40px;
}
header .inner .text h3 {
  width: 45%;
  height: auto;
  margin: 0 auto;
}
header .inner .photo {
  width: 100%;
}

nav {
  padding: 0;
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 2;
}
nav.on .links {
  opacity: 1;
}
nav .links {
  width: auto;
  min-width: 300px;
  white-space: nowrap;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease-in 0.25s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right top;
}
nav .links p {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  font-style: normal;
}
nav .links p:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #000;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: #D6D9D0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #D6D9D0;
}
main .notoverlap {
  position: relative;
}
main .main_visual {
  width: 45%;
  position: sticky;
  top: 0;
}
main .main_visual .inner {
  width: 100%;
  position: relative;
}
main .main_visual .inner .title {
  width: 54%;
  margin: 40px auto 0;
}
main .main_visual .inner .title h1 {
  width: 100%;
  margin: 0 auto 8%;
}
main .main_visual .inner .title h2 {
  width: 18%;
  margin: 0 auto;
}
main .main_visual .inner .visual01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .main_visual .inner .visual01.on > div {
  opacity: 1;
}
main .main_visual .inner .visual01 > div {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .main_visual .inner .visual01 > div:nth-child(1) {
  width: 20%;
  margin: 3.4% auto 0 3.4%;
  transition-delay: 0s;
}
main .main_visual .inner .visual01 > div:nth-child(2) {
  width: 19%;
  margin: 8.6% auto 0;
  transition-delay: 0.2s;
}
main .main_visual .inner .visual01 > div:nth-child(3) {
  width: 23%;
  margin: 0 5.2% 0 auto;
  transition-delay: 0.4s;
}
main .main_visual .inner .visual01 > div.break {
  flex-basis: 100%;
  height: 0;
}
main .main_visual .inner .visual01 > div:nth-child(5) {
  width: 17.3%;
  margin: 0 auto 0 13.8%;
  transition-delay: 0.6s;
}
main .main_visual .inner .visual01 > div:nth-child(6) {
  width: 30%;
  margin: 5.2% 12% 0 auto;
  transition-delay: 0.8s;
}
main .main_visual .inner .visual02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .main_visual .inner .visual02.on > div {
  opacity: 1;
}
main .main_visual .inner .visual02 > div {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .main_visual .inner .visual02 > div:nth-child(1) {
  width: 17.3%;
  transition-delay: 0.4s;
}
main .main_visual .inner .visual02 > div:nth-child(2) {
  width: 28.6%;
  margin: 5.2% 5.2% 0 auto;
  transition-delay: 0.6s;
}
main .main_visual .inner .visual02 > div.break {
  flex-basis: 100%;
  height: 0;
}
main .main_visual .inner .visual02 > div:nth-child(4) {
  width: 23%;
  margin: -12% auto 0 15.6%;
  transition-delay: 0.8s;
}
main .main_visual .inner .visual02 > div:nth-child(5) {
  width: 36.4%;
  margin: 4% 17.3% 0 auto;
  transition-delay: 1s;
}
main .lead.on .lead_text {
  opacity: 1;
}
main .lead .lead_text:not(:last-child) {
  padding-bottom: 15px;
}
main .main_contents {
  width: 55%;
  padding: 0 0 0 0;
  position: relative;
  background-color: #EBE7E0;
}
main .main_contents .sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main .main_contents .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px 20px;
}
main .main_contents .sec .insec .guest {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  transition: all 0.5s ease-in;
}
main .main_contents .sec .insec .guest.on {
  opacity: 1;
}
main .main_contents .sec .insec .guest:nth-child(even) {
  transition: all 0.5s ease-in 0.25s;
}
main .main_contents .sec .insec .guest:nth-child(odd) {
  transition: all 0.5s ease-in 0s;
}
main .main_contents .sec .insec .guest .guest_photo {
  width: 100%;
}
main .main_contents .sec .insec .guest .guest_profile {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
main .main_contents .sec .insec .guest .guest_profile .guest_name {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .main_contents .sec .insec .guest .guest_profile .guest_name > p:nth-child(2) {
  margin-left: 5px;
  padding-left: 5px;
  border-left: solid 1px #333333;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .main_contents .sec .insec .guest .guest_profile .guest_height {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .main_contents .sec .insec .guest .guest_profile .credits {
  padding: 28px 0 30px;
}
main .main_contents .sec .insec .guest .guest_profile .guest_more {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: underline;
  cursor: pointer;
}
main .main_contents .sec .item_list {
  width: 100%;
  margin: 100px auto;
}
main .main_contents .sec .item_list .item_list_button {
  width: 50%;
  margin: 0 auto;
}
main .main_contents .sec .item_list .item_list_button a {
  width: 100%;
  padding: 10px 20px;
  display: block;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  font-style: normal;
  background-color: #574D3B;
}
main .main_contents .sec .item_list .item_list_button a:hover {
  transition: all 0.25s ease-in 0s;
  opacity: 0.8;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  background-color: #EBE7E0;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 60px 10px;
  border-top: solid 1px #333333;
  position: relative;
}
footer .infoot div h3 {
  width: 120px;
  margin: 0 auto 40px 0;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 12px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #333333;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  color: #000;
  opacity: 0.5;
}
footer .infoot div p {
  color: #333333;
  font-family: "futura-pt", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  position: absolute;
  right: 0;
  bottom: 60px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
footer .infoot .pgtop a {
  color: #333333;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #000;
  opacity: 0.5;
}

/* ---- looks(detail page) ---- */
#looks {
  width: 100%;
  height: 100vh;
  padding: 85px 0 0 0;
  background-color: rgb(235, 231, 224);
  position: fixed;
  top: 0px;
  z-index: -999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  pointer-events: none;
}
#looks.active {
  pointer-events: auto;
  z-index: 999;
}
#looks.active .close div {
  pointer-events: auto;
}
#looks .close {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
#looks .close div {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
#looks .close div span {
  width: 10px;
  height: 10px;
  background-color: #333333;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
#looks .close div span:nth-child(1) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  transition: all 0.25s ease-in 0s;
  opacity: 0.5;
}
#looks .look-combo {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  margin: 0px;
  position: relative;
}
#looks .look-combo .look.items {
  width: 100%;
}
#looks .look-combo .look.items .item {
  width: 100%;
}
#looks .look-combo .look.items .item:not(:last-child) {
  margin-bottom: 200px;
}
#looks .look-combo .look.items .item .ph {
  max-width: 1100px;
  margin: 0 auto;
}
#looks .look-combo .look.items .item .ph ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
#looks .look-combo .look.items .item .ph ul li {
  width: calc((100% - 50px) / 2);
}
#looks .look-combo .look.items .item .profile {
  width: calc((100% - 120px) / 2);
  margin: 30px auto 50px 40px;
  text-align: left;
}
#looks .look-combo .look.items .item .profile .name {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
#looks .look-combo .look.items .item .profile .name > p:nth-child(2) {
  margin-left: 5px;
  padding-left: 5px;
  border-left: solid 1px #333333;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
#looks .look-combo .look.items .item .profile .height {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
#looks .look-combo .look.items .item .profile .text {
  width: 100%;
  padding-top: 40px;
}
#looks .look-combo .look.items .item .profile .text p {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
}
#looks .look-combo .look.items .item .profile .text p:not(:last-child) {
  padding-bottom: 12px;
}
#looks .look-combo .look.items .item .profile .credits {
  padding: 38px 0 0;
}
#looks .look-combo .look.items .item .other {
  width: 100%;
  position: relative;
}
#looks .look-combo .look.items .item .other.type1 > div {
  box-sizing: content-box;
}
#looks .look-combo .look.items .item .other.type1 > div:nth-child(1) {
  position: absolute;
  width: 20%;
  top: -40%;
  right: 22%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type1 > div:nth-child(2) {
  width: 56%;
  padding: 230px 0 0 40px;
}
#looks .look-combo .look.items .item .other.type1 > div:nth-child(3) {
  position: absolute;
  width: 25%;
  top: -6%;
  right: 0;
}
#looks .look-combo .look.items .item .other.type2 > div {
  box-sizing: content-box;
}
#looks .look-combo .look.items .item .other.type2 > div:nth-child(1) {
  position: absolute;
  width: 26%;
  top: -30%;
  right: 15%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type2 > div:nth-child(2) {
  width: 56%;
  padding: 120px 0 0 120px;
}
#looks .look-combo .look.items .item .other.type3 > div {
  box-sizing: content-box;
}
#looks .look-combo .look.items .item .other.type3 > div:nth-child(1) {
  position: absolute;
  width: 26%;
  bottom: 10%;
  right: 5%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type3 > div:nth-child(2) {
  width: 56%;
  padding: 120px 0 0 40px;
}
#looks .look-combo .look.items .item .other.type3 > div:nth-child(3) {
  position: absolute;
  width: 20%;
  top: -1%;
  right: 30%;
}
#looks .look-combo .look.items .item .other.type4 > div {
  box-sizing: content-box;
}
#looks .look-combo .look.items .item .other.type4 > div:nth-child(2) {
  position: absolute;
  width: 50%;
  bottom: 0%;
  right: 0%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type4 > div:nth-child(1) {
  width: 30%;
  padding: 70px 0 0 40px;
}
#looks .look-combo .look.items .item .other.type4 > div:nth-child(3) {
  position: absolute;
  width: 40%;
  top: -21%;
  right: -5%;
}
#looks .look-combo .look.items .item .other.type4 > div:nth-child(4) {
  position: absolute;
  width: 20%;
  top: -1%;
  right: 39%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type5 > div {
  box-sizing: content-box;
}
#looks .look-combo .look.items .item .other.type5 > div:nth-child(2) {
  position: absolute;
  width: 20%;
  bottom: 0%;
  right: -10%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type5 > div:nth-child(1) {
  width: 40%;
  padding: 120px 0 0 0;
}
#looks .look-combo .look.items .item .other.type5 > div:nth-child(3) {
  position: absolute;
  width: 20%;
  top: -60%;
  right: 15%;
}
#looks .look-combo .look.items .item .other.type5 > div:nth-child(4) {
  position: absolute;
  width: 40%;
  top: 40%;
  right: 13%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type6 > div {
  box-sizing: content-box;
}
#looks .look-combo .look.items .item .other.type6 > div:nth-child(1) {
  position: absolute;
  width: 20%;
  top: -30%;
  right: 22%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type6 > div:nth-child(2) {
  width: 56%;
  padding: 100px 0 0 40px;
}
#looks .look-combo .look.items .item .other.type6 > div:nth-child(3) {
  position: absolute;
  width: 40%;
  top: 45%;
  right: -5%;
}
#looks .look-combo .look.items .item .other.type7 > div {
  box-sizing: content-box;
}
#looks .look-combo .look.items .item .other.type7 > div:nth-child(2) {
  position: absolute;
  width: 20%;
  bottom: 0%;
  right: -8%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type7 > div:nth-child(1) {
  width: 40%;
  padding: 120px 0 0 0;
}
#looks .look-combo .look.items .item .other.type7 > div:nth-child(3) {
  position: absolute;
  width: 20%;
  top: -60%;
  right: 15%;
}
#looks .look-combo .look.items .item .other.type7 > div:nth-child(4) {
  position: absolute;
  width: 20%;
  top: 40%;
  right: 30%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type8 > div {
  box-sizing: content-box;
}
#looks .look-combo .look.items .item .other.type8 > div:nth-child(2) {
  position: absolute;
  width: 40%;
  bottom: 0%;
  right: -8%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type8 > div:nth-child(1) {
  width: 30%;
  padding: 290px 0 0 40px;
}
#looks .look-combo .look.items .item .other.type8 > div:nth-child(3) {
  position: absolute;
  width: 40%;
  top: -30%;
  right: -5%;
}
#looks .look-combo .look.items .item .other.type8 > div:nth-child(4) {
  position: absolute;
  width: 20%;
  top: 10%;
  right: 40%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type9 > div {
  box-sizing: content-box;
}
#looks .look-combo .look.items .item .other.type9 > div:nth-child(2) {
  position: absolute;
  width: 24%;
  bottom: 30%;
  right: -8%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type9 > div:nth-child(1) {
  width: 40%;
  padding: 120px 0 0 0;
}
#looks .look-combo .look.items .item .other.type9 > div:nth-child(3) {
  position: absolute;
  width: 20%;
  top: -60%;
  right: 20%;
}
#looks .look-combo .look.items .item .other.type9 > div:nth-child(4) {
  position: absolute;
  width: 30%;
  top: 40%;
  right: 23%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type10 > div {
  box-sizing: content-box;
}
#looks .look-combo .look.items .item .other.type10 > div:nth-child(1) {
  position: absolute;
  width: 30%;
  top: -20%;
  right: 12%;
  z-index: 1;
}
#looks .look-combo .look.items .item .other.type10 > div:nth-child(2) {
  width: 30%;
  padding: 70px 0 0 140px;
}
#looks .look-combo .look.items .item .other.type10 > div:nth-child(3) {
  position: absolute;
  width: 40%;
  top: 34%;
  right: 50px;
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

/* ---- common credits ---- */
.credits {
  width: 100%;
}
.credits > div {
  width: 100%;
}
.credits > div.item-d-none dl.items__credit dd {
  width: auto;
  border: none;
}
.credits > div.item-d-none dl.items__credit dd a {
  display: none;
}
.credits > div.item-d-none dl.items__credit dd a.line {
  color: #333333;
  font-family: "futura-pt", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  text-decoration: underline;
  display: inline-block;
}
.credits > div.item-d-none dl.items__credit dd a.line:hover {
  color: #000;
}
.credits > div:not(:last-child) {
  margin-bottom: 15px;
}
.credits > div dl.items__credit {
  width: 100%;
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl.items__credit dt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl.items__credit dt strong {
  color: #333333;
  font-family: "futura-pt", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl.items__credit dt strong:not(:first-child) {
  margin: 0 0 0 5px;
}
.credits > div dl.items__credit dt strong span {
  font-weight: 400;
  padding: 0 0 0 5px;
}
.credits > div dl.items__credit dt strong span.items__price::after {
  content: none;
  color: #333333;
  font-family: "futura-pt", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl.items__credit dt > span {
  color: #333333;
  font-family: "futura-pt", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl.items__credit dt > span:last-child {
  width: 100%;
  padding: 5px 0 0 0;
  font-size: 1.2rem;
}
.credits > div dl.items__credit dd {
  margin: 0 0 0 15px;
  padding: 3px 12px 2px;
  border: solid 1px #333333;
}
.credits > div dl.items__credit dd a {
  color: #333333;
  font-family: "futura-pt", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.03em;
  font-style: normal;
  text-decoration: none;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl.items__credit dd a:hover {
  opacity: 0.5;
}
.credits > div dl.items__credit dd a.line {
  display: none;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 61px;
    height: 37px;
  }
  #loader .bar {
    height: 8px;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .main_visual {
    width: 100%;
    height: auto;
    border-right: none;
    position: relative;
    top: 0;
    padding-bottom: 50px;
  }
  main .main_visual .inner {
    width: 100%;
    text-align: center;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  main .main_visual .inner .title {
    width: 70%;
    margin: 40px auto 0;
  }
  main .main_visual .inner .title h1 {
    width: 100%;
    margin: 0 auto 8%;
  }
  main .main_visual .inner .title h2 {
    width: 20%;
    margin: 0 auto;
  }
  main .main_visual .inner .visual01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .main_visual .inner .visual01.on > div {
    opacity: 1;
  }
  main .main_visual .inner .visual01 > div {
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .main_visual .inner .visual01 > div:nth-child(1) {
    width: 22%;
    margin: 3.4% auto 0 3.4%;
    transition-delay: 0s;
  }
  main .main_visual .inner .visual01 > div:nth-child(2) {
    width: 23%;
    margin: 8.6% auto 0;
    transition-delay: 0.2s;
  }
  main .main_visual .inner .visual01 > div:nth-child(3) {
    width: 23%;
    margin: 0 5.2% 0 auto;
    transition-delay: 0.4s;
  }
  main .main_visual .inner .visual01 > div.break {
    flex-basis: 100%;
    height: 0;
  }
  main .main_visual .inner .visual01 > div:nth-child(5) {
    width: 17.3%;
    margin: 0 auto 0 13.8%;
    transition-delay: 0.6s;
  }
  main .main_visual .inner .visual01 > div:nth-child(6) {
    width: 30%;
    margin: 5.2% 12% 0 auto;
    transition-delay: 0.8s;
  }
  main .main_visual .inner .visual02 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .main_visual .inner .visual02.on > div {
    opacity: 1;
  }
  main .main_visual .inner .visual02 > div {
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .main_visual .inner .visual02 > div:nth-child(1) {
    width: 17.3%;
    transition-delay: 0.4s;
  }
  main .main_visual .inner .visual02 > div:nth-child(2) {
    width: 28.6%;
    margin: 5.2% 5.2% 0 auto;
    transition-delay: 0.6s;
  }
  main .main_visual .inner .visual02 > div.break {
    flex-basis: 100%;
    height: 0;
  }
  main .main_visual .inner .visual02 > div:nth-child(4) {
    width: 23%;
    margin: -12% auto 0 15.6%;
    transition-delay: 0.8s;
  }
  main .main_visual .inner .visual02 > div:nth-child(5) {
    width: 36.4%;
    margin: 4% 17.3% 0 auto;
    transition-delay: 1s;
  }
  main .main_contents {
    width: 100%;
    padding: 0;
    position: relative;
  }
  main .main_contents .sec {
    width: 100%;
    max-width: inherit;
    padding: 0px;
    margin: 0 auto;
    border-right: none;
  }
  main .main_contents .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    gap: 50px 10px;
  }
  main .main_contents .sec .insec .guest {
    width: calc((100% - 10px) / 2);
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  main .main_contents .sec .insec .guest .guest_photo {
    width: 100%;
  }
  main .main_contents .sec .insec .guest .guest_profile .guest_name {
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .main_contents .sec .insec .guest .guest_profile .guest_name > p {
    width: 100%;
  }
  main .main_contents .sec .insec .guest .guest_profile .guest_name > p:not(:last-child) {
    padding-bottom: 3px;
  }
  main .main_contents .sec .insec .guest .guest_profile .guest_name > p:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .main_contents .sec .insec .guest .guest_profile .guest_height {
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .main_contents .sec .insec .guest .guest_profile .guest_more {
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-decoration: underline;
    cursor: pointer;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits {
    padding: 24px 0 24px;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div {
    width: 100%;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div:not(:last-child) {
    margin-bottom: 20px;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div.item-d-none dl dt {
    width: auto;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div.item-d-none dl dd {
    width: auto;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div.item-d-none dl dd a {
    display: none;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 4px 0;
    display: inline-block;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div dl dt {
    padding: 2px 0 6px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div dl dt strong {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div dl dt strong:not(:first-child) {
    margin-left: 0;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div dl dt > span {
    color: #333333;
    font-family: "futura-pt", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-style: normal;
    margin-left: 0;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div dl dt > span:last-child {
    width: 100%;
    padding: 3px 0 0 0;
    line-height: 1.2;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div dl dd {
    margin: 0;
    padding: 2px 10px 1px;
    border: solid 1px #333333;
  }
  main .main_contents .sec .insec .guest .guest_profile .credits > div dl dd a {
    color: #333333;
    font-family: "futura-pt", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  main .main_contents .sec .item_list {
    width: 100%;
    margin: 80px auto;
  }
  main .main_contents .sec .item_list .item_list_button {
    width: 80%;
    margin: 0 auto;
  }
  main .main_contents .sec .item_list .item_list_button a {
    width: 100%;
    padding: 10px 20px;
    display: block;
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.06em;
    font-style: normal;
    background-color: #574D3B;
  }
  main .main_contents .sec .item_list .item_list_button a:hover {
    transition: all 0.25s ease-in 0s;
    opacity: 0.8;
  }
  footer {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    background-color: #EBE7E0;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px 10px;
    border-top: solid 1px #333333;
    position: relative;
  }
  footer .infoot div h3 {
    width: 120px;
    margin: 0 auto 40px 0;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #333333;
    font-family: "futura-pt", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
    color: #000;
    opacity: 0.5;
  }
  footer .infoot div p {
    color: #333333;
    font-family: "futura-pt", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    position: absolute;
    right: 0;
    bottom: 40px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  footer .infoot .pgtop a {
    color: #333333;
    font-family: "futura-pt", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot .pgtop a:hover {
    color: #000;
    opacity: 0.5;
  }
  /* ---- looks(detail page) ---- */
  #looks {
    width: 100%;
    height: 100vh;
    padding: 50px 0 0 0;
    background-color: rgb(235, 231, 224);
    position: fixed;
    top: 0px;
    z-index: -999;
    overflow: scroll;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    pointer-events: none;
  }
  #looks.active {
    pointer-events: auto;
    z-index: 999;
  }
  #looks.active .close div {
    pointer-events: auto;
  }
  #looks .close {
    width: 30px;
    top: 10px;
    right: 10px;
  }
  #looks .close div {
    width: 30px;
    height: 30px;
  }
  #looks .close div span {
    width: 30px;
    height: 30px;
  }
  #looks .close div span:nth-child(1) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 17px;
    transform: rotate(45deg);
  }
  #looks .close div span:nth-child(2) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 17px;
    transform: rotate(-45deg);
  }
  #looks .look-combo {
    width: 100%;
  }
  #looks .look-combo .look:not(:last-child) {
    margin-bottom: 80px;
  }
  #looks .look-combo .look.items {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look.items:not(:last-child) {
    margin-bottom: 80px;
  }
  #looks .look-combo .look.items .item {
    width: 100%;
  }
  #looks .look-combo .look.items .item:not(:last-child) {
    margin-bottom: 100px;
  }
  #looks .look-combo .look.items .item .ph {
    max-width: 100%;
    margin: 0 auto;
  }
  #looks .look-combo .look.items .item .ph ul {
    flex: none;
    gap: 0;
  }
  #looks .look-combo .look.items .item .ph ul li {
    width: 100%;
  }
  #looks .look-combo .look.items .item .profile {
    width: 100%;
    margin: 22px auto 70px;
  }
  #looks .look-combo .look.items .item .profile .name {
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #looks .look-combo .look.items .item .profile .name > p:nth-child(2) {
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    font-style: normal;
  }
  #looks .look-combo .look.items .item .profile .height {
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #looks .look-combo .look.items .item .profile .text {
    width: 100%;
    padding-top: 20px;
  }
  #looks .look-combo .look.items .item .profile .text p {
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #looks .look-combo .look.items .item .profile .text p:not(:last-child) {
    padding-bottom: 10px;
  }
  #looks .look-combo .look.items .item .profile .credits {
    padding: 40px 0 0;
  }
  #looks .look-combo .look.items .item .profile .credits > div:not(:last-child) {
    margin-bottom: 15px;
  }
  #looks .look-combo .look.items .item .profile .credits > div.item-d-none dl dd span {
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 2px 0;
  }
  #looks .look-combo .look.items .item .profile .credits > div dl dt strong {
    color: #333333;
    font-family: "futura-pt", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #looks .look-combo .look.items .item .profile .credits > div dl dt > span {
    color: #333333;
    font-family: "futura-pt", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #looks .look-combo .look.items .item .profile .credits > div dl dt > span:last-child {
    padding: 3px 0 0 0;
  }
  #looks .look-combo .look.items .item .other {
    width: 100%;
    position: relative;
  }
  #looks .look-combo .look.items .item .other.type1 > div {
    box-sizing: content-box;
  }
  #looks .look-combo .look.items .item .other.type1 > div:nth-child(1) {
    position: absolute;
    width: 40%;
    top: 0%;
    right: 42%;
    z-index: 1;
  }
  #looks .look-combo .look.items .item .other.type1 > div:nth-child(2) {
    width: 76%;
    padding: 320px 0 0 20px;
  }
  #looks .look-combo .look.items .item .other.type1 > div:nth-child(3) {
    position: absolute;
    width: 40%;
    top: 12%;
    right: 7%;
  }
  #looks .look-combo .look.items .item .other.type2 > div {
    box-sizing: content-box;
  }
  #looks .look-combo .look.items .item .other.type2 > div:nth-child(1) {
    position: relative;
    width: 40%;
    top: inherit;
    right: inherit;
    z-index: 1;
    margin: 0 10% 0 auto;
  }
  #looks .look-combo .look.items .item .other.type2 > div:nth-child(2) {
    width: 56%;
    padding: 0;
    margin: -20px auto 0 5%;
  }
  #looks .look-combo .look.items .item .other.type3 > div {
    box-sizing: content-box;
  }
  #looks .look-combo .look.items .item .other.type3 > div:nth-child(1) {
    position: absolute;
    width: 30%;
    bottom: 10%;
    right: 5%;
    z-index: 1;
  }
  #looks .look-combo .look.items .item .other.type3 > div:nth-child(2) {
    width: 60%;
    padding: 200px 0 0 0;
  }
  #looks .look-combo .look.items .item .other.type3 > div:nth-child(3) {
    position: absolute;
    width: 30%;
    top: 0;
    right: 30%;
  }
  #looks .look-combo .look.items .item .other.type4 > div {
    box-sizing: content-box;
  }
  #looks .look-combo .look.items .item .other.type4 > div:nth-child(2) {
    position: relative;
    width: 60%;
    bottom: inherit;
    right: inherit;
    margin: -30px 0 0 auto;
    z-index: 1;
  }
  #looks .look-combo .look.items .item .other.type4 > div:nth-child(1) {
    width: 40%;
    padding: 0;
    margin: 10px auto 0 10%;
  }
  #looks .look-combo .look.items .item .other.type4 > div:nth-child(3) {
    position: relative;
    width: 65%;
    top: inherit;
    right: inherit;
    margin: 20px auto 0 0;
  }
  #looks .look-combo .look.items .item .other.type4 > div:nth-child(4) {
    position: relative;
    width: 40%;
    top: inherit;
    right: inherit;
    margin: -90px 40px 0 auto;
    z-index: 1;
  }
  #looks .look-combo .look.items .item .other.type5 > div {
    box-sizing: content-box;
  }
  #looks .look-combo .look.items .item .other.type5 > div:nth-child(2) {
    position: relative;
    width: 30%;
    bottom: inherit;
    right: inherit;
    z-index: 1;
    margin: 30px auto 0 15%;
  }
  #looks .look-combo .look.items .item .other.type5 > div:nth-child(1) {
    width: 56%;
    padding: 0;
    margin: 30px 6% 0 auto;
  }
  #looks .look-combo .look.items .item .other.type5 > div:nth-child(3) {
    position: relative;
    width: 40%;
    top: inherit;
    right: inherit;
    z-index: 1;
    margin: -100px 10% 0 auto;
  }
  #looks .look-combo .look.items .item .other.type5 > div:nth-child(4) {
    position: relative;
    width: 66%;
    top: inherit;
    right: inherit;
    z-index: 0;
    margin: -30px auto 0 4%;
  }
  #looks .look-combo .look.items .item .other.type6 > div {
    box-sizing: content-box;
  }
  #looks .look-combo .look.items .item .other.type6 > div:nth-child(1) {
    position: relative;
    width: 40%;
    top: inherit;
    right: inherit;
    z-index: 1;
    margin: 30px auto 0 10%;
  }
  #looks .look-combo .look.items .item .other.type6 > div:nth-child(2) {
    width: 60%;
    padding: 0;
    margin: 20px 10% 0 auto;
  }
  #looks .look-combo .look.items .item .other.type6 > div:nth-child(3) {
    position: relative;
    width: 50%;
    top: inherit;
    right: inherit;
    margin: 20px auto 0 10%;
  }
  #looks .look-combo .look.items .item .other.type7 > div {
    box-sizing: content-box;
  }
  #looks .look-combo .look.items .item .other.type7 > div:nth-child(2) {
    position: relative;
    width: 30%;
    bottom: inherit;
    right: inherit;
    z-index: 1;
    margin: -80px auto 0 3%;
  }
  #looks .look-combo .look.items .item .other.type7 > div:nth-child(1) {
    width: 60%;
    padding: 0;
    margin: 30px 3% 0 auto;
  }
  #looks .look-combo .look.items .item .other.type7 > div:nth-child(3) {
    position: relative;
    width: 30%;
    top: inherit;
    right: inherit;
    margin: -40px 10% 0 auto;
  }
  #looks .look-combo .look.items .item .other.type7 > div:nth-child(4) {
    position: relative;
    width: 40%;
    top: inherit;
    right: inherit;
    z-index: 1;
    margin: -100px auto 0 12%;
  }
  #looks .look-combo .look.items .item .other.type8 > div {
    box-sizing: content-box;
  }
  #looks .look-combo .look.items .item .other.type8 > div:nth-child(2) {
    position: relative;
    width: 44%;
    bottom: inherit;
    right: inherit;
    z-index: 1;
    margin: -70px 0 0 auto;
  }
  #looks .look-combo .look.items .item .other.type8 > div:nth-child(1) {
    width: 50%;
    padding: 0;
    margin: 0 auto 0 3%;
  }
  #looks .look-combo .look.items .item .other.type8 > div:nth-child(3) {
    position: relative;
    width: 55%;
    top: inherit;
    right: inherit;
    margin: -15px auto 0 5%;
  }
  #looks .look-combo .look.items .item .other.type8 > div:nth-child(4) {
    position: relative;
    width: 30%;
    top: inherit;
    right: inherit;
    z-index: 1;
    margin: -80px 5% 0 auto;
  }
  #looks .look-combo .look.items .item .other.type9 > div {
    box-sizing: content-box;
  }
  #looks .look-combo .look.items .item .other.type9 > div:nth-child(2) {
    position: relative;
    width: 50%;
    bottom: inherit;
    right: inherit;
    z-index: 1;
    margin: -40px 0 0 auto;
  }
  #looks .look-combo .look.items .item .other.type9 > div:nth-child(1) {
    width: 50%;
    padding: 0;
    margin: 0 auto 0 5%;
  }
  #looks .look-combo .look.items .item .other.type9 > div:nth-child(3) {
    position: relative;
    width: 28%;
    top: inherit;
    right: inherit;
    margin: -50px auto 0 10%;
  }
  #looks .look-combo .look.items .item .other.type9 > div:nth-child(4) {
    position: relative;
    width: 50%;
    top: inherit;
    right: inherit;
    z-index: 1;
    margin: -80px 5% 0 auto;
  }
  #looks .look-combo .look.items .item .other.type10 > div {
    box-sizing: content-box;
  }
  #looks .look-combo .look.items .item .other.type10 > div:nth-child(1) {
    position: relative;
    width: 40%;
    top: inherit;
    right: inherit;
    z-index: 1;
    margin: 0 auto 0 6%;
  }
  #looks .look-combo .look.items .item .other.type10 > div:nth-child(2) {
    width: 40%;
    padding: 0;
    margin: -32px 8% 0 auto;
  }
  #looks .look-combo .look.items .item .other.type10 > div:nth-child(3) {
    position: relative;
    width: 45%;
    top: inherit;
    right: inherit;
    margin: -50px auto 0 12%;
  }
  #looks .space {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */