@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  font-size: 62.5%;
}
@media (max-width: 1120px) {
  :root {
    font-size: 0.8928571429vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 2.5641025641vw;
  }
}

.for_sp {
  display: none;
}

.for_pc {
  display: inline-block;
}

.img-gap {
  margin-top: 10px;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .for_sp {
    display: inline-block;
  }
  .for_pc {
    display: none !important;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/***************************************************** pc */
@media (min-width: 769px) {
  a {
    transition: 0.3s ease-in-out;
  }
  img {
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover,
  a:hover img {
    opacity: 0.5;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .upview {
    -moz-animation: showup 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
    -o-animation: showup 0.6s linear 0s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0s 1 normal forwards;
  }
  .upview.uv2 {
    -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
  }
  .upview.uv3 {
    -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
  }
  .upview.uv4 {
    -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
  }
  .upview.uv5 {
    -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  .downview {
    -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
  }
  .downview.dv2 {
    -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  }
  .downview.dv3 {
    -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  }
  .downview.dv4 {
    -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw,
  .mainw_pc {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .img100 {
    width: 100%;
  }
  .img100 img {
    width: 100%;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
  @-webkit-keyframes imgfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showdown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
/***************************************************** sp */
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.45;
  }
  a {
    transition: 0.3s ease-in-out;
  }
  img {
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover,
  a:hover img {
    opacity: 0.7;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  .for_pc {
    display: none !important;
  }
  .for_tab {
    display: none;
  }
  .for_pcnotab {
    display: none !important;
  }
  .for_nw {
    display: none !important;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
  }
  .upview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-4vw);
    -webkit-transform: translateY(-4vw);
    -moz-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    -o-transform: translateY(-4vw);
  }
  .downview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-4vw);
    -webkit-transform: translateX(-4vw);
    -moz-transform: translateX(-4vw);
    -ms-transform: translateX(-4vw);
    -o-transform: translateX(-4vw);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(4vw);
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw {
    width: 90.666vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
  @-webkit-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes txtfade {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
.mv {
  width: 100%;
}
.mv img {
  width: 100%;
}

.top_ttl {
  margin-left: auto;
  margin-right: auto;
}
.top_ttl img {
  width: 100%;
}

.citetext {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 140%;
  text-align: left !important;
}

.entry {
  margin-top: auto;
}
.entry a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  padding: 2.5rem 2.5rem;
  line-height: 1;
  font-weight: bold;
  border-bottom: 8px solid #a61250;
  background: #e32524;
  color: #fff;
  font-size: 3.2rem;
}
.entry img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .entry {
    margin-top: 0.5rem;
  }
  .entry a {
    gap: 0 1rem;
    padding: 2rem;
    border-bottom: 0.8rem solid #a61250;
    font-size: 2rem;
  }
}
/*--------------
charm
---------------*/
.charm {
  padding: 1rem 0 13.7rem;
  background: url("../img/top/charm_gray.png") no-repeat left/cover;
}
.charm_inr {
  padding-top: 7rem;
}
.charm .charm_ttl {
  position: relative;
  text-align: center;
}
.charm h2 {
  width: 48.9rem;
}
.charm h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 2rem;
}
.charm .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #111111;
  color: #fff;
  font-size: 2rem;
  line-height: 110%;
  margin-right: 1rem;
}
.charm .edge {
  width: 24rem;
}
.charm .charm_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.charm .charm_list {
  width: 49rem;
  padding: 4rem 2rem 3.4rem;
  position: relative;
}
.charm .charm_list:before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/charm_frame.png") no-repeat top center/100% auto;
  content: "";
  border-bottom: 4px solid #000;
}
.charm .charm_list dt {
  margin-left: auto;
  margin-right: auto;
}
.charm .white {
  background-color: #fff;
  background:
    radial-gradient(circle at top left, transparent 20px, #fff 0) top left,
    radial-gradient(circle at top right, transparent 20px, #fff 0) top right,
    radial-gradient(circle at bottom right, transparent 0, #fff 0) bottom right,
    radial-gradient(circle at bottom left, transparent 0, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.charm .white dt {
  width: 204px;
}
.charm .gray {
  background-color: #fff;
  background:
    radial-gradient(circle at top left, transparent 20px, #f5f5f5 0) top left,
    radial-gradient(circle at top right, transparent 20px, #f5f5f5 0) top right,
    radial-gradient(circle at bottom right, transparent 0, #f5f5f5 0) bottom right,
    radial-gradient(circle at bottom left, transparent 0, #f5f5f5 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.charm .gray dt {
  width: 120px;
}
.charm .charm_img {
  text-align: center;
  padding-bottom: 6rem;
}
.charm .charm_img img {
  width: 130rem;
}

.plan .charm_img {
  margin-top: 6rem;
}

.plan table {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 1.4rem;
  min-width: 100rem;
}
.plan .transparent {
  background: transparent;
  border: 0;
}
.plan tr th:nth-child(1) {
  width: 18%;
}
.plan tr th,
.plan tr td {
  width: 40%;
}
.plan tr:nth-child(4) > td:nth-child(2) {
  text-align: left;
}
.plan th {
  background: #3c3c3c;
  color: #fff;
  padding: 2.3rem 0;
}
.plan td {
  padding: 2.3rem 0.6rem;
  background-color: #fff;
}
.plan tr:nth-of-type(4) td .block.for_sp {
  display: flex;
}
.plan tr:nth-of-type(4) td .block.for_pc {
  display: none;
}
.plan td,
.plan th {
  border: 1px solid #f5f5f5;
  text-align: center;
  vertical-align: middle;
}
.plan .citetext {
  text-align: right !important;
}
.plan .orange {
  color: #ff6600;
}
.plan td .price-text {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.plan td .price-text span.red {
  color: #e32524;
}
.plan td .num-text {
  font-size: 2.4rem;
  margin-left: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
.plan td .yen-text {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
.plan td .yen-text .mini-text {
  font-size: 0.6rem;
  display: block;
}
.plan td .pricebtm-text {
  font-size: 1rem;
  display: block;
}
.plan tr:nth-of-type(2) td .pricebtm-text,
.plan tr:nth-of-type(3) td .pricebtm-text {
  transform: translateX(3rem);
}
.plan tr:last-child td .pricebtm-text {
  transform: translateX(7rem);
}
.plan td .pricebtm-text .tax-text {
  font-size: 1.8rem;
}
.plan tr:nth-of-type(5) td .block:nth-of-type(3) {
  background-color: #eeeeee;
}
.plan tr:nth-of-type(5) td .price-text {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.plan tr:nth-of-type(5) td .num-text {
  font-size: 2rem;
  margin-left: 0rem;
}



.plan_btnarea {
  display: flex;
  padding: 40px 20px 0 20px;
  gap: 20px;
}
.plan_btn {
  padding: 20px 20px;
  cursor: pointer;
  background-color: #fff;
  font-weight: bold;
  flex: 1;
  text-align: center;
}
.plan_btn.active {
  border: #000 solid 2px;
}
.otprice_scroll {
  display: none;
}
.otprice_scroll.active {
  display: block;
}

.plan .right_txt {
  font-size: 1.9rem;
  margin: 0 0 0 auto;
}
.plan .tabel_pay {
  font-size: 1.9rem;
}
.plan tr:nth-of-type(5) td .yen-text {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.plan tr:nth-of-type(5) td .yen-text .mini-text {
  font-size: 0.5rem;
  display: block;
}
.plan tr:nth-of-type(5) td .pricebtm-text {
  font-size: 1rem;
  display: block;
}
.plan tr:nth-of-type(5) td .pricebtm-text .tax-text {
  font-size: 1rem;
}

.plan-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.plan-box {
  border: 2px solid #000;
  padding: 20px 90px;
  width: 49%;
  text-align: center;
  background: #fff;
  font-family: sans-serif;
}

.plan-title {
  font-size: 2.5rem;
  font-weight: bold;
}

.plan-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.plan .label {
  font-size: 1.9rem;
  background-color: #e32524;
  color: #fff;
  height: 50px;
  width: 50px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: bold;
}
.plan .per {
  writing-mode: vertical-rl;
  font-size: 2.3rem;
}

.plan .yen {
  font-size: 5.4rem;
  font-weight: bold;
  color: #e32524;
}

.plan .number {
  font-size: 3rem;
  position: relative;
  display: inline-block;
}

.plan .number::after {
  font-size: 0.3em;
  content: "(税抜)";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  color: #000;
}

.plan .price-total {
  text-align: right;
  font-size: 2.7rem;
  font-weight: bold;
}

.charm h4 {
  text-align: center;
}
.charm h4 img {
  width: 45rem;
}
.charm .charm_list02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.7rem 2.7rem;
  max-width: 124rem;
  padding: 0 2rem;
  margin: 7.2rem auto 0;
}
.charm .charm_list02 li {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  border: 4px solid #111;
  padding: 7.2rem 2rem 5rem;
  text-align: center;
  width: calc(50% - 1.35rem);
}
.charm .charm_list02 .icon_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.charm_list02 .charm_title {
  text-align: center;
  font-size: 2.5rem;
  color: #0777d7;
  margin-top: 0;
}
.charm .charm_list02 p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  max-width: 49rem;
  margin: 1rem auto 0;
}
.charm .charm_list02 p span {
  font-size: 2.6rem;
  color: #0777d7;
}

@media screen and (max-width: 768px) {
  .charm {
    padding: 6rem 0;
    background: url("../img/top/charm_gray_sp.png") no-repeat center/cover;
  }
  .charm_inr {
    padding-top: 0;
  }
  .charm h2 {
    width: 35rem;
  }
  .charm h3 {
    font-size: 2.2rem;
    margin-top: 1.8rem;
  }
  .charm .circle {
    width: 5.4rem;
    height: 5.4rem;
    font-size: 1.4rem;
    line-height: 110%;
    margin-right: 0.6rem;
  }
  .charm .edge {
    width: 16.8rem;
  }
  .charm .charm_wrap {
    flex-direction: column;
  }
  .charm .charm_list {
    width: 100%;
    padding: 4rem 2rem 3.4rem;
    position: relative;
  }

  .charm .charm_list:before {
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/charm_frame.png") no-repeat top center/100% auto;
    content: "";
    border-bottom: 4px solid #000;
  }
  .charm .charm_list dt {
    margin-left: auto;
    margin-right: auto;
  }
  .charm .white {
    background-color: #fff;
    background:
      radial-gradient(circle at top left, transparent 20px, #fff 0) top left,
      radial-gradient(circle at top right, transparent 20px, #fff 0) top right,
      radial-gradient(circle at bottom right, transparent 0, #fff 0) bottom right,
      radial-gradient(circle at bottom left, transparent 0, #fff 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .charm .white dt {
    width: 204px;
  }
  .charm .gray {
    background-color: #fff;
    background:
      radial-gradient(circle at top left, transparent 20px, #f5f5f5 0) top left,
      radial-gradient(circle at top right, transparent 20px, #f5f5f5 0) top right,
      radial-gradient(circle at bottom right, transparent 0, #f5f5f5 0) bottom right,
      radial-gradient(circle at bottom left, transparent 0, #f5f5f5 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .charm .gray dt {
    width: 120px;
  }
  .charm .charm_img {
    margin-top: 2rem;
    margin-left: 0;
    padding-bottom: 4rem;
  }
  .charm .charm_img img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .charm_img03 {
    margin-left: -0.8rem;
  }
  .charm_img04 {
    margin-top: 3rem;
  }
  .charm h4 img {
    width: 22rem;
  }
  .charm .charm_list02 {
    margin-top: 3.3rem;
    flex-wrap: wrap;
    gap: 2.7rem;
  }
  .charm .charm_list02 li {
    border-radius: 6px;
    padding: 2rem 0rem 2rem;
    width: 35rem;
  }
  .charm .charm_list02 .icon_img {
    width: 15.8rem;
  }
  .charm_list02 .charm_title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .charm .charm_list02 p {
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  .charm .charm_list02 p span {
    font-size: 1.8rem;
  }
  .plan-box {
    width: 49%;
    padding: 5px;
  }

  .plan-boxes {
    gap: 0px;
  }
  .plan .yen {
    font-size: 6.93vw;
  }
  .plan .price-total {
    font-size: 3.47vw;
  }

  .plan-title {
    font-size: 3.2vw;
    font-weight: bold;
  }
  .plan .label {
    font-size: 2.44vw;
    height: 8vw;
    width: 8vw;
  }

  .plan .per {
    font-size: 2.96vw;
  }
  .plan .number {
    font-size: 3.87vw;
  }
}
.charm_btmtext {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: right;
}
/*--------------
other
---------------*/
.other {
  padding: 8rem 0;
  background: url("../img/top/other_bg_sp.png") no-repeat center bottom/cover;
}
.other h2 {
  width: 28rem;
}
.other .other_img img {
  width: 1000px;
  margin-top: 1rem;
}
.other .charm_img {
  margin: 3rem auto;
}

@media screen and (max-width: 768px) {
  .other {
    padding: 6rem 0;
    background: url("../img/top/other_bg.png") no-repeat center/cover;
  }
  .other h2 {
    width: 20rem;
  }
  .other .other_img {
    overflow-x: auto;
    margin-top: 1.4rem;
  }
  .other .charm_img img {
    width: 100%;
  }
}
/*--------------
plan
---------------*/
.plan {
  position: relative;
  padding: 8rem 0;
  background: url(../img/top/campaign_bg02.png) no-repeat center/cover;
}
.plan:before {
  pointer-events: none;
  position: absolute;
  top: -9.8rem;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/top/point_plan.png) no-repeat top left/225px auto;
  z-index: 10;
}
.plan h2 {
  width: 13.9rem;
  margin-top: 2.7rem;
}
.plan h3 {
  margin: 3rem auto 0;
  text-align: center;
}
.plan h5 {
  margin-top: 6px;
}
.plan ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.plan li {
  width: 49rem;
  background-color: #fff;
  background:
    radial-gradient(circle at top left, transparent 20px, #fff 0) top left,
    radial-gradient(circle at top right, transparent 20px, #fff 0) top right,
    radial-gradient(circle at bottom right, transparent 0, #fff 0) bottom right,
    radial-gradient(circle at bottom left, transparent 0, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.6rem 2rem 3rem;
  font-weight: 700;
  text-align: center;
}
.plan li:before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/plan_frame.png) no-repeat top center/100% 100%;
  content: "";
}
.plan dt {
  font-size: 3.2rem;
  font-weight: 900;
  color: #ff6600;
}
.plan .price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3px;
  color: #e60061;
}
.plan .num {
  font-size: 9.6rem;
}
.plan .tax {
  text-align: right;
  font-size: 1.875rem;
  margin-top: -3rem;
}
.plan .tax span {
  font-size: 2.5rem;
}
.plan .entry {
  margin-top: 1.4rem;
}
.plan .entry a {
  padding: 1.7rem 0;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .plan {
    padding: 6rem 0;
  }
  .plan:before {
    position: absolute;
    top: -3.4rem;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/top/point_plan.png) no-repeat top left/13.6rem auto;
    z-index: 10;
  }
  .plan h2 {
    width: 12.8rem;
  }
  .plan h3 {
    margin: 1.8rem auto 0;
    width: 34.8rem;
  }
  .plan h5 {
    margin-top: 0.6rem;
  }
  .plan ul {
    flex-direction: column;
    gap: 1rem 0;
    margin-top: 1.8rem;
  }
  .plan li {
    width: 35rem;
    padding: 3rem 2rem;
  }
  .plan li:nth-child(1) .cheapest {
    width: 10.5rem;
  }
  .plan dt {
    font-size: 2rem;
  }
  .plan .num {
    font-size: 7.2rem;
    letter-spacing: -0.1em;
  }
  .plan .tax {
    text-align: right;
    font-size: 1.6rem;
    margin-top: -2rem;
  }
  .plan .tax span {
    font-size: 2.25rem;
  }
  .plan .entry {
    margin-top: 0.4rem;
  }
  .plan .entry a {
    padding: 2rem 0;
    font-size: 2rem;
  }

  .plan_btnarea {
    display: flex;
    padding: 20px 0 0 0;
    gap: 20px;
  }

  .plan table {
    margin-top: 2rem;
  }

  .plan_btn {
    padding: 10px 0px;
    font-size: 1.3rem;
  }

  .plan .plan_scroll {
    /* overflow-x: auto; */
  }
  .plan table {
    margin-top: 2.5rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    min-width: initial;
  }
  .plan tr th,
  .plan tr td {
    width: 32%;
  }
  .plan tr th {
    padding: 1.2rem 0 0.9rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .plan tr th:nth-child(1) {
    width: 12%;
  }
  .plan .citetext {
    text-align: left !important;
  }
  .price-text__wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .plan td .price-text {
    font-size: 1.4rem;
    margin-left: 0rem;
  }
  .plan td .num-text {
    font-size: 1.3rem;
  }
  .plan td .yen-text {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 0rem;
  }
  .plan td .pricebtm-text .tax-text {
    font-size: 1.4rem;
  }
  .plan td .pricebtm-text {
    font-size: 1.4rem;
    display: block;
  }
  .plan tr:nth-of-type(2) td .pricebtm-text,
  .plan tr:nth-of-type(3) td .pricebtm-text {
    transform: translateX(0);
  }
  .plan .orange {
    display: block;
    margin-top: 0.4rem;
  }
  .plan tr:nth-of-type(5) td .block {
    padding: 0.8rem;
    display: inline-block;
  }
  .plan tr:nth-of-type(5) td .block.for_pc {
    display: none;
  }
  .plan tr:nth-of-type(5) td .block.for_sp {
    display: flex;
  }
  .plan tr:nth-of-type(5) td .block p {
    display: inline;
  }
  .plan tr:nth-of-type(5) td .num-text {
    font-size: 1rem;
    margin-left: 0rem;
  }
  .plan tr:nth-of-type(5) td .price-text {
    font-size: 1.4rem;
    display: inline;
    line-height: 1;
  }


  .plan .tabel_pay,
  .plan .right_txt {
    font-size: 1em;
  }
}
/*--------------
choice
---------------*/
.choice {
  padding: 80px 0;
  background: #f2f2f2;
  margin-top: 8px;
}
.choice h2 {
  width: 46.2rem;
}
.choice .choice_posi {
  position: relative;
}
.choice .choice_slider {
  margin-top: 3rem;
  gap: 2rem 2rem;
}
.choice .swiper-button-next,
.choice .swiper-rtl .swiper-button-prev {
  right: -5.8rem;
}
.choice .swiper-button-prev,
.choice .swiper-rtl .swiper-button-next {
  left: -5.8rem;
}
.choice .swiper-button-next:after,
.choice .swiper-button-prev:after {
  font-size: 2rem;
  border-radius: 50%;
  background: #434343;
  color: #fff;
  z-index: 2;
  font-weight: 700;
}
.choice .swiper-button-next:before,
.choice .swiper-button-prev:before {
  position: absolute;
  border-radius: 50%;
  background: #000;
  width: 4rem;
  height: 4rem;
  content: "";
  z-index: 1;
}
.choice .slider_item {
  background-color: #fff;
  background:
    radial-gradient(circle at top left, transparent 20px, #fff 0) top left,
    radial-gradient(circle at top right, transparent 20px, #fff 0) top right,
    radial-gradient(circle at bottom right, transparent 0, #fff 0) bottom right,
    radial-gradient(circle at bottom left, transparent 0, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.6rem 2rem 3rem;
  font-weight: 700;
}
.choice .slider_item:before {
  pointer-events: none;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/choice_frame.png) no-repeat top center/100% 100%;
  content: "";
}
.choice h3 {
  background-color: #111111;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
}
.choice p {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 140%;
}
.choice .description {
  height: 56px;
}
.choice .choice_img {
  margin: 1.4rem auto auto auto;
  height: 137px;
}
.choice .choice_img img {
  height: 100%;
  object-fit: contain;
}
.choice .cite {
  font-size: 1rem;
  font-weight: 400;
}
.choice h4 {
  font-size: 3.2rem;
  text-align: center;
  color: #ff6600;
}
.choice .choice_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 1rem;
}
.choice dl {
  width: 32.5%;
  background-color: #f5f5f5;
  border: 2px solid #000;
  border-radius: 8px;
  position: relative;
  padding: 1rem 1rem 0rem;
  text-align: center;
}
.choice dt {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  background-color: #111111;
  padding: 2px 1rem;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 11.6rem;
}
.choice .s_text {
  font-size: 1.4rem;
  line-height: 110%;
}
.choice .l_text {
  font-size: 2.8rem;
  line-height: 100%;
}
.choice .more a {
  background-color: #111111;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  border-radius: 50px;
  padding: 6px 0;
  color: #fff;
}
.choice h5 {
  margin: 1.6rem 0;
  text-align: center;
  position: relative;
}
.choice h5:before {
  margin-right: 1rem;
  content: "/";
  display: inline-block;
  transform: rotate(-36deg);
}
.choice h5:after {
  margin-left: 1rem;
  display: inline-block;
  content: "/";
}
.choice .c_gram dd,
.choice .c_time dd {
  margin-top: 1rem;
  transform: translateY(10px);
}
.choice .choice_wrap {
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
  justify-content: center;
}
.choice .choice_wrap .c_time {
  margin-top: 1rem;
}

.choice_subttl {
  color: #fff;
  background: #000;
  border-radius: 25px;
  display: block;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

.choice_kaisen img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .choice {
    padding: 40px 0;
  }
  .choice h2 {
    width: 35rem;
  }
  .choice .choice_slider {
    margin-top: 1.8rem;
    gap: 1rem 0;
  }
  .choice .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
  }
  .choice .slider_item {
    width: 35rem !important;
    padding: 3rem 2rem;
  }
  .choice h3 {
    font-size: 3.2rem;
  }
  .choice p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .choice .description {
    height: 65px;
  }
  .choice .choice_img {
    margin-top: 1rem;
  }
  .choice h4 {
    font-size: 6vw;
  }
  .choice .choice_list {
    margin-top: 1.8rem;
  }
  .choice dl {
    width: 32.5%;
    border-radius: 5px;
    padding: 1rem 0;
  }
  .choice dt {
    font-size: 1rem;
    padding: 2px 0rem;
    width: 8rem;
  }
  .choice .s_text {
    font-size: 1.2rem;
  }
  .choice .l_text {
    font-size: 2rem;
  }
  .choice .more {
    margin-top: 1.4rem;
  }
  .choice .more a {
    padding: 4px 0;
  }
  .choice h5 {
    margin: 0.7rem 0;
    font-size: 1.4rem;
  }
  .choice h5:before,
  .choice h5:after {
    position: absolute;
    top: 0;
    font-size: 3rem;
  }
  .choice h5:before {
    left: 3rem;
  }
  .choice h5:after {
    right: 3rem;
  }
  .choice .c_gram dd,
  .choice .c_time dd {
    margin-top: 1rem;
  }
  .choice .cite {
    font-size: 0.7rem;
  }
  .choice .choice_wrap {
    display: flex;
    align-items: center;
    gap: 0 2.5rem;
    justify-content: center;
  }
  .choice .choice_wrap .c_time {
    margin-top: 1rem;
  }
}
/*--------------
speed
---------------*/
.speed {
  padding: 8rem 0;
}
.speed h2 {
  width: 100rem;
}
.speed .speed_wrap {
  max-width: 1130px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin: -120px auto 0;
  padding-top: 30px;
}
.speed dl {
  font-size: 3.2rem;
  font-weight: 700;
}
.speed dl span {
  line-height: 100%;
  display: inline-block;
  font-size: 10.8rem;
  color: #0777d7;
}
.speed .cite {
  margin-top: -12px;
  text-align: right;
  font-size: 1.4rem;
}
.speed p {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.16rem;
  line-height: 160%;
}
.speed ul {
  display: flex;
  justify-content: space-between;
  gap: 0 1.3rem;
  margin-top: -2.6rem;
}
.speed figcaption {
  text-align: center;
  margin-top: 1rem;
  font-size: 2rem;
  letter-spacing: -0.08em;
  font-weight: 700;
  position: relative;
}
.speed figcaption span {
  color: #0777d7;
}

.speed .recommend_imgarea {
  margin: 50px auto;
  width: 50%;
}
.speed .recommend li {
  text-align: center;
}
.speed .recommend img {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .speed {
    padding: 2rem 0;
  }
  .speed h2 {
    width: 39rem;
  }
  .speed .speed_wrap {
    max-width: 35.5rem;
    padding: 0;
    flex-direction: column;
    margin: -2rem auto 0;
    padding-top: 0;
    gap: 1.6rem 0;
  }
  .speed dl {
    font-size: 2.8rem;
  }
  .speed dl span {
    font-size: 8rem;
  }
  .speed p {
    font-size: 2.4rem;
    line-height: 140%;
  }
  .speed ul {
    flex-wrap: wrap;
    gap: 2rem 1rem;
    margin-top: 2rem;
  }
  .speed li {
    width: 11rem;
  }
  .speed figcaption {
    font-size: 1.2rem;
  }
  .speed figcaption:before {
    margin-right: 0.5rem;
  }
  .speed figcaption:after {
    margin-left: 0.5rem;
  }
  .speed_contents02 {
    text-align: center;
  }
  .speed .recommend_imgarea {
    width: 80%;
  }

  .speed .recommend img {
    width: 90%;
  }
  .speed_img {
    text-align: center;
  }
  .speed_img img {
    width: 70%;
  }
}
.under {
  line-height: 100%;
  color: #ff6600;
}

/*--------------
area
---------------*/
.area {
  padding: 80px 0 0;
  background: url("../img/top/charm_bg2.png") no-repeat center/cover;
}
.area h2 {
  width: 30.2rem;
}
.area h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.05em;
}
.area .area_contents {
  width: 100%;
}
.area .area_wrap {
  max-width: 1080px;
  padding: 0 20px;
  display: flex;
  margin: 30px auto 0;
}
.area .area_img {
  width: 55%;
}
.area .text {
  margin-top: 1rem;
  font-weight: 700;
  line-height: 180%;
  font-size: 1.9rem;
  width: 59%;
}

.area .sub_txt {
  margin: 1rem 0;
  padding-bottom: 3rem;
  font-weight: 700;
  line-height: 180%;
  font-size: 1.2rem;
  width: 59%;
  display: block;
}
.area .cite {
  font-size: 1.2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .area {
    padding: 6rem 0 0;
    background: url(../img/top/charm_bg2_sp.png) no-repeat center / cover;
  }
  .area h2 {
    width: 18rem;
    text-align: center;
  }
  .area h3 {
    font-size: 1.7rem;
    line-height: 140%;
    margin: 1.8rem 0px;
  }
  .area .area_wrap {
    padding: 0 2rem;
    flex-direction: column;
    margin: 1rem auto 0;
  }
  .area .area_img {
    width: 35rem;
    margin: 1rem auto 0;
  }
  .area .text {
    margin-top: 1rem;
    line-height: 160%;
    font-size: 1.2rem;
    width: 85%;
  }

  .area .sub_txt {
    font-size: 0.9rem;
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/*--------------
cta
---------------*/
.cta {
  margin-top: -9rem;
  padding-top: 9rem;
  position: relative;
}
.cta:before {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/top/point_cloud.png") no-repeat right top/396px auto;
}
.cta .cta_inr {
  position: relative;
  z-index: 0;
  padding: 6rem 2rem 9rem;
}

/* 20250315ココナラ追加作業 */

.cta__benefit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-flow: row wrap;
  gap: 20px;
}
.cta__benefit--item {
  width: 31%;
}
.cta__sp {
  display: none;
}
.cta__pc {
  display: block;
}
/* 20250315ココナラ追加作業 */

.cta h2 {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0 10px;
  margin-top: 2.4rem;
  margin-left: -7.8rem;
}
.cta h2 .text {
  margin-left: 10px;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 4px 18px;
  border: 1px solid #fff;
  color: #fff;
}
.cta ul {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.cta a {
  width: 39rem;
  height: 6em;
  border-radius: 8px;
  display: block;
  text-align: center;
  padding: 2.5rem 2.5rem 2.5rem;
  font-weight: bold;
  border-bottom: 8px solid #146b00;
  background: #23bf00;
  color: #fff;
}
.cta a:hover {
  margin-top: 4px;
  opacity: 1;
  border-bottom: 1px solid #146b00;
}
.cta a:hover img {
  opacity: 1;
}
.cta .cite {
  font-size: 1.5rem;
  line-height: 140%;
  color: #111111;
  padding: 0.4rem 4rem;
  border-radius: 50px;
  background-color: #fff;
}
.cta .time {
  font-size: 1.2rem;
  padding: 0.1rem 0.4rem 0.3rem;
  border: 1px solid #111111;
  margin-right: 1rem;
  vertical-align: text-bottom;
}
.cta p {
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 700;
}
.cta li:nth-child(1) a {
  padding: 1.5rem 2.5rem 2.5rem;
}

.cta li:nth-child(1) p {
  margin-top: 8px;
  font-size: 2.2rem;
  font-weight: 700;
}
.cta .arrow {
  width: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
}
.cta .arrow img {
  vertical-align: middle;
}
.cta li:nth-child(1) {
  position: relative;
}
.cta li:nth-child(1):after {
  transform: translate(-100%, -60%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 28.3rem;
  height: 36.6rem;
  z-index: 0;
  background: url("../img/top/point_man.png") no-repeat center/cover;
}
.cta li:nth-child(2) {
  position: relative;
}
.cta li:nth-child(2):after {
  position: absolute;
  transform: translateX(100%);
  top: -15.6rem;
  right: -7.5rem;
  content: "";
  width: 15.2rem;
  height: 24.1rem;
  background: url("../img/top/point_woman.png") no-repeat center/cover;
}
.cta li:nth-child(2) a {
  background: #e32524;
  border-bottom: 8px solid #93003e;
}
.cta li:nth-child(2) a:hover {
  margin-top: 4px;
  opacity: 1;
  border-bottom: 1px solid #7b0100;
}
@media screen and (max-width: 768px) {
  /* 20250315ココナラ追加作業 */
  .cta__benefit {
    gap: 10px;
    margin-top: 10px;
  }

  .cta__benefit--item:first-child {
    width: 100%;
  }
  .cta__benefit--item:nth-child(2) {
    width: 48%;
  }
  .cta__benefit--item:nth-child(3) {
    width: 48%;
  }

  .cta__sp {
    display: block;
  }
  .cta__pc {
    display: none;
  }
  /* 20250315ココナラ追加作業 */

  .cta li:nth-child(1) a {
    height: 8.5rem;
  }
  .cta {
    margin-top: -4.5rem;
    padding-top: 4.5rem;
  }
  .cta:before {
    background: url("../img/top/point_cloud.png") no-repeat right top/19rem auto;
  }
  .cta .cta_inr {
    position: relative;
    z-index: 0;
    padding: 4rem 2rem;
  }
  .cta h2 {
    width: 34rem;
    margin: 0 auto;
    transform: translateX(-1rem);
    position: relative;
  }
  .cta h2:after {
    transform: translate(32%, -4%);
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    content: "";
    width: 5rem;
    height: 7.8rem;
    background: url("../img/top/point_woman.png") no-repeat center/cover;
  }
  .cta h2 .logo {
    max-width: 71rem;
    width: 90%;
  }
  .cta ul {
    margin-top: 2rem;
    flex-direction: column-reverse;
  }
  .cta a {
    width: 35rem;
    height: 7.5rem;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 1.2rem 4rem 1.7rem;
    border-bottom: 4px solid #146b00;
  }

  .cta .cite {
    font-size: 1.3rem;
    padding: 0.4rem 2.8rem;
  }
  .cta .time {
    font-size: 1.2rem;
    padding: 0 0.8rem;
  }
  .cta p {
    margin-top: 0.8rem;
    font-size: 2.2rem;
  }
  .cta .arrow {
    width: 1.8rem;
  }

  .cta li:nth-child(2) {
    margin-top: 1rem;
  }
  .cta li:nth-child(2):after {
    display: none;
  }
  .cta li:nth-child(2) a {
    border-bottom: 4px solid #a61250;
  }
}
/*--------------
campaign
---------------*/
.campaign {
  padding: 8rem 0;
  background-color: #f8fcff;
}
.campaign .campaign_inr {
  max-width: 114rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.campaign h2 {
  width: 31.2rem;
  margin: 10px auto 90px;
}

.campaign .other_img-area {
  margin: 30px auto;
}
.campaign .top_ttl + .for_pc {
  display: block;
}
.campaign .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #111111;
  color: #fff;
  font-size: 2rem;
  line-height: 110%;
  margin-right: 1rem;
}
.campaign h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 2rem;
}
.campaign ul {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
.campaign li {
  width: 36rem;
  padding: 3rem 2rem 2rem;
  position: relative;
  background-color: #fff;
  background:
    radial-gradient(circle at top left, transparent 20px, #fff 0) top left,
    radial-gradient(circle at top right, transparent 20px, #fff 0) top right,
    radial-gradient(circle at bottom right, transparent 0, #fff 0) bottom right,
    radial-gradient(circle at bottom left, transparent 0, #fff 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
.campaign li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/charm_frame.png") no-repeat top center/100% 100%;
  content: "";
}
.campaign .yen img {
  vertical-align: bottom;
}
.campaign .tax {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 700;
}
.campaign .campaign_head dt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff6600;
  text-align: center;
}
.campaign .campaign_head dt span {
  font-size: 1.4rem;
  border: 2px solid #ff6600;
  padding: 0.2rem 1rem 0.3rem;
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 3px;
}
.campaign .campaign_head .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 3px;
  color: #e60061;
  letter-spacing: -0.07em;
  font-weight: 500;
  line-height: 1;
}
.campaign .campaign_head .num {
  font-size: 6rem;
  color: #e60061;
}
.campaign .campaign_head .tax {
  text-align: right;
  font-size: 1.25rem;
  padding-right: 4rem;
}
.campaign .campaign_head .tax span {
  font-size: 1.875rem;
}
.campaign .cite {
  position: relative;
  margin-top: 2.2rem;
}
.campaign .cite dt {
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 50px;
  padding: 0.2rem 1.5rem 0.4rem;
  display: inline-block;
  background-color: #111111;
  color: #fff;
}
.campaign .cite dd {
  background-color: #f5f5f5;
  border-radius: 3px;
  text-align: center;
  padding: 1.3rem 0 1.4rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.campaign h4 {
  margin-top: 1.8rem;
  padding: 0.6rem 0 0.9rem;
  text-align: center;
  background-color: #111111;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  border-radius: 3px;
}
.campaign h4 span {
  display: inline-block;
  margin-left: 1.5rem;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 0 1rem;
}

/* ここから */

/* 共通設定 */

.campaign .option-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
  align-items: flex-end;
}

.option-cards:nth-of-type(2) {
  justify-content: center;
  gap: 3rem 3.7rem;
}

.campaign .option-card {
  border: 2px solid #000;
  padding: 20px;
  width: 31%;
  position: relative;
  background: #fff;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* タイトル */
.campaign .option-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.13rem;
  color: #0777d7;
  font-weight: 700;
  margin-top: 2rem;
}

/* 金額表示 */
.campaign .option-price {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 12px;
}

.campaign .option-price .yen {
  font-size: 4rem;
  font-weight: bold;
  color: #e32524;
}

.campaign .number {
  font-size: 2.3rem;
  position: relative;
  display: inline-block;
}

.campaign .number::after {
  font-size: 0.3em;
  content: "(税抜)";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
}

.campaign .option-price .note {
  font-size: 2rem;
  font-weight: bold;
  color: #555;
}
.campaign .option-price .note:nth-of-type(1) {
  margin-right: 1rem;
}

/* バッジ */
.campaign .badge {
  position: absolute;
  padding: 4px 10px;
  font-size: 1.9rem;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  height: 69px;
  width: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.campaign .badge.red {
  background-color: #e32524;
}

.campaign .op_badge {
  font-size: 1.7rem;
  text-align: center;
}

.op_price {
  padding-bottom: 2px;
  border-bottom: solid 2px #000;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.campaign .badge.yellow {
  background-color: #ffd700;
  position: static;
  border: solid 1px #000;
  color: #000;
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: 3rem;
}

/* 推しカード（おすすめ） */
.campaign .option-card.recommend {
  border-width: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* 保証範囲 */
.campaign .guarantee {
  background: #f2f2f2;
  padding: 10px;
  margin-top: 10px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  height: 116px;
  width: 100%;
}

.campaign .guarantee-label {
  background: #333;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 20px;
  margin-bottom: 6px;
  position: absolute;
  width: 33%;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.campaign .guarantee-details {
  font-size: 0.95em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* その他オプション説明 */
.campaign .option-desc {
  font-size: 1.3rem;
  margin-top: 14px;
  color: #333;
}

/* 見出し */
.campaign .campaign_inr h4 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 40px 0 20px;
}

.campaign .for_pc_viz {
  display: contents;
}

@media screen and (max-width: 768px) {
  .campaign {
    padding: 6rem 0 3rem;
  }
  .campaign h2 {
    width: 27rem;
  }
  .campaign .top_ttl + .for_pc {
    display: none;
  }
  .campaign .for_pc + .for_sp {
    display: block;
    text-align: center;
  }
  .campaign .circle {
    width: 5.4rem;
    height: 5.4rem;
    font-size: 1.4rem;
  }
  .campaign h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .campaign h3 .edge {
    width: 11.2rem;
    display: inline-block;
  }
  .campaign h3 .free {
    width: 8.4rem;
    display: inline-block;
  }
  .campaign h3 .sp_contents {
    width: 22.4rem;
  }
  .campaign ul {
    margin-top: 1rem;
  }
  .campaign li {
    width: 35rem;
    padding: 3rem 0 3rem;
    background-color: #fff;
    border: 0.6rem solid #000;
  }
  .campaign li::before {
    display: none;
  }
  .campaign ul:nth-of-type(2) li {
    width: 17rem;
  }
  .campaign ul:nth-of-type(2) .cite dt {
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 7.4rem;
  }
  .campaign .campaign_head dt {
    font-size: 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 110%;
  }
  .campaign .campaign_head dt span {
    font-size: 1.1rem;
    margin-right: 0;
    padding: 0 0.5rem;
  }
  .campaign .campaign_head .num {
    font-size: 4.676rem;
  }
  .campaign .campaign_head .tax {
    font-size: 1.25rem;
  }
  .campaign .campaign_head .tax span {
    font-size: 1.875rem;
  }
  .campaign .cite {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .campaign .cite dt {
    font-size: 1.1rem;
    min-width: 7.4rem;
    left: 2rem;
  }
  .campaign .cite dd {
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: -0.05em;
  }
  .campaign .yen {
    width: 5.8rem;
  }
  .campaign h4 {
    margin-top: 2rem;
    font-size: 1.7rem;
  }
  .campaign h4 span {
    margin-left: 0.9rem;
    font-size: 1.3rem;
  }

  .campaign .option-card {
    width: 32%;
    padding: 20px 8px 8px 8px;
  }
  .campaign .badge {
    font-size: 2.67vw;
  }

  .campaign .option-title {
    font-size: 3.85vw;
    margin-top: 1rem;
  }
  .campaign .option-price .yen {
    font-size: 7vw;
  }
  .campaign .option-price .note {
    font-size: 2.05vw;
    display: block;
    text-align: end;
  }
  .campaign .guarantee-details {
    font-size: 2.56vw;
  }

  .campaign .number {
    font-size: 4.36vw;
  }

  .campaign .guarantee-label {
    font-size: 2.56vw;
    width: 75%;
  }

  .campaign .number::after {
    font-size: 0.36em;
    top: -3px;
  }

  .campaign .badge {
    position: absolute;
    padding: 4px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    height: 11vw;
    width: 11vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    top: -6vw;
    left: -2vw;
    right: auto;
    margin: 0 auto;
  }

  .campaign .guarantee {
    height: auto;
    padding: 20px 0 10px;
  }

  .campaign .badge.yellow {
    margin-top: auto;
  }

  .campaign .op_badge {
    height: 12.05vw;
    width: 12.05vw;
  }
  .option-cards:nth-of-type(2) {
    flex-flow: column;
    gap: 0;
  }
  .option-cards:nth-of-type(2) .option-card {
    width: 100%;
    margin-bottom: 32px;
    padding: 5.13vw 2.05vw 2.05vw 9.74vw;
    display: block;
    text-align: left;
  }

  .option-cards:nth-of-type(2) .option-title {
    font-size: 3.85vw;
    margin-top: 1rem;
    margin: 0;
    justify-content: flex-start;
  }

  .option-cards:nth-of-type(2) .option-price .note {
    font-size: 3.05vw;
    display: inline-block;
    text-align: end;
  }

  .op_price {
    margin-bottom: 10px;
  }
  .campaign .option-desc {
    margin-top: 9px;
  }
}
/*--------------
otprice
---------------*/
.otprice {
  padding: 8rem 0;
  background: url(../img/top/otprice_bg.jpg) no-repeat center/cover;
}
.otprice h2 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.otprice h2 span {
  display: block;
  font-weight: 600;
  font-size: 2.4rem;
}
.otprice table {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 1.4rem;
  min-width: 100rem;
}
.otprice .transparent {
  background: transparent;
  border: 0;
}
.otprice tr th:nth-child(1) {
  width: 18%;
}
.otprice tr th,
.otprice tr td {
  width: 40%;
}
.otprice tr:nth-child(4) > td:nth-child(2) {
  text-align: left;
}
.otprice th {
  background: #3c3c3c;
  color: #fff;
  padding: 2.3rem 0;
}
.otprice td {
  padding: 2.3rem 0.6rem;
  background-color: #fff;
}
.otprice tr:nth-of-type(4) td .block.for_sp {
  display: flex;
}
.otprice tr:nth-of-type(4) td .block.for_pc {
  display: none;
}
.otprice td,
.otprice th {
  border: 1px solid #f5f5f5;
  text-align: center;
  vertical-align: middle;
}
.otprice .citetext {
  text-align: right !important;
}
.otprice .orange {
  color: #ff6600;
}
.otprice td .price-text {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.otprice td .num-text {
  font-size: 3.6rem;
  margin-left: 1.8rem;
}
.otprice td .yen-text {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
.otprice td .yen-text .mini-text {
  font-size: 0.6rem;
  display: block;
}
.otprice td .pricebtm-text {
  font-size: 1rem;
  display: block;
}
.otprice tr:nth-of-type(2) td .pricebtm-text,
.otprice tr:nth-of-type(3) td .pricebtm-text {
  transform: translateX(3rem);
}
.otprice tr:last-child td .pricebtm-text {
  transform: translateX(7rem);
}
.otprice td .pricebtm-text .tax-text {
  font-size: 1.8rem;
}
.otprice tr:nth-of-type(4) td {
  padding: 0;
}
.otprice tr:nth-of-type(4) td .block {
  padding: 1.5rem;
  display: flex;
  align-items: center;
}
.otprice tr:nth-of-type(4) td .block:nth-of-type(3) {
  background-color: #eeeeee;
}
.otprice tr:nth-of-type(4) td .price-text {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.otprice tr:nth-of-type(4) td .num-text {
  font-size: 2rem;
  margin-left: 0rem;
}
.otprice tr:nth-of-type(4) td .yen-text {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.otprice tr:nth-of-type(4) td .yen-text .mini-text {
  font-size: 0.5rem;
  display: block;
}
.otprice tr:nth-of-type(4) td .pricebtm-text {
  font-size: 1rem;
  display: block;
}
.otprice tr:nth-of-type(4) td .pricebtm-text .tax-text {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .otprice {
    padding: 6rem 0;
  }
  .otprice h2 {
    font-size: 2rem;
  }
  .otprice h2 span {
    font-size: 1.4rem;
  }
  .otprice .otprice_scroll {
    /* overflow-x: auto; */
  }
  .otprice table {
    margin-top: 2.5rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    min-width: initial;
  }
  .otprice tr th,
  .otprice tr td {
    width: 32%;
  }
  .otprice tr th {
    padding: 1.2rem 0 0.9rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .otprice tr th:nth-child(1) {
    width: 36%;
  }
  .otprice .citetext {
    text-align: left !important;
  }
  .price-text__wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .otprice td .price-text {
    font-size: 1.4rem;
    margin-left: 0rem;
  }
  .otprice td .num-text {
    font-size: 1.4rem;
  }
  .otprice td .yen-text {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 0rem;
  }
  .otprice td .pricebtm-text .tax-text {
    font-size: 1.4rem;
  }
  .otprice td .pricebtm-text {
    font-size: 1.4rem;
    display: block;
  }
  .otprice tr:nth-of-type(2) td .pricebtm-text,
  .otprice tr:nth-of-type(3) td .pricebtm-text {
    transform: translateX(0);
  }
  .otprice .orange {
    display: block;
    margin-top: 0.4rem;
  }
  .otprice tr:nth-of-type(4) td .block {
    padding: 0.8rem;
    display: inline-block;
  }
  .otprice tr:nth-of-type(4) td .block.for_pc {
    display: none;
  }
  .otprice tr:nth-of-type(4) td .block.for_sp {
    display: flex;
  }
  .otprice tr:nth-of-type(4) td .block p {
    display: inline;
  }
  .otprice tr:nth-of-type(4) td .num-text {
    font-size: 1.4rem;
    margin-left: 0rem;
  }
  .otprice tr:nth-of-type(4) td .price-text {
    font-size: 1.4rem;
    display: inline;
    line-height: 1;
  }
}

/*--------------
faq
---------------*/
.faq {
  background: url(../img/top/faq_bg.png) no-repeat center/cover;
  padding: 8rem 0;
  /*areaにis-activeというクラスがついた時の形状*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
}
.faq h2 {
  width: 46rem;
}
.faq .area {
  padding: 0;
}
.faq .tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  margin-top: 7rem;
}
.faq .tab li {
  text-align: center;
  width: calc(33.33% - 0.33rem);
  font-size: 2rem;
  font-weight: 700;
}
.faq .tab li a {
  display: inline-block;
  border: 2px solid #000;
  max-width: 36.2rem;
  background-color: #fff;
  width: 100%;
  padding: 2.6rem 0;
}
.faq .area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: none;
}
.faq .area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faq .faq_list {
  margin-top: 6rem;
}
.faq .faq_list a {
  text-decoration: underline;
}
.faq .faq_list li:nth-child(n + 2) {
  margin-top: 2rem;
}
.faq dt,
.faq dd {
  display: flex;
  gap: 0 6px;
  align-items: baseline;
  font-weight: 700;
}
.faq dt span,
.faq dd span {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
}
.faq dt {
  background-color: #fff;
  padding: 15px 20px;
  border: 2px solid #000;
}
.faq dd {
  padding: 15px 20px;
  background-color: #111111;
  color: #fff;
}
.faq .accordionBtn {
  position: relative;
}
.faq .accordionBtn::before,
.faq .accordionBtn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.faq .accordionBtn::before {
  top: 48%;
  right: 26px;
  transform: rotate(0deg);
}
.faq .accordionBtn::after {
  top: 48%;
  right: 26px;
  transform: rotate(90deg);
}
.faq .accordionBtn.close::before {
  opacity: 0;
}
.faq .accordionBtn.close::after {
  transform: rotate(0);
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 6rem 0;
  }
  .faq h2 {
    width: 35rem;
  }
  .faq .tab {
    margin-top: 2.4rem;
  }
  .faq .tab li {
    width: calc(33.33% - 0.4rem);
    font-size: 1.1rem;
  }
  .faq .tab li a {
    padding: 0.8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .faq .faq_list {
    margin-top: 1.8rem;
    font-size: 1.6rem;
    line-height: 150%;
  }
  .faq .faq_list li:nth-child(n + 2) {
    margin-top: 1rem;
  }
  .faq dt {
    background-color: #fff;
    padding: 2rem 4.8rem 2rem 2rem;
  }
  .faq dd {
    padding: 2rem 4.8rem 2rem 2rem;
  }
}
/*--------------
flow
---------------*/
.flow {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  background-color: #f3f3f3;
}
.flow h2 {
  text-align: center;
  width: 20.2rem;
  margin-left: auto;
  margin-right: auto;
}
.flow_wrap {
  margin-top: 40px;
}
.flow_item {
  border: 2px solid #000;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
}
.flow_item h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.flow_item .flow_btn {
  margin-top: 10px;
}
.flow_btn a {
  display: inline-block;
  background: #e32524;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 2px 2px 0 #999;
  transition: 0.2s;
  font-size: 1em;
}
.flow_btn span {
  margin-left: 30px;
}
.flow_btn span img {
  width: 10%;
}
.flow_btn a:hover {
  background: #b83730;
}

@media screen and (max-width: 768px) {
  .flow {
    margin-top: 0;
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .flow::before {
    display: none;
  }
  .flow h2 {
    width: 17rem;
  }
  .flow ol {
    flex-direction: column;
    max-width: 35rem;
    margin: 2rem auto 0;
  }
  .flow li {
    width: 100%;
  }
  .flow li:nth-child(n + 2) {
    margin-top: 5rem;
  }
  .flow li:nth-child(n + 2):before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2rem;
    height: 2rem;
    transform: translate(-50%, -170%) rotate(45deg);
    content: "";
  }
  .flow dd {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 140%;
    max-width: 100%;
    text-align: center;
  }

  .flow_item h3 {
    font-size: 2em;
  }
  .flow_item p {
    font-size: 1.5em;
  }

  .flow_item p span {
    margin: 1rem auto;
    display: block;
  }

  .flow_btn a {
    padding: 2rem 4rem;
    font-size: 2em;
  }
}
/* 9/30追記 */

.charm .charm_ttl {
  position: relative;
  text-align: center;
}
.charm_toptext {
  width: 100%;
  max-width: 1100px;
  margin: 2.4rem auto 2.4rem;
  text-align: right;
}
.plan .num {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .campaign ul:nth-of-type(2) .cite dt {
    min-width: 10rem;
  }
}
.cta_inr .logo {
  max-width: 47.6rem;
}
.minutes {
  max-width: 13rem;
}

.sky_list01 a:hover img,
.sky_list02 a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.sky_list01 a:hover,
.sky_list02 a:hover {
  opacity: 1;
}
.entry a:hover {
  opacity: 1;
  border-bottom: 0px solid rgb(166, 18, 80);
}
.entry a:hover img {
  opacity: 1;
}
.footer_rinc ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: 100%;
  max-width: 120rem;
  margin: 2.4rem auto;
}
.footer_rinc ul li {
  font-size: 1.4rem;
}
.footer_rinc ul li:nth-child(n + 2) {
  border-left: initial;
}
.footer_rinc ul li a {
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer_rinc ul li {
    width: 30%;
    font-size: 1.2rem;
  }
  .footer_rinc ul li a {
    padding: 0rem;
  }
  .footer_rinc ul li:nth-of-type(1) {
    width: 100%;
    padding-left: 1.5rem;
  }
}

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