@charset "UTF-8";
html, body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

img {
  width: 100%;
}

.pcb {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcb {
    display: none;
  }
}

.spb {
  display: none;
}
@media screen and (max-width: 767px) {
  .spb {
    display: block;
  }
}

.pci {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pci {
    display: none;
  }
}

.spi {
  display: none;
}
@media screen and (max-width: 767px) {
  .spi {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .spc {
    text-align: center;
  }
}

.mt20 {
  margin-top: 20px;
}

.mt32 {
  margin-top: 32px;
}

header {
  padding: 16px;
  background: #fff;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px;
  }
}
header h1 {
  width: 185px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 125px;
  }
}
header h1 img {
  vertical-align: bottom;
}

.fv_main {
  margin-top: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #F2F2F2 95%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv_main {
    margin-top: 52px;
  }
}
.fv_main .maquee-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  background: #f2f2f2;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv_main .maquee-img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.fv_main .maquee-img li {
  margin: 0 8px;
}
.fv_main .maquee-img li:nth-child(1) {
  background: url(/img/about_renewal/m_bg01.png) repeat-y 0 0;
  background-size: 100%;
}
.fv_main .maquee-img li:nth-child(2) {
  background: url(/img/about_renewal/m_bg02.png) repeat-y 0 0;
  background-size: 100%;
}
.fv_main .maquee-img li:nth-child(3) {
  background: url(/img/about_renewal/m_bg03.png) repeat-y 0 0;
  background-size: 100%;
}
.fv_main .maquee-img li:nth-child(4) {
  background: url(/img/about_renewal/m_bg04.png) repeat-y 0 0;
  background-size: 100%;
}
.fv_main .maquee-img li:nth-child(5) {
  background: url(/img/about_renewal/m_bg05.png) repeat-y 0 0;
  background-size: 100%;
}
.fv_main .maquee-img li:nth-child(6) {
  background: url(/img/about_renewal/m_bg06.png) repeat-y 0 0;
  background-size: 100%;
}
.fv_main .maquee-img li:nth-child(odd) {
  height: 2288px;
  width: 480px;
}
@media screen and (max-width: 767px) {
  .fv_main .maquee-img li:nth-child(odd) {
    width: 240px;
    height: 1144px;
  }
}
.fv_main .maquee-img li:nth-child(even) {
  height: 2316px;
  width: 207px;
}
@media screen and (max-width: 767px) {
  .fv_main .maquee-img li:nth-child(even) {
    height: 1158px;
    width: 103px;
  }
}
.fv_main canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  z-index: 4;
}
.fv_main .fv_main-inner {
  min-height: 45.625vh;
  box-sizing: border-box;
  padding: 13.479vh 0 0;
  background: linear-gradient(180deg, rgb(30, 110, 94) 0%, rgba(37, 136, 116, 0.8) 50%, rgba(0, 212, 255, 0) 100%);
  position: relative;
  z-index: 3;
}
.fv_main .fv_main-logo {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1100px) {
  .fv_main .fv_main-logo {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .fv_main .fv_main-logo {
    width: 50%;
  }
}
.fv_main h2 {
  width: 100%;
  max-width: 1122px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .fv_main h2 {
    margin-top: -30px;
  }
}
.fv_main h3 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

@keyframes loop01 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loop02 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
.h2-title {
  color: #258874;
  font-size: 32px;
  font-weight: 900;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h2-title {
    font-size: 18px;
  }
}

.fs-llarge {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fs-llarge {
    font-size: 28px;
    line-height: 1.4;
  }
}

.fs-large {
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .fs-large.t-underline {
    font-size: 16px;
  }
}

.fs-middle {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fs-middle {
    font-size: 16px;
  }
}

.fc-main-b {
  font-weight: 700;
  color: #258874;
}

.t-underline {
  text-decoration: underline;
}

.btn {
  position: relative;
}
.btn a {
  display: block;
  text-decoration: none;
  font-size: 32px;
  font-weight: 900;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 20px;
    text-align: center;
  }
}
.btn a:hover {
  opacity: 0.7;
}
.btn a::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  color: #333;
  line-height: 1;
  width: 0.64em;
  height: 0.64em;
  border: 0.15em solid;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 10px;
}
.btn span {
  display: block;
}
.btn .icon-now {
  position: absolute;
  top: -30px;
  right: -10px;
  color: #ffff00;
  font-weight: 900;
  background: #000;
  padding: 8px;
  transform: rotate(20deg);
  animation: 3s roll ease-in-out infinite;
}
.btn .icon-now::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes roll {
  0% {
    transform: rotateZ(15deg) scale(0.9);
  }
  50% {
    transform: rotateZ(-15deg) scale(1);
  }
  100% {
    transform: rotateZ(15deg) scale(0.9);
  }
}
.btn-a a {
  border: 1px solid #258874;
  color: #258874;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .btn-a a {
    padding: 10px 0;
  }
}
.btn-a a::after {
  border-color: #258874;
}

.btn-b a {
  border: 1px solid #d77586;
  background: #d77586;
  color: #fff;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn-b a {
    font-size: 20px;
  }
}
.btn-b a::after {
  border-color: #fff;
  display: block;
}

.btn-c {
  width: 100%;
}
.btn-c a {
  border: 1px solid #d77586;
  background: #d77586;
  color: #fff;
  padding: 8px;
  line-height: 1.25;
}
.btn-c a span {
  font-size: 14px;
  background: #fff;
  border-radius: 100px;
  color: #D77586;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .btn-c a span {
    font-size: 12px;
  }
}
.btn-c a::after {
  border-color: #fff;
}

.fv_info {
  background: #f2f2f2;
  text-align: center;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .fv_info {
    padding: 0 5% 40px;
    text-align: left;
  }
}
.fv_info .fade-img {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: -40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv_info .fade-img {
    margin-left: 0;
  }
}
.fv_info .fade-left {
  width: 100%;
  max-width: 697px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv_info .fade-left {
    width: 100%;
  }
}
.fv_info .fade-left img {
  vertical-align: bottom;
}
.fv_info .fade-right {
  width: 100%;
  max-width: 800px;
  margin-left: -300px;
}
@media screen and (max-width: 767px) {
  .fv_info .fade-right {
    margin-left: -20%;
  }
}
.fv_info .fade-right img {
  vertical-align: super;
}
.fv_info .offer .content-link {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .fv_info .offer {
    font-size: 12px;
  }
}
.fv_info .period {
  width: 100%;
  max-width: 1312px;
  margin: 40px auto 0;
}
.fv_info .period h3 {
  font-size: 40px;
  font-weight: 900;
  color: #ffff00;
  background: #1B383F;
  border-radius: 16px 16px 0 0;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .fv_info .period h3 {
    font-size: 20px;
    text-align: center;
  }
}
.fv_info .period p {
  border-radius: 0 0 16px 16px;
  background: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .fv_info .period p {
    font-size: 18px;
    text-align: center;
  }
  .fv_info .period p span {
    display: block;
    width: 15em;
    margin: 0 auto;
  }
  .fv_info .period p i {
    font-style: normal;
    padding: 0 10px;
  }
}
.fv_info .signup-links {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 24px;
  width: 100%;
  max-width: 1312px;
}
@media screen and (max-width: 767px) {
  .fv_info .signup-links {
    display: block;
  }
}
.fv_info .veteran-member,
.fv_info .new-member {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .fv_info .veteran-member,
  .fv_info .new-member {
    padding: 18px;
  }
}
.fv_info .veteran-member h4,
.fv_info .new-member h4 {
  color: #258874;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fv_info .veteran-member h4,
  .fv_info .new-member h4 {
    font-size: 16px;
    text-align: center;
  }
  .fv_info .veteran-member h4 + p,
  .fv_info .new-member h4 + p {
    font-size: 14px;
  }
}
.fv_info .veteran-member {
  width: 45.7%;
}
@media screen and (max-width: 767px) {
  .fv_info .veteran-member {
    width: 100%;
  }
}
.fv_info .new-member {
  width: 51.8%;
}
@media screen and (max-width: 767px) {
  .fv_info .new-member {
    width: 100%;
    margin-top: 16px;
  }
}
.fv_info .btn-area {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fv_info .btn-area {
    margin-top: 25px;
    flex-direction: column;
    gap: 20px;
  }
}
.fv_info .btn-area .btn-a {
  width: 100%;
}
.fv_info .btn-area .btn-b, .fv_info .btn-area .btn-c {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .fv_info .btn-area .btn-b, .fv_info .btn-area .btn-c {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv_info .btn-area .btn-b {
    margin-bottom: 16px;
  }
}

.function {
  padding-top: 80px;
  background: linear-gradient(180deg, #FFF 50.5%, #DFEEEA 100%);
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .function {
    padding: 40px 5%;
  }
}
.function .stickey-content {
  margin-top: 24px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .function .stickey-content {
    padding: 0;
  }
}
.function .sticky {
  position: sticky;
  top: 72px;
  padding-top: 95px;
  border-radius: 16px;
  margin-bottom: 24px;
  background: linear-gradient(111deg, #AECDD5 0%, #DFEEEA 100%);
}
.function .sticky.sticky-a {
  top: 92px;
}
.function .sticky.sticky-b {
  top: 112px;
}
.function .sticky.sticky-c {
  top: 132px;
}
@media screen and (max-width: 767px) {
  .function .sticky {
    top: 52px;
  }
  .function .sticky.sticky-a {
    top: 72px;
  }
  .function .sticky.sticky-b {
    top: 92px;
  }
  .function .sticky.sticky-c {
    top: 112px;
  }
}
@media screen and (max-width: 767px) {
  .function .sticky {
    padding: 24px 5% 0;
  }
}
.function .sticky:nth-child(2) {
  background: linear-gradient(111deg, #AED5C3 0%, #DFEEE0 100%);
}
.function .sticky:nth-child(3) {
  background: linear-gradient(111deg, #B3D5AE 0%, #E8EEDF 100%);
}
.function .sticky:nth-child(4) {
  background: linear-gradient(111deg, #CDD5AE 0%, #EEEADF 100%);
}
.function .sticky img {
  vertical-align: bottom;
}
.function .sticky h3 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .function .sticky h3 {
    font-size: 36px;
    margin-top: -25px;
  }
}
.function .sticky h3 + p {
  font-size: 18px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .function .sticky h3 + p {
    font-size: 14px;
  }
}
.function .sticky-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1484px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .function .sticky-inner {
    display: block;
  }
}
.function .sticky-inner .function-text {
  width: 43.126%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .function .sticky-inner .function-text {
    width: 100%;
    margin-bottom: 0;
  }
  .function .sticky-inner .function-text p:last-child {
    margin-bottom: 40px;
  }
}
.function .sticky-inner .function-text .offer {
  color: #DB3920;
}
@media screen and (max-width: 767px) {
  .function .sticky-inner .function-text .offer {
    font-size: 14px;
  }
}
.function .sticky-inner .function-img {
  width: 48.326%;
  max-width: 730px;
  margin-left: 2.5vw;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .function .sticky-inner .function-img {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}
.function .sticky-inner.flex-revers {
  flex-direction: row-reverse;
}
.function .sticky-inner.flex-revers .function-img {
  margin-right: 2.5vw;
  margin-left: 0;
}
.function .num {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .function .num {
    font-size: 60px;
  }
}
.function .add-content {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  padding-top: 48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .function .add-content {
    font-size: 20px;
    padding-top: 24px;
  }
}

.function-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .function-content {
    display: block;
  }
}
.function-content .function-content-left {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .function-content .function-content-left {
    margin-right: 0;
  }
}
.function-content .function-content-right {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .function-content .function-content-right {
    margin-left: 0;
    margin-top: 32px;
  }
}
.function-content .function-box {
  background: #fff;
  padding: 24px;
  width: 34.166vw;
  max-width: 656px;
  border-radius: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .function-content .function-box {
    width: 100%;
    padding: 16px;
  }
}
.function-content h4 {
  font-size: 24px;
  font-weight: 900;
  color: #258874;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .function-content h4 {
    font-size: 16px;
    margin-bottom: 16px;
    letter-spacing: -0.04em;
  }
}
.function-content h4::after {
  content: "NEW";
  display: inline-block;
  background: #000;
  color: #ffff00;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  vertical-align: middle;
  padding: 0 5px;
  margin-left: 8px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .function-content h4::after {
    font-size: 10px;
  }
}
.function-content li {
  font-size: 18px;
  border-bottom: 1px dotted #E6E6E6;
  list-style: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .function-content li {
    font-size: 14px;
  }
}
.function-content .icon-open {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.function-content .icon-open::after {
  content: "公開中";
  display: inline-block;
  font-size: 14px;
  line-height: 1.9;
  border: 1px solid #258874;
  padding: 0 5px;
  border-radius: 4px;
  color: #258874;
  width: 54px;
  height: auto;
  box-sizing: border-box;
  word-break: keep-all;
  text-align: center;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .function-content .icon-open::after {
    font-size: 10px;
  }
}

.plan {
  padding: 80px 0;
  background: #F2F2F2;
  position: relative;
  z-index: 2;
}
.plan .h2-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .plan {
    padding: 40px 0;
  }
}
.plan .plan-btn {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .plan .plan-btn {
    display: block;
    margin-top: 32px;
  }
}
.plan .plan-btn .btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan .plan-btn .btn {
    margin-top: 20px;
  }
}
.plan .plan-btn .btn-a {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .plan .plan-btn .btn-a {
    width: 100%;
  }
}
.plan .plan-btn .btn-b, .plan .plan-btn .btn-c {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .plan .plan-btn .btn-b, .plan .plan-btn .btn-c {
    width: 100%;
  }
}
.plan-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .plan-main {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.plan-box {
  width: 31.7%;
  max-width: 416px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan-box {
    display: grid;
    grid-template-areas:
      'name name name'
      'one six twelve';
    grid-template-columns: repeat(3, 33.33%);
    width: 100%;
    border-radius: 0;
    padding: 0;
  }
}
.plan-name {
  position: relative;
  background: #C8A914;
  padding: 10px 0 5px;
  border-radius: 8px;
  height: 102px;
}
.plan-name h3 {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
}
.plan-name img {
  display: block;
  width: 48px;
  margin: 0 auto;
}
.plan-name.plan-platinum {
  background: #001017;
}
.plan-name.plan-diamond {
  background: #7C59BC;
}
.plan-name .plan-user {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 12px;
  line-height: 1;
  padding: 4px 16px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 11px;
}
@media screen and (max-width: 767px) {
  .plan-name {
    grid-area: name;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 8px;
    height: 54px;
  }
  .plan-name img {
    position: absolute;
    left: 8px;
    top: 11px;
    width: 32px;
  }
  .plan-name h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 4px;
  }
  .plan-name .plan-user {
    position: static;
  }
}
.plan-box .plan-type {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
}
.plan-box .plan-type.plan-one-month {
  padding: 30px 12px;
  margin-bottom: 37px;
}
.plan-box .plan-type.plan-long-months {
  gap: 10px 0;
  padding: 14px 12px 22px;
  border-bottom: 2px solid #e6e6e6;
}
.plan-box .plan-type .plan-term {
  font-size: 18px;
  text-align: left;
}
.plan-box .plan-type .plan-price {
  font-size: 56px;
  text-align: right;
}
.plan-box .plan-type .plan-price .plan-yen {
  font-size: 32px;
}
.plan-box .plan-type .plan-month {
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
  text-align: left;
}
.plan-box .plan-type .plan-discount {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  font-size: 14px;
}
.plan-box .plan-type .plan-off {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 70px;
  padding: 4px;
  color: #fff;
  background-color: #db3920;
}
.plan-box .plan-type .plan-off-num {
  font-size: 18px;
}
.plan-box .plan-type .plan-value {
  color: #db3920;
}
@media screen and (max-width: 767px) {
  .plan-box .plan-type {
    display: flex;
    flex-direction: column;
    border-right: solid 1px #e6e6e6;
  }
  .plan-box .plan-type.plan-one-month,
  .plan-box .plan-type.plan-long-months {
    gap: 0;
    padding: 8px 0;
    margin-bottom: 0;
  }
  .plan-box .plan-type.plan-one-month {
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
  }
  .plan-box .plan-type.plan-long-months {
    border-bottom: solid 1px #e6e6e6;
  }
  .plan-box .plan-type .plan-term {
    font-size: 12px;
    text-align: center;
    margin-bottom: 4px;
  }
  .plan-box .plan-type.plan-one-month .plan-term {
    padding-bottom: 34px;
    margin-bottom: 8px;
  }
  .plan-box .plan-type .plan-price {
    font-size: 24px;
    text-align: center;
  }
  .plan-box .plan-type .plan-price .plan-yen {
    font-size: 14px;
  }
  .plan-box .plan-type.plan-one-month .plan-price {
    padding-bottom: 18px;
  }
  .plan-box .plan-type .plan-month {
    order: 1;
    font-size: 10px;
    line-height: 1.4;
  }
  .plan-box .plan-type .plan-month .plan-month-price {
    font-size: 14px;
  }
  .plan-box .plan-type .plan-discount {
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    gap: 4px;
    margin-bottom: 8px;
  }
  .plan-box .plan-type .plan-off {
    width: 68px;
    padding: 2px;
  }
  .plan-box .plan-type .plan-off-num {
    font-size: inherit;
  }
  .plan-box .plan-type .plan-value {
    font-size: 10px;
  }
}
.plan-box .plan-add-pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.plan-box .plan-add-sp {
  display: none;
}
.plan-box .plan-add-pc .plan-plus {
  width: 30px;
  height: 30px;
}
.plan-box .plan-add-pc .plan-benefit {
  font-size: 18px;
  color: #258874;
}
.plan-box .plan-add-pc .plan-benefit .plan-point {
  display: inline-block;
  font-size: 32px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .plan-box .plan-add-pc {
    display: none;
  }
  .plan-box .plan-add-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
  }
  .plan-box .plan-add-sp .plan-plus {
    width: 14px;
    height: 14px;
  }
  .plan-box .plan-add-sp .plan-benefit {
    font-size: 10px;
    line-height: 1.4;
    color: #258874;
  }
  .plan-box .plan-add-sp .plan-benefit .plan-point {
    font-size: 14px;
    line-height: 1;
    margin-right: 2px;
  }
}

.plan-main .plan-info {
  position: absolute;
  top: 242px;
  left: 24px;
  right: 24px;
  background: #1B383F;
  border-radius: 100px;
  color: #ffff00;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

.faq {
  padding: 80px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 40px 5%;
  }
}
.faq .faq-box {
  margin: 24px auto 0;
  font-size: 18px;
  width: 100%;
  max-width: 1312px;
  background: #f2f2f2;
  border-radius: 16px;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .faq .faq-box {
    font-size: 14px;
  }
}
.faq .faq-qus {
  font-weight: 700;
  padding: 16px;
  display: flex;
  align-items: center;
  position: relative;
  width: 90%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq .faq-qus {
    align-items: stretch;
  }
}
.faq .faq-qus::before {
  content: "Q";
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #258874;
  border-right: 1px solid #E6E6E6;
  line-height: 1;
  padding-right: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .faq .faq-qus::before {
    font-size: 20px;
  }
}
.faq .faq-qus .icon-pm {
  background: #fff;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.faq .faq-qus .icon-pm::after, .faq .faq-qus .icon-pm::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.faq .faq-qus .icon-pm::before {
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
}
.faq .faq-qus .icon-pm::after {
  top: 27.5%;
  left: 50%;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .faq .faq-qus .icon-pm::after {
    top: 34%;
  }
}
.faq .faq-qus.acc-active .icon-pm::before {
  display: none;
}
.faq .faq-ans-wrap {
  display: none;
}
.faq .faq-ans-wrap.acc-open {
  display: block;
}
.faq .faq-ans {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  display: flex;
}
.faq .faq-ans::before {
  content: "A";
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #D77586;
  border-right: 1px solid #E6E6E6;
  line-height: 1;
  padding-right: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .faq .faq-ans::before {
    font-size: 20px;
  }
}

footer {
  box-sizing: border-box;
  padding: 80px 2.083%;
  margin: 0;
  background: linear-gradient(111deg, #AED5C3 0%, #DFEEE0 100%);
  border-radius: 16px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 5%;
  }
}
footer h3 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  footer h3 {
    font-size: 18px;
  }
}
footer .footer-btn {
  width: 100%;
  max-width: 1312px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-btn {
    display: block;
    margin: 40px auto;
  }
}
footer .footer-btn .btn {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 767px) {
  footer .footer-btn .btn {
    width: 100%;
    margin-top: 20px;
  }
}
footer .footer-btn .btn-a {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  footer .footer-btn .btn-a {
    margin-top: 0;
  }
}
footer h2 {
  width: 100%;
  max-width: 367px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer h2 {
    max-width: 183px;
  }
}
footer .corpinfo-isms {
  margin-top: 24px;
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  footer .corpinfo-isms {
    font-size: 12px;
  }
}
footer .corpinfo-copy {
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  footer .corpinfo-copy {
    font-size: 12px;
  }
}

.fadein,
.js-fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}
.fadein.fadein-left,
.js-fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right,
.js-fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up,
.js-fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom,
.js-fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.fadein-zscale,
.js-fadein.fadein-zscale {
  animation: fade-zscale 0.75s linear;
  animation-delay: 1.8s;
}
.fadein.scrollin,
.js-fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important;
}
.fadein.scrollin-add,
.js-fadein.scrollin-add {
  opacity: 1 !important;
}

@keyframes fade-zscale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */