@charset "UTF-8";

/* 背景動画 */
.bg-video {
  display: none;
  /* 最初は非表示 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* ロゴ動画 */
.logo-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  display: block;
  /* 最初に表示 */
}

/* メインスライドショー */
.main-video {
  display: none;
  /* 最初は非表示 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* 縦長を保つ */
  z-index: 1;
}

/* グラデーションオーバーレイ */
/* グラデーションオーバーレイ */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.7) 0%,
      /* 上部は暗め */
      rgba(0, 0, 0, 0.3) 30%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 30, 60, 0.3) 75%,
      /* 下部は青みを足してクールに */
      rgba(0, 0, 0, 0.7) 100%
      /* 下部も引き締め */
    );
  mix-blend-mode: overlay;
}

.background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 背景としてフィット */
  filter: brightness(0.5);
  /* 明るさを調整して黒っぽく */
  z-index: -1;
  /* 他のコンテンツの後ろに配置 */
}

/* 光のエフェクト */
.light-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.show-overlay {
  opacity: 1;
  visibility: visible;
}

.show-light-effect {
  visibility: visible;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
}

.honten-erea {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  gap: 2rem;
  align-items: center;
  margin: 2rem 0;
}

.studio-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.studio-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.cross32 {
  display: none;
}

.studio-content img {
  height: 320px;
  max-width: 336px;
  object-fit: cover;
}

.studio1 {
  opacity: 0;
  transform: scale(0.4);
  animation: fadeInCenter 1s ease-out forwards;
  animation-delay: 1s;
}

@keyframes fadeInCenter {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.honten {
  opacity: 0;
  transform: scale(0.4);
  animation: fadeInCenter 1s ease-out forwards;
  animation-delay: 2s;
}

@keyframes fadeInCenter {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.text-overlay {
  justify-items: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-overlay h2 {
  margin: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px #fff solid;
  font-size: 40px;
}


.mySwiper4 {
  height: 80%;
  width: 70%;
  padding: 3rem 0;
}

.mySwiper4-1 {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper4-1 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper4-1 .swiper-wrapper {
  justify-content: center;
}

.swiper-backface-hidden .swiper-slide {
  justify-items: center;
}

.mySwiper4-1 .swiper-slide-thumb-active {
  opacity: 1;
  justify-items: center;
  margin-right: 0;
}

.mySwiper4-1 .swiper-slide img {
  cursor: pointer;
  width: 100%;
}

.swiper-wrapper {
  margin: auto;
}

.swiper-slide img {
  display: flex;
  width: 40%;
  height: 100%;
  object-fit: cover;
  justify-self: center;
}



.mySwiper1 {
  margin: 5rem 0;
}

.mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 90vh;
  object-fit: cover;
  border-bottom: 1px #fff solid;
}

.mySwiper1 .swiper-pagination {
  display: none;
}

.top-image-p p {
  background-color: rgba(48, 48, 48, 0.7);
  padding: 12px;
  margin: 20px 0;
  font-size: 32px;
  font-family: Zen Old Mincho, serif;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 70;
  bottom: 213px;
}

.top-heading {
  position: relative;
  height: 200vh;
  margin: 250px 0;
}

.top-heading__wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

.top-heading__wrap-s {
  display: flex;
  justify-content: center;
  position: relative;
}

.top-heading__p2 {
  position: relative;
  top: 50px;
}

.top-heading__p1,
.top-heading__p2 {
  font-size: 20px;
  max-width: 500px;
}

.top-heading__p1 img {
  width: 25%;
  position: absolute;
  left: 73px;
  z-index: -1;
}

.top-heading__p1 p {
  position: relative;
  top: 126px;
  right: 66px;
}

.top-heading__p2 img {
  width: 320px;
  position: absolute;
  left: 500px;
  top: 430px;
  z-index: -1;
}

.top-heading__p2 p {
  position: relative;
  top: 500px;
  left: 52px;
}

.border {
  border: 1px #fff solid;
  transform: skewY(-12deg);
  position: relative;
  bottom: 147px;
}

.bottom-line {
  top: -98px;
}

.catchcopy {
  position: relative;
  background: url('/assets/image/arrow-bw.webp'),
    rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  margin-bottom: 200px;
  overflow: hidden;
  padding: 50px 0;
}


.catchcopy-textbox {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.catchcopy-textbox h3,
.catchcopy-textbox h2 {
  margin: 40px 0;
  line-height: 2;
}

.catchcopy-textbox h2:first-child {
  margin-top: 0;
}

.president__wrap {
  border: 1px #fff solid;
  margin: 200px 167px;
  display: grid;
  gap: 20px;
  padding: 30px 0;
}

.president-name {
  width: fit-content;
  border-bottom: 1px #fff solid;
  margin: auto;
  line-height: 1.2;
}

.president-name h1 {
  line-height: 42px;
}

.president-image img {
  width: 54%;
  margin: auto;
}

.president-heading {
  width: 480px;
  margin: auto;
}


.artist-swiper p {
  text-align: center;
  margin: 2rem 0;
}

.artist-swiper p a {
  color: #E63383;
}

.mySwiper3 .swiper-slide {
  height: 440px !important;
}

.mySwiper3 .swiper-slide a img {
  margin: auto;
  width: 70%;
  height: 100%;
  object-fit: cover;
}

/* .artist-swiper .swiper-slide img {
  
} */


.design-meaning {
  text-align: center;
  margin: 50px 0;
}

.mySwiper2 .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mySwiper2 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  max-height: 490px;
}

.mySwiper2 .swiper-slide h2 {
  text-align: center;
  margin: 20px 0;
}

.mySwiper2 .swiper-slide p {
  overflow-y: auto;
  max-height: 100px;
}

.mySwiper2 .swiper-slide p span {
  color: #F9D76A;
}

.mySwiper2 .swiper-slide img {
  display: block;
  width: 240px;
  margin: auto;
  object-fit: cover;
  height: 320px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.hiro-insta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 20px 0;
}

.hiro-insta img {
  width: 50px;
}

.snsicon__wrap {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.snsicon__wrap img {
  width: 100px;
}

.sns__box {
  display: flex;
  gap: 116px;
  justify-content: center;
}

.limit-wrap {
  margin: 12rem 0;
}

.limit-wrap h2 {
  position: relative;
  padding: 1rem .5rem;
  width: fit-content;
  margin: 0 auto;
}

.limit-wrap h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.limit-wrap h3 {
  text-align: center;
  margin: 1rem 0;
}

.limit-content {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin: 5rem auto;
  width: fit-content;
  padding: 1rem;
}

.limit-content img {
  width: 16%;
  border: 1px #fff solid;
  padding: 2px;
}

.limit-text p:last-child {
  text-align: center;
  margin: 0.5rem 0;
}

.limit-text a {
  color: #E63383;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.vertical {
  aspect-ratio: 2 / 3;
  background-color: #e0e0e0;
}

.horizontal {
  aspect-ratio: 3 / 2;
  background-color: #c0c0c0;
}

.grid-container img {
  width: 50%;
  height: 50%;
  object-fit: cover;
}

.title {
  text-align: center;
  margin: 30px 0;
}

.slider-wrap {
  margin: 274px 0;
}

.blacklight-content {
  text-align: center;
  margin: 1rem 0;
}

.blacklight-content a {
  color: #E63383;
}

.blacklight-card {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 50px auto;
  gap: 20px;
  border: 1px #fff solid;
  padding: 20px;
  width: 40%;
}

.blacklight-card p {
  width: 348px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px #333 solid;
  padding-top: 10px;
}

.blacklight-card img {
  width: 50%;
  margin: 0 auto;
}

.blacklight-card h4 {
  font-size: 20px;
  line-height: 1.5;
}

.card-wrap {
  display: flex;
}

.blacklight-wrap {
  margin: 274px 0;
}

.blacklight-wrap h3 {
  text-align: center;
  margin: 30px 0;
}

.blacklight-attention {
  margin: 92px 0;
}

.blacklight-attention h2 {
  text-align: center;
  margin: 1rem 0;
}

.color-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 172px;
  margin: 80px 0;
}

.color-element h3 {
  border-left: 6px #F9D76A solid;
  padding-left: 16px;
  color: #F9D76A;
}

.security li:last-child {
  list-style: none;
}

.last-content {
  width: 700px;
  margin: 20px auto;
}

.last-content:last-child {
  margin-bottom: 0;
}



.link__wrap {
  margin: 120px 0;
}

.linkicon__wrap {
  display: flex;
  justify-content: center;
  gap: 116px;
}

.linkicon__wrap img {
  width: 100px;
}


@media screen and (min-width:375px) and (max-width:430px) {
  .honten-erea {
    flex-direction: column;
  }

  .studio-content img {
    /* max-height: 150px;
    max-width: 150px; */
    max-height: 280px;
    max-width: 311px;
  }

  .cross32 {
    display: block;
    margin: 2rem 0 0 0;
  }

  .cross {
    display: none;
  }

  .text-overlay h3 {
    text-align: center;
  }

  .mySwiper4,
  .mySwiper4-1 {
    margin: auto !important;
  }

  .swiper-slide img {
    width: 100%;
  }

  .mySwiper4-1 {
    width: 100%;
  }

  .mySwiper1 {
    margin: 4rem 0 !important;
  }

  .top-image-p p {
    font-size: 1rem;
    bottom: 85px;
  }

  .mySwiper1 .swiper-slide img {
    height: 50vh;
  }

  .mySwiper1 .swiper-button-next,
  .mySwiper1 .swiper-button-prev {
    display: none;
  }


  .top-heading {
    margin: 100px 0;
    height: 110vh;
  }

  .top-heading__p1,
  .top-heading__p2 {
    width: 244px;
    font-size: 14px;
  }

  .top-heading__p1 p {
    left: 35px;
    top: 74px;
  }

  .top-heading__p2 p {
    top: 334px;
    left: -28px;
  }

  .top-heading__p1 img {
    width: 50%;
    left: 6px;
  }

  .top-heading__p2 img {
    width: 78%;
    left: 112px;
    top: 303px;
  }

  .catchcopy {
    height: 90vh;
  }

  .border {
    bottom: 40px;
    margin-top: 162px;
  }

  .bottom-line {
    top: -158px;
  }

  .catchcopy-textbox h2:first-child {
    margin-top: 20px;
  }

  .catchcopy-textbox h3 {
    font-size: 18px;
  }


  .president__wrap {
    margin: 0;
    width: 323px;
    margin: 0 auto 160px;
  }

  .president-heading {
    width: 249px;
  }

  .mySwiper3 .swiper-slide {
    height: 236px !important;
  }

  .artist-swiper .swiper-slide img {
    width: 90% !important;
  }

  .design-meaning {
    margin: 20px 0;
  }

  .swiper {
    margin: 0;
  }

  .linkicon__wrap img {
    width: 60px;
  }

  .limit-content {
    display: block;
    margin: 1rem auto;
  }

  .limit-content img {
    width: 40%;
    margin: 1.5rem auto;
  }

  .limit-text p {
    text-align: center;
  }

  .card-wrap {
    flex-direction: column;
  }

  .blacklight-content {
    padding: 0 1rem;
  }

  .blacklight-card {
    width: 85%;
  }

  .blacklight-card p {
    width: fit-content;
  }

  .blacklight-card h4 {
    font-size: 16px;
  }

  .color-content {
    flex-direction: column;
    gap: 0;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    width: 300px;
    margin: 80px auto;
  }

  .color-element {
    padding: 0;
  }

  .color-content li {
    font-size: 14px;
  }

  .color-element h3 {
    border: none;
    color: #F9D76A;
  }

  .last-content {
    padding: 0 30px;
    width: 100%;
    text-align: justify;
  }

  .last-content span {
    border-bottom: 1px #fff solid;
  }

}

@media screen and (min-width:431px) and (max-width:600px) {

  .studio-content img {
    max-height: 150px;
    max-width: 150px;
  }

  .cross32 {
    display: block;
  }

  .cross {
    display: none;
  }

  .text-overlay h3 {
    text-align: center;
  }

  .cross32 {
    display: block;
    margin: 2rem 0 0 0;
  }

  .cross {
    display: none;
  }

  .mySwiper4,
  .mySwiper4-1 {
    margin: auto !important;
  }

  .swiper-slide img {
    width: 100%;
  }

  .mySwiper4-1 {
    width: 100%;
  }

  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px);
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px);
  }

  .top-image-p p {
    font-size: 1rem;
    bottom: 85px;
  }

  .mySwiper1 .swiper-slide img {
    height: 50vh;
  }

  .mySwiper1 .swiper-button-next,
  .mySwiper1 .swiper-button-prev {
    display: none;
  }


  .top-heading {
    margin: 100px 0;
    height: 110vh;
  }

  .top-heading__p1,
  .top-heading__p2 {
    width: 244px;
    font-size: 14px;
  }

  .top-heading__p1 p {
    left: 35px;
    top: 74px;
  }

  .top-heading__p2 p {
    top: 334px;
    left: 0;
  }

  .top-heading__p1 img {
    width: 50%;
    left: 6px;
  }

  .top-heading__p2 img {
    width: 82%;
    left: 133px;
    top: 303px;
  }

  .catchcopy {
    height: 90vh;
  }

  .border {
    bottom: 40px;
    margin-top: 300px;
  }

  .bottom-line {
    top: -245px;
  }

  .catchcopy-textbox h2:first-child {
    margin-top: 20px;
  }

  .catchcopy-textbox h3 {
    font-size: 18px;
  }


  .president__wrap {
    margin: 0;
    width: 323px;
    margin: 0 auto 160px;
  }

  .president-heading {
    width: 249px;
  }

  .blacklight-content {
    padding: 0 1rem;
  }

  .blacklight-card {
    width: 85%;
  }

  .blacklight-card p {
    width: fit-content;
  }

  .blacklight-card h4 {
    font-size: 16px;
  }

  .color-content {
    flex-direction: column;
    gap: 0;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    width: 300px;
    margin: 80px auto;
  }

  .color-element {
    padding: 0;
  }

  .color-content li {
    font-size: 14px;
  }

  .color-element h3 {
    border: none;
    color: #F9D76A;
  }

  .last-content {
    padding: 0 30px;
    width: 100%;
    text-align: justify;
  }

  .last-content span {
    border-bottom: 1px #fff solid;
  }
}

@media screen and (min-width:601px) and (max-width:767px) {
  .studio-content img {
    max-height: 150px;
    max-width: 150px;
  }

  .cross32 {
    display: block;
  }

  .cross {
    display: none;
  }

  .text-overlay h3 {
    text-align: center;
  }

  .top-heading {
    height: 240vh;
  }

  .top-heading__p1 p {
    right: -48px;
  }

  .top-heading__p1 img {
    width: 44%;
    left: 24px;
  }

  .top-heading__p2 img {
    left: 215px;
  }

  .top-heading__p2 p {
    left: 6px;
  }

  .president__wrap {
    margin: 200px 15px;
  }

  .blacklight-card {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 50px auto;
    gap: 20px;
    border: 1px #fff solid;
    padding: 20px;
    width: 40%;
  }

  .blacklight-card p {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px #333 solid;
    padding-top: 10px;
  }

  .blacklight-card img {
    width: 50%;
    margin: 0 auto;
  }

  .blacklight-card h4 {
    font-size: 14px;
    line-height: 1.5;
  }

  .card-wrap {
    display: flex;
  }

  .blacklight-wrap {
    margin: 274px 0;
  }

  .blacklight-wrap h3 {
    text-align: center;
    margin: 30px 0;
  }

  .blacklight-attention {
    margin: 92px 0;
  }

  .blacklight-attention h2 {
    text-align: center;
    margin: 1rem 0;
  }

  .color-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 42px;
    margin: 80px 0;
  }

  .color-element h3 {
    border-left: 6px #F9D76A solid;
    padding-left: 16px;
    color: #F9D76A;
  }

  .last-content {
    width: 90%;
  }

}

@media screen and (min-width:768px) and (max-width:960px) {

  .mySwiper4 .swiper-slide img {
    width: 70%;
  }

  .top-image {
    height: 43vh;
  }

  .top-heading {
    height: 323vh;
  }

  .top-heading__p1 img {
    width: 47%;
    left: 0;
  }

  .top-heading__p2 img {
    width: 70%;
    left: 280px;
    top: 543px;
  }

  .top-heading__p1,
  .top-heading__p2 {
    font-size: 24px;
  }

  .top-heading__p1 p {
    right: -50px;
  }

  .top-heading__p2 p {
    top: 679px;
    left: -40px;
  }

  .president__wrap {
    margin: 140px auto 156px;
    width: 730px;
  }

  .president-heading {
    font-size: 22px;
    width: 540px;
  }

  .slider-wrap {
    height: 100vh;
  }

  .swiper {
    margin: 140px auto;
  }

  .blacklight-card p {
    width: fit-content;
  }

  .color-content {
    margin: 80px 2rem;
  }

}