/**
* Foundation
* ========================== */
@font-face {
    font-family: 'Noto Serif JP';
    src: url('/sp/fonts/NotoSerifJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif JP';
    src: url('/sp/fonts/NotoSerifJP-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

img {
  width: 100%;
}

/**
* Layout
* ========================== */
.l-section {
  text-align: left;
}

.l-main {
  position: relative;
  margin: 0;
  font-family:"游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 3.733vw;
  font-weight: 500;
  color: #2C0000;
  line-height: 7.733vw;
  letter-spacing: 0.07em;
}

.l-main img {
  display: inline;
}

.l-main p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Object
* ========================== */
/* Component ------------ */

/* Project ------------ */
.p-mainVisual {
  padding: 9.867vw 0 13.867vw;
}

.p-mainVisualTop {
  padding-block: 0;
}

.p-mainVisual__image {
  padding: 40px 46px;
  background: linear-gradient(
  to right,
  rgba(245, 164, 64, 0.15) 0%,   /* #f5a440 → rgba(245,164,64,0.15) */
  rgba(168, 100, 191, 0.15) 75%, /* #a864bf → rgba(168,100,191,0.15) */
  rgba(137, 74, 242, 0.15) 100%  /* #894af2 → rgba(137,74,242,0.15) */
  );
  margin-bottom: 14.4vw;
}


.p-mainVisual__title__image {
  margin-bottom: 14.4vw;
}

.p-mainVisualTop .p-mainVisual__title__image {
  margin-bottom: 0;
}

.p-mainVisual__title__image--2022 {
  margin-bottom: 13.333vw;
}

.p-mainVisual__year {
  font-family: 'Avenir';
  font-size: 4.266vw;
  font-weight: 500;
  line-height: 5.866vw;
  text-align: center;
  letter-spacing: 0.2em;
  color: #531515;
  text-align: center;
  margin-bottom: 5.333vw;
}

.p-mainVisual__message {
  padding: 0 4vw;
  font-size: 3.733vw;
  line-height: 7.733vw;
}

.p-mainVisual__message__title {
  display: inline-block;
  margin-bottom: 4.267vw;
  font-size: 6.933vw;
  line-height: 9.333vw;
  border-bottom: 0.533vw solid #2C0000;
}

.p-mainVisual__message strong {
  font-weight: 700;
}

.p-projectMember {
  padding: 13.333vw 4.267vw 5.333vw;
  text-align: center;
  background: linear-gradient(#D7D1CD 0%, #ECE4DE 24.9%, rgba(215, 209, 205, 0) 94.3%);
}

.p-projectMember--movie {
  padding: 13.333vw 0 18.666vw;
  border-bottom: 1px solid #D7D1CD;
  margin-bottom: 3.466vw;
  background: linear-gradient(180.69deg, #DEDDDD 0.59%, #EAE6E6 37.07%, rgba(215, 209, 205, 0) 73.54%, rgba(253, 252, 252, 0) 73.55%);
}

.p-projectMember__title {
  margin-bottom: 4.267vw;
  text-align: center;
}

.p-projectMember__title img {
  width: 85.067vw;
}

.p-projectMember__lead {
  margin-bottom: 3.467vw;
}

.p-projectMember__lead__message {
  display: inline-block;
  margin-bottom: 0.533vw !important;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 6.667vw;
}

.p-projectMember__border {
  height: 13.333vw;
  position: relative;
  margin: 0 auto 30px;
}

.p-projectMember__instagram__text {
  padding: 8vw 0 15.867vw;
  font-size: 5.333vw;
  line-height: 6.667vw;
}

.p-projectMember__instagram__ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 91.466vw;
  margin: 0 auto;
}

.p-projectMember__instagram__ul__li {
  width: 43.2vw;
  margin-bottom: 5.066vw;
}

.p-projectMember__instagram__ul__li:nth-child(even) {
  margin-left: 5.066vw;
}

.p-projectMember__instagram__ul__li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.p-projectMember__instagram__ul__li--fadein {
  transition: all 1500ms;
  opacity: 0;
}

.p-projectMember__instagram__ul__li--fadein:nth-child(2n) {
  transition-delay: 300ms;
}

.p-projectMember__instagram__ul__li__image {
  width: 100%;
  height: auto;
}

.p-projectMember__border::after {
  content: '';
  position: absolute;
  width: 0.533vw;
  height: 0;
  background-color: #2C0000;
  transition: all 800ms;
}

.p-projectMember__border--scrollin::after {
  height: 13.333vw;
}

.p-newMember {
  padding: 10.8vw 4.267vw 10.667vw;
  background: linear-gradient(rgba(215, 209, 205, 0) 28.9%, #ECE4DE 45.5%,  #D7D1CD 94.3%);
}

.p-newMember__title {
  display: inline-block;
  margin-bottom: 4.267vw;
  font-size: 5.6vw;
  line-height: 9.333vw;
  border-bottom: 0.533vw solid #2C0000;
}

.p-newMember__lead {
  margin-bottom: 18.666vw;
}

.p-newMember__instagram {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.p-newMember__instagram__ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.2vw;
}

.p-newMember__instagram__ul__li {
  width: 28vw;
  margin-left: 3.733vw;
  margin-bottom: 3.733vw;
}

.p-newMember__instagram__ul__li:nth-child(3n - 2) {
  margin-left: 0;
}

.p-newMember__instagram__ul__li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.p-newMember__instagram__ul__li--scrollin {
  display: block;
  animation: fadeInMore 1000ms;
}

@keyframes fadeInMore {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 28vw;
    opacity: 0;
  }
  100% {
    height: 28vw;
    opacity: 1;
  }
}

.p-newMember__instagram__readmore {
  display: inline-flex;
  position: relative;
  height: 12.8vw;
  font-size: 5.333vw;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
}

.p-newMember__instagram__readmore--more {
  flex-direction: column;
}

.p-newMember__instagram__readmore--more::after {
  content: '';
  display: block;
  position: absolute;
  width: 4vw;
  height: 2.4vw;
  background-image: url(../../img/icon_more.png);
  background-size: 100%;
  top: 9.333vw;
  left: 50%;
  transform: translateX(-50%);
  transition: all 200ms;
  transition-timing-function: ease-in;
}

.p-newMember__instagram__readmore--scrollin::after {
  animation: more 800ms;
}

@keyframes more {
  0% {
    top: 9.333vw;
  }
  50% {
    top: 10.4vw;
  }
  100% {
    top: 9.333vw;
  }
}

.p-newMember__instagram__readmore--more:active::after {
  top: 10.4vw;
}

.p-newMember__instagram__readmore--close {
  margin-top: 5.333vw;
  flex-direction: column-reverse;
}

.p-newMember__instagram__readmore--close::after {
  content: '';
  display: block;
  position: absolute;
  width: 4vw;
  height: 2.4vw;
  background-image: url(../../img/icon_more.png);
  background-size: 100%;
  bottom: 9.333vw;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  transition: all 200ms;
  transition-timing-function: ease-in;
}

.p-newMember__instagram__readmore--close:hover::after {
  bottom: 10.4vw;
}

.p-newMember__instagram__readmore img {
  height: 4.133vw;
  width: auto;
}

.p-cta {
  padding: 10.667vw 4.267vw 34.667vw;
  text-align: left;
}

.p-cta__title {
  display: inline-block;
  margin-bottom: 4.267vw;
  font-size: 5.6vw;
  line-height: 9.333vw;
  margin-left: -2.667vw;
}

.p-cta__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.533vw;
  background-color: #2C0000;
  bottom: 0;
  left: 0;
  transform: translateX(2.667vw);
}

.p-cta__message {
  margin-bottom: 8vw;
  font-size: 3.68vw;
}

.p-cta__message {
  margin-bottom: 8vw;
  font-size: 3.68vw;
}

.p-cta__buttonArea--instagram {
  margin-top: 8vw;
}

.p-cta__buttonArea__button {
  display: block;
  position: relative;
  width: 78.4vw;
  height: 13.6vw;
  margin: 0 8.8vw 0 auto;
  border: solid  0.267vw #2C0000;
  border-radius: 0;
  background-color: #FFFFFF;
  line-height: 13.6vw;
  color: #2C0000;
  font-size: 3.733vw;
  font-weight: 700;
  text-align: center;
  transition: all 200ms;
  transition-timing-function: ease-in;
}

.p-cta__buttonArea__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8vw;
  height: 0.267vw;
  background-color: #2C0000;
  top: 6.4vw;
  left: 76.267vw;
  transition: all 200ms;
  transition-timing-function: ease-in;
}

.p-cta__buttonArea__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.267vw;
  height: 2.667vw;
  background-color: #2C0000;
  top: 6.4vw;
  left: 84.267vw;
  transform: rotate(-230deg);
  transform-origin: left top;
  transition: all 200ms;
  transition-timing-function: ease-in;
}

.p-cta__buttonArea__button:active {
  background-color: #2C0000;
  color: #FFFFFF;
}

.p-cta__buttonArea__button:active::before {
  width: 12.267vw;
}

.p-cta__buttonArea__button:active::after {
  left: 88.534vw;
}

.p-cta__buttonArea__button--instagram {
  height: 17.066vw;
  width: 70.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.733vw;
  line-height: 5.6vw;
  padding-left: 8vw;
}

.p-cta__buttonArea__button--instagram::before {
  top: 8vw;
}

.p-cta__buttonArea__button--instagram::after {
  top: 8vw;
}

.p-projectMember__instagram__ul__li .p-cta__buttonArea__button--instagram {
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
}

.p-projectMember__instagram__ul__li .p-cta__buttonArea__button--instagram p {
  margin-top: 1.5em;
}

.p-projectMember__instagram__ul__li .p-cta__buttonArea__button--instagram .arrow {
  font-size: 2em;
  vertical-align: middle;
}

.p-projectMember__instagram__ul__li .p-cta__buttonArea__button--instagram::before,
.p-projectMember__instagram__ul__li .p-cta__buttonArea__button--instagram::after {
  display: none;
}

.p-cta__buttonArea__button__icon {
  width: 8.533vw;
  position: absolute;
  top: 4.266vw;
  left: 4.266vw;
}

.p-projectMember__instagram__ul__li .p-cta__buttonArea__button__icon {
  position: static;
}

.p-cta__buttonArea--instagram._in-modal {
  margin-top: 8vw;
  margin-bottom: 9.066vw;
}

.p-cta__buttonArea--instagram._in-modal .p-cta__buttonArea__button {
  background-color: transparent;
}

.p-cta__buttonArea--instagram._in-modal .p-cta__buttonArea__button:active:hover {
  background-color: #2C0000;
  color: #fff;
}

.p-modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-modalArea__wrapper {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96vw;
  max-height: 90.4%;
  text-align: center;
  overflow-y: scroll;
}

.p-modalArea__wrapper__close {
  position: absolute;
  width: 11.2vw;
  height: 0;
  top: 3.6vw;
  right: 2.8vw;
  cursor: pointer;
  margin-left: auto;
}

.p-modalArea__wrapper__content {
  width: 100%;
  padding: 17.067vw 0 8vw;
  box-sizing: border-box;
  background: linear-gradient(#FFFFFF 27.5%, #E8E1DC 61.5%, #DBD2CC 95.5%);
}

.p-modalArea__wrapper__content__change {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 6.4vw;
}

.p-modalArea__wrapper__content__change__item {
  width: 50%;
  text-align: center;
}

.p-modalArea__wrapper__content__change__item:last-child {
  width: 58.667vw;
  margin-top: 6.4vw;
}

.p-modalArea__wrapper__content__movie {
  width: 60vw;
}

.p-modalArea__wrapper__content__movie iframe {
  width: 100%;
  height: calc(60vw / 4 * 5);
}

.p-modalArea__wrapper__content__message {
  margin: 0 4.8vw;
  text-align: left;
}

.p-modalArea__wrapper__content__message__number {
  font-size: 3.467vw;
  line-height: 4.8vw;
  margin-bottom: 4.8vw;
}

.p-modalArea__wrapper__content__message__text {
  font-size: 3.467vw;
  line-height: 4.8vw;
  margin-bottom: 4.8vw;
}

.p-modalArea__wrapper__content__message__hash li {
  font-size: 3.467vw;
  line-height: 4.8vw;
}

.p-modalArea__back {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 0, 0, 0.5);
}

.p-modalArea__wrapper--error {
  height: 92.3%;
  max-height: 650px;
}

.p-modalArea__wrapper__content--error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
}

.p-modalArea__wrapper__content__errorMessage {
  font-size: 3.733vw;
  line-height: 9.6vw;
}

.p-pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 19.2vw;
  height: 18.4vw;
  background-color: #D7D1CD;
  cursor: pointer;
}

.p-pageTop__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-pageTop__inner__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8.267vw;
  margin: auto;
}

/* Utility
* ========================== */
.u-hidden {
  display: none;
}

.u-mincho {
  font-family: "游明朝", "游明朝�?", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
}

.u-strong {
  padding-bottom: 2.933vw;
  font-weight: 600;
}

.u-fixed {
  height: 100%;
  overflow: hidden;
}

.u-shine {
  position: relative;
  overflow: hidden;
}

.u-shine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.u-linkHover {
  background-color: #FFF5F5;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}

.u-linkHover:hover {
  opacity: 0.6;
}

.u-opacity0 {
  transform: translate(0, 8vw);
  transition: all 1200ms;
  opacity: 0;
}

.u-opacity1 {
  transform: translate(0, 0);
  opacity: 1 !important;
}

/* Article
* ========================== */
.p-article {
  padding: 9.867vw 4vw;
}
.p-article__logo {
  max-width: 490px;
  width: 70%;
  height: auto;
  margin: 0 auto 9.867vw;
  display: block;
}
.p-article__message__text {
  margin-bottom: 9.867vw !important;
}