@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

#main {
    width: 750px;
    margin: 0 auto;
    position: relative;
    background-color: #eaeaea;
}

.onlySP{
display: none
}

.fv {
    position: relative;
}

.fv img {
    position: relative;
    width: 100%;
}

.fv .fv_btn_wrap {
    width: 100%;
    position: relative;
}

.fv a.ank_btn {
    position: relative;
    margin: 0 auto;
    width: 90%;
    display: block;
    z-index: 2;
    height: 0;
}

.fv .fv_btn_wrap .ank_btn img {
    position: relative;
    bottom: 14rem;
}



@media screen and (max-width: 750px) {
    .fv .fv_btn_wrap .ank_btn img {
        position: relative;
        bottom: 8rem;
    }
.onlyPC{
display: none
}
.onlySP{
display: block
}
}




.qlist li input {
    display: none;
}

.qlist li .btn {
    position: relative;
    display: block;
}

.qlist li .btn .on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.qlist li input:checked+.btn .on {
    opacity: 1;
}

.qlist li .btn img {
    width: 100%;
    height: auto;
}

.q1_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* width: 92%; */
    margin: 2em auto 0;
}

.q1_list li {
    width: 46%;
}

/* 
.qlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* width: 92%; */
/* margin: 2em auto 0;
} */

.q1,
.q2,
.q3 {
    position: relative;
    padding: 0 0 8% 0;
}


#q1 {
    padding-top: 3rem;
}

@media screen and (max-width: 750px) {}

#q1 .q1 {
    width: 80%;
    margin: 40px auto 0;
}

.q1_list.qlist li:nth-child(2n) {
    margin-left: 4.6%;
}

.access {
    background-color: #5c5e66;
    padding: 60px 0;
    text-align: center;
}

.access img {
    width: 80%;
    margin: 0 auto 20px;
}

.access iframe {
    width: 600px;
    height: 360px;
}

.q2_wrap {
    padding: 100px 0;
    text-align: center;
    background-color: #f9f9f9;

}


@media screen and (max-width: 750px) {

    .access iframe {
        width: 80%;
        height: 20rem;
    }

    .q2_wrap {
        padding: 50px 0;
        text-align: center;
    }

    .q2_list.qlist {
        width: 90%;
        margin: 0 auto;
    }

    .end_wrap .top {
        margin-top: 20px;
    }
}

.q2_wrap .top {
    width: 90%;
    margin: 0 auto 60px;
}

.q2_list.qlist {
    display: block;

    position: relative;
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
}

.q2_list.qlist li {
    width: 100%;
    margin: 0 0 40px;

}

.q3_list.qlist {
    width: 90%;
    margin: 0 auto;
}

.q3_list.qlist li {
    width: 100%;
    margin-bottom: 2em;
}

.q3 .case1_only,
.q3 .case2_only,
.q3 .case3_only {
    display: none;
    position: relative;
    margin: 10% 0 0 0;
}

.q3 .case1_only a.q3_btn,
.q3 .case2_only a.q3_btn,
.q3 .case3_only a.q3_btn {
    position: absolute;
    bottom: 2%;
    right: 0;
    left: 11%;
}

.q3 .case1_only a.q3_btn2,
.q3 .case2_only a.q3_btn2,
.q3 .case3_only a.q3_btn2 {
    position: absolute;
    bottom: 2%;
    right: 0;
    left: 11%;
}

/*アニメーション*/
.animation {
    animation: dokundokun 1300ms ease infinite;
    display: inline-block;
    /* アニメーションが効きやすくなる */
}

@keyframes dokundokun {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.05);
    }

    30% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(1);
    }
}

.last_fv {
    width: 100%;
    position: relative;
}

.last_fv .backfv {
    position: relative;
    top: 0;
    left: 0;
}

.last_fv .cta_btn {
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0 5%;
}

.last_fv .cta_btn img {
    position: absolute;
    bottom: 3rem;
    width: 90%;
    margin: 0 auto;
}

.point {
    position: relative;
}

.point .cta_btn {
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0 5%;
}

.point .cta_btn img {
    position: absolute;
    bottom: 3rem;
    width: 90%;
    margin: 0 auto;
}

.flow {
    position: relative;
    padding: 5rem 5%;
}

.flow .img02 {
    margin: 10px 0 0 0;
}

.flow .cta_btn {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.flow .cta_btn img {
    width: 100%;
    margin: 0 auto;
}

.last_access {
    background-color: #fff;
    padding: 60px 0;
    text-align: center;
}

.last_access img {
    width: 80%;
    margin: 0 auto 20px;
}

.last_access iframe {
    width: 600px;
    height: 360px;
}

.form {
    background-color: #fff715;
    padding: 5rem 5%;
    text-align: center;
}

.form .title {
    width: 80%;
}

.form .white {
    background-color: #fff;
    text-align: left;
    padding: 5%;
}

.note {
    background-color: #5c5e66;
    padding: 5rem 5%;

}

.note p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
}

.thanks_content {
    padding: 5rem 5%;
    text-align: center;
}

.thanks_content .title {
    width: 80%;
    margin: 0 auto 2rem;
}

.thanks_content .campaign_content {
    margin-bottom: 2rem;
}

.qlist label {
    display: block;
    cursor: pointer;
}



.q3 {
    padding-bottom: 2em;
}




.to_form {
    position: absolute;
    display: block;
    width: 80px;
    cursor: pointer;
    height: 20px;
}

.area1 {
    bottom: 460px;
    left: 128px;
}

.area2 {
    bottom: 260px;
    left: 180px;
}



#footer {
    width: 100%;
    background-color: #2b2b2b;
    color: #fff;
    text-align: center;
    padding: 6% 0 0 0;
    position: absolute;
    bottom: auto;
}

#footer img {
    width: 250px;
}

#footer small {
    margin: 10px;
    font-size: 18px;
    color: #FFF;
}

#footer ul {
    margin: 5% 0;
    font-size: 20px;
}

#footer ul li {
    margin: 0px 0px 20px;
    text-decoration: none;
    color: #FFF;
}

#footer .copyright_bg {
    padding: 3%;
}

@media screen and (max-width: 750px) {
    body {
        font-size: 2.4vw;
    }

    #main {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    .q1_list.qlist {
        flex-wrap: nowrap;
    }



    .last_fv .cta_btn img {
        position: absolute;
        bottom: 3rem;
        width: 90%;
        left: 5%;
        ;
    }

    .point .cta_btn img {
        position: absolute;
        bottom: 3rem;
        width: 90%;
        left: 5%;
        ;
    }

    .last_access iframe {
        width: 80%;
        height: 20rem;
    }


    #footer img {
        width: 60%;
    }

    #footer small {
        font-size: 10px;
    }

    #footer ul {
        font-size: 10px;
    }
}


/* CF7 */
.form-section {
    margin-bottom: 30px;
}

.form-section h3 {
    color: #000;
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #33c1b9;
    display: flex;
    align-items: center;
}

.form-section h3 .blue {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #33c1b9;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: flex;
    /* margin-bottom: 8px; */
    font-weight: 400;
    color: #6e6e73;
    gap: 10px;
    align-items: center;
    font-size: 28px;
}

.required {
    color: #e74c3c;
}

/* ラジオボタンのスタイル */
.wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 8px;
    margin: 0;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    border: 3px solid #f0f0f0;
    align-items: center;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input {
    width: 30px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover {
    background-color: #e0e0e0;
}


.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    display: block;
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 28px;
}

/* ラジオボタン選択時のスタイルのみ */



/* または、親要素のボーダーを変更する場合 */
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item:has(input[type="radio"]:checked) {
    border: 3px solid #ff0077 !important;
}



/* ラジオボタンのマーク（丸）をピンク色にする */
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::before {
    background-color: #eaeaea !important;
    border: 9px solid #ff0077 !important;
    box-shadow: 0 0 0 2px #eaeaea !important;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 16px;
}

/* テキスト入力欄のスタイル */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel {
    width: 100%;
    padding: 30px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 28px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form-control.wpcf7-tel:focus {
    outline: none;
    border-color: #ddd;
    background-color: white;
}

/* チェックボックスのスタイル */
.wpcf7-form-control.wpcf7-acceptance {
    margin: 20px 0;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    /* margin: 0 auto; */
    justify-content: center;
    margin: 0;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    width: 30px;
    height: 30px;
    accent-color: #ff0077;
}


.wpcf7-form-control.wpcf7-text:-webkit-autofill:focus,
.wpcf7-form-control.wpcf7-text:-webkit-autofill:hover,
.wpcf7-form-control.wpcf7-text:-webkit-autofill,
.wpcf7-form-control.wpcf7-email:-webkit-autofill:focus,
.wpcf7-form-control.wpcf7-email:-webkit-autofill:hover,
.wpcf7-form-control.wpcf7-email:-webkit-autofill,
.wpcf7-form-control.wpcf7-tel:-webkit-autofill:focus,
.wpcf7-form-control.wpcf7-tel:-webkit-autofill:hover,
.wpcf7-form-control.wpcf7-tel:-webkit-autofill {
    background-color: white !important;
}

/* Chromeのオートフィル対策 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #000 !important;
}

/* Contact Form 7 専用 */
.wpcf7-form input[type="text"]:-webkit-autofill,
.wpcf7-form input[type="email"]:-webkit-autofill,
.wpcf7-form input[type="tel"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
}


@media screen and (max-width: 750px) {

    .flow {
        position: relative;
        padding: 2.5rem 5%;
    }

    .form {
        background-color: #fff715;
        padding: 2.5rem 5%;
        text-align: center;
    }

    .last_access {
        background-color: #fff;
        padding: 2.5rem 0;
        text-align: center;
    }

    .form-section h3 {
        color: #000;
        font-size: 14px;
        margin-bottom: 7.5px;
        padding-bottom: 5px;
        border-bottom: 2px solid #33c1b9;
        display: flex;
        align-items: center;
    }

    .wpcf7-form-control.wpcf7-radio {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        margin-top: 10px;
    }

    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
        background-color: #f0f0f0;
        padding: 5px;
        border-radius: 4px;
        margin: 0;
        border: 2px solid transparent;
        transition: all 0.3s ease;
        display: flex;
        position: relative;
        border: 3px solid #f0f0f0;
    }

    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::before {
        background-color: #eaeaea !important;
        border: 5px solid #ff0077 !important;
        box-shadow: 0 0 0 3px #eaeaea !important;
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        left: 4px;
        top: 12px;
    }

    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
        display: block;
        cursor: pointer;
        padding: 5px 2px;
        border-radius: 6px;
        transition: all 0.3s ease;
        font-size: 12px;
    }

    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input {
        width: 15px;
    }

    /* テキスト入力欄のスタイル */
    .wpcf7-form-control.wpcf7-text,
    .wpcf7-form-control.wpcf7-email,
    .wpcf7-form-control.wpcf7-tel {
        width: 100%;
        padding: 15px;
        border: 2px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        background-color: #ffffff;
        transition: border-color 0.3s ease;
    }

    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:has(input[type="radio"]:checked) {
        border: 2px solid #ff0077 !important;
    }

    .form-group label {
        display: flex;
        /* margin-bottom: 8px; */
        font-weight: 400;
        color: #6e6e73;
        gap: 5px;
        align-items: center;
        font-size: 14px;
    }

    .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
        width: 15px;
        height: 15px;
        accent-color: #ff0077;
    }


    .note {
        background-color: #5c5e66;
        padding: 2.5rem 5%;
    }

    .note p {
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        line-height: 1.6;
    }

    .thanks_content {
        padding: 2.5rem 5%;
    }
}

/* Custom 250905 */
.form-item {
	margin-bottom: 1.5rem
}
.form-label {
	font-size: 1.6rem;
}
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-email, .wpcf7-form-control.wpcf7-tel {
	padding: .9rem;
	line-height: 1;
	font-size: 1.6rem;
	border: 1px solid #908888;
    background-color: #f8f8f8;
	border-radius: 0.2rem;
}
.form-control {
	margin-top: 1rem;
}

.form-item .eq {
	color: #fff;
    background-color: #de4d0a;
	font-size: 1.4rem;
	padding: 0px 4px 2px;
	margin-right: .8rem
}

.form-item .no-eq {
	border: 1px solid #000;
	font-size: 14px;
	padding: 0px 4px 2px;
	margin-right: .8rem
}

.form-txt {
	text-align: center;
	font-size: 1.2rem;
    line-height: 1.3;
}

.form-txt a {
	color: blue;
	text-decoration: underline
}

.wpcf7-tel {
	max-width: 200px
}

.btn_wrap {
    position: relative;
	    margin-top: 1.6rem;
}

    .btn_form {
        position: relative;
        margin: 0 auto;
        border-radius: 0.2rem;
        background: -webkit-gradient(linear, left top, right top, from(rgb(249, 197, 15)), to(rgb(222, 77, 10)));
        background: linear-gradient(90deg, rgb(249, 197, 15) 0%, rgb(222, 77, 10) 100%);
        height: 5.9rem;
        padding: 0 1.6rem 0 8.2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0px 6px 0px 0px rgb(136, 44, 8);
        box-shadow: 0px 6px 0px 0px rgb(136, 44, 8);
    }
    .btn_form::before {
        content: "";
        position: absolute;
        background-image: url(https://pilates-kasane.jp/kasane-fcslp01/wp-content/uploads/2025/06/btn_before02.png);
        background-size: 100%;
        background-repeat: no-repeat;
        top: 0.5rem;
        height: 5rem;
        width: 5rem;
        left: 1.7rem;
    }
    .btn_form>.sm {
        font-size: 1rem;
        letter-spacing: 0;
        font-weight: bold;
        color: #900101;
        text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    line-height: 1.4;
    }
.btn_form>.med {
        font-size: 2rem;
        font-weight: 900;
        color: #fff;
        letter-spacing: 0;
        line-height: 1.2;
    }
    .lastbtn {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: transparent;
        z-index: 10;
        border-radius: 0;
        margin: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0;
		font-weight: 600;
    color: #fff;
    font-size: 3.0rem;
    display: flex;
		justify-content: center;
    align-items: baseline;
    cursor: pointer;
    }
.btn_form .ajax-loader {
        position: absolute;
        z-index: -9999;
	    visibility: hidden;
    display: inline-block;
    background-image: url(../../assets/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    }
.innner_wrap p {
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
            margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
}
.wpcf7 form .wpcf7-response-output {
    margin: 3.5rem 0.5rem 0 !important;
    padding: 0.4rem 1rem !important;
	font-size: 1rem !important
}

header, main {
max-width: 600px;
width: 100%;
margin: auto
}

footer {
	padding: 10rem 0;
	background-color: #ff7f00;
	color: #fff;
}

footer .footer_flex {
	display: flex;
	justify-content: space-between;
	align-items: end;
	    max-width: 1176px;
    width: 100%;
    margin: auto;
}

footer .footer_flex img {
	width: 25rem;
}

footer .footer_flex a {
	text-decoration: none;
	font-size: 1.4rem;
	color: #fff;
}

.wpcf7-not-valid-tip {
	font-size: 1.2rem !important;
    line-height: 1.5;
}

@media (max-width: 767px) {
	.btn_form>.med {
		font-size: 1.6rem
	}
	.btn_form>.sm {
		    font-size: .95rem;
		margin-bottom: .2rem
	}
	footer {
		display: none
	}
}