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

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

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

.notoverlap {
  position: relative;
}

/* ---------------------------------------------------------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: 180px;
  height: 68px;
  background-image: url(../images/logo_2e.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%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
header .inner.on .text {
  opacity: 1;
}
header .inner .text {
  width: 84%;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.2s ease-in 0.25s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner .text p {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
header .inner .main_title {
  width: 84%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}
header .inner .main_title.on h1 {
  opacity: 1;
  filter: blur(0);
}
header .inner .main_title h1 {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  filter: blur(20px);
  transition: all 0.5s ease-out 0s;
}
header .inner .photo {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .lead {
  width: 100%;
  max-width: 1200px;
  margin: 160px auto 200px;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
  text-align: center;
}
main .lead.on .lead_text {
  opacity: 1;
}
main .lead .lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .lead .lead_text:not(:last-child) {
  padding-bottom: 15px;
}
main #profile {
  padding: 150px 0 0;
}
main #profile .title {
  width: 800px;
  z-index: 1;
}
main #profile .title h2 {
  width: 310px;
  padding: 0 0 50px;
  margin: 0 auto;
}
main #profile .title p {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
}
main #morning {
  padding: 0;
}
main #morning .title {
  width: 950px;
  z-index: 1;
}
main #morning .title h2 {
  width: 100%;
  padding: 0 0 40px;
  margin: 0 auto;
}
main #morning .title p {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
}
main #meeting {
  padding: 150px 0 0;
}
main #meeting .title {
  width: 800px;
  z-index: 1;
}
main #meeting .title h2 {
  width: 400px;
  padding: 0 0 40px;
  margin: 0 auto 0 0;
}
main #meeting .title p {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
main #selfie {
  padding: 150px 0 0;
}
main #selfie .title {
  width: 800px;
  z-index: 1;
}
main #selfie .title h2 {
  width: 252px;
  padding: 0 0 50px;
  margin: 0 auto;
}
main #selfie .title p {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
}
main #break {
  padding: 150px 0 0;
}
main #break .title {
  width: 800px;
  z-index: 1;
}
main #break .title h2 {
  width: 610px;
  padding: 0 0 50px;
  margin: 0 auto;
}
main #break .title p {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
}
main #goout {
  padding: 150px 0 0;
}
main #goout .title {
  width: 800px;
  z-index: 1;
}
main #goout .title h2 {
  width: 380px;
  padding: 0 0 50px;
  margin: 0 auto;
}
main #goout .title p {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .sec {
  width: 100%;
  padding: 0 0 150px;
  margin: 0 auto;
  background-color: #FFF;
}
main .sec:last-of-type {
  padding-bottom: 300px;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
main .sec .insec .photo {
  position: relative;
}
main .sec .insec .photo.with-c::before {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url(../images/icon_plus1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: all 0.25s ease-in 0s;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
main .sec .insec .photo.with-c.active::before {
  transform: rotate(135deg);
}
main .sec .insec .photo.with-c.active .c-wrap {
  opacity: 1;
  pointer-events: auto;
}
main .sec .insec .photo .c-wrap {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  pointer-events: none;
}
main .sec .insec .photo .c-wrap .credits {
  width: 80%;
  padding-top: 0;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .photo .c-wrap .credits > P {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 10px 0 5px;
}
main .sec .insec .photo .c-wrap .credits > div dl dt strong {
  color: #FFF;
}
main .sec .insec .photo .c-wrap .credits > div dl dt span {
  color: #FFF;
}
main .sec .insec .photo .c-wrap .credits > div dl dd a {
  color: #FFF;
}
main .sec .insec .photo .c-wrap .credits.c1 {
  top: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c2 {
  top: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c3 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c4 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c5 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c6 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c7 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c8 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c9 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c10 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c11 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c12 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c13 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c14 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c15 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c16 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c17 {
  top: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c18 {
  top: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c19 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c20 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c21 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c22 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c23 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c24 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c25 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c26 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap .credits.c27 {
  bottom: 50px;
  left: 50px;
}
main .sec .insec .photo .c-wrap img {
  width: 100%;
  height: 100%;
}
main .sec .insec .thumb1 {
  position: relative;
}
main .sec .insec .thumb1::after {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../images/icon_plus1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
main .sec .insec.pb_none {
  padding-bottom: 0;
}
main .sec .insec.pb_none .title {
  bottom: 100px !important;
}
main .sec .insec.type1 {
  width: 100%;
  max-width: 1100px;
}
main .sec .insec.type1.on .title {
  opacity: 1;
}
main .sec .insec.type1.on .photo {
  opacity: 1;
}
main .sec .insec.type1 .title {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
main .sec .insec.type1 .title.left {
  bottom: 80px;
  left: 80px;
  transform: translateX(0);
}
main .sec .insec.type1 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type2 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 150px;
}
main .sec .insec.type2 .photo {
  width: 60%;
  opacity: 0;
}
main .sec .insec.type2 .photo.on {
  opacity: 1;
}
main .sec .insec.type2 .photo:nth-child(1) {
  margin: 0 auto 0 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type2 .photo:nth-child(2) {
  margin: 0 0 0 auto;
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec.type2 .photo:nth-child(3) {
  margin: 0 auto 0 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type3 {
  width: 70%;
  max-width: 770px;
  margin: 0 auto;
}
main .sec .insec.type3 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type3 .photo.on {
  opacity: 1;
}
main .sec .insec.type4 {
  width: 100%;
}
main .sec .insec.type4.on .title {
  opacity: 1;
}
main .sec .insec.type4.on .photo {
  opacity: 1;
}
main .sec .insec.type4 .title {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec.type4 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 150px;
}
main .sec .insec.type5 .photo {
  width: 93%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 .photo:nth-child(1) {
  margin: 0 auto 0 0;
}
main .sec .insec.type5 .photo:nth-child(2) {
  margin: 0 0 0 auto;
}
main .sec .insec.type5 .photo.on {
  opacity: 1;
}
main .sec .insec.type6 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 150px;
}
main .sec .insec.type6 .photo {
  width: 60%;
  opacity: 0;
}
main .sec .insec.type6 .photo.on {
  opacity: 1;
}
main .sec .insec.type6 .photo:nth-child(1) {
  margin: 0 auto 0 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type6 .photo:nth-child(2) {
  margin: 0 0 0 auto;
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec.type6 .photo:nth-child(3) {
  margin: 0 auto 0 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type7 {
  width: 40%;
  margin: 250px auto 0 0;
  padding-bottom: 250px;
}
main .sec .insec.type7 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type7 .photo.on {
  opacity: 1;
}
main .sec .insec.type8 {
  width: 60%;
  max-width: 660px;
  margin: 0 auto;
}
main .sec .insec.type8 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type8 .photo.on {
  opacity: 1;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
  background-color: #FFF;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 300px 0 100px;
  position: relative;
}
footer .infoot div .staff {
  margin: 0 auto 100px 0;
  color: #000;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  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-bottom: 50px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 18px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #000;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  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: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  position: absolute;
  right: 0;
  bottom: 100px;
  writing-mode: vertical-rl;
}
footer .infoot .pgtop a {
  color: #000;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  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 {
  width: 100%;
  padding-top: 20px;
}
.credits:first-child {
  padding-right: 30px;
}
.credits .note {
  padding-bottom: 10px;
  color: #000;
  font-family: "orpheuspro", 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%;
  transition: all 0.25s ease-in 0s;
}
.credits > div:not(:last-child) {
  margin-bottom: 8px;
}
.credits > div:hover {
  opacity: 0.7;
}
.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: 2px 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: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-left: 5px;
}
.credits > div dl dd {
  margin-left: 14px;
}
.credits > div dl dd a {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.5rem;
  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 .item-d-none a {
  display: none;
}
.credits > div dl dd .item-d-none span {
  color: #FFF;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 2px 0;
  display: inline-block;
}
.credits > div dl dd span {
  display: none;
}

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

/* ----------------------------------------------- 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;
    position: relative;
  }
  header .inner .text {
    width: 84%;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .inner .text p {
    color: #FFF;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  header .inner .main_title {
    width: 84%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
  header .inner .main_title h1 {
    width: 100%;
    margin: 0 auto;
  }
  header .inner .photo {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .lead {
    width: 100%;
    margin: 50px auto 80px;
    padding: 0 30px;
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  main #profile {
    padding: 0;
  }
  main #profile .title {
    width: 86%;
    margin: 0 auto;
    z-index: 1;
  }
  main #profile .title h2 {
    width: 164px;
    padding: 0 0 20px;
    margin: 0 auto;
  }
  main #profile .title p {
    color: #FFF;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-style: normal;
    text-align: left;
  }
  main #morning {
    padding: 0;
  }
  main #morning .title {
    width: 86%;
    z-index: 1;
  }
  main #morning .title h2 {
    width: 324px;
    padding: 0 0 15px;
    margin: 0 auto;
  }
  main #morning .title p {
    color: #FFF;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-style: normal;
    text-align: left;
  }
  main #meeting {
    padding: 0;
  }
  main #meeting .title {
    width: 86%;
    z-index: 1;
  }
  main #meeting .title h2 {
    width: 190px;
    padding: 0 0 15px;
    margin: 0 auto 0 0;
  }
  main #meeting .title p {
    color: #FFF;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-style: normal;
    text-align: left;
  }
  main #selfie {
    padding: 0;
  }
  main #selfie .title {
    width: 86%;
    z-index: 1;
  }
  main #selfie .title h2 {
    width: 134px;
    padding: 0 0 20px;
    margin: 0 auto;
  }
  main #selfie .title p {
    color: #FFF;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-style: normal;
    text-align: left;
  }
  main #break {
    padding: 0;
  }
  main #break .title {
    width: 86%;
    z-index: 1;
  }
  main #break .title h2 {
    width: 324px;
    padding: 0 0 20px;
    margin: 0 auto;
  }
  main #break .title p {
    color: #FFF;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-style: normal;
    text-align: left;
  }
  main #goout {
    padding: 0;
  }
  main #goout .title {
    width: 86%;
    z-index: 1;
  }
  main #goout .title h2 {
    width: 210px;
    padding: 0 0 15px;
    margin: 0 auto;
  }
  main #goout .title p {
    color: #FFF;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-style: normal;
    text-align: left;
  }
  main .sec {
    width: 100%;
    padding: 0 0 50px 0;
  }
  main .sec:last-of-type {
    padding-bottom: 200px;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  main .sec .insec .photo {
    position: relative;
  }
  main .sec .insec .photo:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec .insec .photo.with-c::before {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
  }
  main .sec .insec .photo.with-c.active::before {
    transform: rotate(135deg);
    z-index: 15;
  }
  main .sec .insec .photo.with-c.active .c-wrap {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
  }
  main .sec .insec .photo .c-wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .photo .c-wrap.wide {
    width: 100vw;
  }
  main .sec .insec .photo .c-wrap .credits {
    width: calc(100% - 10px);
    padding-top: 0;
  }
  main .sec .insec .photo .c-wrap .credits.c1 {
    top: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c2 {
    top: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c3 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c4 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c5 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c6 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c7 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c8 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c9 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c10 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c11 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c12 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c13 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c14 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c15 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c16 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c17 {
    top: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c18 {
    top: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c19 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c20 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c21 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c22 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c23 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c24 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c25 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c26 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .photo .c-wrap .credits.c27 {
    bottom: 10px;
    left: 10px;
  }
  main .sec .insec .thumb1 {
    position: relative;
  }
  main .sec .insec .thumb1::after {
    content: "";
    width: 15px;
    height: 15px;
    right: 6px;
    bottom: 6px;
  }
  main .sec .insec.pb_none {
    padding-bottom: 0;
  }
  main .sec .insec.pb_none .title {
    bottom: 20px !important;
  }
  main .sec .insec.type1 {
    width: 100%;
    max-width: inherit;
  }
  main .sec .insec.type1 .title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease-in 0.75s;
  }
  main .sec .insec.type1 .title.left {
    bottom: 20px;
    left: 20px;
    transform: translateX(0);
  }
  main .sec .insec.type1 .photo {
    width: 100%;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec.type2 {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
  }
  main .sec .insec.type2 .photo {
    width: 86%;
  }
  main .sec .insec.type3 {
    width: 80%;
    max-width: inherit;
    margin: 0 auto;
  }
  main .sec .insec.type3 .photo {
    width: 100%;
  }
  main .sec .insec.type4 {
    width: 100%;
  }
  main .sec .insec.type4 .title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  main .sec .insec.type4 .photo {
    width: 100%;
  }
  main .sec .insec.type5 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  main .sec .insec.type5 .photo {
    width: 93%;
  }
  main .sec .insec.type5 .photo:nth-child(1) {
    margin: 0 auto 0 0;
  }
  main .sec .insec.type5 .photo:nth-child(2) {
    margin: 0 0 0 auto;
  }
  main .sec .insec.type6 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
  }
  main .sec .insec.type6 .photo {
    width: 86%;
  }
  main .sec .insec.type7 {
    width: 50%;
    margin: 100px auto 0 0;
    padding-bottom: 150px;
  }
  main .sec .insec.type7 .photo {
    width: 100%;
  }
  main .sec .insec.type8 {
    width: 70%;
    max-width: inherit;
    margin: 0 auto;
  }
  main .sec .insec.type8 .photo {
    width: 100%;
  }
  footer {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: inherit;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;
    position: relative;
  }
  footer .infoot div .staff {
    margin: 0 auto 50px 0;
    color: #000;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4;
    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-bottom: 30px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #000;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #000;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    position: absolute;
    right: 10px;
    bottom: 40px;
    writing-mode: vertical-rl;
  }
  footer .infoot .pgtop a {
    color: #000;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    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: 8px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #FFF;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 4px 0;
    display: inline-block;
  }
  .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: 2px 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: #FFF;
    font-family: "acumin-pro-semi-condensed", 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: #FFF;
    font-family: "acumin-pro-semi-condensed", 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 a {
    color: #FFF;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits > div dl dd .item-d-none a {
    display: none;
  }
  .credits > div dl dd .item-d-none span {
    color: #FFF;
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 2px 0;
    display: inline-block;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */