/* rem　用*/
html {
    font-size: 62.5%;
}

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin: 0 0 !important;
    /* background-color: #e7eaee; */
    color: #333333;
    font-size: 16px/1.7;
    background-image: url(../image/bg.webp);
    background-repeat: repeat;
}

#wrapper {
    margin: 0 auto;
    max-width: 850px;
    overflow: hidden;
    width: 100%;
    background-image: url(../image/bg.webp);
    /* 背景画像指定 */
    background-size: 100%;
    background-repeat: repeat;
}


#wrapper img,
#wrapper video {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1,
h2 {
    margin: 0 0;
    padding: 0 0;
}

h2 {
    font-size: 4.2vw;
}

h3 {
    font-size: 3.8vw;
}

p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0;
}

hr {
    margin-top: 3vw;
}

a {
    color: #333333;
    outline: none;
    background: none;
    -webkit-tap-highlight-color: transparent;
}

a:focus,
a:active {
    outline: none;
    background: none;
}

.red {
    color: #dd266c;
}

.blue {
    color: #62b1db;
}

.yellow-marker {
    background-color: #f7f794;
    background-color: rgba(246, 247, 148, 1);
}



.bg-blue {
    background-color: #f3fbff;
}

.font-strong {
    font-weight: 900;
    font-weight: bold;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
}


.wrapper-inner {
    /*new*/
    padding: 0 3vw 5vw;
}

.wrap-inner {
    margin-top: 5vw;
}

.wrap-inner2 {
    margin-top: 8vw;
}

.wrap-inner-bottom {
    margin-bottom: 3vw;
}

.sp {
    display: block;
}

.txt-center {
    text-align: center;
}

.wrap-bg-w,
.wrap-bg-w-arrow {
    /* width: 100%; */
    background-color: #fff;
    border-radius: 1vw;
    box-shadow: 0 0 1vw .7vw #ffeaf4;
    padding: 5vw 4vw 2.5vw;
    margin-top: 5vw;
}


.editor {
    display: flex;
    width: 100%;
}


.editor-icon {
    width: 18.1vw;
    max-width: 115px;
}



/*------- 編集者　吹き出し start-------*/
.editor-bubble {
    position: relative;
    display: inline-block;
    margin-left: 3vw;
    padding: 2vw 2vw;
    width: 81%;
    color: #555;
    background: #FFF;
    border: solid 1px #c3c3c3;
    box-sizing: border-box;
    border-radius: 1.1vw;
    text-align: justify;
    text-align-last: left;
}


.editor-bubble:before {
    content: "";
    position: absolute;
    top: 49px;
    left: -21px;
    margin-top: -5.8vw;
    border: 3vw solid transparent;
    border-right: 3vw solid #FFF;
    z-index: 2;
}

.editor-bubble:after {
    content: "";
    position: absolute;
    top: 50px;
    left: -23px;
    margin-top: -6vw;
    border: 3vw solid transparent;
    border-right: 3vw solid #c3c3c3;
    z-index: 1;
}

.editor-bubble p {
    margin: 0;
    padding: 0;
}

/*------- 編集者　吹き出し end------*/

.content-wrap {
    padding: 5vw 3vw 0%;
}

.content-wrap-inner {
    padding: 5vw 3vw;
}



.wrap-bg-w-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
    border-top: 7vw solid #fff;

}

.content-wrap-inner {
    position: relative;
}

.content-wrap-inner-wrap {
    position: relative;
}

.content-txt,
.bubbles-txt {
    position: absolute;
    text-align: justify;
    text-align-last: left;
}

.bubbles-txt {
    /*------吹き出し内の文字-----*/
    bottom: 5%;
    right: 3.5%;
    width: 68.05%;
}

.wrap-txt {
    margin-top: 3vw;
}

.wrap-inner h2,
.wrap-inner2 h2,
.wrap-inner-title h2 {
    text-align: center;
    padding: 2vw 0;
}

.wrap-txt-title {
    position: relative;
    text-align: center;
}

.wrap-txt-title::before,
.wrap-txt-title::after {
    content: "";
    position: absolute;
    top: 0%;
    /* 縦の中央付近からスタート */
    bottom: 0%;
    /* 縦の中央付近で終了 */
    width: 1.2vw;
    background: #62b1db;
}

.wrap-txt-title::before {
    left: 0;
}

.wrap-txt-title::after {
    right: 0;
}

.sp-txt-m {
    font-size: 4vw;
}

.sp-txt-s {
    font-size: 3vw;
}

.sp-txt-ss {
    font-size: 1.9vw;
    color: #b2b2b2;
    line-height: 1;
    margin-top: 5px;
}

table .sp-txt-s {
    font-size: 2.3vw;
}

.wrap-txt-sb-title {
    position: relative;
    text-align: left;
    padding-left: 2.9vw;
    font-size: 30px;
}

.wrap-txt-sb-title::before {
    content: "";
    position: absolute;
    top: 0%;
    /* 縦の中央付近からスタート */
    bottom: 0%;
    /* 縦の中央付近で終了 */
    width: 1.2vw;
    background: #62b1db;
}

.wrap-txt-sb-title::before {
    left: 0;
}



/*------ 比較表 ---------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wrap-inner-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    width: 750px;
}

.accordion-table table {
    width: 600px
}

.accordion-wrap-inner-table table {
    border-collapse: collapse;
    border-spacing: 0;
}



.wrap-inner-table {
    overflow-x: scroll;
}

td {
    background-color: #f8fdff;
}

tr th,
td {
    border: 1px solid #ccc;
    /* padding: 5px 2px; */
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
}

th {
    font-weight: bold;
    background-color: #e3f6ff;
    display: table-cell;
    vertical-align: inherit;
}

td {
    height: 60px;
}

td[colspan] {
    background-color: #f9f9f9;
}


.first-td {
    font-weight: 900;
    font-size: 15px;
    left: 0;
}

.first-td td {
    padding: 18px 5px;
    background-color: #f0f2f2;
    height: 40px;
}

.first-th {
    font-weight: 900;
    font-size: 14px;
    color: #0ac;
    position: sticky;
    left: -1px;
    background-color: #f0f8ff;
    z-index: 2;
    padding: 0 0 !important;
    width: 70px;
}



.maru1,
.maru2,
.maru3,
.sankaku,
.pass {
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    /* ← 中央揃え（左右・上下） */
    background-repeat: no-repeat;
    /* ← 繰り返さない（必要に応じて） */
}


.maru1 {
    background-image: url(../image/maru1.webp);
}

.maru2 {
    background-image: url(../image/maru2.webp);
}

.sankaku {
    background-image: url(../image/sankaku.webp);
}

.pass {
    background-image: url(../image/pass.webp);

}


.frame table {
    width: 750px;
}

.frames table th {
    width: 40%;
    font-size: 3vw;
    color: #333;
    padding: 2vw 5vw;
    font-weight: 300;
}

.frames table td {
    /* width: 100% !important; */
    /* text-align: left !important; */
    padding: 1vw 10.5vw;
}

.frames table td p {
    font-size: 3vw;
}

/*-------　比較表END ----*/
.period .wrap-txt-title {
    background-color: #fff0f6;
    color: #dd266c;
}

.period .wrap-txt-title::before,
.period .wrap-txt-title::after {
    content: "";
    position: absolute;
    top: 0%;
    /* 縦の中央付近からスタート */
    bottom: 0%;
    /* 縦の中央付近で終了 */
    width: 1.2vw;
    background: #dd266c;
}


/*--------- ダイエット法４選メニュー ------*/

.diet-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5vw 0;
    border-bottom: 1px solid #ccc;
}

.left-box {
    display: flex;
    align-items: center;
}

.number-circle {
    background-color: #ff2f74;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    border-radius: 50%;
    text-align: center;
    margin-right: 2vw;
}

.diet-text {
    font-size: 3.6vw;
}

.diet-text .highlight {
    color: #ff2f74;
    font-weight: bold;
}

.arrow-icon {
    width: 5vw;
    height: 5vw;
    background: #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-icon::before {
    content: "↓";
    font-size: 4.5vw;
    color: white;
}


/*----------- アコーディオン　-------*/

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.accordion {
    margin-inline: auto;
    /* max-width: 500px; */
    position: relative;
    width: 100%;

}

.accordion-title {
    /* color: #333; */
    cursor: pointer;
    font-size: 4vw;
    padding: 1.1vw 20px;
    /* max-width: 500px; */
    width: 100;
}


.accordion-title-txt {
    border: #c3c3c3 1px solid;
    border-radius: 1.5vw;
    font-weight: 200;
    padding: 1.1vw 20px;

}

.accordion-content {
    display: none;
    padding: 10px 20px;
}

/* .accordion-content p {
  font-size: 13px;
  line-height: 1.5;
} */
/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
    background-color: rgba(255, 255, 255, 0);
}



/* 矢印 */
.accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px #62b1db;
    border-top: solid 2px #62b1db;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 10vw;
    top: 35%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

/*----------- アコーディオンEND　-----------*/



/*----------- ４選比較のタイトル----------*/

.comparison-title {
    background-color: #62b1db;
    position: relative;
    border-radius: 10px;
    padding: 1.1vw 2.3vw;
    height: 7vw;
    z-index: 0;
    color: #FFF;
    text-align: center;
}

.comparison-title::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 45%;
    margin-top: -6vw;
    border: 20px solid transparent;
    border-top: 15px solid #62b1db;
    z-index: 0;
}


.comparison-title p {
    font-size: 4vw;
    font-weight: 900;
}



/*-------- モニターカルセール -------*/

.carousel-swiper {
    position: relative;
}

.monitor-title img {
    width: 80% !important;
    margin-left: 10% !important;

}

.swiper-button {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60%;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    height: 25vw;
    width: 25vw;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 25vw;
    margin: auto;
    width: 25vw;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -2%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -2%;
}


/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    background-image: url(../image/button-prev.webp);

}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    background-image: url(../image/button-next.webp);
    background-position: right center;
    /* ← 左寄せ・縦中央 */
}



/*--------- ボタン---------*/
.shine-button {
    width: 80%;
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    border-radius: 100px;
    background: #ff2d7a;
    color: #fff;
    font-weight: bold;
    font-size: 4vw;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
}

.shine-button::after {
    animation: 2s 0s shine linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 75%);
    content: '';
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skewX(-15deg);
    width: 100%;
}

@keyframes shine {
    20% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}


/*----------　口コミのカルセール　----------*/
.voice {
    border-radius: 10px;
    border: .3em solid #dd266c;
    padding: 1em 2em;
}


.voice .swiper-button-prev,
.voice .swiper-button-next {
    height: 14vw;
    width: 8vw;
}

/* 前へ次への矢印カスタマイズ */
.voice .swiper-button-prev::after,
.voice .swiper-button-next::after {
    height: 14vw;
    margin: auto;
    width: 14vw;
}

.voice p {
    text-align: center;
}


.voice .swiper-button-next,
.voice .swiper-rtl .swiper-button-prev {
    right: -5%;
}

.voice .swiper-button-prev,
.voice .swiper-rtl .swiper-button-next {
    left: -5%;
}

.voice .swiper-button {
    bottom: 50%;
}




.sb-bubble-title {
    background-color: #62b1db;
    position: relative;
    border-radius: 100px;
    padding: 1.1vw 2.3vw;
    height: 7vw;
    z-index: 0;
    color: #FFF;
    text-align: center;
}

.sb-bubble-title::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 15%;
    margin-top: -6vw;
    border: 20px solid transparent;
    border-top: 15px solid #62b1db;
    z-index: 0;
}


.sb-bubble-title p {
    font-size: 4vw;
    font-weight: 900;
}


/*-----施術の説明--------*/
.img-txt-side {
    display: flex;
}



.side-img {
    width: 37%;
    /* max-width: 165px; */
}

.side-txt {
    width: 63%;
    margin-left: 3%;
}

details {
    text-align: right;
    color: #b2b2b2;
    pointer-events: none;
}

@media (min-width: 750px) {
    p {
        font-size: 25px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    table .sp-txt-s {
        font-size: 15px;
    }

    .sp-txt-m {
        font-size: 30px;
    }

    .sp {
        display: none;
    }

    .wrap-txt {
        margin-top: 25px;
    }


    .wrap-inner h2,
    .wrap-inner2 h2,
    .wrap-inner-title h2 {
        padding: 17px 0;
    }

    .content-wrap {
        padding: 60px 45px 0;
    }

    .wrap-bg-w {
        box-shadow: 0 0 8px 2px #f9d2e4;
        border-radius: 15px;
    }

    .wrap-inner {
        margin-top: 55px;
    }


    .wrap-inner2 {
        margin-top: 68px;
    }

    .wrapper-inner {
        /*new*/
        padding: 0 30px 60px;
    }

    .wrap-inner-bottom {
        margin-bottom: 25px;
    }

    .wrap-bg-w,
    .wrap-bg-w-arrow {
        /* width: 100%; */
        padding: 55px 42.5px 30px;
        margin-top: 60px;
    }



    /*------- 編集者　吹き出し start-------*/

    .editor-bubble {
        margin-left: 25.5px;
        padding: 16px 23px;
        width: 688px;
        border-radius: 10px;
    }


    .editor-bubble:before {
        left: -35px;
        margin-top: -27px;
        border: 18px solid transparent;
        border-right: 18px solid #FFF;
    }

    .editor-bubble:after {
        left: -40px;
        margin-top: -30px;
        border: 20px solid transparent;
        border-right: 20px solid #c3c3c3;
    }


    /*------- 編集者　吹き出し end-------*/

    .wrap-txt-sb-title {
        padding-left: 25px;
    }

    .wrap-txt-title::before,
    .wrap-txt-title::after,
    .wrap-txt-sb-title::before,
    .period .wrap-txt-title::before,
    .period .wrap-txt-title::after {
        width: 8px;
    }

    .wrap-img {
        padding-top: 50px;
    }

    .wrap-img2 {
        padding-top: 50px 0;
    }


    .content-wrap-inner {
        padding: 60px 30px;
    }

    .wrap-bg-w-arrow::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-top: 70px solid #fff;
    }

    .sp-txt-s {
        font-size: 19px;
    }

    .sp-txt-ss {
        font-size: 12px;
    }



    /*------ 比較表 ---------*/

    .wrap-inner-table table {
        width: 790px;
    }


    tr th,
    td {
        padding: 10px 5px;
        font-size: 16px;
    }



    .first-td {
        font-weight: 900;
        font-size: 18px;
    }

    .first-td td {
        padding: 18px 5px;
        height: 40px;
    }

    .first-th {
        font-weight: 900;
        font-size: 16px;
        color: #0ac;
        left: -1px;
        padding: 0 0 !important;
        width: 85px;
    }

    .frames table th {
        font-size: 25px;

    }

    .frames table td {
        padding: 20px 90px;
    }

    .frames table td p {
        font-size: 25px;
    }

    .maru1,
    .maru2,
    .maru3,
    .sankaku,
    .pass {
        background-size: 80px;
    }

    .first-td {
        font-size: 15px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }






    /*-------　比較表END ----*/
    hr {
        margin-top: 55px;
    }

    .number-circle {
        background-color: #ff2f74;
        font-size: 18px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-right: 12px;
    }

    .diet-item {
        padding: 30px;

    }

    .diet-text {
        font-size: 25px;
    }

    .arrow-icon {
        width: 30px;
        height: 30px;
    }

    .arrow-icon::before {
        font-size: 20px;
    }


    .accordion-title {
        /* color: #333; */
        cursor: pointer;
        font-size: 15px;
        padding: 10px 20px;
    }


    .accordion-title-txt {
        border-radius: 10px;
        padding: 10px 20px;
    }



    /* 矢印 */
    .accordion-title {
        position: relative;
    }

    .accordion-title::after {
        border-right: solid 3px #62b1db;
        border-top: solid 3px #62b1db;
        height: 18px;
        right: 50px;
        width: 18px;
    }



    .comparison-title,
    .sb-bubble-title {
        padding: 10px 20px 22px;
        height: 30px;
        z-index: 0;
        color: #FFF;
        text-align: center;
    }

    .comparison-title::after {
        content: "";
        position: absolute;
        bottom: -42px;
        left: 50%;
        margin-top: -6vw;
        border: 25px solid transparent;
        border-top: 20px solid #62b1db;
        z-index: 0;
    }



    .comparison-title p,
    .sb-bubble-title p {
        font-size: 28px;
        font-weight: 900;
    }


    .sb-bubble-title::after {
        bottom: -45px;
        left: 15%;
        margin-top: -6vw;
        border: 30px solid transparent;
        border-top: 25px solid #62b1db;
        z-index: 0;
    }


    .accordion-table table {
        width: 750px
    }

    /* 前へ次への矢印カスタマイズ */

    .swiper-button-prev,
    .swiper-button-next {
        position: absolute;
        height: 200px;
        width: 200px;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        height: 200px;
        width: 200px;
    }


    .voice .swiper-button-prev,
    .voice .swiper-button-next {
        height: 100px;
        width: 100px;
    }

    /* 前へ次への矢印カスタマイズ */
    .voice .swiper-button-prev::after,
    .voice .swiper-button-next::after {
        height: 100px;
        margin: auto;
        width: 100px;
    }

    .voice .swiper-button-next,
    .voice .swiper-rtl .swiper-button-prev {
        right: -45px;
    }

    .voice .swiper-button-prev,
    .voice .swiper-rtl .swiper-button-next {
        left: -45px;
    }


    .shine-button {
        font-size: 35px;
    }


    .side-txt {
        margin-left: 15px;
    }

footer p {
    font-size: 20px;
}

}



footer {
    background-color: #ea71a8;
    color: #ffffff;
    padding: 1em 0;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}


footer p {
    font-size: 1.5em;
}

footer .sp-txt-ss {
    color: #FFF;
}