@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
/* ============================================================
        common
 ============================================================ */
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 970px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
}

/*  ============================================================
      font
 ============================================================ */
.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ======================================================== */
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ======================================================== */
.credit {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.credit .item {
  /* li自体は余計な装飾をせず、中のaタグを正しく配置するための枠にします */
  display: block;
  cursor: pointer;
  border-bottom: 1.5px solid #000;
}
.credit .item a {
  display: flex;
  align-items: center;
  gap: 12px; /* span同士、aの中の文字との間隔を12pxにする */
  font-size: 16px; /* フォントサイズを12pxにする */
  letter-spacing: 0; /* レタースペースを0にする */
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 970px) {
  .credit .item a {
    font-size: 14px;
  }
}

/* ======================================================== */
#pual_0620news {
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 970px) {
  #pual_0620news {
    max-width: 710px;
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #pual_0620news {
    width: 100%;
  }
}
#pual_0620news .fv .pual__title {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 50px auto;
}
@media screen and (max-width: 970px) {
  #pual_0620news .fv .pual__title {
    font-size: 16px;
  }
}
#pual_0620news .fv__video {
  width: 80%;
}
#pual_0620news .fv .fv__text {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 970px) {
  #pual_0620news .fv .fv__text {
    font-size: 12px;
    line-height: 2;
    padding: 0 20px;
  }
}
#pual_0620news .look1,
#pual_0620news .look2,
#pual_0620news .look3,
#pual_0620news .look4,
#pual_0620news .look5,
#pual_0620news .look6,
#pual_0620news .look7 {
  margin: 150px 40px;
}
@media screen and (max-width: 970px) {
  #pual_0620news .look1,
  #pual_0620news .look2,
  #pual_0620news .look3,
  #pual_0620news .look4,
  #pual_0620news .look5,
  #pual_0620news .look6,
  #pual_0620news .look7 {
    margin: 100px 20px;
  }
}
#pual_0620news .credit_flex {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 970px) {
  #pual_0620news .credit_flex {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
#pual_0620news .credit_flex--right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 970px) {
  #pual_0620news .credit_flex--right {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
#pual_0620news .lookimg__box {
  width: 330px;
}
#pual_0620news .look__title {
  font-size: 20px;
  text-align: center;
  padding-bottom: 3px; /* 文字と線の間の余白 */
  letter-spacing: 0.05em;
  /* 1本目の線（上の線） */
  padding-bottom: 3px; /* 文字と1本目の線のすき間 */
  border-bottom: 2px solid #000000;
  position: relative;
  /* 2本目の線（下の線） */
}
#pual_0620news .look__title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px; /* 2本目の線の太さ */
  background: #000000; /* 2本目の線の色 */
  /* 👇 ここで線同士の余白を自由に変えられます！ */
  bottom: -8px; /* マイナスの数値を大きくするほど、2本目の線が下に離れます */
}
#pual_0620news .look__subtitle {
  font-size: 16px;
  margin: 20px auto 10px;
  line-height: 1.5;
}
#pual_0620news .look__img {
  width: 250px;
  margin: 0 auto;
}
#pual_0620news .imgloop {
  width: 100%;
  overflow: hidden; /* はみ出た画像を見えなくする */
  margin: 40px auto;
}
#pual_0620news .imgloop ul {
  display: flex;
  width: fit-content; /* 中身の合計幅に自動で合わせる */
  align-items: center;
  /* ⚡️ 無限ループのアニメーションを指定 */
  /* linearを指定することで、加減速のないスムーズな動きになります */
  animation: infinity-loop 15s linear infinite;
}
#pual_0620news .imgloop ul .wideimg {
  width: 230px;
  height: 153px;
}
#pual_0620news .imgloop ul li {
  width: 170px; /* 💡 画像1枚の横幅（好きなサイズに調整してね） */
  flex-shrink: 0; /* 画像が画面幅で潰れるのを防ぐ */
  padding: 0 5px; /* 画像と画像の間のすき間 */
}
#pual_0620news .imgloop ul li img {
  width: 100%;
  height: auto;
}
#pual_0620news {
  /* 🔄 無限ループ用のキーフレーム（SCSSの最下部などでOK） */
}
@keyframes infinity-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 💡 1セット分の画像が左にハケきった瞬間（-50%）に位置を0に戻すことで */
    /* ユーザーにはループの継ぎ目が全く見えなくなります */
    transform: translateX(-50%);
  }
}

.collaboration__item {
  margin-top: 150px;
}
.collaboration__item .imgloop.collab__imgloop ul li {
  width: 250px !important; /* 強制上書き */
}
.collaboration__item .imgloop.collab__imgloop ul li img {
  width: 100%;
  height: auto;
}

.thanks__box {
  margin: 40px auto 100px;
  line-height: 1.5;
}
.thanks__box .thanks {
  font-size: 16px;
  margin-bottom: 15px;
}
.thanks__box a {
  display: block;
  width: fit-content;
  margin: 0 auto 8px;
  border-bottom: 1px solid #000;
}

/* ページ下部　共通ボタン */
@media screen and (min-width: 970px) {
  .box_link {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 970px) {
  .box_link {
    margin: 0 0 80px;
  }
}

.link a {
  border: #000 solid 1px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #000;
  padding: 8px 30px;
  width: 50%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 970px) {
  .link a {
    width: 70%;
  }
}

/* ページ下部　共通ボタン */
/* ANIMATION
--------------------------------------*//*# sourceMappingURL=style.css.map */