/*====================================================
////id |  mv
====================================================*/

#mv img {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    position: relative;
    top: 150px;
}

#mv.single img{
    max-width: 800px;
    top: 130px;
}

@media screen and (max-width: 769px) {
    #mv img {
        top: 90px;
    }

    #mv.single img{
    max-width: 800px;
    top: 80px;
}
}

@media screen and (max-width: 426px) {
    #mv img {
        top: 60px;
    }
    #mv.single img {
        top: 50px;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {}

@media screen and (max-width:1300px) {
    #mv img {
        padding: 0 2rem;
    }
}

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

@media (hover: hover) {}

/*====================================================
////id |  crew-about
====================================================*/

#crew-about {
    background-color: #fff;
    z-index: -9999;
    padding-top: 6rem;
}

#crew-about .txtBox {
    margin: auto;
    width: fit-content;
}

#crew-about .txtBox h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: clamp(20px, 4vw, 24px);
}

#crew-about .txtBox p {
    font-size: clamp(14px, 4vw, 18px);
}


/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    #crew-about {
    padding-top: 2rem;
}
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {}

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

@media (hover: hover) {}

/*====================================================
////id |  crew-members
====================================================*/

.headBox {
    margin: auto;
    max-width: 500px;
}

.crew_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    grid-gap: 2rem;
    justify-content: space-evenly;
    row-gap: 6rem;
    margin-top: 10rem;
}

#crew-members figure {
    border-radius: 9999px;
    aspect-ratio: 3 / 4;
}

#crew-members .maxLine {
    text-align: center;
    margin-top: 1rem;
    font-size: clamp(14px, 4vw, 20px);
}

#crew-members .innerBox {
    max-width: 1200px;
}

#crew-members::before,
#crew-members::after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
}

#crew-members::before {
    background: url(../img/cmn/deco/bg-3.webp) no-repeat top right / contain;
    opacity: .38;
    top: 0;
    right: 0;
    width: min(60vw, 640px);
    height: min(68vw, 730px);
    max-height: 80%;
}

#crew-members::after {
    background: url(../img/cmn/deco/bg-4.webp) no-repeat bottom left / contain;
    opacity: .38;
    left: 0;
    bottom: 0;
    width: min(70vw, 575px);
    height: min(60vw, 500px);
    max-height: 70%;
}


/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    .crew_list {
        grid-template-columns: 1fr 1fr;
        row-gap: 4rem;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #feature .itemBox {
        grid-gap: min(1.5vw, 40px) min(2vw, 45px);
        grid-template-columns: 1fr 1fr;
    }

    #feature .item dt {
        font-size: min(2.3vw, 2.4rem);
    }

    #feature .item dd .txt {
        font-size: min(1.8vw, 1.6rem);
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {}

@media (hover: hover) {}

/*====================================================
////id |  bnr-area
====================================================*/

#bnr-area {
    background-color: #fff;
}

#bnr-area .bnrBox {
    text-align: center;
}

#bnr-area .txt {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

#bnr-area img {
    box-shadow: 0px 0px 10px 0px #afc9c0;
    max-width: 1000px;
    width: 100%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    #bnr-area .txt {
        font-size: 16px;
        font-weight: 700;
    }
}



/*====================================================
////id |  crew-article
====================================================*/
#crew-article {
    background-color: #fff;
}
#crew-article::before,
#crew-article::after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
}

#crew-article::before {
    background: url(../img/cmn/deco/bg-3.webp) no-repeat top right / contain;
    opacity: .38;
    right: 0;
    width: min(60vw, 640px);
    height: min(68vw, 730px);
    max-height: 80%;
}

#crew-article::after {
    background: url(../img/cmn/deco/bg-4.webp) no-repeat bottom left / contain;
    opacity: .38;
    left: 0;
    bottom: 0;
    width: min(70vw, 575px);
    height: min(60vw, 500px);
    max-height: 70%;
}

#crew-article .crew-img img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#crew-article .coverImg {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#crew-article .crew-article-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

#crew-article .crew-article-link {
    margin-top: 5rem;
}



#crew-article .crew-sns-link {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}


#crew-article .link-flex {
    display: flex;
    gap: .5rem;
    align-items: center;
}

#crew-article .link-flex img {
    width: 25px;
    height: 25px;
    top: 2px;
    position: relative;
}


@media screen and (max-width: 769px) {
    #crew-article .crew-article-wrapper {
        grid-template-columns: 1fr;
    }
}



/* スライダーを基準にする */
.crew-profile-slider {
  position: relative;
}

/* 角丸正方形（すでに設定済み前提） */
.crew-profile-oval{
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  background: #eee;
}

/* 矢印を画像の上に浮かせる */
.crew-profile-slider .slick-prev,
.crew-profile-slider .slick-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;

  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;

  background: rgba(255,255,255,.85);
  backdrop-filter: blur(6px);      /* ぼかし（対応ブラウザのみ） */
  -webkit-backdrop-filter: blur(6px);

  display: flex !important;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}


/* 矢印アイコン */
.crew-profile-slider .slick-prev:before,
.crew-profile-slider .slick-next:before{
  color: #222;
  font-size: 20px;
  opacity: 1;
}

/* ホバーで少し強調（PC） */
@media (hover: hover){
  .crew-profile-slider .slick-prev:hover,
  .crew-profile-slider .slick-next:hover{
    background: rgba(255,255,255,.95);
    box-shadow: 0 10px 26px rgba(0,0,0,.18);
  }
}

/* SP調整 */
@media (max-width: 768px){
  .crew-profile-oval{
    border-radius: 20px;
  }
  .crew-profile-slider .slick-prev{ margin-left: -130px; }
  .crew-profile-slider .slick-next{ margin-right: -130px; }
}








/*====================================================
////id |  other-members
====================================================*/
   
#other-members {
    padding: min(20vw, 130px) 0;
    overflow: hidden;
}

#other-members .crew_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    grid-gap: 2rem;
    justify-content: space-evenly;
    row-gap: 6rem;
    margin-top: 10rem;
}

#other-members figure {
    border-radius: 9999px;
    aspect-ratio: 3 / 4;
}

#other-members .maxLine {
    text-align: center;
    margin-top: 1rem;
    font-size: clamp(14px, 4vw, 20px);
}




/* 見切れを成立させる */
.crew-slider,
.crew-slider .slick-list {
  overflow: visible;
}

/* slickが付けるinline widthより中身がはみ出さないように */
.crew-slider .slick-slide {
  padding: 0 22px;      /* スライド間隔 */
  box-sizing: border-box;
}


/* 楕円画像 */
.crew-oval {
  width: 100%;
  height: 300px;
  border-radius: 999px;
  overflow: hidden;
  background: #eee;
  margin: 0 auto;
}
.crew-oval img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 名前 */
.crew-slider .txt {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
}

/* 矢印＋ドットを中央に */
.crew-slider-nav{
  margin-top: 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
}

/* 矢印 */
#crew-article .slick-arrow {
  margin: 0 auto;
}

/* ドット */
.crew-slider-nav .slick-dots{
  position: static;
  display:flex !important;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.crew-slider-nav .slick-dots li{ margin:0; }
.crew-slider-nav .slick-dots button{
  font-size:0;
  width:6px;
  height:6px;
  border-radius:999px;
  border:none;
  background:#cfcfcf;
  padding:0;
}
.crew-slider-nav .slick-dots .slick-active button{
  background:#1f7aa5;
}

/* SP */
@media (max-width: 768px){
  .crew-slider .slick-slide { padding: 0 14px; }
  .crew-oval { height: 260px; }
}

