@import url('https://fonts.googleapis.com/css2?family=Bayon&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

.first-en {
    font-family: "Inter", "Noto Sans JP", sans-serif;
    /*font-family: "Bayon", sans-serif;*/
}

.first-en p {
    font-size: 18px;
    font-weight: 500;
}

h3 {
    border-left: none;
}

.accordion-001 {
    max-width: 640px;
    background-color: #ffffff;
    margin: 10px auto;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #f581bd;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

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

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #101010;
    transition: transform .5s, opacity .5s;
}

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

.mv img {
    width: 100%;
    margin: 0 auto;
}

.first-en {
    background-color: #EFEDE9;
}

.slick-slide img {
    padding: 0 7px;
}

.mv-txt h2 {
    font-size: 24px;
    text-align: center;
    margin: -10px auto 15px;
}

.hte_acosta {
    background-color: #FFCC1E;
    padding: 30px 0;
    margin: 0;
    /* line-height: 100%; */
}

.contents-ttl h2 {
    position: relative;
    font-size: 75px;
    font-family: "Bayon", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 20px 0;
}

.contents-ttl h2::before {
    content: "";
    width: 95%;
    height: 30px;
    background-image: url(https://acosta.jp//img/lp/first-en/ttl_object01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.contents-ttl h2::after {
    content: "";
    width: 95%;
    height: 30px;
    background-image: url(https://acosta.jp//img/lp/first-en/ttl_object02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.inner {
    padding: 0 10px;
}

.hte_contents {
    border-radius: 90px 90px 20px 20px;
    background-color: #fff;
    margin: 15px auto;
}

.hte_contents .contents_ttl {
    border-radius: 90px 90px 0 0;
    background-color: #101010;
    padding: 35px 20px;
    margin-bottom: 20px;
}

.hte_contents .contents_ttl h3 {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 30px;
}

.for-cos .contents_ttl {
    background-color: #F0027F;
}

.for-cam .contents_ttl {
    background-color: #4A85E2;
}

.hte_contents-main {
    padding: 20px;
}

.hte_contents-main img {
    border-radius: 10px;
    border: 10px solid #E3E2DE;
}

.hte_contents-main p {
    font-size: 18px;
}

.contents_note {
    background-color: #ccc;
    border-radius: 10px;
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: end;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 7px 0;
}

.for-cos .contents_note {
    background-color: #E76D9E;
}

.for-cam .contents_note {
    background-color: #4A85E2;
}

.contents_note-img {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);

}

.contents_note-img img {
    border: none;
}

.contents_note-txt {
    display: flex;
    align-items: center;
    max-width: 460px;
}

.contents_note-txt p {
    padding: 0 0 0 120px;
    color: #fff;
    font-weight: 800;
    font-size: 28px;
    margin: 0;
    line-height: 1.2;
}

.contents_note-txt span {
    font-weight: 900;
    color: #FFF420;
}

.hte-schedule {
    background-color: #fff;
    padding: 10px 0 0;
}

.hte-schedule_bk {
    background: linear-gradient(-60deg, #FFEDF4 50%, #fff 0);
}



.hte-schedule .contents-ttl h2, .etiquette .contents-ttl h2 {
    color: #004EA2;
}

.hte-schedule .contents-ttl h2::before, .etiquette .contents-ttl h2::before {
    background-image: url(https://acosta.jp//img/lp/first-en/ttl_object03.svg);
}

.hte-schedule .contents-ttl h2::after, .etiquette .contents-ttl h2::after {
    background-image: url(https://acosta.jp//img/lp/first-en/ttl_object04.svg);
}

.shchedule_bottom p {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin: 20px 0;
    line-height: 1.2;
}

.shchedule_bottom {
    padding-bottom: 30px;
}

.l-btn {
    max-width: 620px;
    width: 100%;
    margin: 20px auto;
}

.l-btn a {
    display: block;
    background-color: #FED906;
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    padding: 16px;
    border-radius: 99px;
    position: relative;
    color: #101010 !important;
    transition: all .3s;
}

.l-btn a:hover {
    opacity: 1;
}

.l-btn a::after {
    content: "";
    width: 12px;
    height: 22px;
    background-image: url(https://acosta.jp//img/lp/first-en/allow01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.l-btn a:hover::after {
    right: 7%;
    transition: all.3s;
}

.notes__list {
    padding: 20px;
}

.htp-a {
    background-color: #F05B4D;
    padding: 20px 0;
}

.htp-a_block {
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
}

.htp-a_block h3 {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}

.htp-a_block .strongs {
    font-size: 42px;
    font-weight: 900;
    color: #F05B4D;
    text-align: center;
}

.htp-a_block .strongs span {
    font-size: 18px;
    font-weight: 500;
    color: #101010;
    display: block;
}

.notes__list ul {
    padding-left: 20px;
}

.notes__list li {
    font-size: 18px;
    list-style: disc;
    list-style-position: outside;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .contents-ttl h2 {
        font-size: 44px;
        padding: 10px 0 20px;
    }

    .contents_note {
        padding: 7px 0;
    }

    .contents_note-txt p {
        font-size: 18px;
    }

    .hte_contents .contents_ttl h3 {
        font-size: 26px;
    }

    .hte_contents .contents_ttl {
        padding: 35px 0 10px;
    }

    .shchedule_bottom p {
        font-size: 23px;
    }

    .htp-a_block .strongs {
        text-align: left;
        font-size: 35px;
        line-height: 1.1;
    }

    .htp-a_block h3 {
        text-align: left;
        font-size: 22px;
        padding: 0 0 10px;
    }

    .l-btn a {
        font-size: 19px;
    }

    .etiquette .htp-a_block h3 {
        text-align: center;
    }

    .etiquette {
        padding-bottom: 30px;
    }

    .mv-txt h2 {
        font-size: 21px;
    }

    .slick-slide img {
        padding: 0 4px;
    }
}