@charset "UTF-8";
@import url("https://use.typekit.net/ixm7jaz.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;
  }
}
@keyframes moveleft {
  0% {
    left: 100vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes moveright {
  0% {
    left: -200vw;
  }
  100% {
    left: 100vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #F15A25;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

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: #F15A25;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 223px;
  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;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  display: block;
}

header {
  width: 100%;
  padding: 30px 0 0 0;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
  position: relative;
}
header .inner {
  width: calc(100% - 326px);
  min-width: 1040px;
  margin: 0 auto;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
header .inner ul::after {
  content: "";
  width: 1px;
  height: auto;
  background-color: #FFF;
  margin-left: 20px;
  display: block;
  order: 2;
}
header .inner ul li:not(:first-child) {
  margin-left: 20px;
}
header .inner ul li:nth-child(1) {
  order: 1;
}
header .inner ul li:nth-child(2) {
  order: 3;
}
header .inner ul li a {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
header .inner ul li a:hover {
  opacity: 0.7;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 90px 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
main section#visual {
  width: calc(100% - 326px);
  min-width: 1040px;
  margin: 0 auto 120px auto;
}
main section#visual.on .inner .photo {
  opacity: 1;
}
main section#visual.on .inner .title {
  opacity: 1;
}
main section#visual .inner {
  width: 100%;
  height: calc(100vh - 130px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#visual .inner .photo {
  width: 75%;
  opacity: 0;
  transition: opacity 0.25s ease-in 0.25s;
}
main section#visual .inner .photo img {
  border-radius: 30px 0 30px 0;
}
main section#visual .inner .title {
  width: calc(25% - 75px);
  opacity: 0;
  transition: opacity 0.25s ease-in 0.75s;
}
main section#visual .inner .title dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#visual .inner .title dl dt {
  width: 100%;
  height: calc(((100vw - 326px) / 4 - 75px) * 1 * 0.58);
  min-height: 108px;
  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: 30px;
}
main section#visual .inner .title dl dd {
  width: 100%;
  height: calc(((100vw - 326px) / 4 - 75px) * 1 * 0.0777);
  min-height: 12px;
  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;
}
main section#lead {
  width: 1040px;
  margin: 0 auto 200px auto;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main section#lead.on {
  opacity: 1;
}
main section#lead .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#lead .inner .text {
  width: 520px;
}
main section#lead .inner .text p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
}
main section#lead .inner .credit {
  width: calc(100% - 520px - 100px);
}
main section#lead .inner .credit dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#lead .inner .credit dl:not(:last-child) {
  background-image: url(../images/dot_line_white.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main section#lead .inner .credit dl dt {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
main section#lead .inner .credit dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#lead .inner .credit dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main section#lead .inner .credit dl dd span {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main section#lead .inner .credit dl dd a {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main section#lead .inner .credit dl dd a:hover {
  opacity: 0.8;
}
main section#lead .inner .credit ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section#lead .inner .credit ul li {
  width: auto;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main section#lead .inner .credit ul li:hover {
  opacity: 0.8;
}
main section#lead .inner .credit ul li div {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#lead .inner .credit ul li div::after {
  content: "";
  width: 13px;
  height: 21px;
  background-image: url(../images/arrow_anchor.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
main section#lead .inner .credit ul li div span:nth-child(1) {
  color: #FFF;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
}
main section#lead .inner .credit ul li div span:nth-child(2) {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main section.sec {
  width: 1040px;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
main section.sec:not(:last-child) {
  margin-bottom: 240px;
}
main section.sec#sec4 {
  margin-bottom: 140px;
}
main section.sec#sec5 .chead {
  padding: 140px 0 0 0;
  border-top: solid 1px #FFF;
  border-bottom: none;
}
main section.sec#sec5 .chead .slide-photo {
  width: 500px;
}
main section.sec#sec5 .chead .text {
  width: calc(100% - 500px - 20px);
}
main section.sec#sec5 .chead .text p {
  margin-bottom: 60px;
}
main section.sec .credits > div {
  padding-bottom: 10px;
  background-image: url(../images/dot_line_white.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
main section.sec .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main section.sec .credits > div.item-d-none dl dd a {
  display: none;
}
main section.sec .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section.sec .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec .credits > div dl dt strong:nth-child(1) {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
main section.sec .credits > div dl dt strong:nth-child(1) span {
  font-weight: 500;
  display: inline-block;
  padding: 0 0 0 5px;
}
main section.sec .credits > div dl dt strong:nth-child(2) {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
main section.sec .credits > div dl dd a {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 10px;
  border: solid 1px #FFF;
  border-radius: 20px;
  transition: all 0.2s ease-in;
}
main section.sec .credits > div dl dd a:hover {
  color: #F15A25;
  background-color: #FFF;
}
main section.sec .credits > div dl dd span {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .credits > div .disable dl dd span {
  display: inline-block;
}
main section.sec .chead {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: solid 1px #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main section.sec .chead:not(:last-child) {
  margin-bottom: 30px;
}
main section.sec .chead.on {
  opacity: 1;
}
main section.sec .chead > dl {
  display: none;
}
main section.sec .chead .head-photo {
  width: 240px;
}
main section.sec .chead .slide-photo {
  width: 240px;
}
main section.sec .chead .slide-photo .swiper-wrapper {
  margin-bottom: 10px;
}
main section.sec .chead .slide-photo .pager {
  text-align: left;
}
main section.sec .chead .slide-photo .pager span {
  width: 8px;
  height: 8px;
  background-color: #FFF;
  margin: 0px;
  border: solid 1px #FFF;
  border-radius: 4px;
  box-sizing: border-box;
  opacity: 1 !important;
}
main section.sec .chead .slide-photo .pager span.swiper-pagination-bullet-active {
  background-color: #F15A25;
}
main section.sec .chead .slide-photo .pager span:not(:first-child) {
  margin-left: 8px;
}
main section.sec .chead .text {
  text-align: left;
  width: calc(100% - 240px - 60px);
}
main section.sec .chead .text > dl {
  margin-bottom: 40px;
  position: relative;
}
main section.sec .chead .text > dl dt {
  color: #FFF;
  font-family: "garamond-premier-pro", serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .chead .text > dl dd {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin-top: -2.2rem;
  position: relative;
}
main section.sec .chead .text > dl dd span {
  font-size: 4.8rem;
}
main section.sec .chead .text p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main section.sec .looks {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
main section.sec .looks .look {
  width: 50%;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
}
main section.sec .looks .look.on {
  opacity: 1;
}
main section.sec .looks .look:not(:nth-child(n+5)) {
  margin-bottom: 90px;
}
main section.sec .looks .look:nth-child(odd) {
  transition: opacity 0.5s ease-in 0s;
}
main section.sec .looks .look:nth-child(odd) .set .photo img {
  border-radius: 30px 0 0 0;
}
main section.sec .looks .look:nth-child(even) {
  transition: opacity 0.5s ease-in 0.25s;
}
main section.sec .looks .look:nth-child(even) .set .photo img {
  border-radius: 0 0 30px 0;
}
main section.sec .looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec .looks .look .set .photo {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
main section.sec .looks .look .set .text {
  width: 100%;
  padding: 0px;
}
main section.sec .looks .look .set .arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
main section.sec .looks .look .set .arrow:hover {
  opacity: 0.7;
}
main section.sec .looks .look .set .arrow.prev {
  left: 15px;
}
main section.sec .looks .look .set .arrow.next {
  right: 15px;
  transform: rotate(180deg);
}
main section.sec.on .combo .thumb::after {
  opacity: 0;
}
main section.profile {
  width: 1040px;
  margin: 0 auto;
}
main section.profile h4 {
  color: #FFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
main section.profile .combo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main section.profile .combo dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.profile .combo dl:not(:first-child) {
  margin-left: 85px;
}
main section.profile .combo dl dt {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main section.profile .combo dl dt.ph {
  width: 160px;
  height: 160px;
  padding: 5px;
  margin-bottom: 20px;
  border: solid 1px #FFF;
  border-radius: 80px;
}
main section.profile .combo dl dt.ph img {
  border-radius: 80px;
}
main section.profile .combo dl dd {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section.profile .combo dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main section.profile .combo dl dd a {
  width: 18px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main section.profile .combo dl dd a:hover {
  opacity: 0.8;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0px;
  border-top: solid 1px #FFF;
  box-sizing: border-box;
  position: relative;
}
footer .inner {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
footer .inner .link {
  width: 50%;
  padding: 200px 0 30px;
  border-right: solid 1px #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
footer .inner .link ul {
  text-align: left;
}
footer .inner .link ul li a {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .link ul li a:hover {
  opacity: 0.8;
}
footer .inner .link ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .inner .cp {
  width: 50%;
  padding: 200px 0 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .inner .cp p {
  color: #FFF;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

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

  header {
    padding: 15px 0 0 0;
    margin: 0 auto 60px auto;
    box-sizing: border-box;
    position: relative;
  }
  header .inner {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  header .inner ul::after {
    margin-left: 10px;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner ul li:nth-child(1) {
    order: 1;
  }
  header .inner ul li:nth-child(2) {
    order: 3;
  }
  header .inner ul li a {
    color: #FFF;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    opacity: 1;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 90px 0;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
  }
  main section#visual {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    margin: 0 auto 50px auto;
  }
  main section#visual .inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#visual .inner .photo {
    width: 100%;
    margin-bottom: 55px;
  }
  main section#visual .inner .photo img {
    border-radius: 20px 0 20px 0;
  }
  main section#visual .inner .title {
    width: 100%;
  }
  main section#visual .inner .title dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#visual .inner .title dl dt {
    width: 180px;
    height: 106px;
    min-height: 106px;
    margin-bottom: 40px;
  }
  main section#visual .inner .title dl dd {
    height: 12px;
    min-height: 12px;
  }
  main section#lead {
    width: calc(100% - 40px);
    margin: 0 auto 100px auto;
  }
  main section#lead .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#lead .inner .text {
    width: 100%;
    margin-bottom: 60px;
  }
  main section#lead .inner .credit {
    width: 100%;
  }
  main section#lead .inner .credit dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#lead .inner .credit dl dt {
    color: #FFF;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }
  main section#lead .inner .credit dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#lead .inner .credit dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main section#lead .inner .credit dl dd span {
    color: #FFF;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#lead .inner .credit dl dd a {
    color: #FFF;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#lead .inner .credit dl dd a:hover {
    opacity: 0.8;
  }
  main section#lead .inner .credit ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  main section#lead .inner .credit ul li {
    width: auto;
    transition: all 0.25s ease-in 0s;
    cursor: pointer;
  }
  main section#lead .inner .credit ul li:hover {
    opacity: 0.8;
  }
  main section#lead .inner .credit ul li div {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#lead .inner .credit ul li div::after {
    width: 11px;
    height: 18px;
  }
  main section#lead .inner .credit ul li div span:nth-child(1) {
    color: #FFF;
    font-family: "garamond-premier-pro", serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 5px;
  }
  main section#lead .inner .credit ul li div span:nth-child(2) {
    color: #FFF;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section.sec {
    width: calc(100% - 40px);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  main section.sec:not(:last-child) {
    margin-bottom: 120px;
  }
  main section.sec#sec4 {
    margin-bottom: 70px;
  }
  main section.sec#sec5 .chead {
    padding: 70px 0 0 0;
  }
  main section.sec#sec5 .chead .slide-photo {
    width: 100%;
  }
  main section.sec#sec5 .chead .text {
    width: 100%;
  }
  main section.sec#sec5 .chead .text p {
    margin-bottom: 40px;
  }
  main section.sec .credits > div {
    padding-bottom: 10px;
  }
  main section.sec .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main section.sec .credits > div dl dd a {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 2px 5px;
  }
  main section.sec .chead {
    width: 100%;
    padding-bottom: 0px;
    border-bottom: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec .chead:not(:last-child) {
    margin-bottom: 80px;
  }
  main section.sec .chead > dl {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: block;
  }
  main section.sec .chead > dl dt {
    color: #FFF;
    font-family: "garamond-premier-pro", serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec .chead > dl dd {
    color: #FFF;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 3.4rem;
    letter-spacing: -0.02em;
    white-space: normal;
    margin-top: -1rem;
    position: relative;
  }
  main section.sec .chead > dl dd span {
    font-size: 4.3rem;
  }
  main section.sec .chead .head-photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.sec .chead .slide-photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.sec .chead .slide-photo .swiper-wrapper {
    margin-bottom: 10px;
  }
  main section.sec .chead .slide-photo .pager {
    text-align: left;
  }
  main section.sec .chead .slide-photo .pager span {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  main section.sec .chead .slide-photo .pager span:not(:first-child) {
    margin-left: 6px;
  }
  main section.sec .chead .text {
    width: 100%;
  }
  main section.sec .chead .text > dl {
    display: none;
  }
  main section.sec .looks {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section.sec .looks .look {
    width: calc((100% - 10px) / 2);
    padding: 0px;
    margin: 0;
  }
  main section.sec .looks .look:not(:nth-child(n+5)) {
    margin-bottom: 20px;
  }
  main section.sec .looks .look:nth-child(odd) .set .photo img {
    border-radius: 20px 0 0 0;
  }
  main section.sec .looks .look:nth-child(even) {
    margin-left: 10px;
  }
  main section.sec .looks .look:nth-child(even) .set .photo img {
    border-radius: 0 0 20px 0;
  }
  main section.sec .looks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec.on .combo .thumb::after {
    opacity: 0;
  }
  main section.profile {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main section.profile h4 {
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main section.profile .combo {
    justify-content: space-between;
  }
  main section.profile .combo dl {
    width: calc((100% - 30px) / 3);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.profile .combo dl:not(:first-child) {
    margin-left: 0px;
  }
  main section.profile .combo dl dt {
    color: #FFF;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section.profile .combo dl dt.ph {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 100%;
  }
  main section.profile .combo dl dt.ph img {
    border-radius: 60px;
  }
  main section.profile .combo dl dd {
    color: #FFF;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    letter-spacing: 0em;
  }
  main section.profile .combo dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main section.profile .combo dl dd a {
    width: 18px;
  }
  main section.profile .combo dl dd a:hover {
    opacity: 1;
  }

  footer .inner {
    width: 100%;
    padding: 60px 0 30px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner::after {
    content: "";
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    background-color: #FFF;
    display: block;
    order: 2;
  }
  footer .inner .link {
    width: calc(100% - 60px);
    padding: 0px;
    margin-bottom: 30px;
    border-right: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }
  footer .inner .link ul {
    text-align: left;
  }
  footer .inner .link ul li a {
    color: #FFF;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link ul li a:hover {
    opacity: 0.8;
  }
  footer .inner .link ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .inner .cp {
    width: calc(100% - 60px);
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 3;
  }
  footer .inner .cp p {
    color: #FFF;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}

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