@charset "UTF-8";
@import url("https://use.typekit.net/ihv0crp.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;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
  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: #333333;
  text-decoration: none;
  cursor: pointer !important;
}

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

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, nav, footer {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader .logo {
  width: 150px;
  height: 57px;
  background-image: url(../images/logo_js.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.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%;
  padding: 0;
  box-sizing: border-box;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem 0 6rem;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner.on .main_title {
  opacity: 1;
}
header .inner .text {
  position: absolute;
  bottom: -10rem;
  left: 3rem;
  z-index: 2;
}
header .inner .text h1 {
  width: 68.75%;
  margin-bottom: 2rem;
}
header .inner .text h1 .pc {
  display: block;
}
header .inner .text h1 .sp {
  display: none;
}
header .inner .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
  text-align: left;
  padding-bottom: 2.5rem;
}
header .inner .text p.staff {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  font-style: normal;
}
header .inner .text .brand {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
header .inner .text .brand > div:nth-child(1) {
  width: 116px;
}
header .inner .text .brand > div:nth-child(2) {
  width: 90px;
}
header .inner .text .brand > div:nth-child(3) {
  width: 80px;
}
header .inner .left {
  width: calc(46.875% - 10rem);
  padding: 0;
  z-index: 1;
}
header .inner .left .photo {
  margin-right: -10rem;
}
header .inner .right {
  width: 54.6875%;
  padding: 2rem 0 0;
}

main {
  width: 100%;
  margin: 250px auto 0;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0 0 180px;
  margin: 0 auto;
}
main .sec .insec {
  width: 100%;
  padding: 0;
  position: relative;
}
main .sec .insec:not(:last-child) {
  margin-bottom: 180px;
}
main .sec .insec.is-gap-top {
  padding-top: 40px;
}
main .sec .insec .photo {
  position: relative;
}
main .sec .insec.type1 {
  width: 40%;
  margin-right: 10rem;
  margin-left: auto;
}
main .sec .insec.type1.on .photo {
  opacity: 1;
}
main .sec .insec.type1.on .credits {
  opacity: 1;
}
main .sec .insec.type1 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type1 .credits {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type2 {
  width: 83.125%;
  margin-left: auto;
  margin-right: auto;
}
main .sec .insec.type2.on .photo {
  opacity: 1;
}
main .sec .insec.type2.on .credits {
  opacity: 1;
}
main .sec .insec.type2 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec.type2 .photo > div:nth-child(1) {
  width: 59.3984962406%;
}
main .sec .insec.type2 .photo > div:nth-child(2) {
  width: 49.2481203008%;
}
main .sec .insec.type2 .photo > div:nth-child(2) img {
  width: 100%;
  margin-left: -19.0839694656%;
  margin-top: 35.7142857143%;
}
main .sec .insec.is-overlap-reverse .photo > div:nth-child(1) {
  position: relative;
  z-index: 2;
}
main .sec .insec.is-overlap-reverse .photo > div:nth-child(2) {
  position: relative;
  z-index: 1;
}
main .sec .insec.is-overlap-reverse .photo > div:nth-child(2) img {
  margin-top: 42.8571428571%;
}
main .sec .insec.type3 {
  width: 100%;
  position: relative;
}
main .sec .insec.type3 .itemInfo {
  position: absolute;
  top: calc(15% + 60px);
  right: 60px;
  z-index: 3;
  text-align: right;
}
main .sec .insec.type3 .itemInfo h2 {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .sec .insec.type3 .itemInfo p {
  margin-top: 15px;
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-style: normal;
}
main .sec .insec.type3 .photo {
  width: 100%;
  clip-path: inset(15% 0 0 0);
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}
main .sec .insec.type3 .photo .pc {
  display: block;
}
main .sec .insec.type3 .photo .sp {
  display: none;
}
main .sec .insec.type3 .photo img {
  display: block;
  width: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
main .sec .insec.type4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main .sec .insec.type4.on .photo {
  opacity: 1;
}
main .sec .insec.type4.on .credits {
  opacity: 1;
}
main .sec .insec.type4 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.25s ease-in 0.25s;
}
main .sec .insec.type4 .photo > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type4 .photo > div > div {
  position: relative;
}
main .sec .insec.type4 .photo > div > div:nth-child(1) {
  width: 32.5%;
  z-index: 2;
  transform: translateY(65%);
}
main .sec .insec.type4 .photo > div > div:nth-child(2) {
  width: 49.53125%;
  margin-left: -7.34375%;
  z-index: 1;
}
main .sec .insec.type4 .photo > div > div:nth-child(3) {
  width: 32.5%;
  margin-left: -7.34375%;
  z-index: 2;
  transform: translateY(20%);
}
main .sec .insec.type4 .photo > div > div img {
  display: block;
  width: 100%;
}
main .sec .insec.type4 .credits {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
  margin-left: 49.921875%;
}
main .sec .insec.type5 {
  width: 83.125%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
main .sec .insec.type5.on .photo {
  opacity: 1;
}
main .sec .insec.type5.on .concept {
  opacity: 1;
}
main .sec .insec.type5 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 .photo > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  --ov: calc((94/1280)*100%);
}
main .sec .insec.type5 .photo > div > div {
  width: calc((100% + var(--ov) + var(--ov)) / 3);
  position: relative;
}
main .sec .insec.type5 .photo > div > div:nth-child(1) {
  margin-right: calc(var(--ov) * -1);
  transform: translateY(10%);
  z-index: 2;
}
main .sec .insec.type5 .photo > div > div:nth-child(2) {
  z-index: 1;
}
main .sec .insec.type5 .photo > div > div:nth-child(3) {
  margin-left: calc(var(--ov) * -1);
  transform: translateY(10%);
  z-index: 2;
}
main .sec .insec.type5 .photo > div > div img {
  display: block;
  width: 100%;
}
main .sec .insec.type6 {
  width: 83.125%;
  margin-left: auto;
  margin-right: auto;
}
main .sec .insec.type6.on .photo {
  opacity: 1;
}
main .sec .insec.type6.on .credits {
  opacity: 1;
}
main .sec .insec.type6 .photo {
  width: 100%;
  clip-path: inset(22% 0 0 0);
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type6 .photo img {
  display: block;
  width: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
main .sec .insec.type7 {
  width: 49.53125%;
  margin-right: auto;
  margin-left: auto;
}
main .sec .insec.type7.on .photo {
  opacity: 1;
}
main .sec .insec.type7.on .credits {
  opacity: 1;
}
main .sec .insec.type7 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type8 {
  width: 83.125%;
  margin-left: auto;
  margin-right: auto;
}
main .sec .insec.type8.on .photo {
  opacity: 1;
}
main .sec .insec.type8.on .credits {
  opacity: 1;
}
main .sec .insec.type8 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
main .sec .insec.type8 .photo > div {
  width: calc((100% - 16px) / 2);
}
main .sec .information_inner h3 {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding-bottom: 5rem;
}
main .sec .information_inner dl dt {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding-bottom: 1rem;
}
main .sec .information_inner dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .sec .information_inner dl:not(:last-child) {
  margin-bottom: 3rem;
}

footer {
  position: relative;
  text-align: left;
  width: 90%;
  padding: 0;
  margin: 0 auto 0;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  border-top: solid 1px #333333;
  position: relative;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 65px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 15px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  color: #000;
  opacity: 0.5;
}
footer .infoot div p {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  position: absolute;
  right: 20px;
  bottom: 160px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}
footer .infoot .pgtop a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #000;
  opacity: 0.5;
}

/* ---- common credits ---- */
.credits_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits_wrap .credits:not(:last-child) {
  padding-bottom: 20px;
}

.credits {
  width: 100%;
  padding-top: 20px;
}
.credits:first-child {
  padding-right: 30px;
}
.credits:not(:last-child) {
  padding-bottom: 30px;
}
.credits .note {
  padding-bottom: 10px;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  text-align: left;
}
.credits {
  transition: all 0.25s ease-in 0s;
}
.credits:hover {
  opacity: 0.7;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt {
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  margin-left: 5px;
}
.credits > div dl dd {
  margin-left: 10px;
}
.credits > div dl dd > div.item-d-none a {
  display: none;
}
.credits > div dl dd > div.item-d-none span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding: 0;
  display: inline-block;
}
.credits > div dl dd > div a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  text-decoration: none;
  padding: 0 0 4px;
  display: block;
  background-color: transparent;
  border-bottom: solid 1px #000;
}
.credits > div dl dd > div span {
  display: none;
}

/*--------- SLICK -----------*/
.main_slider:not(.slick-initialized) li:not(:first-child) {
  display: none;
}

.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 180px;
    height: 39px;
  }
  #loader .bar {
    height: 8px;
  }
  header {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  header .inner .text {
    position: static;
    order: 2;
    margin-top: calc(92% - 20px);
    width: 95%;
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 3;
    left: inherit;
    bottom: inherit;
  }
  header .inner .text h1 {
    width: 100%;
    margin: 0 0 16px;
  }
  header .inner .text h1 .pc {
    display: none;
  }
  header .inner .text h1 .sp {
    display: block;
  }
  header .inner .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-style: normal;
    padding-bottom: 16px;
  }
  header .inner .text p.staff {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-style: normal;
  }
  header .inner .text p.staff span {
    display: none;
  }
  header .inner .text .brand {
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
  header .inner .text .brand > div:nth-child(1) {
    width: 92px;
  }
  header .inner .text .brand > div:nth-child(2) {
    width: 72px;
  }
  header .inner .text .brand > div:nth-child(3) {
    width: 64px;
  }
  header .inner .left {
    order: 1;
    width: 64.1025641026%;
    padding: 0;
    position: relative;
  }
  header .inner .left .photo {
    width: 100%;
  }
  header .inner .right {
    order: 3;
    width: 76.9230769231%;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(56%);
  }
  main {
    width: 100%;
    margin: 100px auto 0;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    padding: 0 0 80px;
    margin: 0 auto;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  main .sec .insec:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .insec.is-gap-top {
    padding-top: 20px;
  }
  main .sec .insec .photo {
    position: relative;
  }
  main .sec .insec.type1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  main .sec .insec.type1 .photo {
    width: 100%;
    position: relative;
  }
  main .sec .insec.type1 .credits {
    padding: 20px 0 0;
  }
  main .sec .insec.type2 {
    width: 94.8717948718%;
    margin-left: auto;
    margin-right: auto;
  }
  main .sec .insec.type2 .photo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec.type2 .photo > div:nth-child(1) {
    width: 59.3984962406%;
  }
  main .sec .insec.type2 .photo > div:nth-child(2) {
    width: 49.2481203008%;
  }
  main .sec .insec.type2 .photo > div:nth-child(2) img {
    width: 100%;
    margin-left: -19.0839694656%;
    margin-top: 40%;
  }
  main .sec .insec.type2 .credits {
    padding: 20px 0 0;
  }
  main .sec .insec.is-overlap-reverse .photo > div:nth-child(1), main .sec .insec.is-overlap-reverse .photo > div:nth-child(2) {
    position: static;
    z-index: auto;
  }
  main .sec .insec.is-overlap-reverse .photo > div:nth-child(2) img {
    margin-top: 45.7142857143%;
  }
  main .sec .insec.type3 {
    width: 100%;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type3 .itemInfo {
    position: absolute;
    top: calc(15% + 16px);
    left: 16px;
    right: auto;
    z-index: 3;
    text-align: left;
  }
  main .sec .insec.type3 .itemInfo h2 {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .sec .insec.type3 .itemInfo p {
    margin-top: 10px;
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-style: normal;
  }
  main .sec .insec.type3 .photo {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  main .sec .insec.type3 .photo .pc {
    display: none;
  }
  main .sec .insec.type3 .photo .sp {
    display: block;
  }
  main .sec .insec.type3 .photo img {
    display: block;
    width: 100%;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
  main .sec .insec.type4 {
    width: 100%;
    z-index: 1;
  }
  main .sec .insec.type4 .photo {
    width: 100%;
    padding-bottom: 0;
  }
  main .sec .insec.type4 .photo > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec.type4 .photo > div > div {
    position: relative;
    transform: none;
  }
  main .sec .insec.type4 .photo > div > div:nth-child(1) {
    width: 76.9230769231%;
    margin: 0 1rem 0 auto;
    z-index: 3;
    transform: none;
  }
  main .sec .insec.type4 .photo > div > div:nth-child(2) {
    width: 50%;
    margin: -30px auto 0 1rem;
    z-index: 2;
    transform: none;
  }
  main .sec .insec.type4 .photo > div > div:nth-child(3) {
    width: 51.2820512821%;
    margin: -160px 0 0 auto;
    z-index: 1;
    transform: none;
  }
  main .sec .insec.type4 .credits {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  main .sec .insec.type5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main .sec .insec.type5 .photo {
    width: 100%;
  }
  main .sec .insec.type5 .photo > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec.type5 .photo > div > div {
    position: relative;
    transform: none;
  }
  main .sec .insec.type5 .photo > div > div:nth-child(1) {
    width: 82.0512820513%;
    margin: 0 auto 0 0;
    z-index: 3;
    transform: none;
  }
  main .sec .insec.type5 .photo > div > div:nth-child(2) {
    width: 82.0512820513%;
    margin: -80px 0 0 auto;
    z-index: 1;
    transform: none;
  }
  main .sec .insec.type5 .photo > div > div:nth-child(3) {
    width: 82.0512820513%;
    margin: -50px auto 0 0;
    z-index: 2;
    transform: none;
  }
  main .sec .insec.type5 .credits {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  main .sec .insec.type6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main .sec .insec.type6 .photo {
    width: 100%;
    clip-path: inset(16% 0 0 0);
    overflow: hidden;
  }
  main .sec .insec.type6 .photo img {
    display: block;
    width: 100%;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
  main .sec .insec.type6 .credits {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  main .sec .insec.type7 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  main .sec .insec.type7 .photo {
    width: 100%;
  }
  main .sec .insec.type7 .credits {
    padding: 20px 20px 0;
  }
  main .sec .insec.type8 {
    width: 89.7435897436%;
  }
  main .sec .insec.type8 .photo {
    width: 100%;
    display: block;
  }
  main .sec .insec.type8 .photo > div {
    width: 100%;
  }
  main .sec .insec.type8 .photo > div:not(:last-child) {
    margin-bottom: 12px;
  }
  main .sec .insec.type8 .credits {
    padding: 20px 0 0;
  }
  main .sec .information {
    width: 89.7435897436%;
    margin: 0 auto;
  }
  main .sec .information_inner h3 {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    padding-bottom: 3rem;
  }
  main .sec .information_inner dl dt {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .sec .information_inner dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  main .sec .information_inner dl:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  footer {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 50px 10px 20px;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    right: 15px;
    bottom: 90px;
  }
  footer .infoot .pgtop a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  /* common credits------ */
  .credits {
    width: 100%;
  }
  .credits:first-child {
    padding-right: 0;
  }
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt {
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits > div dl dt strong:not(:first-child) {
    margin-left: 2px;
  }
  .credits > div dl dt .s {
    font-size: 1rem;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    margin-left: 2px;
  }
  .credits > div dl dd {
    margin-left: 10px;
  }
  .credits > div dl dd > div.item-d-none a {
    display: none;
  }
  .credits > div dl dd > div.item-d-none span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 0;
    display: inline-block;
  }
  .credits > div dl dd > div a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    text-decoration: none;
    padding: 0 0 4px;
    display: block;
    background-color: transparent;
    border-bottom: solid 1px #000;
  }
  .credits > div dl dd > div span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */