@charset "UTF-8";

/* =========================
   全体
========================= */

#project-list-page {
  background: #fff;
  color: #333;
}
#project-list-page * {
  box-sizing: border-box;
}
#project-list-page img {
  height: auto;
}
#project-list-page a {
  text-decoration: none;
}

.project-detail {
  width: 100%;
  padding: 0 0 28px;
}
.project-detail__inner {
  width: 100%;
}

/* ■■======= タイトル・カテゴリ　=======■■  */

.project-detail__head {
  padding: 18px 10px 7px;
  background: #fff;
}
.project-detail__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
/* ■■=== カテゴリ　==■■  */
.project-detail__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 10px 0 5px 0;
  padding: 0;
  list-style: none;
}
.project-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px 4px 10px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  color: #fff;
}
.category-nature {background: #eca092;}
.category-entame {background: #e793d8;}
.category-art {background: #92d3a0;}


/* =========================
   ギャラリー
========================= */
.project-gallery {
  background: #fff;
}
.project-gallery__main {
  position: relative;
  overflow: hidden;
}
.project-gallery__figure {
  position: relative;
  margin: 0;
}
.project-gallery__figure img {
  width: 100%;
  aspect-ratio: 830 / 560;
  object-fit: cover;
		display: block;
  max-width: 100%;
}
.project-gallery__caption {
  position: absolute;
  left: 3%;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  padding: 5px 15px 5px 15px;
  border-radius: 100px;
  background: rgba(126, 129, 123, 0.7);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  backdrop-filter: blur(2px);
}

/* ■■====　左右ボタン　===■■  */
.project-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 2px 0 0 0;
}
.project-gallery__arrow--prev {
  left: 10px;
}
.project-gallery__arrow--next {
  right: 10px;
}
/* ■■====　サムネール画像　===■■  */
.project-gallery__thumbs {
  padding: 2px 0 0;
  background: #fff;
}
.project-gallery__thumbs .swiper-wrapper {
  display: flex;
}
.project-gallery__thumbs .swiper-slide {
  opacity: 1;
  cursor: pointer;
  border: 2px solid transparent;
  overflow: hidden;
}
.project-gallery__thumbs .swiper-slide-thumb-active {
  border-color:#FF0000;
}
.project-gallery__thumbs img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
		display: block;
  max-width: 100%;
}

/* ■■====　インスタボタン　===■■ */
.project-detail__movie {
  padding: 24px 10px 10px;
  background: #fff;
}
.instagram-movie-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height:100%;
  padding: 12px 24px;
  border-radius: 100px;
  background: linear-gradient(180deg, #ea422e 0%, #d93222 100%);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
  text-align: center;
}
.instagram-movie-btn i {
  font-size: 10px;
  line-height: 2;
}
.instagram-movie-btn span {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

/* ■■====　アクション　===■■  */
.project-detail__social {
display: flex;
justify-content: center;
gap: 1px;
flex-wrap: wrap; /* スマホで折り返し */
padding: 12px 10px 28px;
}
.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  align-items: center;
  margin-bottom: 16px;
}
.project-action {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111;
}
.project-action__icon {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.project-action__icon--favorite {
  background: #f45d59;
  color: #fff;
}
.project-action__icon--like {
  background: #2f80ed;
  color: #fff;
}
.project-action__label {
  font-size: 13px;
  line-height: 1.1;
  font-weight: 500;
}

/* ■■====　SNSアイコン　===■■  */
.project-share {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 12px;
  align-items: center;
}
.project-share__item {
  height: 40px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.project-share__item--line {
  width: 40px;
  background: #06c755;
  color: #fff;
  font-size: 56px;
}
.project-share__item--facebook {
  width: 40px;
  background: #1877f2;
  color: #fff;
  font-size: 21px;
}

.project-share__item--x {
  min-width: 150px;
  padding: 0 18px 0 18px;
  gap: 12px;
  background: #222;
  color: #fff;
}
.project-share__xmark {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}
.project-share__text {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 500;
}

/* =========================
   支援状況
========================= */
.project-status {
  padding: 0;
  background:#f6f6f6;
}
.project-status__box {
  padding: 36px 10px 40px;
}
.project-status__heading {
  margin: 0 0 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1em;
  font-weight: 400;
}

.project-status__amount {
  margin: 0 0 12px 0;
  text-align: center;
  color: #000;
  line-height: 1;
}
.project-status__amount-num {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.project-status__amount-unit {
  margin-left: 8px;
  font-size: 22px;
  font-weight: 700;
}

/* ■■== 進捗バー ==■■ */
.project-progress {
width: 86%;
margin: 0 auto;
}
.project-progress__bar {
 position: relative;
  width: 100%;
  height: 25px;
  background: #fff;
  border: 2px solid #e4453f;
  border-radius: 100px;
  overflow: hidden;
  box-sizing: border-box;
}
.project-progress__fill {
 position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--rate) * 1%);
  min-width: 15%;
  max-width: 100%;
  height: 100%;
  background: #e4453f;
  border-radius: 999px 0 0 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.project-progress__percent {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

/* ■■== メタ情報 ==■■ */
.project-status__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 10px 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #666;
}
.project-status__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0px;
}
.project-status__meta-item--goal {
margin: 0;
}
.project-status__meta-icon {
  width: 32px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #666;
  flex-shrink: 0;
}
.project-status__meta-text {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #666;
}
.project-status__meta-text strong {
  font-size: 1em;
  font-weight: 800;
  color: #666;
}

/* =========================
   投げ銭ボタン
========================= */
.project-status__donate {
  margin: 30px 0 0 0;
}
.donate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  padding: 8px 0 8px 0;
  border: 2px solid #df5034;
  border-radius: 999px;
  background: #ffffc3;
  color: #cc361e;
}
.donate-btn__coin {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffa626;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
		font-weight: 700;
}
.donate-btn__text {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}


/* 微調整 */
@media screen and (max-width: 374px) {
  .project-detail__title {
    font-size: 23px;
}
.project-category {
min-width: auto;
padding: 0 16px;
font-size: 14px;
}

.project-gallery__caption {
font-size: 16px;
min-height: 40px;
padding: 0 16px;
}
.instagram-movie-btn span {
font-size: 17px;
}
.project-action__label {
font-size: 16px;
}
.project-share__item--x {
min-width: 180px;
}
.project-share__text {
font-size: 17px;
}
.project-status__amount-num {
font-size: 56px;
}
.project-status__amount-unit {
font-size: 28px;
}
.project-status__meta-text {
font-size: 24px;
}
.donate-btn__text {
font-size: 22px;
}
}



/* ===============================
   4つのタブコンテンツ　ここから
=============================== */
.project-tabs-section {
  background: #f5f5f5;
}

/* タブ */
.project-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cfcfcf;
  border-bottom: 0px solid #cfcfcf;
  background: #d9d9d9;
}
.project-tab {
  position: relative;
  appearance: none;
  border: 1;
  border-right: 2px solid #fff;
  background: #d9d9d9;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 14px 6px 13px;
  cursor: pointer;
  white-space: nowrap;
}
.project-tab:last-child {
  border-right: 0;
}
.project-tab.is-active {
  background: #ffffff;
}
.project-tab.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e4453f;
}

/* ==================
   詳細コンテンツ
==================== */
.project-tab-panels {
  background: #ffffff;
}
.project-tab-panel {
  display: none;
}
.project-tab-panel.is-active {
  display: block;
}
.project-tab-panel__inner {
  padding: 34px 15px 34px;
}
/* 画像 */
.project-tab-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 16px;
  border-radius: 6px;
}
/* 見出し */
.project-tab-heading {
  margin: 15px 0 10px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
/* リード文 */
.project-tab-text {
  margin: 0 0 20px;
  color: #333333;
  font-size: 14px;
  line-height: 1.9;
}

/* スマホ前提。必要なら少しだけ詰める */
@media (max-width: 374px) {
  .project-tab {
    font-size: 12px;
    padding: 14px 4px 12px;
  }
}
/* ==================
   詳細コンテンツ　ここまで
==================== */


/* =========================================================
   コメントタブ内コンテンツ　ここから
   ========================================================= */
.comment-tab-content {
  background: #ffffff;
  padding: 24px 0 34px;
}
.comment-list {
  width: 100%;
}

.comment-card {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  padding: 16px 14px 16px;
  background: #ffffff;
}
.comment-card.is-child {
  margin-left: 46px;
}
.comment-card__icon {
  flex: 0 0 78px;
  width: 78px;
}
.comment-card__avatar-wrap {
  position: relative;
  width: 78px;
  height: 78px;
}
.comment-card__avatar {
  display: block;
  width: 74px;
  height: 74px;
  margin: 2px auto 0;
  border-radius: 50%;
  object-fit: cover;
}
.comment-card__avatar-wrap.is-decorated .comment-card__avatar {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 58px;
  height: 58px;
  margin: 0;
  z-index: 1;
}
.comment-card__decoration {
  position: absolute;
  top: -18px;
  left: -10px;
  width: 98px;
  max-width: none;
  z-index: 2;
  pointer-events: none;
}
.comment-card__content {
  flex: 1;
  min-width: 0;
}

.comment-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.comment-card__name-date {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 12px;
  min-width: 0;
}
.comment-card__name {
  margin: 0;
  color: #005fd1;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
}

.comment-card__date {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  white-space: nowrap;
}

.comment-card__reply-btn {
  flex: 0 0 auto;
  min-width: 58px;
  padding: 6px 12px 7px 12px;
  border: 2px solid #bababa;
  border-radius: 8px;
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  color: #444;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.comment-card__body {
  margin-top: 4px;
}

.comment-card__text {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  word-break: break-word;
}

.comment-card__more-text {
  display: inline;
}

.comment-card__toggle {
  display: inline;
  margin: 0 0 0 0px;
  padding: 0;
  border: none;
  background: transparent;
  color: #005fd1;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  vertical-align: baseline;
  cursor: pointer;
}

.comment-card__toggle.is-hidden {
  display: none;
}

/* 閉じた状態 */
.comment-card__body:not(.is-open) .comment-card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.comment-card__body:not(.is-open) .comment-card__more-text {
  display: none;
}

/* 投稿ボタン */
.comment-post-area {
  padding: 34px 0 0;
  text-align: center;
  background: #ffffff;
}

.comment-post-area__button {
  min-width: 152px;
  height: 46px;
  padding: 0 20px;
  border: 2px solid #bfbfbf;
  border-radius: 9px;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  color: #4a4a4a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
}

/* 小さめ端末微調整 */
@media screen and (max-width: 374px) {
  .comment-card {
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px;
  }

  .comment-card.is-child {
    margin-left: 34px;
  }

  .comment-card__icon,
  .comment-card__avatar-wrap {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .comment-card__avatar {
    width: 64px;
    height: 64px;
  }

  .comment-card__avatar-wrap.is-decorated .comment-card__avatar {
    top: 9px;
    left: 9px;
    width: 50px;
    height: 50px;
  }

  .comment-card__decoration {
    width: 86px;
    top: -9px;
    left: -10px;
  }

  .comment-card__name {
    font-size: 17px;
  }

  .comment-card__text,
  .comment-card__toggle {
    font-size: 15px;
  }
}
/* =========================================================
   ／コメントタブ内コンテンツ　ここまで
========================================================= */




/* =================================================
   投げ銭履歴　ここから
================================================= */
.support-history-list {
  margin: 0;
  padding: 0 15px 24px;
  list-style: none;
  background: #ffffff;
}
.support-history-item {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  padding: 22px 0;
  border-bottom: 1px dashed #cfcfcf;
}
.support-history-item:last-child {
  border-bottom: none;
}
.support-history-item__body {
  flex: 1;
  min-width: 0;
  padding-top: 6px;
}
.support-history-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.support-history-item__name {
  margin: 0;
  color: #005fd1;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
  word-break: break-word;
}
.support-history-item__date {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  white-space: nowrap;
}
.support-history-item__price {
  margin: 0;
  color: #222222;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.support-history-item__price span {
  font-size: 0.7em;
  font-weight: 500;
}

@media screen and (max-width: 374px) {
  .support-history-item {
    gap: 10px;
    padding: 20px 0;
  }
  .support-history-item__name {
    font-size: 16px;
  }
  .support-history-item__date {
    font-size: 11px;
  }
  .support-history-item__price {
    font-size: 22px;
  }
}
/* =================================================
   　　　／投げ銭履歴　ここまで
================================================= */





/* =========================
   最下部 ユーザー紹介
========================= */
.report-user-card {
  padding: 0 10px 54px;
  background: #ffffff;
}
.report-user-card__inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 14px 18px 7px;
  background: #fcf9ec;
  border: 2px solid #bfae67;
  border-radius: 18px;
  box-sizing: border-box;
  min-height: 160px;
}
.report-user-card__thumb-wrap {
  flex: 0 0 110px;
  width: 110px;
}
.report-user-card__thumb {
  position: relative;
  width: 110px;
  height: auto;
}
.report-user-card__thumb-img {
  position: absolute;
  top: 27px;
  left: 19px;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.report-user-card__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: auto;
  display: block;
  pointer-events: none;
}
.report-user-card__content {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}
.report-user-card__name {
  margin: 0;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.report-user-card__line {
  width: 100%;
  height: 2px;
  margin: 6px 0 4px;
  background: #ef5a24;
}
.report-user-card__bio {
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
/*
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
*/
}
.report-user-card__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 4px 0 6px;
}
.report-user-card__stars img {
  width: 26px;
  height: 26px;
  display: block;
  flex: 0 0 0px;
}
.report-user-card__history {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.report-user-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 70%;
  max-width: 225px;
  margin: 10px 0 0 auto;
  padding: 10px 16px 10px 16px;
  border: 2px solid #df4b2a;
  border-radius: 999px;
  background: #ffffff;
  color: #df4b2a;
  text-decoration: none;
  box-sizing: border-box;
}
.report-user-card__button-arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #df4b2a;
  flex: 0 0 auto;
}
.report-user-card__button-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
/* 念のためPCでは広がりすぎないように */
@media screen and (min-width: 768px) {
  .report-user-card {
    max-width: 390px;
  }
}





/* ===============================
   ／4つのタブコンテンツ　ここまで
=============================== */



/* ===============================
   金額設定　ここから
=============================== */
.donation-setting {
  background: #fffbf2;
  padding: 30px 12px 32px;
		box-shadow: 0px -9px 20px -7px rgba(0, 0, 0, 0.2);
}
.donation-setting__inner {
  max-width: 100%;
  margin: 0 auto;
}
/* プロジェクト名 */
.donation-setting__title {
  margin: 0 0 24px;
  color: #000000;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 500;
		border-top: solid 1px #fff;
  letter-spacing: 0.02em;
}
/* 金額 */
.donation-display {
  height: 74px;
  background: #fff;
  border: 2px solid #bfbfbf;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.donation-display__amount {
  color: #333333;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.donation-display__yen {
  color: #888;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  margin-left: 8px;
  position: relative;
  top: 7px;
}

/* 金額ボタン */
.donation-quick {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 14px;
  margin-bottom: 28px;
}
.donation-quick__btn {
  background:#FFFDE8;
  border: 2px solid #bfbfbf;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  cursor: pointer;
  padding: 12px 0 14px;
}
.donation-quick__plus {
  color: #ef4b43;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  top: -1px;
}
.donation-quick__price {
  color: #333333;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.01em;
}
/* テンキーボタン */
.donation-keypad {
  width: 260px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 14px;
}
.donation-keypad__btn {
  width: 100%;
  background: #fff;
  border: 2px solid #bfbfbf;
  border-radius: 10px;
  color: #333333;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding: 0;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  cursor: pointer;
		padding: 3px 0 7px;
}
/* 決定ボタン */
.donation-submit {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(to bottom, #e63a26 0%, #d92f1d 100%);
  border: none;
  border-radius: 999px;
  padding: 0 16px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
		padding: 17px 0 17px;
}
.donation-submit__icon {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #ffffff;
  flex-shrink: 0;
}
.donation-submit__text {
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
/* ===============================
   ／金額設定　ここまで
=============================== */

/* =====  コメント削除ボタン20260602 ==== */
.comdel{
background:#DE6C6E;
color:#fff;
padding:3px 7px 4px 7px;
border-radius:3px;
font-size:10px;
margin-left: 5px;
}
