@charset "UTF-8";
@import url("https://use.typekit.net/pxj4jkc.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: #000;
  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: #000;
  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;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*----- Sticky -----*/
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}

.notoverlap {
  position: relative;
  background-color: #FFF;
}

/*--------- SLICK -----------*/
.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%);
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 10px; /* 必要に応じて位置を調整 */
  list-style: none;
  text-align: center;
  width: 100%; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: " ";
  background-color: #FFF;
  /*font-size: 40px;  ドットのサイズ */
  /*color: $col4;  ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  background-color: #1be0f5;
  color: #1be0f5; /* アクティブなドットの色 */
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ---------------------------------------------------------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: 55px;
  background-image: url(../images/logo_grise.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;
  margin: 0 auto;
  box-sizing: border-box;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
header .inner.on .main_title {
  opacity: 1;
}
header .inner.on .sub_title {
  opacity: 1;
}
header .inner .main_title {
  width: 70%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
header .inner .sub_title {
  position: absolute;
  padding: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
header .inner .sub_title.bl {
  width: 10%;
  bottom: 50px;
  left: 50px;
}
header .inner .sub_title.tr {
  width: 5%;
  top: 50px;
  right: 50px;
}
header .inner .sub_title.br {
  width: 10%;
  bottom: 50px;
  right: 50px;
}
header .inner .photo {
  width: 100%;
  margin: 0 auto;
}

nav {
  width: 100%;
  max-width: 1100px;
  margin: 200px auto 200px auto;
  position: relative;
}
nav .inner {
  width: 60%;
  height: 80%;
  padding: 50px 50px 300px 50px;
  margin: 0 0 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
nav .inner dl {
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
nav .inner dl:not(:last-child) {
  margin-bottom: 100px;
}
nav .inner dl.title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  row-gap: 60px;
}
nav .inner dl.title dt {
  color: #000;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  text-align: right;
}
nav .inner dl.title dd {
  color: #000;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  text-align: right;
}
nav .inner dl dt {
  display: inline-block;
  color: #000;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  text-align: left;
}
nav .inner dl dd {
  display: inline-block;
  color: #000;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  text-align: right;
}
nav .bg_img {
  width: 100%;
}

main {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
main .sec:not(:last-child) {
  padding-bottom: 220px;
}
main .sec:last-of-type {
  padding-bottom: 220px;
}
main .sec#cate1 .category_title {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main .sec .insec .photo {
  position: relative;
}
main .sec .insec .category_title {
  width: 100%;
  padding: 50px 0 50px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: #FFF;
}
main .sec .insec .category_title.on {
  opacity: 1;
}
main .sec .insec .category_title {
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec .category_title p {
  color: #000;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .category_title h2 {
  color: #000;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .category02_title {
  width: 100%;
  padding: 20px 0 20px;
  text-align: center;
  background-color: #253750;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 500px;
}
main .sec .insec .category02_title.on {
  opacity: 1;
}
main .sec .insec .category02_title {
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec .category02_title_sub p {
  color: #FFF;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .category02_title_main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
main .sec .insec .category02_title_main p {
  color: #FFF;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .category02_title_main h2 {
  color: #FFF;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .category03_title {
  width: 100%;
  padding: 50px 0 50px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: #FFF;
}
main .sec .insec .category03_title.on {
  opacity: 1;
}
main .sec .insec .category03_title {
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec .category03_title p {
  color: #000;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .category03_title h2 {
  color: #000;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec.type1 {
  width: 100%;
}
main .sec .insec.type1.on .photo {
  opacity: 1;
}
main .sec .insec.type1 .photo {
  width: 100%;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type1 .credits {
  margin: 20px 0 0 auto;
}
main .sec .insec.type2 {
  width: 50%;
  margin: 0 0 0 auto;
}
main .sec .insec.type2.on .photo {
  opacity: 1;
}
main .sec .insec.type2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type2 .photo {
  width: 100%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type2 .credits {
  margin: 20px 0 0 auto;
}
main .sec .insec.type3 {
  width: 100%;
}
main .sec .insec.type3.on .photo {
  opacity: 1;
}
main .sec .insec.type3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type3 .photo {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type3 .photo:nth-child(1) {
  width: 50%;
  margin: 0 auto 0 0;
}
main .sec .insec.type3 .photo:nth-child(2) {
  width: 60%;
  margin: -100px 0 0 auto;
}
main .sec .insec.type3 .credits {
  margin: 20px 0 0 auto;
}
main .sec .insec.type4 {
  width: 80%;
  margin: 0 auto;
}
main .sec .insec.type4.on .photo {
  opacity: 1;
}
main .sec .insec.type4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec.type4 .photo {
  width: 100%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type4 .credits {
  margin: 20px 0 0 auto;
}
main .sec .insec.type5 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
main .sec .insec.type5.on .photo {
  opacity: 1;
}
main .sec .insec.type5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec.type5 .photo {
  width: 50%;
  position: relative;
  margin: 0 auto;
  border-top: solid 6px #000;
}
main .sec .insec.type5 .photo:nth-child(1) {
  border-right: solid 3px #000;
}
main .sec .insec.type5 .photo:nth-child(2) {
  border-left: solid 3px #000;
}
main .sec .insec.type5 .photo > div:nth-child(1) {
  border-bottom: solid 6px #000;
}
main .sec .insec.type5 .photo {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 .credits {
  margin: 20px 0 0 auto;
}
main .sec .insec.type6 {
  width: 100%;
  margin: 0 auto;
}
main .sec .insec.type6.on .photo {
  opacity: 1;
}
main .sec .insec.type6 .photo {
  width: 100%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type6 .photo:nth-child(1) {
  width: 100%;
}
main .sec .insec.type6 .photo:nth-child(2) {
  width: 100%;
}
main .sec .insec.type6 .photo:nth-child(2) img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
main .sec .insec.type6 .credits {
  margin: 20px 0 0 auto;
}
main .sec .insec.sticky-overlap .photo {
  opacity: 1;
}
main .sec .insec.sticky-overlap .photo-base {
  position: sticky;
  top: 0;
  z-index: 1;
}
main .sec .insec.sticky-overlap .photo-overlay {
  width: 60%;
  min-height: 100vh;
  margin: 0 auto;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
main .sec .insec.type7 {
  width: 100%;
}
main .sec .insec.type7.on .photo {
  opacity: 1;
}
main .sec .insec.type7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec.type7 .photo {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type7 .photo:nth-child(1) {
  width: 50%;
  margin: 0 auto 0 0;
}
main .sec .insec.type7 .photo:nth-child(2) {
  width: 50%;
  margin: 0 0 0 auto;
}
main .sec .insec.type7 .credits {
  margin: 20px 0 0 auto;
}
main .sec .insec.type8 {
  width: 100%;
}
main .sec .insec.type8.on .photo {
  opacity: 1;
}
main .sec .insec.type8 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec.type8 .photo {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type8 .photo:nth-child(1) {
  width: 50%;
  margin: 0 auto 0 0;
  border-right: solid 5px #000;
}
main .sec .insec.type8 .photo:nth-child(2) {
  width: 50%;
  margin: 0 0 0 auto;
  border-left: solid 5px #000;
}
main .sec .insec.type8 .credits {
  margin: 20px 0 0 auto;
}
main .sec .insec.profile {
  width: 40%;
  margin: 0 auto;
}
main .sec .insec.profile.on .photo {
  opacity: 1;
}
main .sec .insec.profile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
main .sec .insec.profile .photo {
  width: 100%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.profile .profile_text {
  text-align: center;
}
main .sec .insec.profile .profile_text h3 {
  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: 0em;
  font-style: normal;
  padding-bottom: 10px;
}
main .sec .insec.profile .profile_text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec.profile .profile_text p:not(:last-child) {
  padding-bottom: 10px;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
  background-color: #253750;
}
footer .bg {
  width: 15%;
  position: absolute;
  top: -50px;
  right: -30px;
}
footer .infoot {
  margin: 0 auto;
  padding: 100px 30px 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
footer .infoot div h4 {
  margin: 0 auto 30px;
  color: #FFF;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
footer .infoot div h4 a {
  color: #FFF;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
footer .infoot div h4 a:hover {
  opacity: 0.6;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 60px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .infoot div ul li {
  color: #FFF;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
footer .infoot div p {
  color: #FFF;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
footer .pgtop {
  position: absolute;
  right: 30px;
  bottom: 100px;
  writing-mode: vertical-rl;
}
footer .pgtop a {
  color: #FFF;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #FFF;
  opacity: 0.5;
}

/* ---- common credits ---- */
.credits {
  width: 100%;
}
.credits:first-child {
  padding-right: 30px;
}
.credits .note {
  padding-bottom: 10px;
  color: #000;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits > div {
  width: 100%;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div {
  transition: all 0.25s ease-in 0s;
}
.credits > div:hover {
  opacity: 0.4;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.credits > div dl dt {
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt > span {
  color: #000;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dt > span:first-child {
  width: 100%;
  padding: 0 0 0 0;
}
.credits > div dl dd > div {
  margin-left: 10px;
}
.credits > div dl dd > div a {
  color: #000;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 0;
  display: block;
  background-color: transparent;
}
.credits > div dl dd > div.item-d-none {
  margin-left: 0;
}
.credits > div dl dd > div.item-d-none a {
  display: none;
}
.credits > div dl dd > div span {
  display: none;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 58px;
    height: 63px;
  }
  #loader .bar {
    height: 8px;
  }
  header {
    width: 100%;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
  }
  header .inner .main_title {
    width: 70%;
    padding: 0;
    margin: 0 auto;
  }
  nav {
    width: 100%;
    max-width: inherit;
    margin: 100px auto 100px auto;
    position: relative;
  }
  nav .inner {
    width: 80%;
    height: 80%;
    padding: 20px 20px 0 20px;
  }
  nav .inner dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  nav .inner dl:not(:last-child) {
    margin-bottom: 50px;
  }
  nav .inner dl.title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    row-gap: 40px;
  }
  nav .inner dl.title dt {
    color: #000;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: right;
  }
  nav .inner dl.title dd {
    color: #000;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: right;
  }
  nav .inner dl dt {
    display: inline-block;
    color: #000;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  nav .inner dl dd {
    display: inline-block;
    color: #000;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: right;
  }
  nav .bg_img {
    width: 100%;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    width: 100%;
    padding: 0 0 100px;
    margin: 0 auto;
  }
  main .sec:last-of-type {
    padding-bottom: 120px;
  }
  main .sec:not(:last-child) {
    padding-bottom: 120px;
  }
  main .sec#cate1 .category_title {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  main .sec .insec .category_title {
    width: 100%;
    padding: 20px 0 20px;
    gap: 10px;
  }
  main .sec .insec .category_title p {
    color: #000;
    font-family: "acumin-pro-wide", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .category_title h2 {
    color: #000;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .category02_title {
    width: 100%;
    padding: 20px 0 20px;
    gap: 200px;
  }
  main .sec .insec .category02_title_sub p {
    color: #FFF;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .category02_title_main {
    gap: 10px;
  }
  main .sec .insec .category02_title_main p {
    color: #FFF;
    font-family: "acumin-pro-wide", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .category02_title_main h2 {
    color: #FFF;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .category03_title {
    width: 100%;
    padding: 20px 0 20px;
    gap: 10px;
  }
  main .sec .insec .category03_title p {
    color: #000;
    font-family: "acumin-pro-wide", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .category03_title h2 {
    color: #000;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.type1 {
    width: 100%;
  }
  main .sec .insec.type1 .photo {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main .sec .insec.type1 .credits {
    margin: 14px 0 0 auto;
  }
  main .sec .insec.type2 {
    width: 50%;
    margin: 0 0 0 auto;
  }
  main .sec .insec.type2 .photo {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  main .sec .insec.type2 .credits {
    margin: 14px 0 0 auto;
  }
  main .sec .insec.type3 {
    width: 100%;
  }
  main .sec .insec.type3 .photo {
    position: relative;
    margin: 0 auto;
  }
  main .sec .insec.type3 .photo:nth-child(1) {
    width: 50%;
    margin: 0 auto 0 0;
  }
  main .sec .insec.type3 .photo:nth-child(2) {
    width: 60%;
    margin: -100px 0 0 auto;
  }
  main .sec .insec.type3 .credits {
    margin: 14px 0 0 auto;
  }
  main .sec .insec.type4 {
    width: 80%;
    margin: 0 auto;
  }
  main .sec .insec.type4 .photo {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  main .sec .insec.type4 .credits {
    margin: 14px 0 0 auto;
  }
  main .sec .insec.type5 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  main .sec .insec.type5 .photo {
    width: 50%;
    position: relative;
    margin: 0 auto;
    border-top: solid 4px #000;
  }
  main .sec .insec.type5 .photo:nth-child(1) {
    border-right: solid 2px #000;
  }
  main .sec .insec.type5 .photo:nth-child(2) {
    border-left: solid 2px #000;
  }
  main .sec .insec.type5 .photo > div:nth-child(1) {
    border-bottom: solid 4px #000;
  }
  main .sec .insec.type5 .credits {
    margin: 14px 0 0 auto;
  }
  main .sec .insec.type6 {
    width: 100%;
    margin: 0 auto;
  }
  main .sec .insec.type6 .photo {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  main .sec .insec.type6 .photo:nth-child(1) {
    width: 100%;
  }
  main .sec .insec.type6 .photo:nth-child(2) {
    width: 100%;
  }
  main .sec .insec.type6 .photo:nth-child(2) img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  main .sec .insec.type6 .credits {
    margin: 14px 0 0 auto;
  }
  main .sec .insec.sticky-overlap {
    width: 100%;
    display: block;
    min-height: calc(var(--vh, 1vh) * 200);
    padding-bottom: 0;
  }
  main .sec .insec.sticky-overlap .photo {
    opacity: 1;
  }
  main .sec .insec.sticky-overlap .photo-base {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  main .sec .insec.sticky-overlap .photo-overlay {
    width: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: sticky;
    top: 0;
  }
  main .sec .insec.sticky-overlap .photo-overlay img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  main .sec .insec.type7 {
    width: 100%;
  }
  main .sec .insec.type7 .photo {
    position: relative;
    margin: 0 auto;
  }
  main .sec .insec.type7 .photo:nth-child(1) {
    width: 50%;
    margin: 0 auto 0 0;
  }
  main .sec .insec.type7 .photo:nth-child(2) {
    width: 50%;
    margin: 0 0 0 auto;
  }
  main .sec .insec.type7 .credits {
    margin: 14px 0 0 auto;
  }
  main .sec .insec.type8 {
    width: 100%;
  }
  main .sec .insec.type8 .photo {
    position: relative;
    margin: 0 auto;
  }
  main .sec .insec.type8 .photo:nth-child(1) {
    width: 50%;
    margin: 0 auto 0 0;
    border-right: solid 5px #000;
  }
  main .sec .insec.type8 .photo:nth-child(2) {
    width: 50%;
    margin: 0 0 0 auto;
    border-left: solid 5px #000;
  }
  main .sec .insec.type8 .credits {
    margin: 14px 0 0 auto;
  }
  main .sec .insec.profile {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  main .sec .insec.profile .photo {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  main .sec .insec.profile .profile_text {
    text-align: center;
  }
  main .sec .insec.profile .profile_text h3 {
    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: 0em;
    font-style: normal;
    padding-bottom: 10px;
  }
  main .sec .insec.profile .profile_text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec.profile .profile_text p:not(:last-child) {
    padding-bottom: 10px;
  }
  footer {
    position: relative;
    text-align: left;
    width: calc(100% - 40px);
    max-width: inherit;
    margin: 0 auto 0 0;
  }
  footer .bg {
    width: 20%;
    position: absolute;
    top: -30px;
    right: -40px;
  }
  footer .infoot {
    margin: 0 auto;
    padding: 70px 20px 70px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .infoot div h4 {
    margin: 0 auto 20px;
    color: #FFF;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  footer .infoot div h4 a {
    color: #FFF;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 40px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  footer .infoot div ul li {
    color: #FFF;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #FFF;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-align: left;
  }
  footer .pgtop {
    position: absolute;
    right: 20px;
    bottom: 70px;
    writing-mode: vertical-rl;
  }
  footer .pgtop a {
    color: #FFF;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    transition: all 0.25s ease-in 0s;
  }
  footer .pgtop a:hover {
    color: #FFF;
    opacity: 0.5;
  }
  /* common credits------ */
  .credits {
    width: 100%;
  }
  .credits:first-child {
    padding-right: 20px;
  }
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 8px;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .credits > div dl dt {
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt > span {
    color: #000;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div dl dt > span:first-child {
    width: 100%;
    padding: 0 0 0 0;
  }
  .credits > div dl dd > div {
    margin-left: 6px;
  }
  .credits > div dl dd > div a {
    color: #000;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div dl dd > div.item-d-none {
    margin-left: 0;
  }
  .credits > div dl dd > div.item-d-none a {
    display: none;
  }
  .credits > div dl dd > div span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */