@import url("https://use.typekit.net/php4kyq.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: futura-pt, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #000;
  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: scroll;
}
body.looking {
  overflow: hidden;
}

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

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

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 345px 329px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader div {
  width: 0%;
  height: 10px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

header {
  width: auto;
  position: fixed;
  right: -45px;
  top: 134px;
  z-index: 999;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in 0.5s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  transform: rotate(90deg);
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header ul li a {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  opacity: 0.7;
}
header ul li:not(:first-child) {
  margin-left: 16px;
}
header.active {
  opacity: 1;
}

#title {
  width: 100%;
  padding: 0px;
  margin: 0 0 50px 0;
  background-color: #FFF;
}
#title .inner {
  width: 100%;
  height: calc(100vh - 120px);
  background-image: url(../images/visual1.jpg);
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
#title .inner h1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#title .inner h1 span {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}
#title .inner h1 span:first-child {
  margin-bottom: 15px;
}
#title.active .inner ul li {
  opacity: 1;
}

article {
  width: 100%;
  margin: 0 auto 100px auto;
}
article ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
article ul li:not(:first-child) {
  margin: 0 0 0 100px;
}
article ul li a {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #000;
  transition: all 0.1s ease-in;
}
article ul li a:hover {
  color: #999;
  border-bottom: solid 1px #999;
}

main {
  transition: opacity 1s ease-in 2s;
}
main.active {
  opacity: 1;
}
main section {
  width: 100%;
  min-width: 1200px;
  position: relative;
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
main section.active {
  opacity: 1;
}
main section h5 {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section .text .credits .credit {
  text-align: left;
}
main section .text .credits .credit:not(:last-child) {
  margin-bottom: 5px;
}
main section .text .credits .credit dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section .text .credits .credit dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section .text .credits .credit dl dt strong {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}
main section .text .credits .credit dl dt strong:not(:first-child) {
  margin: 0 0 0 10px;
}
main section .text .credits .credit dl dt strong span {
  margin: 0 0 0 10px;
  display: inline-block;
}
main section .text .credits .credit dl dd {
  margin: 0 0 0 10px;
}
main section .text .credits .credit dl dd a {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: underline;
  transition: color 0.1s ease-in;
}
main section .text .credits .credit dl dd a:hover {
  color: #061AC7;
}
main section .text .credits .credit dl dd a:not([href]) {
  display: none;
}
main section .text .credits.blue .credit dl dt strong {
  color: #061AC7;
}
main section .text .credits.blue .credit dl dd a {
  color: #061AC7;
}
main section .text .credits.blue .credit dl dd a:hover {
  color: #000;
}
main section#sec1.active .combo .photo1 {
  clip-path: inset(0 0 0 0);
}
main section#sec1 .title {
  width: 100%;
  margin: 0 auto 100px auto;
}
main section#sec1 .title h4 {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
main section#sec1 .title h3 {
  width: 970px;
  height: 211px;
  background-image: url(../images/title1.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: 0 auto;
}
main section#sec1 .combo {
  width: 100%;
  padding: 0 0 260px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#sec1 .combo .photo1 {
  width: 42.75%;
  transition: clip-path 0.5s ease-out 0.5s;
  clip-path: inset(0 100% 0 0);
}
main section#sec1 .combo .photo2 {
  width: 330px;
  left: 50%;
  bottom: 0px;
  position: absolute;
}
main section#sec1 .combo .photo3 {
  width: 272px;
  right: 15px;
  top: -205px;
  position: absolute;
}
main section#sec1 .combo .text {
  padding: 0 287px 0 30px;
}
main section#sec1 .combo .text h5 {
  background-image: url(../images/title_look01.png);
  width: 267px;
  height: 128px;
  margin: 0 auto 35px auto;
}
main section#sec1::before {
  content: "";
  background-color: #000;
  width: calc(100%*(5/6));
  height: 40vw;
  position: absolute;
  left: 0px;
  bottom: 80px;
  z-index: -1;
}
main section#sec2 {
  margin-bottom: 60px;
}
main section#sec2.active .combo .photo2 {
  clip-path: inset(0 0 0 0);
}
main section#sec2 .combo {
  width: 100%;
  padding: 0 0 80px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
main section#sec2 .combo .photo2 {
  width: 600px;
  order: 2;
  transition: clip-path 0.75s ease-out 0.5s;
  clip-path: inset(0 0 0 100%);
}
main section#sec2 .combo .photo3 {
  width: 239px;
  position: absolute;
  left: calc(50% - 200px);
  top: 0px;
  z-index: 1;
  pointer-events: none;
}
main section#sec2 .combo .text {
  order: 1;
}
main section#sec2 .combo .text h5 {
  background-image: url(../images/title_look02.png);
  width: 267px;
  height: 128px;
  margin: 0 auto 35px auto;
}
main section#sec2 .combo .text .photo1 {
  width: 300px;
  margin-bottom: 70px;
}
main section#sec2 .combo .text .credits {
  padding: 0 0 0 60px;
}
main section#sec2::before {
  content: "";
  background-color: #000;
  width: calc(100%*(11/24));
  height: 600px;
  position: absolute;
  left: 40%;
  bottom: 0px;
  z-index: -1;
}
main section#sec3 {
  margin-bottom: 80px;
}
main section#sec3.active .photoset .photo2 {
  clip-path: inset(0 0 0 0);
}
main section#sec3 .combo {
  width: 100%;
  padding: 0px;
  margin-bottom: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
main section#sec3 .combo .photo1 {
  width: 50%;
  order: 1;
}
main section#sec3 .combo .text {
  width: 50%;
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec3 .combo .text h5 {
  background-image: url(../images/title_look03.png);
  width: 267px;
  height: 128px;
  margin: 0 auto 35px auto;
}
main section#sec3 .photoset {
  width: 100%;
  padding: 0 0 120px 0;
  position: relative;
  overflow: hidden;
}
main section#sec3 .photoset .photo2 {
  width: calc(100%*(3/4));
  float: right;
  transition: clip-path 0.5s ease-out 1s;
  clip-path: inset(0 0 0 100%);
}
main section#sec3 .photoset .photo3 {
  width: 218px;
  position: absolute;
  left: calc(50% - 418px);
  bottom: 0px;
}
main section#sec3::before {
  content: "";
  background-color: #000;
  width: calc(100%*(57/120));
  height: 1000px;
  position: absolute;
  left: 12.5%;
  bottom: 60px;
  z-index: -1;
}
main section#sec4.active .combo .photo1 {
  clip-path: inset(0 0 0 0);
}
main section#sec4 .combo {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#sec4 .combo .photo1 {
  width: 515px;
  order: 1;
  transition: clip-path 0.5s ease-out 0.5s;
  clip-path: inset(0 100% 0 0);
}
main section#sec4 .combo .photo3 {
  width: 276px;
  position: absolute;
  right: 40px;
  top: -160px;
}
main section#sec4 .combo .text {
  padding: 30px 0 0 0;
  margin: 0 0 0 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  order: 1;
}
main section#sec4 .combo .text h5 {
  background-image: url(../images/title_look04.png);
  width: 267px;
  height: 128px;
  margin: 0 auto 150px auto;
}
main section#sec4 .combo .text .photo2 {
  width: 330px;
}
main section#sec4 .combo .text .credits {
  margin-bottom: 60px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
main section#sec4::before {
  content: "";
  background-color: #000;
  width: calc(100%*(5/6));
  height: 600px;
  position: absolute;
  right: 0px;
  bottom: 160px;
  z-index: -1;
}
main section#sec5 {
  margin-bottom: 160px;
}
main section#sec5.active .combo .photo2 {
  clip-path: inset(0 0 0 0);
}
main section#sec5 .combo {
  width: 100%;
  padding: 0 0 80px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
main section#sec5 .combo .photo2 {
  width: calc(100%*(103/240));
  padding: 360px 0 0 0;
  order: 2;
  transition: clip-path 0.5s ease-out 0.5s;
  clip-path: inset(0 0 0 100%);
}
main section#sec5 .combo .photo3 {
  width: 263px;
  position: absolute;
  left: calc(50% - 200px);
  top: 0px;
  z-index: 1;
  pointer-events: none;
}
main section#sec5 .combo .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  order: 1;
}
main section#sec5 .combo .text h5 {
  background-image: url(../images/title_look05.png);
  width: 267px;
  height: 128px;
  margin: 0 auto 35px auto;
}
main section#sec5 .combo .text .photo1 {
  width: calc((100vw*(11/40)) + 50px);
  padding: 0 0 0 50px;
  margin-bottom: 70px;
  align-self: flex-start;
  box-sizing: border-box;
}
main section#sec5 .combo .text .credits {
  padding: 0 0 0 60px;
}
main section#sec5::before {
  content: "";
  background-color: #000;
  width: calc(100%*(11/24));
  height: 800px;
  position: absolute;
  left: 40%;
  top: 130px;
  z-index: -1;
}
main section#sec6 {
  padding: 0px;
  margin-bottom: 120px;
}
main section#sec6.active .visual {
  clip-path: inset(0 0 0 0);
}
main section#sec6.active .combo .text {
  clip-path: inset(0 0 0 0);
}
main section#sec6 .visual {
  width: 100%;
  margin-bottom: 50px;
  transition: clip-path 0.75s ease-out 0.25s;
  clip-path: inset(0 100% 0 0);
}
main section#sec6 .title {
  width: 100%;
  margin: 0 auto 100px auto;
}
main section#sec6 .title h4 {
  color: #061AC7;
  font-family: futura-pt, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
main section#sec6 .title h3 {
  width: 640px;
  height: 100px;
  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;
  margin: 0 auto;
}
main section#sec6 .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#sec6 .combo .photo2 {
  width: calc(100vw*(9/20));
  padding: 110px 0 0 0;
  order: 2;
}
main section#sec6 .combo .photo2 img {
  width: 330px;
}
main section#sec6 .combo .photo3 {
  width: 50%;
  right: 0px;
  top: 1000px;
  position: absolute;
  z-index: 1;
}
main section#sec6 .combo .text {
  transition: clip-path 0.75s ease-out 0.5s;
  clip-path: inset(0 100% 0 0);
  order: 1;
}
main section#sec6 .combo .text h5 {
  background-image: url(../images/title_look06.png);
  width: 267px;
  height: 128px;
  margin: 0 auto 35px auto;
}
main section#sec6 .combo .text .photo1 {
  width: calc(100vw*(11/20));
  margin-bottom: 35px;
}
main section#sec6 .combo .text .photo4 {
  display: none;
}
main section#sec6 .combo .text .credits {
  padding: 0 0 0 50px;
}
main section#sec6 .combo::before {
  content: "";
  background-color: #061AC7;
  width: 550px;
  height: calc(100% - 80px);
  position: absolute;
  left: calc(50% - 100px);
  top: 0px;
  z-index: -1;
}
main section#sec7.active .combo .text {
  clip-path: inset(0 0 0 0);
}
main section#sec7 .combo {
  width: 100%;
  padding: 0 0 300px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main section#sec7 .combo .photo2 {
  width: calc(100vw*(11/40));
  padding: 200px 0 0 0;
  order: 1;
}
main section#sec7 .combo .photo3 {
  width: 515px;
  left: calc(50% - 515px);
  top: 400px;
  position: absolute;
}
main section#sec7 .combo .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: clip-path 0.75s ease-out 0.5s;
  clip-path: inset(0 0 0 100%);
  order: 2;
}
main section#sec7 .combo .text h5 {
  background-image: url(../images/title_look07.png);
  width: 267px;
  height: 128px;
  position: absolute;
  left: 220px;
  top: -40px;
}
main section#sec7 .combo .text .photo1 {
  width: calc(100vw*(11/20));
  margin-bottom: 50px;
}
main section#sec7 .combo .text .photo4 {
  display: none;
}
main section#sec7 .combo .text .credits {
  padding: 0 0 0 50px;
}
main section#sec7 .combo::before {
  content: "";
  background-color: #061AC7;
  width: calc(100vw*(13/24));
  height: calc(100% - 350px);
  position: absolute;
  left: 60px;
  top: 100px;
  z-index: -1;
}
main section#sec8 {
  margin-bottom: 70px;
}
main section#sec8.active .combo::before {
  clip-path: inset(0 0 0 0);
}
main section#sec8 .combo {
  width: 100%;
  padding: 0 0 40px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main section#sec8 .combo h5 {
  background-image: url(../images/title_look08.png);
  width: 267px;
  height: 128px;
  position: absolute;
  left: calc(50% - 460px);
  top: 0px;
}
main section#sec8 .combo .photo2 {
  width: calc(100vw*(11/20));
  padding: 200px 0 0 0;
  order: 1;
}
main section#sec8 .combo .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  top: -210px;
  order: 2;
}
main section#sec8 .combo .text .photo1 {
  width: 515px;
  margin-bottom: 50px;
}
main section#sec8 .combo .text .photo3 {
  display: none;
}
main section#sec8 .combo .text .credits {
  padding: 0 0 0 25px;
}
main section#sec8 .combo .text .credits .credit dl dt strong {
  color: #FFF;
}
main section#sec8 .combo .text .credits .credit dl dt span {
  color: #FFF;
}
main section#sec8 .combo .text .credits .credit dl dd a {
  color: #FFF;
}
main section#sec8 .combo .text .credits .credit dl dd a:hover {
  color: #000;
}
main section#sec8 .combo::before {
  content: "";
  background-color: #061AC7;
  width: calc(100vw*(7/12));
  height: 100%;
  position: absolute;
  left: calc(50% - 170px);
  top: 10px;
  z-index: -1;
  transition: clip-path 0.5s ease-out 0.5s;
  clip-path: inset(0 100% 0 0);
}
main section#sec9 {
  margin-bottom: 60px;
}
main section#sec9.active .combo .text {
  clip-path: inset(0 0 0 0);
}
main section#sec9 .combo {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main section#sec9 .combo .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  order: 1;
  transition: clip-path 0.75s ease-out 0.5s;
  clip-path: inset(0 100% 0 0);
}
main section#sec9 .combo .text h5 {
  background-image: url(../images/title_look09.png);
  width: 267px;
  height: 128px;
  margin-bottom: 35px;
}
main section#sec9 .combo .text .photo1 {
  width: calc(100vw*(11/20));
  margin-bottom: 50px;
}
main section#sec9 .combo .text .photo4 {
  display: none;
}
main section#sec9 .combo .text .credits {
  padding: 0 0 0 50px;
  align-self: flex-start;
}
main section#sec9 .combo .photoset {
  width: calc(100vw*(103/24));
  margin: 0 0 0 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  order: 2;
}
main section#sec9 .combo .photoset .photo2 {
  width: 330px;
  padding: 60px 0 0 0;
  margin-bottom: 60px;
}
main section#sec9 .combo .photoset .photo3 {
  width: 100%;
}
main section#sec9 .combo::before {
  content: "";
  background-color: #061AC7;
  width: calc(100vw*(11/24));
  height: calc(100% - 70px);
  position: absolute;
  left: calc(50% - 150px);
  top: 0px;
  z-index: -1;
}
main section#sec10 {
  padding: 0 0 70px 0;
}
main section#sec10.active .photo3 {
  clip-path: inset(0 0 0 0);
}
main section#sec10.active::before {
  clip-path: inset(0 0 0 0);
}
main section#sec10 .combo {
  width: 100%;
  padding: 0px;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main section#sec10 .combo .mix {
  width: calc(100vw*(11/20));
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  order: 2;
}
main section#sec10 .combo .mix h5 {
  background-image: url(../images/title_look10.png);
  width: calc(269px + 85px);
  height: 128px;
  padding: 0 0 0 85px;
  margin-bottom: 35px;
  box-sizing: border-box;
}
main section#sec10 .combo .mix .photo2 {
  width: 100%;
}
main section#sec10 .combo .mix .photo2 img:first-child {
  display: block;
}
main section#sec10 .combo .mix .photo2 img:last-child {
  display: none;
}
main section#sec10 .combo .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  order: 1;
}
main section#sec10 .combo .text .photo1 {
  width: calc(100vw*(103/240));
  margin-bottom: 50px;
}
main section#sec10 .combo .text .photo1 img:first-child {
  display: block;
}
main section#sec10 .combo .text .photo1 img:last-child {
  display: none;
}
main section#sec10 .combo .text .credits {
  padding: 0 0 0 100px;
}
main section#sec10 .combo .text .credits .credit dl dt strong {
  color: #FFF;
}
main section#sec10 .combo .text .credits .credit dl dd a {
  color: #FFF;
}
main section#sec10 .combo .text .credits .credit dl dd a:hover {
  color: #000;
}
main section#sec10 .photo3 {
  width: calc(100%*(13/15));
  transition: clip-path 0.75s ease-out 1.5s;
  clip-path: inset(0 100% 0 0);
}
main section#sec10::before {
  content: "";
  background-color: #061AC7;
  width: calc(100vw*(11/24));
  height: calc(100% - 100px);
  position: absolute;
  left: calc(50% - 550px);
  top: 100px;
  z-index: -1;
  transition: clip-path 0.75s ease-out 1s;
  clip-path: inset(0 0 0 100%);
}

footer {
  width: 100%;
}
footer .inner {
  padding: 120px 0;
}
footer .inner ul {
  margin: 0 auto 60px auto;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .inner ul li a {
  color: #061AC7;
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: solid 1px #061AC7;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li a:hover {
  color: #000;
  border-bottom: solid 1px #000;
}
footer .inner dl {
  margin: 0 auto;
}
footer .inner dl dt {
  color: #061AC7;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
footer .inner dl dd {
  color: #061AC7;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
footer .inner dl dd:not(:last-child) {
  margin: 0 auto 5px auto;
}
footer .inner dl:not(:last-child) {
  margin: 0 auto 40px auto;
}
footer .inner p {
  color: #061AC7;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 75);
  }

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

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

  /* ---------------------------------------------------------page--------------------------------------------------------- */
  #loader {
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: 172px 165px;
  }
  #loader div {
    left: 0px;
    top: 0px;
    bottom: auto;
  }

  #title {
    width: 100%;
    padding: 0px;
    margin: 0 0 50px 0;
  }
  #title .inner {
    height: 100vh;
    background-image: url(../images_sp/visual1.jpg);
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  #title .inner h1 span {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  #title .inner h1 span:first-child {
    margin-bottom: 15px;
  }
  #title.active .inner ul li {
    opacity: 1;
  }

  article {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  article ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  article ul li:first-child {
    margin-bottom: 25px;
  }
  article ul li:not(:first-child) {
    margin: 0px;
  }
  article ul li a {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  main {
    opacity: 1;
    transition: opacity 1s ease-in 2s;
  }
  main.active {
    opacity: 1;
  }
  main section {
    width: 100%;
    min-width: 100%;
    position: relative;
  }
  main section h5 {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main section .text .credits .credit {
    text-align: left;
  }
  main section .text .credits .credit:not(:last-child) {
    margin-bottom: 5px;
  }
  main section .text .credits .credit dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section .text .credits .credit dl dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section .text .credits .credit dl dt strong {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: inline-block;
  }
  main section .text .credits .credit dl dt strong:not(:first-child) {
    margin: 0 0 0 10px;
  }
  main section .text .credits .credit dl dt strong span {
    margin: 0 0 0 10px;
    display: inline-block;
  }
  main section .text .credits .credit dl dd {
    margin: 0 0 0 10px;
  }
  main section .text .credits .credit dl dd a {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
    text-decoration: underline;
    transition: color 0.1s ease-in;
  }
  main section .text .credits .credit dl dd a:hover {
    color: #061AC7;
  }
  main section .text .credits.blue .credit dl dt strong {
    color: #061AC7;
  }
  main section .text .credits.blue .credit dl dd a {
    color: #061AC7;
  }
  main section .text .credits.blue .credit dl dd a:hover {
    color: #000;
  }
  main section#sec1 {
    margin-bottom: 40px;
  }
  main section#sec1 .title {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  main section#sec1 .title h4 {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }
  main section#sec1 .title h3 {
    width: 337px;
    height: 112px;
    background-image: url(../images_sp/title1.png);
  }
  main section#sec1 .combo {
    width: 100%;
    padding: 40px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#sec1 .combo .photo1 {
    width: 100%;
  }
  main section#sec1 .combo .photo2 {
    display: none;
  }
  main section#sec1 .combo .photo3 {
    width: 50%;
    left: 15px;
    right: auto;
    top: -170px;
    position: relative;
  }
  main section#sec1 .combo .text {
    width: calc(100% - 40px);
    padding: 0px;
    margin: -150px auto 0 auto;
  }
  main section#sec1 .combo .text h5 {
    background-image: url(../images/title_look01.png);
    width: 188px;
    height: 90px;
    margin: 0;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(55% + 120px);
  }
  main section#sec1::before {
    width: 65%;
    height: 55%;
    position: absolute;
    left: auto;
    right: 0px;
    top: 182px;
    bottom: auto;
  }
  main section#sec2 {
    margin-bottom: 60px;
  }
  main section#sec2 .combo {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#sec2 .combo .photo2 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 320px;
  }
  main section#sec2 .combo .photo3 {
    width: 50%;
    position: absolute;
    left: auto;
    right: 10px;
    top: 0px;
  }
  main section#sec2 .combo .text {
    width: 100%;
    padding: 0 0 0 20px;
    order: 1;
  }
  main section#sec2 .combo .text h5 {
    background-image: url(../images/title_look02.png);
    width: 188px;
    height: 90px;
    margin: 0 0 550px 0;
  }
  main section#sec2 .combo .text .photo1 {
    display: none;
  }
  main section#sec2 .combo .text .credits {
    width: 100%;
    padding: 0px;
  }
  main section#sec2::before {
    width: calc(100% - 75px);
    height: 460px;
    left: auto;
    right: 0px;
    top: 150px;
    bottom: auto;
    z-index: -1;
  }
  main section#sec3 {
    margin-bottom: 40px;
    position: relative;
  }
  main section#sec3 .combo {
    width: 100%;
    padding: 50px 0 0 0;
    margin-bottom: 55px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#sec3 .combo .photo1 {
    width: 100%;
    margin-bottom: 100px;
    order: 1;
  }
  main section#sec3 .combo .text {
    width: 100%;
    padding: 0 20px;
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec3 .combo .text h5 {
    width: 188px;
    height: 90px;
    margin: 0 0 100px 0;
  }
  main section#sec3 .photoset {
    width: 50%;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
  }
  main section#sec3 .photoset .photo2 {
    display: none;
  }
  main section#sec3 .photoset .photo3 {
    width: 100%;
    position: static;
  }
  main section#sec3::before {
    content: "";
    background-color: #000;
    width: 55%;
    height: 50%;
    position: absolute;
    left: calc(50% - 100px);
    top: 25px;
    bottom: auto;
    z-index: -1;
  }
  main section#sec4 {
    margin-bottom: 80px;
  }
  main section#sec4 .combo {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#sec4 .combo .photo1 {
    width: 100%;
    position: relative;
    top: -70px;
    order: 2;
  }
  main section#sec4 .combo .photo3 {
    width: 60%;
    padding: 0 0 0 10px;
    position: static;
    right: auto;
    top: auto;
    z-index: 1;
    order: 1;
  }
  main section#sec4 .combo .text {
    width: 100%;
    padding: 0 20px;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 3;
  }
  main section#sec4 .combo .text h5 {
    width: 188px;
    height: 90px;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 135px;
    z-index: 2;
  }
  main section#sec4 .combo .text .photo2 {
    display: none;
  }
  main section#sec4 .combo .text .credits {
    width: 100%;
    margin-bottom: 0px;
    -webkit-filter: invert(0%);
    filter: invert(0%);
  }
  main section#sec4::before {
    content: "";
    background-color: #000;
    width: 65%;
    height: 60%;
    position: absolute;
    right: 0px;
    top: 270px;
    bottom: auto;
    z-index: -1;
  }
  main section#sec5 {
    margin-bottom: 60px;
  }
  main section#sec5 .combo {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#sec5 .combo .photo2 {
    display: none;
  }
  main section#sec5 .combo .photo3 {
    width: 55%;
    position: absolute;
    left: 10px;
    top: 350px;
    z-index: 1;
  }
  main section#sec5 .combo .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
  }
  main section#sec5 .combo .text h5 {
    background-image: url(../images/title_look05.png);
    background-position: left top;
    width: 208px;
    height: 90px;
    margin: 0 0 35px 0;
    order: 2;
    align-self: flex-end;
  }
  main section#sec5 .combo .text .photo1 {
    width: 100%;
    padding: 0px;
    margin-bottom: 330px;
    align-self: flex-start;
    box-sizing: border-box;
    order: 1;
  }
  main section#sec5 .combo .text .credits {
    width: 100%;
    padding: 0 20px;
    order: 3;
  }
  main section#sec5::before {
    width: 75%;
    height: 50%;
    position: absolute;
    left: 0px;
    top: 130px;
    z-index: -1;
  }
  main section#sec6 {
    padding: 0px;
    margin-bottom: 40px;
  }
  main section#sec6 .visual {
    width: 100%;
    height: 75vh;
    margin-bottom: 40px;
    background-image: url(../images_sp/visual2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  main section#sec6 .visual img {
    display: none;
  }
  main section#sec6 .title {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  main section#sec6 .title h4 {
    color: #061AC7;
    font-family: futura-pt, sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }
  main section#sec6 .title h3 {
    width: 242px;
    height: 96px;
    background-image: url(../images_sp/title2.png);
  }
  main section#sec6 .combo {
    width: 100%;
    padding: 40px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#sec6 .combo .photo2 {
    display: none;
  }
  main section#sec6 .combo .photo3 {
    display: none;
  }
  main section#sec6 .combo .text {
    clip-path: none !important;
    order: 1;
  }
  main section#sec6 .combo .text h5 {
    width: 208px;
    height: 90px;
    margin: 0;
    position: absolute;
    left: 20px;
    top: -20px;
    z-index: 1;
  }
  main section#sec6 .combo .text .photo1 {
    width: 100%;
    margin-bottom: 35px;
  }
  main section#sec6 .combo .text .photo4 {
    width: 100%;
    padding: 0 0 0 20%;
    margin-bottom: 25px;
    display: block;
  }
  main section#sec6 .combo .text .credits {
    width: 100%;
    padding: 0 20px;
    order: 1;
  }
  main section#sec6 .combo::before {
    width: 80%;
    height: 60%;
    position: absolute;
    left: 0px;
    top: 150px;
    z-index: -1;
  }
  main section#sec7 {
    margin-bottom: 30px;
  }
  main section#sec7 .combo {
    width: 100%;
    padding: 50px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#sec7 .combo .photo2 {
    display: none;
  }
  main section#sec7 .combo .photo3 {
    display: none;
  }
  main section#sec7 .combo .text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    clip-path: none !important;
    order: 1;
  }
  main section#sec7 .combo .text h5 {
    background-image: url(../images/title_look07.png);
    width: 208px;
    height: 90px;
    position: absolute;
    left: auto;
    right: 20px;
    top: 0px;
  }
  main section#sec7 .combo .text .photo1 {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#sec7 .combo .text .photo4 {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 20px;
    position: relative;
  }
  main section#sec7 .combo .text .photo4::before {
    content: "";
    background-color: #061AC7;
    width: 100%;
    height: 190px;
    position: absolute;
    left: 0px;
    top: calc(50% - 95px);
    z-index: -1;
  }
  main section#sec7 .combo .text .credits {
    width: 100%;
    padding: 0 20px;
  }
  main section#sec7 .combo::before {
    content: none;
  }
  main section#sec8 {
    margin-bottom: 35px;
  }
  main section#sec8 .combo {
    width: 100%;
    padding: 45px 0 40px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#sec8 .combo h5 {
    width: 208px;
    height: 90px;
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 1;
  }
  main section#sec8 .combo .photo2 {
    display: none;
  }
  main section#sec8 .combo .text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: auto;
    order: 1;
  }
  main section#sec8 .combo .text .photo1 {
    width: 100%;
    padding: 0 0 0 20%;
    margin-bottom: 25px;
    order: 2;
  }
  main section#sec8 .combo .text .photo3 {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
    display: block;
  }
  main section#sec8 .combo .text .credits {
    width: 100%;
    padding: 0 20px;
    order: 3;
  }
  main section#sec8 .combo .text .credits .credit {
    width: 100%;
  }
  main section#sec8 .combo .text .credits .credit dl dt strong {
    color: #061AC7;
  }
  main section#sec8 .combo .text .credits .credit dl dt span {
    color: #061AC7;
  }
  main section#sec8 .combo .text .credits .credit dl dd a {
    color: #061AC7;
  }
  main section#sec8 .combo::before {
    content: "";
    background-color: #061AC7;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: -1;
  }
  main section#sec9 {
    margin-bottom: 60px;
  }
  main section#sec9 .combo {
    width: 100%;
    padding: 50px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#sec9 .combo .text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
    clip-path: none !important;
  }
  main section#sec9 .combo .text h5 {
    width: 208px;
    height: 90px;
    margin-bottom: 0px;
    position: absolute;
    left: auto;
    right: 20px;
    top: 0px;
    z-index: 1;
  }
  main section#sec9 .combo .text .photo1 {
    width: 100%;
    margin-bottom: 50px;
  }
  main section#sec9 .combo .text .photo4 {
    width: 100%;
    padding: 0 20% 0 0;
    margin-bottom: 25px;
    display: block;
  }
  main section#sec9 .combo .text .credits {
    width: 100%;
    padding: 0 20px;
    align-self: flex-start;
  }
  main section#sec9 .combo .photoset {
    display: none;
  }
  main section#sec9 .combo::before {
    content: "";
    background-color: #061AC7;
    width: 65%;
    height: 70%;
    position: absolute;
    left: auto;
    right: 0px;
    top: 50px;
    z-index: -1;
  }
  main section#sec10 {
    padding: 0px;
  }
  main section#sec10 .combo {
    width: 100%;
    padding: 0px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main section#sec10 .combo .mix {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }
  main section#sec10 .combo .mix h5 {
    background-image: url(../images/title_look10.png);
    width: 189px;
    height: 90px;
    padding: 0 0 0 85px;
    margin-bottom: 0px;
    box-sizing: border-box;
    align-self: flex-end;
  }
  main section#sec10 .combo .mix .photo2 {
    width: 80%;
  }
  main section#sec10 .combo .mix .photo2 img:first-child {
    display: none;
  }
  main section#sec10 .combo .mix .photo2 img:last-child {
    display: block;
  }
  main section#sec10 .combo .text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    order: 2;
  }
  main section#sec10 .combo .text .photo1 {
    width: 100%;
    margin-bottom: 30px;
  }
  main section#sec10 .combo .text .photo1 img:first-child {
    display: none;
  }
  main section#sec10 .combo .text .photo1 img:last-child {
    display: block;
  }
  main section#sec10 .combo .text .credits {
    width: 100%;
    padding: 0 20px;
  }
  main section#sec10 .combo .text .credits .credit dl dt strong {
    color: #061AC7;
  }
  main section#sec10 .combo .text .credits .credit dl dd a {
    color: #061AC7;
  }
  main section#sec10 .combo .text .credits .credit dl dd a:hover {
    color: #000;
  }
  main section#sec10 .photo3 {
    width: 100%;
  }
  main section#sec10::before {
    width: 65%;
    height: 40%;
    position: absolute;
    left: auto;
    right: 0px;
    top: 220px;
    z-index: -1;
  }

  footer .inner {
    padding: 70px 20px;
  }
  footer .inner ul {
    margin: 0 auto 60px auto;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .inner ul li a {
    color: #061AC7;
    font-family: futura-pt, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  footer .inner dl {
    margin: 0 auto;
  }
  footer .inner dl dt {
    color: #061AC7;
    font-family: futura-pt, sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  footer .inner dl dd {
    color: #061AC7;
    font-family: futura-pt, sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0em;
  }
  footer .inner dl dd:not(:last-child) {
    margin: 0 auto 5px auto;
  }
  footer .inner dl:not(:last-child) {
    margin: 0 auto 40px auto;
  }
  footer .inner p {
    color: #061AC7;
    font-family: futura-pt, sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0em;
  }
}

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