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

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  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: #1AEE97;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #111;
  display: block;
}

header {
  width: 1.4rem;
  position: fixed;
  top: 40px;
  right: 10px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
}
header.on {
  opacity: 1;
}
header .inner {
  width: 100%;
  position: relative;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header .inner ul::before {
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  background-color: #111;
  display: inline-block;
  order: 2;
}
header .inner ul li {
  width: 1.4rem;
}
header .inner ul li:nth-child(1) {
  margin-bottom: 5px;
  order: 1;
}
header .inner ul li:nth-child(2) {
  order: 3;
}
header .inner ul li a {
  width: 100%;
  pointer-events: auto;
}
header .inner ul li a span {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover span {
  color: #1AEE97;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner section#visual {
  width: 47%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: sticky;
  top: 0px;
}
main .inner section#visual.on .invisual .img h1 {
  clip-path: inset(0 0 0 0);
}
main .inner section#visual.on .invisual .img h2 {
  clip-path: inset(0 0 0 0);
}
main .inner section#visual.on .invisual .img > div.p1 {
  opacity: 1;
}
main .inner section#visual.on .invisual .img > div.p2 {
  opacity: 1;
}
main .inner section#visual.on .invisual .img > div.p3 {
  opacity: 1;
}
main .inner section#visual.on .invisual .copy {
  opacity: 1;
}
main .inner section#visual::before {
  content: "";
  width: 40px;
  border-right: solid 1px #111;
  display: block;
}
main .inner section#visual::after {
  content: "";
  width: 1px;
  height: 100vh;
  background-color: #111;
  display: block;
  position: fixed;
  top: 0px;
  left: 40px;
}
main .inner section#visual .invisual {
  width: calc(100% - 40px);
  padding-top: 40px;
}
main .inner section#visual .invisual .img {
  width: 100%;
  margin-bottom: 50px;
  border-top: solid 1px #111;
  position: relative;
}
main .inner section#visual .invisual .img h1 {
  width: 62.35%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: calc((47vw - 40px) * 0.6235 * 0.033);
  left: -20px;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-in 1s;
}
main .inner section#visual .invisual .img h1 span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .inner section#visual .invisual .img h1 span:nth-child(1) {
  background-image: url(../images/visual_title1.png);
  width: 79.25%;
  height: calc((47vw - 40px) * 0.6235 * 0.7925 * 0.1443);
  margin-bottom: 10px;
}
main .inner section#visual .invisual .img h1 span:nth-child(2) {
  background-image: url(../images/visual_title2.png);
  width: 92.26%;
  height: calc((47vw - 40px) * 0.6235 * 0.9226 * 0.124);
  margin-left: auto;
}
main .inner section#visual .invisual .img h2 {
  width: 47.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  right: 20px;
  bottom: calc((47vw - 40px) * 0.6235 * 0.033);
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-in 1s;
}
main .inner section#visual .invisual .img h2 span {
  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;
}
main .inner section#visual .invisual .img h2 span:nth-child(1) {
  background-image: url(../images/visual_title3.png);
  width: 36.9%;
  height: calc((47vw - 40px) * 0.6235 * 0.369 * 0.39);
  margin: 0 0 10px 0;
  transform: translateX(30px);
}
main .inner section#visual .invisual .img h2 span:nth-child(2) {
  background-image: url(../images/visual_title4.png);
  width: 100%;
  height: calc((47vw - 40px) * 0.6235 * 0.15);
  margin-left: auto;
}
main .inner section#visual .invisual .img > div.p1 {
  width: 24.88%;
  position: absolute;
  top: calc((47vw - 40px) * 0.6235 * 0.25);
  left: 11.25%;
  z-index: 3;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .inner section#visual .invisual .img > div.p2 {
  width: 19%;
  position: absolute;
  top: calc((47vw - 40px) * 0.6235 * 0.25);
  left: 44.5%;
  z-index: 3;
  opacity: 0;
  transition: all 0.25s ease-in 0.2s;
}
main .inner section#visual .invisual .img > div.p3 {
  width: 25.2%;
  position: absolute;
  top: calc((47vw - 40px) * 0.6235 * 0.3);
  left: 60%;
  z-index: 3;
  opacity: 0;
  transition: all 0.25s ease-in 0.4s;
}
main .inner section#visual .invisual .img > div.bg {
  width: 100%;
}
main .inner section#visual .invisual .copy {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease-in 1.75s;
}
main .inner section#visual .invisual .copy > div {
  width: 74.5%;
}
main .inner section#visual .invisual .copy > div h3 {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
main .inner section#visual .invisual .copy > div p {
  color: #111;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner section#visual .invisual .copy > div p:not(:last-child) {
  margin-bottom: 10px;
}
main .inner section#contents {
  width: 53%;
  padding: 40px 0 0 0;
  border-left: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec {
  width: 100%;
  padding: 100px 0 95px 0;
  border-bottom: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec.sec1 {
  padding-top: 0px;
}
main .inner section#contents .sec.sec1 .insec .photo1 h4 {
  width: 71px;
  height: 437px;
  background-image: url(../images/catch1.png);
}
main .inner section#contents .sec.sec2 .insec .photo1 h4 {
  width: 111px;
  height: 525px;
  background-image: url(../images/catch2.png);
}
main .inner section#contents .sec.sec3 .insec .photo1 h4 {
  width: 71px;
  height: 521px;
  background-image: url(../images/catch3.png);
}
main .inner section#contents .sec.sec4 .insec .photo1 h4 {
  width: 70px;
  height: 448px;
  background-image: url(../images/catch4.png);
}
main .inner section#contents .sec.sec5 .insec .photo1 h4 {
  width: 70px;
  height: 348px;
  background-image: url(../images/catch5.png);
}
main .inner section#contents .sec.sec6 .insec .photo1 h4 {
  width: 72px;
  height: 517px;
  background-image: url(../images/catch6.png);
}
main .inner section#contents .sec.sec7 .insec .photo1 h4 {
  width: 72px;
  height: 660px;
  background-image: url(../images/catch7.png);
}
main .inner section#contents .sec.sec8 .insec .photo1 h4 {
  width: 72px;
  height: 399px;
  background-image: url(../images/catch8.png);
}
main .inner section#contents .sec.sec9 .insec .photo1 h4 {
  width: 72px;
  height: 493px;
  background-image: url(../images/catch9.png);
}
main .inner section#contents .sec .insec {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec .insec .set {
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s ease-in 0s;
}
main .inner section#contents .sec .insec .set.on {
  opacity: 1;
}
main .inner section#contents .sec .insec .set.on .text {
  clip-path: inset(0 0 0 0);
}
main .inner section#contents .sec .insec .set .text {
  text-align: left;
  position: absolute;
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-in 0.25s;
}
main .inner section#contents .sec .insec .set .text h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner section#contents .sec .insec .set .text h4.sp {
  display: none;
}
main .inner section#contents .sec .insec .set .text h4:not(:last-child) {
  margin-bottom: 10px;
}
main .inner section#contents .sec .insec .set .text h4 span {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background-color: #111;
}
main .inner section#contents .sec .insec .set .text h4 span:not(:last-child) {
  margin-bottom: 5px;
}
main .inner section#contents .sec .insec .set .text p {
  color: #111;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
  background-color: #FFF;
}
main .inner section#contents .sec .insec .set.photo1 {
  width: calc(100% - 40px);
  margin-left: auto;
  position: relative;
}
main .inner section#contents .sec .insec .set.photo1.on h3 {
  clip-path: inset(0 0 0 0);
}
main .inner section#contents .sec .insec .set.photo1.on h4 {
  clip-path: inset(0 0 0 0);
}
main .inner section#contents .sec .insec .set.photo1 h3 {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #1AEE97;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  clip-path: inset(0 0 100% 0);
  transition: all 0.25s ease-in 0.25s;
}
main .inner section#contents .sec .insec .set.photo1 h4 {
  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: 105px;
  right: 110px;
  z-index: 1;
  clip-path: inset(0 0 100% 0);
  transition: all 0.25s ease-in 0.45s;
}
main .inner section#contents .sec .insec .set.photo2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: -65px 0 0 0;
}
main .inner section#contents .sec .insec .set.photo2 .ph {
  width: 59%;
}
main .inner section#contents .sec .insec .set.photo2 .text {
  width: 47%;
  top: 10px;
  right: 10px;
  z-index: 1;
}
main .inner section#contents .sec .insec .set.photo3 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  margin: -220px 0 0 0;
}
main .inner section#contents .sec .insec .set.photo3:not(:last-child) {
  margin-bottom: 50px;
}
main .inner section#contents .sec .insec .set.photo3 .ph {
  width: 51.5%;
}
main .inner section#contents .sec .insec .set.photo3 .text {
  width: 47%;
  bottom: 30px;
  left: 40px;
  z-index: 1;
}
main .inner section#contents .sec .insec .credits {
  width: calc(100% - 0px);
  padding-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 4px 1px;
}
main .inner section#contents .sec .insec .credits h5 {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  background-color: #111;
  margin-bottom: 10px;
}
main .inner section#contents .sec .insec .credits > div {
  width: 61.5%;
}
main .inner section#contents .sec .insec .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main .inner section#contents .sec .insec .credits > div.item-d-none dl dd a {
  display: none;
}
main .inner section#contents .sec .insec .credits > div.item-d-none dl dd a + span {
  display: inline-block;
}
main .inner section#contents .sec .insec .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .inner section#contents .sec .insec .credits > div dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner section#contents .sec .insec .credits > div dl dt strong {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner section#contents .sec .insec .credits > div dl dt span {
  display: inline-block;
}
main .inner section#contents .sec .insec .credits > div dl dt span.price {
  margin-left: 0.7rem;
}
main .inner section#contents .sec .insec .credits > div dl dt span:nth-child(2) {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner section#contents .sec .insec .credits > div dl dt span:nth-child(3) {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner section#contents .sec .insec .credits > div dl dt span:nth-child(3)::before {
  content: "-";
  display: inline-block;
}
main .inner section#contents .sec .insec .credits > div dl dd a {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 2px 20px;
  border: solid 1px #111;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents .sec .insec .credits > div dl dd a:hover {
  opacity: 0.7;
}
main .inner section#contents .sec .insec .credits > div dl dd a + span {
  display: none;
}
main .inner section#contents .sec .insec .credits > div dl dd span {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner section#contents .sec.profile {
  width: calc(100% - 80px);
  border-bottom: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .inner section#contents .sec.profile.on {
  opacity: 1;
}
main .inner section#contents .sec.profile .inprof {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main .inner section#contents .sec.profile .inprof > div {
  width: calc((100% - 40px) / 5);
}
main .inner section#contents .sec.profile .inprof > div:not(:nth-child(5n+1)) {
  margin-left: 10px;
}
main .inner section#contents .sec.profile .inprof > div:not(:nth-child(n+7)) {
  margin-bottom: 30px;
}
main .inner section#contents .sec.profile .inprof > div a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec.profile .inprof > div a:hover > div {
  padding: 0px;
}
main .inner section#contents .sec.profile .inprof > div a:hover dl {
  opacity: 0.7;
}
main .inner section#contents .sec.profile .inprof > div a > div {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border: solid 1px #111;
  border-radius: 50%;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents .sec.profile .inprof > div a > div img {
  width: 100%;
  border-radius: 50%;
}
main .inner section#contents .sec.profile .inprof > div a dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents .sec.profile .inprof > div a dl::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .inner section#contents .sec.profile .inprof > div a dl dt {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
main .inner section#contents .sec.profile .inprof > div a dl dd {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: nowrap;
  margin-bottom: 10px;
}
main .inner section#contents footer {
  width: 100%;
  padding-bottom: 60px;
  border-top: solid 1px #111;
}
main .inner section#contents footer .inner {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 60px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .inner section#contents footer .inner .link {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner section#contents footer .inner .link ul {
  text-align: left;
  margin-bottom: 60px;
}
main .inner section#contents footer .inner .link ul li a {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents footer .inner .link ul li a:hover {
  opacity: 0.7;
}
main .inner section#contents footer .inner .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .inner section#contents footer .inner .link p {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner section#contents footer .inner .pgtop {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
main .inner section#contents footer .inner .pgtop p {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: right;
}

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

  header {
    width: 100%;
    background-color: #FFF;
    border-bottom: solid 1px #111;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
  }
  header .inner {
    width: calc(100% - 18px);
    height: 40px;
    padding: 0 10px;
    margin: 0 auto;
    border-right: solid 1px #111;
    border-left: solid 1px #111;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  header .inner ul::before {
    width: 1px;
    height: auto;
    margin: 0 0 0 5px;
    background-color: #111;
    order: 2;
  }
  header .inner ul li {
    width: auto;
  }
  header .inner ul li:nth-child(1) {
    margin-bottom: 0px;
    order: 1;
  }
  header .inner ul li:nth-child(2) {
    margin-left: 5px;
    order: 3;
  }
  header .inner ul li a {
    width: 100%;
    pointer-events: auto;
  }
  header .inner ul li a span {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: horizontal-tb;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
  }
  main .inner {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main .inner::before {
    content: "";
    width: 1px;
    height: 100vh;
    background-color: #111;
    position: fixed;
    top: 0px;
    left: 9px;
  }
  main .inner::after {
    content: "";
    width: 1px;
    height: 100vh;
    background-color: #111;
    position: fixed;
    top: 0px;
    right: 9px;
  }
  main .inner section#visual {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    top: auto;
  }
  main .inner section#visual::before {
    content: none;
  }
  main .inner section#visual::after {
    content: none;
  }
  main .inner section#visual .invisual {
    width: 100%;
    padding-top: 40px;
  }
  main .inner section#visual .invisual .img {
    width: 100%;
    margin-bottom: 30px;
    border-top: solid 1px #111;
  }
  main .inner section#visual .invisual .img h1 {
    width: 229px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 15px;
    left: -10px;
    z-index: 1;
  }
  main .inner section#visual .invisual .img h1 span {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main .inner section#visual .invisual .img h1 span:nth-child(1) {
    width: 182px;
    height: 26px;
    margin-bottom: 7px;
  }
  main .inner section#visual .invisual .img h1 span:nth-child(2) {
    width: 211px;
    height: 26px;
    margin-left: auto;
  }
  main .inner section#visual .invisual .img h2 {
    width: 175px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
  }
  main .inner section#visual .invisual .img h2 span {
    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;
  }
  main .inner section#visual .invisual .img h2 span:nth-child(1) {
    background-image: url(../images/visual_title3.png);
    width: 65px;
    height: 26px;
    margin: 0 0 7px 0;
    transform: translateX(15px);
  }
  main .inner section#visual .invisual .img h2 span:nth-child(2) {
    background-image: url(../images/visual_title4.png);
    width: 175px;
    height: 26px;
    margin-left: auto;
  }
  main .inner section#visual .invisual .img > div.p1 {
    width: 24.865%;
    top: 65px;
    left: 11.25%;
  }
  main .inner section#visual .invisual .img > div.p2 {
    width: 19%;
    top: 62px;
    left: 44.5%;
  }
  main .inner section#visual .invisual .img > div.p3 {
    width: 25.2%;
    position: absolute;
    top: 70px;
    left: 60%;
  }
  main .inner section#visual .invisual .copy {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#visual .invisual .copy > div {
    width: calc(100% - 20px);
  }
  main .inner section#visual .invisual .copy > div h3 {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }
  main .inner section#visual .invisual .copy > div p {
    color: #111;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner section#visual .invisual .copy > div p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner section#contents {
    width: 100%;
    padding: 40px 0 0 0;
    border-left: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec {
    width: 100%;
    padding: 50px 0;
    border-bottom: solid 1px #111;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec.sec1 {
    padding-top: 0px;
  }
  main .inner section#contents .sec.sec1 .insec .photo1 h4 {
    width: 50px;
    height: 310px;
  }
  main .inner section#contents .sec.sec2 .insec .photo1 h4 {
    width: 80px;
    height: 378px;
    background-image: url(../images/catch2.png);
  }
  main .inner section#contents .sec.sec3 .insec .photo1 h4 {
    width: 50px;
    height: 369px;
    background-image: url(../images/catch3.png);
  }
  main .inner section#contents .sec.sec4 .insec .photo1 h4 {
    width: 50px;
    height: 320px;
    background-image: url(../images/catch4.png);
  }
  main .inner section#contents .sec.sec5 .insec .photo1 h4 {
    width: 50px;
    height: 249px;
    background-image: url(../images/catch5.png);
  }
  main .inner section#contents .sec.sec6 .insec .photo1 h4 {
    width: 50px;
    height: 362px;
    background-image: url(../images/catch6.png);
  }
  main .inner section#contents .sec.sec7 .insec .photo1 h4 {
    width: 50px;
    height: 462px;
    background-image: url(../images/catch7.png);
  }
  main .inner section#contents .sec.sec8 .insec .photo1 h4 {
    width: 50px;
    height: 279px;
    background-image: url(../images/catch8.png);
  }
  main .inner section#contents .sec.sec9 .insec .photo1 h4 {
    width: 50px;
    height: 345px;
    background-image: url(../images/catch9.png);
  }
  main .inner section#contents .sec .insec {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec .insec .set {
    width: 100%;
  }
  main .inner section#contents .sec .insec .set .text {
    text-align: left;
    position: absolute;
  }
  main .inner section#contents .sec .insec .set .text h4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner section#contents .sec .insec .set .text h4:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner section#contents .sec .insec .set .text h4.sp {
    display: flex;
  }
  main .inner section#contents .sec .insec .set .text h4.sp + h4 {
    display: none;
  }
  main .inner section#contents .sec .insec .set .text h4 span {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
    background-color: #111;
  }
  main .inner section#contents .sec .insec .set .text h4 span:not(:last-child) {
    margin-bottom: 5px;
  }
  main .inner section#contents .sec .insec .set .text p {
    color: #111;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.02em;
    background-color: #FFF;
  }
  main .inner section#contents .sec .insec .set.photo1 {
    width: 100%;
    margin-left: auto;
    position: relative;
  }
  main .inner section#contents .sec .insec .set.photo1 h3 {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    top: 20px;
    right: 20px;
  }
  main .inner section#contents .sec .insec .set.photo1 h4 {
    top: 68px;
    right: 63px;
    z-index: 1;
  }
  main .inner section#contents .sec .insec .set.photo2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin: -50px 0 90px 0;
    transform: translateX(-11px);
  }
  main .inner section#contents .sec .insec .set.photo2 .ph {
    width: 77vw;
  }
  main .inner section#contents .sec .insec .set.photo2 .text {
    width: 64.6%;
    top: auto;
    right: 10px;
    bottom: -40px;
    z-index: 1;
  }
  main .inner section#contents .sec .insec .set.photo3 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0px;
  }
  main .inner section#contents .sec .insec .set.photo3:not(:last-child) {
    margin-bottom: 90px;
  }
  main .inner section#contents .sec .insec .set.photo3 .ph {
    width: calc(100% - 80px);
  }
  main .inner section#contents .sec .insec .set.photo3 .text {
    width: calc(100% - 50px);
    bottom: -60px;
    left: 10px;
    z-index: 1;
  }
  main .inner section#contents .sec .insec .credits {
    width: calc(100% - 20px);
    padding-top: 30px;
  }
  main .inner section#contents .sec .insec .credits h5 {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    background-color: #111;
    margin-bottom: 10px;
  }
  main .inner section#contents .sec .insec .credits > div {
    width: 100%;
  }
  main .inner section#contents .sec .insec .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner section#contents .sec .insec .credits > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main .inner section#contents .sec .insec .credits > div dl dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner section#contents .sec .insec .credits > div dl dt strong {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner section#contents .sec .insec .credits > div dl dt span {
    display: inline-block;
  }
  main .inner section#contents .sec .insec .credits > div dl dt span:nth-child(2) {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner section#contents .sec .insec .credits > div dl dt span:nth-child(3) {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner section#contents .sec .insec .credits > div dl dt span:nth-child(3)::before {
    content: "-";
    display: inline-block;
  }
  main .inner section#contents .sec .insec .credits > div dl dd a {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 2px 20px;
    border: solid 1px #111;
  }
  main .inner section#contents .sec .insec .credits > div dl dd a:hover {
    opacity: 1;
  }
  main .inner section#contents .sec .insec .credits > div dl dd span {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner section#contents .sec.profile {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec.profile .inprof {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner section#contents .sec.profile .inprof > div {
    width: calc((100% - 20px) / 3);
  }
  main .inner section#contents .sec.profile .inprof > div:not(:nth-child(5n+1)) {
    margin-left: 0px;
  }
  main .inner section#contents .sec.profile .inprof > div:not(:nth-child(n+7)) {
    margin-bottom: 10px;
  }
  main .inner section#contents .sec.profile .inprof > div:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }
  main .inner section#contents .sec.profile .inprof > div a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec.profile .inprof > div a:hover > div {
    padding: 0px;
  }
  main .inner section#contents .sec.profile .inprof > div a:hover dl {
    opacity: 0.7;
  }
  main .inner section#contents .sec.profile .inprof > div a > div {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: solid 1px #111;
    border-radius: 50%;
    transition: all 0.25s ease-in 0s;
  }
  main .inner section#contents .sec.profile .inprof > div a > div img {
    width: 100%;
    border-radius: 50%;
  }
  main .inner section#contents .sec.profile .inprof > div a dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main .inner section#contents .sec.profile .inprof > div a dl::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icon_insta.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  main .inner section#contents .sec.profile .inprof > div a dl dt {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .inner section#contents .sec.profile .inprof > div a dl dd {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    white-space: normal;
    margin-bottom: 10px;
  }
  main .inner section#contents footer {
    width: 100%;
    border-top: solid 1px #111;
  }
  main .inner section#contents footer .inner {
    width: calc(100% - 20px);
    padding: 50px 0 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  main .inner section#contents footer .inner .link {
    text-align: left;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner section#contents footer .inner .link ul {
    text-align: left;
    margin-bottom: 60px;
  }
  main .inner section#contents footer .inner .link ul li a {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner section#contents footer .inner .link ul li a:hover {
    opacity: 1;
  }
  main .inner section#contents footer .inner .link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner section#contents footer .inner .link p {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  main .inner section#contents footer .inner .pgtop {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    cursor: pointer;
  }
  main .inner section#contents footer .inner .pgtop p {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    text-align: right;
  }
}

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