@charset "UTF-8";
/* CSS Document */
/* common */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #5e556a;
}
p {
  color: #5e556a;
}
a {
  text-decoration: none;
}
i {
  vertical-align: middle;
}
img {
  max-width: 100%;
}
ol, ul {
  padding-left: 0;
}
/*header*/
.header-bar {
  background: #fff;
  padding: 10px 20px;
}
.header-bar .left-links {
  text-align: right;
}
.header-bar .left-links a, .header-bar .right-links a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  margin-right: 10px;
}
header {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  padding: 0 20px;
  font-size: 24px;
  color: #c66ac2;
  font-weight: bold;
}
.search-box {
  max-width: 500px;
}
/*footer*/
footer {
  background: linear-gradient(to right, #a06aff, #ff79aa);
  padding: 40px 0;
  text-align: center;
}
footer p, footer a {
  color: #fff;
}
footer a i {
  font-size: 2rem;
}
nav {
  position: relative;
}
nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  z-index: 1000;
}
nav a.has-dropdown:hover + .dropdown-menu, nav a.has-dropdown:focus + .dropdown-menu, nav a.active + .dropdown-menu {
  display: block;
}
.dropdown-menu a {
  display: block;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
}
@media (hover: none) and (pointer: coarse) {
  nav a.has-dropdown:focus + .dropdown-menu, nav a.has-dropdown.active + .dropdown-menu {
    display: block;
  }
}
/*contant*/
.card {
  box-shadow: 0px 0px 15px -5px #777777;
  border: none;
  transition: .5s;
}
.card:hover {
  box-shadow: 0px 0px 20px 5px #999999;
}
.card img {
  display: block;
  width: 100%;
  margin: auto;
}
.social-icons i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #555, #bbb);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 1.7em;
}
.circle-btn:hover {
  transform: scale(1.05);
}
.category, .social-icons i {
  margin-right: 10px;
}
.btn-main {
  background: #9043e9;
  color: #fff;
  border-radius: 100px;
  padding: 10px;
  min-width: 320px;
    max-width: 100%;
}
.btn-main:hover {
  background: #a06aff;
  color: #fff;
}
.page_backers .btn-main{
    min-width: 100%;
}
.btn-next {
  background: #999;
  color: #fff;
  border-radius: 100px;
  padding: 10px;
  min-width: 320px;
}
.btn-next:hover {
  background: #555;
  color: #fff;
}
.section-title {
  font-weight: bold;
  color: #fe87ac;
  margin: 20px 0;
}
.progress-container {
  width: 100%;
  max-width: 500px;
  margin: 20px 0;
}
.progress-label {
  font-size: 1.2rem;
  color: #999;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.progress-bar {
  width: 100%;
  height: 20px;
  background: #eaeaea;
  border-radius: 999px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(to right, #a465f0, #fa61a2);
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  transition: width 0.4s ease;
}
.search-wrapper {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f2f2f2, #eaeaea);
  border-radius: 999px;
  padding: 8px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 80%;
  max-width: 300px;
  transition: max-width 0.3s ease;
}
.search-icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.search-input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #666;
  width: 100%;
}
/* btn */
.btn-login {
  background: linear-gradient(135deg, #eeeeee, #dddddd);
  color: #555;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-login:hover {
  background: linear-gradient(135deg, #dddddd, #cccccc);
}
.btn-register {
  background: linear-gradient(180deg, #d6b4ff, #a467f0);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0 8px 20px rgba(162, 103, 240, 0.3);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-register:hover {
  opacity: 0.9;
  color: #fff;
}
.category-name {
  background-color: #e6e6e6;
  padding: 2px 10px;
  border-radius: 100px;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}
.item-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.support_detail {
  display: flex;
  border-bottom: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6;
  padding: 2% 0;
  justify-content: space-between;
  font-size: 14px;
}
.support_detail li {
  margin-right: 1%;
  color: #5e556a;
  font-weight: bold;
}
.support_detail li i {
  color: #e6e6e6;
  font-size: 1.5rem;
  margin-right: 5px;
}
.project-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-list article {
  width: 300px;
  margin-bottom: 2%;
}
.price-txt {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 0;
}
.price-txt span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 70%;
  padding-left: .5%;
}
.card .price-txt {
  text-align: right;
}
.ranking {
  background: linear-gradient(to right, #ece6ff, #fce6fa, #ffe6f0);
  padding: 3% 0;
}
.container-fluid {
  padding: 0;
}
.ranking-icon {
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  padding-left: 3%;
}
/*sideber*/
.list-unstyled {
  margin-bottom: 7%;
}
.list-unstyled li {
  border-bottom: solid 1px #e6e6e6;
}
.list-unstyled li a {
  color: #fe87ac;
  padding: 3% 0;
  display: block;
}
/*下層ページ*/
.project-wrap {
  background-color: #fff7fb;
}
.btn-gradient-support {
  display: inline-block;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom, #f686b3, #a077f2);
  border: none;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
}
.btn-gradient-support:hover {
  box-shadow: 0 12px 24px rgba(160, 119, 242, 0.3);
  color: #fff;
}
.project-title {
  color: #fe87ac;
  font-weight: bold;
  margin-bottom: 2%;
}
.project-box {
  background-color: #fff7fb;
  padding: 7%;
}
.project-box h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1%;
}
.text-pink {
  color: #fe87ac;
}
.txt-s {
  font-size: 80%;
}
.txt-m {
  font-size: 100%;
}
.txt-l {
  font-size: 120%;
}
.step-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
}
.step {
  text-align: center;
  flex: 0 0 auto;
  position: relative;
}
.circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #bbb;
  margin: 25px 6px 0;
  z-index: 2;
}
.label {
  margin-top: 6px;
  font-size: 14px;
  color: #444;
}
.line {
  flex-grow: 1;
  height: 6px;
  background: #ccc;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.step.active .circle {
  background: linear-gradient(to right, #a070f8, #ff78b4);
}
.step.active + .line {
  background: linear-gradient(to right, #a070f8, #ff78b4);
}
.section-title {
  color: #ef4ca5;
  font-weight: bold;
  margin: 30px 0 15px;
  font-size: 1.3rem;
}
.card-return {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.btn-rounded {
  border-radius: 50px;
  background: linear-gradient(to right, #ef4ca5, #8f6efc);
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.login-box, .register-box {
  margin: 40px 0;
  border: solid 1px #eee;
  padding: 3%;
  border-radius: 5px;
}
.btn-gray {
  background: #f2f2f2;
  border-radius: 50px;
  border: none;
  padding: 10px 40px;
  font-weight: bold;
  color: #444;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
input.form-control {
  border-radius: 0.5rem;
  /*height: 45px;*/
}
.return-box {
  background-color: #fafafa;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}
.return-content {
  padding: 2% 2% 2% 60px;
}
/* チェックが入ったときに背景を変更 */
.return-box input[type="checkbox"]:checked ~ .return-content {
  background-color: #fff7fb;
  border-radius: 8px;
}
.return-box.selected {
  border-color: #d56ac6;
  background: #fff0fa;
  box-shadow: 0 0 10px rgba(213, 106, 198, 0.3);
}
.return-box .form-check-input {
  margin-right: 1rem;
  transform: scale(1.5);
  position: absolute;
  top: 20px;
  left: 50px;
  display: block;
}
.text-muted {
  padding: 0;
}
.form-control:invalid {
  border-color: #f00;
}
.btn-social {
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.btn-x {
  background: #000;
}
.btn-facebook {
  background: #3b5998;
}
.btn-line {
  background: #00c300;
}
.btn-base {
  background: #00c1b2;
}
.btn-apple {
  background: #000;
}
.btn-rakuten {
  background: #bf0000;
}
.btn-google {
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
}
.small-note {
  font-size: 0.8rem;
  color: #666;
}
.required {
  color: red;
  font-size: 0.75rem;
  margin-left: 5px;
}
.support-info p, .note {
  font-size: 0.85rem;
  color: #666;
}
.note {
  margin-top: 1rem;
}
.register .return-sub .support_detail {
  font-size: 13px;
  text-align: center;
}
.box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.profile-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
}
.nav-link.active {
  font-weight: bold;
}
.table-title {
  background-color: #f4f4f4 !important;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.nav-link {
  color: #5e556a;
}
.accordion-header {
  font-weight: bold;
}
.accordion-body {
  background-color: #f8f9fa;
}
.badge {
  font-size: 60%;
}
.contact-form {
  background-color: #f8f9fa;
  border: solid 1px #eee;
  padding: 3%;
}
.term p, .term li{
    font-size: 15px;
    padding: 0;
}
.term h3, .term h4, .articles-wrap h3, .articles-wrap h4{
   margin-bottom: 20px;
    padding: 0;
  font-size: 18px;
    font-weight: bold;
}
.term h2{
    font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
    font-weight: bold;
}
.term h5{
    margin-bottom: 20px;
  font-size: 16px;
    font-weight: bold;
}

.back2top {
  margin: 20px 0;
    text-align: right;
}
.back2top > a::before {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-family: "FontAwesome";
    content:"\f0aa";
}
.term ol {
  list-style: none;
  counter-reset: number;
}
.term ol li {
  position: relative;
  padding-left: 1.5em;
}
.term ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #ef4ca5;
    border-radius: 0;
}
.term-nav{
    background: #f4f4f4;
}
.faq-list {
    position: relative;
}
.faq-list a{
    display: block;
    padding: 1.5%;
}
.faq-list > a::before {
  display: block;
    position: absolute;
    right: 10px;
  margin: 0 0.5em 0 0;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  speak: none;
  font-family: "FontAwesome";
    content:"\f061";
}
.articles-wrap{
    margin-bottom: 3%;
    padding-bottom: 3%;
}
.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-votes-controls .btn{
    width: 10%;
    margin: 10px auto;
}
.articles-sub-nav .faq-list a {
  font-size: 12px;
}


@-webkit-keyframes bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.9);
  }
  66% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.9);
  }
  66% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


/* Component Styles - Steps */
.steps {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0 2rem 0;
  list-style: none;
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  position: relative;
  pointer-events: none;
}
.step--active, .step--complete {
  cursor: pointer;
  pointer-events: all;
}
.step:not(:last-child):before, .step:not(:last-child):after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.25rem;
  content: "";
  transform: translateY(-50%);
  will-change: width;
  z-index: -1;
}
.step:before {
  width: 100%;
  background-color: #e6e7e8;
}
.step:after {
  width: 0;
  background-color: #ef4ca5;
}
.step--complete:after {
  width: 100% !important;
  opacity: 1;
  transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: #292627;
  border: 0.25rem solid #e6e7e8;
  border-radius: 50%;
  color: transparent;
  font-size: 2rem;
}
.step__icon:before {
  display: block;
  color: #fff;
  content: "✓";
}
.step--complete.step--active .step__icon {
  color: #fff;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.step--incomplete.step--active .step__icon {
  border-color: #ef4ca5;
  transition-delay: 0.5s;
}
.step--complete .step__icon {
  -webkit-animation: bounce 0.5s ease-in-out;
          animation: bounce 0.5s ease-in-out;
  background-color: #ef4ca5;
  border-color: #ef4ca5;
  color: #fff;
}

.step__label {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  margin-top: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.step--incomplete.step--inactive .step__label {
  color: #e6e7e8;
}
.step--incomplete.step--active .step__label {
  color: #ef4ca5;
}
.step--active .step__label {
  transition: color 0.3s ease-in-out;
  transition-delay: 0.5s;
}
.form-select {
  padding: .6rem .75rem;
}
.big_icon i{
    font-size: 6rem;
  margin: 10% auto 5%;
    color: #999;
}
.favorite-btn {
    position: absolute;
    right: 10px;
  top: 0px;
    background: none;
    border: none;
    color: #ccc;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .favorite-btn.active {
    color: #e91e63; /* ピンク系：お気に入りON */
  }

  .favorite-btn:hover {
    color: #ff69b4;
  }
.modal-title, .backers-history-list h4{
    font-size: 1.2rem;
    font-weight: bold;
}


/*==========================
PC common
==============================*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .contact-wrap {
    width: 850px;
    margin: auto;
  }
}
/*==========================
SP common
==============================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  nav {
    display: none;
  }
  p {
    font-size: .8rem;
  }
  .header-bar {
    background: #fff;
    padding: 10px;
  }
  .search-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .project-list article {
    width: 48%;
    margin-bottom: 5%;
  }
  .item-title {
    font-size: 13px;
  }
  .progress-label {
    font-size: .8rem;
  }
  .price-txt {
    font-size: 1.2em;
  }
  .card-body {
    padding: 10px;
  }
  .progress-container {
    margin: 10px 0;
  }
  .pickup-project img {
    width: 47%;
    float: left;
  }
  .card-body-sp {
    float: right;
    width: 50%;
  }
  .support_detail {
    clear: both;
    font-size: 12px;
  }
  .support_detail li i {
    font-size: 1rem;
  }
  .category-name {
    font-size: 11px;
    margin-bottom: 7px;
  }
  .project-list .support_detail {
    display: block;
  }
  .progress-bar {
    height: 15px;
  }
  .ranking-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3em;
  }
  .section-title {
    font-size: 1.1rem;
  }
  .circle {
    width: 20px;
    height: 20px;
    margin: 25px 10px 0;
  }
  h5 {
    font-size: 1rem;
  }
  .btn-register {
    width: 100%;
  }
  .return-box .form-check-input {
    left: 35px;
  }
  .return-content {
    padding: 6% 2% 2% 45px;
  }
  .project-title {
    margin-bottom: 3%;
    font-size: 18px;
  }
  .project-box h5 {
    font-size: 14px;
  }
  .btn-next {
    min-width: 100%;
  }
  .login-box, .register-box {
    margin: 0;
    padding: 10% 5%;
  }

}
/*==========================
ipad
==============================*/
@media only screen and (min-device-width:768px) and (max-device-width:1280px) and (orientation:portrait) {}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {}
/* bổ sung */
.card-img-top{
  aspect-ratio: 16/10;
}
nav .pagination  a {
  margin: 0;
}
.active>.page-link, .page-link.active{
  background-color: #9043e9;
  border-color: #9043e9;
}
.page-link{
  color: #9043e9;
}
.favorite-active{
  background: rgb(226, 55, 55);
  color: #fff;
}
.btn-favorite-action:hover{
  background: rgb(226, 55, 55);
  color: #fff;
}
.favorite-active:hover{
  background: rgb(204, 109, 109);
  color: #fff;
}
input:read-only,
textarea:read-only {
  border: 0;
  box-shadow: none;
  background-color: #ddd;
}