@charset "UTF-8";
@import url("https://use.typekit.net/rkt3pso.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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.loaded.looking {
  overflow: hidden;
}

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
#loader .logo {
  width: 200px;
  height: 45px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 22px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}
header .inner ul li {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
header .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner ul li a {
  color: #FFF;
  display: block;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #000;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main section {
  width: 100%;
}
main section.visual {
  width: 100%;
  padding: 0px 0;
  margin: 0 auto 80px auto;
}
main section.lead {
  width: 100%;
  padding: 0px 0;
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.lead.on {
  opacity: 1;
}
main section.lead h3 {
  width: 240px;
  height: 206px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
}
main section.lead p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section.looks {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.looks .credits {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section.looks .credits > div {
  width: 100%;
}
main section.looks .credits > div:not(:last-child) {
  margin-bottom: 5px;
}
main section.looks .credits > div dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section.looks .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section.looks .credits > div dl dt span:first-child {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section.looks .credits > div dl dt span:first-child strong {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main section.looks .credits > div dl dt span:first-child strong:not(:first-child) {
  margin-left: 5px;
}
main section.looks .credits > div dl dt span:nth-child(2) {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 5px;
}
main section.looks .credits > div dl dd {
  margin-left: 5px;
}
main section.looks .credits > div dl dd a {
  transition: all 0.25s ease-in 0s;
}
main section.looks .credits > div dl dd a:hover {
  opacity: 0.7;
}
main section.looks .credits > div dl dd a span {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  position: relative;
}
main section.looks .look {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.looks .look.on {
  opacity: 1;
}
main section.looks .look.lk1 {
  width: calc(100% - 600px);
  padding: 0 0 0 0;
  position: relative;
}
main section.looks .look.lk1:not(:last-child) {
  margin-bottom: 300px;
}
main section.looks .look.lk1.on ul li {
  opacity: 1;
}
main section.looks .look.lk1::before {
  content: "";
  width: 6.25vw;
  height: 42.70625vw;
  background-image: url(../images/text_deco1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: calc((6.25vw + 40px) * -1);
}
main section.looks .look.lk1 ul {
  width: 50vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 40px;
}
main section.looks .look.lk1 ul li {
  width: calc((50vw - 80px) / 3);
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.looks .look.lk1 ul li:nth-child(1) {
  transition-delay: 0.3s;
}
main section.looks .look.lk1 ul li:nth-child(2) {
  transition-delay: 0.6s;
}
main section.looks .look.lk1 ul li:nth-child(3) {
  transition-delay: 0.9s;
}
main section.looks .look.lk1 ul li:nth-child(4) {
  transition-delay: 1.2s;
}
main section.looks .look.lk1 ul li:nth-child(5) {
  transition-delay: 1.5s;
}
main section.looks .look.lk2 {
  width: 45vw;
  padding: 0;
  position: relative;
}
main section.looks .look.lk2:not(:last-child) {
  margin-bottom: 300px;
}
main section.looks .look.lk2 .photos {
  width: 100%;
}
main section.looks .look.lk2 .photos ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}
main section.looks .look.lk2 .photos ul li {
  width: 50%;
}
main section.looks .look.lk2 .credits {
  display: none;
}
main section.looks .look.lk3 {
  width: 72vw;
  padding: 0;
  position: relative;
}
main section.looks .look.lk3.on .photos > ul > li {
  opacity: 1;
}
main section.looks .look.lk3 .photos {
  width: 100%;
}
main section.looks .look.lk3 .photos > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0px;
}
main section.looks .look.lk3 .photos > ul::before {
  content: "";
  width: 50%;
  display: block;
  order: 2;
}
main section.looks .look.lk3 .photos > ul > li {
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.looks .look.lk3 .photos > ul > li:nth-child(1) {
  order: 1;
  transition-delay: 0.3s;
}
main section.looks .look.lk3 .photos > ul > li:nth-child(2) {
  order: 3;
  transition-delay: 0.6s;
}
main section.looks .look.lk3 .photos > ul > li:nth-child(3) {
  order: 4;
  transition-delay: 0.9s;
}
main section.looks .look.lk3 .photos > ul > li:nth-child(4) {
  order: 5;
  transition-delay: 1.2s;
}
main section.looks .look.lk3 .photos > ul > li .credits {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 50px 50px 0 0;
}
main section.looks .look.lk3 .photos > ul > li .credits > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section.looks .look.lk4 {
  width: 23vw;
  padding: 0;
  margin: -450px 0 0 auto;
  position: relative;
  transform: translateX(-100px);
}
main section.looks .look.lk4::before {
  content: "";
  width: 7.5vw;
  height: 44.685vw;
  background-image: url(../images/text_deco2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: calc((7.5vw + 20px) * -1);
}
main section.looks .look.lk4 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}
main section.looks .look.lk4 ul li {
  width: 100%;
}
main section.looks .look.lk5 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
main section.looks .look.lk5:not(:last-child) {
  margin-bottom: 400px;
}
main section.looks .look.lk5.on ul li {
  opacity: 1;
}
main section.looks .look.lk5 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}
main section.looks .look.lk5 ul li {
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.looks .look.lk5 ul li:nth-child(1) {
  transition-delay: 0.3s;
}
main section.looks .look.lk5 ul li:nth-child(2) {
  transition-delay: 0.6s;
}
main section.looks .look.lk6 {
  width: 58%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
main section.looks .look.lk6:not(:last-child) {
  margin-bottom: 400px;
}
main section.looks .look.lk6 .photo {
  width: 100%;
}
main section.looks .look.lk6 .photo:not(:last-child) {
  margin-bottom: 30px;
}
main section.looks .look.lk6 .credits {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.looks .look.lk6 .credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.looks .look.lk6 .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.looks .look.lk6 .credits > div dl dt span:first-child {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.looks .look.lk7 {
  width: 72vw;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
main section.looks .look.lk7:not(:last-child) {
  margin-bottom: 400px;
}
main section.looks .look.lk7.on ul li {
  opacity: 1;
}
main section.looks .look.lk7 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}
main section.looks .look.lk7 ul li {
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.looks .look.lk7 ul li:nth-child(1) {
  transition-delay: 0.3s;
}
main section.looks .look.lk7 ul li:nth-child(2) {
  transition-delay: 0.6s;
}
main section.looks .look.lk8 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
main section.looks .look.lk8:not(:last-child) {
  margin-bottom: 400px;
}
main section.looks .look.lk8.on ul li {
  opacity: 1;
}
main section.looks .look.lk8 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}
main section.looks .look.lk8 ul li {
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.looks .look.lk8 ul li:nth-child(1) {
  transition-delay: 0.3s;
}
main section.looks .look.lk8 ul li:nth-child(2) {
  transition-delay: 0.6s;
}
main section.looks .look.lk9 {
  width: 35%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
main section.looks .look.lk9:not(:last-child) {
  margin-bottom: 400px;
}
main section.looks .look.lk9 .photo {
  width: 100%;
}
main section.looks .look.lk9 .photo:not(:last-child) {
  margin-bottom: 20px;
}
main section.looks .look.lk9 p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section.looks .logo {
  width: 72vw;
  margin-top: -11.7558vw;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.looks .logo.on {
  opacity: 1;
}
main section.looks .logo:not(:last-child) {
  margin-bottom: 300px;
}
main section.looks .logo h4 {
  width: 27vw;
  height: 11.7558vw;
  background-image: url(../images/title2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

footer {
  width: 100%;
  padding: 180px 0 100px 0;
  margin: 0 auto;
}
footer .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}
footer .inner ul li {
  text-align: left;
}
footer .inner ul li:not(:first-child) {
  margin-left: 5px;
}
footer .inner ul li span {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li a {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li a:hover {
  opacity: 0.7;
}
footer .inner .cp {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .pgtop {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 1.4rem;
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 0.25s ease-in 0s;
}
footer .inner .pgtop:hover {
  opacity: 0.7;
}

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

  #loader .logo {
    width: 110px;
    height: 25px;
    left: calc(50% - 55px);
    top: calc(50% - 12px);
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main section {
    width: 100%;
  }
  main section.visual {
    width: 100%;
    padding: 0px 0;
    margin: 0 auto 50px auto;
  }
  main section.lead {
    width: calc(100% - 60px);
    padding: 0px 0;
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.lead h3 {
    width: 260px;
    height: 113px;
    background-image: url(../images/title_sp.png);
    margin-bottom: 60px;
  }
  main section.lead p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  main section.lead p br {
    display: none;
  }
  main section.looks {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.looks .credits {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .credits > div dl dt span:first-child {
    display: inline-block;
  }
  main section.looks .credits > div dl dt span:first-child strong {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    display: inline;
  }
  main section.looks .credits > div dl dt span:first-child strong:not(:first-child) {
    margin-left: 0px;
  }
  main section.looks .credits > div dl dt span:first-child strong:not(:last-child) {
    margin-right: 5px;
  }
  main section.looks .credits > div dl dt span:nth-child(2) {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    display: none;
  }
  main section.looks .credits > div dl dd {
    margin-left: 0px;
  }
  main section.looks .credits > div dl dd a:hover {
    opacity: 1;
  }
  main section.looks .credits > div dl dd a span {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section.looks .look.lk1 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
  }
  main section.looks .look.lk1:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.looks .look.lk1::before {
    width: 23vw;
    height: 157.2625vw;
    margin: 0 20px 0 0;
    position: relative;
    top: auto;
    left: auto;
  }
  main section.looks .look.lk1 ul {
    width: 60vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0px;
  }
  main section.looks .look.lk1 ul li {
    width: 100%;
  }
  main section.looks .look.lk2 {
    width: 100%;
    padding: 0;
  }
  main section.looks .look.lk2:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.looks .look.lk2 .photos {
    width: 100%;
  }
  main section.looks .look.lk2 .photos:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.looks .look.lk2 .photos ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
  }
  main section.looks .look.lk2 .photos ul li {
    width: 50%;
  }
  main section.looks .look.lk2 .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
  }
  main section.looks .look.lk3 {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 auto 150px auto;
  }
  main section.looks .look.lk3 .photos {
    width: 100%;
  }
  main section.looks .look.lk3 .photos > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0;
  }
  main section.looks .look.lk3 .photos > ul::before {
    content: none;
  }
  main section.looks .look.lk3 .photos > ul > li {
    width: 80%;
  }
  main section.looks .look.lk3 .photos > ul > li:nth-child(1) {
    order: 1;
  }
  main section.looks .look.lk3 .photos > ul > li:nth-child(2) {
    display: none;
  }
  main section.looks .look.lk3 .photos > ul > li:nth-child(3) {
    order: 2;
  }
  main section.looks .look.lk3 .photos > ul > li:nth-child(4) {
    order: 3;
  }
  main section.looks .look.lk4 {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    transform: none;
  }
  main section.looks .look.lk4::before {
    content: "";
    width: 23vw;
    height: auto;
    background-image: url(../images/text_deco2.png);
    background-position: left top;
    margin-right: 20px;
    position: relative;
    top: auto;
    left: auto;
  }
  main section.looks .look.lk4 .photos {
    width: 67%;
  }
  main section.looks .look.lk4 .photos ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look.lk5:not(:last-child) {
    margin-bottom: 150px;
  }
  main section.looks .look.lk6 {
    width: 70%;
  }
  main section.looks .look.lk6:not(:last-child) {
    margin-bottom: 150px;
  }
  main section.looks .look.lk6 .photo:not(:last-child) {
    margin-bottom: 10px;
  }
  main section.looks .look.lk6 .credits {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look.lk6 .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look.lk6 .credits > div dl dt {
    display: inline-block;
  }
  main section.looks .look.lk6 .credits > div dl dt span:first-child {
    display: inline;
  }
  main section.looks .look.lk6 .credits > div dl dd a span {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section.looks .look.lk7 {
    width: 100%;
  }
  main section.looks .look.lk7:not(:last-child) {
    margin-bottom: 150px;
  }
  main section.looks .look.lk7 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0px;
  }
  main section.looks .look.lk7 ul li {
    width: calc(50% - 5px);
  }
  main section.looks .look.lk8:not(:last-child) {
    margin-bottom: 150px;
  }
  main section.looks .look.lk8 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
  }
  main section.looks .look.lk8 ul li {
    width: 100%;
  }
  main section.looks .look.lk9 {
    width: 60%;
    margin: 0 auto;
    position: relative;
  }
  main section.looks .look.lk9:not(:last-child) {
    margin-bottom: 400px;
  }
  main section.looks .look.lk9 .photo {
    width: 100%;
  }
  main section.looks .look.lk9 .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.looks .look.lk9 p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section.looks .logo {
    width: calc(100% - 20px);
    margin-top: -13.062vw;
  }
  main section.looks .logo:not(:last-child) {
    margin-bottom: 150px;
  }
  main section.looks .logo h4 {
    width: 30vw;
    height: 13.062vw;
  }

  footer {
    width: 100%;
    padding: 100px 0 50px 0;
    margin: 0 auto;
  }
  footer .inner ul {
    margin-bottom: 40px;
  }
  footer .inner ul li {
    text-align: left;
  }
  footer .inner ul li:not(:first-child) {
    margin-left: 5px;
  }
  footer .inner ul li span {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li a {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li a:hover {
    opacity: 1;
  }
  footer .inner .cp {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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