@charset "utf-8";


  /* ==============================
section 実績一覧
============================== */
.list__pconly,
.sub-list-number1 {
  display: none;
}

.sub-list {
  margin-top: 53px;
  position: relative;
}

.sub-list::before  {
  content: "List";
  font-family: "Dancing script";
  font-size: 10rem;
  position: absolute;
  top: -202%;
  left: 2%;
  right: 0;
  bottom: 0;
  filter: opacity(0.03);
  z-index: 1;
}

.sub-list:after {
  content: "";
  position: absolute;
  left: 71%;
  top: 50%;
  width: 80px;  /* 線の太さ */
  height: 1px; /* 文字の高さに合わせる */
  background-color: var(--primary-pink);
}

.sub-list-number1,
.sub-list-number1-sp {
  color: #F4F4F4;
  font-family: "Dancing Script";
  font-size: 10rem;
  text-align: right;
  margin-right: 5%;
}

.sub-list-number2 {
  color: #F4F4F4;
  font-family: "Dancing Script";
  font-size: 10rem;
  text-align: left;
  margin-top: 64px;
}

.sub-listup {
  margin-top: 47px;
}

.sub-list1 {
  width: 80%;
  display: flex;
  margin: 0 auto;
}
.onlypc {
  display: none;
}

.sub-listimg {
  width: 40%;
}


.lineup1 {
  width: 80%;
  display: flex;
  margin: 10px 10%;
}

dl {
  margin: 20px 2%;
}


/* 情報リスト横並び */
.info-list {
    display: flex;
    gap: 5px;
}

.info-list dt {
    min-width: 100px; /* 見出しの幅を固定 */
}

.info-list dd {
    margin: 0;
    flex: 1; /* 残りのスペースを埋める */
}

.sppc1,
.sppc2,
.sponlypc2,
.onlypc,
.list__pconly {
  filter: opacity(0.5);
  padding: 5px;
  transition: filter 0.3s ease;
}

.sppc1:hover {
  filter: opacity(1); 
}
.sppc2:hover {
  filter: opacity(1); 
}
.spinlypc2:hover {
  filter: opacity(1); 
}
.onlypc:hover {
  filter: opacity(1); 
}
.list__pconly:hover {
  filter: opacity(1); 
}


.sppc2 {
  width: 40%;
  display: flex;
  margin: 20px auto;
  align-items: center;
  filter: opacity(0.5);
}
.sponlypc2 {
  width: 40%;
  display: flex;
  margin: 20px auto;
  align-items: center;
  filter: opacity(0.5);
}

.photo {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.photo__item {
  width: 245px;
}

.photo__item img {
  border-radius: 6px;
}

.photo__item a img {
  transition: 0.4s;
}

.photo__item a:hover img {
  opacity: 0.5;
}




/*==========================
modal
==========================*/
/* モーダル全体のスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(221, 222, 215, 0.8);
  justify-content: center;
  align-items: center;
}


/* モーダル内のコンテンツ */
/* widthで写真の表示されるサイズを調整する */
.modal-content {
  position: relative;
  width: 80%; 
  max-height: 80%;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}

.modal-content2 {
  position: relative;
  width: 40%;
  max-height: 80%;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}


/* pc用 */
.modal-size {
  display: block;
  width: 100%;
  max-height: 80%;
  margin: auto;
  top: 50%;
}

.close {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 50px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  z-index: 1;
}

.close2 {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 50px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  /* モーダル内の画像 */
  .modal-size {
    display: block;
    width: 100%;
    max-height: 80%;
    margin: auto;
    top: 50%;
  }
  
  /* 閉じるボタン */
  .close {
    position: absolute;
    right: 3px;
    top: -5px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    z-index: 1;
  }
  /* 閉じるボタン */
  .close2 {
    position: absolute;
    top: 1%;
    right:5%;
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    z-index: 1;
  }
  }





/*==========================
modalおわり
==========================*/

/* pc list　レスポンシブ */
@media screen and (min-width: 769px) {
  .list__txt {
    margin-left: 18.4%;
  }
  
  .list__pconly {
    display: block;
    filter: opacity(0.5);
  }
  .sponlypc2,
  .sub-list-number1-sp {
    display: none;
    filter: opacity(0.5);
  }

  .sub-list-number1 {
    display: block;
  }  

  .onlypc {
    display: block;
    filter: opacity(0.5);
    padding: 5px;
  }

  .sub-list {
    font-size: 4.2rem;
    margin-top: 209px;
  }

  .sub-list1 {
    width: 100%;
  }

  .sub-list-number1,
  .sub-list-number2 {
    font-size: 15rem;
  }


  .lineup1 {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
  }

  .imgbox {
    width: 50%;
    margin-right: 20px;
  }
  .imgbox2 {
   width: 50%;
  }
  .sub-listli {
    width: 50%;
  }
  .sub-listli2 {
    width: 100%;
  }
  .sub-listup {
    display: flex;
    align-items: end;
    margin: 0 20% 0;
  }
  .sub-listup2 {
    display: flex;
    align-items: end;
    margin: 287px 20% 0;
  }

  .sub-list::before  {
    font-size: 20rem;
    top: -202%;
    left: 9%;
    right: 0;
    bottom: 0;
  }
  
  .sub-list:after {
    left: 59%;
    width: 100px;  /* 線の太さ */
  }

  .spbr {
    display: none;
  }


}


/* pc list　レスポンシブ おわり*/

























