#campaign {
    background-color: var(--primary-color);
    padding: 90px 0 50px;
}
#campaign a {
    display: block;
    margin: auto;
    width: fit-content;
}
#selects {
    background-color: var(--secondary-color);
    padding: 50px 0;
}
#selects h3.wave {
    margin: 0 auto 84px;
    position: relative;
    width: fit-content;
}
#selects h3.wave::after {
    background-image: url('../img/wave.svg');
    background-position: top center;
    background-repeat: no-repeat;
    bottom: -20px;
    content: '';
    height: 30px;
    left: 0;
    margin: auto;
    right: 0;
    position: absolute;
    width: 100%;
}
#selects h3 span {
    color: var(--primary-color);
    font-size: 8rem;
}
#selects .select-point {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 50px auto 80px;
}
#selects .select-point > li {
    background-color: var(--bg-color);
    border-radius: 30px;
    max-width: 360px;
    padding-bottom: 30px;
    width: 100%;
}
#selects .select-point > li .point-inner {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-top: -50px;
}
#selects .select-point > li .tit {
    color: var(--primary-color);
    font-size: 2.6rem;
    font-weight: 600;
}
#selects .select-point > li ol {
    color: var(--note-color);
    display: flex;
    flex-flow: column;
    font-size: 2rem;
    font-weight: 600;
    gap: 10px;
}
#selects .select-point > li ol li {
    background-image: url('../img/icon-check.svg');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 34px;
}
#selects .scene {
    display: flex;
    gap: 20px;
    justify-content: center;
}
#selects .scene li {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 15px;
}
#selects .scene li .tit {
    color: var(--primary-color);
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}
#selects .scene li img {
    border-radius: 10px;
}
#selects .scene li p {
    font-size: 1.8rem;
    text-align: center;
}
@keyframes loop {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}
.loop {
    background-color: var(--primary-color);
    overflow-x: clip;
    padding: 50px 0 0;
}
.loop-list {
    animation: loop 30s linear infinite;
    display: flex;
    gap: 20px;
    margin: 0 auto 50px;
    overflow-x: hidden;
    width: max-content;
}
.loop-list li {
    display: block;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: 264px;
}
.loop-list li img {
    border-radius: 10px;
}
@keyframes loop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
#facilities {
    background-color: var(--secondary-color);
    padding: 90px 0 0;
}
#facilities img {
    height: auto;
    width: 100%;
}
#facilities ul {
    display: flex;
}
#facilities ul li {
    position: relative;
}
#facilities ul li p {
    align-items: center;
    background-color: var(--bg-color);
    border-radius: 20px;
    display: flex;
    font-size: 1.8rem;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    left: 30px;
    position: absolute;
    top: 30px;
    width: 250px;
}
#facilities .point {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 50px auto;
    max-width: 1040px;
    width: 100%;
}
#facilities .point li {
    background-color: var(--bg-color);
    border-radius: 10px;
    width: 196px;
}
#facilities .point li div {
    align-items: center;
    aspect-ratio: 196/145;
    display: flex;
    justify-content: center;
}
#facilities .point li div img {
    height: 100%;
    max-height: 70%;
    max-width: 70%;
    object-fit: contain;
    width: 100%;
}
#comparison {
    background-color: var(--bg-color);
    padding: 90px 0 50px;
}
#comparison img {
    margin: auto;
}
#plan {
    background-color: var(--primary-color);
    padding: 50px 0 0;
}
#plan h3 {
    color: #fff;
}
#plan .plan {
    display: flex;
    gap: 20px;
    justify-content: center;
}
#plan .plan li {
    align-items: center;
    background-color: var(--bg-color);
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    max-width: 380px;
    padding: 10px 10px 50px;
    width: 100%;
}
#plan .plan li .sub-tit {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}
#plan .plan li .tit {
    font-size: 3rem;
    font-weight: 600;
}
#plan .plan li .price-area {
    align-items: center;
    display: flex;
    gap: 10px;
}
#plan .plan li .price-area .fee {
    align-items: center;
    background-color: #eee;
    border-radius: 20px;
    display: flex;
    font-size: 1.8rem;
    justify-content: center;
    height: 40px;
    width: 80px;
}
#plan .plan li .price-area .price {
    font-size: 6rem;
    line-height: 6rem;
}
#plan .plan li .txt {
    padding: 0 10px;
}
#plan .plus {
    height: 40px;
    position: relative;
}
#plan .plus img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 80px;
    min-width: 80px;
    right: 0;
    top: 0;
    position: absolute;
}
#plan .service {
    align-items: center;
    background-color: var(--bg-color);
    border-radius: 10px;
    display: flex;
    height: 120px;
    margin: auto;
    max-width: 1180px;
    width: 100%;
}
#plan .service ul {
    align-items: center;
    display: flex;
    width: 100%;
}
#plan .service ul li {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 20px;
}
#plan .service ul li + li {
    border-left: 1px solid #ccc;
}
#plan .service ul li .tit {
    display: flex;
    flex-flow: column;
}
#plan .service ul li .tit p {
    font-size: 2.4rem;
    font-weight: 600;
}
#plan .service ul li .tit span {
    font-size: 1.6rem;
}
#plan .service ul li .price-area {
    align-items: center;
    display: flex;
    gap: 10px;
}
#plan .service ul li .price-area .price {
    font-size: 4rem;
    line-height: 4rem;
}
#plan .option {
    display: flex;
    gap: 20px;
    margin: 20px auto 50px;
    max-width: 1180px;
    width: 100%;
}
#plan .option li {
    background-color: var(--bg-color);
    border-radius: 10px;
    display: flex;
    flex: 1;
    flex-flow: column;
    height: fit-content;
    padding: 10px;
}
#plan .option li .tit {
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 2.4rem;
    font-weight: 600;
    height: 60px;
    justify-content: center;
    width: 100%;
}
#plan .option li .list {
    padding: 30px;
}
#plan .option li .list dl {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#plan .option li .list dl dt {
    font-size: 1.8rem;
    font-weight: 600;
}
#plan .option li .list dl dd {
    align-items: center;
    display: flex;
    gap: 5px;
}
#plan .option li .list dl dd .price {
    font-size: 4rem;
    line-height: 4rem;
}
#plan .option li .list dl dd.copy {
    align-items: flex-end;
    flex-flow: column;
}
#plan .option li .list dl dd.copy > div {
    align-items: center;
    display: flex;
    gap: 5px;
}
#plan .option li.free {
    position: relative;
}
#plan .option li.free .tit {
    background-color: var(--secondary-color);
    color: var(--text-color);
}
#plan .option li.free dl dd {
    font-size: 1.8rem;
    font-weight: 600;
}
#plan .option li.free .note {
    bottom: -40px;
    color: #fff;
    position: absolute;
    right: 0;
}
#use {
    background-color: var(--secondary-color);
    padding: 90px 0 50px;
}
#use .type {
    display: flex;
    gap: 20px;
    justify-content: center;
}
#use .type > li {
    align-items: center;
    background-color: var(--bg-color);
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    max-width: 380px;
    padding: 0 0 30px;
    width: 100%;
}
#use .type > li .tit {
    text-align: left;
    width: 100%;
}
#use .type > li .tit p {
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 10px 0 30px 0;
    color: #fff;
    display: flex;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    width: 300px;
}
#use .type > li > img {
    margin-top: 30px;
}
#use .type > li .set {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin: -10px auto 10px;
    padding: 0 30px 0;
    width: 100%;
}
#use .type > li .set li {
    align-items: center;
    background-color: var(--secondary-color);
    border-radius: 5px;
    display: flex;
    height: 60px;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
}
#use .type > li .set li .tit {
    font-size: 2rem;
    font-weight: 600;
}
#use .type > li .set li .price {
    font-size: 2.4rem;
    line-height: 2.4rem;
}
#use .type > li .set .none {
    background-color: var(--bg-color);
}
#use .type > li .price-area {
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    padding: 0 30px;
    width: 100%;
}
#use .type > li .price-area .price {
    font-size: 3rem;
}
#voice {
    background-color: var(--primary-color);
    padding: 50px 0 0;
}
#voice h3 {
    align-items: center;
    background-color: var(--bg-color);
    border-radius: 40px;
    display: flex;
    height: 80px;
    justify-content: center;
    position: relative;
    width: 330px;
}
#voice h3::after {
    aspect-ratio: 1/cos(30deg);
    background-color: var(--bg-color);
    bottom: -20px;
    clip-path: polygon(0 0,100% 0,0 100%);
    content: '';
    display: block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20px;
}
#voice h3 span {
    color: var(--note-color);
}
#voice .loop-list li {
    background-color: var(--bg-color);
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    height: 223px;
    padding: 20px;
    width: 352px;
}
#voice .loop-list li .head {
    display: flex;
    gap: 10px;
}
#voice .loop-list li .head .tit {
    display: flex;
    flex-flow: column;
    gap: 5px;
}
#voice .loop-list li .head .tit p {
    font-size: 1.4rem;
    font-weight: 600;
}
#voice .loop-list li .review {
    color: #888;
    font-size: 1rem;
}
#voice .loop-list li .txt {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 1.2rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#faq {
    background-color: var(--secondary-color);
    padding: 90px 0 50px;
}
#faq ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin: auto;
    max-width: 740px;
    width: 100%;
}
#faq ul li {
    background-color: var(--bg-color);
    border-radius: 10px;
    padding: 30px;
}
#faq ul li > div {
    background-size: 30px 30px;
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 30px;
    padding: 5px 0 0 40px;
}
#faq ul li .question {
    background-image: url('../img/icon-question.webp');
    border-bottom: dashed 1px #ccc;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#faq ul li .answer {
    background-image: url('../img/icon-answer.webp');
}
#form {
    background-color: var(--primary-color);
    padding: 50px 0 90px;
}
#form h3 {
    color: #fff;
    margin: 0 auto 30px;
}
#form .notice {
    color: #fff;
    margin: 0 auto 30px;
    text-align: center;
}
#form .cta {
    margin: 0 auto 30px;
}
#form .form-area {
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin: auto;
    max-width: 750px;
    padding: 50px 50px 0;
    width: 100%;
}
#form .wpcf7-list-item {
    margin: 0;
}
#form .form-area .small {
    font-size: 1.3rem;
}
#form .form-area form {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
#form .form-area dl {
    align-items: center;
    display: flex;
    gap: 10px;
}
#form .form-area dl dt {
    display: flex;
    font-size: 1.8rem;
    font-weight: 600;
    gap: 10px;
    justify-content: flex-end;
    width: calc(100% - 300px);
}
#form .form-area dl dt p.required {
    align-items: center;
    background-color: var(--note-color);
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 1.4rem;
    font-weight: 600;
    height: 30px;
    justify-content: center;
    width: 50px;
}
#form .form-area dl dd {
    max-width: 450px;
    width: 100%;
}
#form .form-area dl dd input[type=text],
#form .form-area dl dd input[type="email"],
#form .form-area dl dd input[type="tel"] {
    background-color: var(--bg-color);
    border-radius: 5px;
    height: 45px;
    max-width: 300px;
    padding: 0 0 0 15px;
    width: 100%;
}
#form .form-area dl dd select {
    background-color: var(--bg-color);
    background-image: url('../img/icon-down-b.svg');
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 12px 6px;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    max-width: 225px;
    padding: 0 0 0 15px;
    width: 100%;
}
#form .form-area dl.text-area {
    align-items: flex-start;
}
#form .form-area dl.text-area dt {
    padding: 10px 0 0 0;
}
#form .form-area dl dd textarea {
    background-color: var(--bg-color);
    border-radius: 5px;
    height: 150px;
    padding: 15px;
    width: 100%;
}
#form .form-area .policy {
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: center;
}
#form .form-area input[type="radio"] {
    appearance: radio;
    -webkit-appearance: radio;
    background-color: var(--bg-color);
    height: 20px;
    width: 20px;
}
#form .wpcf7-radio {
    display: flex;
    gap: 10px;
}
#form .wpcf7-radio label {
    align-items: center;
    display: flex;
    gap: 5px;
}
#form .form-area .policy input[type="checkbox"] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    background-color: var(--bg-color);
    border: none;
    border-radius: 5px;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
#form .form-area .policy label {
    align-items: center;
    cursor: pointer;
    display: flex;
}
#form .form-area .btn {
    align-items: center;
    background-color: var(--note-color);
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 2.4rem;
    height: 80px;
    justify-content: center;
    margin: 0 auto -70px;
    max-width: 400px;
    text-align: center;
    width: 100%;
}
.wpcf7-not-valid-tip {
    margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
#access {
    background-color: var(--secondary-color);
    padding: 50px 0;
    text-align: center;
}
#access h3 {
    margin: 0 auto 30px;
}
#access p {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}
#access iframe {
    margin: 30px auto 50px;
}
#thanks {
    background-color: var(--primary-color);
    height: calc(100dvh - 302px);
    padding: 150px 0 50px;
}
#thanks .thanks {
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin: auto;
    max-width: 750px;
    padding: 50px;
    width: 100%;
}
#thanks .thanks h3 {
    font-size: 3rem;
    margin-bottom: 30px;
}
#thanks .thanks span {
    display: block;
    font-size: 1.4rem;
    margin-top: 10px;
}
footer {
    background-color: #222;
    color: #fff;
    font-size: 1.4rem;
    padding: 50px 0;
    text-align: center;
}
footer a:link, 
footer a:active,
footer a:visited {
    text-decoration: underline;
}
footer a:hover {
    text-decoration: none;
}
footer > img {
    margin: 20px auto 50px;
}
footer .copyright {
    margin-top: 10px;
}

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

    #selects {
        padding: 70px 0 30px;
    }
    #selects h3.wave {
        margin: 0 auto 80px;
    }
    #selects h3 span {
        font-size: 6rem;
    }
    #selects .select-point {
        flex-flow: column;
        margin: 50px 0 30px;
        padding: 0 20px;
    }
    #selects .select-point > li {
        margin: 0 auto 30px;
        max-width: none;
        padding-bottom: 20px;
        width: 100%;
    }
    #selects .select-point > li .point-inner {
        gap: 10px;
        margin-top: -30px;
    }
    #selects .select-point > li .point-inner > img {
        height: 120px;
        width: auto;
    }
    #selects .select-point > li ol {
        gap: 5px;
    }
    #selects .scene {
        flex-flow: column;
    }
    #selects .scene li {
        gap: 10px;
    }
    #selects .scene li .tit {
        font-size: 2rem;
    }
    #selects .scene li .tit br {
        display: none;
    }
    #facilities ul {
        flex-flow: column;
    }
    #facilities ul li p {
        font-size: 1.6rem;
        height: 30px;
        left: 20px;
        top: 20px;
        width: 200px;
    }
    #facilities .point {
        flex-flow: row;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    #facilities .point li {
        width: calc(50% - 7.5px);
    }
    #comparison img {
        height: auto;
        margin: auto;
        padding: 0 20px;
        width: 100%;
    }
    #plan {
        padding: 30px 20px 0;
    }
    #plan .plan {
        flex-flow: column;
    }
    #plan .plan li {
        gap: 5px;
        max-width: none;
        padding: 10px 10px 20px;
    }
    #plan .plan li img {
        height: auto;
        width: 100%;
    }
    #plan .plan li .sub-tit {
        display: none;
    }
    #plan .service {
        height: fit-content;
    }
    #plan .service ul {
        flex-flow: column;
        gap: 10px;
        padding: 20px;
    }
    #plan .service ul li {
        flex-flow: column;
        gap: 5px;
        width: 100%;
    }
    #plan .service ul li .price-area {
        gap: 5px;
        justify-content: flex-end;
    }
    #plan .service ul li + li {
        border: none;
    }
    #plan .option {
        flex-flow: column;
    }
    #plan .option li .list {
        padding: 10px;
    }
    #plan .option li .list dl {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    #plan .option li .list dl dt {
        font-size: 1.4rem;
    }
    #plan .option li .list dl dd.copy > div p {
        font-size: 1.4rem;
    }
    #plan .option li .list dl dd.copy > div p.price {
        font-size: 3rem;
        line-height: 3rem;
    }
    #plan .option li .list dl dd .price {
        font-size: 3rem;
        line-height: 3rem;
    }
    #plan .option li.free .note {
        bottom: -30px;
    }
    #use .type {
        flex-flow: column;
        padding: 0 20px;
    }
    #use .type > li {
        max-width: none;
    }
    #use .type > li .set .none {
        display: none;
    }
    #voice h3 {
        height: 60px;
    }
    #faq ul {
        padding: 0 20px;
    }
    #faq ul li {
        padding: 20px;
    }
    #faq ul li .question {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    #form .form-area {
        gap: 15px;
        padding: 30px 20px;
        width: calc(100% - 40px);
    }
    #form .form-area dl {
        flex-flow: column;
    }
    #form .form-area dl dt {
        justify-content: flex-start;
        width: 100%;
    }
    #form .form-area dl dt p {
        height: 25px;
    }
    #form .form-area dl dt p.required {
        height: 24px;
    }
    #form .form-area .policy {
        margin: 0 auto;
    }
    #form .form-area .btn {
        margin: 0 auto -100px;
    }
    #access {
        padding: 30px 20px;
    }
    #access iframe {
        margin: 20px auto 0;
        width: 100%;
    }
    #thanks {
        height: calc(100dvh - 242px);
        padding: 150px 20px 50px;
    }
    #thanks .thanks {
        padding: 50px 30px;
    }
    footer {
        padding: 30px 0;
    }
    footer > img {
        margin: 20px auto 30px;
    }
}