@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 68.75%;
  }
}

body {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab {
    display: block;
    transition: 0.4;
  }
}

.tab_non {
  display: block;
}
@media screen and (min-width: 768px) {
  .tab_non {
    display: none;
  }
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-item {
  opacity: 0;
  animation: fadein 0.6s linear 1.2s forwards;
}

body {
  background-color: #000;
}

.sp-content {
  max-width: 768px;
  margin: 0 auto;
}

.section {
  margin: 80px 0;
}

.section-wrapper {
  padding: 0 16px;
}

.notes {
  padding: 16px;
  font-weight: 300;
  font-size: 1.2rem;
  opacity: 0.7;
}

/*=== header ====*/
.header {
  position: fixed;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
  background-color: #000;
  z-index: 10;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 768px;
}
.header .header-wrapper .logo {
  width: 100%;
  max-width: 270px;
}
.header .header-wrapper .logo-link {
  width: 100%;
}
.header .header-inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header .header-inner {
    justify-content: flex-start;
    margin-left: auto;
    width: auto;
  }
}
.header .member-info {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2;
}
.header .member-info img {
  width: 18px;
}
.header .member-info .member {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.header .member-info .span {
  display: block;
  margin-left: 4px;
  font-weight: 400;
}
.header .header-lookbtn {
  width: 56px;
  margin: 0 12px;
}
.header .header-menu {
  position: fixed;
  top: 0;
  right: 50%;
  width: 100%;
  height: 100vh;
  background-color: #333;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  pointer-events: none;
  transform: translateX(50%);
}
.header .header-menu .nav-wrapper {
  max-width: 768px;
  margin: 0 auto;
  padding: 16px 10px;
}
.header .header-menu .nav-icon {
  width: 36px;
  margin-right: 14px;
}
.header .header-menu .nav-link {
  display: flex;
  align-items: center;
  width: 48%;
  padding: 24px 18px;
  border-bottom: 1px solid #e3e0e1;
  font-size: 16px;
}
.header .header-menu .nav-link.home {
  width: 100%;
}
.header .header-menu .flex-wrap,
.header .header-menu .header-nav-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .header-menu .header-nav-btn {
  margin: 16px 0;
  padding: 0;
  display: flex;
  border-top: 2px solid #a47cf3;
  border-bottom: 2px solid #a47cf3;
}
.header .header-menu .header-nav-btn .main-link {
  flex: 1;
  padding: 0;
  border-left: 3px solid #a47cf3;
  width: 50%;
}
.header .header-menu .header-nav-btn .main-link:first-child {
  border-left: none;
}
.header .header-menu .header-normal-link {
  display: block;
  margin: 10px 24px;
  font-size: 14px;
  font-weight: 300;
}
.header .header-menu .first-item {
  margin-top: 32px;
}
.header .header-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .nav {
  text-align: center;
  pointer-events: auto;
}
.header .nav .nav-item {
  padding: 0 16px;
  line-height: 0.6;
}
.header .nav .nav-item:last-child {
  border-right: none;
}
.header .nav.show {
  pointer-events: auto;
}
.header .nav_toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 16px;
  height: 23px;
  cursor: pointer;
}
.header .nav_toggle i {
  display: block;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, #f5efdd 0%, #b79906 100%);
  border-radius: 50%;
}
.header .nav_toggle.show {
  margin-top: 8px;
  margin-right: 12px;
}
.header .nav_toggle.show i {
  position: absolute;
  width: 24px;
  height: 3px;
  border-radius: 0;
  background: #fff;
}
.header .nav_toggle.show i:nth-child(1) {
  transform: rotate(-45deg);
}
.header .nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.header .nav_toggle.show i:nth-child(3) {
  transform: rotate(45deg);
}

/*==== 共通 ====*/
/* main pagination */
.main-pagination,
.sub-pagination {
  gap: 10px;
  margin: 40px auto;
  padding: 0 16px;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
}
.main-pagination a,
.sub-pagination a {
  background-color: #000;
}
.main-pagination .main-pagination-num,
.sub-pagination .main-pagination-num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f5efdd 0%, #b79906 100%) 1;
     border-image: linear-gradient(90deg, #f5efdd 0%, #b79906 100%) 1;
  transition: 0.2s;
}
.main-pagination .main-pagination-num:hover,
.sub-pagination .main-pagination-num:hover {
  background: #cdb854;
}
.main-pagination .main-pagination-num.active,
.sub-pagination .main-pagination-num.active {
  background: #cdb854;
}
.main-pagination-dots,
.sub-pagination-dots {
  font-size: 2rem;
  color: #fff;
}
.main-pagination-arrow,
.sub-pagination-arrow {
  display: flex;
  align-items: center;
}
.main-pagination .arrow-gold,
.main-pagination .arrow-gold-left,
.sub-pagination .arrow-gold,
.sub-pagination .arrow-gold-left {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 3px;
}
.main-pagination .arrow-gold::after,
.main-pagination .arrow-gold-left::after,
.sub-pagination .arrow-gold::after,
.sub-pagination .arrow-gold-left::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #b89a19;
  border-right: 3px solid #b89a19;
  transform: translateY(-50%);
}
.main-pagination .arrow-gold,
.sub-pagination .arrow-gold {
  background: linear-gradient(to right, #f5efdd, #b79906);
}
.main-pagination .arrow-gold::after,
.sub-pagination .arrow-gold::after {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.main-pagination .arrow-gold-left,
.sub-pagination .arrow-gold-left {
  background: linear-gradient(to left, #f5efdd, #b79906);
}
.main-pagination .arrow-gold-left::after,
.sub-pagination .arrow-gold-left::after {
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}

.sub-pagination {
  font-size: 1.4rem;
}
.sub-pagination .prev,
.sub-pagination .next {
  width: 100%;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sub-pagination .prev {
  margin-right: auto;
}
.sub-pagination .next {
  justify-content: right;
  margin-left: auto;
}

/*
.line-content {
    .line-check {
        position: relative;
        padding: 14px 0;
        background-color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        color: map-get($colors, bl);

        &::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -10px;
            left: 0;
            width: 0px;
            height: 0px;
            margin: auto;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
            border-width: 12px 12px 0 12px;
        }
    }
    .line-desc {
        padding: 24px;
        background: url("../img/line-content-bg.jpg") no-repeat center center;
        background-size: cover;
    }
    .line-left {
        width: 50px;
        margin-right: 24px;
    }
    .line-right {
        font-size: 15px;
        color: #fff;
        .line-btn {
            margin-top: 10px;
        }
    }
}
.campaign {
    padding: 20px 16px 50px;
    color: map-get($colors, rd);

    .campaign-title {
        width: 300px;
        margin: 0 auto 20px;
        font-size: 16px;
    }
    .campaign-content {
        border: 1px solid map-get($colors, rd);
        border-top: 3px solid map-get($colors, rd);
        background-color: #fffafa;

        .content-title {
            position: relative;
            padding: 16px 0 20px;
            text-align: center;
            font-size: 16px;

            &::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                width: 90%;
                height: 1px;
                background-color: map-get($colors, gr);
                transform: translateX(-50%);
            }
        }
    }
    .campaign-list {
        padding: 16px 44px;
        font-size: 18px;

        .list-item {
            margin: 10px 0;

            .span {
                display: inline-block;
                margin-right: 12px;
                padding: 4px 8px;
                border: 1px solid map-get($colors, rd);
                background-color: #fff;
            }
        }
    }
    .caption {
        margin-top: 16px;
        text-align: center;
        color: map-get($colors, bl);
        font-weight: 400;
    }
}
    */
.prediction-list-card {
  margin: 24px 0;
  padding-bottom: 24px;
  border: 2px solid #a47cf3;
  background: linear-gradient(180deg, #4a2bd9 0%, #7538e1 100%);
  color: #fff;
}
.prediction-list-card .prediction-content {
  margin: 0 16px;
}
.prediction-list-card .profit-area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  border-bottom: 1px solid #a47cf3;
  font-size: 1.2rem;
  line-height: 1;
}
.prediction-list-card .profit-price {
  font-size: 28px;
  font-weight: 700;
}
.prediction-list-card .profit-value {
  margin: 0 10px;
}
.prediction-list-card .profit-small {
  color: rgba(255, 255, 255, 0.5);
}
.prediction-list-card .desc-area {
  margin-top: 16px;
}
.prediction-list-card .info-row {
  display: flex;
  padding: 2px 0;
  gap: 12px;
}
.prediction-list-card .btn-design {
  position: relative;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .prediction-list-card .btn-design {
    padding: 16px 0;
  }
}
.prediction-list-card .btn-design.new-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d33a32;
}
.prediction-list-card .prediction-list-text {
  padding: 16px 24px;
  border: 1px solid #a47cf3;
}
.prediction-list-card.red-card {
  -o-border-image: linear-gradient(90deg, #f5efdd 0%, #b79906 100%) 1;
     border-image: linear-gradient(90deg, #f5efdd 0%, #b79906 100%) 1;
  background: #d33a32;
}
.prediction-list-card.red-card .profit-area {
  -o-border-image: linear-gradient(90deg, #f5efdd 0%, #b79906 100%) 1;
     border-image: linear-gradient(90deg, #f5efdd 0%, #b79906 100%) 1;
}
.prediction-list-card .purchase-area {
  justify-self: center;
  margin: 16px auto 0;
}
.prediction-list-card .status-message {
  margin-top: 16px;
  text-align: center;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
.prediction-list-card.new-icon {
  background: linear-gradient(90deg, #a47cf3 0%, #5d30c8 100%);
}

.swiper-pagination {
  position: static !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  padding: 16px 18px;
  background-color: rgba(255, 255, 255, 0.3);
}
.swiper-button-prev::after, .swiper-button-prev::before,
.swiper-button-next::after,
.swiper-button-next::before {
  color: #fff;
  font-size: 18px;
}

.swiper-button-prev {
  left: 0;
  border-radius: 0 50px 50px 0;
}

.swiper-button-next {
  right: 0;
  border-radius: 50px 0 0 50px;
}

.title-ye {
  text-align: center;
  margin-bottom: 16px;
  color: #cdb854;
  font-size: 1.8rem;
  font-family: "Zen Antique", serif;
}

.caption {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  font-weight: 400;
}

/* button */
.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 16px 16px 0;
}

.btn-design {
  display: block;
  width: 100%;
  max-width: 260px;
  padding: 16px 0;
  border: 2px solid transparent;
  font-size: 1.6rem;
  text-align: center;
}

.red-btn {
  border: 1px solid #e4aca9;
  background: radial-gradient(circle at 50% 130%, #fec1bd 0%, rgba(254, 193, 189, 0) 60%), #d33a32;
  color: #fff;
  font-weight: 600;
}

.white-btn {
  -o-border-image: linear-gradient(90deg, #a47cf3 0%, #ffffff 50%, #a47cf3 100%) 1;
     border-image: linear-gradient(90deg, #a47cf3 0%, #ffffff 50%, #a47cf3 100%) 1;
  background: radial-gradient(circle at 50% 200%, #a47cf3 10%, rgba(164, 124, 243, 0) 45%), #fff;
  color: #5d30c8;
  font-weight: 600;
}

.purple-btn {
  -o-border-image: linear-gradient(90deg, #a47cf3 0%, #ffffff 50%, #a47cf3 100%) 1;
     border-image: linear-gradient(90deg, #a47cf3 0%, #ffffff 50%, #a47cf3 100%) 1;
  color: #fff;
  background-color: #4e28a9;
}

.gold-btn {
  -o-border-image: linear-gradient(90deg, #f5efdd 0%, #b79906 100%) 1;
     border-image: linear-gradient(90deg, #f5efdd 0%, #b79906 100%) 1;
  color: #fff;
  background: radial-gradient(circle at 50% 200%, #cdb854 10%, rgba(205, 184, 84, 0) 60%), transparent;
}

/*タイトル・ページトップ*/
.page-top {
  margin-bottom: 64px;
}
.page-top .page-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: url("../img/page-top-bg.jpg") no-repeat top right;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-top .page-top-bg {
    max-width: 736px;
    left: 50%;
    transform: translateX(-50%);
    height: 400px;
    background-size: contain;
  }
}
.page-top .main-title {
  margin: 0 16px;
  padding-top: 120px;
  text-align: left;
}
.page-top .back-link {
  padding: 120px 16px 0;
}
.page-top .back-link-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.page-top .back-link-inner::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.page-top .back-link-icon {
  width: 36px;
  margin-right: 8px;
}

.main-title {
  width: 260px;
  margin: 0 auto;
  margin-bottom: 32px;
  text-align: center;
}
.main-title-span {
  display: block;
  margin-top: 10px;
}
.main-title.tips {
  width: 180px;
}
.main-title.mypage {
  width: 300px;
}
.main-title.news {
  width: 190px;
}
.main-title.contact {
  width: 320px;
}
.main-title.pint {
  width: 210px;
}
.main-title.policy {
  width: 250px;
}

/* tab-content */
.tab-contents-item {
  display: none;
}
.tab-contents-item.active {
  display: block;
}

.tab-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 16px;
  /*
  .icon {
      width: 18px;
      margin-left: 5px;
  }*/
}
.tab-btn .btn {
  width: 50%;
}
.tab-btn .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  font-weight: 700;
}
.tab-btn .btn a.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.contact-btn {
  margin: 24px 16px;
  padding: 24px 16px;
  background-color: rgba(255, 255, 255, 0.3);
}
.contact-btn .call-btn,
.contact-btn .mail-btn {
  max-width: 100%;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
}
.contact-btn .call-btn-wpap,
.contact-btn .mail-btn-wpap {
  margin: 0 auto;
}
.contact-btn .call-btn .call-icon,
.contact-btn .mail-btn .call-icon {
  width: 23px;
  margin-right: 8px;
}
.contact-btn .mail-btn {
  font-size: 1.8rem;
}
.contact-btn .business-hours {
  margin: 10px;
  text-align: center;
}

/* === 共通終わり === */
/* === footer === */
.footer {
  text-align: center;
  color: #fff;
}
.footer .footer-content {
  padding: 64px 16px;
  background-image: url("../img/footer-bg2.jpg"), linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7));
  background-blend-mode: multiply;
  background-size: cover;
  background-position: top center;
}
.footer .footer-content .logo {
  width: 260px;
  margin: 24px auto;
}
.footer .footer-content .nav {
  padding: 20px 0;
}
.footer .footer-content .nav .nav-item {
  padding: 8px;
}
.footer .footer-banner {
  margin-top: 24px;
  gap: 16px;
}
.footer .disclaimer-area {
  margin-top: 32px;
  padding: 24px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  font-weight: 200;
  line-height: 2;
  text-align: left;
}
.footer .copyright {
  margin-bottom: 16px;
  padding: 8px;
  font-weight: 200;
}
.footer .footer-btn {
  width: 100%;
  max-width: 768px;
  position: fixed;
  bottom: 0;
  background-color: #000;
  border-top: 1px solid #333;
  z-index: 9;
}
.footer .footer-btn .list-item {
  width: 20%;
  padding: 8px 0 10px;
  border-right: 1px solid #333;
}
.footer .footer-btn .list-item:last-child {
  border: none;
}
.footer .footer-btn .btn-icon {
  width: 27px;
  margin: 0 auto;
}

/* === footer終わり === */
/*
.banner-list {
    padding: 40px 32px 48px;
    color: map-get($colors, bl);
    font-size: 10px;
    text-align: center;

    .banner-link {
        display: block;
        &:nth-child(2) {
            margin: 20px 0 24px;
        }
    }
}

.main-content {
    text-align: center;
    background-color: #fff;
    color: map-get($colors, bl);
    font-weight: 400;

    .main-title-h2 {
        font-size: 16px;
        border-bottom: 5px solid;
        color: map-get($colors, mc);
        font-weight: 700;
        background-color: map-get($colors, bc);

        .img {
            display: inline-block;
            width: 100px;
            margin-bottom: -5px;
            margin-right: 20px;
        }
    }
    .content-1,
    .content-2,
    .content-3 {
        font-size: 16px;
        margin: 16px 16px;
        padding: 16px 0 32px;
        border-bottom: 1px solid map-get($colors, gr);
    }

    .content-1 {
        .img {
            margin: 16px 0;
        }
    }
    .content-2 {
        .content-2-list {
            width: 87%;
            margin: 18px auto;
            text-align: left;

            .list-item {
                display: inline-block;
                margin: 6px 0;
                padding: 8px 12px;
                background-color: map-get($colors, gr);
                .span {
                    display: inline-block;
                    width: auto;
                    margin-right: 6px;
                }
            }
        }
    }
    .content-3 {
        border-bottom: none;

        .content-3-h3 {
            display: inline-block;
            padding-bottom: 16px;
            border-bottom: 3px solid map-get($colors, mc);
            color: map-get($colors, mc);
            font-size: 18px;
            font-weight: 600;
        }
        .content-3_img {
            margin: 24px 0;
        }
        p {
            margin-top: 16px;
        }
        .span-boatrace {
            color: map-get($colors, mc);
            font-weight: 700;
        }
    }
}*/
/* ==== top-home ===== */
.top-home .top-banner {
  width: 100%;
  padding: 84px 0 26px;
  background: url("../img/top-bg.jpg") no-repeat center center;
  background-size: cover;
}
.top-home .top-banner .banner-card {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .top-home .top-banner .banner-card {
    margin: 0 40px;
  }
}
.top-home .top-banner-img {
  width: 100%;
  height: 200px;
  background: url("../img/dummy-banner.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top-home .top-banner-img {
    height: 400px;
  }
}
.top-home .top-banner-link {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80%;
  max-width: 360px;
  transform: translateX(-50%);
}
.top-home .top-banner-content {
  position: relative;
  padding: 40px 16px 26px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  z-index: 1;
}
.top-home .top-banner-content::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: -1;
}
.top-home .top-banner-content .top-banner-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
}
.top-home .top-menu-list {
  display: flex;
  flex-wrap: wrap;
}
.top-home .top-menu-list .list-item {
  width: 25%;
  border: 1px solid #a47cf3;
}
.top-home .tips-prediction .list-item {
  border: 1px solid #fff;
  margin-bottom: 24px;
}
.top-home .result-content .result-copy {
  text-align: center;
}
.top-home .result-content .swiper-slide {
  width: 100%;
}
.top-home .result-content .profit-area {
  padding: 16px 0;
}
.top-home .result-content .desc-area {
  padding: 0;
}
.top-home .result-content .swiper-pagination {
  margin-top: 0;
}

/* ====== top-home END ====== */
/* ====== result-page ====== */
.result-page .plan-list {
  display: block;
  padding: 0 10px;
  overflow-x: auto;
}
.result-page .plan-content-wrapper {
  margin: 16px 0;
}
.result-page .plan-content-wrapper:last-child {
  margin-right: 0;
}
.result-page .plan-content-wrapper .plan-menu {
  background-color: #fff;
}
.result-page .plan-content-wrapper .plan-menu .plan-content {
  border-bottom: 1px solid #e3e0e1;
}

/* ====== plan-detail-page ====== */
.plan-detail .desc-area {
  margin-top: 0;
  padding: 16px 0;
}
.plan-detail .prediction-list-text {
  margin: 0 16px;
  border-right: none;
  border-left: none;
}

.plan-detail-open .prediction-list-card {
  background: linear-gradient(90deg, #a47cf3 0%, #5d30c8 100%);
}
.plan-detail-open .buy-info-title {
  text-align: center;
  font-weight: 600;
  margin-top: 16px;
}
.plan-detail-open .buy-info {
  margin: 16px;
  padding: 16px;
  border-top: 1px solid #a47cf3;
  border-bottom: 1px solid #a47cf3;
  background-color: #4e28a9;
}
.plan-detail-open .buy-info p {
  margin: 10px 0;
}

/* ====== info-page ======= */
.info-title {
  padding: 8px 0;
  font-weight: 600;
}

.info-page .list-item {
  position: relative;
  margin: 24px 0 0 32px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.3);
}
.info-page .list-item.new-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d33a32;
}

.info-detail-page .info-detail-content {
  margin: 16px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.3);
}
.info-detail-page .info-detail-content p {
  margin: 10px 0;
}
.info-detail-page .info-detail-content a {
  text-decoration: underline;
}

/* ====== privacypolicy-page ====== */
.privacy-page .privacy-content {
  margin: 24px 16px;
  padding: 24px 16px;
  background-color: rgba(255, 255, 255, 0.3);
}
.privacy-page h2 {
  margin-bottom: 8px;
  font-weight: 600;
}
.privacy-page p {
  margin-bottom: 24px;
}

/* ====== mypage ====== */
.mypage .menu2 {
  padding: 0 16px;
  padding: 12px 16px 24px;
  border-radius: 0 0 14px 14px;
}
.mypage .menu2 .mypage-info {
  width: 100%;
  margin-bottom: 40px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.3);
}
.mypage .menu2 .mypage-icon {
  width: 30px;
  margin-right: 8px;
}
.mypage .menu2 .list-item {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mypage .menu2 .table-th {
  width: 100px;
  padding: 8px 0;
  font-weight: 300;
}
.mypage .menu2 .table-td {
  padding: 8px;
}

/* ====== open-detail-page ====== */
.open-detail-page {
  background-color: #fff;
}
.open-detail-page .section {
  padding-bottom: 50px;
  background-color: #fff;
}
.open-detail-page .buy-info {
  margin: 20px 0;
  padding: 20px;
  border: 5px solid #f7ea04;
  background-color: #fff;
}
/* ====== contact-page  ====== */
.contact-page .section {
  margin: 24px 16px;
  padding: 24px 16px;
  background-color: rgba(255, 255, 255, 0.3);
}
.contact-page .line-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.contact-page .form-wrapper {
  font-weight: 400;
}
.contact-page .form-wrapper .form-content {
  margin: 16px 0;
}
.contact-page .form-wrapper .label-name {
  font-weight: 600;
}
.contact-page .form-wrapper .member-id {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #e3e0e1;
}
.contact-page .form-wrapper .mail,
.contact-page .form-wrapper .textarea {
  width: 100%;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
.contact-page .form-wrapper .mail::-moz-placeholder, .contact-page .form-wrapper .textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.contact-page .form-wrapper .mail::placeholder,
.contact-page .form-wrapper .textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.contact-page .form-wrapper .textarea {
  height: 200px;
}
.contact-page .form-wrapper .form-privacypolicy {
  text-align: center;
}
.contact-page .form-wrapper .form-privacypolicy .form-privacypolicy-link {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}
.contact-page .form-wrapper .form-privacypolicy .form-privacypolicy-link::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  font-size: 14px;
  color: #5d30c8;
  background-color: #fff;
  border-radius: 2px;
}
.contact-page .form-wrapper .submit-btn {
  display: block;
  width: 158px;
  height: 55px;
  margin: 16px auto 0;
}

/* ====== point-page  ====== */
.point-page .tab-btn {
  margin-top: 80px;
}
.point-page .point-content {
  margin: 16px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.3);
}
.point-page .point-text {
  margin-bottom: 16px;
}
.point-page .point-list {
  color: #000;
}
.point-page .point-list .point-label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 5px 0;
  padding: 10px 24px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
}
.point-page .point-list .point-name {
  margin-left: 24px;
  font-size: 24px;
  font-weight: 700;
}
.point-page .point-list .pt {
  font-size: 16px;
}
.point-page .point-list .icon-img {
  display: inline-block;
  width: 32px;
  height: 40px;
}
.point-page .point-list .price {
  margin-left: auto;
}
.point-page .point-list label::before,
.point-page .point-list label:has(:checked)::after {
  border-radius: 50%;
  content: "";
}
.point-page .point-list label::before {
  width: 18px;
  height: 18px;
  background-color: #fff;
}
.point-page .point-list .point-label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 29px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #5d30c8;
}
.point-page .input-btn {
  display: none;
}
.point-page .point-label:has(:checked) {
  background: linear-gradient(90deg, #a47cf3 0%, #5d30c8 100%);
  color: #fff;
}
.point-page .late {
  text-align: right;
}
.point-page .point-contact .border-h2 {
  margin: 48px 0 24px;
}
.point-page .point-btn {
  margin-bottom: 44px;
}
.point-page .contact-content {
  padding: 6px 16px 16px;
  background-color: #fff;
}
.point-page .call-btn,
.point-page .mail-btn {
  margin-top: 16px;
}/*# sourceMappingURL=style.css.map */