.fv {
  padding-top: 16.6rem;
  padding-left: 33.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    padding-left: 2.5rem;
    padding-top: 12rem;
  }
}
.fv::before {
  content: "";
  width: 104.3rem;
  height: 104.3rem;
  background-color: #ece0cf;
  border-radius: 50%;
  position: absolute;
  left: -30.2rem;
  top: -64.5rem;
}
@media (max-width: 767px) {
  .fv::before {
    width: 50rem;
    height: 50rem;
    left: -15rem;
    top: -25rem;
  }
}
.fv h1 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 7rem;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .fv h1 {
    font-size: 3.6rem;
  }
}
.fv p {
  color: #ff0000;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .fv p {
    font-size: 1.8rem;
  }
}
.fv__inner {
  padding-bottom: 16.7rem;
  border-bottom: 5px solid black;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv__inner {
    padding-bottom: 10rem;
    border-width: 0.4rem;
  }
}
.fv__inner img {
  position: absolute;
  bottom: 0;
  right: 38.8rem;
  width: 16.1rem;
  height: auto;
}
@media (max-width: 767px) {
  .fv__inner img {
    right: 4rem;
    width: 7rem;
  }
}

.campaign {
  position: relative;
  padding-top: 9.25rem;
  padding-left: 28.65rem;
  padding-right: 18.2rem;
}
.campaign::before {
  content: "";
  width: 111.5rem;
  height: 111.5rem;
  position: absolute;
  background-color: #f5efe3;
  border-radius: 50%;
  right: -51.9rem;
  top: -28rem;
}
@media (max-width: 767px) {
  .campaign::before {
    width: 25rem;
    height: 25rem;
    right: -10rem;
    top: 40rem;
  }
}
.campaign h6 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 9rem;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .campaign h6 {
    font-size: 5rem;
    text-align: center;
  }
}
.campaign h2 {
  font-size: 2.3rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .campaign h2 {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .campaign {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.campaign__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.campaign__inner h2 {
  color: #ff0000;
  margin-bottom: 3.15rem;
}
@media (max-width: 767px) {
  .campaign__inner h2 {
    margin-bottom: 2rem;
    line-height: 1.4em;
  }
}
.campaign__inner img {
  width: 63.9rem;
  height: auto;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .campaign__inner img {
    width: 100%;
  }
}
.campaign__banner {
  padding-right: 10.45rem;
}
@media (max-width: 767px) {
  .campaign__banner {
    padding-right: 0;
  }
}

.price {
  padding-top: 13.6rem;
  padding-bottom: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .price {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-top: 3.8rem;
    padding-bottom: 10rem;
  }
}
.price__inner {
  max-width: 100rem;
  margin: auto;
  position: relative;
  z-index: 2;
}
.price__ttl {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .price__ttl {
    padding-bottom: 2rem;
  }
}
.price__ttl h2 {
  font-size: 3.8rem;
  text-align: center;
  font-weight: 800;
  color: #ff0000;
  text-align: center;
  line-height: 1.32em;
}
@media (max-width: 767px) {
  .price__ttl h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.price__ttl h6 {
  font-size: 2rem;
  text-align: center;
  font-family: "all-round-gothic", sans-serif;
}
@media (max-width: 767px) {
  .price__ttl h6 {
    line-height: 1.4em;
  }
}
.price__details {
  width: 80rem;
  margin: auto;
  border: solid 3px black;
  border-radius: 40px;
  padding-top: 1.3rem;
  padding-left: 1.45rem;
  padding-right: 1.5rem;
  background-color: #fff;
  padding-bottom: 4rem;
  box-shadow: 0.3rem 0.5rem 0.1rem black;
  position: relative;
}
@media (max-width: 767px) {
  .price__details {
    width: 100%;
    padding: 0;
    box-shadow: 0.2rem 0.2rem 0.1rem black;
  }
}
.price__details .border2 {
  width: 100%;
}
@media (max-width: 767px) {
  .price__details .border2 {
    display: none;
  }
}
.price__initial {
  display: flex;
}
@media (max-width: 767px) {
  .price__initial {
    flex-direction: column;
    padding-top: 1rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.price__initial-item {
  width: calc(33.3333% - 0.2rem);
  position: relative;
}
@media (max-width: 767px) {
  .price__initial-item {
    width: 100%;
    border-bottom: 2px dashed black;
    padding-left: 1.25rem;
    padding-right: 1.4rem;
    padding-top: 2rem;
  }
}
.price__initial-item:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.price__initial-item:last-child .price__initial-price::before {
  display: none;
}
@media (max-width: 767px) {
  .price__initial-item:last-child {
    border-bottom: none;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.price__initial .border {
  width: 0.3rem;
}
@media (max-width: 767px) {
  .price__initial-off {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.price__initial-off p {
  text-align: center;
}
@media (max-width: 767px) {
  .price__initial-off p {
    margin-right: 0.5rem;
  }
}
.price__initial-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #251e1c;
  padding-top: 2.3rem;
}
@media (max-width: 767px) {
  .price__initial-ttl {
    font-size: 1.4rem;
    padding-top: 0;
  }
}
.price__initial-price {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .price__initial-price {
    margin-bottom: 1rem;
    padding-top: 0.5rem;
  }
}
.price__initial-price::before {
  content: "";
  width: 13.1rem;
  height: 1.2rem;
  background-color: #d8d8d8;
  position: absolute;
  left: calc(50% - 6.55rem);
  bottom: -0.5rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .price__initial-price::before {
    width: 8.67rem;
    height: 0.76rem;
    left: calc(50% - 4.335rem);
    bottom: 0rem;
  }
}
.price__initial-price span {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "all-round-gothic", sans-serif;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .price__initial-price span {
    font-size: 1.9rem;
  }
}
.price__initial-price span > span {
  font-size: 1.5rem;
  margin-right: 0.3rem;
  font-family: "all-round-gothic", sans-serif;
}
@media (max-width: 767px) {
  .price__initial-price span > span {
    font-size: 1.4rem;
  }
}
.price__initial .img {
  display: flex;
  justify-content: center;
  margin-bottom: 1.68rem;
}
@media (max-width: 767px) {
  .price__initial .img {
    margin-bottom: 1rem;
  }
}
.price__initial .img img {
  width: 2rem;
}
@media (max-width: 767px) {
  .price__initial .img img {
    width: 1.8rem;
  }
}
.price__initial-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price__initial .campaign__ttl {
  display: inline-block;
  background-color: #ff0000;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  border-radius: 99px;
}
@media (max-width: 767px) {
  .price__initial .campaign__ttl {
    font-size: 1rem;
    transform: scale(0.9);
  }
}
.price__initial .campaign__off {
  text-align: center;
  line-height: 1.5em;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .price__initial .campaign__off {
    font-size: 1.3rem;
  }
}
.price__initial .campaign__off span {
  font-size: 1em;
  color: #251e1c;
  font-weight: bold;
  font-family: "all-round-gothic", sans-serif;
  z-index: 2;
  letter-spacing: 0;
  position: relative;
}
.price__initial .campaign__off span::before {
  content: "";
  width: 100%;
  height: 0.5rem;
  background-color: #ECE0CF;
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  z-index: -1;
}
.price__initial .campaign__price {
  text-align: center;
  color: #ff0000;
  font-size: 7.2rem;
  font-family: "all-round-gothic", sans-serif;
}
@media (max-width: 767px) {
  .price__initial .campaign__price {
    font-size: 3.7rem;
    padding-bottom: 1.4rem;
  }
}
.price__initial .campaign__price span {
  color: #ff0000;
  font-size: 0.38888em;
  font-family: "all-round-gothic", sans-serif;
  font-weight: bold;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .price__initial .campaign__price span {
    font-size: 1.2rem;
    margin-right: 0.1rem;
    position: relative;
    top: -0.1rem;
  }
}
.price__off-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .price__off-wrap {
    width: 12rem;
  }
}
.price__off-wrap::before {
  content: "";
  width: 8.8rem;
  height: 6.24rem;
  background-image: url(../../img/price/batsu.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 4.4rem);
  top: 3rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .price__off-wrap::before {
    width: 6.4rem;
    height: 4.6rem;
    left: calc(50% - 3.2rem);
    top: 0.7rem;
  }
}
@media (max-width: 767px) {
  .price__running {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
.price__running h3 {
  margin-top: 2.6rem;
  text-align: center;
  background-color: #ff0000;
  color: white;
  line-height: 5rem;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .price__running h3 {
    margin-top: 0;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.price__running-item {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .price__running-item {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2rem;
    border-bottom: 2px dashed black;
  }
  .price__running-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.price__running-item .item__ttl {
  width: 15rem;
  height: 15rem;
  background-color: #f5efe3;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .price__running-item .item__ttl {
    flex-direction: row;
    height: 3.4rem;
    border-radius: 1.7rem;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
  }
}
.price__running-item .item__ttl::before {
  content: "";
  width: 11rem;
  height: 0.1rem;
  background-color: black;
  position: absolute;
  left: calc(50% - 5.5rem);
  top: 50%;
}
@media (max-width: 767px) {
  .price__running-item .item__ttl::before {
    display: none;
  }
}
.price__running-item .item__ttl h6 {
  margin-bottom: 1rem;
  font-size: 2.3rem;
  font-weight: 900;
  color: #ff0000;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .price__running-item .item__ttl h6 {
    margin-bottom: 0;
    margin-right: 1.7rem;
    font-size: 1.8rem;
  }
}
.price__running-item .item__ttl p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .price__running-item .item__ttl p {
    font-size: 1.4rem;
  }
}
.price__running-item .item__price {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .price__running-item .item__price {
    padding-left: 2rem;
    margin-top: 1.5rem;
  }
}
.price__running-item .item__price .price__initial-price::before {
  display: none;
}
.price__running-item .item__price .price__off-wrap {
  width: 18.77rem;
  padding-left: 5.4rem;
  padding-right: 4rem;
}
.price__running-item .item__price .price__off-wrap p {
  text-align: center;
}
@media (max-width: 767px) {
  .price__running-item .item__price .price__off-wrap {
    width: 10rem;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.price__running-item .item__price .price__arrow {
  width: 3.2em;
}
.price__running-item .item__price .price__arrow img {
  width: 1.6rem;
}
@media (max-width: 767px) {
  .price__running-item .item__price .price__arrow {
    width: 3.5rem;
  }
}
.price__running-item .item__price .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .price__running-item .item__price .wrap {
    flex-direction: column;
  }
}
.price__running-item .item__price .campaign__ttl {
  display: inline-block;
  background-color: #ff0000;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  border-radius: 99px;
}
@media (max-width: 767px) {
  .price__running-item .item__price .campaign__ttl {
    font-size: 1rem;
    transform: scale(0.9);
  }
}
.price__running-item .item__price .campaign__off {
  text-align: center;
  line-height: 1.5em;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .price__running-item .item__price .campaign__off {
    font-size: 1.4rem;
  }
}
.price__running-item .item__price .campaign__off span {
  font-size: 1em;
  color: #251e1c;
  font-weight: bold;
  font-family: "all-round-gothic", sans-serif;
  z-index: 2;
  letter-spacing: 0;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.price__running-item .item__price .campaign__off span::before {
  content: "";
  width: 100%;
  height: 0.5rem;
  background-color: #ECE0CF;
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: -1;
}
.price__running-item .item__price .campaign__price {
  text-align: right;
  color: #ff0000;
  font-size: 7.2rem;
  width: 24rem;
  font-family: "all-round-gothic", sans-serif;
}
@media (max-width: 767px) {
  .price__running-item .item__price .campaign__price {
    font-size: 3.7rem;
    padding-bottom: 0rem;
    width: auto;
  }
}
.price__running-item .item__price .campaign__price span {
  color: #ff0000;
  font-size: 0.38888em;
  font-family: "all-round-gothic", sans-serif;
  font-weight: bold;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .price__running-item .item__price .campaign__price span {
    font-size: 1.2rem;
    margin-right: 0.1rem;
  }
}
.price__spot h3 {
  margin-top: 2.6rem;
  text-align: center;
  background-color: #727171;
  color: white;
  line-height: 5rem;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .price__spot h3 {
    margin-top: 1.6rem;
  }
}
@media (max-width: 767px) {
  .price__spot .spot__list {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.price__spot .spot__list ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .price__spot .spot__list ul {
    flex-direction: column;
  }
}
.price__spot .spot__list ul li {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .price__spot .spot__list ul li {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
  }
}
.price__spot .spot__list2 ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .price__spot .spot__list2 ul {
    flex-direction: column;
    padding-left: 1.85rem;
    padding-right: 1.85rem;
  }
}
.price__spot .spot__list2 ul li {
  width: calc(33.33333% - 0.2rem);
  text-align: center;
}
@media (max-width: 767px) {
  .price__spot .spot__list2 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 4.45rem;
    width: 100%;
    border-bottom: 2px dashed black;
    padding-right: 0rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .price__spot .spot__list2 ul li:last-child {
    padding-bottom: 3rem;
    border-bottom: none;
  }
  .price__spot .spot__list2 ul li:first-child {
    padding-top: 0;
  }
}
.price__spot .spot__list2 ul li h6 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.63em;
  margin-bottom: 0.8rem;
}
.price__spot .spot__list2 ul li h6.h6-2 {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .price__spot .spot__list2 ul li h6.h6-2 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .price__spot .spot__list2 ul li h6 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.price__spot .spot__list2 ul li .price__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price__spot .spot__list2 ul li .price__wrap .spot__list-ttl {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .price__spot .spot__list2 ul li .price__wrap {
    margin-left: 2rem;
  }
  .price__spot .spot__list2 ul li .price__wrap p {
    line-height: 1.3em;
  }
}
.price__spot .spot__list2 ul .img {
  width: 0.3rem;
}
.price__spot .spot__list2 ul .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .price__spot .spot__list2 ul .img {
    display: none;
  }
}
.price__spot .spot__list-ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .price__spot .spot__list-ttl {
    font-size: 1.5rem;
  }
}
.price__spot .spot__list-price {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "all-round-gothic", sans-serif;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .price__spot .spot__list-price {
    font-size: 2.5rem;
  }
}
.price__spot .spot__list-price > span {
  font-size: 1.5rem;
  margin-right: 0.3rem;
  font-family: "all-round-gothic", sans-serif;
}
@media (max-width: 767px) {
  .price__spot .spot__list-price > span {
    font-size: 1.5rem;
  }
}
.price-btn {
  display: flex;
  justify-content: center;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .price-btn {
    padding-top: 5rem;
  }
}
.price-btn a {
  line-height: 6.69rem;
  width: 30.4rem;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #ff0000;
  border-radius: 99px;
  box-shadow: 5px 5px 5px 0 rgba(37, 30, 28, 0.15);
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  .price-btn a {
    width: 28rem;
    margin: auto;
  }
}
.price-btn a img {
  width: 1.6rem;
  height: auto;
  margin-left: 1.5rem;
  position: relative;
  transition: all 0.4s;
  left: 0;
}
@media (min-width: 768px) {
  .price-btn a:hover img {
    left: 0.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
