@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: acumin-pro-extra-condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.loaded.looking {
  overflow: hidden;
}

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

a:hover, a:active, a.active {
  color: #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: 90px;
  height: 17px;
  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% - 45px);
  top: calc(50% - 9px);
}
#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: acumin-pro-extra-condensed, sans-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: 1150px;
  padding: 70px 0;
  margin: 0 auto;
}
main section.visual.on .invisual > div {
  opacity: 1;
}
main section.visual .invisual {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.visual .invisual > div {
  opacity: 0;
  transition: all 0.45s ease-in 0s;
}
main section.visual .invisual > div:nth-child(1) {
  transition-delay: 0.2s;
}
main section.visual .invisual > div:nth-child(2) {
  transition-delay: 0.3s;
}
main section.visual .invisual > div:nth-child(3) {
  transition-delay: 0.4s;
}
main section.visual .invisual > div:nth-child(4) {
  transition-delay: 0.5s;
}
main section.visual .invisual > div:nth-child(5) {
  transition-delay: 0.6s;
}
main section.visual .invisual > div:nth-child(6) {
  transition-delay: 0.7s;
}
main section.visual .invisual > div:nth-child(7) {
  transition-delay: 0.8s;
}
main section.visual .invisual > div:nth-child(8) {
  transition-delay: 0.9s;
}
main section.visual .invisual > div:nth-child(9) {
  transition-delay: 1s;
}
main section.visual .invisual > div:nth-child(10) {
  transition-delay: 1.1s;
}
main section.visual .invisual > div:nth-child(11) {
  transition-delay: 1.2s;
}
main section.visual .invisual .ph {
  width: calc((100% - 30px) / 4);
  margin-left: 10px;
}
main section.visual .invisual .ph:nth-child(5), main section.visual .invisual .ph:nth-child(8) {
  margin-left: 0px;
}
main section.visual .invisual .ph:not(:nth-child(n+8)) {
  margin-bottom: 10px;
}
main section.visual .invisual .tt {
  width: calc((100% - 30px) / 4);
}
main section.visual .invisual .tt > div {
  width: 100%;
  height: 100%;
  position: relative;
}
main section.visual .invisual .tt > div h2 {
  width: 316px;
  height: 330px;
  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;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main section.visual .invisual .tt2 {
  width: calc((100% - 30px) / 4 * 2 + 10px);
  margin-left: 10px;
}
main section.visual .invisual .tt2 > div {
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.visual .invisual .tt2 > div h2 {
  width: 498px;
  height: 230px;
  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;
  position: relative;
  transform: translateY(-30px);
  z-index: 1;
}
main section.visual .invisual .tt2 > div p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section.visual .sp {
  display: none;
}
main section.looks {
  width: 100%;
  padding: 70px 0;
}
main section.looks:nth-child(even) {
  background-color: #F4F4F4;
}
main section.looks.on .look .photos {
  opacity: 1;
}
main section.looks.on .look .data {
  opacity: 1;
}
main section.looks .look {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section.looks .look .photos {
  width: 570px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section.looks .look .photos .photo {
  width: 100%;
}
main section.looks .look .photos .photo .swiper-slide {
  width: 100%;
  border: solid 1px #000;
}
main section.looks .look .photos .thumb {
  width: 80px;
  height: 326px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  overflow: hidden;
}
main section.looks .look .photos .thumb .swiper-slide {
  width: 100%;
  border: solid 1px #000;
}
main section.looks .look .data {
  text-align: left;
  width: 540px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main section.looks .look .data .name {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main section.looks .look .data .name:not(:last-child) {
  margin-bottom: 20px;
}
main section.looks .look .data .name h4 {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main section.looks .look .data .name h5 {
  width: auto;
  height: 36px;
  padding: 0 40px;
  margin: 0 0 0 20px;
  border: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(-0.7rem);
}
main section.looks .look .data .name h5.p10 {
  padding: 0 10px;
}
main section.looks .look .data .name h5.p15 {
  padding: 0 15px;
}
main section.looks .look .data .name h5.p25 {
  padding: 0 25px;
}
main section.looks .look .data .name h5.p30 {
  padding: 0 30px;
}
main section.looks .look .data .name h5.p50 {
  padding: 0 50px;
}
main section.looks .look .data .name h5.p55 {
  padding: 0 55px;
}
main section.looks .look .data .name h5 span {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
main section.looks .look .data .age {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main section.looks .look .data .age:not(:last-child) {
  margin-bottom: 20px;
}
main section.looks .look .data .age span:nth-child(1) {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main section.looks .look .data .age span:nth-child(2) {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 0.1em;
}
main section.looks .look .data .insta:not(:last-child) {
  margin-bottom: 45px;
}
main section.looks .look .data .insta a {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  background-image: url(../images/logo_insta.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding: 0 0 0 28px;
  display: inline-block;
}
main section.looks .look .data .comment {
  width: 100%;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 4px 1px;
}
main section.looks .look .data .comment:not(:last-child) {
  margin-bottom: 60px;
}
main section.looks .look .data .comment > div {
  width: 100%;
  padding: 30px 0;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.looks .look .data .comment > div dl:not(:last-child) {
  margin-bottom: 30px;
}
main section.looks .look .data .comment > div dl dt {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section.looks .look .data .comment > div dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section.looks .look .data .credits {
  width: 100%;
}
main section.looks .look .data .credits h4 {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section.looks .look .data .credits > div {
  width: 100%;
}
main section.looks .look .data .credits > div:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: url(../images/line_credit.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 4px 2px;
}
main section.looks .look .data .credits > div dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section.looks .look .data .credits > div dl dt {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.looks .look .data .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 .data .credits > div dl dt span:first-child strong {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0em;
}
main section.looks .look .data .credits > div dl dt span:first-child strong.price {
  margin-left: 5px;
}
main section.looks .look .data .credits > div dl dt span:first-child strong.price::after {
  content: "(tax incl.)";
  display: inline;
}
main section.looks .look .data .credits > div dl dt span:nth-child(2) {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
}
main section.looks .look .data .credits > div dl dt strong {
  display: inline-block;
}
main section.looks .look .data .credits > div dl dt strong:first-child span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
}
main section.looks .look .data .credits > div dl dt strong:first-child span:last-child {
  margin-left: 5px;
}
main section.looks .look .data .credits > div dl dt strong:first-child span:last-child::after {
  content: "(TAX IN)";
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  padding: 0 0 0 5px;
}
main section.looks .look .data .credits > div dl dt strong:nth-child(2) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0.02em;
}
main section.looks .look .data .credits > div dl dd {
  width: 100px;
  margin: 0px;
}
main section.looks .look .data .credits > div dl dd a {
  width: 100%;
  height: 25px;
  border: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section.looks .look .data .credits > div dl dd a:hover {
  opacity: 0.7;
}
main section.looks .look .data .credits > div dl dd a span {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
}
main section.looks .look .data .credits > p {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}
main section.looks .look .data .credits > p strong {
  font-weight: 400;
}

footer {
  width: 100%;
  padding: 50px 0 100px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
}
footer .inner {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
footer .inner ul {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner ul li a {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  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: acumin-pro-extra-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
footer .inner .pgtop {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-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: 128px;
    height: 80px;
    left: calc(50% - 64px);
    top: calc(50% - 40px);
  }

  main section.visual {
    width: 100%;
    padding: 30px 0;
  }
  main section.visual.on .sp {
    opacity: 1;
  }
  main section.visual .invisual {
    margin-bottom: 30px;
  }
  main section.visual .invisual > div:nth-child(1) {
    order: 1;
  }
  main section.visual .invisual > div:nth-child(2) {
    order: 2;
  }
  main section.visual .invisual > div:nth-child(3) {
    order: 3;
  }
  main section.visual .invisual > div:nth-child(4) {
    order: 4;
  }
  main section.visual .invisual > div:nth-child(5) {
    order: 5;
  }
  main section.visual .invisual > div:nth-child(6) {
    order: 6;
  }
  main section.visual .invisual > div:nth-child(7) {
    transition-delay: 0.8s;
    order: 8;
  }
  main section.visual .invisual > div:nth-child(8) {
    transition-delay: 0.7s;
    order: 7;
  }
  main section.visual .invisual > div:nth-child(9) {
    order: 9;
  }
  main section.visual .invisual > div:nth-child(10) {
    order: 10;
  }
  main section.visual .invisual > div:nth-child(11) {
    order: 11;
  }
  main section.visual .invisual .ph {
    width: calc((100% - 6px) / 3);
    margin-left: 3px;
  }
  main section.visual .invisual .ph:nth-child(5), main section.visual .invisual .ph:nth-child(8) {
    margin-left: 3px;
  }
  main section.visual .invisual .ph:nth-child(4), main section.visual .invisual .ph:nth-child(8), main section.visual .invisual .ph:nth-child(9) {
    margin-left: 0px;
  }
  main section.visual .invisual .ph:nth-child(8) {
    margin-bottom: 3px;
  }
  main section.visual .invisual .ph:not(:nth-child(n+8)) {
    margin-bottom: 3px;
  }
  main section.visual .invisual .tt {
    width: calc((100% - 6px) / 3);
  }
  main section.visual .invisual .tt > div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  main section.visual .invisual .tt > div h2 {
    width: 137px;
    height: 143px;
    top: 0px;
    left: 10px;
    z-index: 1;
  }
  main section.visual .invisual .tt2 {
    width: calc((100% - 6px) / 3 * 2 + 3px);
    margin-left: 3px;
  }
  main section.visual .invisual .tt2 > div {
    text-align: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.visual .invisual .tt2 > div h2 {
    width: 275px;
    height: 127px;
    position: absolute;
    top: calc(50% - 63px);
    right: 10px;
    z-index: 1;
    transform: none;
  }
  main section.visual .invisual .tt2 > div p {
    display: none;
  }
  main section.visual .sp {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
    opacity: 0;
    transition: all 0.5s ease-in 1.5s;
  }
  main section.visual .sp p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  main section.looks {
    width: 100%;
    padding: 20px;
  }
  main section.looks .look {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look .photos {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.looks .look .photos .photo {
    width: 100%;
    margin-bottom: 5px;
  }
  main section.looks .look .photos .photo .swiper-slide {
    width: 100%;
    border: solid 1px #000;
  }
  main section.looks .look .photos .thumb {
    width: 235px;
    height: auto;
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 5;
    overflow: hidden;
  }
  main section.looks .look .data {
    width: 100%;
  }
  main section.looks .look .data .name {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main section.looks .look .data .name:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.looks .look .data .name h4 {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 7rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.looks .look .data .name h5 {
    width: auto;
    height: 36px;
    padding: 0 40px;
    margin: 0 0 0 20px;
    border: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(-0.7rem);
  }
  main section.looks .look .data .name h5.p10 {
    padding: 0 10px;
  }
  main section.looks .look .data .name h5.p15 {
    padding: 0 15px;
  }
  main section.looks .look .data .name h5.p25 {
    padding: 0 25px;
  }
  main section.looks .look .data .name h5.p30 {
    padding: 0 30px;
  }
  main section.looks .look .data .name h5.p50 {
    padding: 0 50px;
  }
  main section.looks .look .data .name h5.p55 {
    padding: 0 55px;
  }
  main section.looks .look .data .name h5 span {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main section.looks .look .data .age:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.looks .look .data .age span:nth-child(1) {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.looks .look .data .age span:nth-child(2) {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 0.1em;
  }
  main section.looks .look .data .insta:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.looks .look .data .insta a {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    background-image: url(../images/logo_insta.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    padding: 0 0 0 28px;
    display: inline-block;
  }
  main section.looks .look .data .comment {
    width: 100%;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 4px 1px;
  }
  main section.looks .look .data .comment:not(:last-child) {
    margin-bottom: 45px;
  }
  main section.looks .look .data .comment > div {
    width: 100%;
    padding: 45px 0;
  }
  main section.looks .look .data .comment > div dl:not(:last-child) {
    margin-bottom: 30px;
  }
  main section.looks .look .data .comment > div dl dt {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section.looks .look .data .comment > div dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section.looks .look .data .credits {
    width: 100%;
  }
  main section.looks .look .data .credits h4 {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main section.looks .look .data .credits > div {
    width: 100%;
  }
  main section.looks .look .data .credits > div:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-image: url(../images/line_credit.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 4px 2px;
  }
  main section.looks .look .data .credits > div dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main section.looks .look .data .credits > div dl dt {
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look .data .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 .data .credits > div dl dt span:first-child strong {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  main section.looks .look .data .credits > div dl dt span:first-child strong.price {
    margin-left: 5px;
  }
  main section.looks .look .data .credits > div dl dt span:first-child strong.price::after {
    content: "(tax incl.)";
    display: inline;
  }
  main section.looks .look .data .credits > div dl dt span:nth-child(2) {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  main section.looks .look .data .credits > div dl dt strong {
    display: inline-block;
  }
  main section.looks .look .data .credits > div dl dt strong:first-child span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
  }
  main section.looks .look .data .credits > div dl dt strong:first-child span:last-child {
    margin-left: 5px;
  }
  main section.looks .look .data .credits > div dl dt strong:first-child span:last-child::after {
    content: "(TAX IN)";
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    padding: 0 0 0 5px;
  }
  main section.looks .look .data .credits > div dl dt strong:nth-child(2) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.3rem;
    letter-spacing: 0.02em;
  }
  main section.looks .look .data .credits > div dl dd {
    width: 100px;
    margin: 0px;
  }
  main section.looks .look .data .credits > div dl dd a {
    width: 100%;
    height: 25px;
    border: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main section.looks .look .data .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  main section.looks .look .data .credits > div dl dd a span {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    position: relative;
  }
  main section.looks .look .data .credits > p {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.looks .look .data .credits > p strong {
    font-weight: 400;
  }

  footer {
    padding: 20px 0 60px 0;
  }
  footer .inner {
    width: calc(100% - 40px);
  }
  footer .inner ul {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner ul li a {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    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: acumin-pro-extra-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  footer .inner .pgtop {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-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;
  }
}

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