body .tomonokai {
  font-family: "Noto Sans", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

main .linear-bg {
    padding-top: 30px;
}

main .container {
    max-width: 1000px;
    width: calc(100% - 60px) !important;
    margin: 0 auto;
    padding: 0;
}

main figure img {
    max-width: 100%;
}

main ul {
    padding-left: 0;
}

main .content-detail {
    padding-top: 0;
}

main .list-type03 li {
    position: relative;
    padding-left: 20px;

}

@media (max-width: 767px) {
    main .linear-bg {
        padding-top: 50px;
    }
    main .list-type03 li {
        padding-left: 24px;
    }
}

main .list-type03 > li:before {
    position: absolute;
    content: "";
    top: 14px;
    left: 0;
    width: 16px;
    height: 2px;
    margin: 0;
    background-color: #482019;
}
@media (max-width: 767px) {
    main .list-type03 > li:before {
        top: 20px;
    }
    .mt-100-sp {
        margin-top: 100px;
    }
}
@media (min-width: 768px) {
    .mt-150-pc {
        margin-top: 150px !important;
    }
}

.heading-01 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.8;
    background-color: #8A92C6;
    color: #fff;
    margin: 0;
}
.heading-02 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.8;
    background-color: #FF8DAE;
    color: #fff;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.heading-03 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    background-color: #fff;
    color: #FF6F99;
    padding: 8px 0 8px 20px;
    margin-bottom: 30px;
}
.heading-03::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #FF8DAE;
}
.heading-04 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #482019;
    padding-left: 20px;
    line-height: 1.5;
}
.heading-04::before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #482019;
}
.heading-04.text-pink3::before {
    background-color: #FF6F99;
}
.heading-05 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}
.heading-05.bg-red {
    background-color: #FF0066;
}
.heading-05.bg-blue {
    background-color: #00B0F0;
}
@media (max-width: 768px) {
    .heading-01 {
        font-size: 50px;
        line-height: 1;
        padding: 15px 0;
    }
    .heading-02 {
        font-size: 50px;
        line-height: 1;
    }
    .heading-03 {
        font-size: 38px;
        padding: 8px 0 8px 38px;
        margin-bottom: 56px;
    }
    .heading-03::before {
        width: 20px;
    }
    .heading-04 {
        font-size: 32px;
        padding-left: 38px;
        letter-spacing: 1.2px;
    }
    .heading-04::before {
        top: 12px;
        width: 25px;
        height: 25px;
    }
    .heading-05 {
        font-size: 30px;
    }
}

.linear-bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFAF), color-stop(85%, #FFFFEE), to(#FFFFFF));
    background: linear-gradient(180deg, #FFFFAF 0%, #FFFFEE 85%, #FFFFFF 100%);
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 30px;
    padding: 0 75px;
    gap: 30px 50px;
}

.nav-list li {
    width: calc(50% - 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .nav-list {
        margin-top: 60px;
        padding: 0 24px;
        gap: 54px 30px;
    }
    .nav-list li {
        width: calc(50% - 15px);
    }
}

.nav-list li a.button {
    font-size: 25px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    border-radius: 10px;
    border: 3px solid #FA5683;
    color: #FA5683;
    background-color: #fff;
    box-shadow: none;
}
@media (max-width: 767px) {
    .nav-list li a.button {
        font-size: 32px;
        line-height: 1.2;
        padding: 25px 6px 45px;
        border: 5px solid #FA5683;
        border-radius: 20px;
    }

    .nav-list li a.button::after {
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 14px;
        left: auto;
        width: 20px;
        height: 20px;
        border-top: 4px solid #FF8DAE;
        border-right: 4px solid #FF8DAE;
        transform: translateX(50%) rotate(135deg);
        margin: 0;
    }
}

main .button {
    display: block;
    margin: auto;
    padding: 10px 30px;
    height: auto;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    background-color: #3146bb;
    border: 1px solid #3146bb;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}

main .button.button-top {
    font-size: 26px;
    max-width: 550px;
    background-color: #fff;
    color: #8A92C6;
    border: 3px solid #8A92C6;
    padding: 17px 30px;
    box-shadow: none;
}

@media (max-width: 767px) {
    main .button {
        font-size: 34px;
        line-height: 1.5;
    }
    main .button.button-top {
        font-size: 36px;
        max-width: 100%;
        border: 5px solid #8A92C6;
    }
    main .button.button-top::after {
        width: 20px;
        height: 20px;
        border-top: 4px solid #8A92C6;
        border-right: 4px solid #8A92C6;
    }
    main .button.button-m {
        width: 400px;
    }
    .button.button-pink2 {
        padding: 16px 30px;
        border-radius: 15px;
    }
}

.button-white {
    background-color: #fff;
}

.button.custom-button-pink {
    background-color: #E86FA5;
    color: #fff;
    border: 3px solid #FA5683;
    border-radius: 10px;
}

.button.button-white.custom-button-pink {
    font-size: 30px;
    font-weight: 700;
    background-color: #fff;
    color: #FA5683;
}

.button.button-pink {
    background-color: #E86FA5;
    color: #fff;
    border: 1px solid #E86FA5;
}
.button.button-pink2 {
    background-color: #FF8DAE;
    color: #fff;
    border: 1px solid #FF8DAE;
    box-shadow: none;
}

.text-pink3 {
    color: #FF6F99 !important;
}
main .text-bold {
    font-weight: 700
}
.link {
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}
.link-url {
    word-break: break-all;
}

@media (max-width: 767px) {
    .button.button-white.custom-button-pink {
        font-size: 38px;
    }
    .button.custom-button-pink {
        border: 4px solid #FA5683
    }
}


.home .card {
    border: 1px solid #d9d9d9;
    padding: 25px 20px;
}
.home .card-title {
    font-size: 18px;
    font-weight: 700;
}
.home .card-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 767px) {
    .home .card {
        padding: 15px 12px;
    }
    .home .card-title {
        font-size: 26px !important;
        line-height: 1.5;
    }
    .home .card-content p {
        font-size: 24px;
        line-height: 1.5;
    }
}

.card-figure {
    position: relative;
    background-color: #fff;
    border: 3px solid #FF8DAE;
    border-radius: 10px;
    padding: 35px 25px 20px;
}
.card-figure .card-title {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    background-color: #FF8DAE;
    border-radius: 10px;
    color: #fff;
    padding: 8px 10px;
    min-width: 350px;
}
.card-figure .card-img {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .card-figure {
        padding: 50px 25px;
        border: 5px solid #FF8DAE;
        border-radius: 15px;
    }
    .card-figure .card-title {
        font-size: 34px !important;
        top: -32px;
        min-width: 430px;
        border-radius: 15px;
    }
    .card-figure ul > li {
        font-size: 30px;
        line-height: 1.5;
    }
}

main .accordion-list {
    margin-top: 27px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
    background-color: #fff;
}
main .accordion-list > li {
    display: block;
    border-bottom: 1px solid #D9D9D9;
    background: #fff;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
main .accordion-list .accordion-title {
    position: relative;
    padding: 18px 40px 18px 0;
    text-align: left;
    color: #482019;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

main .accordion-list .accordion-content {
    position: relative;
    padding: 0;
    background: transparent;
    color: #D9D9D9;
    line-height: 40px;
    letter-spacing: 1.44px;
    display: none;
    padding-left: 63px;
    padding-right: 20px;
    color: #482019;
    padding-bottom: 30px;
    margin-top: 10px;
    padding-top: 15px;
    font-size: 20px;
}
main .accordion-list .accordion-title:before,
main .accordion-list .accordion-title:after {
    content: "";
    position: absolute;
    top: 50%;
    background: #8A92C6;
    transform: rotate(0deg);
    transition: all 0.4s ease;
}
main .accordion-list .accordion-title:before {
    right: 0;
    width: 23px;
    height: 4px;
    margin-top: -1px;
}
main .accordion-list .accordion-title:after {
    right: 9px;
    width: 4px;
    height: 22px;
    margin-top: -10px;
}
main .accordion-list .accordion-title span {
    display: block;
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 18px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    background: #8A92C6;
    line-height: 44px;
}
main .accordion-list .accordion-content {
    position: relative;
    padding: 0;
    background: transparent;
    color: #D9D9D9;
    line-height: 40px;
    letter-spacing: 1.44px;
    display: none;
    padding-left: 63px;
    padding-right: 20px;
    color: #482019;
    padding-bottom: 30px;
    margin-top: 10px;
    padding-top: 15px;
    font-size: 20px;
}
main .accordion-list .accordion-content p {
    padding: 0;
    margin-bottom: 0;
}
main .accordion-list .accordion-content p + *{
    margin-top: 20px;
}
main .accordion-list .accordion-content:before {
    content: "A";
    position: absolute;
    left: 0;
    top: 11px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 3px;
    font-weight: 400;
    background: #FF8DAE;
}
main .accordion-list > li.is-open .accordion-title:after {
    transform: rotate(90deg);
    opacity: 0;
}
@media (max-width: 767px) {
    main .accordion-list .accordion-title {
        padding: 8px 15px 8px 0;
        padding-right: 50px;
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 0;
    }
    main .accordion-list > li ul > li {
        border: none;
        margin-bottom: 0;
        font-size: 30px;
    }
    main .accordion-list li a::after {
        display: none;
    }
}

/* Home */
.home {
    margin-bottom: 80px;
}

.home .membership-list,
.home .member-list,
.home .notice-list {
    margin-top: 30px;
}

.home .p-member-info,
.home .p-notice,
.home .support-btn {
    margin-top: 100px;
}
@media (max-width: 767px) {
    .home .p-member-info,
    .home .p-notice,
    .home .support-btn {
        margin-top: 92px;
    }
}

.home .p-notice .btn-wrap {
    margin-top: 30px;
}
.home .p-notice .btn-wrap .button.button-white {
    background-color: #fff;
    color: #FA5683;
    border: 3px solid #FA5683;
}

.home .notice-list .col:nth-child(n + 4) {
    margin-top: 28px;
}

.home .support-btn .col:nth-child(n + 3) {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .home .notice-list .col:nth-child(n + 3) {
        margin-top: 10px;
    }
    .home .support-btn .col:nth-child(n + 2) {
        margin-top: 20px;
    }
    .home .support-btn .button {
        min-height: 100px;
        padding: 10px;
    }
    .home .support-btn .button img {
        max-height: 170px;
    }
}

.home .support-btn .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* max-height: 136px; */
    min-height: 136px;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
}

.home .support-btn .button img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.home .support-btn .button span {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}

.home .notice-hidden {
    display: none !important;
    opacity: 0;
    transition: all 0.3s ease;
}

.home .notice-hidden.show {
    display: block !important;
    opacity: 1;
}

@media (max-width: 767px) {
    .home .support-btn .button {
        min-height: 200px;
    }
    .home .support-btn .button span {
        font-size: 64px;
    }
}

/* JOIN */
.join {
    margin-bottom: 80px;
}
.join .content-section {
    margin-top: 100px;
}
.join .content-section p {
    line-height: 1.4;
}
.join .p-join {
    margin-top: 55px;
}
.join .p-join .col:first-child .card-img {
    max-width: 302px;
    margin: 0 auto;
}
.join .p-join .col:last-child .card-img {
    max-width: 270px;
    margin-left: 10%;
    margin-top: 8px;
}
.join .content-detail .content-img {
    margin-bottom: 0;
}
.join .text-wrap {
    margin-top: 30px;
}
.join .text-wrap p {
    font-size: 20px;
    color: #482019;
    margin-bottom: 0;
}
.join .text-wrap p + p {
    margin-top: 20px;
}
.join .text-wrap p:first-child {
    font-size: 25px;
}
.join .text-wrap p span {
    display: block;
    font-weight: 700;
}
.join .content-sub-heading {
    margin-top: 30px;
    text-align: center;
}
.join .content-sub-heading span {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #482019;
    padding: 0 30px;
}
.join .content-sub-heading span::before,
.join .content-sub-heading span::after {
    position: absolute;
    content: "";
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #482019;
}
.join .content-sub-heading span::before {
    right: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.join .content-sub-heading span::after {
    left: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.join .option-list {
    margin-top: 45px;
}
.join .option-list .card-figure {
    margin-bottom: 30px;
    max-height: 275px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.join .option-list li {
    font-size: 20px;
    font-weight: 400;
    color: #482019;
}
.join .option-list .option-note {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #482019;
    margin-top: 12px;
}
.join .option-list .list-type03 {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .join .p-join {
        margin: 82px 24px 0;
    }
    .join .content-section {
        margin-top: 134px;
    }
    .join .option-list {
        margin-top: 60px;
    }
    .join .p-join .col:not(:first-child) {
        margin-top: 75px;
    }
    .join .text-wrap {
        margin-top: 50px;
    }
    .join .text-wrap p:first-child {
        font-size: 38px;
        letter-spacing: 0.72px;
    }
    .join .text-wrap p {
        font-size: 32px;
        letter-spacing: 0.6px;
    }
    .join .text-wrap p + p {
        margin-top: 40px;
    }
    .join .content-sub-heading {
        margin-top: 50px;
    }
    .join .content-sub-heading span {
        font-size: 40px;
        letter-spacing: 1.2px;
        padding: 0 40px;
    }
    .join .content-sub-heading span::before,
    .join .content-sub-heading span::after {
        width: 5px;
    }
    .join .option-list .card-figure {
        max-height: 100%;
        height: auto;
        margin: 0 24px 40px;
        padding: 80px 25px 42px;
    }
    .join .option-list li {
        font-size: 32px;
        line-height: 1.5;
        letter-spacing: 0.6px;
    }
    .join .option-list .option-note {
        font-size: 28px;
        line-height: 1.5;
        letter-spacing: 0.52px;
    }
    .join .option-list .col:nth-child(n + 2) {
        margin-top: 60px;
    }
    .join .option-list .col:last-child .card-figure {
        padding: 125px 25px 100px;
        margin: 0 24px 45px;
    }
    .join .option-list .list-type03 {
        margin-top: 30px;
    }
    .join .p-join .col:first-child .card-img {
        max-width: calc(100% - 68px);
    }
    .join .p-join .col:last-child .card-img {
        max-width: calc(100% - 120px);
        margin-top: 0;
        margin-left: 10px;
        padding-bottom: 15px;
    }
}

/* ABOUT */
.about {
    margin-bottom: 80px;
}
.about .content-section {
    margin-top: 112px;
}
.about .nav-list + p {
    font-size: 25px;
    margin-top: 30px;
    color: #482019;
}
.about .about-saving p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #000;
}
.about .about-saving .list-asterisk {
    margin-top: 25px;
}
.about .about-saving .list-asterisk li {
    font-size: 25px;
    color: #482019;
    padding-left: 25px;
}
.about .saving-box {
    font-size: 28px;
    font-weight: 700;
    background-color: #FF8DAE;
    color: #fff;
    padding: 10px 8px 5px;
    display: inline-block;
}
.about .saving-box span {
    font-size: 38px;
    font-weight: 700;
}
.about .saving-guide {
    margin-top: 75px;
}
.about .saving-guide .card-title {
    top: -28px;
    min-width: 650px;
    line-height: 30px;
    padding: 10px;
}
.about .saving-guide .card-figure:last-child {
    margin-top: 90px;
    padding-top: 60px;
}
.about .saving-guide .card-figure:last-child .card-title {
    top: -40px;
}
.about .member-benefit p {
    font-size: 20px;
    color: #482019;
}
.about .member-benefit:not(:first-child) {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .about .nav-list + p {
        letter-spacing: 2px;
        font-size: 38px;
    }
    .about .content-section {
        margin-top: 80px;
    }
    .about .about-saving p {
        font-size: 44px;
    }
    .about .saving-box {
        display: inline-block;
        margin-bottom: 12px;
        font-size: 44px;
        letter-spacing: 1px;
    }
    .about .saving-box span {
        font-size: 64px;
    }
    .about .about-saving .list-asterisk li {
        font-size: 28px;
        line-height: 1.5;
    }
    .about .about-saving .col:not(:first-child) {
        margin-top: 30px;
    }
    .about .saving-guide {
        margin-top: 83px;
    }
    .about .saving-guide .card-title {
        top: -50px;
        line-height: 1.2;
        min-width: calc(100% - 80px);
    }
    .about .saving-guide .card-figure:last-child {
        padding-top: 100px;
        margin-top: 170px;
    }
    .about .saving-guide .card-figure:last-child .card-title {
        top: -91px;
    }
    .about .member-benefit p {
        font-size: 32px;
        line-height: 1.5;
    }
}

/* MEMBERSHIP */
.membership {
    margin-bottom: 80px;
}
.membership .content-section {
    margin-top: 60px;
}
.membership .content-section p {
    font-size: 20px;
    color: #482019;
}
.membership .content-section .text-wrap {
    margin-bottom: 30px;
}
.membership .content-section p span.text-pink3 {
    font-size: 25px;
    font-weight: 700;
}
.membership .p-defect li {
    font-size: 20px;
    color: #482019;
}
@media (max-width: 767px) {
    .membership .content-section p {
        font-size: 32px;
        line-height: 1.5;
    }
    .membership .content-section p span.text-pink3 {
        font-size: 36px;
    }
    .membership .content-section .option-list .col:nth-child(n + 2),
    .membership .membership-item .col:nth-child(n + 2),
    .membership .p-defect > .col:not(:first-child) {
        margin-top: 30px;
    }
    .membership .content-section {
        margin-top: 80px;
    }
    .membership .membership-item + .membership-item {
        margin-top: 60px;
    }
    .membership .p-defect li {
        font-size: 30px;
    }
}

/* MATURITY */
.maturity {
    margin-bottom: 80px;
}
.maturity .content-section {
    margin-top: 30px;
}
.maturity .content-section p {
    font-size: 20px;
    color: #482019;
}
.maturity .content-section .text-wrap {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .maturity .content-section p {
        font-size: 32px;
        line-height: 1.5;
    }
}

/* FRIENDCLUB */
.friendclub {
    margin-bottom: 80px;
}
.friendclub .content-section {
    margin-top: 30px;
}
.friendclub .content-section p {
    font-size: 20px;
}
.friendclub .table-wraps-scroll {
    margin-bottom: 30px;
    padding-bottom: 0;
    position: relative;
    border: 1px solid #FF8DAE;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 57px;
}
.friendclub .table-default {
    background: #fff;
    font-size: 18px;
    border: none;
    width: 100%;
}
.friendclub .table-default tr th:first-child {
    border-left: none;
}
.friendclub .table-default tr:first-child th {
    border-top: none;
}
.friendclub .table-default tr th:first-child,
.friendclub .table-default tr th:nth-child(2) {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}
.friendclub .table-default tr th:last-child {
    border-right: none;
    width: 500px;
    min-width: 500px;
}
.friendclub .table-default tr th {
    background: #FFDDE7;
    font-weight: bold;
    text-align: center;
    border: 1px solid #FF8DAE;
}
.friendclub .table-default th {
    padding: 15px;
    color: #000;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    background-color: rgba(49, 70, 187, 0.05);
}
.friendclub .table-default tr td {
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #FF8DAE;
    line-height: 1.4;
    letter-spacing: -1px;
}
.friendclub .content-section .text-wrap ul li {
    display: inline-block;
    font-size: 18px;
    padding-left: 20px;
}
@media (max-width: 767px) {
    .friendclub .content-section p {
        font-size: 34px;
        line-height: 1.5;
    }
    .friendclub .content-section .text-wrap ul li {
        font-size: 30px;
        line-height: 1.5;
        padding-left: 24px;
    }
    .friendclub .table-default {
        font-size: 28px;
    }
    .friendclub .table-wraps-scroll {
        overflow-x: auto;
    }
    .friendclub .table-default tr th:first-child,
    .friendclub .table-default tr th:nth-child(2) {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }
    .friendclub .table-default tr th:last-child {
        width: 650px;
        min-width: 650px;
    }
}

/* AUTHORIZATION DOCUMENT */
.authorization-document {
    margin-bottom: 80px;
}
.authorization-document .content-section,
.authorization-document .content-detail .btn-wrap {
    margin-top: 30px;
}
.authorization-document .content-detail p,
.authorization-document .content-detail ul > li {
    font-size: 20px;
    color: #482019;
}
.authorization-document .content-detail p {
    margin-bottom: 0;
}
.authorization-document .content-detail p + p {
    margin-top: 20px;
}
.authorization-document .content-detail p span {
    font-weight: 700;
    display: block;
}
.authorization-document .content-detail .detail-note {
    font-size: 18px;
}
.authorization-document .content-detail p + .heading-04 {
    margin-top: 20px;
}
.authorization-document .content-detail ul {
    margin-bottom: 0;
}
.authorization-document .button-custom {
    font-size: 26px;
    padding: 18px 30px;
    max-width: 430px;
}
.authorization-document .content-section + .content-section {
    margin-top: 100px;
}
@media (max-width: 767px) {
    .authorization-document .content-section + .content-section {
        margin-top: 80px;
    }
    .authorization-document .content-detail .btn-wrap {
        margin-top: 50px;
    }
    .authorization-document .content-detail p {
        font-size: 32px;
        line-height: 1.5;
    }
    .authorization-document .content-detail ul > li {
        font-size: 32px;
        line-height: 1.8;
    }
    .authorization-document .content-detail p + p,
    .authorization-document .content-detail p + .heading-04 {
        margin-top: 24px;
    }
    .authorization-document .content-detail .detail-note {
        font-size: 28px;
    }
    .authorization-document .button-custom {
        font-size: 34px;
    }
    
}

/* FAQ */

.faq {
    margin-bottom: 80px;
}
.faq .faq-wrap {
    border: 2px solid #FF8DAE;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
.faq .faq-wrap .heading-02 {
    font-size: 28px;
}
.faq .content-section p {
    font-size: 20px;
}
.faq .faq-wrap .accordion-content a {
    color: #3d83b9;
}

.faq .faq-wrap .accordion-content .link {
    text-decoration: none;
}
.faq .accordion-list .accordion-content:before {
    font-size: 30px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}
.faq .list-asterisk > li {
    padding-left: 20px;
}
.faq .heading-05 {
    max-width: 400px;
}
.faq .faq-cancel-subscription {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}
.faq .faq-cancel-subscription::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 15px);
    transform: translate(-50%, -51%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #000;
    z-index: 1;
}
.faq .faq-cancel-subscription .box {
    border: 1px solid #000;
    padding: 12px;
}
.faq .faq-cancel-subscription .box p {
    margin-bottom: 0;
}
.faq .faq-wrap .accordion-content .list-asterisk > li {
    padding-left: 20px;
    font-size: 18px;
}
.faq .faq-wrap .accordion-content ul li ul {
    margin-left: 20px;
}
.faq .faq-wrap .accordion-content .list-disc01 > li {
    font-size: 20px;
    padding-left: 20px;
}
@media (max-width: 767px) {
    .faq .faq-wrap {
        margin-top: 80px;
    }
    .faq .faq-wrap .heading-02 {
        font-size: 34px;
        line-height: 1.5;
    }
    .faq .content-section p {
        font-size: 30px;
        line-height: 1.5;
    }
    .faq .faq-wrap .accordion-content .list-asterisk > li,
    .faq .faq-wrap .accordion-content .list-disc01 > li {
        font-size: 30px;
        padding-left: 32px;
    }
    .faq .faq-cancel-subscription {
        flex-direction: column;
        gap: 50px;
    }
    .faq .faq-cancel-subscription .box {
        width: 100%;
    }
    .faq .faq-cancel-subscription::before {
        top: calc(50% + 10px);
        left: 50%;
        transform: translate(-50%, -50%);
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #000;
    }
    .faq .heading-05 {
        max-width: 100%;
    }
}

.btn-card-tomonokai {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    color: rgb(255, 255, 255);
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Meiryo, Osaka, "��aA��a?��e���aA��oA��e�� Pro W3", "Hiragino Kaku Gothic Pro", "��?!��?�� ��??��e����e?��aa��e��", Arial, sans-serif;
    white-space: nowrap;
    border-width: 0.072rem;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    padding: 0.25rem 1rem;
    border-radius: 0.4rem;
}

.accordion-list > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.faq .faq-wrap .accordion-content ul li, .faq .faq-wrap .accordion-content ol li {
    line-height: 1.5;
}

.friendclub .table-default tr td:last-child {
    border-right: none;
}

.friendclub .table-default tr td:first-child {
    border-left: none;
}

.friendclub .table-default tr:last-child td {
    border-bottom: none;
}

.friendclub .table-default tr td a {
    text-decoration: underline;
}

.friendclub .table-default tr a:hover {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: black;
}

.fw-100 {
    font-weight : 100;
}

.indent {
    text-indent: -1em;
    padding-left: 1em; 
}

.add-arrow-white:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    background : none;
}

.add-arrow-pink:after {
    border-top: 2px solid #FF8DAE;
    border-right: 2px solid #FF8DAE;
    transform: rotate(45deg);
    background: none;
}

.add-arrow-reverse:after {
    border-top: 2px solid #8A92C6;
    border-right: 2px solid #8A92C6;
    transform: rotate(-135deg);
    background: none;
    left: 20px;
    right: auto;
}

.faq .faq-calcel-subscription {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.faq .faq-calcel-subscription::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 15px);
    transform: translate(-50%, -51%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #000;
    z-index: 1;
}

.faq .faq-calcel-subscription .box {
    border: 1px solid #000;
    padding: 12px;
}

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

@media (max-width: 767px) {
    .add-arrow-white:after {
        width: 20px;
        height: 20px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
    }
}

@media (max-width: 767px) {
    .btn-card {
        font-size: 1.5rem;
        padding: .25rem 1rem;
    }
}
.membership .content-section .card-figure ul, .membership .content-section .card-figure ol {
    font-size: 20px;
    font-size: 1.5rem;
}