@charset "UTF-8";
#price #lower-title::before {
  background-image: url(../img/price/price_top.jpg);
}
@media screen and (max-width: 767px) {
  #price #lower-title::before {
    background-image: url(../img/price/price_top_sp.jpg);
  }
}
#price #plan {
  background-color: var(--color-bg-pink);
  padding: 9rem 0 18rem;
  margin: 8rem 0 0;
  position: relative;
}
#price #plan::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background-image: url(../img/common/bg_round.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
#price #plan .read-text {
  text-align: center;
  margin: 4rem 0 0;
}
#price #plan ul.plan-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8rem 0 0;
  row-gap: 6rem;
}
#price #plan ul.plan-list li {
  width: 31%;
  border: 1px dotted var(--color-light-pink);
  background-color: var(--color-white);
  border-radius: 0 0 2rem 0;
  padding: 3rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #price #plan ul.plan-list li {
    width: 100%;
  }
}
#price #plan ul.plan-list li::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -1rem;
  width: 8.7rem;
  height: 9.5rem;
  background-image: url(../img/common/icon_fukidashi_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#price #plan ul.plan-list li .fukidashi-wrapper {
  position: absolute;
  top: -1.5rem;
  left: 1.4rem;
  text-align: center;
}
#price #plan ul.plan-list li .fukidashi-wrapper p {
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.2;
}
#price #plan ul.plan-list li .fukidashi-wrapper p.number {
  font-size: 3.2rem;
}
#price #plan ul.plan-list li .image-wrapper img {
  height: 5.5rem;
}
#price #plan ul.plan-list li .text-wrapper h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2rem 0 0;
  text-align: center;
  color: var(--color-light-pink);
}
#price #plan ul.plan-list li .text-wrapper p {
  margin: 2rem 0 0;
}
#price #plan ul.plan-list li .text-wrapper .btn-opacity {
  color: var(--color-white);
  background-color: var(--color-red);
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  font-size: 1.4rem;
  margin: 2rem 0 0;
}
#price #plan .dual-image {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}
#price #plan .dual-image .image {
  width: 48%;
}
#price #plan .dual-image .image img {
  border-radius: 2rem 0 2rem 0;
}
#price #price-content {
  position: relative;
}
#price #price-content .read-text {
  text-align: center;
  margin: 4rem 0 0;
}
#price #price-content .price-wrapper {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper {
    width: 112%;
    position: relative;
    left: -6%;
  }
}
#price #price-content .price-wrapper ul.tab-list {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper ul.tab-list {
    justify-content: center;
  }
}
#price #price-content .price-wrapper ul.tab-list li {
  cursor: pointer;
  background-color: var(--color-bg-green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 8rem;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper ul.tab-list li {
    width: 18%;
  }
}
#price #price-content .price-wrapper ul.tab-list li.is-active {
  background-color: var(--color-news-green);
}
#price #price-content .price-wrapper ul.tab-list li.is-active p {
  color: var(--color-white);
}
#price #price-content .price-wrapper ul.tab-list li img {
  height: 2.4rem;
}
#price #price-content .price-wrapper ul.tab-list li p {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper ul.tab-list li p {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    margin: 0.5rem 0 0;
  }
}
#price #price-content .price-wrapper .price-content {
  background-color: var(--color-news-green);
  padding: 3.5rem 3.5rem 3rem;
  border-radius: 0 2rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .price-content {
    padding: 5%;
    border-radius: 1rem;
  }
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper {
  background-color: var(--color-white);
  padding: 3.5rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .price-content .price-content-item-wrapper {
    padding: 5%;
  }
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .top-wrapper {
  background-color: #eafaea;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 2rem;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .top-wrapper h3 {
  text-align: center;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .top-wrapper h3:nth-child(1) {
  font-size: 2rem;
  line-height: 1.2;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .top-wrapper h3:nth-child(2) {
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-red);
  position: relative;
  margin: 0 7rem 0 0;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .top-wrapper h3:nth-child(2)::before {
  content: "円";
  position: absolute;
  font-size: 3rem;
  font-weight: 700;
  bottom: 0.8rem;
  right: -3rem;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .top-wrapper h3:nth-child(2)::after {
  content: "(税込)";
  position: absolute;
  font-size: 1.4rem;
  font-weight: 700;
  bottom: 1rem;
  right: -7.5rem;
  color: var(--color-border-gray);
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .top-wrapper h3:nth-child(3) {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .note-wrapper {
  margin: 2rem 0 0;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .note-wrapper p.note-title {
  color: var(--color-red);
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .note-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .price-content .price-content-item-wrapper .note-wrapper ul {
    flex-direction: column;
  }
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .note-wrapper ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .price-content .price-content-item-wrapper .note-wrapper ul li {
    width: 100%;
  }
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .note-wrapper ul li p {
  line-height: 1.5;
  font-size: 1.2rem;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper {
  margin: 2rem 0 0;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table tr,
  #price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table td {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table thead tr.top-row th {
  border-top: 1px solid var(--color-border-gray);
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table thead tr.top-row th:first-child {
  border-radius: 2rem 0 0 0;
  border-left: 1px solid var(--color-border-gray);
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table thead tr.top-row th:nth-child(2) {
  width: 30%;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table thead tr.top-row th:nth-child(3) {
  width: 23%;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table thead tr.top-row th:last-child {
  border-radius: 0 2rem 0 0;
  width: 30%;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table thead th {
  background-color: var(--color-news-green);
  color: var(--color-white);
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
  border-right: 1px solid var(--color-border-gray);
  border-bottom: 1px solid var(--color-border-gray);
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table .left {
  text-align: left;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table .left {
    padding-left: 5%;
  }
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table .right {
  text-align: right;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table .right {
    padding-right: 5%;
  }
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table tbody tr:last-child td:last-child {
  border-radius: 0 0 2rem 0;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
  border-right: 1px solid var(--color-border-gray);
  border-bottom: 1px solid var(--color-border-gray);
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table tbody tr td.first-row, #price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table tbody tr td.second-row {
  background-color: #eafaea;
  border-left: 1px solid var(--color-border-gray);
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper table tbody tr td.second-row {
  border-radius: 0 0 0 2rem;
}
#price #price-content .price-wrapper .price-content .price-content-item-wrapper .table-wrapper p.note {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 2rem 0 0;
}
#price #price-content .price-wrapper .price-content .bottom-wrapper {
  background-color: var(--color-white);
  padding: 3.5rem;
  border-radius: 2rem;
  margin: 3rem 0 0;
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper {
  display: flex;
  justify-content: center;
  margin: 7rem 0 0;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 6rem;
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item {
  position: relative;
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item::before {
  content: "";
  position: absolute;
  top: -3.5rem;
  left: 1rem;
  width: 7rem;
  height: 7rem;
  background-image: url(../img/common/icon_set.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item.half {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item.half {
    width: 100%;
  }
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item.full {
  width: 100%;
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border: 2px dotted var(--color-bg-green);
  gap: 1rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item {
    padding: 5rem 2rem 2rem;
  }
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item p:first-child {
  font-weight: 700;
  font-size: 2rem;
  color: var(--color-red);
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item p:nth-child(2) {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item p:last-child {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-red);
  position: relative;
  margin: 0 7rem 0 0;
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item p:last-child::before {
  content: "円";
  position: absolute;
  font-size: 2.6rem;
  font-weight: 700;
  bottom: 0.5rem;
  right: -2.8rem;
}
#price #price-content .price-wrapper .price-content .bottom-wrapper .set-wrapper .set-item p:last-child::after {
  content: "(税込)";
  position: absolute;
  font-size: 1.4rem;
  font-weight: 700;
  bottom: 0.8rem;
  right: -7.5rem;
  color: var(--color-border-gray);
}
#price #price-content .price-wrapper .price-content .price-content-item {
  display: none;
}
#price #price-content .price-wrapper .price-content .price-content-item.is-active {
  display: block;
}
#price #price-content .price-wrapper .semi-medium table tbody td.first-row,
#price #price-content .price-wrapper .medium table tbody td.first-row,
#price #price-content .price-wrapper .large table tbody td.first-row {
  border-radius: 0 0 0 2rem;
}
#price #price-content .price-wrapper .bike .price-content-item-wrapper .top-wrapper,
#price #price-content .price-wrapper .medium .price-content-item-wrapper .top-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2rem;
  background-color: var(--color-white);
  padding: 0;
}
#price #price-content .price-wrapper .bike .price-content-item-wrapper .top-wrapper .top-item,
#price #price-content .price-wrapper .medium .price-content-item-wrapper .top-wrapper .top-item {
  background-color: #eafaea;
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  padding: 2rem;
}
#price #price-content .price-wrapper .bike .price-content-item-wrapper .top-wrapper .top-item.half,
#price #price-content .price-wrapper .medium .price-content-item-wrapper .top-wrapper .top-item.half {
  width: 49%;
}
@media screen and (max-width: 859px) {
  #price #price-content .price-wrapper .bike .price-content-item-wrapper .top-wrapper .top-item.half,
  #price #price-content .price-wrapper .medium .price-content-item-wrapper .top-wrapper .top-item.half {
    width: 100%;
  }
}
#price #price-content .price-wrapper .bike .price-content-item-wrapper .top-wrapper .top-item.full,
#price #price-content .price-wrapper .medium .price-content-item-wrapper .top-wrapper .top-item.full {
  width: 100%;
}
#price #price-content .price-wrapper .bike .price-content-item-wrapper .top-wrapper .top-item h3,
#price #price-content .price-wrapper .medium .price-content-item-wrapper .top-wrapper .top-item h3 {
  display: inline-block;
  line-height: 1.4;
}
#price #price-content .price-wrapper .bike .price-content-item-wrapper .table-wrapper .second-row,
#price #price-content .price-wrapper .medium .price-content-item-wrapper .table-wrapper .second-row {
  border-radius: 0 !important;
}
#price #price-content .price-wrapper .bike .price-content-item-wrapper .table-wrapper .third-row,
#price #price-content .price-wrapper .medium .price-content-item-wrapper .table-wrapper .third-row {
  border-radius: 0 !important;
  background-color: #eafaea;
  border-left: 1px solid var(--color-border-gray);
}
#price #price-content .price-wrapper .bike .price-content-item-wrapper .table-wrapper .fourth-row,
#price #price-content .price-wrapper .medium .price-content-item-wrapper .table-wrapper .fourth-row {
  border-radius: 0 0 0 2rem;
  background-color: #eafaea;
  border-left: 1px solid var(--color-border-gray);
}
#price #price-content .price-wrapper .medium .bottom-wrapper .marker-title p.top-text {
  font-size: 1.8rem;
  font-weight: 700;
}
#price #price-content .price-wrapper .medium .bottom-wrapper .marker-title p {
  margin: 1rem 0 0;
}
#price #price-content .price-wrapper .medium .bottom-wrapper .point-wrapper {
  margin: 3rem 0 0;
}
#price #price-content .price-wrapper .medium .bottom-wrapper .point-wrapper p {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
#price #price-content .price-wrapper .medium .bottom-wrapper .point-wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .medium .bottom-wrapper .point-wrapper ul {
    flex-direction: column;
  }
}
#price #price-content .price-wrapper .medium .bottom-wrapper .point-wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31%;
  background-color: #eafaea;
  padding: 3rem;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-border-gray);
  text-align: center;
  border: 2px dotted var(--color-news-green);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #price #price-content .price-wrapper .medium .bottom-wrapper .point-wrapper ul li {
    width: 100%;
  }
}
#price #price-content .price-wrapper .medium .bottom-wrapper .point-wrapper p.last-text {
  margin: 2rem 0 0;
}
#price #price-content .price-wrapper .medium .note {
  margin: 2rem 0 0;
  font-size: 1.3rem;
  line-height: 1.8;
}
#price #price-content .price-wrapper .btn-wrapper {
  position: relative;
  top: 6rem;
}
#price #price-content .price-wrapper .btn-wrapper .btn-230 {
  margin: 0 auto;
}
#price #other {
  margin: 11rem 0 0;
}
#price #other .second-title {
  margin: 5rem 0 0;
}
#price #other .content-wrapper {
  background-color: #f6f6f6;
  padding: 4rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #price #other .content-wrapper {
    padding: 3rem 5%;
  }
}
#price #other .content-wrapper .top-wrapper,
#price #other .content-wrapper .bottom-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 0;
}
#price #other .content-wrapper .top-wrapper .item,
#price #other .content-wrapper .bottom-wrapper .item {
  width: 48%;
  background-color: var(--color-white);
  padding: 1rem 3rem 3rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #price #other .content-wrapper .top-wrapper .item,
  #price #other .content-wrapper .bottom-wrapper .item {
    width: 100%;
  }
  #price #other .content-wrapper .top-wrapper .item:nth-child(1),
  #price #other .content-wrapper .bottom-wrapper .item:nth-child(1) {
    padding: 1rem 5% 0;
    border-radius: 2rem 2rem 0 0;
  }
  #price #other .content-wrapper .top-wrapper .item:nth-child(2),
  #price #other .content-wrapper .bottom-wrapper .item:nth-child(2) {
    padding: 0 5% 3rem;
    border-radius: 0 0 2rem 2rem;
  }
}
#price #other .content-wrapper .top-wrapper .item h3,
#price #other .content-wrapper .bottom-wrapper .item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-pink);
  margin: 2rem 0 0;
}
#price #other .content-wrapper .top-wrapper .item table,
#price #other .content-wrapper .bottom-wrapper .item table {
  width: 100%;
  margin: 1rem 0 0;
}
#price #other .content-wrapper .top-wrapper .item table td:nth-child(2),
#price #other .content-wrapper .bottom-wrapper .item table td:nth-child(2) {
  text-align: right;
}
#price #other .content-wrapper p.note {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 2rem 0 0;
}
#price #payment {
  margin: 7rem 0 0;
}/*# sourceMappingURL=price.css.map */