.marker01 {
    background: linear-gradient(transparent 70%, rgba(255, 241, 0, 0.8) 70%);
}
.marker02 {
    background: linear-gradient(transparent 70%, rgba(250, 112, 154, 0.6) 70%);
}
.marker03 {
    background: linear-gradient(transparent 70%, rgba(6, 199, 85, 0.5) 70%);
}
.catchphrase {
    width: 90%;
    max-width: 400px;
}
.cta-btn {
    width: 100%;
    margin: 0 auto 5px;
    z-index: 10;
    animation: poyoyon3 2.5s infinite;
    opacity: 1;
}
@keyframes poyoyon3 {
    0%, 40% {
        transform: skew(0deg, 0deg);
    }
    5% {
        transform: skew(4deg, 4deg);
    }
    10% {
        transform: skew(-3deg, -3deg);
    }
    15% {
        transform: skew(2deg, 2deg);
    }
    20% {
        transform: skew(-1deg, -1deg);
    }
    25% {
        transform: skew(0deg, 0deg);
    }
    30% {
        transform: skew(-0.6deg, -0.6deg);
    }
    35% {
        transform: skew(0.3deg, 0.3deg);
    }
}
.cta-btn h3 {
    background: radial-gradient(ellipse at 100% 0%, var(--accentyellow), var(--accentpink) 80%);
    -webkit-box-shadow: 0 5px 0 #E8678E;
    box-shadow: 0 5px 0 #E8678E;
    color: #fff;
    display: inline-block;
    padding: 16px 56px 11px 40px;
    border-radius: 20px;
    position: relative;
}
.cta-btn h3::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 40px;
}
.cta-btn h3:hover {
    transform: translateY(5px);
    box-shadow: none;
}
.cta-btn h3 .l-text {
    color: #fff;
}
.pc-box {
    display: none;
}
.container {
    background-color: var(--basecolor);
}
.ft {
    width: 100%;
    height: 80vh;
    position: relative;
}
.ft-bg {
    width: 90%;
    height: 90%;
    background-image: url("../image/top.webp");
    background-position: center;
    background-size: cover;
    border-radius: 32px;
    position: absolute;
    top: 5%;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
}
.ft .catchphrase {
    position: absolute;
    top: 50%;
    left: 5%;
}
.ft-subtext {
    text-align: right;
    position: absolute;
    top: 60px;
    right: 4%;
}
.ft-subtext h4 {
    background-color: var(--mainpink);
    padding: 8px 16px;
    display: inline-block;
    border-radius: 14px 0 0 14px;
}
.ft-subtext h4::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 3px 5px;
    border-color: transparent transparent transparent #E8678E;
    position: absolute;
    top: 58px;
    right: 0;
}
.ft-subtext h2 {
    background-color: var(--basecolor);
    padding: 2px 8px;
    margin: 16px 16px 4px 0;
}
.ft-subtext p {
    font-size: 14px;
    margin-right: 16px;
}
.ft .cta-btn {
    position: absolute;
    bottom: 0;
}
.ft .cta-btn h2 {
    color: #fff;
}
.sec {
    padding: 80px 0;
    background: linear-gradient(var(--basecolor) 0%, var(--mainyellow) 20%, var(--mainyellow) 70%, var(--basecolor) 100%);
}
.sec-box {
    position: relative;
    width: 100%;
    height: 1000px;
    overflow: hidden;
}
.sec-box ul {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
}
.sec-box ul li {
    width: 240px;
    background-color: #fff;
    border-radius: 50%;
    padding: 45px 55px;
    position: absolute;
    transform: translateX(-50%);
    box-sizing: content-box;
}
.sec-box ul li:nth-child(1) {
    top: 0;
    left: -18%;
}
.sec-box ul li:nth-child(2) {
    top: 135px;
    left: 16%;
}
.sec-box ul li:nth-child(3) {
    top: 275px;
    left: -23%;
}
.sec-box ul li:nth-child(4) {
    top: 365px;
    left: 16%;
}
.sec-box ul li:nth-child(5) {
    top: 460px;
    left: 0;
}
.sec-box ul li:nth-child(6) {
    top: 575px;
    left: -24%;
}
.sec-box ul li:nth-child(7) {
    top: 660px;
    left: 16%;
}
.sec-box ul li:nth-child(8) {
    top: 770px;
    left: -23%;
}
.sec-box ul li:nth-child(9) {
    width: 300px;
    top: 860px;
    left: 0;
}
.sec h3 {
    color: #3C3C3C;
    margin: 40px 0 0;
}
.sec p {
    width: 100%;
    margin: 40px auto 0;
}
.sec a {
    color: var(--mainpink);
    text-decoration: underline;
}
.message {
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 0 40px;
    background-color: var(--mainpink);
    position: relative;
}
.message::after {
    content: "";
    width: 100%;
    height: 30px;
    background-color: var(--mainpink);
    clip-path: polygon(50% 30px, 0% 0%, 100% 0%);
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
}
.td h1 {
    width: 100%;
    text-align: center;
    margin: 70px 0 40px;
}
.td ol {
    width: 100%;
}
.td ol li {
    width: 90%;
    margin: 0 auto 40px;
    text-align: left;
}
.td-list-box {
    position: relative;
}
.td-list-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 80px;
}
.td-list-box h3 {
    font-size: 10rem;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: var(--mainyellow);
    position: absolute;
    bottom: -80px;
    left: -30px;
}
.td-list-box h1 {
    width: 90%;
    text-align: left;
    margin: 0;
    position: absolute;
    bottom: -60px;
    left: 10%;
}
.md-message {
    width: 100%;
    margin: 46px 0 0;
    padding: 50px 0 40px;
    background-color: var(--accentpink);
    position: relative;
    z-index: 3;
}
.md-message::after {
    content: "";
    width: 100%;
    height: 30px;
    background-color: var(--accentpink);
    clip-path: polygon(50% 30px, 0% 0%, 100% 0%);
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
}
.md-message h1 {
    color: #fff;
}
.md-contents {
    width: 100%;
    background-color: var(--mainpink);
    padding: 30px 0 50px;
}
.md-contents-lead {
    margin: 24px 0;
}
.md-contents h1, .end-contents h1 {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 auto;
    padding: 16px 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 14px;
}
.md-contents h4, .end-contents h4 {
    margin: 8px 0 24px;
}
.md-price span {
    position: relative;
}
.md-price span::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #d40000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: rotate(15deg);
}
.md-price span::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d40000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: rotate(-15deg);
}
.md-line {
    padding: 54px 0 50px;
    background-color: var(--mainyellow);
    position: relative;
}
.md-line::after {
    content: "";
    width: 100%;
    height: 30px;
    background-color: var(--mainpink);
    clip-path: polygon(50% 30px, 0% 0%, 100% 0%);
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}
.md-line h4 {
    font-size: 1rem;
    margin-bottom: 24px;
}
.md-line-contents {
    margin: 0 auto;
    padding: 24px 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 14px;
}
.g-text, .g-text .l-text {
    color: #06C755;
}
.md-line ul {
    display: inline-block;
    margin: 16px auto 0;
    text-align: left;
}
.line-btn {
    margin-top: 24px;
    animation: none;
}
.line-btn h3 {
    background: radial-gradient(ellipse at 100% 0%, #FEE140, #00A349 80%);
    -webkit-box-shadow: 0 5px 0 #009040;
    box-shadow: 0 5px 0 #009040;
    padding: 16px 56px 14px 30px;
    border-radius: 32px;
    font-size: 20px;
}
.md-cta .md-line .line-btn h1::after {
    right: 30px;
}
.md-cta .md-line .line-btn h1:hover {
    box-shadow: none;
}
.foth {
    margin: 80px 0;
}
.foth h1 {
    margin-bottom: 40px;
}
.foth ul {
    margin-bottom: 80px;
}
.foth ul li {
    margin-bottom: 40px;
}
.reviewer {
    width: 90%;
    max-width: 390px;
    margin: 0 auto 16px;
    position: relative;
    text-align: left;
}
.reviewer img {
    width: 180px;
}
.reviewer div {
    position: absolute;
    top: 0;
    left: 100px;
}
.reviewer h1 {
    font-size: 18px;
    margin-bottom: 8px;
    ;
    color: var(--accentpink);
}
.read-more {
    position: relative;
}
.read-more p {
    width: 90%;
    max-height: 80px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: max-height 1s;
}
.read-more:has(:checked) p {
    max-height: 100vh;
}
.read-more p::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(255, 249, 244, 0) 0, rgba(255, 249, 244, 0.9) 50%, #fff9f4 0);
}
.read-more:has(:checked) p::after {
    content: none;
}
.read-more label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--accentpink);
    font-size: 14px;
}
.read-more label:hover {
    color: var(--mainpink);
    text-decoration: underline;
    cursor: pointer;
}
.read-more:has(:checked) label {
    display: none;
}
.read-more label::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #5A4A42;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.read-more input {
    display: none;
}
.foth-mv iframe {
    width: 90%;
    margin: 0 auto;
    border-radius: 14px;
}
.fith {
    width: 90%;
    margin: 0 auto 80px;
}
.fith h1 {
    margin-bottom: 40px;
}
.fith details {
    width: 100%;
    text-align: left;
    margin: 0 auto 16px;
}
.fith details summary {
    border: none;
    list-style: none;
    background: var(--mainpink);
    padding: 24px 24px 24px 16px;
    border-radius: 14px;
    position: relative;
}
.fith details summary::after {
    content: "+";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 20px;
    line-height: 1;
    font-size: 1.5rem;
    padding: 0;
    pointer-events: none;
    color: #fff;
}
.fith details[open] summary::after {
    content: "-";
}
.fith-contents {
    background-color: #fff;
    padding: 16px 16px 24px 16px;
    border-radius: 0 0 14px 14px;
}
.sth {
    width: 100%;
    padding: 80px 0;
    background-color: var(--mainyellow);
}
.sth h1 {
    margin-bottom: 40px;
}
.sth-counselor img {
    width: 80%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 3 / 4;
    border-radius: 50%;
    margin: 0 auto;
}
.sth-counselor h4 {
    color: var(--accentpink);
    margin: 16px 0 8px;
}
.sth-counselor h1 {
    margin-bottom: 0;
}
.sth-counselor h2 {
    color: var(--mainpink);
    margin: 4px 0 32px;
}
.sth p {
    width: 90%;
    text-align: left;
    margin: 24px auto 0;
}
.end-cta {
    width: 100%;
    background-color: var(--mainpink);
}
.end-title {
    width: 100%;
    padding: 8px 0;
    background-color: var(--accentpink);
    color: #fff;
}
.end-cta ol li {
    width: 300px;
    height: 160px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
}
.end-cta ol li h3 {
    font-size: 8rem;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: var(--basecolor);
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: -1;
}
.end-cta ol li h4 {
    width: 80%;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.end-cta .end-contents {
    width: 100%;
    padding: 60px 0 40px;
}
.end-cta small a {
    color: var(--accentpink);
    text-decoration: underline;
}
@media screen and (min-width: 500px) {
    .wrap {
        width: 100vw;
        padding-bottom: 160px;
        background: linear-gradient(var(--mainpink) 0%, var(--mainyellow) 25%, var(--mainpink) 50%, var(--mainyellow) 75%, var(--mainpink) 100%);
    }
    .wrap .container {
        width: 480px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: 32px;
        border: solid 6px #fff;
        position: relative;
        top: 80px;
        z-index: 1;
    }
}
@media screen and (min-width: 970px) {
    .container {
        transform: translateX(50%);
    }
    .pc-box {
        text-align: right;
        display: block;
        width: 50vw;
        max-width: 600px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-100%);
    }
    .pc-catchphrase {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 40px 16px;
        box-sizing: border-box;
    }
    .pc-catchphrase h4 {
        display: inline-block;
        padding: 8px 16px;
        margin-bottom: 16px;
        border-radius: 14px;
        background-color: #FFF9F4;
    }
    .pc-cta .l-text {
        color: #fff;
    }
    .pc-cta a {
        display: inline-block;
        margin: 0 40px 5px 0;
        padding: 70px 10px 60px;
        text-align: center;
        background: radial-gradient(ellipse at 100% 0%, var(--accentyellow), var(--accentpink) 80%);
        -webkit-box-shadow: 0 5px 0 #E8678E;
        box-shadow: 0 5px 0 #E8678E;
        border-radius: 50%;
        z-index: 10;
    }
    .pc-cta a h3 {
        line-height: 1.6;
        color: #fff;
    }
    .pc-cta a:hover {
        transform: translateY(5px);
        box-shadow: none;
    }
    .pc-nav {
        width: 100%;
        height: 380px;
        text-align: left;
        position: fixed;
        bottom: 0;
        left: 16px;
        z-index: 5;
    }
    .pc-nav h3 {
        font-family: "Oswald", sans-serif;
        font-size: 3rem;
        color: var(--basecolor);
        margin-bottom: 16px;
    }
    .pc-nav ol {
        padding-left: 24px;
        position: relative;
    }
    .pc-nav ol::after {
        content: "";
        width: 3px;
        height: 100%;
        background-color: var(--basecolor);
        position: absolute;
        top: 0;
        left: 0;
    }
    .pc-nav ol li {
        margin-top: 8px;
        color: #5A4A42;
    }
    .sns {
        margin-top: 32px;
        display: flex;
        column-gap: 20px;
        align-items: center;
        justify-content: flex-start;
    }
    .sns p {
        padding: 4px 12px;
        background-color: var(--basecolor);
        color: #5A4A42;
        border-radius: 14px;
    }
    .sns img {
        border-radius: 0;
        width: 32px;
        height: 32px;
    }
}