@charset "utf-8";
section {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 720px;
}

footer {
    background: #f5f5f5;
    color: #888;
    padding: 90px 5% 170px;
    text-align: center;
    border-radius: 60px 60px 0 0
}

footer .footer_inner p {
    font-size: 0.9em;
    margin-top: 15px;
    line-height: 1.5;
}

footer .footer_inner .img {
    width: 60%;
    margin: 0 auto 24px;
}

#header {
    position: fixed;
    padding: 3% 2.5%;
    display: flex;
    max-width: 720px;
    top: 0;
    width: 100%;
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 1000;
}

#header h1.logo {
    width: 45%;
    transition: 0.5s;
}

#header h1.logo img {
    transition: 0.5s;
    max-width: 280px;
    width: 100%;
}

#header .btn_list {
    display: flex;
    justify-content: flex-end;;
    width: 40%;
    transition: 0.5s;
}

#header .btn_list img {
    max-width: 50px;
    width: 100%;
}

#header .btn_list li {
    width: 20%;
    margin-left: 16px;
    max-width: 60px;
}

#header.scroll_on {
    background: #f0002c;
    padding: 1.2% 1.5%;
}

#header.scroll_on h1.logo {
    width: 35%;
}

#header.scroll_on .btn_list {
    width: 30%;
}

#container {
}

#container > section {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.medi_text {
    font-size: clamp(16px, 5.5vw, 34px);
}

.medi_text b {
    font-weight: 800;
}

.medi_text b strong {
    color: #f0002c;
    font-weight: inherit;
}

.sc02 {
    transform: scale(0.75)
}

.medi_text.sc02 {
    font-size: clamp(16px, 5vw, 34px);
}

.main_visual {
    position: relative;
    height: 100vh;
    overflow: hidden;
    max-width: 100% !important;
}

.main_visual .text {
    position: absolute;
    width: 100%;
    z-index: 5;
    color: #fff;
    left: 50%;
    top: 50%;
    font-size: clamp(30px, 7vw, 50px);
    font-weight: 300;
    transform: translate(-50%, -70%);
}

.main_visual .text p {
    font-weight: 700;
    color: #fff;
}

.main_visual .icon {
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, 0);
}

.main_visual .icon img {
    width: 86px;
    animation: arrow_ani 0.5s 0s infinite alternate
}

@keyframes arrow_ani {
    0% {
        transform: translate(0, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
}

.video video {
    height: 100%;
    opacity: 0.85;
}

@media all and (min-width: 500px) {
    .video video {
        height: auto;
        width: 100%;
    }

}

.main_visual .typing-txt {
    display: none;
}

.main_visual .typing {
    line-height: 1;
    padding: 5px 12px 9px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    border-bottom: 2px solid #f0002c;
}

.main02 {
    padding: 15% 3%;
}

.main02 h2 {
    margin-bottom: 0.4em;
    font-size: clamp(24px, 10vw, 60px);
    font-weight: 800;
}

.main02 .img {
    margin: 5% 0 7%;
}

.main03 {
    padding: 0 4%;
}

.main03 .list li {
    display: flex;
    margin-bottom: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main03 .list li .img {
    width: 50%;
}

.main03 .list li .img img {
    border-radius: 16px;
}

.main03 .list li p {
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: left;
}

.main03 .list li:nth-child(even) p {
    text-align: right;
}

.main03 .list li p span {
    font-size: clamp(16px, 5vw, 24px);
    font-weight: 500;
}

.main04 {
    padding: 7% 0 0;
}

.main04 .medi_text {
    margin: 6% 0;
}

.line {
    position: relative;
    height: 50px;
    width: 100%;
}

.line:after {
    position: absolute;
    content: ' ';
    width: 1px !important;
    height: 50px !important;
    background: #000;
}

.main04 .beaf .list {
    margin-bottom: 2.6em;
}

.main04 .beaf .list .img {
    padding: 0 4%;
    margin-bottom: 1.5em;
}

.main04 .beaf .list h4 {
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 800;
    margin-bottom: 0.5em;
    font-size: clamp(16px, 5vw, 24px);
}

.main04 .beaf .list h4 b {
    color: #f0002c;
}

.main04 .beaf .list p {
    font-size: 0.95em;
}

.main05 .line {
    margin-bottom: 24px;
}

.main05 .chat {
    padding: 10% 2%;
    margin-top: 2em;
    background: url(../image/main05_bg.jpg) no-repeat 50% / cover;
}

.main05 .chat .img {
    width: 100%;
    margin-bottom: 1.6em;
    text-align: left;
}

.main05 .chat .img:nth-child(even) {
    text-align: right;
}

.main05 .chat .img img {
    width: 60%;
}

.main06 {
    padding: 12% 0 15%;
}

.main06 .slide {
    padding: 0 3%;
    margin-top: 1.3em;
    overflow: hidden;
}

.main06 .slide .review .swiper-slide {
    text-align: center;
}

.main06 .slide .review .swiper-slide img {
    width: 45%;
    margin: 1.5%;
}

.main06 .slide .review .swiper-pagination {
    bottom: 7.5%
}

.main06 .slide .review .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f0002c;
}

.main07 {
    padding: 10% 0;
}

.main07 .price_list {
    margin-top: 1em;
}

.main07 .price_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.main07 .price_list ul li {
    width: calc(100% / 3 - 10px);
    margin-bottom: 16px;
}

.main07 .price_list ul li > span {
    display: block;
    margin-bottom: -2px;
    font-size: 0.7em;
}

.main07 .price_list ul li img {
    border-radius: 16px;
    margin-bottom: 0.8em;
}

.main07 .price_list ul li h4 {
    color: #f0002c;
    font-weight: 800;
    font-size: 1em;
}

.main07 .price_list ul li p {
    color: #999;
    font-size: 0.7em;
    margin-bottom: -5px;
}

.main07 .price_list ul li p i {
    text-decoration: line-through;
    font-style: normal;
}

.main07 .price_list ul li div {
    font-size: 0.7em;
}

.main07 .price_list ul li div strong {
    font-size: 1.5em;
}

.main07 .line {
    margin: 20px 0;
}

.main08 {
    padding: 8% 0;
}

.main08 h2 {
    font-size: clamp(32px, 9vw, 42px);
    font-weight: 800;
    margin-bottom: 0.7em;
}

.main08 .count_month {
    font-size: clamp(32px, 10vw, 50px);
    font-weight: 800;
    color: #f0002c;
    margin-bottom: 0.4em;
}

.main08 .count_month span {
    font-size: 1.4em;
    padding: 16px;
    margin-right: 0.2em;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #fff;
    border: 2px solid #f0002c;
    border-radius: 10px;
}

.main08 .count_month span b {
    animation: text_ani 0.5s 0s infinite alternate linear;
    font-weight: 800;
}

@keyframes text_ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.main08 .line {
    margin: 24px 0;
}

.main09 {
    padding: 8% 4%;
}

.main09 .qna_list {
    margin-top: 1.4em;
}

.main09 .qna_list .list {
    margin-bottom: 1em;
}

.main09 .qna_list .list .title {
    display: flex;
    height: 65px;
    color: #f0002c;
    text-align: left;
    align-content: center;
    align-items: center;
}

.main09 .qna_list .list .title span {
    font-size: 50px;
    font-weight: 800;
    margin-right: 10px;
}

.main09 .qna_list .list .title h4 {
    font-weight: 700;
    font-size: 1.15em;
}

.main09 .qna_list .list p {
    text-align: left;
    border: 1px solid #f0002c;
    padding: 20px;
    border-radius: 16px;
    font-size: 0.9em;
}

.main10 {
    padding-bottom: 10%;
}

.main10 .step01 {
    margin-bottom: 3em;
}

.main10 .step01 h2 {
    font-size: clamp(32px, 11vw, 55px);
    margin-bottom: 0.2em;
    font-weight: 800;
}

.main10 .step01 p {
    font-size: clamp(16px, 4vw, 22px);
}

.main10 .step01 b {
    display: block;
    font-size: clamp(24px, 10vw, 36px);
    color: #f0002c;
    font-weight: 800;
    letter-spacing: -1px;
}

.main10 .step02 h2 {
    font-size: clamp(20px, 7vw, 27px);
    margin-bottom: 0.2em;
    font-weight: 800;
    letter-spacing: 5px;
}

.main10 .step02 h3 {
    margin-top: -8px;
    margin-bottom: 0.2em;
    font-size: 64px;
    font-weight: 800;
    color: #f0002c;
}

.main10 .step02 p {
    font-size: 1.2em;
}

.main10 .step02 span {
    font-size: 0.7em;
    color: #aaa;
}

.location {
    padding: 3% 3% 10%;
}

.location > p {
    margin: 1em 0;
    font-size: 0.9em;
}

.location > p span {
    display: inline-block;
    margin: 0 6px;
}

.location .location_list {
    margin-top: 2em;
}

.location .location_list .list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-content: center;
    align-items: center;
    margin-bottom: 1.8em;
}

.location .location_list .list .img {
    width: 45%;
    margin-right: 3%;
}

.location .location_list .list .text {
    width: 52%;
    font-size: 0.8em;
}

.location .location_list .list .text h4 {
    font-size: 1.5em;
    font-weight: 700;
    color: #f0002c;
}

.location .location_list .list .text .info {
    margin: 2px 0;
    font-weight: 700;
    line-height: 1.3;
}

.location .location_list .list .text .time {
    line-height: 1.4;
    font-size: 0.9em;
}

.location .location_list .list .text .time span {
    color: #999;
}

.db_wrap {
    position: fixed;
    bottom: -260px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100000;
    max-width: 720px;
    width: 100%;
    background: #f0002c;
    transition: 0.5s;
    border-radius: 20px 20px 0 0
}

.db_wrap.more_on {
    bottom: 0;
}

.db_wrap .db {
    padding: 20px
}

.db_wrap .db .db_title {
    display: flex;
    margin-bottom: 20px;
    text-align: left;
    justify-content: space-between;
}

.db_wrap .db .db_title h1 {
    width: 50%;
    color: #fff;
    font-weight: 600;
}

.db_wrap .db .db_title button {
    width: 50%;
    display: flex;
    appearance: none;
    background: #fff;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    color: #111;
    font-size: 1em;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15)
}

.db_wrap .db .db_title button span {
    line-height: 0;
}

.db_wrap .db .db_title button img {
    width: 16px;
    padding-bottom: 1px;
    animation: btn_ani 0.5s 0s infinite alternate
}

@keyframes btn_ani {
    0% {
        transform: translate(0, -3px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes btn_ani2 {
    0% {
        transform: translate(0, -3px) rotate(180deg)
    }
    100% {
        transform: translate(0, 0) rotate(180deg)
    }
}

.db_wrap.more_on .db .db_title button img {
    animation: btn_ani2 0.5s 0s infinite alternate
}

.db_wrap .db > ul > li {
    display: flex;
    text-align: left;
    margin-bottom: 6px;
    align-content: center;
    align-items: center;
}

.db_wrap .db > ul > li label {
    width: 90px;
    color: #fff;
    font-weight: 500;
    font-size: 1.2em;
}

.db_wrap .db > ul > li input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    background: #f0002c;
    border-radius: 4px;
    color: #fff;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 15px;
}

.db_wrap .db > ul > li input[type="text"]::placeholder {
    color: #fff !important;
    opacity: 0.7;
}

.db_wrap .db > ul > li.place_wrap ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.db_wrap .db > ul > li.place_wrap ul li {
    position: relative;
    width: calc(100% / 6 - 6px);
    text-align: center;
    font-size: 0.65em;
    font-weight: 500;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 4px;
}

.db_wrap .db > ul > li.place_wrap ul li input[type="radio"] {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    overflow: hidden;
}

.db_wrap .db > ul > li.place_wrap ul li input[type="radio"]:checked + label {
    background: #fff;
    color: #f0002c;
    font-weight: 700;
    animation: none;
}

.db_wrap .db > ul > li.place_wrap ul li label {
    display: block;
    width: 100%;
    padding: 3px 0;
    transition: 0.3s
}

.db_wrap .db > ul > li.place_wrap ul li label:hover {
    background: #fff;
    color: #f0002c;
    font-weight: bold;
}

.db_wrap .agree {
    margin: 1em 0;
    color: #fff;
    font-size: 0.8em;
}

.db_wrap .agree a {
    text-decoration: underline;
}

.db_wrap .db_submit input[type="submit"] {
    width: 100%;
    font-size: 1.2em;
    appearance: none;
    background: #fff;
    padding: 12px 0;
    border-radius: 4px;
    font-weight: 700;
    color: #f0002c;
    border: none;
}


/* --------db----------- */

@keyframes submit_btn {
    0% {
        transform: translate(0, -5px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.layer {
    position: fixed;
    display: none;
    left: 0;
    top: 50%;
    transform: translateY(-100%);
    z-index: 3000000;
    width: 100%;
}

.layer .close_btn {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    background: #f0002c;
    border-radius: 0 10px 0 10px;
    color: #fff;
}

.layer .close_btn a {
    display: block;
    color: #fff;
    padding: 14px 18px;
    font-size: 20px;
    font-weight: bold;
}

.layer .layer_wrap {
    position: relative;
    width: 100%;
    max-width: 700px;
    top: 0px;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.95);
    text-align: left;
    letter-spacing: -0.5px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}

.layer .layer_wrap .DB_info_detail {
    width: 100%;
    margin: 18px auto;
    padding-bottom: 16px;
    line-height: 1.6;
    color: #fff;
    font-size: 12px;
}

.layer .layer_wrap .DB_info_detail h2 {
    padding: 22px;
    border-bottom: 1px solid #222;
    font-size: 24px;
    font-weight: bold;
}

.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap p {
    padding: 8px;
    margin-bottom: 12px;
    font-size: 13px;
}

.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap {
    width: 98%;
    height: 360px;
    padding: 8px 16px;
    overflow: auto;
    box-sizing: border-box;
}

.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap dl dt {
    display: block;
    background: #fff;
    border-radius: 3px;
    padding: 7px 10px;
    font-weight: bold;
    color: #333;
}

.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap dl dd {
    margin-bottom: 16px;
    padding: 4px 12px;
    box-sizing: border-box;
}

@media all and (max-width: 560px) {
    #header {
        padding: 5.5% 5%;
        display: flex;
        top: 0;
    }

    #header.scroll_on {
        padding: 3%;
    }

    #header.scroll_on h1.logo {
        width: 35%;
    }

    #header.scroll_on .btn_list {
        width: 30%;
    }

}

@media all and (min-width: 1024px) {
    #header {
        position: fixed;
        padding: 2% 2%;
    }


    .db_wrap .db > ul > li input[type="text"]::-webkit-input-placeholder {
        animation: blink 1s infinite;
    }

    .db_wrap .db > ul > li input[type="text"]:-moz-placeholder {
        animation: blink 1s infinite;
    }

    .db_wrap .db > ul > li input[type="text"]::-moz-placeholder {
        animation: blink 1s infinite;
    }

    .db_wrap .db > ul > li input[type="text"]:-ms-input-placeholder {
        animation: blink 1s infinite;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }