﻿@charset "UTF-8";
html {
    margin: 0;
}

.formlp-front-section img {
    width: 100%;
}

main {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1rem;
    font-size: clamp(14px, 3vw, 16px);
    color: #2F2F2F;
    margin: 0;
}

.br_pc {
    display: block;
}

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

.br_sp {
    display: none;
}

@media screen and (max-width: 960px) {
    .br_sp {
        display: block;
    }
}

.pc {
    display: inline-block;
}

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

.sp {
    display: none;
}

@media screen and (max-width: 960px) {
    .sp {
        display: block;
    }
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.bg {
    position: relative;
}

.con {
    position: absolute;
}

p {
    line-height: 1.7;
}

main .inr {
    width: 640px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    main .inr {
        width: 100%;
    }
}

main img {
    width: 100%;
    vertical-align: middle;
}

.graph {
    width: 68% !important;
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    margin: auto;
}

.swiper {
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.swiper_box {
    top: 51%;
    left: 0;
    right: 0;
    margin: auto;
}

.swiper {
    padding: 0 20px;
    overflow: visible;
}

.swiper-slide {
    width: 42% !important;
    /* 見切れを1出したい場合は幅を調整 */
    border-radius: 10px;
}

.swiper-pagination {
    top: 91% !important;
}

.swiper-pagination-bullet-active {
    background: #d50e5e !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-bottom: 30px;
}

.cvbtn {
    position: absolute;
    width: 80%;
    top: 33%;
    left: 0;
    right: 0;
    margin: auto;
}


/* アコーディオン */

.accordion {
    padding: 20px;
}

.accordion-header {
    cursor: pointer;
    font-weight: bold;
    padding: 20px;
    border: 1px solid #d50e5e;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.q01 {
    width: 80% !important;
}

.q02 {
    width: 50% !important;
}

.q03 {
    width: 53% !important;
}

.q04 {
    width: 63% !important;
}

.accordion-header .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-weight: normal;
    width: 6%;
    height: auto;
    border-radius: 100px;
    background: #d50e5e;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0rem;
    aspect-ratio: 1 / 1;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff3f7;
    padding: 0 10px;
    border-top: none;
    margin-bottom: 20px;
}

.accordion-content.open {
    max-height: fit-content;
    /* 内容に応じて調整 */
    padding: 30px 40px;
    border: 1px solid #d50e5e;
    border-top: none;
}


/* アコーディオン */

.floating-btn {
    max-width: 640px;
    width: 90%;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* 左下にしたい場合は left: 20px に */
    z-index: 9999;
    display: block;
}

.ws67 {
    margin-bottom: 200px;
}

#CartList div.btmbtn div {
    margin-bottom: 200px;
}

div.cartstep .btn-success,
#CartList div.btmbtn .btn-success {
    width: 260px;
}

.dvLoginLogin div:nth-of-type(3) {
    text-align: center;
}

.dvLoginLogin div:nth-of-type(4) div {
    float: none !important;
    margin: 0 auto !important;
    width: fit-content !important;
    margin-bottom: 30px !important;
}

.dvLoginLogin div:nth-of-type(4) div a {
    margin: 0 !important;
}

.dvLoginLogin div:nth-of-type(4) div div {
    width: fit-content !important;
    margin: 0 auto !important;
}

.dvLoginLogin div:nth-of-type(4) div div div {
    width: fit-content !important;
    margin: 0 auto !important;
}