@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@600&display=swap');

section {
    width: 100%;
    box-sizing: border-box;
}

.tone-contents {
    max-width: 1024px;
}

.sp {
    display: none;
}

.wrap {
    max-width: 1024px;
    width: 100%;
    margin: auto;
}

.flex {
    display: flex;
    gap: 56px;
}

.flex.column {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}

.annotation {
    font-size: 12px;
}

h2, h3, h4 {
    line-height: 1.7;
}

.ttl_sub {
    color: #05C47F;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: 1.2px;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.title h2 {
    text-align: center;
    font-size: 40px;
}

h2, h3, h4 {
    font-weight: bold;
    text-align: center;
}

h3 {
    font-size: 40px;
}

h3 span {
    font-size: 12px;
    color: var(--primary);
}

.caption {
    text-align: center;
    margin-top: 24px;
}

/* 注釈 */
ul.notes {
    display: table;
    width: 100%;
    margin: 0;
    padding-left: 0;
}

ul.notes li {
    list-style: none;
    font-size: 12px;
    line-height: 1.6;
}

ul.notes li .notes_head {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 0.5em;
}

ul.notes li .notes_body {
    display: table-cell;
    vertical-align: top;
}

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

    .sp {
        display: block;
    }

    h2 {
        font-size: 24px;
    }
}

/* fv
-------------------------------------*/
.underline {
    text-decoration: underline;
}

.underline.blue {
    color: #0085FF;
}

.fv {
    position: relative;
    background: url(/product/app/image/tonecoin/fv_bg_pc.png) center center / cover no-repeat;
    width: 100%;
    padding: 17px 0 0;
    z-index: 0;
}

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

.fv_content {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.fv_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.fv_ttlbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.fv_ttl {
    display: flex;
    padding: 24px 40px;
    align-items: center;
    gap: 17px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 0px 20px 0px rgba(0, 221, 162, 0.70);
}

.fv_ttlbox h1 {
    margin: 0;
    color: #00B071;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3;
}

p.fv_txt {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
}

.fv_img_pc {
    width: 669px;
}

/* TONE Coinの特徴
-------------------------------------*/
.features {
    margin: 80px auto;
}

.features .tone-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.ttl_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.features .ttl_flex img {
    width: 50px;
}

.features_flexbox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 32px;
    height: 100%;
}

.features_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 288px;
    width: 100%;
}

.features_content:first-of-type {
    gap: 10px;
}

.features_txtbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.features_content:first-of-type .features_txtbox {
    gap: 8px;
}

.features_content .features_img {
    width: 100%;
    height: 170px;
}

.features_txtbox h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
}

.features_txtbox p {
    font-size: 14px;
    font-weight: normal;
    line-height: 170%;
}

.features_flexbox .bar {
    width: 1px;
    height: auto;
    background: #E1E1E1;
}

.features_content.comingSoon {
    position: relative;
    padding: 12px;
}

.features_content.comingSoon::after {
    content: "coming soon";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #7F7F7F;
    text-align: center;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 49.5px */
    letter-spacing: 1.65px;
    background: rgba(219, 219, 219, 0.90);
}

.features .model-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.features .model-box p {
    font-weight: bold;
    font-size: 16px;
}

.features .model-box ul {
    display: flex;
    justify-content: left;
}

.features .model-box ul li {
    background: var(--primary);
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px;
    border-radius: 2px;
}

.features .model-box ul li.ios {
    background: #D0A8DB;
}

.features .model-box ul li:last-child {
    margin-right: 0;
}

.dateBadge {
    position: absolute;
    left: -50px;
    top: -68px;
    z-index: 1;
}

/* TONE Coinのはじめかた
-------------------------------------*/
.howto {
    padding: 80px 0;
    background: #D5FFF0;
}

.howto .tone-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.howto_caption {
    margin: 16px auto 0;
    text-align: center;
}

.howto_caption p {
    display: inline-block;
    padding: 8px 32px;
    align-items: center;
    border-radius: 32px;
    background: var(--white);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    color: #00B071;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.step h3 {
    display: flex;
    padding: 16px 56px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px 8px 0px 0px;
    background: #05C47F;
    color: var(--ffffff, var(--white));
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.step_flexbox {
    display: flex;
    padding: 32px 56px 0px 56px;
    align-items: center;
    gap: 24px;
    border-radius: 0px 0px 16px 16px;
    border-right: 3px solid var(--05-c-47-f, #05C47F);
    border-bottom: 3px solid var(--05-c-47-f, #05C47F);
    border-left: 3px solid var(--05-c-47-f, #05C47F);
    background: url(../image/tonecoin/dotted.png);
    background-blend-mode: multiply, normal;
    box-sizing: border-box;
}

.step_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step_content .num, .reservation-swiper .num {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50px;
    border: #05C47F solid 2px;
    text-align: center;
    font-size: 18px;
    padding: 1px;
    box-sizing: border-box;
    color: #05C47F;
    font-weight: bold;
}

.step_content p {
    color: #05C47F;
    font-weight: bold;
}

.step_content section:first-of-type .flex {
    gap: 8px;
}

.step_content .flex {
    gap: 16px;
    flex-direction: row;
    align-items: center;
}

.arrow::before {
    color: #00B071;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 48px;
    position: relative;
    font-weight: normal;
}

.step .notes {
    margin: 8px auto 0;
}

.howto_baloon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.howto_baloon p {
    font-size: 28px;
    font-weight: bold;
}

.balloon_left {
    transform: scale(-1, 1);
}

@media screen and (max-width:1000px) {
    .app_reservation {
        padding: 24px 24px 0 24px;
    }


    .app_reservation .num {
        width: 30px;
        height: 30px;
        border: var(--black) solid 2px;
        font-size: 14px;
        padding: 2px;
    }

    .app_reservation .flex {
        gap: 8px;
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .app_reservation .num {
        width: 36px;
        height: 36px;
        font-size: 18px;
        padding: 1px;
    }

    .reservation-swiper {
        margin: 0 auto 16px;
    }

    .reservation-swiper .flex {
        gap: 8px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 32px auto 0;
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
    }
}

/* TONE Coinの利用条件 */
.conditions {
    margin: 80px auto;
}

.conditions .tone-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.conditions_content {
    display: flex;
    max-width: 671px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.conditions_content img {
    max-width: 170px;
    width: 100%;
}

.conditions_box_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.conditions_box {
    display: inline-flex;
    padding: 16px 32px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: #05C47F;
}

.conditions_box p {
    font-weight: bold;
    color: var(--white);
    font-size: 16px;
}

.conditions_box p.box-right {
    font-size: 24px;
}

.conditions_box p.box-right span {
    font-size: 19px;
}

.e22 h3 {
    display: flex;
    padding: 16px 56px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px 8px 0px 0px;
    background: #05C47F;
    color: var(--ffffff, var(--white));
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.e22_content {
    display: flex;
    padding: 48px 56px;
    justify-content: center;
    align-items: stretch;
    gap: 48px;
    border-radius: 0px 0px 16px 16px;
    border-right: 3px solid var(--05-c-47-f, #05C47F);
    border-bottom: 3px solid var(--05-c-47-f, #05C47F);
    border-left: 3px solid var(--05-c-47-f, #05C47F);
    background: url(../image/tonecoin/dotted.png);
    background-blend-mode: multiply, normal;
    box-sizing: border-box;
}

.e22_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.e22_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.e22_ttl h4 {
    font-size: 24px;
}

.e22_price_box {
    display: flex;
    padding-bottom: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.e22_price_box p {
    font-size: 16px;
}

.e22_price_box p.price {
    position: relative;
    color: #05C47F;
    font-size: 59px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.e22_price_box p.price span {
    font-size: 36px;
}

.price sup {
    position: absolute;
    top: 0.5rem;
    right: 0;
    font-size: 16px;
}

.e22_content:first-of-type .e22_ctabox {
    gap: 24px;
}

.e22_ctabox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.e22_ctabox_ttl {
    font-size: 20px;
    font-weight: bold;
}

.e22_ctabox a.underline {
    color: var(--black);
}

.e22_content .bar {
    height: auto;
    border: 1px dashed #BDBDBD;
    ;
}

.e22_box .cvButton a {
    min-width: 320px;
}

.e22 .notes {
    margin: 8px auto 0;
}

.e22_k_only {
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    padding: 10px 0;
    text-align: center;
    color: #FF0000;
    font-weight: bold;
    margin: 24px 0;
}

/* よくあるご質問 */
.faq {
    margin: 80px auto;

    .accordion_container>button.accordion_button {
        color: #00B071;
    }
}

.faq .tone-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.faq_warning {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.faq_warning h3 {
    display: flex;
    padding: 8px 12px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: #00B071;
    font-size: 20px;
    color: var(--white);
}

.warning_list {
    margin-bottom: 56px;
}

.warning_list li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.7;
    font-weight: normal;
}

@media screen and (max-width: 1200px) {
    .fv {
        background: url(../image/tonecoin/fv_bg_sp.png) center/cover no-repeat;
    }

    .fv_content_wrap {
        padding: 0 20px;
    }

    p.fv_txt {
        font-size: 3.4vw;
    }

    .fv_ttlbox h1 {
        font-size: 2vw;
    }
}

@media screen and (max-width: 869px) {
    h3 {
        font-size: 24px;
    }

    /* fv
    -------------------------------------*/
    .pressRelease_box {
        display: flex;
        padding: 12px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        text-align: center;
        margin: 8px auto;
        max-width: fit-content;
        width: 94%;
        border-radius: 0;
        font-size: 14px;
        box-sizing: border-box;
    }

    .pressRelease_box_blue {
        font-size: 16px;
    }

    .pressRelease_box_blue .small {
        font-size: 12px;
    }

    .fv_content_wrap {
        padding: 0;
        flex-direction: column;
    }

    .fv_ttlbox {
        align-items: center;
        gap: 16px;
    }

    .fv_ttl {
        padding: 24px 32px;
    }

    .fv_content {
        padding: 0 20px;
        margin: 0 auto 12px;
        align-items: center;
        text-align: center;
    }

    p.fv_txt {
        font-size: 22px;
    }

    .fv_ttlbox h1 {
        font-size: 16px;
    }

    .fv_content .flex {
        gap: 0;
        align-items: center;
    }

    /* TONE Coinの特徴
    -------------------------------------*/
    .features {
        margin: 64px auto;
    }

    .features .tone-contents {
        gap: 40px;
    }

    .title h2 {
        font-size: 24px;
    }

    .features_flexbox {
        flex-direction: column;
        gap: 40px;
    }

    .features_content {
        max-width: 100%;
        box-sizing: border-box;
        gap: 20px;
    }

    .features_content:first-of-type {
        margin-top: 20px;
    }

    .features_content .features_img {
        height: auto;
    }

    .dateBadge {
        width: 190px;
        left: -40px;
    }

    .features_flexbox .bar {
        width: 100%;
        height: 1px;
    }

    /* TONE Coinのはじめかた
    -------------------------------------*/
    .howto {
        padding: 64px 16px;
        box-sizing: border-box;
    }

    .howto .tone-contents {
        padding: 0;
    }

    .step {
        max-width: 100%;
        width: 100%;
        margin: auto;
    }

    .step_flexbox {
        display: block;
        padding: 16px 12px 0;
    }

    .step h3 {
        font-size: 20px;
        padding: 16px;
    }

    .step_content .flex {
        height: 60px;
    }

    .step_content p {
        font-size: 16px;
    }

    .howto_baloon p {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    /* カルーセル */
    .carousel-wrapper {
        position: relative;
    }

    .swiper-container {
        position: relative;
        overflow: hidden;
    }

    .swiper-container.visible {
        overflow: visible;
    }

    .sample-swiper-cards {
        padding: 0 50px;
    }

    .step_flexbox .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: var(--swiper-pagination-top, 74px);
        height: 20px;
    }

    .swiper-img {
        display: block;
        margin: 20px auto 0;
        max-width: 256px;
        width: 100%;
    }

    .step_flexbox .swiper-pagination-bullet-active {
        background-color: #00B071;
    }

    /* TONE Coinの利用条件
    -------------------------------------*/
    .conditions .tone-contents {
        gap: 40px;
    }

    .conditions_box_wrap {
        gap: 16px;
    }

    .conditions_content {
        display: block;
    }

    .e22_content {
        flex-direction: column;
    }

    .conditions_box {
        padding: 16px 12px;
        gap: 12px;
        justify-content: center;
    }

    .conditions_box p.box-right {
        font-size: 18px;
    }

    .conditions_box p {
        font-size: 12px;
    }

    .e22_box .cvButton a {
        min-width: auto;
    }

    .e22_content {
        padding: 40px 24px;
    }

    .e22 h3 {
        padding: 16px;
        font-size: 20px;
    }

    .e22_ttl h4 {
        font-size: 20px;
    }

    .e22_price_box {
        padding-bottom: 0;
    }

    .e22_ctabox {
        width: 100%;
    }

    /* よくあるご質問
    -------------------------------------*/
    .faq .tone-contents {
        gap: 40px;
    }

    .faq-list dt {
        display: flex;
        padding: 20px 36px 20px 16px;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }

    .faq-list dt p, .faq-list dd p {
        padding-left: 0;
    }

    .faq-list dt::after {
        right: 16px;
    }

    .faq-list dd {
        padding: 20px 16px 20px 16px;
    }

    .faq-list dd .flex {
        gap: 16px;
    }

    .faq-list dd .faq_body {
        padding-top: 6px;
    }

    .warning_list li {
        font-size: 14px;
    }
}
