@charset "UTF-8";
/* ------------------------------------------------------ */
/* cp_money_referral202603_pc.css */
/* ------------------------------------------------------ */
/* base overwrite
--------------------------------------------------------- */
.page-layout {
    width: 100%;
    padding: 0;
}

#breadcrumb {
    width: 1176px;
    margin: 0 auto;
}

main {
    width: 100%;
    padding: 0;
}
main p {
    font-size: 16px;
}

footer {
    margin-bottom: 64px;
}

/* unique
--------------------------------------------------------- */
sup {
    font-size: 10px;
    font-weight: normal;
}

.mainvisual-referral {
    margin-bottom: 16px;
}
.mainvisual-referral .referral-heading {
    position: relative;
    margin-bottom: 16px;
    text-align: center;
}
.mainvisual-referral .referral-heading::before,
.mainvisual-referral .referral-heading::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 50%;
    height: 100%;
}
.mainvisual-referral .referral-heading::before {
    right: 50%;
    background-color: #f02;
}
.mainvisual-referral .referral-heading::after {
    left: 50%;
    background-color: #4679e8;
}
.mainvisual-referral .referral-note {
    width: 1080px;
    margin: 0 auto;
}

.heading2-referral {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 48px;
    padding-bottom: 12px;
    font-size: 36px;
    text-align: center;
}
.heading2-referral::before,
.heading2-referral::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 32px;
    height: 6px;
}
.heading2-referral::before {
    right: 50%;
    background-color: #f02;
}
.heading2-referral::after {
    left: 50%;
    background-color: #4679e8;
}
.heading3-referral {
    margin-bottom: 32px;
    color: #000;
    font-size: 30px;
    text-align: center;
}
.heading3-referral strong {
    font-size: 40px;
}
.heading-referral-bubble {
    position: relative;
    margin-bottom: 24px;
    padding: 0 8px;
    line-height: 1.4;
    text-align: center;
}
.heading-referral-bubble::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px dashed #bbb;
}
.heading-referral-bubble .referral-bubble-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 48px;
    padding: 0 24px;
    border: 2px solid #f02;
    border-radius: 24px;
    background: #fff;
    color: #f02;
    font-size: 20px;
    font-weight: bold;
}
.heading-referral-bubble .referral-bubble-text::before,
.heading-referral-bubble .referral-bubble-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
}
.heading-referral-bubble .referral-bubble-text::before {
    border-top: 8px solid #f02;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.heading-referral-bubble .referral-bubble-text::after {
    margin-top: -3px;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.heading-referral-bubble.no-line::before {
    content: none;
}

.block-referral-intoroduction {
    padding: 80px 16px;
    background-color: #f02;
}
.block-referral-intoroduction .referral-intoroduction-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 56px 80px;
    border-radius: 40px;
    background-color: #fff9e9;
}
.block-referral-howto-entry {
    padding: 80px 0 130px;
    background-color: #fff9e9;
}
.block-referral-howto-entry .heading2-referral {
    margin-bottom: 0;
}
.block-referral-entry {
    position: relative;
    margin-bottom: 56px;
}
.block-referral-entry::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}
.block-referral-entry .referral-entry-inner {
    position: relative;
    width: 760px;
    margin: 0 auto;
    padding: 24px 40px;
    border-radius: 32px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35);
    text-align: center;
}
.block-referral-entry .referral-entry-heading {
    margin-bottom: 16px;
    color: #fff;
    font-size: 30px;
}
.block-referral-entry .referral-entry-form {
    padding: 48px 24px;
    border-radius: 32px;
    background-color: #fff9e9;
}
.block-referral-entry .referral-entry-form.is-ended .referral-entry-code {
    position: relative;
}
.block-referral-entry .referral-entry-form.is-ended .referral-entry-code::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
}
.block-referral-entry .referral-entry-form.is-ended .referral-entry-code-input:disabled {
    background-color: #fff;
    color: #bababa;
}
.block-referral-entry .referral-entry-form.is-ended .referral-entry-code-input:disabled::placeholder {
    color: #bababa;
}
.block-referral-entry .referral-entry-form.is-ended .referral-entry-code-button::before {
    background-image: url("../images/icon_referral_entry_code_copy_disabled.svg");
}
.block-referral-entry .referral-entry-form.is-ended .referral-entry-button {
    background-color: #d5d5d5;
    color: #949494;
}
.block-referral-entry .referral-entry-title {
    margin-bottom: 16px;
    border-bottom: none;
    font-size: 24px;
    font-weight: bold;
}
.block-referral-entry .referral-entry-code {
    display: flex;
    justify-content: center;
    max-width: 536px;
    height: 80px;
    margin: 0 auto 16px;
    overflow: hidden;
    border: 1px solid #bbb;
    border-radius: 8px;
    background-color: #fff;
}
.block-referral-entry .referral-entry-code-input {
    flex-grow: 1;
    width: 0;
    border: none;
    background: transparent;
    font-size: 24px;
    text-align: center;
}
.block-referral-entry .referral-entry-code-input::placeholder {
    color: #bababa;
}
.block-referral-entry .referral-entry-code-input:disabled {
    opacity: 1;
    background-color: #d5d5d5;
    color: #949494;
}
.block-referral-entry .referral-entry-code-input:disabled::placeholder {
    color: #949494;
}
.block-referral-entry .referral-entry-code-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    padding: 12px;
    border-left: 1px solid #bbb;
    transition: opacity .2s ease-out;
}
.block-referral-entry .referral-entry-code-button::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 49px;
    background: url("../images/icon_referral_entry_code_copy.svg") 0 0/contain no-repeat;
}
.block-referral-entry .referral-entry-code-button:hover {
    opacity: .7;
}
.block-referral-entry .referral-entry-code-button:disabled::before {
    background-image: url("../images/icon_referral_entry_code_copy_disabled.svg");
}
.block-referral-entry .referral-entry-code-button:disabled:hover {
    opacity: 1;
}
.block-referral-entry .referral-entry-copied {
    display: none;
    color: #949494;
}
.block-referral-entry .referral-entry-error {
    display: none;
    color: #c40404;
}
.block-referral-entry .referral-entry-share {
    position: relative;
}
.block-referral-entry .referral-entry-share-list {
    display: none;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    padding: 16px;
    border: 1px solid #bbb;
    border-radius: 6px;
    background: #fff;
}
.block-referral-entry .referral-entry-share-list > li {
    margin-bottom: 16px;
}
.block-referral-entry .referral-entry-share-list > li:last-child {
    margin-bottom: 0;
}
.block-referral-entry .referral-entry-share-list > li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}
.block-referral-entry .referral-entry-share-list > li a::after {
    content: none;
}
.block-referral-entry .referral-entry-share-list > li a:hover {
    text-decoration: underline;
}
.block-referral-entry .referral-entry-conversion {
    margin-top: 40px;
}
.block-referral-entry .referral-entry-conversion:last-child {
    margin-bottom: 0;
}
.block-referral-entry .referral-entry-conversion-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 4px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
}
.block-referral-entry .referral-entry-conversion-lead::before {
    content: "＼";
}
.block-referral-entry .referral-entry-conversion-lead::after {
    content: "／";
}
.block-referral-entry .referral-entry-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    min-height: 80px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 40px;
    background: #1c2b50;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color .2s ease-out;
}
.block-referral-entry .referral-entry-button:hover {
    background-color: #354a7c;
}
.block-referral-entry .referral-entry-button.login {
    background-color: #ee6001;
}
.block-referral-entry .referral-entry-button.login:hover {
    background-color: #f2843b;
}
.block-referral-entry .referral-entry-button.entried {
    background-color: #f02;
}
.block-referral-entry .referral-entry-button.entried:hover {
    background-color: #ff4c64;
}
.block-referral-entry .referral-entry-note {
    margin-top: 40px;
    text-align: left;
}
.block-referral-entry.referrer {
    margin-top: -82px;
    padding-bottom: 40px;
}
.block-referral-entry.referrer::before {
    bottom: 0;
    height: calc(100% - 82px);
    background-color: #f02;
}
.block-referral-entry.referrer .referral-entry-inner {
    background-color: #f02;
}
.block-referral-entry.referree {
    padding-top: 80px;
}
.block-referral-entry.referree::before {
    top: 0;
    height: calc(100% - 192px);
    background-color: #4679e8;
}
.block-referral-entry.referree .referral-entry-inner {
    background-color: #4679e8;
}
.block-referral-entry-steps {
    width: 1080px;
    margin: 0 auto 56px;
    background: #fff;
}
.block-referral-incentive {
    padding: 48px 0 80px;
}
.block-referral-incentive.referrer {
    background: #f02;
}
.block-referral-incentive.referree {
    background: #4679e8;
}
.block-referral-incentive .referral-incentive-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 48px 80px;
    border-radius: 40px;
    background-color: #fff;
}
.block-referral-incentive .referral-incentive-title {
    margin-bottom: 16px;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.block-referral-incentive .referral-incentive-image {
    margin-bottom: 48px;
    text-align: center;
}
.block-referral-incentive .referral-incentive-schedule {
    max-width: 536px;
    margin: 0 auto 24px;
    padding: 24px 16px;
    background-color: #f5f5f5;
    text-align: center;
}
.block-referral-incentive .referral-incentive-schedule-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    max-width: 360px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 8px;
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.block-referral-incentive .referral-incentive-schedule-date::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../images/icon_referral_incentive_schedule_date.svg") 0 0/contain no-repeat;
}
.block-referral-about {
    margin-bottom: 40px;
    padding: 80px 0;
    background-color: #fff9e9;
}
.block-referral-about .referral-about-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 64px 80px;
    border: 3px solid #f02;
    border-radius: 40px;
    background-color: #fff;
}
.block-referral-about .referral-about-bubble {
    position: relative;
    margin-bottom: 48px;
    padding: 0 8px;
    line-height: 1.4;
    text-align: center;
}
.block-referral-about .referral-about-bubble::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px dashed #bbb;
}
.block-referral-about .referral-about-bubble-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 48px;
    padding: 0 24px;
    border: 2px solid #f02;
    border-radius: 24px;
    background: #fff;
    color: #f02;
    font-size: 16px;
    font-weight: bold;
}
.block-referral-about .referral-about-bubble-text::before,
.block-referral-about .referral-about-bubble-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
}
.block-referral-about .referral-about-bubble-text::before {
    border-top: 8px solid #f02;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.block-referral-about .referral-about-bubble-text::after {
    margin-top: -3px;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.block-referral-about .referral-about-bubble.no-line::before {
    content: none;
}
.block-referral-about .referral-about-howto-list {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 48px;
}
.block-referral-about .referral-about-howto-list > li {
    width: 200px;
}
.block-referral-about .referral-about-howto-list > li:last-child .referral-about-howto-list-image::after {
    content: none;
}
.block-referral-about .referral-about-howto-list-image {
    position: relative;
    margin-bottom: 16px;
}
.block-referral-about .referral-about-howto-list-image::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -48px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-width: 12px 0 12px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #d9d9d9;
}
.block-about-money-description {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 48px;
    margin-bottom: 48px;
}
.block-follow-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 8px;
    background-color: rgba(0, 0, 0, .3);
}

.column-referral-intoroduction {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 56px;
    margin-bottom: 16px;
}
.column-referral-intoroduction dd {
    padding: 32px 32px 40px;
}
.column-referral-intoroduction .referral-intoroduction-item {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background-color: #fff;
}
.column-referral-intoroduction .referral-intoroduction-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    pointer-events: none;
}
.column-referral-intoroduction .referral-intoroduction-item.referrer::before {
    border: 3px solid #f02;
}
.column-referral-intoroduction .referral-intoroduction-item.referrer .referral-intoroduction-title {
    background-color: #f02;
}
.column-referral-intoroduction .referral-intoroduction-item.referrer .referral-intoroduction-label {
    border-color: #f02;
    background-color: #ffe6e9;
    color: #f02;
}
.column-referral-intoroduction .referral-intoroduction-item.referree::before {
    border: 3px solid #4679e8;
}
.column-referral-intoroduction .referral-intoroduction-item.referree .referral-intoroduction-title {
    background-color: #4679e8;
}
.column-referral-intoroduction .referral-intoroduction-item.referree .referral-intoroduction-label {
    border-color: #4679e8;
    background-color: #dde7ff;
    color: #4679e8;
}
.column-referral-intoroduction .referral-intoroduction-item.referree .referral-intoroduction-text-emphasis {
    position: relative;
    padding-left: 28px;
}
.column-referral-intoroduction .referral-intoroduction-item.referree .referral-intoroduction-text-emphasis::before {
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 32px;
    background: url("../images/icon_referral_intoroduction_beginner.svg") 0 0/contain no-repeat;
}
.column-referral-intoroduction .referral-intoroduction-title {
    padding: 16px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.column-referral-intoroduction .referral-intoroduction-label {
    width: fit-content;
    margin: 0 auto 16px;
    padding: 2px 16px;
    border-width: 1px;
    border-radius: 6px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.column-referral-intoroduction .referral-intoroduction-text {
    margin: 0 auto 16px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.column-referral-intoroduction .referral-intoroduction-text-emphasis {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 30px;
}
.column-referral-intoroduction .referral-intoroduction-text-incentive {
    width: 100%;
    max-width: 320px;
}
.column-referral-intoroduction .referral-intoroduction-image {
    margin-bottom: 24px;
}

.list-referral-entry-steps {
    display: flex;
    gap: 56px;
    margin-bottom: 16px;
    padding-top: 48px;
}
.list-referral-entry-steps .referral-entry-steps-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px 0;
    position: relative;
    width: calc((100% - 112px) / 3);
    padding: 40px 24px;
    border-width: 3px;
    border-radius: 32px;
}
.list-referral-entry-steps .referral-entry-steps-item::before {
    content: "";
    position: absolute;
    top: -48px;
    left: 32px;
    width: 118px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
}
.list-referral-entry-steps .referral-entry-steps-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -43px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-width: 28px 0 28px 24px;
    border-style: solid;
    border-color: transparent transparent transparent #d9d9d9;
}
.list-referral-entry-steps .referral-entry-steps-item:last-child::after {
    content: none;
}
.list-referral-entry-steps .referral-entry-steps-item.referrer {
    border-color: #f02;
}
.list-referral-entry-steps .referral-entry-steps-item.referrer.step01::before {
    background-image: url("../images/icon_referral_entry_steps_referrer_01.svg");
}
.list-referral-entry-steps .referral-entry-steps-item.referrer.step02::before {
    background-image: url("../images/icon_referral_entry_steps_referrer_02.svg");
}
.list-referral-entry-steps .referral-entry-steps-item.referree {
    border-color: #4679e8;
}
.list-referral-entry-steps .referral-entry-steps-item.referree.step01::before {
    background-image: url("../images/icon_referral_entry_steps_referree_01.svg");
}
.list-referral-entry-steps .referral-entry-steps-item.referree.step02::before {
    background-image: url("../images/icon_referral_entry_steps_referree_02.svg");
}
.list-referral-entry-steps .referral-entry-steps-item.referree.step03::before {
    background-image: url("../images/icon_referral_entry_steps_referree_03.svg");
}
.list-referral-entry-steps .referral-entry-steps-label {
    width: fit-content;
    height: 24px;
    margin: 0 auto;
    padding: 2px 16px;
    border-width: 1px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: bold;
}
.list-referral-entry-steps .referral-entry-steps-label.referrer {
    border-color: #f02;
    color: #f02;
}
.list-referral-entry-steps .referral-entry-steps-label.referree {
    border-color: #4679e8;
    color: #4679e8;
}
.list-referral-entry-steps .referral-entry-steps-title {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.list-referral-entry-steps .referral-entry-steps-image {
    margin-top: auto;
}
.list-referral-entry-steps .referral-entry-steps-sub {
    position: absolute;
    right: 32px;
    bottom: 20px;
    font-size: 14px;
    line-height: 1;
}
.list-note-num.start2 {
    counter-reset: note_num 1;
}

.button-referral-anchor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 280px;
    height: 56px;
    border: 1px solid #f02;
    border-radius: 28px;
    background-color: #fff;
    color: #f02;
    text-decoration: none;
    transition: background-color .2s ease-out, color .2s ease-out;
}
.button-referral-anchor::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-45%) rotate(45deg);
    transform-origin: 100%;
    width: 12px;
    height: 12px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    transition: border-color .2s ease-out;
}
.button-referral-anchor.referrer {
    border-color: #f02;
    color: #f02;
}
.button-referral-anchor.referrer::after {
    border-color: #f02;
}
.button-referral-anchor.referrer:hover {
    background-color: #f02;
    color: #fff;
}
.button-referral-anchor.referrer:hover::after {
    border-color: #fff;
}
.button-referral-anchor.referrer.follow {
    background-color: #f02;
}
.button-referral-anchor.referrer.follow::after {
    border-color: #fff;
}
.button-referral-anchor.referrer.follow:hover {
    background-color: #ff4c64;
}
.button-referral-anchor.referree {
    border-color: #4679e8;
    color: #4679e8;
}
.button-referral-anchor.referree::after {
    border-color: #4679e8;
}
.button-referral-anchor.referree:hover {
    background-color: #4679e8;
    color: #fff;
}
.button-referral-anchor.referree:hover::after {
    border-color: #fff;
}
.button-referral-anchor.referree.follow {
    background-color: #4679e8;
}
.button-referral-anchor.referree.follow::after {
    border-color: #fff;
}
.button-referral-anchor.referree.follow:hover {
    background-color: #7da1ef;
}
.button-referral-anchor.follow {
    height: 48px;
    border: none;
    color: #fff;
}

.template_cp .block-code-issuance .code-issuance-schedule th {
    width: 304px;
}
.template_cp .block-code-issuance .code-issuance-schedule td:first-of-type {
    width: auto;
    text-align: left;
}