@charset "UTF-8";
@import url("https://use.typekit.net/kgz1dll.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: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: auto;
}
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: #FFF;
  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(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #F15A25;
  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: #F15A25;
  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: #F15A25;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  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: 50%;
  opacity: 0;
  transition: opacity 0.25s ease-in 0.25s;
}
main section#visual .inner .title {
  width: calc(50% - 140px);
  opacity: 0;
  transition: opacity 0.25s ease-in 0.75s;
}
main section#visual .inner .title dl {
  width: 70%;
  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) / 2 - 140px) * 0.7 * 0.6);
  min-height: 156px;
  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#visual .inner .title dl dd {
  width: 100%;
  height: calc(((100vw - 326px) / 2 - 140px) * 0.585 * 0.0765);
  min-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;
}
main section#lead {
  width: 1040px;
  margin: 0 auto 210px 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: #111;
  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 - 140px);
}
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) {
  margin-bottom: 35px;
}
main section#lead .inner .credit dl dt {
  color: #F15A25;
  font-family: "Helvetica", "neue-haas-grotesk-display", 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: #111;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main section#lead .inner .credit dl dd a {
  color: #F15A25;
  font-family: "Helvetica", "neue-haas-grotesk-display", 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: calc((100% - 30px) / 4);
  border: solid 1px #F15A25;
  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: 10px 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: 8px;
  height: 6px;
  background-image: url(../images/triangle.svg);
  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: #F15A25;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
}
main section#lead .inner .credit ul li div span:nth-child(2) {
  color: #F15A25;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
main section.sec {
  width: 1040px;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
main section.sec:not(:last-child) {
  margin-bottom: 250px;
}
main section.sec > dl {
  display: none;
}
main section.sec .chead {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: solid 1px #F15A25;
  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.on {
  opacity: 1;
}
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 #F15A25;
  border-radius: 0px;
  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 - 50px);
}
main section.sec .chead .text dl {
  margin-bottom: 40px;
  position: relative;
}
main section.sec .chead .text dl dt {
  color: #F15A25;
  font-family: "garamond-premier-pro", serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .chead .text dl dd {
  color: #F15A25;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: -2rem;
  position: relative;
}
main section.sec .chead .text p {
  color: #111;
  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 .combo {
  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 .combo.on .thumb img {
  opacity: 1;
}
main section.sec .combo .thumb {
  width: calc((100% - 20px) / 3);
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main section.sec .combo .thumb::before {
  content: "CREDIT";
  color: #FFF;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 25px 0 0 0;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 20px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
main section.sec .combo .thumb:not(:nth-child(n+10)) {
  margin-bottom: 10px;
}
main section.sec .combo .thumb:not(:nth-child(3n+1)) {
  margin-left: 10px;
}
main section.sec .combo .thumb:hover {
  opacity: 0.8;
}
main section.sec .combo .thumb img {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s;
}
main section.sec .combo .thumb:nth-child(1) img {
  transition-delay: 0.2s;
}
main section.sec .combo .thumb:nth-child(2) img {
  transition-delay: 0.4s;
}
main section.sec .combo .thumb:nth-child(3) img {
  transition-delay: 0.6s;
}
main section.sec .combo .thumb:nth-child(4) img {
  transition-delay: 0.8s;
}
main section.sec .combo .thumb:nth-child(5) img {
  transition-delay: 1s;
}
main section.sec .combo .thumb:nth-child(6) img {
  transition-delay: 1.2s;
}
main section.sec .combo .thumb:nth-child(7) img {
  transition-delay: 1.4s;
}
main section.sec .combo .thumb:nth-child(8) img {
  transition-delay: 1.6s;
}
main section.sec .combo .thumb:nth-child(9) img {
  transition-delay: 1.8s;
}
main section.sec .combo .thumb:nth-child(10) img {
  transition-delay: 2s;
}
main section.sec .combo .thumb:nth-child(11) img {
  transition-delay: 2.2s;
}
main section.sec .combo .thumb:nth-child(12) img {
  transition-delay: 2.4s;
}
main section.sec .combo .thumb .thumbslide {
  width: 100%;
}
main section.sec .combo .thumb ul li.koma {
  animation-name: blink;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
main section.sec .combo .line {
  width: 33.3333333333%;
  position: relative;
}
main section.sec .combo .line .thumb:nth-child(1) div {
  transition-delay: 0.25s;
}
main section.sec .combo .line .thumb:nth-child(1).active::before {
  animation-delay: 0.4s;
}
main section.sec .combo .line .thumb:nth-child(2) div {
  transition-delay: 0.5s;
}
main section.sec .combo .line .thumb:nth-child(2).active::before {
  animation-delay: 0.8s;
}
main section.sec .combo .line .thumb:nth-child(3) div {
  transition-delay: 0.75s;
}
main section.sec .combo .line .thumb:nth-child(3).active::before {
  animation-delay: 1.2s;
}
main section.sec.on .combo .thumb::after {
  opacity: 0;
}
main section.profile {
  width: 1040px;
  margin: 0 auto;
}
main section.profile h4 {
  color: #F15A25;
  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: #111;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  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 #F15A25;
  border-radius: 80px;
}
main section.profile .combo dl dt.ph img {
  border-radius: 80px;
}
main section.profile .combo dl dd {
  color: #111;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  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.7;
}

section.looks {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  padding: 0 0 50vh 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.5s ease-in;
  box-sizing: border-box;
}
section.looks.active {
  opacity: 1;
  pointer-events: auto;
}
section.looks .wrap {
  width: 100%;
  height: auto;
}
section.looks .wrap .spc {
  width: 100%;
  height: 50vh;
}
section.looks .close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 99999;
  transition: all 0.25s ease-in 0s;
}
section.looks .close span {
  width: 40px;
  height: 2px;
  background-color: #F15A25;
  position: absolute;
}
section.looks .close span:nth-child(1) {
  left: 0px;
  top: 20px;
  transform: rotate(45deg);
}
section.looks .close span:nth-child(2) {
  left: 0px;
  top: 20px;
  transform: rotate(-45deg);
}
section.looks .close:hover {
  opacity: 0.7;
}
section.looks .title {
  text-align: left;
  width: 500px;
  padding: 100px 0 75px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
section.looks .title dl {
  margin-bottom: 25px;
  position: relative;
}
section.looks .title dl dt {
  color: #F15A25;
  font-family: "garamond-premier-pro", serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .title dl dd {
  color: #F15A25;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: -0.05em;
  margin-top: -1rem;
  position: relative;
}
section.looks .title p {
  color: #111;
  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;
}
section.looks .look {
  width: 500px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
section.looks .look:not(:last-child) {
  margin-bottom: 120px;
}
section.looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set .photo {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
section.looks .look .set .text {
  width: 100%;
  padding: 0px;
}
section.looks .look .set .text .credits .credit {
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
section.looks .look .set .text .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
section.looks .look .set .text .credits .credit dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section.looks .look .set .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) {
  color: #111;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) span {
  font-weight: 500;
  display: inline-block;
  padding: 0 0 0 5px;
}
section.looks .look .set .text .credits .credit dl dt strong:nth-child(2) {
  color: #111;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
section.looks .look .set .text .credits .credit dl dd a {
  color: #111;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 10px;
  border: solid 1px #111;
  border-radius: 20px;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .text .credits .credit dl dd a:hover {
  opacity: 0.7;
}
section.looks .look .set .text .credits .credit dl dd a:not([href]) {
  display: none;
}
section.looks .look .set .text .credits .credit dl dd a:not([href]) + span {
  color: #FFF;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
section.looks .look .set .text .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
section.looks .look .set .text .credits .credit dl dd a[href] {
  display: inline-block;
}
section.looks .look .set .text .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
section.looks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
section.looks .look .set .text .credits .credit dl dd span {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .look .set .text .credits .credit .disable dl dd span {
  display: inline-block;
}
section.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;
}
section.looks .look .set .arrow:hover {
  opacity: 0.7;
}
section.looks .look .set .arrow.prev {
  left: 15px;
}
section.looks .look .set .arrow.next {
  right: 15px;
  transform: rotate(180deg);
}

footer {
  text-align: left;
  width: 100%;
  padding: 0px;
  border-top: solid 1px #F15A25;
  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 #F15A25;
  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: #F15A25;
  font-family: "Helvetica", "neue-haas-grotesk-display", 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: #F15A25;
  font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

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

  #loader {
    width: 100%;
    height: calc(var(--vh) * 100);
    min-height: 100%;
    background-color: #FFF;
    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(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
  }
  #loader .bar span {
    width: 0%;
    height: 100%;
    background-color: #F15A25;
    display: block;
  }

  header {
    padding: 10px 0 0 0;
    margin: 0 auto 30px auto;
  }
  header .inner {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
  }
  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 a {
    color: #F15A25;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    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% - 40px);
    min-width: calc(100% - 40px);
    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: 50px;
  }
  main section#visual .inner .title {
    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 {
    width: 152px;
    height: 12px;
    min-height: 12px;
  }
  main section#lead {
    width: calc(100% - 60px);
    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: flex-start;
  }
  main section#lead .inner .text {
    width: 100%;
    margin-bottom: 40px;
  }
  main section#lead .inner .credit {
    width: 100%;
  }
  main section#lead .inner .credit dl:not(:last-child) {
    margin-bottom: 40px;
  }
  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: calc((100% - 30px) / 4);
    border: solid 1px #F15A25;
    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: 10px 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: 8px;
    height: 6px;
    background-image: url(../images/triangle.svg);
    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: #F15A25;
    font-family: "garamond-premier-pro", serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
  }
  main section#lead .inner .credit ul li div span:nth-child(2) {
    color: #F15A25;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4rem;
    letter-spacing: -0.05em;
    margin-bottom: 5px;
  }
  main section.sec {
    width: 100%;
  }
  main section.sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.sec.on > dl {
    opacity: 1;
  }
  main section.sec > dl {
    text-align: left;
    padding: 0 30px;
    margin-bottom: 30px;
    position: relative;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main section.sec > dl dt {
    color: #F15A25;
    font-family: "garamond-premier-pro", serif;
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec > dl dd {
    color: #F15A25;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 4.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: -0.075em;
    margin-top: -0.9rem;
    position: relative;
  }
  main section.sec .chead {
    width: calc(100% - 60px);
    padding-bottom: 0px;
    margin: 0 auto 40px auto;
    border-bottom: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec .chead .slide-photo {
    width: 100%;
    margin-bottom: 30px;
  }
  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 #F15A25;
    border-radius: 0px;
    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: 100%;
  }
  main section.sec .chead .text dl {
    display: none;
  }
  main section.sec .chead .text p {
    color: #111;
    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 .combo {
    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 .combo .thumb {
    width: calc((100% - 6px) / 3);
  }
  main section.sec .combo .thumb::before {
    content: "CREDIT";
    color: #FFF;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 20px 0 0 0;
    background-image: url(../images/icon_plus.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 15px;
    right: 5px;
    bottom: 5px;
  }
  main section.sec .combo .thumb:not(:nth-child(n+10)) {
    margin-bottom: 3px;
  }
  main section.sec .combo .thumb:not(:nth-child(3n+1)) {
    margin-left: 3px;
  }
  main section.sec .combo .thumb:hover {
    opacity: 0.8;
  }
  main section.sec .combo .thumb:nth-child(1)::after {
    transition-delay: 0.25s;
  }
  main section.sec .combo .thumb:nth-child(2)::after {
    transition-delay: 0.5s;
  }
  main section.sec .combo .thumb:nth-child(3)::after {
    transition-delay: 0.75s;
  }
  main section.sec .combo .thumb:nth-child(4)::after {
    transition-delay: 1s;
  }
  main section.sec .combo .thumb:nth-child(5)::after {
    transition-delay: 1.25s;
  }
  main section.sec .combo .thumb:nth-child(6)::after {
    transition-delay: 1.5s;
  }
  main section.sec .combo .thumb:nth-child(7)::after {
    transition-delay: 1.75s;
  }
  main section.sec .combo .thumb:nth-child(8)::after {
    transition-delay: 2s;
  }
  main section.sec .combo .thumb:nth-child(9)::after {
    transition-delay: 2.25s;
  }
  main section.sec .combo .thumb:nth-child(10)::after {
    transition-delay: 2.5s;
  }
  main section.sec .combo .thumb:nth-child(11)::after {
    transition-delay: 2.75s;
  }
  main section.sec .combo .thumb:nth-child(12)::after {
    transition-delay: 3s;
  }
  main section.sec .combo .thumb .thumbslide {
    width: 100%;
  }
  main section.sec .combo .thumb ul li.koma {
    animation-name: blink;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  main section.sec .combo .line {
    width: 33.3333333333%;
    position: relative;
  }
  main section.sec .combo .line .thumb:nth-child(1) div {
    transition-delay: 0.25s;
  }
  main section.sec .combo .line .thumb:nth-child(1).active::before {
    animation-delay: 0.4s;
  }
  main section.sec .combo .line .thumb:nth-child(2) div {
    transition-delay: 0.5s;
  }
  main section.sec .combo .line .thumb:nth-child(2).active::before {
    animation-delay: 0.8s;
  }
  main section.sec .combo .line .thumb:nth-child(3) div {
    transition-delay: 0.75s;
  }
  main section.sec .combo .line .thumb:nth-child(3).active::before {
    animation-delay: 1.2s;
  }
  main section.sec.on .combo .thumb::after {
    opacity: 0;
  }
  main section.profile {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main section.profile h4 {
    color: #F15A25;
    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: #111;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    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: #111;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    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;
    display: block;
  }
  main section.profile .combo dl dd a:hover {
    opacity: 1;
  }

  section.looks {
    padding: 0 0 50vh 0;
  }
  section.looks .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
  section.looks .close span {
    width: 30px;
    height: 2px;
  }
  section.looks .close span:nth-child(1) {
    top: 15px;
  }
  section.looks .close span:nth-child(2) {
    top: 15px;
  }
  section.looks .close:hover {
    opacity: 1;
  }
  section.looks .title {
    width: calc(100% - 60px);
    padding: 60px 0 30px 0;
  }
  section.looks .title dl {
    margin-bottom: 25px;
    position: relative;
  }
  section.looks .title dl dt {
    color: #F15A25;
    font-family: "garamond-premier-pro", serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .title dl dd {
    color: #F15A25;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: -0.05em;
    margin-top: -0.9rem;
    position: relative;
  }
  section.looks .title p {
    color: #111;
    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;
  }
  section.looks .look {
    width: calc(100% - 60px);
  }
  section.looks .look:not(:last-child) {
    margin-bottom: 60px;
  }
  section.looks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  section.looks .look .set .text {
    width: 100%;
    padding: 0px;
  }
  section.looks .look .set .text .credits .credit {
    padding-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
  }
  section.looks .look .set .text .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  section.looks .look .set .text .credits .credit dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.looks .look .set .text .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) {
    color: #111;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) span {
    font-weight: 500;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  section.looks .look .set .text .credits .credit dl dt strong:nth-child(2) {
    color: #111;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0px;
  }
  section.looks .look .set .text .credits .credit dl dd a {
    color: #111;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 10px;
    border: solid 1px #111;
    border-radius: 20px;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .look .set .text .credits .credit dl dd a:hover {
    opacity: 0.7;
  }
  section.looks .look .set .text .credits .credit dl dd a:not([href]) {
    display: none;
  }
  section.looks .look .set .text .credits .credit dl dd a:not([href]) + span {
    color: #FFF;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  section.looks .look .set .text .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  section.looks .look .set .text .credits .credit dl dd a[href] {
    display: inline-block;
  }
  section.looks .look .set .text .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  section.looks .look .set .text .credits .credit dl dd a + span {
    display: none;
  }
  section.looks .look .set .text .credits .credit dl dd span {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
  section.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;
  }
  section.looks .look .set .arrow:hover {
    opacity: 0.7;
  }
  section.looks .look .set .arrow.prev {
    left: 15px;
  }
  section.looks .look .set .arrow.next {
    right: 15px;
    transform: rotate(180deg);
  }

  footer .inner {
    width: calc(100% - 60px);
    padding: 60px 0 30px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .link {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
    border-right: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .link ul {
    text-align: left;
  }
  footer .inner .link ul li a {
    color: #F15A25;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link ul li a:hover {
    opacity: 1;
  }
  footer .inner .link ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .inner .cp {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .cp p {
    color: #F15A25;
    font-family: "Helvetica", "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}

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