html {}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #4B4948;
    background-color: #FBF1E7;
}

/* 2026-05 price and appeal updates */
.appeal_point h2.appeal_point__catch {
    align-items: center;
    aspect-ratio: 390 / 216;
    background: url("../img/appeal_point__catch.webp") center / cover no-repeat;
    box-sizing: border-box;
    color: #FFF;
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    font-family: "Noto Serif JP", serif;
    justify-content: center;
    margin: 32px auto 20px;
    max-width: 100%;
    padding: 28px 20px;
    text-align: center;
    width: 100%;
}

.appeal_point h2.appeal_point__catch::before,
.appeal_point h2.appeal_point__catch::after {
    content: none;
}

.appeal_point h2.appeal_point__catch .appeal_point__catch-small {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-size: calc(20 / 350 * 100cqw);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
    padding-bottom: 8px;
    text-align: center;
}

.appeal_point h2.appeal_point__catch .appeal_point__catch-main {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 36.216px;
    font-size: calc(36.216 / 350 * 100cqw);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}

.appeal_point h2.appeal_point__catch .appeal_point__catch-accent {
    color: #FFF000;
    font-family: "Noto Serif JP", serif;
    font-size: 44.85px;
    font-size: calc(44.85 / 350 * 100cqw);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}

.appeal_point .wrap {
    container-type: inline-size;
}

.appeal_point__lead {
    color: #4B4948;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-size: calc(16 / 390 * 100cqw);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 30px auto 10px;
    padding: 0 28px;
    position: relative;
    text-align: center;
    width: fit-content;
}

.appeal_point__lead::before,
.appeal_point__lead::after {
    background: #4B4948;
    content: "";
    height: 48px;
    position: absolute;
    top: 50%;
    width: 1px;
}

.appeal_point__lead::before {
    left: 0;
    transform: translateY(-50%) rotate(-20deg);
}

.appeal_point__lead::after {
    right: 0;
    transform: translateY(-50%) rotate(20deg);
}

.appeal_point__lead-emphasis {
    color: #FF6F61;
    display: inline;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 19px;
    font-size: calc(19 / 390 * 100cqw);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 150%;
    text-align: center;
}

.appeal_point__lead-body {
    color: #4B4948;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

section.price .price_img.price_img--html {
    background: #FBE3D3;
    box-sizing: border-box;
    margin-top: -5px;
    padding: 24px 20px 40px;
}

.price-tables {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.price-table-block {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0 6px 14px rgba(75, 73, 72, 0.12);
    overflow: hidden;
}

.price-table-block h3 {
    background: #FF6F61;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    padding: 12px 8px;
    text-align: center;
}

.price-table-block--online h3 {
    background: #21AAB4;
}

.price-table-block table {
    background: #fff;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.price-table-block th,
.price-table-block td {
    border: 1px solid #F1D9CA;
    box-sizing: border-box;
    padding: 12px 10px;
    vertical-align: middle;
}

.price-table-block thead th {
    background: #FFF7F0;
    color: #4B4948;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.price-table-block tbody th {
    background: #FFFBF7;
    color: #4B4948;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    width: 38%;
}

.price-table-block strong {
    color: #FF6F61;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
    margin-top: 6px;
}

.price-table-block strong span {
    color: #FF6F61;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 800;
}

.price-table-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-table-block li {
    color: #4B4948;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.65;
    padding-left: 14px;
    position: relative;
}

.price-table-block li + li {
    margin-top: 6px;
}

.price-table-block li::before {
    background: #FF6F61;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0.68em;
    width: 6px;
}

.price-table-block--online li::before {
    background: #21AAB4;
}

.price-table-block li span {
    color: #4B4948;
    display: inline-block;
    font-weight: 800;
    margin-left: 3px;
}

.price-table-note {
    color: #4B4948;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.7;
    margin: 12px 4px 0;
}

@media screen and (max-width: 750px) {
    .appeal_point h2.appeal_point__catch {
        font-size: 27px;
        line-height: 1.4;
    }

    .appeal_point h2.appeal_point__catch span {
        font-size: 18px;
    }

    .appeal_point__lead {
        font-size: 16px;
    }

    section.price .price_img.price_img--html {
        padding: 22px 16px 36px;
    }

    .price-table-block th,
    .price-table-block td {
        padding: 10px 8px;
    }

    .price-table-block strong {
        font-size: 22px;
    }

    .price-table-block li {
        font-size: 13px;
    }
}

.wrap {
    margin: auto;
    width: 520px;
}

.header {
    width: 100%;
    position: fixed;
    background-color: #fff;
    height: 64px;
    top: 0px;
    z-index: 9;
}

header .wrap {
    width: 95%;
    background-color: #ffffff00;
}

header .content {
    display: flex;
    gap: 1.5em;
    padding: 0.5em;
    padding-top: 0.8em;
}

h1 {
    font-size: 14px;
    font-weight: 500;
}

section.fv .content {
    position: relative;
    margin-top: 64px;
}

section.fv video {
    margin: 0;
    width: 100%;
    position: absolute;
    max-width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 373.33px;
}

@media screen and (max-width: 750px) {
    section.fv video {
        height: 280px;
    }
}

section.voice video {
    display: block;
    margin: 2.5em auto;
    margin-bottom: 0;
    width: auto;
    position: relative;
    max-width: 100%;
    z-index: 3;
}

section.fv .fv-img {
    position: relative;
    top: 0;
}

.btn {
    padding: 1em 2em;
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    border: none;
    color: #fff;
    border-radius: 40px;
    background: linear-gradient(180deg, #FF6F61 44.03%, #F16153 44.05%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.17);
}

.btn:hover {
    cursor: pointer;
}

.btn h2 {
    color: #FF46C7;
    font-size: 30px;
    font-weight: bolder;
    -webkit-text-stroke: 1.7px #fff;
    text-stroke: 1.7px #fff;
    paint-order: stroke;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

.btn h3 {
    color: #FFF!important;
    text-align: center!important;
    font-size: 16px!important;
    font-weight: 700!important;
}

.btn .yajirusi {
    position: relative;
    margin-left: 8px;
    padding-right: 8px;
}

.btn .yajirusi::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

section.bottom-content .content {
    text-align: center;
    padding: 3em 0;
    padding-bottom: 2em;
}

section.bottom-content .content img {
    width: 181px;
    margin-top: 3em;
}


/*ポップアップ*/

#popup {
    display: none;
    /* label でコントロールするので input は非表示に */
}

section.popup-content {
    padding-top: 7px;
}

section.popup-content .cont15 {
    position: initial;
    margin: auto;
}

section.popup-content .wrap {
    text-align: center;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 16px;
}

section.popup-content .cont15 .wrap {
    box-shadow: none;
    width: auto;
    border-radius: 0;
    background: #FEB2A5;
    padding-top: 2.5em;
    flex-direction: column;
}

section.popup-content .cont15 .wrap img {
    width: 282px;
    margin-top: 0;
}

.popup-open {
    cursor: pointer;
    width: 80%;
}

.popup-overlay {
    display: none;
    /* input にチェックが入るまでは非表示に */
}

#popup:checked~.popup-overlay {
    display: block;
    z-index: 99999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-bk {
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.popup-window {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    height: 100%;
}

.popup-text {
    margin: 30px;
}

.popup-text:not(:last-of-type) {
    margin-bottom: 2em
}

.popup-close {
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 10px;
}


/*エリア*/

section.area .wrap>div {
    padding: 5rem 2rem;
}


/*スポともダンスなら*/

.appeal_point h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B4948;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 15px;
    margin-top: 24px;
}

.appeal_point h2 span {
    font-size: 16px;
}

.appeal_point h2::before,
.appeal_point h2::after {
    width: 1px;
    height: 18px;
    content: "";
    background-color: #4B4948;
}

.appeal_point h2::before {
    margin-right: 9.08px;
    transform: rotate(-30deg);
}

.appeal_point h2::after {
    margin-left: 9.08px;
    transform: rotate(30deg);
}

.appeal_point_content {
    margin: 0 16px;
    padding: 24px 16px;
    background: #fff;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.appeal_point_content .img_area img {
    display: block;
    height: auto;
    width: 100%;
}

.appeal_point_content:last-child {
    margin-bottom: 0;
}

.appeal_point_content small {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.appeal_point_content small span {
    font-size: 20px;
}

.appeal_point_content h3 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 31.143px;
    font-weight: 500;
    line-height: 140%;
}

.appeal_point_content h3 span {
    color: #FF6F61;
    font-size: 31.143px;
}

.appeal_point_content h3 span span {
    color: #000;
    font-size: 28px;
}

.appeal_point_content h3.appeal_point__song-title {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 29px;
    font-size: calc(29 / 390 * 100cqw);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.appeal_point_content h3.appeal_point__song-title .appeal_point__song-kicker {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-size: calc(15 / 390 * 100cqw);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.appeal_point_content h3.appeal_point__song-title .appeal_point__song-main {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 29px;
    font-size: calc(29 / 390 * 100cqw);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.appeal_point_content h3.appeal_point__song-title .appeal_point__song-accent {
    color: #FF6F61;
    font-family: "Noto Sans JP";
    font-size: 31.143px;
    font-size: calc(31.143 / 390 * 100cqw);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.appeal_point_content .text_area {
    margin-top: -40px;
}

.appeal_point_content:nth-of-type(3) .text_area {
    margin-top: 0;
}

.appeal_point_content:nth-of-type(4) .text_area,
.appeal_point_content:nth-of-type(5) .text_area {
    margin-top: -50px;
}

.appeal_point_content .text_area .genre {
    margin-top: 16px;
}

.appeal_point_content .text_area .genre>div {
    display: flex;
    gap: 4px;
    margin-bottom: 9px;
}

.appeal_point_content .text_area .genre>div:last-child {
    margin-bottom: 0px;
}

.appeal_point_content .text_area .genre p {
    border-top: none;
    margin-top: 0;
    padding: 2px 6px;
    background: #FF6F61;
    font-family: Inter;
    font-size: 15.64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}

.appeal_point > .wrap > .appeal_point_content .text_area p span {
    color: #FF6F61;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-size: calc(15 / 390 * 100cqw);
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.appeal_point_content .text_area .genre p.txt {
    padding: 0;
    background: none;
    color: #4B4948;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-weight: 500;
    line-height: 180%;
}

.appeal_point_content .text_area .genre p.txt span {
    font-size: 16px;
    font-weight: 700;
    color: #4B4948;
}

.appeal_point > .wrap > .appeal_point_content .text_area p {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #D9D9D9;
    color: #111;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-size: calc(15 / 390 * 100cqw);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}


/*選べるレッスンスタイル*/

section.point.lesson-style h2.lesson-style__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #4B4948;
    font-family: "Noto Serif JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 46px;
}

section.point.lesson-style h2.lesson-style__title br {
    display: none;
}

section.point.lesson-style h2.lesson-style__title span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4B4948;
    font-family: "Noto Serif JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 46px;
}

section.point.lesson-style h2.lesson-style__title span img {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    z-index: -1;
    width: 302.107px;
    height: 20px;
    margin: 0 auto;
}

.point.lesson-style {
    z-index: 1;
    position: relative;
}

.point.point-section {
    z-index: 0;
    position: relative;
}

.lesson-style__lead {
    margin-top: 23px;
    color: #4B4948;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-align: center;
}

.lesson-style__lead span {
    color: #FF6F61;
    font-size: 20px;
    background: #FFFFFF;
    padding: 0 4px;
}

.lesson-style__description {
    margin-top: 23px;
    color: #111111;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    text-align: center;
}

.lesson-style__list {
    margin-top: 70px;
}

.lesson-style__item {
    /* overflow: hidden; */
    margin-bottom: 75px;
    padding-top: 75px;
}

.appeal_point_content.lesson-style__item.lesson-style__item--studio {
    width: 100%;
    margin: 0 auto 75px;
    box-sizing: border-box;
}
.appeal_point_content.lesson-style__item.lesson-style__item--online {
    width: 100%;
    margin: 0 auto 0;
    box-sizing: border-box;
}

.lesson-style__label {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    margin: 0;
    background: linear-gradient(180deg, #FF6F61 0%, #FFB5AE 100%);
    background-clip: text;
    color: transparent;
    font-family: "Noto Serif JP";
    font-size: 67.1553px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img_area.lesson-style__image {
    margin-left: -16px;
    width: calc(100% + 16px);
}

.text_area.lesson-style__body {
    margin-top: 16px;
}

.appeal_point_content h3.lesson-style__item-title {
    margin-top: 10px;
}

.lesson-style .appeal_point_content .text_area p.lesson-style__kicker {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0;
    padding: 0 8px;
    border-top: 0;
    background: #FF6F61;
    color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}


/*選べるプラン*/

section.plan-2 .plan-content-title {
    display: flex;
    gap: 17px;
    text-align: center;
    padding: 0 1em;
    margin-top: 30px;
}

section.plan-2 .plan-content-title .online,
section.plan-2 .plan-content-title .offline {
    width: 100%;
    text-align: center;
}

section.plan-2 .plan-content-title p {
    color: #4B4948;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
}

section.plan-2 .plan-content {
    padding: 25px 16px;
    margin-top: 23px;
    background: #fff;
}

section.plan-2 .plan-content .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* border-top: 1px solid #888888; */
    padding: 15px 0;
    text-align: center;
    gap: 10px;
}

section.plan-2 .plan-content .content>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}

section.plan-2 .plan-content .content:first-child {
    border-top: none;
}

section.plan-2 .plan-content .content:last-child {
    padding-bottom: 30px;
}

section.plan-2 .plan-content .content img {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
}

section.plan-2 .plan-content .content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    color: #4B4948;
}

section.plan-2 .plan-content .content p span {
    color: #25C3B9;
    font-weight: 700;
}

section.plan-2 .plan-content .content p span.red {
    color: #FF6F61;
}

.trial-flow__step-label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto 12px;
    padding: 10px 8px;
    gap: 4px;
    background: #4B4948;
    border-radius: 32px;
    color: #FFFFFF;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    font-feature-settings: "vert" on;
    line-height: 110%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

section.plan-2 .plan-content .content img.trial-flow__image {
    width: 100%;
    height: auto;
}

section.plan-2 .plan-content .content>div {
    width: 210px;
}

section.plan-2 .plan-content .content>div.item {
    background: none;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    margin: 0;
}

section.plan-2 .plan-content .content>div.item img {
    box-sizing: border-box;
    width: auto;
    height: 127px;
    margin-bottom: 0;
}

section.plan-2 .plan-content .content .item p {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #fff;
    width: 33px;
    text-align: center;
    padding: 8px 0;
}


/*スタッフサポート*/

.stuff_sec p {
    color: #4B4948;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding: 24px 18px;
}

.stuff_sec .support-bottom {
    padding: 0 1em;
    position: relative;
    z-index: 5;
    margin-bottom: 29px;
}

.stuff_sec .support-bottom p {
    padding: 0;
    color: #4B4948;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
}

.stuff_sec .support-bottom ul li {
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.stuff_sec .support-bottom ul li:last-child {
    margin-bottom: 0;
}

.stuff_sec .support-bottom ul li span {
    color: #FF6F61;
}

.stuff_sec .support-bottom {
    background: #fff;
    border: 2px solid #FF6F61;
    border-radius: 3px;
    margin: 32px 1em;
    padding: 35px 19px 18px 17px;
    margin-top: 41px;
}

.stuff_sec .support-bottom::before {
    content: "";
    height: 2px;
    width: 305px;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}

.stuff_sec .support-bottom h3 {
    background: #2D2D2D;
    color: #fff;
    border-radius: 32px;
    font-weight: 700;
    line-height: 150%;
    display: block;
    padding: 8px 8px 10px 16px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 262px;
}

.stuff_sec .support-bottom h3 span {
    color: #FF0;
    font-size: 18px;
}


/*フォームの重ね順番*/

.form {
    position: relative;
    z-index: 2;
}


/*選べるプラン*/

section.price .tap_bk {
    background: #FBE3D3;
    margin-top: -5px;
    padding-bottom: 40px;
}

section.price .tap {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    display: flex;
    gap: 6px;
    align-items: center;
    padding-top: 40.5px;
    justify-content: center;
    margin-bottom: 20.5px;
}

section.price .plan-box h2 {
    background: #ff285a;
    font-weight: bolder;
    font-size: 17px;
    padding: 0.5em;
    color: #fff;
}


/*タブ切り替え全体のスタイル*/

.tabs {
    color: #fff;
    width: auto;
    text-align: center;
    margin: 0 auto;
}


/*タブのスタイル*/

.tab_item {
    height: 70px;
    width: 168px;
    background-color: #fff;
    font-size: 17.381px;
    font-style: normal;
    font-weight: 500;
    color: #111111;
    display: inline-block;
    align-items: center;
    text-align: center;
    border: 2px solid #fff;
}

.tab_item.last {
    margin-left: 8px;
}

.tab_item p {
    width: 100%;
    margin-top: 7px;
}

.tab_item:hover {
    opacity: 1;
}


/*ラジオボタンを全て消す*/

input[name="tab_item"] {
    display: none;
}


/*タブ切り替えの中身のスタイル*/

.tab_content {
    display: none;
    padding: 40px 1em 0;
    clear: both;
    overflow: hidden;
}

.tab_content img {
    display: block;
    width: 100%;
}


/*選択されているタブのコンテンツのみを表示*/

#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content {
    display: block;
}


/*選択されているタブのスタイルを変える*/

.tabs input:checked+.tab_item {
    background-color: #FF6F61;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
}

.tabs input:checked+.tab_item:before,
.tabs input:checked+.tab_item:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tabs input:checked+.tab_item:before {
    background: #fff;
    height: calc(tan(60deg)* 20px / 2);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 20px;
}

.tabs input:checked+.tab_item:after {
    background: #FF6F61;
    height: calc(tan(60deg)* 18px / 2);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 18px;
    margin-top: -2px;
}

section.price .plan-box .plan-txt {
    padding: 1em;
}

section.price .plan-box h3 {
    font-size: 16px;
    font-weight: bolder;
}

section.price .plan-box h3 span {
    color: #ff295a;
    font-size: 49px;
    font-size: 16.5px;
    font-family: 'Noto Sans JP', sans-serif;
}

section.price .plan-box h3 span>span {
    font-size: 49px;
    font-family: 'Montserrat', sans-serif;
}

section.price .plan-box h3 span.tate {
    writing-mode: vertical-rl;
    font-size: 16px;
}

section.price .plan-box p {
    font-size: 12px;
    font-weight: bold;
}

section.price .hikaku {}

section.price .hikaku-title {
    padding-top: 32px;
}

section.price .hikaku-title h4 {
    color: #4B4948;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    position: relative;
    z-index: 2;
}

section.price .hikaku-title h4 span {
    font-size: 22.788px;
    font-weight: 600;
    line-height: 150%;
}

section.price .hikaku-title h4 span span {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
}

section.price .hikaku-title .line {
    width: 182.348px;
    margin: auto;
    display: block;
    position: relative;
    margin-top: -16px;
}

section.price .hikaku p {
    font-size: 12px;
    padding: 0em 0;
    padding-top: 3.5em;
    color: #434343;
}


/*ここからスマホ*/

@media screen and (max-width: 750px) {
    section.area .wrap>div {
        padding: 3rem 2rem;
    }
    .wrap {
        width: auto;
    }
    h1 {
        font-size: 11px;
    }
    .cont15 {
        text-align: center;
        width: auto;
    }
    section.age .img-title {
        right: 43px;
    }
    .bottom-btn {
        display: block!important;
        position: relative;
        z-index: 9999;
    }
    #fixed-menu .btn h2 {
        color: #FF46C7;
        font-size: 21px;
    }
    #fixed-menu .btn h3 {
        font-size: 15.953px!important;
    }
    #fixed-menu>img {
        display: block;
        padding: 0;
        margin: 0 0 20px 0;
        width: auto!important;
    }
    #fixed-menu p {
        font-weight: 900;
        font-size: 13px;
        color: #fff;
    }
    #fixed-menu p span {
        font-size: 10px;
    }
    #fixed-menu p span.no {
        color: #FFF000;
        font-family: Roboto;
        font-size: 14.337px;
        font-weight: 700;
    }
    #fixed-menu p span.no span {
        font-family: "Noto Sans JP";
        font-size: 8.472px;
        font-weight: 700;
    }
    #fixed-menu .btn {
        /* padding: 0.5em 2em;
        margin-top: 0.3em;
        width: 256.62px;
        height: 40px; */
        width: auto;
        height: 56px;
        background: unset;
        box-shadow: unset;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}

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


/*--- old ---*/

.custumer_supoort {
    width: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 80px;
    padding: 30px 0px;
    box-sizing: border-box;
    background-color: #f8ebd1;
    /* background: repeating-linear-gradient(-45deg, #ffae00, #ffae00 5px, #fce6ba 5px, #fce6ba 10px); */
}

.custumer_supoort div {
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 30px;
    box-sizing: border-box;
    box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
}

.custumer_supoort h3 {
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 5px 10px;
    /* background-color: #ffae00; */
    border-bottom: 6px solid #ffae00;
    color: #ffae00;
    /* text-shadow: 0px 2px 2px #9c6d09; */
}

.custumer_supoort article {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.custumer_supoort p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #222;
    margin: 0 0 30px;
}

.custumer_supoort img {
    width: 80%;
    border: 3px solid #ffae00;
}

@media screen and (max-width: 450px) {
    .custumer_supoort {
        width: 100vw;
    }
    .custumer_supoort div {
        width: 90vw;
        padding: 20px;
    }
    .custumer_supoort h3 {
        font-size: 21px;
        margin: 0 0 15px;
    }
    .custumer_supoort article {
        width: 85%;
    }
    .custumer_supoort p {
        font-size: 12px;
        margin: 0 0 15px;
    }
    .custumer_supoort img {
        width: 90%;
    }
}


/*notes*/

.easy_3steps {
    background: #fff;
    padding: 50px 0;
}

.easy_3steps .b1__wrap {
    margin: auto;
    max-width: 482px;
}

.easy_3steps .b1__wrap .b1 {
    align-items: flex-start;
    display: flex;
    margin: 20px 0;
}

.easy_3steps .b1__wrap .b1 img {
    margin: 10px;
}

.easy_3steps .b1__wrap .b1 .t1 {
    color: #ff4e6a;
    font-size: 3.2rem;
    font-weight: 700;
}

.easy_3steps .b1__wrap .b1 .t2 {
    color: #96ac0b;
}

.easy_3steps .b1__wrap .b1 .t3 {
    color: #18b1b1;
}


/*notes*/

.qa {
    background: #fff;
    padding: 50px 0;
}

.qa .b1__wrap {
    margin: auto;
    max-width: 482px;
}

.qa .b1__wrap .b1 {
    align-items: flex-start;
    display: flex;
    margin: 20px 0;
}

.qa .b1__wrap .b1 img {
    margin: 0 10px;
}


/*notes*/

.s16__wrap {
    background: #fff;
    padding: 50px 0;
}

.s16__wrap .b1__wrap {
    margin: auto;
    max-width: 482px;
}

form {
    margin: 50px auto 0;
    max-width: 600px;
}

input,
textarea {
    font-size: 16px;
}

form input.txt {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 8px 0 30px;
    padding: 10px 2%;
    width: 96%;
}

form textarea.txt2 {
    background: #f7e8b2;
    border: 1px solid #fff;
    border-radius: 6px;
    margin: 8px 0;
    padding: 16px 2%;
    width: 96%;
    height: 150px;
}

form input.txt3 {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 8px 70% 16px 0;
    padding: 16px 2%;
    width: 26%;
}

::-webkit-input-placeholder {
    color: #cacaca;
    font-size: 1.6rem;
}

.btn__submit {
    background: linear-gradient(to right, #ff4e6a, #ff6f86);
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: table;
    filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.1));
    font-size: 21px;
    font-weight: 700;
    margin: 16px auto 0;
    width: 100%;
    padding: 8px;
    line-height: 1.2;
    letter-spacing: 0.01rem;
    transition: .4s;
}

.btn__submit:hover {
    background: #FF4E6A;
    opacity: 0.3;
}

.btn__submit span {
    font-size: 18px;
    letter-spacing: 0.1rem;
}


/*select*/

.select__wrap {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 16px;
}

select {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 24px;
    -webkit-appearance: none;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 16px 10%;
    width: 100px;
}

.select {
    position: relative;
}

.select::after {
    position: absolute;
    content: '';
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #454e56;
    top: 42%;
    right: 12%;
}

.select:not(:first-child) {
    margin-left: 16px;
}


/*radio*/

.radio__wrap {
    line-height: 3rem;
    margin: 16px 0 24px;
}

.radio__wrap2 {
    margin: 16px 0 24px;
}

.radio__wrap3 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    line-height: 3rem;
}


/* formdesign
.radio__wrap label {
  padding: 20px 0 ;
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 2px 0;
}
.radio-container {
 background-color: #f7f7f7;
	border-radius: 6px;
}
.radio-top {
	border-bottom: solid 3px #fff
}


input:checked + label {
  background-color: #2ee0ed;
	background: rgba(7,208,231,0.5);
	border: solid 1px #21AAB4;
	border-radius: 6px;
}

.radio-container input {
	display: none;
}
.radio-circle::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	padding: 0 15px 0 15px;
	color: #000;
}
input:checked + .radio-circle::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	padding: 0 15px 0 15px;
	color: #21AAB4;
}

*/


/*notes*/

.fixed__btn__area {
    position: fixed;
    bottom: 0;
    background: #fbfa36;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.fixed__btn__area .b1__wrap {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 865px;
}

@media screen and (max-width:720px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    body {
        font-size: 1.6rem;
    }
}


/* header */

.header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(5px);
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1280px;
    height: 100px;
}

.header__logo {
    width: 170px;
}

.header__logo img {
    width: 100%;
}

.btn-header {
    width: 270px;
}

.header__nav {
    display: flex;
}

@media screen and (max-width: 750px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .header__wrap {
        position: relative;
        padding-right: 23px;
        padding-left: 10px;
        height: 60px;
    }
    .header__logo {
        width: 135px;
    }
    .header__logo img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        left: 10px;
        width: 15%;
    }
    .btn-header img {
        width: 30%;
        position: absolute;
        right: 10px;
        top: 0px;
        bottom: 0px;
        margin: auto;
    }
    section.fv h2 {
        top: 10.35em;
    }
}

@media screen and (max-width: 414px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .header__wrap {
        position: relative;
        padding-right: 23px;
        padding-left: 10px;
        height: 40px;
    }
    .header__logo {
        width: 135px;
    }
    .header__logo img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        left: 10px;
        width: 15%;
    }
    .btn-header img {
        width: 30%;
        position: absolute;
        right: 10px;
        top: 0px;
        bottom: 0px;
        margin: auto;
    }
}


/*cont0*/

.cont0 {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .cont0 {
        padding: 0 20px;
    }
}


/*cont00*/

.cont00 {
    margin: auto;
    width: 750px;
}

@media screen and (max-width: 750px) {
    .cont00 {
        margin: auto;
        width: 100%;
    }
}


/*cont1*/

.cont1 {
    margin: auto;
    width: 750px;
}

@media screen and (max-width: 750px) {
    .cont1 {
        text-align: center;
        width: 100%;
    }
}


/*cont2*/

.cont2 {
    text-align: center;
}

.cont2 img {
    width: 495px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.cont2 .fbtn {
    width: 495px;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .cont2 .fbtn {
        width: calc(0.656*100vw + 3.3px);
        margin: auto;
    }
}


/*cont3*/

.cont3 {
    text-align: center;
    position: relative;
}

.cont3 img {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}

.cont3 .sbtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2700px;
    width: 495px;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .cont3 {
        text-align: center;
        width: 100%;
        position: relative;
    }
    .cont3 .sbtn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(3.611*100vw - 8.3px);
        width: calc(0.656*100vw + 3.3px);
        margin: auto;
    }
}


/* cont3-1 */

.cont3-1 {
    text-align: center;
}

.cont3-1 img {
    width: 585px;
}

.cont3-1 .table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
    overflow: auto;
}

@media only screen and (max-width: 420px) {
    .cont3-1 .table {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0;
        overflow: auto;
    }
    .cont3-1 img {
        width: 100%;
    }
}


/* cont3-2 */


/*==================================================
スライダーのためのcss
===================================*/

.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 0;
    overflow: auto;
}


/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
}


/*矢印の設定*/


/*戻る、次へ矢印の位置*/

.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}


/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 0px;
    /*ドットボタンのサイズ*/
    height: 12px;
    /*ドットボタンのサイズ*/
    display: block;
    border: none;
    border-radius: 50%;
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

@media only screen and (max-width: 450px) {
    .slider {
        /*横幅94%で左右に余白を持たせて中央寄せ*/
        width: 94%;
        margin: 0 auto;
    }
    .slider img {
        width: 100%;
        /*スライダー内の画像を横幅100%に*/
        height: auto;
    }
    /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
    .slider .slick-slide {
        margin: 0 10px;
    }
    .slick-dots {
        text-align: center;
        margin: 20px 0 0 0;
    }
    .slick-dots li {
        display: inline-block;
        margin: 0 6px;
    }
    .slick-dots .slick-active button {
        background: #333;
        /*ドットボタンの現在地表示の色*/
    }
}


/*cont4*/

.cont4 {
    width: 495px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .cont4 {
        text-align: center;
        width: 100%;
    }
}


/*cont4-1*/

.cont4-1 {
    width: 750px;
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .cont4-1 {
        text-align: center;
        width: 100%;
    }
}


/*cont5*/

.cont5 {
    text-align: center;
    width: 750px;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .cont5 {
        text-align: center;
        width: 100%;
        margin: auto;
    }
}


/*cont6*/

.cont6 {
    text-align: center;
    width: 750px;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .cont6 {
        text-align: center;
        width: 100%;
    }
}


/*cont7*/

.cont7 {
    text-align: center;
    width: 750px;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .cont7 {
        text-align: center;
        width: 100%;
    }
}


/*cont9*/

.cont9 {
    text-align: center;
    width: 600px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.cont9 img {
    width: 90%;
}

.cont9 .faq {
    margin-bottom: 30px;
}

@media only screen and (max-width: 420px) {
    .cont9 {
        text-align: center;
        width: 100%
    }
    .qablock {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.qablock {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #fff;
}

.question_txt {
    padding: 5px 15px;
    margin: 0px !important;
    text-align: left;
}

.qicon {
    color: #6f5436;
    font-weight: bold;
    margin-right: 15px;
}

.answer_txt {
    background: #fff;
    margin: 0px !important;
    padding: 10px 15px;
    text-align: left;
}

.show_button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 43px;
    height: 43px;
}

.show_button:after {
    content: '▲' !important;
    display: block;
    text-align: center;
    width: 43px;
    height: 43px;
    line-height: 43px;
    top: 0;
    left: 0;
    margin-left: 0px;
    margin-top: 0px;
    color: #b4ada9;
}

.show_button.closebutton:after {
    content: '▼' !important;
    display: block;
    text-align: center;
    width: 43px;
    height: 43px;
    line-height: 43px;
    top: 0;
    left: 0;
    margin-left: 0px;
    margin-top: 0px;
    color: #b4ada9;
}

.qicon img {
    width: 20px;
}

.Aicon img {
    width: 20px;
}


/* 下部追従*/


/*メニューをページ下部に固定*/

.bottom-btn {
    display: none;
}

#fixed-menu {
    position: fixed;
    padding: 0.3em 0;
    padding-bottom: 0;
    width: 100%;
    bottom: 0px;
    z-index: 99;
    /* height: 103px; */
    /* background: #fff; */
}

#fixed-menu .wrap {
    /* background: #ffffff00; */
}


/*メニューを横並びにする*/

#fixed-menu>img {
    position: absolute;
    left: 0;
    top: 0;
}

#fixed-menu>img.bk-img {
    transform: scale(-1, 1);
    left: auto;
    right: 0;
}

.cont20 {
    position: relative
}

@media screen and (max-width: 450px) {
    /*メニューを横並びにする*/
    #fixed-menu>img {
        display: block;
        padding: 0;
        margin: 0 0 20px 0;
        width: 200px;
    }
    #fixed-menu>a {
        display: block;
        padding: 0;
        margin-top: -20px;
        width: 320px;
    }
    .cont20 {
        position: relative
    }
}


/*notes*/

.fixed__btn__area {
    padding: 10px 0;
}

.fixed__btn__area .b1__wrap {
    display: block;
    max-width: 90%;
}

.fixed__btn__area .b1__wrap img {
    margin: auto;
}

.fixed__btn__area {
    display: none;
}

.formtext {
    padding: 10px 0 0;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: #999;
}

.yureru-s {
    animation: yureru-s 3.5s infinite;
    display: block;
}

@keyframes yureru-s {
    0% {
        transform: translate(5px, 0px);
    }
    5% {
        transform: translate(-5px, 0px);
    }
    10% {
        transform: translate(5px, 0px);
    }
    15% {
        transform: translate(-5px, 0px);
    }
    20% {
        transform: translate(5px, 0px);
    }
    25% {
        transform: translate(-5px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}


/*footer*/

footer .wrap {
    background: #fff;
    margin-bottom: 5em;
}

footer .wrap img {
    width: 181.79px;
    display: block;
    margin: auto;
    padding-top: 2em;
}

footer .content {
    padding: 2em 1.5em;
}

footer ul {
    list-style: none;
    padding: 0;
    color: #111;
}

footer h2 {
    font-size: 14px;
    font-weight: 700;
}

footer h3 {
    font-size: 12px;
    font-weight: bold;
}

footer p {
    font-size: 12px;
    margin-top: 0.5em;
}

footer ul li {
    margin: 1em 0;
}

footer a p {
    color: #111;
    text-align: center;
    text-decoration: underline;
}

footer p.copy {
    font-size: 10px;
    color: #8F8F8F;
    padding-bottom: 2em;
    text-align: center;
    padding-top: 1em;
}


/*cont15*/

.cont15 {
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 360px;
    z-index: 99;
}

.cont15 .b1__wrap .b1 {
    text-align: left;
}

.cont15 .wrap {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 1.5em;
    box-shadow: 5px 5px 0px #0000001a;
    width: auto;
    border-radius: 8px;
}

.sp-dn .cont15 .wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
    width: auto;
    border-radius: 16px;
    border: 2px solid #EC816B;
    background: #FFF;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
    padding-top: 0;
}

.cont15 div {
    text-align: left;
}

.cont15 .btn {
    width: 100%;
    justify-content: center;
    padding: 1.2em 0;
    margin-top: 1.5em;
}

.cont15 .radio__wrap {
    margin-left: 0px;
    margin-right: 0px;
}

form {
    margin: 30px auto 0!important;
}

input,
textarea {
    font-size: 16px;
}

.formtext {
    padding: 10px 0px 10px;
    text-align: left;
    color: #22222296;
}

.formtext2 {
    padding: 10px 0px 10px;
    text-align: center;
    color: #22222296;
}

.formtext_1 {
    padding: 30px 0px 10px;
    text-align: center;
    color: #22222296;
}

form input.txt {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 8px 0 30px;
    padding: 10px 2%;
    width: 96%;
}

form textarea.txt2 {
    background: #f7e8b2;
    border: 1px solid #fff;
    border-radius: 6px;
    margin: 8px 0;
    padding: 16px 2%;
    width: 96%;
    height: 150px;
}

form input.txt3 {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 8px 70% 16px 0;
    padding: 16px 2%;
    width: 26%;
}

::-webkit-input-placeholder {
    color: #cacaca;
    font-size: 1.6rem;
}

.btn__submit {
    background: linear-gradient(to right, #FF4E6A, #FF4E6A);
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: table;
    filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.1));
    font-size: 20px;
    font-weight: 700;
    margin: 16px auto 0;
    width: 100%;
    padding: 8px;
    transition: .4s;
}

.btn__submit:hover {
    background: #FF4E6A;
    opacity: 0.3;
}


/*select*/

.select__wrap {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 16px;
}

select {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 24px;
    -webkit-appearance: none;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 16px 10%;
    width: 100px;
}

.select {
    position: relative;
}

.select::after {
    position: absolute;
    content: '';
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #454e56;
    top: 42%;
    right: 12%;
}

.select:not(:first-child) {
    margin-left: 16px;
}


/*radio*/

.radio__wrap {
    line-height: 3rem;
    margin: 16px 0 24px;
}

.radio__wrap2 {
    margin: 16px 0 24px;
}

.radio__wrap3 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    line-height: 3rem;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: -4px;
}


/*cont16*/

.cont16 {
    text-align: center;
}

.cont16 .b1__wrap {
    margin: 30px 0 70px;
    font-size: 20px;
}

.cont16 .b1__wrap .b1 {
    text-align: left;
}

.cont16 div {
    margin: 0 10px 0 10px;
}

form {
    margin: 50px auto 0;
    max-width: 600px;
}

form .name {
    font-size: 14px;
    font-weight: bold;
    font-weight: 500;
    line-height: 140%;
}

input,
textarea {
    font-size: 16px;
}

.form_req {
    background: #DA3838;
    ;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    margin-left: 5px;
    padding: 2px 3px 3px 3px;
    font-size: 11px;
}

.formtext {
    padding: 10px 0px 10px;
    text-align: center;
    color: #22222296;
}

.formtext_1 {
    padding: 30px 0px 10px;
    text-align: center;
    color: #22222296;
}

form input.txt {
    background: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 6px;
    margin: 8px 0 15px 0;
    padding: 1em 0.5em;
    width: 96%;
    font-size: 14px;
}

form textarea.txt2 {
    background: #f7e8b2;
    border: 1px solid #fff;
    border-radius: 6px;
    margin: 8px 0;
    padding: 16px 2%;
    width: 96%;
    height: 150px;
}

form input.txt3 {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 8px 70% 16px 0;
    padding: 16px 2%;
    width: 26%;
}

::-webkit-input-placeholder {
    color: #cacaca;
    font-size: 1.6rem;
}

.btn__submit {
    background: linear-gradient(to right, #FF4E6A, #FF4E6A);
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: table;
    filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.1));
    font-size: 20px;
    font-weight: 700;
    margin: 16px auto 0;
    width: 100%;
    padding: 8px;
    transition: .4s;
}

.btn__submit:hover {
    background: #FF4E6A;
    opacity: 0.3;
}


/*select*/

.select__wrap {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 16px;
}

select {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 24px;
    -webkit-appearance: none;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 16px 10%;
    width: 100px;
}

.select {
    position: relative;
}

.select::after {
    position: absolute;
    content: '';
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #454e56;
    top: 42%;
    right: 12%;
}

.select:not(:first-child) {
    margin-left: 16px;
}


/*radio*/

.radio__wrap {
    line-height: 3rem;
    margin: 16px 0 24px;
}

.radio__wrap2 {
    margin: 16px 0 24px;
}

.radio__wrap3 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    line-height: 3rem;
}


/* formdesign
.radio__wrap label {
  padding: 20px 0 ;
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 2px 0;
}
.radio-container {
 background-color: #f7f7f7;
	border-radius: 6px;
}
.radio-top {
	border-bottom: solid 3px #fff
}


input:checked + label {
  background-color: #2ee0ed;
	background: rgba(7,208,231,0.5);
	border: solid 1px #21AAB4;
	border-radius: 6px;
}

.radio-container input {
	display: none;
}
.radio-circle::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	padding: 0 15px 0 15px;
	color: #000;
}
input:checked + .radio-circle::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	padding: 0 15px 0 15px;
	color: #21AAB4;
}
*/

@media screen and (max-width: 450px) {
    .cont15 {
        text-align: center;
        width: auto;
    }
    .cont15 img {
        width: 90%;
    }
    .cont15 .b1__wrap {
        margin: 30px 0 20px;
        font-size: 16px;
        margin-bottom: -1.5em;
    }
    .cont15 .b1__wrap .b1 {
        text-align: left;
    }
    form {
        margin: 50px auto 0;
        max-width: 600px;
    }
    input,
    textarea {
        font-size: 16px;
    }
    .formtext {
        padding: 30px 0px 10px;
        text-align: left;
        color: #22222296;
    }
    .formtext2 {
        padding: 10px 0px 10px;
        text-align: center;
        color: #22222296;
        font-size: 10px;
    }
    .formtext_1 {
        padding: 30px 0px 10px;
        text-align: center;
        color: #22222296;
    }
    form input.txt {
        background: #f7f7f7;
        border: 1px solid #eee;
        border-radius: 6px;
        margin: 8px 0 30px;
        padding: 10px 2%;
        width: 96%;
    }
    form textarea.txt2 {
        background: #f7e8b2;
        border: 1px solid #fff;
        border-radius: 6px;
        margin: 8px 0;
        padding: 16px 2%;
        width: 96%;
        height: 150px;
    }
    form input.txt3 {
        background: #f7f7f7;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin: 8px 70% 16px 0;
        padding: 16px 2%;
        width: 26%;
    }
     ::-webkit-input-placeholder {
        color: #cacaca;
        font-size: 1.6rem;
    }
    .btn__submit {
        background: linear-gradient(to right, #FF4E6A, #FF4E6A);
        border: 1px solid #fff;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        display: table;
        filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.1));
        font-size: 20px;
        font-weight: 700;
        margin: 16px auto 0;
        width: calc(100% - 20px);
        padding: 8px 0;
        transition: .4s;
        line-height: 1.3;
        letter-spacing: .01rem;
    }
    .btn__submit_p span {
        font-size: 18px;
    }
    .btn__submit:hover {
        background: #FF4E6A;
        opacity: 0.3;
    }
    /*select*/
    .select__wrap {
        align-items: flex-end;
        display: flex;
        flex-wrap: wrap;
        margin: 8px 0 16px;
    }
    select {
        background: #f7f7f7;
        border: 1px solid #ddd;
        border-radius: 24px;
        -webkit-appearance: none;
        font-size: 16px;
        margin-bottom: 4px;
        padding: 16px 10%;
        width: 100px;
    }
    .select {
        position: relative;
    }
    .select::after {
        position: absolute;
        content: '';
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 5px solid #454e56;
        top: 42%;
        right: 12%;
    }
    .select:not(:first-child) {
        margin-left: 16px;
    }
    /*radio*/
    .radio__wrap {
        line-height: 3rem;
        margin: 16px 0 24px;
    }
    .radio__wrap2 {
        margin: 16px 0 24px;
    }
    .radio__wrap3 {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        line-height: 3rem;
    }
}

@media only screen and (max-width: 750px) {
    .cont16 {
        text-align: center;
    }
    .cont16 .b1__wrap {
        margin: 30px 0 70px;
        font-size: 16px;
    }
    .cont16 .b1__wrap .b1 {
        text-align: left;
    }
    form {
        margin: 10px auto 0;
        max-width: 600px;
    }
    input,
    textarea {
        font-size: 16px;
    }
    .formtext {
        padding: 10px 0px 10px;
        text-align: left;
        color: #22222296;
    }
    .formtext_1 {
        padding: 30px 0px 10px;
        text-align: center;
        color: #22222296;
    }
    form input.txt {
        background: #f7f7f7;
        border: 1px solid #eee;
        border-radius: 6px;
        margin: 8px 0 10px;
        padding: 10px 2%;
        width: 96%;
    }
    form textarea.txt2 {
        background: #f7e8b2;
        border: 1px solid #fff;
        border-radius: 6px;
        margin: 8px 0;
        padding: 16px 2%;
        width: 96%;
        height: 150px;
    }
    form input.txt3 {
        background: #f7f7f7;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin: 8px 70% 16px 0;
        padding: 16px 2%;
        width: 26%;
    }
     ::-webkit-input-placeholder {
        color: #cacaca;
        font-size: 1.6rem;
    }
    /*select*/
    .select__wrap {
        align-items: flex-end;
        display: flex;
        flex-wrap: wrap;
        margin: 8px 0 16px;
    }
    select {
        background: #f7f7f7;
        border: 1px solid #ddd;
        border-radius: 24px;
        -webkit-appearance: none;
        font-size: 16px;
        margin-bottom: 4px;
        padding: 16px 10%;
        width: 100px;
    }
    .select {
        position: relative;
    }
    .select::after {
        position: absolute;
        content: '';
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 5px solid #454e56;
        top: 42%;
        right: 12%;
    }
    .select:not(:first-child) {
        margin-left: 16px;
    }
    /*radio_*/
    .radio__wrap {
        line-height: 3rem;
        margin: 16px 0 24px;
    }
    .radio__wrap2 {
        margin: 16px 0 24px;
    }
    .radio__wrap3 {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        line-height: 3rem;
    }
    /* formdesign
  .radio__wrap label {
    padding: 20px 0 ;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 2px 0;
  }
  .radio-container {
   background-color: #f7f7f7;
    border-radius: 6px;
  }
  .radio-top {
    border-bottom: solid 3px #fff
  }


  input:checked + label {
    background-color: #2ee0ed;
    background: rgba(7,208,231,0.5);
    border: solid 1px #21AAB4;
    border-radius: 6px;
  }

  .radio-container input {
    display: none;
  }
  .radio-circle::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    padding: 0 15px 0 15px;
    color: #000;
  }
  input:checked + .radio-circle::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    padding: 0 15px 0 15px;
    color: #21AAB4;
  }

  */
}

/* 2026-05 fixed follow banner overrides */
#fixed-menu {
    background: #F7F7F7;
    padding: 8px 0 23px;
}

#fixed-menu .wrap {
    align-items: flex-start;
    background: #F7F7F7;
    box-sizing: border-box;
    display: flex;
    gap: 5px;
    justify-content: center;
    padding: 0 16px;
    width: 390px;
}

#fixed-menu .btn {
    background: transparent;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box;
    flex: 0 0 177px;
    height: 56px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 177px;
}

#fixed-menu .btn img {
    display: block;
    height: 56px;
    max-width: none;
    object-fit: contain;
    width: 177px;
}

@media screen and (max-width: 450px) {
    #fixed-menu {
        padding: 8px 0 23px;
    }

    #fixed-menu .wrap {
        padding: 0 16px;
        width: 390px;
    }

    #fixed-menu>a {
        margin-top: 0;
        width: 177px;
    }
}

/* 2026-05 FV frame update */
section.fv .content {
    aspect-ratio: 389 / 581;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

section.fv video {
    height: 100% !important;
    left: 0;
    object-position: bottom;
    right: 0;
    width: 100%;
}

section.fv .fv-img {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

section.fv .fv-img > img:first-child {
    display: block;
    height: 100%;
    margin-left: -3px;
    max-width: none;
    object-fit: cover;
    width: calc(100% + 6px);
}

section.fv h2 {
    display: none;
}

/* 2026-05 plan image restore */
section.price .price_img {
    background: #FBE3D3;
    padding: 2rem;
    margin-top: -5px;
    padding-bottom: 40px;
    padding-top: 20px;
}

section.price .price_img img {
    display: block;
    height: auto;
    max-width: none;
    width: 100%;
}
