charset "utf-8";

/**
debug
**/
.testmode * {
    outline: 1px dashed darkmagenta;
}

/**セクションごとの区切りを入れる用**/
.testmode hr {
    border-top: 1px dashed deeppink;
    margin: 0;
    width: 99vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 1px;
}

/**default**/
*,
::before,
::after {
    box-sizing: border-box;
}

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #222;
    /**add**/
}

img {
    max-width: 100%;
    vertical-align: top;
    width: 100%;
    /* margin-top: -0.2px; */

}

table {
    width: 100%;
}

a:link,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

a,
a:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    opacity: 0.8;
}

a,
picture,
img {
    display: inline-block;
}

/**Google Font用のスタイル**/
.noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.noto-serif-jp-<uniquifier> {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

/**共通**/
.mb10per {
    margin-bottom: 10%;
}

.no-absolute {
    position: unset !important;
}

/**base**/
html {
    font-size: 16px;
    font-size: 10px;
    scroll-behavior: smooth;
}

#anc_sanka,
#anc_taisho {
    scroll-margin-top: -3vh;
}

.lpwrap {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 2.7rem;
    line-height: 1.3;
    background-color: transparent;
}

.wrap_btn {
    position: relative;
    display: flex;
    justify-content: center;
}

.wrap_btn .btn {
    position: absolute;
    bottom: 22%;
    width: calc((202/768)*100%);
}

.wrap_btn .btn_line {
    left: 18%;
}

.wrap_btn .btn_x {
    right: 18%;
}

.wrap_btn .btn {
    position: absolute;
    bottom: 8%;
    width: calc((610/768)*100%);
}

/* .wrap_btn2 .btn {
    bottom: 15%;
} */

.wrap_btn .link_kiyaku {
    position: absolute;
    bottom: 5%;
    width: calc((610/768)*100%);
}

.wrap_movie {
    position: relative;
    display: flex;
    justify-content: center;
}

.wrap_movie .movie {
    position: absolute;
    bottom: 4%;
    width: calc((668/768)*100%);
}

/**202509**/
.wrap_btn .img_line_open {
    position: absolute;
    bottom: 16%;
    width: 100%;
    z-index: 10;
}

.wrap_btn .btn_shadow {
    position: absolute;
    bottom: 6.5%;
    /* bottom: 7%; */
    width: calc((620/768)*100%);
}

.wrap_btn-lp_cp_portal1_02 .img_line_open {
    bottom: 19%;
    /* bottom: 33%; */

}

.wrap_btn-lp_cp_portal1_02 .btn_shadow {
    bottom: 8%;
    /* bottom: 24%; */
}

.wrap_btn-lp_cp_portal1_02 .link_kiyaku {
    bottom: 5%;
    /* bottom: 21%; */
}

.wrap_btn .img_nagare_open {
    position: absolute;
    width: calc((670/768)*100%);
}

.wrap_btn-lp_cp_portal1_02 .img_nagare_open {
    bottom: 3.5%;
}

.wrap_btn-lp_cp_portal1_04 .img_nagare_open {
    top: 11%;
}

.wrap_btn-lp_cp_portal3_faq99 .btn_shadow {
    bottom: 7%;
}

.wrap_btn-lp_cp_portal3_faq99 .img_line_open {
    bottom: 47%;
}


.highlight {
    font-weight: bold;
    color: red;
    background-color: yellow;
}

.c_red {
    color: red !important;
}

.u_yellow {
    background: linear-gradient(transparent 80%, yellow 30%) !important;
}

.w_bold {
    font-weight: bold !important;
}

.underline {
    text-decoration: underline !important;
}

.wrap_lp_cp_portal1_05 {
    position: relative;
    background: url(../img/lp_cp_portal1_06.jpg) 0 bottom no-repeat, url(../img/lp_cp_portal1_05.jpg) 0 0 repeat-y;
    background-size: contain;
    padding-bottom: 15%;

    /* color: #222; */
    /* 2025-07-28_追記 justa */
}

.wrap_lp_cp_portal1_05 .waku01 {
    border: 2px solid #222;
    border-radius: 10px;
    width: calc((588/768)*100%);
    margin: 0 auto;
    padding: 5% 3%;
    background-color: #ffffd8;
    margin-bottom: 5%;
}

.wrap_lp_cp_portal1_05 .waku01 .title {
    font-size: 5rem;
    text-align: center;
    margin-bottom: 4%;
}

.wrap_lp_cp_portal1_05 .bg {
    position: absolute;
    z-index: 0;
}

.wrap_lp_cp_portal1_05 .waku01 .explain {
    font-weight: normal;
    margin-bottom: 4%;
}

.wrap_lp_cp_portal1_05 .waku01 .wrap_cbox {
    display: flex;
    justify-content: center;
}

.wrap_lp_cp_portal1_05 .waku01 .cbox {
    width: 50%;
    text-align: center;
}

.wrap_lp_cp_portal1_05 .waku02 {
    border: 2px solid #222;
    border-radius: 10px;
    width: calc((588/768)*100%);
    margin: 0 auto;
    /* padding: 5% 3%; */
    background-color: #ffffd8;
    overflow: hidden;
    margin-bottom: 5%;
}

.wrap_lp_cp_portal1_05 .waku02 .title {
    font-size: 5rem;
    text-align: center;
    /* margin-bottom: 4%; */

}

.wrap_lp_cp_portal1_05 .waku02 .title2 {
    margin-bottom: 4%;
}

.wrap_lp_cp_portal1_05 .waku02 small {
    font-size: 1.7rem;
    font-weight: normal;
    margin-bottom: 4%;
    display: inline-block;
}

.wrap_lp_cp_portal1_05 .waku02 .cbox.bottom .title {
    font-size: 4rem;
}

.wrap_lp_cp_portal1_05 .waku02 .explain {
    font-weight: normal;
    margin-bottom: 4%;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.wrap_lp_cp_portal1_05 .waku02 .wrap_cbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wrap_lp_cp_portal1_05 .waku02 .cbox {
    width: 100%;
    text-align: center;
    padding: 5% 3%;
}

.wrap_lp_cp_portal1_05 .waku02 .cbox.bottom {
    background-color: #ffe101;
}

/**
.wrap_lp_cp_portal1_05::before {
    content: "";
    display: block;
    width: 100%;
    height: 5%;
    background: transparent url(../img/lp_cp_portal1_06.jpg) 0 bottom no-repeat;
    position: absolute;
    bottom: 0;
}
**/
.wrap_lp_cp_portal1_05 .attention {
    line-height: 2;
    padding: 0 10%;
    text-align: center;
    font-size: 2.5rem;
}

.wrap_lp_cp_portal1_05 .attention a {
    color: red;
    text-decoration: underline;
}

.wrap_lp_cp_portal2_01 {
    /* padding-top: 110%; */
    position: relative;
    background: url(../img/lp_cp_portal1_06.jpg) 0 bottom no-repeat, url(../img/lp_cp_portal1_05.jpg) 0 0 repeat-y;
    background-size: contain;
    padding-bottom: 15%;
}

.wrap_lp_cp_portal2_01 .pos_absolute {
    position: absolute;
    top: 0;
    /* z-index: -1; */
}

.wrap_lp_cp_portal2_01 .wrap_shohin {
    display: flex;
    ;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    font-size: 1.8rem;

    /* color: #222; */
    /* 2025-07-28_追記 justa */

}

.wrap_lp_cp_portal2_01 li {
    width: 29%;
    text-align: center;
    margin-bottom: 5%;
}

.wrap_lp_cp_portal2_01 li .title {
    font-weight: bolder;
}

.wrap_lp_cp_portal2_01 li .explain {
    font-weight: normal;
    font-size: 1.6rem;
    font-weight: bold;
}

.wrap_lp_cp_portal2_01 .attention {
    line-height: 2;
    padding: 0 10%;
    font-size: 2.2rem;
    font-weight: normal;
}



/**.simple_acc**/
.wrap_simple_acc {}

.simple_acc>* {
    width: calc((668/768)*100%);
    margin: 0 auto;
}

.simple_acc .dt_closed,
.simple_acc .dt_opened {
    cursor: pointer;
}

.simple_acc {
    margin-bottom: 5%;
}

.simple_acc:last-child {
    margin-bottom: unset;
}

.wrap_simple_acc {
    background: #3fa9f5;
    margin-top: -5.1% !important;

}

.wrap_simple_acc dt,
.wrap_simple_acc dd {
    width: calc((668/768)*100%);
    margin: 0 auto;
    padding: 4% 6%;
    padding-left: calc((5% + 1.1em));
    text-indent: -1.1em;
    font-size: 3.7rem;
}

.wrap_simple_acc dt {
    position: relative;
    /* display: flex; */
    align-items: center;
    flex-direction: row;
    background-color: #ffe101;
    font-weight: bolder;
    margin-top: 5% !important;
    cursor: pointer;
    padding-right: 7%;
    color: #222;
    /* 2025-07-28_追記 justa */
}

.wrap_simple_acc dd {
    background-color: #fff;
    font-weight: normal;
    font-size: 3rem;
    /* color: #222; */
    /* 2025-07-28_追記 justa */
}

.wrap_simple_acc .dt_closed,
.wrap_simple_acc .dt_opened {
    width: 4%;
    cursor: pointer;
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.wrap_simple_acc dd::before {
    content: "A ";
    color: red;
    font-size: 4rem;
    font-weight: bolder;
}

.wrap_simple_acc dd small {
    font-size: 3rem;
    font-size: 2.5rem;
    line-height: 5;

}

.wrap_simple_acc dd p.indent {
    padding-left: 1em;
    text-indent: -1em;
}

footer {
    font-weight: normal;
    font-size: 2.4rem;
    padding: 7% 0;

    /* color: #222; */
    /* 2025-07-28_追記 justa */
}

footer .footer1 {
    padding: 0% 5%;
    border-bottom: 1px solid #000;
    padding-bottom: 5%;
}

footer .footer1 .title {
    font-weight: bolder;
    font-size: 3rem;
    margin-bottom: 2%;
}

footer .footer1 .explain {
    margin-bottom: 6%;
}

footer .footer2 {
    padding: 5% 5%;
    text-align: center;
    margin-bottom: 3%;
}

footer .cr {
    text-align: center;
}

/**floating**/
.floating {
    position: fixed;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.floating ul {
    display: flex;
    justify-content: space-evenly;
    background-color: #000;
    padding: 3% 0;
}

.floating li {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: calc((232/768)*100%);
    background-color: #fff;
    font-weight: bold;
    padding: 0% 0% 1%;
    border-radius: 1rem;
}

.floating li small {
    font-weight: normal;
    font-size: 2rem;
    margin-top: -0.05rem;
    display: block;
}




/** SP **/
@media screen and (max-width: 480px) {

    /**base**/
    html {
        font-size: 14px;
        font-size: 5.3px;
    }

    .lpwrap {
        max-width: 100%;
    }

    .lpwrap img {
        margin-top: -0.1%;
    }

    .wrap_simple_acc {
        margin-top: -0.11%;
    }

}

/**@end**/

/**telリンク処理**/
@media (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

/**@end**/



/* === 2025-09-22 jsta tg　Offer CTA Only (namespaced: oc-) === */

/* 1) 破ルールを「アンカー本体のみ」に限定 */
a[href*="lin.ee"],
a[href*="line.me"] {
    animation: none !important;
    /* アンカーに付いていたアニメだけ止める */
    /* transform は触らない（子要素のアニメを殺さない） */
}

/* 2) 対象画像だけ 指定した秒ループの「膨らむ→元サイズ」 */
@keyframes oc_pulse_scale {

    0%,
    100% {
        scale: 1;
    }

    /* 最小＝元サイズ（縮めない） */
    50% {
        scale: 1.25;
    }

    /* “認知できる”+10% まで膨張 */
}

/* パスぶれ対策で末尾一致も併用。!important で確実に上書き */
img[src="./img/btn-202509.png"],
img[src$="/img/btn-202509.png"],
img[src$="btn-202509.png"] {
    transform-origin: center;
    animation: oc_pulse_scale 5.5s ease-in-out infinite !important;
    will-change: transform;
}

/* 動きを好まないユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
    img[src$="btn-202509.png"] {
        animation: none !important;
    }
}