#otona p {
    margin: 0px;
    display: block;
}

#otona .pagevisual {
    position: relative;
    z-index: 0;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    background-image: url("/otona/img/otona_mainbg.jpg") !important;
    background-position: center 0px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#otona section {
    background-image: url("/otona/img/otona_bg.jpg");
    background-position: center;
    background-size: cover;
    padding: 5vw 0px;
}

#otona section.catch4 {
    background-position:  center;
    background-size: cover;
    position: relative;
    display: flex;
    padding: 0px;
    background-image: url("/otona/img/otona_catch4bg.jpg") !important;
}

#otona section.catch4 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#otona section .inner {
    max-width: 1300px;
    width: 94%;
    margin: 0px auto;
}

#otona .catch2 {
    text-align: center;
}

#otona .catch2 h2 {
    font-size: var(--fs74);
    color: rgb(62, 13, 73);
    letter-spacing: 0px;
    text-indent: 0px;
}

#otona .catch2 h2::after {
    display: none;
}

#otona .catch2 h2 span {
    font-size: var(--fs38);
    color: rgb(0, 0, 0);
    display: block;
}

#otona .inner .box_age {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}

#otona .inner .box_age figure {
    max-width: 380px;
}

#otona .catch3 {
    margin: 30px auto 100px;
}

#otona .catch3 p {
    font-size: var(--fs46);
    line-height: 1.3;
    justify-content: space-between;
    margin: 10px 20px 0px;
    font-weight: 500;
    display: flex !important;
    @media screen and (max-width: 550px) {
        flex-direction: column;
        font-size: var(--fs24); }
}

#otona .catch3 p strong {
    font-size: var(--fs80);
    position: relative;
    font-weight: 500;
}

#otona .catch3 p strong::after {
    content: "";
    width: calc(100% - 20px);
    height: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
    top: 50%;
    margin: 0px 10px;
    @media screen and (max-width: 550px) {
        width: 50%;
    }
}

#otona .cloud {
    font-size: var(--fs50);
    background: url("/otona/img/otona_fukidashi.svg") 50% 50% / contain no-repeat;
    height: 180px;
    width: 500px;
    max-width: 90%;
    display: block;
    text-align: center;
    position: absolute;
    top: -120px;
    left: 0px;
    line-height: 180px;
    font-weight: 500;
}

#otona section.catch4 .nayami {
    font-size: min(4vw, 4rem);
    font-weight: 700;
    margin-top: 60px;
    margin-left: 30px;
    line-height: 1.7;
}

#otona section.catch4 .nayami li {
    display: flex;
    margin: 15px 0px;
    line-height: 1.2;
    align-items: center;
}

#otona section.catch4 .nayami li::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 60px;
    background: url("/otona/img/otona_icon02.png") left bottom / contain no-repeat;
}

#otona section.catch4 .nayami li:nth-child(2)::before {
    background: url("/otona/img/otona_icon03.png") 0px bottom / contain no-repeat;
}

#otona section.catch4 .nayami li:nth-child(3)::before {
    background: url("/otona/img/otona_icon01.png") 0px bottom / contain no-repeat;
}

#otona .box_contact {
    background: rgb(255, 255, 255);
    padding: 50px 30px;
    border-radius: 10px;
    text-align: center;
}

#otona .box_contact p {
    font-size: min(3.2vw, 3.2rem);
    font-weight: 600;
    margin-bottom: 20px;
}

#otona .box_contact p strong {
    font-size: min(4.2vw, 4.2rem);
    margin: 0px 1rem;
    color: rgb(196, 23, 23);
}

#otona section.live {
    background: rgb(7, 5, 6);
}

#otona .live figure {
    position: relative;
}

#otona .live figure figcaption {
    position: absolute;
    color: rgb(255, 255, 255);
    top: min(2vw, 2rem);
    left: 50%;
    transform: translate(-50%, 0px);
    font-size: min(5vw, 5rem);
    width: 100%;
    text-align: center;
}

#otona .live figure figcaption::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 5%;
    vertical-align: middle;
    background: rgb(255, 255, 255);
    margin: 0px 1rem;
}

#otona .live figure figcaption::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 5%;
    vertical-align: middle;
    background: rgb(255, 255, 255);
    margin: 0px 1rem;
}

@media screen and (max-width: 768px) {
    #otona .inner .box_age {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #otona .inner .box_age figure {
        max-width: 50%;
    }

    #otona .cloud {
        left: 50%;
        transform: translate(-50%, 0px);
    }

    #otona section.catch4 .inner {
        display: flex;
        flex-direction: column;
    }

    #otona section.catch4 .nayami {
        font-size: max(6vw, 2rem);
    }
}

#otona .pagevisual {
    height: min(38.46vw, 500px);
    @media screen and (max-width: 768px) {
        height: clamp(200px, 45.57vw, 350px);
    }
}

#otona .pagevisual__container {
    display: flex;
    padding: var(--sz20) 0 var(--sz15);
    height: min(38.46vw, 500px);
    position: absolute;
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    bottom: max(-4.61vw, -60px);
    left: 50%;
    transform: translate(-50%, 0px);
    justify-content: space-around;
    align-items: center;
    @media screen and (max-width: 768px) {
        bottom: 0px;
    }
}

#otona .pagevisual__container img {
    width: min(46.46vw, 604px);
    height: auto;
    bottom: max(-6.15vw, -80px);
}

#otona .catch {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--sz10);
    margin-top: min(9.23vw, 120px);
}

#otona .pagevisual .box_h1 {
    max-width: 1300px;
    width: 100%;
    margin: var(--sz50) auto 0;
    @media screen and (max-width: 768px) {
        margin: var(--sz30) auto 0;
    }
}

#otona .pagevisual h1 {
    font-size: var(--fs60);
    line-height: 1.2;
    white-space: nowrap;
    text-align: right;
    margin-right: var(--sz30);
}

#otona .pagevisual h1 b {
    font-size: var(--fs68);
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-right: 0.05em;
}

#otona .catch p {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    width: min(26.92vw, 350px);
    border-radius: 5px;
    font-size: var(--fs40);
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    @media screen and (max-width: 768px) {
        width: clamp(170px, 26.04vw, 200px);
        font-size: clamp(20px, 3.12vw, 24px); }
}

#otona .catch p::before {
    content: "";
    width: min(15.38vw, 200px);
    height: 2px;
    background: rgb(0, 0, 0);
    position: absolute;
    left: max(-15.38vw, -200px);
    z-index: 1;
    @media screen and (max-width: 768px) {
        display: none;
    }
}

#otona .box_camp {
    border: 6px solid rgb(167, 61, 0);
    padding: 1.5rem;
    background: url("/otona/img/otona_campbg.jpg") 50% -100px / cover rgb(255, 255, 255);
    font-size: min(5vw, 5rem);
    position: relative;
    margin: 0px auto 5rem;
    width: 960px;
    max-width: 100%;
}

#otona .box_camp p {
    color: rgb(193, 12, 0);
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center !important;
}

#otona .box_camp p.ttl {
    font-size: min(3.2vw, 3.2rem);
    line-height: 1.4;
    color: rgb(96, 35, 0);
    font-weight: 900;
    margin-bottom: 1rem !important;
}

#otona .box_camp p.limit {
    position: absolute;
    font-size: min(2.8vw, 2.8rem);
    top: 1.5rem;
    left: 1.5rem;
    background: rgb(193, 12, 0);
    color: rgb(255, 255, 255);
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    line-height: 1.2;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    transform: rotate(-10deg);
    display: flex !important;
}

#otona .box_camp p.limit span {
    display: block;
    font-size: min(2.4vw, 2.4rem);
}

@media screen and (max-width: 768px) {
    #otona .box_camp p.limit {
        top: 1%;
        left: 1%;
        padding: 0.5rem;
    }
}

.btn_basic a {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 600px;
    padding: 2rem 1.6rem;
    border-radius: 50px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: var(--fs36);
    font-weight: 700;
    text-align: center;
}

section.bg-wh, #otona section.bg-wh {
    background: url("/img/bg_line_wh.svg") 0px 0px / 150% rgb(255, 255, 255);
}
