@charset "UTF-8";
/*-------------------------------------------
寄付で支える Stracture
--------------------------------------------*/
/* stracture */
body {
  margin-top: 60px;
}

@media (min-width: 768px), print {
  body {
    margin-top: 100px;
  }
}

/*-------------------------------------------
寄付で支える ヘッダー
--------------------------------------------*/
/* ヘッダー */
.l-header__inner {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 60px;
}

.l-header .l-hdLogo {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.l-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
}

@media (min-width: 768px), print {
  .l-header__btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 246px;
  }
  .l-header__btn a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 6px;
    padding: 15px;
  }
}

.l-pageHeader {
  margin-bottom:8vw; /* 12vw */
}

@media (min-width: 768px), print {
  .l-pageHeader {
    margin-bottom:5rem;
  }
}

.l-pageHeader--sm .l-container--lg {
  padding-top:2.6rem;
}

.p-stepBar {
  margin-top: 2rem; /* 追加 */
  margin-bottom: 4rem; /* 3rem */
}

.p-intro__lead {
  display: none;
  font-size: 90%;
}

/*-------------------------------------------
寄付で支える フッター
--------------------------------------------*/
/* フッター */
.l-footer {
  padding: 3rem;
  background: #ffffff;
  text-align: center;
}

.thankyou .l-footer {
  background: #F1D029;
}


.l-footer p {
  margin: 0;
}

/*-------------------------------------------
寄付で支える コンテンツ専用
--------------------------------------------*/
/* メインビジュアル */
.p-donateMV {
  position: relative;
}

.p-donateMV .l-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1080px;
  padding: 30px;
  padding: clamp(15px, 8vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-donateMV__ttl {
  color: #ffffff;
  text-align: left;
  font-size: 24px;
  font-size: clamp(10px, 6.4vw, 32px);
}

/* 導入部リード文 */
.p-donateLead {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 768px), print {
  .p-donateLead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* セクション見出し */
.p-donateSecTitle {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 6rem !important;
  padding: 3rem;
  background: #F1D029;
  color: #32312F !important;
  text-align: center;
}

.p-donateSecTitle::after {
  display: none !important;
}

@media (min-width: 768px), print {
  .p-donateSecTitle {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/* 支援を受けた方の声 */
.p-donateVoice .c-txt--catchQuote ._main {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-donateVoice .c-txt--catchQuote ._main::before {
  width: 40px;
  height: 35px;
  left: -20px;
  top: -15px;
}

.p-donateVoice .c-txt--catchQuote ._main::after {
  width: 40px;
  height: 35px;
}

@media (min-width: 768px), print {
  .p-donateVoice .c-txt--catchQuote ._main {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-donateVoice .c-txt--catchQuote ._main::before {
    width: 54px;
    height: 45px;
    left: -35px;
    top: -35px;
  }
  .p-donateVoice .c-txt--catchQuote ._main::after {
    width: 54px;
    height: 45px;
  }
}

.p-donateVoice .p-profile__ph {
  width: 180px;
  height: 180px;
}

.form__group-content + .form__group-content {
/*  margin-top:0.5em; */
}

.form__group-content-label {
  margin-top: 3.8rem;
}
.form__group._sublabel._col2 .form__group-content-label {
  margin-top: 1.6rem;  
}

@media (max-width: 767px), print {
  li.p-donatePrice__item label.p-donatePrice__btn {
    display: grid;
    grid-template-rows: 80px 1fr;
    grid-template-columns: 36% 1fr;
  }
  li.p-donatePrice__item._other label.p-donatePrice__btn {
    display: inline-block;
  }
  .p-donatePrice__btn-ph {
    display: block !important;
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .p-donatePrice__btn-ph img {
    height: 100%;
    border-radius: 6px 0 0 6px;
  }
  .p-donatePrice__btn-amount {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-donatePrice__btn-txt {
    padding-left: 20px;
    padding-right: 20px;
    font-size:13px;
  }
  .form__group-content-label {
    margin-top: 0.8rem;
  }
}

/*-------------------------------------------
Thank youページ用
--------------------------------------------*/
#first p {
  margin:0.5em 0;
}
#first .overlay {
  position:relative;
}
#first .overlay img {
  opacity: 0.6;
}
#first .overlay img:hover {
  opacity: 0.8;
}
#first .overlay p {
  position: absolute;
  top:50%;
  left: 50%;
  width:95%;
  text-align: center;
  transform: translate(-50%,-50%);
  color: #333;
  text-shadow: 1px 1px 5px #eee;;
  font-size: clamp(2.5vw,1.8rem);
  font-weight: bold;
  margin: 0!important;
  padding: 0!important;	
}

