@charset "utf-8";

/**フェードインアップ**/
.fadeIn_up {
    opacity: 0;
    transform: translate(0, 20%);
    transition: 0.5s;
}

.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: .25s;
}


/**メインビジュアル**/

.p-debut__mv {
    position: relative;
    width: 100%;
    padding: 0 59px;
}

.p-debut__mv_main img {
    width: 100vw;
    border-radius: 38px;
}

.p-debut__mv .inview {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
}

.p-debut__mv_copy, .sub-img img, .p-debut__mv_logo img {
    position: absolute;
}

.p-debut__mv_copy {
    top: 25%;
    left: 25%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.p-debut__mv_logo img {
    max-width: 724px;
    width: 40vw;
    height: auto;
    transform: translateY(100%) translateX(-50%);
    -webkit-transform: translateY(100%) translateX(-50%);
    z-index: 10;
}

.p-debut__mv_copy img {
    width: 30vw;
    max-width: 483px;
    height: auto;
}


.sub-img img:first-child {
    width: 21vw;
    max-width: 406px;
    height: auto;
}

.sub-img img:first-child {
    top: 0;
    transform: translateY(-100%) translateX(50%);
    -webkit-transform: translateY(-100%) translateX(50%);
}

.sub-img img:last-child {
    max-width: 351px;
    width: 15vw;
    height: auto;
    transform: translateY(30%) translateX(100%);
    -webkit-transform: translateY(30%) translateX(100%);
}

.sub-img img:nth-child(2) {
    max-width: 356px;
    width: 20vw;
    height: auto;
    left: 0;
    transform: translateY(10%) translateX(-200%);
    -webkit-transform: translateY(10%) translateX(-200%);
}

.pd-about {
    padding: 150px 0 120px;
}

.pd-about h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 7rem;
    font-weight: 900;
    color: #F0007F;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.pd-about h2 img {
    margin-left: 20px;
}

.pd-about h2::before {
    content: "";
    width: 85px;
    height: 74px;
    background: url(../img/debut/about_obj01.svg) no-repeat center / cover;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(-125%);
    -webkit-transform: translateY(-50%) translateX(-125%);
}

.pd-about h2::after {
    content: "";
    width: 85px;
    height: 74px;
    background: url(../img/debut/about_obj02.svg) no-repeat center / cover;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%) translateX(125%);
    -webkit-transform: translateY(-50%) translateX(125%);
}

.pd-about_main {
    background-color: #F0007F;
    padding: 78px 0 121px;
    border-radius: 0 0 70px 70px;
}

.pd-about_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.pd-about_inner .lead {
    text-align: center;
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.4;
}

.pd-about_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 22px;
}

.pd-about_maintxt p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
}

.pd-about_maintxt span {
    font-size: 3.3rem;
    position: relative;
    text-decoration: underline;
    text-decoration-color: #FBB03C;
    text-decoration-thickness: 8px;
    text-underline-offset: 1px;
}

.pd-about_bottomimg {
    width: auto;
    display: block;
    margin: 0 auto -200px;
}

.pd-about_bottomimg img {
    display: block;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

.about-bottom_tiktok {
    max-width: 548px;
    width: 100%;
    background-color: #fff;
    border-radius: 38px;
    padding: 20px;
    margin: 0 auto 50px;
    position: relative;
}

.about-bottom_tiktok::before {
    content: "";
    width: 733px;
    height: 175px;
    background: url(../img/debut/tt_bg01.svg) no-repeat center / cover;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 3;
}

.about-bottom_tiktok::after {
    content: "";
    width: 691px;
    height: 279px;
    background: url(../img/debut/tt_bg02.svg) no-repeat center / cover;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

/**タブ切り替えのベース**/
/* タブのスタイル調整 */
.tab-buttons {
    display: flex;
    gap: 0px;
    background-color: #f0f0f0;
}

/* --- ベースの色定義（アクティブ時の色） --- */
.tab-cos {
    --tab-bg: #FFA66A;
    position: relative;
}

.tab-cam {
    --tab-bg: #ABD68B;
    position: relative;
}

.tab-cos::before {
    content: "";
    width: 23px;
    height: 30px;
    background: url(../img/debut/tab_icon_cos.svg) no-repeat center / cover;
    opacity: .7;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.tab-cos.active::before {
    opacity: 1;
}

.tab-cam::before {
    content: "";
    width: 23px;
    height: 30px;
    background: url(../img/debut/tab_icon_cam.svg) no-repeat center / cover;
    opacity: .7;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 0;
}

.tab-cos.active::before {
    opacity: 1;
}

/* --- ボタン共通指定 --- */
.tab-btn {
    flex: 1;
    padding: 14px 16px;
    font-size: 3rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    /* デフォルト（非アクティブ時）：指定色に黒（black）を30%混ぜて暗くする */
    background-color: color-mix(in srgb, var(--tab-bg), black 30%);
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

.tab-buttons .tab-btn {
    border-radius: 20px 20px 0 0;
}

.tab-buttons-bottom .tab-btn {
    border-radius: 0 0 20px 20px;
}

/* --- アクティブ時 --- */
.tab-btn.active {
    background-color: var(--tab-bg);
    color: #ffffff;
}

.tab-panel {
    display: none;
    padding: 0px 8px;
}

.tab-panel.active {
    display: block;
}

.pd-how h2 img {
    max-width: 692px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.pd-how .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.tab-content-wrapper {
    background-color: #fff;
    padding: 35px;
}

.tab_content_block img {
    border-radius: 20px;
}

.tab_content_block h2 {
    margin-top: 0;
}

.tab_content_block h2 span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.tab_content_cos h2 img {
    max-width: 367px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.tab_content_cam h2 img {
    max-width: 498px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.tab_content_intro_list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.tab_content_intro_list li {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 10px 0 0;
}

.recommend_txt {
    display: block;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 800;
    margin: 20px auto 25px;
    color: #FFA66A;
}

.tab_content_block {
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
}

.step-title h2 {
    text-align: center;
    color: #F0007F;
    font-size: 3.8rem;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: .05em;
}

.step-title_main {
    text-align: center;
}

.step-title_main h3 {
    display: inline-block;
    margin: 10px auto;
    max-width: 386px;
    width: 100%;
    color: #fff;
    background: #FFB877;
    background: linear-gradient(270deg, rgba(255, 184, 119, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(159, 201, 126, 1) 100%);
    padding: 10px;
    font-size: 3.6rem;
    font-weight: 900;
    border-radius: 99px;
}

.step-title_main span {
    font-size: 2.7rem;
    font-style: italic;
    padding-right: 20px;
}

.step-title_bottom_span {
    text-align: center;
    display: block;
    margin: 10px 0;
}

.step-title_bottom_span span {
    display: inline-block;
    position: relative;
    font-size: 2.3rem;
    font-weight: 900;
    letter-spacing: .05em;
}

.step-title_bottom_span span::before {
    content: "";
    width: 24px;
    height: 19px;
    background: url(../img/debut/step_arrow.svg) no-repeat center / cover;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-100%);
}

.step_info {
    margin: 20px auto 10px;
}

.step_info p {
    text-align: center;
    letter-spacing: .05em;
    font-size: 2rem;
    font-weight: 500;
}

.step_info span {
    color: #FFA66A;
}

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

.how_flow_box {
    background-color: #FFA66A;
    padding: 20px;
    border-radius: 20px;
    margin: 25px auto 0;
    display: grid;
    grid-template-columns: 195px 1fr;
    gap: 0;
}


.how_flow_box__img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.how_floe_box__txt {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how_floe_box__txt h4 {
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: .05em;
    margin: 0;
    padding-bottom: 8px;
}

.dot_ul {
    position: relative;
    display: block;
    text-decoration: none;
}

.dot_ul::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    /* 文字からの距離 */
    width: 100%;
    height: 6px;
    /* 点の大きさ（縦幅） */
    background: radial-gradient(circle, #fff 30%, transparent 40%);
    background-size: 8px 100%;
    /* 丸の間隔 */
}

.how_floe_box__txt p {
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 0;
}

.how_flow__tt {
    margin-top: 25px;
}

.one-point {
    background-color: #F0007F;
    border-radius: 20px;
    margin: 75px auto 20px;
    position: relative;
    padding: 26px 0 15px;
}

#tab1 .one-point {
    padding: 46px 0 35px;
}

.one-point h4 {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
    -webkit-transform: translateY(-100%) translateX(-50%);
}

.one-point h4 img {
    max-width: 346px;
    width: 100%;
    margin: 0 auto;
}

.one-point_inner p {
    text-align: center;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .04em;
    margin: 0;
}

.blue_btn {
    text-align: center;
}

.blue_btn a {
    position: relative;
    display: inline-block;
    padding: 20px 60px;
    color: #fff;
    background-color: #5CC4E0;
    border-radius: 99px;
    font-size: 2rem;
    font-weight: 600;
}

.blue_btn a::after {
    content: "";
    width: 14px;
    height: 21px;
    background: url(../img/debut/arrow.svg) no-repeat center / cover;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transition: all .3s;
}

.blue_btn a:hover::after {
    right: 4%;
    transition: all .3s;
}

.tab_content_step_box {
    padding-bottom: 20px;
    border-bottom: 1px solid #555;
}

.tab_content_step_box:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.step-title {
    padding: 30px 0;
}

.how_flow_box.no-icon {
    display: flex;
}

.how_flow_box.no-icon .how_floe_box__txt {
    display: grid;
    grid-template-columns: 195px 1fr;
}

.how_flow_box.no-icon .how_floe_box__txt h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}

.how_flow_box.no-icon .how_floe_box__txt h4.dot_ul::after {
    content: none;
}

.how_flow_box.no-icon.txtonly {
    display: block;
    text-align: center;
    margin-top: 0;
}

.how_flow_box.no-icon.txtonly h4 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: .05em;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 10px;
}

.how_flow_box.no-icon.txtonly h4 span {
    display: block;
    font-size: 2.3rem;
}

.no-icon .how_floe_box__txt p {
    margin-top: 0;
}

.how_flow_box.no-icon.txtonly p {
    font-size: 2rem;
    line-height: 1.4;
    color: #FFFDB3;
    margin: 0;
}

.tab_content__img {
    margin: 20px auto;
}

.tab_content__img img {
    border-radius: 20px;
}

.step-title.insteps {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tab_content_qa {
    margin: 10px auto;
    text-align: center;
}

.tab_content_qa img {
    display: block;
    margin: 0 auto;
}

.tab_content_qa_block {
    margin: 10px auto;
}

.tab_content_qa_block h5 {
    font-size: 2.6rem;
    font-weight: 500;
    margin: 10px auto;
    color: #5CC4E0;
}

.tab_content_qa_block p {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
}

.tab_content_qa_block span {
    color: #FBB03C;
}

.one-point_grid {
    display: flex;
    justify-content: space-around;
    padding: 0 50px;
    align-items: center;
}

.one-point_grid p {
    text-align: left;
}

.one-point_grid p span {
    font-size: 2.8rem;
}

/**TikTokポップアップ再生**/

/* --- サムネイル一覧エリア --- */
.tiktok-grid {
    display: grid;
    gap: 16px;
    /* PC：自動で3列並び（幅に応じて可変） */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* ★スマホで「スライド（カルーセル）」にしたい場合の設定 */
@media (max-width: 767px) {
    .tiktok-grid {
        /* 横並びにしてスクロールさせる */
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 80%;
        /* 次のカードが見える幅 */
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        /* スナップ（ピタッと止まる）効果 */
        padding-bottom: 12px;
        /* スクロールバー用の余白 */
        -webkit-overflow-scrolling: touch;
    }

    .tiktok-thumb {
        scroll-snap-align: start;
        /* スライド移動時に先端で止まる */
    }
}

button:hover {
    border-color: unset;
}

/* サムネイルボタンのスタイル調整 */
.tiktok-thumb {
    display: block;
    background: none;
    border: none;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
}

.thumb-image {
    position: relative;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    height: auto;
}

.thumb-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiktok-thumb:hover .thumb-image img {
    transform: scale(1.05);
    /* ホバー時のちょっとした演出 */
}

/* --- モーダル（ポップアップ）CSS --- */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    /* 最前面に固定 */
    display: none;
    align-items: center;
    justify-content: center;
}

/* 背景オーバーレイ（画面全体を暗くボカす） */
.modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
}

/* モーダルのコンテンツ枠 */
.modal-content {
    position: relative;
    z-index: 1;
    width: 85%;
    max-width: 320px;
    margin: auto;
}

/* TikTokプレイヤーコンテナ */
.video-container {
    width: 100%;
    aspect-ratio: 9 / 16;
}

/* 閉じるボタン */
.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 10;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
    padding: 0;
}

.close-btn:hover {
    transform: scale(1.1);
}


.recommend-mov {
    background-color: #fff;
    margin: 60px auto;
    padding: 60px 0;
}

.recommend-mov h2 img {
    display: block;
    margin: 0 auto;
}

.recommend-mov .inner {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
}

.tt_video_wrap {
    margin-bottom: 50px;
}

.how_flow__tt .thumb-image, .debut-tt .thumb-image {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.qa {
    padding-bottom: 50px;
}

.qa h2 img {
    display: block;
    margin: 0 auto;
}

.qa .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

/**よくある質問アコーディオン**/
.accordion-qa {
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #FF7BAC;
}

.accordion-qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
}

.accordion-qa summary::-webkit-details-marker {
    display: none;
}

.accordion-qa summary::before,
.accordion-qa summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-qa summary::before {
    position: absolute;
    right: 1.1em;
    rotate: 90deg;
}

.accordion-qa summary::after {
    transition: rotate .3s;
}

.accordion-qa[open] summary::after {
    rotate: 90deg;
}

.accordion-qa p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: .05em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    position: relative;
    padding-left: 15px;
}

.accordion-qa ol {
    padding-left: 35px;
}

.accordion-qa span {
    padding-left: 15px;
}

.accordion-qa ol li {
    margin: 5px 0;
    font-size: 1.6rem;
}

.accordion-qa[open] p {
    transform: none;
    opacity: 1;
}

.qa_content {
    background-color: #fff;
    padding: 20px 40px;
}

.qa_content:last-child {
    border-radius: 0 0 20px 20px;
}

.qa_block h3 {
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    color: #fff;
    background-color: #FF7BAC;
    border-radius: 99px;
    font-size: 1.8rem;
    margin-bottom: 10px;

}

.qa_block h3::before {
    content: "Q.";
    font-weight: 700;
    margin-right: 7px;
}

.qa_block p::before {
    content: "A.";
    font-size: 1.8rem;
    font-weight: 700;
    color: #5CC4E0;
}

.link_sns .inner {
    max-width: 748px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.link_sns h2 img {
    display: block;
    margin: 20px auto;
}

.link_sns__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.link_sns {
    padding-bottom: 80px;
}

/**レスポンシブ**/
@media screen and (min-width: 769px) {
    .showsp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .p-debut {
        overflow-x: hidden;
        padding-top: 42px;
    }

    .p-debut__mv {
        padding: 0 10px;
    }

    .p-debut__mv_copy img {
        max-width: 250px;
        width: 100%;
    }

    .p-debut__mv_copy {
        left: 57%;
        width: 100%;
        top: 22%;
    }

    .p-debut__mv_logo img {
        max-width: 250px;
        width: 100%;
        transform: translateY(150%) translateX(-50%);
        -webkit-transform: translateY(150%) translateX(-50%);
    }

    .sub-img img:first-child {
        max-width: 123px;
        width: 100%;
        transform: translateY(-100%) translateX(50%);
        -webkit-transform: translateY(-90%) translateX(60%);
    }

    .sub-img img:nth-child(2) {
        max-width: 107px;
        width: 100%;
        transform: translateY(60%) translateX(-180%);
        -webkit-transform: translateY(60%) translateX(-180%);
    }

    .sub-img img:last-child {
        max-width: 105px;
        width: 100%;
    }

    .pd-about h2 {
        font-size: 2.8rem;
    }

    .pd-about {
        padding: 76px 0;
    }

    .pd-about h2 img {
        max-width: 163px;
        width: 100%;
        margin-left: 10px;
    }

    .pd-about h2::before, .pd-about h2::after {
        width: 40px;
        height: 34px;
    }

    .pd-about_main {
        padding: 25px 7px 83px;
        border-radius: 0 0 20px 20px;
    }

    .pd-about_inner .lead {
        font-size: 1.8rem;
        letter-spacing: 0;
    }

    .pd-about_img {
        gap: 8px;
    }

    .pd-about_maintxt p {
        font-size: 1.6rem;
    }

    .pd-about_maintxt span {
        font-size: 2.5rem;
    }

    .pd-about_bottomimg {
        margin: 0 auto -140px;
    }

    .about-bottom_tiktok::before {
        width: 100%;
        background: url(../img/debut/tt_bg_sp01.svg) no-repeat center / cover;
    }

    .about-bottom_tiktok::after {
        background: url(../img/debut/tt_bg_sp02.svg) no-repeat center / cover;
        width: 100%;
        height: 167px;
        bottom: 5%;
    }

    .about-bottom_tiktok {
        border-radius: 0;
    }

    .inner {
        padding: 0 7px;
    }

    .tab-btn {
        font-size: 1.8rem;
    }

    .tab-cos::before {
        width: 13px;
        height: 20px;
        left: 25%;
    }

    .tab-cam::before {

        width: 13px;
        height: 20px;
        left: 15%;
    }

    .tab-content-wrapper {
        padding: 20px 7px;
    }

    .step-title h2 {
        font-size: 2.4rem;
    }

    .step-title_main h3 {
        font-size: 2.8rem;
    }

    .how_flow_box {
        display: block;
    }

    .spnone {
        display: none;
    }

    .how_floe_box__txt h4 {
        text-align: center;
        padding-left: 60px;
        position: relative;
        font-size: 2.8rem;
    }

    .how_floe_box__txt h4::before {
        content: "";
        position: absolute;
        top: 34%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

    .costume .how_floe_box__txt h4::before {
        width: 93px;
        height: 38px;
        left: 39%;
        background: url(../img/debut/how_icon01.svg) no-repeat center / contain;
    }

    .wig .how_floe_box__txt h4::before {
        width: 93px;
        height: 36px;
        left: 28%;
        background: url(../img/debut/how_icon02.svg) no-repeat center / contain;
    }

    .make .how_floe_box__txt h4::before {
        width: 93px;
        height: 36px;
        left: 28%;
        background: url(../img/debut/how_icon03.svg) no-repeat center / contain;
    }

    .tickets .how_floe_box__txt h4::before {
        width: 93px;
        height: 36px;
        left: 28%;
        background: url(../img/debut/how_icon04.svg) no-repeat center / contain;
    }

    .shoot .how_floe_box__txt h4::before {
        width: 93px;
        height: 29px;
        left: 38%;
        background: url(../img/debut/how_icon06.svg) no-repeat center / contain;
    }

    .joy .how_floe_box__txt h4::before {
        width: 93px;
        height: 29px;
        left: 38%;
        background: url(../img/debut/how_icon07.svg) no-repeat center / contain;
    }

    .city .how_floe_box__txt h4::before {
        width: 93px;
        height: 29px;
        left: 38%;
        background: url(../img/debut/how_icon08.svg) no-repeat center / contain;
    }

    .equipment .how_floe_box__txt h4::before {
        width: 93px;
        height: 29px;
        left: 38%;
        background: url(../img/debut/how_icon05.svg) no-repeat center / contain;
    }


    .how_floe_box__txt p {
        font-size: 1.8rem;
    }

    .one-point h4 {
        width: 100%;
        margin-bottom: 7px;
    }

    .one-point h4 img {
        max-width: 362px;
        width: 100%;
    }

    .one-point_inner p {
        font-size: 1.8rem;
    }

    .blue_btn a {
        padding: 20px;
        max-width: 100%;
        display: block;
    }

    .how_flow_box.no-icon .how_floe_box__txt {
        display: block;
    }

    .how_flow_box.no-icon .how_floe_box__txt h4 {
        padding-left: 0;
        padding-bottom: 10px;
    }

    .how_flow_box.no-icon .how_floe_box__txt h4.dot_ul::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        /* 文字からの距離 */
        width: 100%;
        height: 6px;
        /* 点の大きさ（縦幅） */
        background: radial-gradient(circle, #fff 30%, transparent 40%);
        background-size: 8px 100%;
        /* 丸の間隔 */


    }

    .step-title_bottom_span span {
        font-size: 1.6rem;
    }

    .step-title_bottom_span span::before {
        width: 17px;
        height: 13px;
    }

    .how_flow_box.no-icon.txtonly h4 span {
        font-size: 2rem;
    }

    .how_flow_box.no-icon.txtonly h4 {
        font-size: 2.2rem;
    }

    .how_flow_box.no-icon.txtonly p {
        font-size: 1.6rem;
    }

    .step_info p {
        font-size: 1.6rem;
    }

    .tab_content_qa_block h5 {
        font-size: 2.2rem;
    }

    .tab_content_qa_block p {
        font-size: 1.6rem;
    }

    .one-point_inner.one-point_grid {
        padding: 0 10px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .one-point_inner.one-point_grid p {
        font-size: 1.9rem;
        letter-spacing: 0;
        text-align: center;
    }

    .one-point_inner.one-point_grid span {
        font-size: 2.3rem;
    }

    .one-point_inner.one-point_grid img {
        width: 250px;
        height: auto;
        object-fit: contain;
    }

    .point_cam .one-point_inner.one-point_grid img {
        width: 130px;
    }

    .one-point {
        padding: 26px 0;
    }

    .tab_content_block h2 span {
        font-size: 1.8rem;
    }

    .accordion-qa summary {
        font-size: 1.5rem;
        padding: 17px 20px 17px 7px;
    }

    .qa_content {
        padding: 10px 10px 20px;
    }

    .qa_block h3 {
        border-radius: 7px;
        line-height: 1.4;
    }

    .link_sns__grid {
        gap: 8px;
    }

    .modal-content {
        scale: 85%;
    }
    .accordion-qa summary::before{
        right: 5.3%;
    }
    .accordion-qa{
        margin-bottom: 15px;
    }
    .no-icon .how_floe_box__txt p{
        margin-top: 18px;
    }
}