@charset "utf-8";

body {
    text-align: justify;
}

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

.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;
}

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

.title h3 {
    line-height: 0.5;
}

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

h3 {
    font-size: 40px;
}

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

.cmt {
    font-size: 12px;
}

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

.annotation li {
    font-size: 14px;
    line-height: 1.7;
}

.annotation li::before {
    content: '※';
    margin-right: 8px;
}

.annotation.num li::before {
    content: '※';
    margin-right: 14px;
}

.annotation li.num_add {
    counter-increment: cnt;
}

.annotation li.num_add::before {
    content: "※" counter(cnt);
    margin-right: 5px;
}

.ribbon_wrap {
    text-align: center;
}

.ribbon {
    display: inline-block;
    background-color: #B3B3B3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 56px;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    border-style: solid;
}

.ribbon::before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 20px;
    border-color: transparent transparent transparent #fff;

}

.ribbon::after {
    top: 0;
    right: 0;
    border-width: 25px 20px 25px 0px;
    border-color: transparent #fff transparent transparent;

}

.gradation_start {
    width: 100%;
    height: 160px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.gradation_end {
    width: 100%;
    height: 160px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

p.doctor-txt {
    text-align: left;
}

.model-flame {
    width: 920px;
    margin: auto;
    padding-top: 20px;
}

.model-box {
    margin-top: 20px;
    text-align: left;
}

.model-box p {
    font-weight: bold;
    margin: 10px 0 10px;
    font-size: 16px;
}

.model-box p:last-child {
    font-size: 12px;
    font-weight: normal;
    line-height: 160%;
}

.model-box ul {
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

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

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

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


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

    .sp {
        display: block;
    }

    h3 {
        font-size: 24px;
    }

    .flex {
        gap: 40px;
        flex-wrap: wrap;
    }

    .caption {
        font-size: 14px;
        text-align: left;
    }

    .caption p {
        display: inline;
    }

    .ribbon {
        font-size: 16px;
        width: 100%;
        text-align: center;
        padding: 8px 20px;
    }

    .ribbon p {
        line-height: 130%;
    }

    .ribbon::before {
        border-width: 29px 0px 29px 25px;
    }

    .ribbon::after {
        border-width: 29px 25px 29px 0px;
    }

    .gradation_start {
        height: 96px;
    }

    .gradation_end {
        height: 96px;
    }
}

/* fv
-------------------------------------*/
.fv {
    position: relative;
    width: 100%;
    padding: 0;
}

.fv .content {
    position: absolute;
    width: 35vw;
    left: 14vw;
    height: 100%;
}

.fv h1 img {
    max-width: 349px;
    width: 100%;
    margin: 8vw 0 4vw;
}

.fv h2 {
    text-align: left;
    font-size: 3vw;
    line-height: 1.7;
}

.fv h2 sup {
    font-size: 12px;
    top: -2em;
}

.fv .content .annotation {
    position: absolute;
    bottom: 20px;
}

.fv .back img {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .fv h1 img {
        margin: 4vw 0 0vw;
    }
}

@media screen and (max-width:768px) {
    .fv .content {
        width: 100%;
        left: 0;
        text-align: center;
    }

    .fv h1 img {
        width: 80%;
        margin: 8vw 0 0;
    }

    .fv h2 {
        text-align: center;
        font-size: 24px;
    }

    .fv h2 sup {
        top: -1em;
    }

    .fv .content .annotation {
        background: rgba(255, 255, 255, 0.8);
        padding: 4px 8px;
        right: 0;
    }

    .fv .content .annotation li {
        font-size: 12px;
        text-align: left;
    }
}

/* TONE Careとは
-------------------------------------*/
article.about {
    margin: 56px auto;
    padding: 0 16px;
}

.about h3 p {
    position: relative;
    display: inline-block;
    padding-left: 56px;
    line-height: 1.3;
}

.about h3 p::before {
    content: "";
    background-image: url(/product/app/image/tonecare/icon_tonecare.png);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}

.about .ribbon_wrap {
    margin: 24px auto 56px;
}

.about .annotation {
    width: 100%;
}

.point {
    flex-direction: row;
    gap: 3%;
    margin-bottom: 56px;
}


.point section {
    flex: 1;
}

.point section:nth-child(2) {
    border-right: #818181 dashed 1px;
    border-left: #818181 dashed 1px;
    padding: 0 3%;
}

.about h4 {
    font-size: 20px;
    margin: 32px 0 16px;
}

@media screen and (max-width:1000px) {
    .point section h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .about h3 span {
        display: block;
    }

    .about h3 p {
        position: relative;
        text-align: center;
        width: max-content;
        margin-left: 0;
        padding-left: 50px;
        display: inline-block;
    }

    .about h3 p::before {
        width: 32PX;
        height: 32px;
        top: -2px;
        left: 0;
        background-size: 32px;
    }

    .point {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .point section:first-child {
        padding-bottom: 40px;
        border-bottom: #818181 dashed 1px;
    }

    .point section:nth-child(2) {
        border-top: #818181 dashed 1px;
        border-bottom: #818181 dashed 1px;
        border-left: 0;
        border-right: 0;
        padding: 40px 0;
    }

    .point section:nth-child(3) {
        border-bottom: #818181 dashed 1px;
        padding: 40px 0;
    }

    .point img {
        display: block;
        max-width: 320px;
        width: 100%;
        margin: auto;
    }
}

/* 医師紹介
-------------------------------------*/
article.docter {
    padding: 0 ;
}

.docter {
    background: #D5F7FF;
    width: 100%;
}

.docter>.flex {
    padding: 0 5%;
}

.docter>.flex>.flex {
    flex-direction: row;
    gap: 3%;
    align-items: flex-start;
}

.docter section {
    flex: 1;
    text-align: center;
}

.docter img {
    width: 70%;
}

.docter .title {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}

.docter .title img {
    width: 60%;
    max-width: 800px;
}

.docter h3 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 8px;
    position: absolute;
    top: 32px;
    width: 100%;
}

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

.docter .sub_ttl {
    margin-top: 8px;
    font-size: 16px;
}

.docter .p {
    font-size: 14px;
}

.docter .course {
    margin: 4px 0 16px;
    font-size: 12px;
}

.docter section p:nth-of-type(2) {
    text-align: left;
}

@media screen and (max-width:1000px) {
    .docter .title img {
        width: 100%;
    }

    .docter>.flex>.flex {
        gap: 40px;
    }

    .docter>div.flex>div.flex {
        flex-wrap: wrap;
    }

    .docter section {
        width: 45%;
        flex: auto;
        text-align: left;
    }

    .docter-content {
        padding: 0 5%;
    }

    .docter-content .flex.wrap {
        flex-wrap: wrap;
    }

    .docter section>div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;
    }

    .docter section img {
        width: 100px;
    }
}

@media screen and (max-width:768px) {
    .docter h3 {
        position: relative;
        font-size: 18px;
        letter-spacing: 4px;
        line-height: 150%;
        margin-bottom: 56px;
        top: 2px;
        z-index: 1;
    }

    .docter .title img {
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        width: 100%;
        z-index: 0;
    }

    .docter>.flex>.flex {
        flex-direction: column;
        gap: 48px;
    }

    .docter section {
        width: 100%;
    }

    .docter h4 {
        text-align: left;
    }

    .docter .sub_ttl {
        margin-top: 12px;
        font-size: 14px;
    }

    .docter section>div {
        max-width: 248px;
        width: 100%;
        margin: 0 auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .docter section img {
        width: 84px;
        max-width: fit-content;
    }

    .docter section>p {
        text-align: justify;
    }
}

/* 予約方法
-------------------------------------*/
.app_reservation {
    justify-content: center;
    background: var(--background-blue);
    border-radius: 16px;
    padding: 40px 56px 0 56px;
    gap: 24px;
    margin-bottom: 16px;
    box-sizing: border-box;
    align-items: flex-end;
    clip-path: inset(0);
}

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

.app_reservation .flex {
    max-width: 230px;
    width: 100%;
    gap: 16px;
    flex-direction: row;
}

.app_reservation .num,
.reservation-swiper .num {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50px;
    border: var(--black) solid 2px;
    text-align: center;
    font-size: 18px;
    padding: 1px;
    box-sizing: border-box;
}

.app_reservation p {
    font-size: 14px;
    font-weight: bold;
}

.arrow::before {
    color: var(--primary);
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 48px;
    position: relative;
    top: -80px;
    font-weight: normal;
}

/* カルーセル */
article.reservation {
    max-width: 1024px;
    margin: auto;
    padding: 0 16px;
}

.reservation h3 {
    margin: 0 auto 56px;
}

.reservation-swiper {
    max-width: 375px;
    width: 100%;
    background: var(--background-blue);
    border-radius: 16px;
    padding: 32px 0 0;
}

.reservation .wrapper {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.reservation_img {
    display: block;
    max-width: 192px;
    width: 100%;
    margin: 32px auto 0;
    box-shadow: 0px 0px 24.687835693359375px 0px #B2F1FF;
}

.carousel-wrapper {
    position: relative;
}

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

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

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

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

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

.reservation .annotation {
    margin-bottom: 56px;
}

@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;
    }
}


/* ご利用の例
-------------------------------------*/
.scene {
    margin: 56px auto 0;
}

.case {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3%;
    margin-top: 80px;
}

.case section {
    width: 48.5%;
}

.case section:nth-of-type(2) img {
    object-position: 0 15%;
}

.case section:nth-of-type(3) img {
    object-position: 0 90%;
}

.case img {
    width: 100%;
    height: 184px;
    object-fit: cover;
    border-radius: 10px;
}

.case section div {
    background: var(--white);
    padding: 24px;
    border-radius: 10px;
    width: 80%;
    top: -40px;
    left: 5%;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.case section div span {
    color: var(--primary);
    position: absolute;
    font-family: Roboto, sans-serif;
    font-size: 66px;
    font-style: italic;
    font-weight: 200;
    opacity: .2;
    top: -6px;
    right: 5%;
}

@media screen and (max-width:1000px) {
    .scene .caption {
        text-align: center;
    }

    .case {
        margin-top: 40px;
    }

    .case section div p {
        display: inline;
    }
}

@media screen and (max-width:768px) {
    .case {
        gap: 24px;
    }

    .case section {
        width: 100%;
        display: flex;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
        border-radius: 8px;
        height: 98px;
    }

    .case img {
        border-radius: 8px 0 0 8px;
        height: 98px;
        width: 128px;
    }

    .case section div {
        padding: 16px;
        border-radius: 0 8px 8px 0;
        width: 80%;
        top: 0;
        left: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .case section div span {
        font-size: 40px;
        top: 34px;
    }

    .case section:nth-of-type(3) img {
        object-position: 80% 0;
    }

    .case section:nth-of-type(4) img {
        object-position: 0 0;
    }

}

/* スペシャルプログラム
-------------------------------------*/
article.special {
    padding: 0 ;
}

.special .flex {
    position: relative;
}

.special {
    width: 100%;
    gap: normal;
    background: linear-gradient(47deg, rgba(81, 213, 255, 0.20) 0%, rgba(134, 227, 171, 0.20) 42.71%, rgba(242, 255, 0, 0.20) 100%);
}

.special .wrap {
    max-width: calc(848px + 10%);
    padding: 0 5%;
    box-sizing: border-box;
}

.special .docter>.flex {
    padding: 0;
}

.special section {
    flex-direction: row;
    gap: 32px;
}

.special section:nth-of-type(2) {
    margin: 56px auto;
    flex-direction: row-reverse;
}

.special section picture {
    width: 50%;
    text-align: center;
}

.special section picture img {
    width: 80%;
}

.special section div {
    width: 50%;
}

.special section div .annotation {
    margin-top: 16px;
}

.special h4 {
    position: relative;
    font-size: 28px;
    color: var(--primary);
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.2;
    display: inline-block;
}

.special h4 span {
    color: var(--primary);
    position: absolute;
    font-family: Roboto, sans-serif;
    font-size: 66px;
    font-style: italic;
    line-height: 1;
    font-weight: 200;
    opacity: .3;
    top: 50%;
    right: -50px;
    transform: translate(0, -50%);
}

.special .ribbon {
    padding: 5px 56px;
    line-height: 2;
    background: var(--primary);
    flex-direction: row;
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 56px auto 12px;
}

.special .ribbon::before {
    border-color: transparent transparent transparent #ECFBDF;

}

.special .ribbon::after {
    border-color: transparent #F1FCD5 transparent transparent;

}

.special .docter {
    background: var(--white);
    border-radius: 16px;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 56px;
}

.special .docter .flex {
    flex-direction: row;
    padding-bottom: 32px;
}

.special .docter div {
    width: 100%;
}

.special .docter .left {
    width: 150%;
    text-align: center;
    box-sizing: border-box;
}

.special .docter>div>p {
    padding: 32px;
    border-radius: 16px;
    background: #F7FED5;
    font-size: 14px;
    box-sizing: border-box;
}

.special .docter h4 {
    font-size: 24px;
    color: var(--black);
    margin: 8px 0 4px;
    text-align: center;
}

.special .docter img {
    width: 60%;
    margin: 0;
}

.special .docter .movie {
    width: 100%;
    border-top: 1px dashed #BABABA;
    padding: 24px 24px 0;
    box-sizing: border-box;
    text-align: center;
}

.special .docter .movie .youtube img {
    margin: 24px 0 32px;
    border-radius: 12px;
    transition: .3s;
}

.special .docter .movie .youtube img:hover {
    opacity: .5;
}

.special .docter .course {
    font-size: 12px;
}

.special .circle {
    position: relative;
}

.special .circle_contents {
    width: 140px;
    height: 140px;
    color: var(--primary);
    background: var(--white);
    filter: drop-shadow(0px 0px 13px rgba(0, 148, 255, 0.1));
    font-size: 16px;
    text-align: center;
    position: absolute;
    border-radius: 100px;
    padding: 45px 0;
    right: 0;
    top: -200px;
    font-weight: bold;
    box-sizing: border-box;
}

.special .link a {
    color: var(--black);
}

.underline_link {
    display: block;
    color: var(--black);
    text-decoration: underline;
    margin-top: 20px;
    text-align: center;
}

.button_wrap>p {
    margin: 10px 0 30px;
    font-size: 12px;
}

@media screen and (max-width:1000px) {
    .special>div.flex {
        padding: 0 5%;
    }

    .special .ribbon {
        margin: 40px auto 12px;
    }

    .special .circle_contents {
        position: relative;
        width: fit-content;
        height: auto;
        padding: 8px 32px 6px;
        top: auto;
        right: auto;
        margin: 16px auto 40px;
    }

    .special .circle_contents br {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .special section {
        padding: 0 32px;
    }


    .special .docter .flex {
        gap: 16px;
    }

    .special .ribbon {
        padding: 5px 36px;
        gap: 8px;
    }

    .special .docter .left {
        width: 200%;
    }

    .special .docter .movie img {
        width: 80%;
    }

    .special>div {
        padding: 0 32px;
    }

    .ribbon p {
        font-size: 14px;
    }

    .special>div {
        padding: 0 5%;
    }

    .special .gradation_start,
    .special .gradation_end {
        padding: 0;
    }

    .special section {
        flex-direction: column;
        gap: 24px;
    }

    .special section {
        padding: 0;
    }

    .special section:nth-of-type(2) {
        flex-direction: column;
    }

    .special section div {
        width: 100%;
    }

    .special section.flex:nth-of-type(2) h4 {
        margin-right: 60px;
        float: right;
    }

    .special section.flex:nth-of-type(2) p {
        clear: both;
    }

    .special h4 {
        margin-bottom: 16px;
    }

    .special section picture {
        width: auto;
    }

    .special .docter .flex {
        flex-direction: column;
    }

    .special .docter {
        border-radius: 8px;
        padding: 24px 16px 16px;
        margin-bottom: 40px;
    }

    .special .docter .left {
        width: 100%;
    }

    .special .docter img {
        width: 134px;
        margin: 0;
    }

    .special .docter .left {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 0 4%;
    }

    .special .docter .left .course,
    .special .docter h4 {
        text-align: left;
        margin: 0;
    }

    .special .docter>div>p {
        padding: 16px;
        border-radius: 8px;
    }
}

/* コラム
-------------------------------------*/
.column {
    margin-bottom: 56px;
}

.column .title {
    margin-bottom: 56px;
}

.column_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 56px;
}

.column_item a {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    align-items: center;
    text-decoration: none;
    color: var(--black);
    transition: .3s;
}

.column_item a:hover {
    opacity: .7;
    color: var(--primary);
}

.column_item img {
    width: 300px;
    height: fit-content;
}

.column_item span {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}

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

@media screen and (max-width:768px) {
    .column .title {
        margin-top: 24px;
    }

    .column_item a {
        width: 80%;
        min-width: auto;
        flex-direction: column;
        gap: 16px;
    }

    .column_item img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #breadCrumb_style {
        display: flex;
        padding: 8px 16px 16px;
        box-sizing: border-box;
        overflow-x: scroll;
    }

    #breadCrumb_style li {
        white-space: nowrap;
    }
}
