/*-------------------------------
フローティングバナー z-index
-------------------------------*/
.flash_btn_top {
    z-index: 20000 !important;
    /*　フローティングバナーの表示を上に　*/
}
.lp_only_footer {
    margin-bottom: 0px;
    /*　フッター下部にマージン　*/
}
/*-------------------------------
モーダルCSS
-------------------------------*/
.modal-div {
    /*position: absolute;*/
    top: 95%;
    width: 100%
}
/* モーダルを開くボタン */
.modal-open {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #4c4c4c;
    text-decoration: underline;
    border: none;
    cursor: pointer;
}
/* モーダルと背景の指定 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 75%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 10000;
}
/* モーダルの擬似要素の指定 */
.modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}
/* クラスが追加された時の指定 */
.modal.is-active {
    opacity: 1;
    visibility: visible;
}
/* モーダル内側の指定 */
.modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    width: 90%;
}
/* モーダルを閉じるボタンの指定 */
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}
/* モーダルのコンテンツ部分の指定 */
.modal-content {
    background: #fff;
    text-align: left;
    line-height: 1.25;
    padding: 20px;
}
/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p {
    margin: 1em 0;
}
/*-------------------------------
Common
-------------------------------*/
body {
    background-color: #fff;
    font-family: "YuGothic", "Arial", sans-serif;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin: 0;
}
/*-------------------------------
Main
-------------------------------*/
#lp-content {
    max-width: 750px;
    margin: auto;
    overflow: hidden;
}
@media (max-width: 1023px) {
    #lp-content {
        width: 100%;
    }
}
#lp-content .d-f {
    display: flex;
}
#lp-content .fw-b {
    font-weight: bold;
}
#lp-content .lp-img-box {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#lp-content .lp-img {
    width: 100%;
}
@keyframes shine {
    0% {
        opacity: 0;
        right: 0;
        transform: translateX(1px);
    }
    8% {
        opacity: 0.5;
        right: 50%;
        transform: translateX(50%);
    }
    16% {
        opacity: 1;
        right: 100%;
        transform: translateX(100%);
    }
    24% {
        opacity: 0;
        right: 100%;
        transform: translateX(100%);
    }
    100% {
        opacity: 0;
        right: 100%;
        transform: translateX(100%);
    }
}
#lp-content .lp-cta-btn {
    position: absolute;
    top: 69%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
}
@keyframes UpDown {
    0% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(4px);
    }
}
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}
#lp-content .bx-wrapper {
    position: absolute;
    top: 23%;
    max-width: 100vw !important;
}
#lp-content .bx-viewport {
    height: 100% !important;
}
#lp-content .bx-pager {
    display: flex;
    justify-content: center;
}
#lp-content .bx-pager-link {
    background: #413b3f;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 999px;
}
#lp-content .bx-controls {
    top: -9px;
    position: relative;
}
#lp-content .active {
    background-color: #b31c4b;
    color: #b31c4b;
}
/*--- Q&A ---*/
.faq-item .answer {
    padding: 6% 6% 2%;
    color: #000000;
    font-size: 21px;
    font-weight: 200;
    line-height: 1.4;
}
@media (max-width: 919px) {
    .faq-item .answer {
        padding: 6% 6% 2%;
        font-size: 2.5vw;
    }
}
.faq-item .answer11 {
    display: none;
    padding: 15px;
    color: #000000;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
#lp-content .lp-11-faq-box {
    background-image: url(https://belta-shop.bbo-tech.com/resilience/equrythm/14-2.webp);
    background-size: cover;
    padding-bottom: 15px;
}
#lp-content .lp-11-faq {
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    width: 92%;
    background: linear-gradient(to right, #eba1c9, #c29ed5, #8ab1dd);
    position: relative;
}
.faq-item .lp11-question {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 15px 50px;
    cursor: pointer;
}
.faq-item .question-arrow11::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 19px;
    right: 3%;
    background-image: url(https://belta-shop.bbo-tech.com/resilience/equrythm/11plus.webp);
    background-size: cover;
}
.faq-item .question-arrow11.open::after {
    top: 19px;
    right: 3%;
    background-image: url(https://belta-shop.bbo-tech.com/resilience/equrythm/11minus.webp);
    background-size: cover;
}
.faq-item .question {
    position: relative;
}
.faq-item .question::before {
    content: "";
    background-image: url(https://belta-shop.bbo-tech.com/resilience/equrythm/11-q.webp);
    width: 25px;
    height: 70%;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 25%;
    left: 10px;
    position: absolute;
}
/*--- cssアニメーション ---*/
.keyframe {
    animation-name: anim_sc;
    transform: scale(1, 1);
}
@keyframes anim_sc {
    100% {
        transform: scale(0.85, 0.85);
    }
}
.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.00s;
}
/*--- cssアニメーション ---*/
/*--- ドロップシャドー ---*/
.drop-shadow {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .8));
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .4));
}
/*--- ドロップシャドー ---*/
/*--- 医師コンテンツ ---*/
.doctorContent {
    display: none;
    width: 100%;
}
.moreButton {
    cursor: pointer;
    width: 100%;
}
/*--- スライダー ---*/
.function-box .bx-controls {
    top: 15 !important;
    padding-bottom: 20px;
}
.function-box {
    position: relative;
    margin: 0 auto;
    padding-bottom: 0px;
    background-size: 100%;
}
.function-block {
    display: block;
    height: auto;
    position: absolute;
    height: auto;
    padding-bottom: 25px;
    width: 560px !important;
    margin-right: 20px !important;
}
.function-box .bx-slider {
    height: auto;
    margin: 0 auto;
}
.slider-card {
    margin-left: 14%;
}
.function-block img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.function-box .bx-prev {
    width: 90px;
    height: 90px;
    background: url(https://belta-shop.bbo-tech.com/resilience/equrythm/image/arrow-left_1.webp) no-repeat;
    background-size: cover;
    top: -26.5rem;
    left: 1rem;
    background-size: 100%;
    position: absolute;
    z-index: 2;
}
.function-box .bx-next {
    width: 90px;
    height: 90px;
    background: url(https://belta-shop.bbo-tech.com/resilience/equrythm/image/arrow-right_1.webp) no-repeat;
    background-size: cover;
    top: -26.5rem;
    right: 1rem;
    background-size: 100%;
    position: absolute;
    z-index: 2;
}
.function-box .bx-pager {
    display: flex;
    justify-content: center;
}
.function-box .bx-pager-link {
    background: #413b3f;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 999px;
}
@media (max-width: 919px) {
    .slider-card {
        margin-left: 10%;
    }
    .function-block {
        width: 80vw !important;
        margin-right: 50px !important;
    }
    .bx-slider {
        width: 100%;
        height: 75vw;
    }
    .function-box .bx-prev {
        top: -15.5rem;
        left: 10px;
        width: 40px;
        height: 40px;
    }
    .function-box .bx-next {
        top: -15.5rem;
        right: 10px;
        width: 40px;
        height: 40px;
    }
}
/*--- スライダー ---*/