@import url("https://use.typekit.net/gdt3sti.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 zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  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;
}
body.looking .sec {
  pointer-events: none;
}
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;
}
br.brsp {
  display: none;
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
}
#loader .logo {
  width: 55%;
  position: relative;
}
#loader .logo h2 {
  width: 250px;
  height: 60px;
  background-image: url(../images/logo_wht.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% + 170px);
  right: 7.5%;
  z-index: 5;
}
#loader .bar {
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}
header {
  width: 270px;
  position: absolute;
  left: 40px;
  top: 80px;
  z-index: 999;
  opacity: 1;
  transition: all 0.5s ease-in;
}
header h1 {
  width: 270px;
  height: 34px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header.active {
  opacity: 1;
}
main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
}
main #visual {
  width: 100%;
  margin-bottom: 350px;
  position: relative;
}
main #visual .photo {
  width: 100%;
}
main #visual .photo img {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main #visual .photo img.spimg {
  display: none;
}
main #visual h2 {
  width: 848px;
  height: 356px;
  background-image: url(../images/title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 178px);
  left: calc(50% - 424px);
  z-index: 1;
  transition: clip-path ease-out 0.5s 0.5s;
  clip-path: inset(0% 0% 0% 100%);
}
main #visual.play .photo img {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main #visual.play h2 {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  /*
    &#sec1{
  	  &::before{ background-image: url(../images/image1.jpg); }
    }*/
  /*
    &#sec2{
  	  &::before{ background-image: url(../images/image2.jpg); }
    }*/
  /*
    &#sec3{
  	  &::before{ background-image: url(../images/image3.jpg); }
    }*/
  /*
    &#sec4{
  	  &::before{ background-image: url(../images/image4.jpg); }
    }*/
  /*
    &#sec5{
  	  &::before{ background-image: url(../images/image5.jpg); }
    }*/
  /*
    &#sec6{
  	  &::before{ background-image: url(../images/image6.jpg); }
    }*/
  /*
    &#sec7{
  	  &::before{ background-image: url(../images/image7.jpg); }
    }*/
  /*
    &#sec8{
  	  &::before{ background-image: url(../images/image8.jpg); }
    }*/
  /*
    &#sec9{
  	  &::before{ background-image: url(../images/image9.jpg); }
    }*/
  /*
    &#sec10{
  	  &::before{ background-image: url(../images/image10.jpg); }
    }*/
  /*
    &#sec11{
  	  &::before{ background-image: url(../images/image11.jpg); }
    }*/
  /*
    &#sec12{
  	  &::before{ background-image: url(../images/image12.jpg); }
    }*/
  /*
    &#sec13{
  	  &::before{ background-image: url(../images/image13.jpg); }
    }*/
  /*
    &#sec14{
  	  &::before{ background-image: url(../images/image14.jpg); }
    }*/
  /*
    &#sec15{
  	  &::before{ background-image: url(../images/image15.jpg); }
    }*/
}
main .sec.active::before {
  opacity: 1;
}
main .sec#sec1 {
  width: 1200px;
  margin: 0 auto 200px auto;
}
main .sec#sec1 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec1 .set:not(:last-child) {
  margin-bottom: 60px;
}
main .sec#sec1 .set .typo {
  width: calc((100% - 60px) / 2);
  position: relative;
}
main .sec#sec1 .set .typo div {
  width: 489px;
  position: absolute;
  top: -130px;
  left: 210px;
  z-index: 1;
}
main .sec#sec1 .set .typo div h3 {
  background-image: url(../images/deco1.svg);
  width: 489px;
  height: 685px;
  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: 40px;
}
main .sec#sec1 .set .typo div p {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec1 .set .combo {
  width: calc((100% - 60px) / 2);
}
main .sec#sec1 .set .combo .video {
  width: 100%;
}
main .sec#sec1 .set .combo .video video {
  width: 100%;
  height: auto;
  line-height: 0;
}
main .sec#sec1 .set .combo .photo {
  width: 100%;
}
main .sec#sec1 .set .combo .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .sec#sec2 {
  width: 100%;
  margin: 0 auto 200px auto;
  position: relative;
}
main .sec#sec2 .visual {
  width: 100%;
  margin-bottom: 240px;
}
main .sec#sec2 .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec2 .inner .set {
  width: calc((100% - 60px) / 2);
}
main .sec#sec2 .inner .set .typo {
  width: calc((100% - 60px) / 2);
  padding: 380px 0 0 0;
  margin-bottom: -55px;
  position: relative;
}
main .sec#sec2 .inner .set .typo div {
  width: 570px;
  position: relative;
  z-index: 1;
}
main .sec#sec2 .inner .set .typo div h3 {
  background-image: url(../images/deco2.svg);
  width: 570px;
  height: 426px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .sec#sec2 .inner .set .combo {
  width: 100%;
}
main .sec#sec2 .inner .set .combo .photo {
  width: 100%;
}
main .sec#sec2 .inner .set .combo .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .sec#sec2 .inner .set.s1 .combo .photo:first-child {
  margin-bottom: 40px;
}
main .sec#sec3 {
  width: 100%;
  margin: 0 auto 200px auto;
}
main .sec#sec3 .video {
  width: 100%;
  height: auto;
  line-height: 0;
  margin-bottom: 200px;
}
main .sec#sec3 .video video {
  width: 100%;
  height: auto;
}
main .sec#sec3 .video.sp {
  display: none;
}
main .sec#sec3 .typo {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec3 .typo h3 {
  background-image: url(../images/deco3.svg);
  width: 400px;
  height: 592px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
main .sec#sec3 .typo div {
  width: 600px;
  position: relative;
  z-index: 1;
}
main .sec#sec3 .typo div p {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec3 .typo div p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec#sec3 .inner {
  width: 1200px;
  margin: -150px auto 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec#sec3 .inner .set {
  width: calc((100% - 60px) / 2);
}
main .sec#sec3 .inner .set .video {
  display: none;
}
main .sec#sec3 .inner .set .combo {
  width: 100%;
}
main .sec#sec3 .inner .set .combo .photo {
  width: 100%;
}
main .sec#sec3 .inner .set .combo .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .sec#sec3 .inner .set .combo .wrap1 {
  margin-bottom: 40px;
}
main .sec#sec4 {
  width: 100%;
  margin: 0 auto 200px auto;
  position: relative;
}
main .sec#sec4 .visual {
  width: 100%;
  margin-bottom: 240px;
}
main .sec#sec4 .visual .photo {
  width: 100%;
  margin-bottom: 20px;
}
main .sec#sec4 .visual .credits {
  width: 800px;
  margin: 0 auto;
}
main .sec#sec4 .inner {
  width: 1200px;
  margin: 0 auto;
}
main .sec#sec4 .inner .set {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main .sec#sec4 .inner .set h3 {
  background-image: url(../images/deco4.svg);
  width: 248px;
  height: 590px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 60px;
  right: 0px;
  order: 3;
  z-index: 3;
}
main .sec#sec4 .inner .set .combo {
  width: 475px;
  position: relative;
}
main .sec#sec4 .inner .set .combo:nth-child(3) {
  margin-left: 50px;
}
main .sec#sec4 .inner .set .combo .photo {
  width: 100%;
}
main .sec#sec4 .inner .set .combo .photo:not(:last-child) {
  margin-bottom: 40px;
}
main .sec#sec4 .inner .credits {
  width: 800px;
  margin: 0 auto;
}
main .sec#sec5 {
  width: 100%;
  margin: 0 auto 200px auto;
  position: relative;
}
main .sec#sec5 .visual {
  width: 100%;
  margin-bottom: 240px;
}
main .sec#sec5 .visual .photo {
  width: 100%;
  margin-bottom: 20px;
}
main .sec#sec5 .visual .credits {
  width: 800px;
  margin: 0 auto;
}
main .sec#sec5 .inner {
  width: 1200px;
  margin: 0 auto;
}
main .sec#sec5 .inner .set {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main .sec#sec5 .inner .set .combo {
  width: calc((100% - 60px) / 2);
}
main .sec#sec5 .inner .set .combo .photo {
  width: 100%;
}
main .sec#sec5 .inner .credits {
  width: 800px;
  margin: 0 auto;
}
main .sec#sec6 {
  width: 100%;
}
main .sec#sec6 .typo {
  width: 980px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
main .sec#sec6 .typo h3 {
  background-image: url(../images/deco5.svg);
  width: 570px;
  height: 643px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .sec#sec6 .typo div {
  width: calc(100% - 570px - 60px);
  position: relative;
  z-index: 1;
}
main .sec#sec6 .typo div p {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec6 .typo div p:not(:last-child) {
  margin-bottom: 40px;
}
main .sec#sec6 .visual {
  width: 100%;
  margin: -80px 0 20px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
main .sec#sec6 .inner {
  width: 800px;
  margin: 0 auto;
}
.credits:not(:last-child) {
  margin-bottom: 100px;
}
.credits .credit {
  width: 100%;
}
.credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
.credits .credit dl.items__credit {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits .credit dl.items__credit dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 10px 0 0;
}
.credits .credit dl.items__credit dt strong {
  white-space: nowrap;
  display: block;
}
.credits .credit dl.items__credit dt strong:first-child {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
}
.credits .credit dl.items__credit dt strong:first-child span {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
  display: inline-block;
}
.credits .credit dl.items__credit dt strong:nth-child(2) {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
  display: inline-block;
}
.credits .credit dl.items__credit dt > span {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
  display: inline-block;
}
.credits .credit dl.items__credit dd a {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
  text-decoration: underline;
}
.credits .credit dl.items__credit dd a.linelink {
  display: none;
}
.credits .credit dl.items__credit dd a.items__a:not([href]) {
  display: none;
}
.credits .credit dl.items__credit dd a.items__a:not([href]) + .linelink {
  display: inline-block;
}
.credits .credit dl.items__credit dd a:hover {
  color: #999;
}
.credits .credit dl.items__credit dd span {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
}
footer {
  width: 100%;
  padding: 200px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
footer .inner ul li:not(:first-child) {
  margin: 0 0 0 150px;
}
footer .inner ul li a {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
}
footer .inner ul li a:hover {
  opacity: 0.7;
}
footer .inner p {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner.active {
  opacity: 1;
}
footer .pgtop {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
footer .pgtop a {
  color: #000;
  font-family: linotype-didot, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .pgtop a:hover {
  color: #fcc80e;
}
.point0 .video {
  padding-top: 20px;
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point0.on .video {
  padding-top: 0px;
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point1 .combo:nth-child(1) .photo {
  transition: all 0.25s ease-in 0s;
}
.point1 .combo:nth-child(2) .photo {
  transition: all 0.25s ease-in 0.5s;
}
.point1 .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
}
.point1.on .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point2 {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point2.on {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point3 {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point3.on {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point4 {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point4.on {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point5 .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point5.on .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point6 .video {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point6.on .video {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point7 .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point7.on .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point8 .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point8.on .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point9 .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point9.on .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point10 .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point10.on .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point11 h3 {
  transition: clip-path 0.25s ease-in 1s;
  clip-path: inset(0% 0 0 100%);
}
.point11 .combo:nth-child(2) .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point11 .combo:nth-child(3) .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0.5s;
}
.point11.on h3 {
  clip-path: inset(0% 0% 0% 0%);
}
.point11.on .combo:nth-child(2) .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point11.on .combo:nth-child(3) .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point12 .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point12.on .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point13 .combo:nth-child(1) .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.point13 .combo:nth-child(2) .photo {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
  transition: all 0.25s ease-in 0.5s;
}
.point13.on .combo:nth-child(1) .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point13.on .combo:nth-child(2) .photo {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
.point14 div {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 0;
}
.point14 div:nth-child(1) {
  transition: all 0.25s ease-in 0s;
}
.point14 div:nth-child(2) {
  transition: all 0.25s ease-in 0.3s;
}
.point14 div:nth-child(3) {
  transition: all 0.25s ease-in 0.6s;
}
.point14.on div {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .logo {
    width: 145px;
    position: relative;
  }
  #loader .logo h2 {
    width: 100%;
    height: 35px;
    position: static;
  }
  #loader .bar {
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
  }
  #loader .bar span {
    width: 0%;
    height: 100%;
    background-color: #000;
    display: block;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }
  header {
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    left: auto;
    top: auto;
  }
  header h1 {
    width: 143px;
    height: 18px;
  }
  main #visual {
    width: 100%;
    margin-bottom: 115px;
  }
  main #visual .photo {
    width: 100%;
    padding: 0 20px 0 0;
  }
  main #visual .photo img {
    display: none;
  }
  main #visual .photo img.spimg {
    display: block;
  }
  main #visual h2 {
    width: 250px;
    height: 105px;
    position: absolute;
    top: calc(50% - 52px);
    left: calc(50% - 125px);
  }
  main .sec {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    /*
      &#sec1{
    	  &::before{ background-image: url(../images/image1.jpg); }
      }*/
    /*
      &#sec2{
    	  &::before{ background-image: url(../images/image2.jpg); }
      }*/
    /*
      &#sec3{
    	  &::before{ background-image: url(../images/image3.jpg); }
      }*/
    /*
      &#sec4{
    	  &::before{ background-image: url(../images/image4.jpg); }
      }*/
    /*
      &#sec5{
    	  &::before{ background-image: url(../images/image5.jpg); }
      }*/
    /*
      &#sec6{
    	  &::before{ background-image: url(../images/image6.jpg); }
      }*/
    /*
      &#sec7{
    	  &::before{ background-image: url(../images/image7.jpg); }
      }*/
    /*
      &#sec8{
    	  &::before{ background-image: url(../images/image8.jpg); }
      }*/
    /*
      &#sec9{
    	  &::before{ background-image: url(../images/image9.jpg); }
      }*/
    /*
      &#sec10{
    	  &::before{ background-image: url(../images/image10.jpg); }
      }*/
    /*
      &#sec11{
    	  &::before{ background-image: url(../images/image11.jpg); }
      }*/
    /*
      &#sec12{
    	  &::before{ background-image: url(../images/image12.jpg); }
      }*/
    /*
      &#sec13{
    	  &::before{ background-image: url(../images/image13.jpg); }
      }*/
    /*
      &#sec14{
    	  &::before{ background-image: url(../images/image14.jpg); }
      }*/
    /*
      &#sec15{
    	  &::before{ background-image: url(../images/image15.jpg); }
      }*/
  }
  main .sec.active::before {
    opacity: 1;
  }
  main .sec#sec1 {
    width: 100%;
    margin: 0 auto 60px auto;
  }
  main .sec#sec1 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
  }
  main .sec#sec1 .set:not(:last-child) {
    margin-bottom: 30px;
  }
  main .sec#sec1 .set .typo {
    width: calc((100% - 60px) / 2);
    position: absolute;
  }
  main .sec#sec1 .set .typo div {
    width: 100%;
    position: absolute;
    top: -55px;
    left: 5px;
    z-index: 1;
  }
  main .sec#sec1 .set .typo div h3 {
    background-image: url(../images/deco1.svg);
    width: 155px;
    height: 217px;
    margin-bottom: 40px;
  }
  main .sec#sec1 .set .combo {
    width: calc((100% - 8px) / 2);
  }
  main .sec#sec1 .set .combo .video {
    width: 100%;
    padding: 0 0 0 75px;
  }
  main .sec#sec1 .set .combo .video:not(:last-child) {
    margin-bottom: 30px;
  }
  main .sec#sec1 .set .combo .video video {
    width: 100%;
    height: auto;
    line-height: 0;
  }
  main .sec#sec1 .set .combo .photo {
    width: 100%;
  }
  main .sec#sec1 .set .combo .photo:not(:last-child) {
    margin-bottom: 15px;
  }
  main .sec#sec1 .set .combo p {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec#sec1 .set:first-child .combo {
    width: 100%;
  }
  main .sec#sec2 {
    margin: 0 auto 60px auto;
  }
  main .sec#sec2 .visual {
    width: 100%;
    height: 133vw;
    margin-bottom: 75px;
    background-image: url(../images/03_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  main .sec#sec2 .visual img {
    display: none;
  }
  main .sec#sec2 .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec2 .inner .set {
    width: 100%;
    position: relative;
  }
  main .sec#sec2 .inner .set .typo {
    width: 201px;
    padding: 0px;
    margin-bottom: 0px;
    position: absolute;
    top: -15px;
    right: 0px;
  }
  main .sec#sec2 .inner .set .typo div {
    width: 201px;
    position: relative;
    z-index: 1;
  }
  main .sec#sec2 .inner .set .typo div h3 {
    background-image: url(../images/deco2.svg);
    width: 201px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main .sec#sec2 .inner .set .combo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec2 .inner .set .combo .photo {
    width: calc(50% - 4px);
  }
  main .sec#sec2 .inner .set .combo .photo:not(:last-child) {
    margin-bottom: 15px;
  }
  main .sec#sec2 .inner .set.s1 {
    order: 2;
  }
  main .sec#sec2 .inner .set.s1 .combo .photo:first-child {
    margin-bottom: 15px;
  }
  main .sec#sec2 .inner .set.s1 .combo .photo:nth-child(2) {
    margin-left: 8px;
  }
  main .sec#sec2 .inner .set.s2 {
    margin-bottom: 50px;
    order: 1;
  }
  main .sec#sec2 .inner .set.s2 .combo {
    flex-direction: column;
  }
  main .sec#sec3 {
    width: 100%;
    margin: 0 auto 65px auto;
  }
  main .sec#sec3 .video {
    margin-bottom: 55px;
  }
  main .sec#sec3 .video.pc {
    display: none;
  }
  main .sec#sec3 .video.sp {
    display: block;
  }
  main .sec#sec3 .typo {
    width: 100%;
    padding: 0 0 150px 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec3 .typo h3 {
    width: 142px;
    height: 209px;
    position: absolute;
    left: 35px;
    bottom: -110px;
  }
  main .sec#sec3 .typo div {
    width: 100%;
    padding: 0 35px;
    position: relative;
    z-index: 1;
  }
  main .sec#sec3 .typo div p {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main .sec#sec3 .typo div p:not(:last-child) {
    margin-bottom: 25px;
  }
  main .sec#sec3 .inner {
    width: 100%;
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec3 .inner .set {
    width: 100%;
  }
  main .sec#sec3 .inner .set .combo {
    width: 100%;
  }
  main .sec#sec3 .inner .set .combo .photo {
    width: 100%;
  }
  main .sec#sec3 .inner .set .combo .photo:not(:last-child) {
    margin-bottom: 15px;
  }
  main .sec#sec3 .inner .set:nth-child(1) {
    margin-bottom: 60px;
  }
  main .sec#sec3 .inner .set:nth-child(1) .combo .wrap1 {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 60px;
  }
  main .sec#sec3 .inner .set:nth-child(1) .combo .wrap3 {
    width: 100%;
    padding: 0 75px 0 0;
  }
  main .sec#sec3 .inner .set:nth-child(1) .combo .wrap3 .credits {
    padding: 0 0 0 20px;
  }
  main .sec#sec3 .inner .set:nth-child(1) .video {
    width: calc(100% - 100px);
    margin: 0 auto 65px auto;
    display: block;
  }
  main .sec#sec3 .inner .set:nth-child(2) .combo {
    padding: 0 0 0 75px;
  }
  main .sec#sec3 .inner .set:nth-child(2) .combo .wrap2 {
    width: 100%;
  }
  main .sec#sec3 .inner .set:nth-child(2) .combo .wrap2 .credits {
    padding: 0 20px 0 0;
  }
  main .sec#sec4 {
    width: 100%;
    margin: 0 auto 55px auto;
    position: relative;
  }
  main .sec#sec4 .visual {
    width: 100%;
    margin-bottom: 60px;
  }
  main .sec#sec4 .visual .photo {
    width: calc(100% - 75px);
    height: calc((100vw - 75px) * 1.6);
    margin-bottom: 15px;
    background-image: url(../images/10_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  main .sec#sec4 .visual .photo img {
    display: none;
  }
  main .sec#sec4 .visual .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .sec#sec4 .inner {
    width: 100%;
    margin: 0 auto;
  }
  main .sec#sec4 .inner .set {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main .sec#sec4 .inner .set h3 {
    width: 78px;
    height: 186px;
    top: 20px;
    right: 2px;
    order: 3;
  }
  main .sec#sec4 .inner .set .combo {
    width: 40%;
  }
  main .sec#sec4 .inner .set .combo:nth-child(3) {
    margin-left: 15px;
  }
  main .sec#sec4 .inner .set .combo .photo {
    width: 100%;
  }
  main .sec#sec4 .inner .set .combo .photo:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec#sec4 .inner .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .sec#sec5 {
    width: 100%;
    margin: 0 auto 55px auto;
    position: relative;
  }
  main .sec#sec5 .visual {
    width: 100%;
    margin-bottom: 60px;
  }
  main .sec#sec5 .visual .photo {
    width: 100%;
    height: 133.3vw;
    background-image: url(../images/13_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
  }
  main .sec#sec5 .visual .photo img {
    display: none;
  }
  main .sec#sec5 .visual .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .sec#sec5 .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .sec#sec5 .inner .set {
    width: 100%;
    margin-bottom: 15px;
  }
  main .sec#sec5 .inner .set .combo {
    width: calc((100% - 16px) / 2);
  }
  main .sec#sec5 .inner .credits {
    width: 100%;
    margin: 0 auto;
  }
  main .sec#sec6 {
    width: 100%;
  }
  main .sec#sec6 .typo {
    width: 100%;
    margin: 0 auto 80px auto;
    position: relative;
    display: block;
    z-index: 1;
  }
  main .sec#sec6 .typo h3 {
    width: 152px;
    height: 171px;
    position: absolute;
    top: 540px;
    left: 20px;
  }
  main .sec#sec6 .typo div {
    width: 100%;
    padding: 0 40px;
    position: relative;
    z-index: 1;
  }
  main .sec#sec6 .typo div p {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec#sec6 .typo div p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec#sec6 .visual {
    width: 100%;
    padding: 0 0 0 75px;
    margin: 0 0 15px 0;
    position: relative;
    display: block;
  }
  main .sec#sec6 .visual div:not(:first-child) {
    display: none;
  }
  main .sec#sec6 .inner {
    width: 100%;
    padding: 0 20px 0 75px;
    margin: 0 auto;
  }
  .credits:not(:last-child) {
    margin-bottom: 60px;
  }
  .credits .credit {
    width: 100%;
  }
  .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits .credit dl.items__credit {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits .credit dl.items__credit dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 10px 0 0;
  }
  .credits .credit dl.items__credit dt strong {
    white-space: nowrap;
    display: block;
  }
  .credits .credit dl.items__credit dt strong:first-child {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    letter-spacing: 0em;
  }
  .credits .credit dl.items__credit dt strong:first-child span {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    letter-spacing: 0em;
    padding: 0 0 0 5px;
    display: inline-block;
  }
  .credits .credit dl.items__credit dt strong:nth-child(2) {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    letter-spacing: 0em;
    padding: 0 0 0 5px;
    display: inline-block;
  }
  .credits .credit dl.items__credit dt > span {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 0 5px;
    display: inline-block;
  }
  .credits .credit dl.items__credit dd a {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    letter-spacing: 0em;
    text-decoration: underline;
  }
  .credits .credit dl.items__credit dd a.linelink {
    display: none;
  }
  .credits .credit dl.items__credit dd a.items__a:not([href]) {
    display: none;
  }
  .credits .credit dl.items__credit dd a.items__a:not([href]) + .linelink {
    display: inline-block;
  }
  .credits .credit dl.items__credit dd a:hover {
    color: #999;
  }
  .credits .credit dl.items__credit dd span {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    letter-spacing: 0em;
  }
  footer {
    padding: 120px 0 60px 0;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  footer .inner ul li:not(:first-child) {
    margin: 0px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px;
  }
  footer .inner ul li a {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
  }
  footer .inner ul li a:hover {
    opacity: 1;
  }
  footer .inner p {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner.active {
    opacity: 1;
  }
  footer .pgtop {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  footer .pgtop a {
    color: #000;
    font-family: linotype-didot, serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .pgtop a:hover {
    color: #fcc80e;
  }
  .point1 .combo:nth-child(2) .photo {
    transition: all 0.25s ease-in 0s;
  }
  .point11 h3 {
    transition: clip-path 0.25s ease-in 0s;
  }
  .point11 .combo:nth-child(3) .photo {
    transition: all 0.25s ease-in 0s;
  }
  .point13 .combo:nth-child(2) .photo {
    transition: all 0.25s ease-in 0s;
  }
  .point14 div {
    clip-path: inset(0% 0% 0% 100%);
    opacity: 0;
  }
  .point14 div:nth-child(1) {
    transition: all 0.25s ease-in 0s;
  }
  .point14 div:nth-child(2) {
    transition: all 0.25s ease-in 0s;
  }
  .point14 div:nth-child(3) {
    transition: all 0.25s ease-in 0s;
  }
}
/*# sourceMappingURL=style.css.map */
