@charset "UTF-8";
@import url("https://use.typekit.net/rsx8vym.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------- 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 {
  opacity: 0.6;
}

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;
}

span.brsp {
  display: none;
}

/*----- Sticky -----*/
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}

.notoverlap {
  position: relative;
  background-color: #FFF;
}

/*--------- 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: #A7C4CA;
  color: #A7C4CA; /* アクティブなドットの色 */
  opacity: 1;
}

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  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: 150px;
  height: 58px;
  background-image: url(../images/logo_slobe.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(167, 196, 202, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #A7C4CA;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(to bottom, #FFF 50%, #A7C4CA 50%);
}
header .header_links {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
header .header_links p {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
header .header_links p a {
  display: inline-block;
}
header .header_links p a:hover {
  opacity: 0.6;
  transition: all 0.25s ease-in 0s;
}
header .inner {
  width: 83vw;
  margin: 0 auto;
  padding: 0 0 4.6875vw;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .inner.on .text .main_title {
  opacity: 1;
}
header .inner.on .text .lead {
  opacity: 1;
}
header .inner.on .text nav {
  opacity: 1;
}
header .inner .photo {
  width: 50%;
}
header .inner .text {
  width: 50%;
  text-align: left;
  padding: 0 0 0 4.6875vw;
}
header .inner .text .main_title {
  width: 47.890625vw;
  padding: 0;
  margin: 0 auto 0 -9.375vw;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
header .inner .text .lead {
  padding: 4.6875vw 0 50px 0;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
header .inner .text nav {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
header .inner .text nav p {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
}
header .inner .text nav p span {
  text-decoration: underline;
  cursor: pointer;
}
header .inner .text nav p span:hover {
  opacity: 0.5;
  transition: all 0.25s ease-in 0s;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  margin: 11.71875vw auto 0;
  padding: 0 0 80px 0;
}
main .sec.bg_pink {
  background: linear-gradient(to bottom, #FFF calc(50% - 160px), #EDDDE5 calc(50% - 160px));
}
main .sec.bg_orange {
  background: linear-gradient(to bottom, #FFF calc(50% - 160px), #F9D18C calc(50% - 160px));
}
main .sec.bg_rime {
  background: linear-gradient(to bottom, transparent 76%, #FFF 76%), linear-gradient(to right, #C2E5E7 calc(50% + 100px), #FFF calc(50% + 100px));
}
main .sec.bg_green {
  background: linear-gradient(to bottom, transparent 76%, #FFF 76%), linear-gradient(to left, #C3D0BE calc(50% + 30px), #FFF calc(50% + 30px));
}
main .sec.bg_orange_ver {
  background: linear-gradient(to bottom, transparent 76%, #FFF 76%), linear-gradient(to left, #F9D18C calc(50% + 30px), #FFF calc(50% + 30px));
}
main .sec.bg_blue {
  background: linear-gradient(to bottom, transparent 76%, #FFF 76%), linear-gradient(to right, #A7C4CA calc(50% + 30px), #FFF calc(50% + 30px));
}
main .sec.bg_blue_hr {
  background: linear-gradient(to bottom, #FFF calc(50% - 160px), #A7C4CA calc(50% - 160px));
}
main .sec .insec {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
main .sec .insec.on .photo {
  opacity: 1;
}
main .sec .insec.on .text {
  opacity: 1;
}
main .sec .insec .photo {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type1 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
main .sec .insec.type1 .photo {
  width: calc((100% - 32px) * 0.6666666667);
  position: relative;
}
main .sec .insec.type1 .photo ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
main .sec .insec.type1 .photo ul li {
  width: calc((100% - 16px) / 2);
}
main .sec .insec.type1 .text {
  width: calc((100% - 32px) * 0.3333333333);
  text-align: left;
}
main .sec .insec.type1 .text h2 {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 0;
}
main .sec .insec.type1 .text P.caption {
  width: 80%;
  margin: 0 auto 0 0;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec.type1 .text .button {
  margin: 20px auto 20px 0;
  padding: 6px 15px 6px 20px;
  display: inline-block;
  text-wrap-mode: nowrap;
  border: solid 1px #333333;
  border-radius: 9999px;
}
main .sec .insec.type1 .text .button p {
  display: inline-block;
  color: #333333;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  cursor: pointer;
}
main .sec .insec.type1 .text .button p:hover {
  opacity: 0.6;
}
main .sec .insec.type2 {
  margin: 0 auto;
}
main .sec .insec.type2 .photo {
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
}
main .sec .insec.type2 .photo ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
main .sec .insec.type2 .photo ul li {
  width: calc((100% - 32px) / 3);
}
main .sec .insec.type2 .text {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
main .sec .insec.type2 .text h2 {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 0;
}
main .sec .insec.type2 .text h2 span {
  font-size: 0.5em;
  vertical-align: super;
}
main .sec .insec.type2 .text_wrap P.caption {
  width: 80%;
  margin: 0 auto 0 0;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec.type2 .text_wrap .button {
  margin: 20px auto 20px 0;
  padding: 6px 15px 6px 20px;
  display: inline-block;
  text-wrap-mode: nowrap;
  border: solid 1px #333333;
  border-radius: 9999px;
}
main .sec .insec.type2 .text_wrap .button p {
  display: inline-block;
  color: #333333;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  cursor: pointer;
}
main .sec .insec.type2 .text_wrap .button p:hover {
  opacity: 0.6;
}
main .sec .insec.type3 {
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px 16px;
}
main .sec .insec.type3 .photo {
  width: calc((100% - 16px) / 2);
  position: relative;
}
main .sec .insec.type3 .photo ul {
  width: 100%;
}
main .sec .insec.type3 .photo ul li {
  width: 100%;
}
main .sec .insec.type3 .text {
  width: calc((100% - 16px) / 2);
  text-align: left;
}
main .sec .insec.type3 .text h2 {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 7.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 10px;
}
main .sec .insec.type3 .text P.caption {
  width: 80%;
  margin: 0 auto 0 0;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec.type3 .text .button {
  margin: 20px auto 20px 0;
  padding: 6px 15px 6px 20px;
  display: inline-block;
  text-wrap-mode: nowrap;
  border: solid 1px #333333;
  border-radius: 9999px;
}
main .sec .insec.type3 .text .button p {
  display: inline-block;
  color: #333333;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  cursor: pointer;
}
main .sec .insec.type3 .text .button p:hover {
  opacity: 0.6;
}
main .sec .insec.type3 .bts {
  width: 100%;
}
main .sec .insec.type3 .bts ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
main .sec .insec.type3 .bts ul li {
  width: calc((100% - 32px) / 3);
}
main .sec .insec.type4 {
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px 16px;
}
main .sec .insec.type4 .photo {
  width: calc((100% - 16px) * 0.6);
  position: relative;
}
main .sec .insec.type4 .photo ul {
  width: 100%;
}
main .sec .insec.type4 .photo ul li {
  width: 100%;
}
main .sec .insec.type4 .text {
  width: calc((100% - 16px) * 0.4);
  text-align: left;
}
main .sec .insec.type4 .text h2 {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 7.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 10px;
}
main .sec .insec.type4 .text P.caption {
  width: 80%;
  margin: 0 auto 0 0;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec.type4 .text .button {
  margin: 20px auto 20px 0;
  padding: 6px 15px 6px 20px;
  display: inline-block;
  text-wrap-mode: nowrap;
  border: solid 1px #333333;
  border-radius: 9999px;
}
main .sec .insec.type4 .text .button p {
  display: inline-block;
  color: #333333;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  cursor: pointer;
}
main .sec .insec.type4 .text .button p:hover {
  opacity: 0.6;
}
main .sec .insec.type4 .bts {
  width: 100%;
}
main .sec .insec.type4 .bts ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
main .sec .insec.type4 .bts ul li {
  width: calc((100% - 32px) / 3);
}
main .sec .insec.type5 {
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px 16px;
}
main .sec .insec.type5 .photo {
  width: calc((100% - 16px) * 0.6);
  position: relative;
  order: 1;
}
main .sec .insec.type5 .photo ul {
  width: 100%;
}
main .sec .insec.type5 .photo ul li {
  width: 100%;
}
main .sec .insec.type5 .text {
  width: calc((100% - 16px) * 0.4);
  text-align: left;
  order: 2;
}
main .sec .insec.type5 .text h2 {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 7.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 10px;
}
main .sec .insec.type5 .text P.caption {
  width: 80%;
  margin: 0 auto 0 0;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec.type5 .text .button {
  margin: 20px auto 20px 0;
  padding: 6px 15px 6px 20px;
  display: inline-block;
  text-wrap-mode: nowrap;
  border: solid 1px #333333;
  border-radius: 9999px;
}
main .sec .insec.type5 .text .button p {
  display: inline-block;
  color: #333333;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  cursor: pointer;
}
main .sec .insec.type5 .text .button p:hover {
  opacity: 0.6;
}
main .sec .insec.type5 .bts {
  width: 100%;
  order: 3;
}
main .sec .insec.type5 .bts ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
main .sec .insec.type5 .bts ul li {
  width: calc((100% - 32px) / 3);
}

.staff {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 200px 0;
}
.staff p {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-style: normal;
  text-align: center;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1120px;
  padding: 0;
  margin: 0 auto;
  border-top: solid 1px #333333;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 40px;
  position: relative;
  box-sizing: border-box;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 15px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  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: #333333;
  opacity: 0.5;
}
footer .infoot div p {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  position: absolute;
  right: 10px;
  bottom: 40px;
  writing-mode: vertical-rl;
}
footer .infoot .pgtop a {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #333333;
  opacity: 0.5;
}

/* ---- looks(detail page) ---- */
#looks {
  width: 100%;
  height: 100vh;
  padding: 85px 0 0 0;
  background-color: rgb(255, 255, 255);
  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 {
  background-color: #333333;
  opacity: 0.6;
}
#looks .look-combo {
  width: 40%;
  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%;
  padding: 0px;
  margin: 0px;
  position: relative;
  /* ---- common credits ---- */
}
#looks .look-combo .look .item {
  width: 100%;
  padding: 0px;
}
#looks .look-combo .look .item:not(:last-child) {
  margin-bottom: 120px;
}
#looks .look-combo .look .item .ph {
  width: 100%;
  overflow: hidden;
  order: 1;
  position: relative;
}
#looks .look-combo .look .item .ph .arrow {
  width: 14px;
  height: 24px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 5;
}
#looks .look-combo .look .item .ph .arrow.left {
  left: 10px;
}
#looks .look-combo .look .item .ph .arrow.right {
  right: 10px;
  transform: rotate(180deg);
}
#looks .look-combo .look .credits_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#looks .look-combo .look .credits_wrap .credits:not(:last-child) {
  padding-bottom: 20px;
}
#looks .look-combo .look .credits {
  width: 100%;
  padding-top: 20px;
}
#looks .look-combo .look .credits:first-child {
  padding-right: 30px;
}
#looks .look-combo .look .credits .note {
  padding-bottom: 10px;
  color: #333333;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
#looks .look-combo .look .credits > div {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
#looks .look-combo .look .credits > div:hover {
  opacity: 0.7;
}
#looks .look-combo .look .credits > div.item-d-none dl dt {
  width: auto;
}
#looks .look-combo .look .credits > div.item-d-none dl dd {
  width: auto;
}
#looks .look-combo .look .credits > div.item-d-none dl dd a {
  display: none;
}
#looks .look-combo .look .credits > div.item-d-none dl dd span {
  color: #333333;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding: 2px 0;
  display: inline-block;
}
#looks .look-combo .look .credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .credits > div dl dt {
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#looks .look-combo .look .credits > div dl dt strong {
  color: #333333;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
#looks .look-combo .look .credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
#looks .look-combo .look .credits > div dl dt span {
  color: #333333;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-left: 5px;
}
#looks .look-combo .look .credits > div dl dd {
  margin-left: 20px;
}
#looks .look-combo .look .credits > div dl dd a {
  color: #333333;
  font-family: "baskerville-poster-pt", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 0 0 2px;
  display: block;
  background-color: transparent;
  border-bottom: solid 1px #333333;
}
#looks .look-combo .look .credits > div dl dd span {
  display: none;
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

/* ---- common credits ---- */
.credits:first-child {
  padding-right: 30px;
}
.credits .note {
  padding-bottom: 10px;
  color: #000;
  font-family: "baskerville-poster-pt", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits > div {
  transition: all 0.25s ease-in 0s;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: right;
}
.credits > div dl {
  width: 100%;
  display: inline-block;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.credits > div dl dt {
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt > span {
  color: #000;
  font-family: "baskerville-poster-pt", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dt > span:first-child {
  width: 100%;
  padding: 0 0 0 0;
}
.credits > div dl dd {
  margin-left: 10px;
}
.credits > div dl dd:hover {
  opacity: 0.4;
}
.credits > div dl dd a {
  color: #000;
  font-family: "baskerville-poster-pt", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 0;
  display: block;
  background-color: transparent;
}
.credits > div dl dd > div.item-d-none {
  margin-left: 0;
}
.credits > div dl dd > div.item-d-none a {
  display: none;
}
.credits > div dl dd span {
  display: none;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  span.brsp {
    text-decoration: none !important;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 100px;
    height: 38px;
  }
  #loader .bar {
    height: 8px;
  }
  header {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(to bottom, #FFF 0%, #FFF 40%, #A7C4CA 40%, #A7C4CA 78%, #FFF 78%, #FFF 100%);
  }
  header .header_links {
    width: 100%;
    padding: 15px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  header .header_links p {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  header .inner {
    width: 80vw;
    margin: 0 auto;
    padding: 10vw 0 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner .photo {
    width: 100%;
  }
  header .inner .text {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  header .inner .text .main_title {
    width: 100%;
    padding: 0;
    margin: 25px auto 0;
  }
  header .inner .text .lead {
    padding: 30px 0 30px 0;
    color: #333333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  header .inner .text nav p {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0em;
    font-style: normal;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    width: 100%;
    margin: 80px auto 0;
    padding: 0 0 0 0;
  }
  main .sec.bg_pink {
    background: linear-gradient(to right, transparent 90%, #FFF 90%), linear-gradient(to bottom, #FFF 0%, #FFF 20%, #EDDDE5 20%, #EDDDE5 60%, #FFF 60%, #FFF 100%);
  }
  main .sec.bg_orange {
    background: linear-gradient(to left, transparent 90%, #FFF 90%), linear-gradient(to bottom, #FFF 0%, #FFF 20%, #F9D18C 20%, #F9D18C 62%, #FFF 62%, #FFF 100%);
  }
  main .sec.bg_rime {
    background: linear-gradient(to bottom, #FFF 0%, #FFF 20%, #C2E5E7 20%, #C2E5E7 50%, #FFF 50%, #FFF 100%), linear-gradient(to right, #C2E5E7 0%, #C2E5E7 100%, #FFF 0%);
  }
  main .sec.bg_green {
    background: linear-gradient(to bottom, #FFF 0%, #FFF 20%, #C3D0BE 20%, #C3D0BE 40%, #FFF 40%, #FFF 100%), linear-gradient(to right, #C3D0BE 0%, #C3D0BE 100%, #FFF 0%);
  }
  main .sec.bg_orange_ver {
    background: linear-gradient(to bottom, #FFF 0%, #FFF 20%, #F9D18C 20%, #F9D18C 40%, #FFF 40%, #FFF 100%), linear-gradient(to right, #F9D18C 0%, #F9D18C 100%, #FFF 0%);
  }
  main .sec.bg_blue {
    background: linear-gradient(to bottom, #FFF 0%, #FFF 20%, #A7C4CA 20%, #A7C4CA 40%, #FFF 40%, #FFF 100%), linear-gradient(to right, #A7C4CA 0%, #A7C4CA 100%, #FFF 0%);
  }
  main .sec.bg_blue_hr {
    background: linear-gradient(to right, transparent 90%, #FFF 90%), linear-gradient(to bottom, #FFF 0%, #FFF 20%, #A7C4CA 20%, #A7C4CA 60%, #FFF 60%, #FFF 100%);
  }
  main .sec .insec {
    width: 80vw;
    margin: 0 auto;
    padding: 0;
  }
  main .sec .insec .photo {
    position: relative;
  }
  main .sec .insec.type1 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 20px;
  }
  main .sec .insec.type1 .photo {
    width: 62.5%;
    margin: 0 auto 0 0;
    position: relative;
  }
  main .sec .insec.type1 .photo ul {
    flex: none;
    gap: 0;
  }
  main .sec .insec.type1 .photo ul li {
    width: 100%;
  }
  main .sec .insec.type1 .text {
    width: 90%;
    margin: 0 auto 0 0;
  }
  main .sec .insec.type1 .text h2 {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 0;
  }
  main .sec .insec.type1 .text P.caption {
    width: 100%;
    margin: 0 auto 0 0;
    color: #333333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type1 .text .button {
    margin: 20px auto 20px 0;
    padding: 5px 12px 5px 16px;
  }
  main .sec .insec.type1 .text .button p {
    display: inline-block;
    color: #333333;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type2 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 20px;
  }
  main .sec .insec.type2 .photo {
    width: 62.5%;
    margin: 0 0 0 auto;
    position: relative;
  }
  main .sec .insec.type2 .photo ul {
    flex: none;
    gap: 0;
  }
  main .sec .insec.type2 .photo ul li {
    width: 100%;
  }
  main .sec .insec.type2 .text {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  main .sec .insec.type2 .text h2 {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 0;
  }
  main .sec .insec.type2 .text_wrap P.caption {
    width: 100%;
    margin: 0 auto 0 0;
    color: #333333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type2 .text_wrap .button {
    margin: 20px auto 20px 0;
    padding: 5px 12px 5px 16px;
  }
  main .sec .insec.type2 .text_wrap .button p {
    display: inline-block;
    color: #333333;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type3 {
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px 0;
  }
  main .sec .insec.type3 .photo {
    width: 100%;
    margin: 0 auto;
    position: relative;
    order: 1;
  }
  main .sec .insec.type3 .photo ul {
    width: 100%;
  }
  main .sec .insec.type3 .photo ul li {
    width: 100%;
  }
  main .sec .insec.type3 .text {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    order: 2;
  }
  main .sec .insec.type3 .text h2 {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 10px;
  }
  main .sec .insec.type3 .text P.caption {
    width: 100%;
    margin: 0 auto 0 0;
    color: #333333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type3 .text .button {
    margin: 20px auto 20px 0;
    padding: 5px 12px 5px 16px;
  }
  main .sec .insec.type3 .text .button p {
    display: inline-block;
    color: #333333;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type3 .bts {
    width: 80%;
    margin: 0 auto 0 0;
    order: 3;
  }
  main .sec .insec.type3 .bts ul {
    width: 100%;
    flex: none;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  main .sec .insec.type3 .bts ul li {
    width: 100%;
  }
  main .sec .insec.type4 {
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px 0;
  }
  main .sec .insec.type4 .photo {
    width: 100%;
    margin: 0 auto;
    position: relative;
    order: 1;
  }
  main .sec .insec.type4 .photo ul {
    width: 100%;
  }
  main .sec .insec.type4 .photo ul li {
    width: 100%;
  }
  main .sec .insec.type4 .text {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    order: 2;
  }
  main .sec .insec.type4 .text h2 {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 10px;
  }
  main .sec .insec.type4 .text P.caption {
    width: 100%;
    margin: 0 auto 0 0;
    color: #333333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type4 .text .button {
    margin: 20px auto 20px 0;
    padding: 5px 12px 5px 16px;
  }
  main .sec .insec.type4 .text .button p {
    display: inline-block;
    color: #333333;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type4 .bts {
    width: 80%;
    margin: 0 auto 0 0;
    order: 3;
  }
  main .sec .insec.type4 .bts ul {
    width: 100%;
    flex: none;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  main .sec .insec.type4 .bts ul li {
    width: 100%;
  }
  main .sec .insec.type5 {
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px 0;
  }
  main .sec .insec.type5 .photo {
    width: 100%;
    margin: 0 auto;
    position: relative;
    order: 1;
  }
  main .sec .insec.type5 .photo ul {
    width: 100%;
  }
  main .sec .insec.type5 .photo ul li {
    width: 100%;
  }
  main .sec .insec.type5 .text {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    order: 2;
  }
  main .sec .insec.type5 .text h2 {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 10px;
  }
  main .sec .insec.type5 .text P.caption {
    width: 100%;
    margin: 0 auto 0 0;
    color: #333333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type5 .text .button {
    margin: 20px auto 20px 0;
    padding: 5px 12px 5px 16px;
  }
  main .sec .insec.type5 .text .button p {
    display: inline-block;
    color: #333333;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type5 .bts {
    width: 80%;
    margin: 0 auto 0 0;
    order: 3;
  }
  main .sec .insec.type5 .bts ul {
    width: 100%;
    flex: none;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  main .sec .insec.type5 .bts ul li {
    width: 100%;
  }
  main .sec .insec.type6 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type6 .photo {
    width: 60%;
    position: relative;
    margin: 0 auto;
  }
  main .sec .insec.type6 .credits {
    margin: 10px 0 0 auto;
  }
  .staff {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    padding: 100px 0;
  }
  .staff p {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-style: normal;
    text-align: center;
  }
  footer {
    padding: 0;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 20px;
  }
  footer .infoot div h3 {
    width: 100px;
    margin: 0 auto 30px 0;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  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: "baskerville-poster-pt", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    right: 10px;
    bottom: 20px;
  }
  footer .infoot .pgtop a {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    font-style: normal;
  }
  /* ---- looks(detail page) ---- */
  #looks {
    width: 100%;
    height: 100vh;
    padding: 50px 0 0 0;
    background-color: rgb(255, 255, 255);
    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 .close div:hover span {
    background-color: #FFF;
    opacity: 0.6;
  }
  #looks .look-combo {
    width: 90%;
    margin: 0 auto;
  }
  #looks .look-combo .look {
    /* ---- common credits ---- */
  }
  #looks .look-combo .look .item:not(:last-child) {
    margin-bottom: 80px;
  }
  #looks .look-combo .look .item .ph {
    width: 100%;
  }
  #looks .look-combo .look .item .ph .arrow {
    width: 14px;
    height: 24px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 12px);
    z-index: 5;
  }
  #looks .look-combo .look .item .ph .arrow.left {
    left: 10px;
  }
  #looks .look-combo .look .item .ph .arrow.right {
    right: 10px;
    transform: rotate(180deg);
  }
  #looks .look-combo .look .credits_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look .credits_wrap .credits:not(:last-child) {
    padding-bottom: 15px;
  }
  #looks .look-combo .look .credits {
    width: 100%;
    padding-top: 15px;
  }
  #looks .look-combo .look .credits:first-child {
    padding-right: 30px;
  }
  #looks .look-combo .look .credits .note {
    padding-bottom: 10px;
    color: #333333;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-align: left;
  }
  #looks .look-combo .look .credits > div {
    width: 100%;
    transition: all 0.25s ease-in 0s;
  }
  #looks .look-combo .look .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  #looks .look-combo .look .credits > div:hover {
    opacity: 0.7;
  }
  #looks .look-combo .look .credits > div.item-d-none dl dt {
    width: auto;
  }
  #looks .look-combo .look .credits > div.item-d-none dl dd {
    width: auto;
  }
  #looks .look-combo .look .credits > div.item-d-none dl dd a {
    display: none;
  }
  #looks .look-combo .look .credits > div.item-d-none dl dd span {
    color: #333333;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 2px 0;
    display: inline-block;
  }
  #looks .look-combo .look .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .credits > div dl dt {
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look .credits > div dl dt strong {
    color: #333333;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #looks .look-combo .look .credits > div dl dt strong:not(:first-child) {
    margin-left: 5px;
  }
  #looks .look-combo .look .credits > div dl dt span {
    color: #333333;
    font-family: "baskerville-display-pt", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    margin-left: 5px;
  }
  #looks .look-combo .look .credits > div dl dd {
    margin-left: 15px;
  }
  #looks .look-combo .look .credits > div dl dd a {
    color: #333333;
    font-family: "baskerville-poster-pt", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-decoration: none;
    padding: 0 0 2px;
  }
  #looks .look-combo .look .credits > div dl dd span {
    display: none;
  }
  #looks .space {
    width: 100%;
  }
  /* common credits------ */
  .credits {
    width: 100%;
  }
  .credits:first-child {
    padding-right: 20px;
  }
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 8px;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .credits > div dl dt {
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt > span {
    color: #000;
    font-family: "baskerville-poster-pt", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div dl dt > span:first-child {
    width: 100%;
    padding: 0 0 0 0;
  }
  .credits > div dl dd {
    margin-left: 6px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "baskerville-poster-pt", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div dl dd.item-d-none {
    margin-left: 0;
  }
  .credits > div dl dd.item-d-none a {
    display: none;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */