/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */ }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

.l-header {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.05), 0px 12px 17px 2px rgba(0, 0, 0, 0.03), 0px 5px 22px 4px rgba(0, 0, 0, 0.02); }
  @media screen and (max-width: 960px) {
    .l-header {
      height: 56px; } }
  .l-header-logo-container {
    margin-left: 10px;
    cursor: pointer; }
  .l-header-menu__container {
    margin-right: 24px; }
    @media screen and (max-width: 960px) {
      .l-header-menu__container {
        margin-right: 8px; } }
  @media screen and (max-width: 960px) {
    .l-header-logo {
      display: none; } }
  .l-header-logo--sm {
    display: none; }
    @media screen and (max-width: 960px) {
      .l-header-logo--sm {
        display: block; } }
  .l-header-menu-item {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #3D5EB2;
    margin-right: 40px; }
    .l-header-menu-item:last-of-type {
      margin-right: 32px; }
    .l-header-menu-item.is-live {
      background: rgba(88, 135, 255, 0.1);
      height: 24px;
      padding: 11px 8px;
      border-radius: 4px; }
  .l-header-register-btn {
    width: 60px;
    height: 36px;
    text-align: center;
    background: linear-gradient(117.03deg, #CE0094 0%, #FFB3D3 100%);
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF; }

.l-header-menu-sm__icon {
  margin-right: 8px; }

.l-header-menu__login-container {
  position: relative;
  width: 50px;
  height: 24px;
  line-height: 24px;
  margin-right: 35px; }

.l-header-menu__login-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87); }

.l-header-menu__login-status {
  width: 8px;
  height: 8px;
  background: #FF9921;
  border-radius: 10px;
  position: absolute;
  right: -2px;
  top: -4px; }

.l-footer {
  width: 100%;
  height: 700px;
  margin-top: 88px;
  background: #3D5EB2; }
  @media screen and (max-width: 960px) {
    .l-footer {
      height: 880px; } }

.c-additional-info__container {
  position: relative;
  width: 768px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-additional-info__container {
      width: 327px;
      margin-top: 41px; } }

.c-addtional-info__title {
  width: 600px;
  font-family: m-plus-rounded-2p, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  color: #5887FF;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .c-addtional-info__title span {
    display: block; }
    .c-addtional-info__title span:last-child {
      margin-top: 8px;
      letter-spacing: 1px; }
  @media screen and (max-width: 960px) {
    .c-addtional-info__title {
      width: 345px;
      font-size: 23px;
      line-height: 23px; } }

.c-additional-info__heading {
  position: relative;
  width: 238px;
  margin-top: 24px;
  margin-left: 32px;
  text-align: center;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-additional-info__heading {
      width: 154.35px;
      margin-top: 18.07px;
      margin-left: 10.54px;
      margin-bottom: -32px; } }
  .c-additional-info__heading--bgShape {
    position: relative;
    z-index: -100; }
    @media screen and (max-width: 960px) {
      .c-additional-info__heading--bgShape {
        width: 154.35px; } }
  .c-additional-info__heading--text {
    font-family: m-plus-rounded-2p, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    color: #FAFF00;
    display: block;
    position: relative;
    top: -33px; }
    @media screen and (max-width: 960px) {
      .c-additional-info__heading--text {
        font-size: 14px;
        top: -22px; } }

.c-additional-info__content {
  position: relative;
  width: 768px;
  height: 295px;
  background: #FA5A9D;
  border-radius: 16px;
  top: -44px; }
  .c-additional-info__content.is-second {
    height: 325px;
    margin-top: 24px; }
    @media screen and (max-width: 960px) {
      .c-additional-info__content.is-second {
        height: 454px;
        margin-top: 16.38px; } }
  @media screen and (max-width: 960px) {
    .c-additional-info__content {
      width: 327px;
      height: 341px;
      top: unset;
      border-radius: 8px; } }
  .c-additional-info__content--title {
    position: relative;
    margin-top: 32px;
    margin-left: 30px;
    z-index: 2; }
    @media screen and (max-width: 960px) {
      .c-additional-info__content--title {
        width: 300.97px;
        margin-top: 26px;
        margin-left: 10px; } }
    .c-additional-info__content--title.is-second {
      margin-top: 28px; }
      @media screen and (max-width: 960px) {
        .c-additional-info__content--title.is-second {
          display: none; } }
    .c-additional-info__content--title--sm {
      display: none; }
      @media screen and (max-width: 960px) {
        .c-additional-info__content--title--sm {
          display: block;
          position: relative;
          top: 20px;
          left: 10px;
          z-index: 2; } }
  .c-additional-info__content--image {
    position: absolute;
    width: 335px;
    top: -10px;
    right: -13.69px;
    image-rendering: -webkit-optimize-contrast;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      .c-additional-info__content--image {
        display: none; } }
    .c-additional-info__content--image.is-second {
      top: unset;
      right: 12.49px;
      bottom: -11.62px;
      width: 274px; }
    .c-additional-info__content--image--sm {
      display: none; }
      @media screen and (max-width: 960px) {
        .c-additional-info__content--image--sm {
          display: block;
          position: absolute;
          image-rendering: -webkit-optimize-contrast;
          z-index: 1; }
          .c-additional-info__content--image--sm.is-omote {
            width: 119.5px;
            top: 93.38px;
            right: 2.57px;
            z-index: 2; }
          .c-additional-info__content--image--sm.is-ura {
            width: 117.5px;
            top: 160.38px;
            right: 26.77px; }
          .c-additional-info__content--image--sm.is-second {
            width: 153px;
            top: 84px;
            right: 19.25px; } }
  .c-additional-info__content--detail {
    position: relative;
    width: 502px;
    font-family: m-plus-rounded-2p, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 12px;
    margin-left: 36px;
    z-index: 2; }
    @media screen and (max-width: 960px) {
      .c-additional-info__content--detail {
        display: none; } }
    .c-additional-info__content--detail > span {
      display: block; }
    .c-additional-info__content--detail__sm {
      display: none; }
      @media screen and (max-width: 960px) {
        .c-additional-info__content--detail__sm {
          display: block;
          position: relative;
          width: 204px;
          font-family: m-plus-rounded-2p, sans-serif;
          font-style: normal;
          font-size: 14px;
          font-weight: 700;
          line-height: 20px;
          color: #FFFFFF;
          margin-top: 12px;
          margin-left: 10px;
          z-index: 2; }
          .c-additional-info__content--detail__sm > span {
            display: block; } }
  .c-additional-info__content--wrapper {
    width: 482px;
    margin-top: 10px;
    margin-left: 32px;
    display: flex;
    align-items: center;
    z-index: 2; }
    @media screen and (max-width: 960px) {
      .c-additional-info__content--wrapper {
        width: 299px;
        margin-top: 16px;
        margin-left: 10px;
        flex-direction: column;
        align-items: unset; } }

.c-additional-info__period {
  width: 130px;
  height: 24px;
  background: #5887FF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-additional-info__period--head {
    font-family: m-plus-rounded-2p, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF; }
  .c-additional-info__period--content {
    font-family: m-plus-rounded-2p, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 10px; }
    @media screen and (max-width: 960px) {
      .c-additional-info__period--content {
        font-size: 14px;
        line-height: 14px;
        margin-top: 5px;
        margin-left: unset; } }

.c-additional-info__conditions {
  width: 449px;
  margin-top: 5px;
  margin-left: 32px;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF; }
  .c-additional-info__conditions > span {
    display: block; }
  @media screen and (max-width: 960px) {
    .c-additional-info__conditions {
      width: 307px;
      margin-top: 8.62px;
      margin-left: 10px;
      line-height: 18px; } }

.c-additional-info__remarks {
  position: relative;
  width: 608px;
  margin-top: -28px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-additional-info__remarks {
      width: 327px;
      margin-top: 16.8px;
      text-align: unset; } }
  .c-additional-info__remarks--text {
    display: block;
    font-family: m-plus-rounded-2p, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #5887FF; }
    @media screen and (max-width: 960px) {
      .c-additional-info__remarks--text {
        font-size: 12px; } }

@media screen and (max-width: 960px) {
  .inline-sp {
    display: inline !important; } }

.c-kv__container {
  position: absolute;
  width: 1104px;
  height: 748px;
  top: 6px;
  right: 30%;
  transform: translateX(39.5%);
  display: flex;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-kv__container {
      position: unset;
      width: unset;
      height: unset;
      top: unset;
      left: unset;
      display: unset;
      margin-top: unset; } }

.c-ad-container {
  position: relative;
  width: 520px;
  min-height: 567px;
  margin-top: 190px;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-ad-container {
      width: 327px;
      min-height: 327px;
      margin-top: 8px;
      margin-left: auto;
      margin-right: auto; } }

.c-ad-item__wrapper {
  position: relative;
  height: 506px; }

.c-ad-item-container {
  position: relative;
  float: left; }
  .c-ad-item-container.is-live {
    margin-right: 24px; }
    @media screen and (max-width: 960px) {
      .c-ad-item-container.is-live {
        margin-right: 17px; } }
  .c-ad-item-container.is-yoyaku {
    margin-top: 16px;
    margin-right: 24px; }
    @media screen and (max-width: 960px) {
      .c-ad-item-container.is-yoyaku {
        margin-right: 17px; } }
  .c-ad-item-container.is-present {
    margin-top: 16px; }

.c-ad-item-circle__outline {
  border-radius: 50%;
  position: relative;
  width: 239.91px;
  height: 241.25px;
  border: 4px solid #FF5050;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .c-ad-item-circle__outline {
      width: 155px;
      height: 155px;
      border: 2px solid #FF5050; } }

.c-ad-item-circle__inline {
  border-radius: 50%;
  position: relative;
  width: 223.92px;
  height: 225.16px;
  background: #FFFFFF;
  margin: 4px;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .c-ad-item-circle__inline {
      width: 144.67px;
      height: 144.67px;
      left: 0;
      bottom: 0; } }

.c-ad-item__image {
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  image-rendering: -webkit-optimize-contrast;
  z-index: 2; }
  .c-ad-item__image.is-live {
    width: 211.5px;
    margin-top: -85px; }
    @media screen and (max-width: 960px) {
      .c-ad-item__image.is-live {
        display: none; } }
  .c-ad-item__image.is-yoyaku {
    margin-top: -20px; }
    @media screen and (max-width: 960px) {
      .c-ad-item__image.is-yoyaku {
        display: none; } }
  .c-ad-item__image.is-membership {
    width: 241.5px;
    margin-top: -45px; }
    @media screen and (max-width: 960px) {
      .c-ad-item__image.is-membership {
        display: none; } }
  .c-ad-item__image.is-present {
    width: 179px;
    margin-top: -88px; }
    @media screen and (max-width: 960px) {
      .c-ad-item__image.is-present {
        display: none; } }
  .c-ad-item__image__sm {
    display: none; }
    @media screen and (max-width: 960px) {
      .c-ad-item__image__sm {
        display: block;
        position: absolute;
        image-rendering: -webkit-optimize-contrast;
        z-index: 2; }
        .c-ad-item__image__sm.is-live {
          width: 133px;
          top: 7.37px; }
        .c-ad-item__image__sm.is-membership {
          width: 154px;
          top: -15px; }
        .c-ad-item__image__sm.is-yoyaku {
          width: 145px;
          top: -10px; }
        .c-ad-item__image__sm.is-present {
          width: 112px;
          top: -6px; } }

.c-ad-item__member-id {
  position: absolute;
  width: 128px;
  top: 56px;
  left: -30px;
  z-index: 2;
  image-rendering: -webkit-optimize-contrast; }
  @media screen and (max-width: 960px) {
    .c-ad-item__member-id {
      width: 66px;
      top: 40px;
      left: -8px;
      z-index: 3; } }
  .c-ad-item__member-id__sm {
    display: none; }
    @media screen and (max-width: 960px) {
      .c-ad-item__member-id__sm {
        display: block;
        position: absolute;
        top: 39px;
        left: 0;
        z-index: 2; } }

.c-ad-item__text {
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 3; }
  .c-ad-item__text.is-live {
    width: 248px;
    bottom: 24px; }
    @media screen and (max-width: 960px) {
      .c-ad-item__text.is-live {
        width: 156px;
        bottom: 15px; } }
  .c-ad-item__text.is-membership {
    width: 208px;
    top: 145px;
    left: 18px; }
    @media screen and (max-width: 960px) {
      .c-ad-item__text.is-membership {
        width: 132px;
        top: 90px;
        left: 12px; } }
  .c-ad-item__text.is-yoyaku {
    width: 248px;
    bottom: 16px; }
    @media screen and (max-width: 960px) {
      .c-ad-item__text.is-yoyaku {
        width: 164px; } }
  .c-ad-item__text.is-present {
    width: 232px;
    bottom: 19.5px; }
    @media screen and (max-width: 960px) {
      .c-ad-item__text.is-present {
        width: 148px; } }
  .c-ad-item__text__sm {
    display: none; }
    @media screen and (max-width: 960px) {
      .c-ad-item__text__sm {
        display: block;
        position: absolute;
        z-index: 3; }
        .c-ad-item__text__sm.is-live {
          bottom: 12.53px; }
        .c-ad-item__text__sm.is-membership {
          bottom: 12.53px; }
        .c-ad-item__text__sm.is-yoyaku {
          bottom: 16.67px; }
        .c-ad-item__text__sm.is-present {
          bottom: 14.6px; } }

.c-ad-item__subtext__pc {
  display: block;
  position: relative;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  image-rendering: -webkit-optimize-contrast; }
  @media screen and (max-width: 960px) {
    .c-ad-item__subtext__pc {
      display: none; } }

.c-ad-item__subtext__sm {
  display: none; }
  @media screen and (max-width: 960px) {
    .c-ad-item__subtext__sm {
      display: block;
      position: relative;
      width: 304px;
      margin-top: -33px;
      margin-left: auto;
      margin-right: auto;
      image-rendering: -webkit-optimize-contrast; } }

.c-bg-shooting-star {
  position: absolute;
  width: 145px;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-bg-shooting-star {
      width: 76px; } }
  .c-bg-shooting-star.is-left-01 {
    top: 3px;
    left: 36px; }
    @media screen and (max-width: 960px) {
      .c-bg-shooting-star.is-left-01 {
        top: 51px;
        left: 8px; } }
  .c-bg-shooting-star.is-left-02 {
    top: 126px;
    left: 165px; }
    @media screen and (max-width: 960px) {
      .c-bg-shooting-star.is-left-02 {
        top: 202px;
        left: 18px; } }
  .c-bg-shooting-star.is-left-03 {
    top: 434px;
    left: 39px; }
    @media screen and (max-width: 960px) {
      .c-bg-shooting-star.is-left-03 {
        top: 446px;
        left: 29px; } }
  .c-bg-shooting-star.is-right-01 {
    top: 39px;
    right: 51px; }
    @media screen and (max-width: 960px) {
      .c-bg-shooting-star.is-right-01 {
        right: 15px;
        top: 130px; } }
  .c-bg-shooting-star.is-right-02 {
    top: 292px;
    right: 35px; }
    @media screen and (max-width: 960px) {
      .c-bg-shooting-star.is-right-02 {
        top: 153px;
        right: 119px; } }
  .c-bg-shooting-star.is-right-03 {
    top: 404px;
    right: 530px; }
    @media screen and (max-width: 960px) {
      .c-bg-shooting-star.is-right-03 {
        top: 465px;
        right: -11px; } }

.c-bg-container {
  position: relative;
  width: 100%;
  height: 754px;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .c-bg-container {
      height: 600.6px;
      border-bottom: 1px solid #3D5EB2; } }

.c-bg-image {
  position: absolute;
  width: 100%;
  height: 720px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .c-bg-image {
      height: 600.6px; } }

.c-bg-shape--line {
  position: absolute;
  z-index: -100; }
  @media screen and (max-width: 960px) {
    .c-bg-shape--line {
      width: 57px; } }
  .c-bg-shape--line.is-left-01 {
    top: 786px;
    left: 10.52px; }
    @media screen and (max-width: 960px) {
      .c-bg-shape--line.is-left-01 {
        top: 703px;
        left: 0; } }
  .c-bg-shape--line.is-right-01 {
    top: 2170.26px;
    right: 18.17px; }
    @media screen and (max-width: 960px) {
      .c-bg-shape--line.is-right-01 {
        top: 1689.78px;
        right: 5.31px; } }

.c-bg-shape--dot {
  position: absolute;
  z-index: -100; }
  @media screen and (max-width: 960px) {
    .c-bg-shape--dot {
      width: 98px; } }
  .c-bg-shape--dot.is-left-01 {
    top: 2106.21px;
    left: 0; }
    @media screen and (max-width: 960px) {
      .c-bg-shape--dot.is-left-01 {
        top: 1450px;
        left: 0; } }
  .c-bg-shape--dot.is-left-02 {
    display: none; }
    @media screen and (max-width: 960px) {
      .c-bg-shape--dot.is-left-02 {
        display: block;
        top: 2524px;
        left: 21.23px; } }
  .c-bg-shape--dot.is-right-01 {
    top: 792px;
    right: 0; }
    @media screen and (max-width: 960px) {
      .c-bg-shape--dot.is-right-01 {
        top: 816px; } }

.c-benefits__container {
  position: relative;
  width: 636px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-benefits__container {
      display: block;
      width: 327px;
      margin-top: 64px; } }

.c-benefits-item__container {
  position: relative;
  width: 306px;
  margin-bottom: 24px; }
  .c-benefits-item__container:nth-child(odd) {
    margin-right: 24px; }
    @media screen and (max-width: 960px) {
      .c-benefits-item__container:nth-child(odd) {
        margin-right: unset; } }
  @media screen and (max-width: 960px) {
    .c-benefits-item__container {
      width: 327px; } }

.c-benefits-item__title {
  display: block;
  width: inherit;
  line-height: 21.04px;
  background: #5887FF;
  border-radius: 2px;
  padding-left: 15.3px;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF; }

.c-benefits-item__content {
  display: block;
  width: 275px;
  margin-top: 5px;
  margin-left: 15.3px;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #5887FF; }
  @media screen and (max-width: 960px) {
    .c-benefits-item__content {
      height: unset;
      width: 295px;
      margin-top: 8px; } }
  .c-benefits-item__content--remark {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 4px; }
    @media screen and (max-width: 960px) {
      .c-benefits-item__content--remark {
        font-weight: 500; }
        .c-benefits-item__content--remark.is-font-small {
          font-size: 8px;
          line-height: 12px; } }

.c-benefits-item__image {
  display: block;
  width: 275px;
  margin-top: 8px;
  image-rendering: -webkit-optimize-contrast; }

.c-benefits-item__membership-card {
  display: block;
  width: 173.5px;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  image-rendering: -webkit-optimize-contrast; }

.c-sns-link__container {
  width: 76px;
  padding-top: 52px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.c-sns-link__icon {
  width: 20px; }

.c-footer-link-table {
  width: 720px;
  margin-top: 59.75px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 960px) {
    .c-footer-link-table {
      display: none; } }
  .c-footer-link-table__data {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-bottom: 16px;
    max-width: 231px; }
    .c-footer-link-table__data.is-disable {
      display: none; }

.c-footer-link-sm__container {
  display: none; }
  @media screen and (max-width: 960px) {
    .c-footer-link-sm__container {
      display: block;
      width: 375px;
      margin-top: 60px;
      margin-left: auto;
      margin-right: auto; } }

@media screen and (max-width: 960px) {
  .c-footer-link-sm__item {
    display: block;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 16px; }
    .c-footer-link-sm__item:last-child {
      margin-bottom: 48px; }
    .c-footer-link-sm__item.is-disable {
      display: none; } }

.c-footer-license__container {
  width: 384px;
  display: flex;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px; }
  @media screen and (max-width: 960px) {
    .c-footer-license__container {
      width: 157px;
      flex-direction: column; } }

.c-footer-license__wrapper {
  width: 180px;
  display: flex; }
  .c-footer-license__wrapper:first-child {
    margin-right: 24px; }
    @media screen and (max-width: 960px) {
      .c-footer-license__wrapper:first-child {
        margin-right: unset;
        margin-bottom: 8px; } }

.c-footer-license__image {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  image-rendering: -webkit-optimize-contrast; }

.c-footer-license__number__container {
  display: flex;
  flex-direction: column; }

.c-footer-license__number {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF; }

.c-footer-site-name {
  display: block;
  height: 28px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF; }

.c-footer-copyright {
  display: block;
  height: 19px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF; }
  @media screen and (max-width: 960px) {
    .c-footer-copyright {
      padding-bottom: 32px; } }

.c-kv-text {
  position: relative;
  display: block;
  width: 1022px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3; }
  @media screen and (max-width: 960px) {
    .c-kv-text {
      display: none; } }
  .c-kv-text--sm {
    display: none; }
    @media screen and (max-width: 960px) {
      .c-kv-text--sm {
        display: block;
        position: relative;
        width: 367px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        z-index: 3; } }
    .c-kv-text--sm svg {
      width: 100%;
      height: auto; }

.c-kv-charactor {
  position: relative;
  display: block;
  margin-left: -201px;
  image-rendering: -webkit-optimize-contrast;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .c-kv-charactor {
      display: none; } }
  .c-kv-charactor__sm {
    display: none; }
    @media screen and (max-width: 960px) {
      .c-kv-charactor__sm {
        display: block;
        position: absolute;
        width: 312px;
        height: 267px;
        top: 333px;
        left: 50%;
        transform: translateX(-54%);
        image-rendering: -webkit-optimize-contrast;
        z-index: 1; } }

.c-fee-table__title {
  display: block;
  text-align: center;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  color: #5887FF; }
  @media screen and (max-width: 960px) {
    .c-fee-table__title {
      line-height: 24px;
      font-size: 24px;
      margin-top: 64.2px; } }

.c-fee-table__sub-title {
  display: block;
  width: 537px;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #5887FF;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px; }
  @media screen and (max-width: 960px) {
    .c-fee-table__sub-title {
      width: 314px;
      margin-top: 16px;
      font-size: 14px;
      line-height: 14px; } }

.c-membership__container {
  width: 504px;
  margin-top: 16.8px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #3D5EB2;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-membership__container {
      width: 327px;
      margin-top: 16px; } }

.c-monthly-membership__container {
  width: calc(502px / 2);
  height: inherit;
  border-right: 1px solid #3D5EB2; }
  @media screen and (max-width: 960px) {
    .c-monthly-membership__container {
      width: calc(327px / 2); } }

.c-annual-membership__container {
  width: calc(502px / 2);
  height: inherit; }
  @media screen and (max-width: 960px) {
    .c-annual-membership__container {
      width: calc(327px / 2); } }

.c-monthly-membership__title {
  width: inherit;
  height: 92px;
  background: #5887FF;
  border-right: 1px solid #3D5EB2;
  border-left: 1px solid #3D5EB2;
  border-bottom: 1px solid #3D5EB2;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (max-width: 960px) {
    .c-monthly-membership__title {
      height: 59.04px;
      line-height: 59.04px;
      font-size: 18px; } }
  .c-monthly-membership__title--main {
    display: block;
    font-family: m-plus-rounded-2p, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px; }
    @media screen and (max-width: 960px) {
      .c-monthly-membership__title--main {
        font-size: 16px;
        line-height: 16px; } }
  .c-monthly-membership__title--sub {
    display: block;
    font-family: m-plus-rounded-2p, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px; }
    @media screen and (max-width: 960px) {
      .c-monthly-membership__title--sub {
        font-size: 10px;
        line-height: 10px; } }

.c-monthly-membership__fee {
  width: inherit;
  height: 72px;
  background: rgba(88, 135, 255, 0.5);
  text-align: center;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #3D5EB2;
  border-right: 1px solid #3D5EB2;
  border-bottom: 1px solid #3D5EB2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (max-width: 960px) {
    .c-monthly-membership__fee {
      height: 46.06px;
      font-size: 13px; } }
  .c-monthly-membership__fee > span {
    font-size: 14px;
    line-height: 14px; }
    @media screen and (max-width: 960px) {
      .c-monthly-membership__fee > span {
        font-size: 9px;
        line-height: 9px; } }

.c-monthly-membership__items {
  width: 216px;
  margin-top: 40px;
  margin-left: 16px;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 960px) {
    .c-monthly-membership__items {
      width: 140.14px;
      font-size: 12px;
      line-height: 16px;
      margin-top: 25.95px;
      margin-left: 10.38px; } }
  .c-monthly-membership__items--available {
    color: #5887FF;
    margin-bottom: 16px;
    display: flex; }
    .c-monthly-membership__items--available--marker {
      display: inline-block;
      margin-right: 10px;
      width: 18px; }
      @media screen and (max-width: 960px) {
        .c-monthly-membership__items--available--marker {
          margin-right: 5px; } }
    .c-monthly-membership__items--available--text {
      display: inline-block;
      width: 198px; }
    @media screen and (max-width: 960px) {
      .c-monthly-membership__items--available {
        margin-bottom: 10px; } }
  .c-monthly-membership__items--not-available {
    color: rgba(88, 135, 255, 0.5);
    margin-bottom: 16px;
    display: flex; }
    .c-monthly-membership__items--not-available--marker {
      display: inline-block;
      margin-right: 10px;
      width: 18px; }
      @media screen and (max-width: 960px) {
        .c-monthly-membership__items--not-available--marker {
          margin-right: 5px; } }
    .c-monthly-membership__items--not-available--text {
      display: inline-block;
      width: 198px; }
    @media screen and (max-width: 960px) {
      .c-monthly-membership__items--not-available {
        margin-bottom: 10px; } }

.c-annual-membership__title {
  width: inherit;
  height: 75.6px;
  line-height: 75.6px;
  background: #5887FF;
  border-bottom: 1px solid #3D5EB2;
  text-align: center;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  color: #FFFFFF; }
  @media screen and (max-width: 960px) {
    .c-annual-membership__title {
      height: 49.05px;
      line-height: 49.05px;
      font-size: 18px; } }

.c-annual-membership__fee {
  width: inherit;
  height: 75.6px;
  line-height: 75.6px;
  background: rgba(88, 135, 255, 0.5);
  text-align: center;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #3D5EB2; }
  @media screen and (max-width: 960px) {
    .c-annual-membership__fee {
      height: 46.06px;
      line-height: 46.06px;
      font-size: 13px; }
      .c-annual-membership__fee > span {
        font-size: 9px; } }

.c-annual-membership__items {
  width: 220.5px;
  margin-top: 38.85px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px; }
  @media screen and (max-width: 960px) {
    .c-annual-membership__items {
      width: 143.06px;
      font-size: 12px;
      margin-top: 16.35px; } }
  .c-annual-membership__items--available {
    color: #5887FF;
    margin-bottom: 22px; }
    @media screen and (max-width: 960px) {
      .c-annual-membership__items--available {
        margin-bottom: 11px; } }

.c-membership__remark {
  position: relative;
  width: 608px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .c-membership__remark {
      width: 327px;
      margin-top: 16.96px;
      text-align: unset; } }
  .c-membership__remark > span {
    display: block;
    font-family: m-plus-rounded-2p, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5887FF; }
    @media screen and (max-width: 960px) {
      .c-membership__remark > span {
        font-size: 10px;
        line-height: 15px; } }

.c-user-flow__container {
  width: 456px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 960px) {
    .c-user-flow__container {
      width: 266px;
      margin-top: 64px; } }

.c-user-flow__title {
  width: inherit;
  text-align: center;
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  color: #5887FF;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-user-flow__title {
      font-size: 14px; } }

.c-user-flow__image {
  width: 272.8px;
  margin-top: 15px;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-user-flow__image {
      width: 210px;
      margin-top: 8.16px; } }
  .c-user-flow__image--content {
    width: inherit; }

.c-user-flow__button {
  width: 336px;
  height: 84px;
  margin-top: 36px;
  background: linear-gradient(93.28deg, #39B8FF 7.46%, #BE74E7 52.74%, #FF50A4 98.2%);
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-user-flow__button {
      display: block;
      text-align: center;
      width: 220px;
      height: 55px;
      margin-top: 29px; } }
  .c-user-flow__button--text {
    font-family: m-plus-rounded-2p, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    margin-top: 28px;
    z-index: 2; }
    @media screen and (max-width: 960px) {
      .c-user-flow__button--text {
        display: block;
        font-size: 16px;
        margin-top: 14px; } }
  .c-user-flow__button--detail {
    font-family: m-plus-rounded-2p, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-top: -4px;
    color: #FFFFFF;
    opacity: 0.5;
    z-index: 2; }
    @media screen and (max-width: 960px) {
      .c-user-flow__button--detail {
        display: block;
        margin-top: -10px; } }

.c-start-btn__container {
  position: absolute;
  width: 96.53px;
  height: 96.53px;
  margin-top: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-start-btn__container {
      width: 48.9px;
      height: 48.9px;
      margin-top: 10px; } }

.c-start-btn--circle {
  position: absolute;
  width: 96.53px;
  height: 96.53px;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .c-start-btn--circle {
      width: 48.9px;
      height: 48.9px; } }

.c-start-btn--triangle {
  position: absolute;
  margin-left: 6px;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-start-btn--triangle {
      width: 18px; } }

.c-message-video__container {
  position: relative;
  width: 600px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  @media screen and (max-width: 960px) {
    .c-message-video__container {
      width: 330px;
      margin-top: 50px;
      margin-bottom: -10px; } }

.c-message-video__content {
  width: 100%;
  z-index: 2; }

.c-message-video__text {
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 15px;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-message-video__text {
      width: 248px; } }

.c-float-join__container {
  position: fixed;
  bottom: 0;
  width: 327px;
  height: 72px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  text-align: center;
  z-index: 3; }

.c-float-join__title {
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  height: 22px;
  line-height: 24px;
  color: #5887FF;
  margin-top: 4px; }

.c-float-join__button {
  width: 286px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(93.28deg, #39B8FF 7.46%, #BE74E7 52.74%, #FF50A4 98.2%);
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  cursor: pointer; }

.c-float-join__text {
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }

.c-float-join__subtext {
  font-family: m-plus-rounded-2p, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  color: #FFFFFF;
  opacity: 0.5; }

.u-mt-24 {
  margin-top: 24px; }

.u-font-10px {
  font-size: 10px; }
