@charset "UTF-8";


/* ============================
loading
=============================== */




/* ============================
main
=============================== */
/* fv */
.section--mv {
  padding: 75px var(--contentPadding , 6.4%);
}

.mainvisual_title  {
    margin: 5px  auto 0;
}

.fv__text {
    font-family: "Playfair Display";
    font-size: 10.6vw;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 6px;
    margin-left: 10px;
}

.mv_color {
    color: var(--font-accent, #795FFF);
}

.scroll-area {
  margin-top: 60px;
}

.scroll {
  text-align: center;
}

.scroll_img {
  width: 50%;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;

}


.scroll:active .scroll_img {
  box-shadow: 0 4px 10px rgba(97, 65, 255, 0.7); /* カップ3のやさしさ */
  border-radius: 50%; /* 画像が円ならこれも追加 */
  transform: scale(0.95);
}

.fadein-all {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInTogether 1.2s ease-out 0.35s forwards;
}

@keyframes fadeInTogether {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/* fv pc */
@media screen and (min-width: 769px) {
  .section--mv {
    padding: 3.9vw 2.875% 150px;
  }


  .mainvisual_title  {
      margin: 0;
      margin-top: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-right: 50px;
  }

  .fv__text {
      font-size: 7.1vw;
      line-height: 1.8;
      letter-spacing: 6px;
      margin-left: 0;
  }

  .mv_color {
      color: var(--font-accent, #795FFF);
  }

 

  

  .message_sp {
    display: flex;
    align-items: center;
  }

  .message03  {
    margin-left: 0;
  }

  .scroll_img {
    width: 75%;
  }

  .scroll:hover .scroll_img {
    box-shadow: 0 4px 10px rgba(97, 65, 255, 0.7); /* カップ3のやさしさ */
    border-radius: 50%; /* 画像が円ならこれも追加 */
    transform: scale(1.05);
  }

} /* pc 769px */



/* about */

.section--about {
    border-bottom:  1px solid #dfddfa;
    border-top:  1px solid #dfddfa;
}

.about__content {
    margin-top: 65px; 
}

.about_img {
    text-align: center;
}

.about__list {
    margin-top: 66px;
}

.about__item{
    display: flex;
    align-items: center;
    gap: 0 45px;
}

.topictype {
    font-size: 1.6rem;
    border-radius: 10px;
    border: 1px solid #6141FF;
}

.nametype {
        padding: 8px 36px;
}
.mbtitype {
    padding: 8px 32px;
}


.topic {
    font-family: "Kosugi Maru";
    font-size: 2.0rem;
}

.abou_margin {
    margin-top: 23px;
}

.about__txt {
    margin-top: 57px;
    font-size: 1.6rem;
    text-align: left;
}

.parent-container  {
  text-align: center;
 
}

.parent-container a.your-link {
  display: inline-block; /* or block */
  padding: 1em 2em; /* 必要な余白 */
  background: #795FFF;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

#button-2  a{
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 66px;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  border: 1px solid #6141FF;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(97, 65, 255, 0.3);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  margin-top: 50px;
}


#button-2 a:active {
  box-shadow: 0 2px 3px rgba(97, 65, 255, 0.4);
  transform: scale(0.96);
  background-color: #795FFF;
  color: #fff;
  transition: none; /* ← 一瞬で切り替わる */

}



/* about pc */
@media screen and (min-width: 900px) {
  .about__content {
      margin-top: 96px; 
      display: flex;
      justify-content: space-between;
  }

  .about_img {
      text-align: left;
      width: 340px;
      height:  296px;
      object-fit: contain; /* 必要に応じてアスペクト比を調整 */
      flex-shrink: 0;    
      margin-left: 35px;
  }

  .about__list {
      margin: 0 30px 0 10.7%;
  }


  .abou_margin {
      margin-top: 35px;
  }

  .about__txt {
      margin-top: 37px;
      font-size: 1.6rem;
  }

  .about__btn {
      padding: 16px 75px;
      margin-top: 100px;
      border-radius: 20px;
      border: 1px solid #6141FF;
      width: 269px;
      margin-left: auto;
  }

  .about-wrap {
    display: flex;
    flex-direction: row-reverse; /* 右→左 */
  }

  
  .name-block, .intro-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2.5;
    white-space: normal;  /* ← 折り返し有効！ */
    overflow-wrap: break-word; /* ← 途中でも折り返しできる */

  }

  .name-block {
    font-family: "Zen Kaku Gothic New";;
    font-size: 2.0rem;
  }

  .name {
    font-size: 3.0rem;
    margin-top: 79px;
  }

  .name-margin {
    margin: 565px 17px 0 0;
  }

  .intro-text {
    font-size: 1.6rem;
    height: 383px;
    margin-right: 136px;
  }

  #button-2  a{
    margin:0 0 0  auto;
  }

  #button-2 a:hover {
    box-shadow: 0 2px 3px rgba(97, 65, 255, 0.4);
    transform: scale(0.98);
    background-color: #795FFF;
    color: #fff;
  }
} /* pc 769px */

/* work */

.sectionn--worklist {
  padding: 75px 8% 75px 6.4%  ;
  position: relative;
}

.workitem-left {
    display: flex;
}
/* スクロロール */
.work-scroll {
  display: flex;
  align-items: center;
  margin: 50px 0 20px 20px;
}

.scroll-text {
  font-size: 1.2rem;
}

.work-right {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #795FFF;
  width: 8px;
  height: 8px;
  margin-top: 0;

}


.work-item img {
    width: 100%;
    height: auto;
    background: #ccc;
    display: block;
    border: 1px solid #b6a7ff;
}

.work-meta {
    font-size: 1.4rem;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; /* 上下の間隔 */
    padding: 5px;

}

.format, .year {
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    letter-spacing: 2px;
}



.worklist-grid {
    display: flex;
    overflow-x: scroll;
    gap: 40px; /* アイテム間の余白 */
    padding: 0 20px 50px 0;
    scroll-snap-type: x mandatory; /* スナップスクロールしたい場合 */
    height: 520px;
    -ms-overflow-style: none;  /* IE / Edge 非表示 */
    scrollbar-width: none;     /* Firefox 非表示 */
    scroll-padding-left: 0;

}


.worklist-grid::-webkit-scrollbar {
  display: none;
}




.work-item  {
    flex: 0 0 auto;
    width: 310px; /* アイテムの幅、必要に応じて調整 */
    scroll-snap-align: start;
    padding: 30px 10px 20px 20px;
    border: 1px solid #bcaffb;
    height: 450px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(97, 65, 255, 0.3);
}

.work-item:active {
  transform: translateY(2px) scale(0.95);
  box-shadow: 4px 2px 6px rgba(97, 65, 255, 0.5);
  border-color: #bcaffb; /* 枠線も変化 */
}


.item-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.work-item.dummy {
  flex: 0 0 auto;
  width: 30%; /* 最後のitemが中央に来るくらいの幅 */
  border: none;
  transition: none;
  box-shadow: none
}

 

.work-number {
    font-size: 1.2rem;
    margin-right: 6px;
}

.category {
    margin-top: 8px;
}

.work-info {
    margin-left: 20px;
}

.work-title {
    font-size: 1.6rem;
    margin-left: 10px;
    padding-bottom: 10px;
    margin-top: 28px;
}

.pc_br {
    display: block;
}

.title_br {
    display: block;
}

.dot-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.dot-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  border: 1px solid #795FFF;
  border-radius: 50%;
}

.dot.active {
  background: #795FFF;
}

.dot-counter {
  margin-top: 30px;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0px;
}





    



@media screen and (min-width: 769px)  {


    .work-scroll  {
    margin: 100px 70px 0;

  }


  .scroll-text {
    font-size: 1.6rem;
  }


  .work-right {
    width: 10px;
    height: 10px;
    margin-top: 2px;

  }


  .workitem-left {
    display: flex;
  }


  .work-item  a img {
    width: 100%;
    height: auto;
    background: #ccc;
    display: block;
    border: 1px solid #b6a7ff;
  }

  .work-meta {
    font-size: 1.6rem;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; /* 上下の間隔 */
    padding-left: 5px;
  }

  .format, .year {
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }



  .worklist-grid {
    display: flex;
    overflow-x: scroll;
    gap: 40px; /* アイテム間の余白 */
    padding: 40px 20px 120px;
    scroll-snap-type: x mandatory; /* スナップスクロールしたい場合 */
    min-height: 730px;
    flex-direction: row;
    margin-left: 40px;
  }

  .work-item {
    flex: 0 0 auto;
    width: 500px; /* アイテム幅 */
    scroll-snap-align: start;
    height: 550px;
  }

  .work-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(97, 65, 255, 0.2);
  }

  .work-item a {
      width: 100%;
      height: 100%;
  }

  .item-wrapper {
    display: flex;
     width: 100%;
    height: 100%;
  }

 

  .work-item.dummy {
    flex: 0 0 auto;
    width: 50%; /* 最後のitemが中央に来るくらいの幅 */
  }

  .work-item.dummy:hover {
    transform: none;
    box-shadow: none;
  }

  



  .work-number {
    font-size: 1.6rem;
    margin-right: 6px;
  }

  .category {
    margin-top: 8px;
  }

  .work-info {
    margin-left: 20px;
  }

  .work-title {
    font-size: 1.6rem;
    margin-left: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
  }

  .pc_br {
    display: inline;
  }

  .dot-indicator {
    right: 3.7%;
  }

  .dot-list {
    gap: 40px;
  }

  .dot {
    width: 15px;
    height: 15px;
    border: 1px solid;
  }

  .dot.active {
    background: #795FFF;
  }

  .dot-counter {
    margin-top: 50px;
    font-size: 1.6rem;
  }



}


