*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans";
}

.page-wrapper {
    background-color: #FFE644;
    overflow: hidden;
    background-image: url(images/grid.png);
    display: flex;
    justify-content: center;
}

.removed {
    display: none !important;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.visible {
    opacity: 1;
    visibility: visible;
}

.main-content {
    background: #F0F6FA;
    max-width: 440px;
    width: 100%;
    position: relative;
}

#menu-desktop,
#qr-scan {
    display: none;
}

#mobile-menu {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
}

.content-section {
    height: 100vh;
    padding: 40px;
    border-bottom: 1px solid #ccc;
}

.menu-link {
    color: inherit;
}

.menu-container {
    background-color: #F0F6FA;
    margin: 8px 16px 0 16px;
}

.menu-main-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
    margin-bottom: 32px;
    width: 100%;
    background-color: #FFF;
    border-radius: 24px;
}

.menu-main-container .row {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background: #FFF;
    cursor: pointer;
}

.menu-main-container .row .title {
    color: #232A37;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.store-menu-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 3;
    height: 46px;
}

.store-introduction-container {
    display: none;
    justify-content: center;
    gap: 20px;
    z-index: 3;
    height: 46px;
}

.google_play_menu_icon,
.app_store_menu_icon {
    width: 140px;
}

.google_play_intro_icon,
.app_store_intro_icon {
    width: auto;
    height: 43px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 32px;
    padding: 24px 16px 16px 16px;
    width: calc(100% - 32px);
    max-width: 408px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F0F6FA;
    z-index: 99;
    box-sizing: content-box;
}

#hamburger-button {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 12.8px;
    aspect-ratio: 1/1;
    border-radius: 1278.72px;
    background: #FD0;
    cursor: pointer;
}

.hambuger-icon {
    width: 20px;
    height: auto;
}

.body-container {
    position: relative;
    margin-top: 72px;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    overflow-x: hidden;
    background: #F0F6FA;
}

.title-feature-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 28px;
}

.title-feature-container .text {
    color: #232A37;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.36px;
}

.intro-container svg {
    display: block;
}

.intro-section {
    padding: 37px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FD0;
    gap: 32px;
    position: relative;
}

.title-text-1 {
    display: block;
    background-color: #FFFFFF;
    padding: 6px 8px;
    border-radius: 6px;
    color: #FFC004;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.48px;
    transform: skew(-12deg);
    margin: 0;
    letter-spacing: 0;
}

.char-no {
    font-size: 18px;
    letter-spacing: 0.54px;
    vertical-align: middle;
    letter-spacing: 0;
    display: inline;
}

.char-seikatsu {
    letter-spacing: 0.72px;
}

.title-text-2 {
    display: block;
    background-color: #FFFFFF;
    padding: 6px 8px;
    border-radius: 6px;
    color: #FFC004;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.84px;
    transform: skew(-12deg);
    margin: 0;
}

.intro-container .wave-top {
    margin-bottom: -1px;
    display: block;
    width: calc(100% + 2px);
    height: auto;
    background-color: #F0F6FA;
}

.intro-container .wave-bottom-container {
    position: relative;
}

.intro-container .wave-bottom-container::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

.intro-container .wave-bottom {
    margin-top: -1px;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.skewed-title-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.about-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    padding: 28px 16px 24px 16px;
    background-color: #FFF;
    position: relative;
    border-radius: 0px 0px 32px 32px;
}

.title-about {
    margin: 0;
    color: #232A37;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.48px;
}

.desc-about {
    margin: 0;
    color: #353D49;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.intro-main-container {
    position: relative;
    overflow: hidden;
}

.intro-banner-container {
    position: relative;
}

.intro-banner {
    position: relative;
    z-index: 5;
    width: 330px;
    height: auto;
}

.pill-1 {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 52px;
}

.pill-2 {
    position: absolute;
    right: -32px;
    bottom: 160px;
    width: 62px;
    height: auto;
}

.circle-overlap-1 {
    position: absolute;
    right: 58px;
    top: 129px;
}

.circle-overlap-2 {
    position: absolute;
    width: 69px;
    height: auto;
    left: -24px;
    bottom: -6px;
    transform: rotate(86deg);
}

.rod-dot-1 {
    position: absolute;
    left: 7px;
    top: 134px;
}

.rod-dot-2 {
    position: absolute;
    right: 10px;
    top: 32px;
    width: 62px;
    height: auto;
}

.ellipse-1 {
    position: absolute;
    bottom: -1.4px;
    right: 123px;
    width: 42px;
}

.ellipse-2 {
    position: absolute;
    right: 33%;
    top: -18px;
    width: 69px;
    height: auto;
}

.blog-1 {
    position: absolute;
    right: 5px;
    bottom: 30px;
    width: 115px;
    height: auto;
}

.main-features-container {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.card-wrapper {
    border-radius: 28px;
    background: #FFF;
    box-shadow: -3px 2px 8px 0px #D1ECFF;
    position: relative;
    overflow: hidden;
}

.card-title {
    color: #232A37;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-top: 12px;
    text-align: center;
}

.card-description {
    color: #353D49;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 16px 0 0 0;
}

.card-container {
    padding: 24px 12px 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-container::after {
    content: '';
    display: block;
    height: 17px;
    width: 100%;
    background: url("images/blur-bar.svg");
    position: absolute;
    bottom: 0;
    left: 0;
}

.card-container .title-number {
    display: flex;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px;
    aspect-ratio: 1/1;
    border-radius: 90px;
    background: #FD0;
}

.card-container .title-number .text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.64px;
}

.line-separation {
    width: 263px;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
    margin-top: 16px;
    margin-bottom: 16px;
}

.booking-food-img {
    width: 200px;
    height: auto;
}

.application-img {
    width: 279px;
    height: auto;
}

.messenger {
    width: 212px;
    position: relative;
}

.messenger-phone {
    width: 198px;
    height: auto;
}

.messenger-text {
    position: absolute;
    top: 50px;
    left: -14px;
    width: 172px;
}

.safety-img {
    width: 200px;
    height: auto;
}

.design-img {
    width: 303px;
    height: auto;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 16px;
}

.faq-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 4px;
}

.faq-title .text {
    color: #232A37;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.accordion {
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    background: #FFF;
    padding: 16px;
}

.accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.accordion-question {
    display: flex;
    gap: 12px;
    align-items: center;
}

.faq-icon {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    aspect-ratio: 1/1;
    border-radius: 67.5px;
}

.q-icon {
    background-color: #FD0;
}

.a-icon {
    background-color: #FD0;
}

.faq-question {
    flex-grow: 1;
    color: #232A37;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.faq-caret {
    transition: transform 0.3s ease;
    color: #6F6E6B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-header.active .faq-caret {
    transform: rotate(180deg);
}

.accordion-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease, padding 0.3s ease;
}

.faq-answer {
    color: #353D49;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.faq-answer-underline {
    color: #448BFD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.accordion.active .accordion-content {
    max-height: 500px;
    opacity: 1;
}

.accordion.active .line-separation-accordion {
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    margin: 16px 0;
}

.youtube-video-container {
    display: flex;
    justify-content: center;
    margin: 0 16px;
}

.youtube-video {
    width: 100%;
    height: auto;
}

.sdgs-wrapper {
    border-radius: 28px;
    background: #FFF;
    box-shadow: -3px 2px 8px 0px #D1ECFF;
    position: relative;
    margin: 0 16px;
}

.sdgs-container {
    padding: 24px 12px 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 12px;
}

.sdgs-img {
    width: 100px;
    height: auto;
}

.sdgs-container .title-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.sdgs-container .title-container .text {
    color: #D39206;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.sdgs-container .title-container .text-smaller {
    color: #D39206;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.sdgs-container .desc {
    color: #353D49;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.communication-container {
    background-color: #FD0;
    display: flex;
    padding: 0px 16px 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 44px 0;
    position: relative;
}

.communication-container .intro-container {
    z-index: 3;
}

.communication-top-wave {
    display: block;
    width: calc(100% + 92px);
    aspect-ratio: 4 / 1;
    border-radius: 50%;
    background: #FD0;
    position: absolute;
    top: 16px;
    left: -46px;
    transform: translateY(-50%);
    overflow: hidden;
}

.communication-bottom-wave {
    display: block;
    width: calc(100% + 92px);
    aspect-ratio: 4 / 1;
    border-radius: 50%;
    background: #FD0;
    position: absolute;
    bottom: 16px;
    left: -46px;
    transform: translateY(50%);
}

.communication-container .title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.communication-container .title-container span {
    color: #232A37;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    opacity: 0.4;
    margin-bottom: 6px;
}

.communication-container .title-container h1 {
    color: #232A37;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: relative;
}

.communication-container .title-container img {
    position: absolute;
    top: 0;
    left: -14.5px;
    top: 3px;
}

.communication-container .desc {
    color: #232A37;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.communication-container .hero-wave-top-1 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 46px;
}

.communication-container .hero-wave-top-2 {
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 0;
}

.communication-container .hero-wave-top-3 {
    position: absolute;
    left: 0;
    bottom: 234px;
    z-index: 2;
}

.communication-container .dashed-line-1 {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 2;
}

.communication-container .dashed-line-2 {
    position: absolute;
    right: 0px;
    bottom: -22px;
    z-index: 2;
}

.communication-container .dashed-line-3 {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 2;
}

.communication-container .dot-arrow-1 {
    position: absolute;
    right: 0px;
    bottom: 2px;
    z-index: 2;
}

.bus-tour-wrapper {
    position: relative;
    margin-top: 6px;
}

.bus-tour-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    right: -12px;
    bottom: -13px;
    z-index: 1;
    border-radius: 16px;
    background-color: rgba(255, 243, 166, 0.72);
    width: 302.791px;
    height: 217.438px;
    transform: rotate(3.3deg);
}

.bus-tour-container {
    display: flex;
    transform: rotate(2.094deg);
    padding: 16px 10.7px 12px 10.7px;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    border-radius: 16px;
    border: 0.5px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    box-shadow: 0px 0.939px 5.631px 0px #FCC613;
    position: relative;
    z-index: 2;
    width: 306px;
}

.bus-tour-img {
    width: 237px;
    height: auto;
    transform: rotate(2.8deg);
}

.bus-tour-container .double-star-1 {
    position: absolute;
    left: -28px;
    top: -24px;
}

.bus-tour-container .star-1 {
    position: absolute;
    right: -30px;
    bottom: 13px;
}

.bus-tour-container .tape-caro-1 {
    position: absolute;
    left: -30px;
    bottom: -18px;
}

.bus-tour-container .tape-caro-2 {
    position: absolute;
    right: -20px;
    top: -20px;
    transform: rotate(20deg);
}

.bus-tour-container span {
    color: #232A37;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18x;
}

.bus-tour-img {
    width: 284px;
    height: auto;
    transform: rotate(-2.094deg)
}

.sport-event-wrapper {
    position: relative;
    margin-top: 19px;
}

.sport-event-container {
    display: flex;
    transform: rotate(-3.099deg);
    padding: 11px;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    border-radius: 16px;
    border: 0.5px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    box-shadow: 0px 0.939px 5.631px 0px #FCC613;
    position: relative;
    z-index: 2;
}

.sport-event-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    width: 253px;
    height: 221px;
    transform: rotate(-1.7deg);
    right: -17px;
    bottom: -13px;
    z-index: 1;
    border-radius: 16px;
    background-color: rgba(255, 243, 166, 0.72);
}

.sport-event-img {
    width: 237px;
    height: auto;
    transform: rotate(2.8deg);
    margin: -5px;
}

.sport-event-container .curved-lines-1 {
    position: absolute;
    top: -5px;
    left: -36px;
}

.sport-event-container .angle-stripes-1 {
    position: absolute;
    top: -27px;
    right: -48px;
}

.sport-event-container .angle-stripes-2 {
    position: absolute;
    bottom: -18px;
    left: -44px;
    transform: rotate(206deg);
}

.sport-event-container .tape-caro-1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(5deg);
    top: -20px;
}

.sport-event-container span {
    color: #232A37;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18x;
}

.treatment-container {
    background-color: #75C8FF;
    display: flex;
    padding: 0px 16px 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    position: relative;
    margin: 44px 0;
}

.treatment-container .intro-container {
    z-index: 3;
}

.treatment-top-wave {
    display: block;
    width: calc(100% + 92px);
    aspect-ratio: 4 / 1;
    border-radius: 50%;
    background: #75C8FF;
    position: absolute;
    top: 16px;
    left: -46px;
    transform: translateY(-50%);
    overflow: hidden;
}

.treatment-bottom-wave {
    display: block;
    width: calc(100% + 92px);
    aspect-ratio: 4 / 1;
    border-radius: 50%;
    background: #75C8FF;
    position: absolute;
    bottom: 16px;
    left: -46px;
    transform: translateY(50%);
}

.treatment-container .title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.treatment-container .title-container span {
    color: #232A37;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    opacity: 0.4;
    margin-bottom: 6px;
}

.treatment-container .title-container h1 {
    color: #232A37;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: relative;
}

.treatment-container .title-container img {
    position: absolute;
    top: 0;
    left: -14.5px;
    top: 3px;
}

.treatment-container .desc {
    color: #232A37;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.treatment-container .hero-wave-top-1 {
    position: absolute;
    z-index: 2;
    top: -25px;
    right: 0;
}

.treatment-container .dashed-line-1 {
    position: absolute;
    right: 0;
    top: 102px;
}

.treatment-container .hero-wave-top-2 {
    position: absolute;
    left: 0;
    top: 385px;
    z-index: 2;
}

.treatment-bottom-wave .hero-wave-top-3 {
    position: absolute;
    right: 66px;
    bottom: 10px;
    z-index: 2;
}

.treatment-container .dashed-line-2 {
    position: absolute;
    left: 0;
    top: -29px;
    z-index: 2;
}

.treatment-container .dashed-line-3 {
    position: absolute;
    right: 0;
    bottom: 39px;
    z-index: 2;
}

.treatment-container .tape-caro-2 {
    position: absolute;
    left: -34px;
    bottom: -21px;
    transform: rotate(3.354deg);
}

.promo-hotel-wrapper {
    position: relative;
    margin-top: 10px;
}

.promo-hotel-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    width: 290px;
    height: 221px;
    transform: rotate(3.8deg);
    right: -13px;
    bottom: -13px;
    z-index: 1;
    border-radius: 16px;
    background-color: rgba(166, 221, 255, 0.72);
}

.promo-hotel-container {
    display: inline-flex;
    transform: rotate(2deg);
    padding: 16px 11px 12px 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    border: 0.469px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    box-shadow: 0px 1px 6px 0px #13A3FC;
    z-index: 2;
    position: relative;
    width: 304px;
    margin-top: -4px;
}

.promo-hotel-container .star-1 {
    position: absolute;
    right: -26px;
    bottom: -19px;
    width: 22px;
    height: auto;
}

.promo-hotel-container .star-2 {
    position: absolute;
    left: -21px;
    top: -18px;
    width: 18px;
    height: auto;
}

.promo-hotel-container .tape-caro-1 {
    position: absolute;
    right: -25px;
    top: -21px;
    transform: rotate(8deg);
}

.promo-hotel-container .tape-caro-2 {
    position: absolute;
    left: -34px;
    bottom: -19px;
    transform: rotate(-8deg);
}

.promo-hotel-container span {
    color: #232A37;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18x;
}

.promo-hotel-img {
    width: 284px;
    height: auto;
    transform: rotate(-2.3deg);
}

.doctor-system-wrapper {
    position: relative;
    margin-top: 25px;
    margin-bottom: 12px;
}

.doctor-system-img-bg {
    position: absolute;
    top: 12px;
    right: -26px;
}

.doctor-system-container {
    display: inline-flex;
    transform: rotate(-3.099deg);
    padding: 16px 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    border: 0.469px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    box-shadow: 0px 1px 6px 0px #13A3FC;
    z-index: 3;
    position: relative;
    width: 260px;
}

.doctor-system-container .tape-caro-1 {
    position: absolute;
    right: -25px;
    top: -21px;
    transform: rotate(3.099deg);
}

.doctor-system-wrapper .dashed-line-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.doctor-system-container span {
    color: #232A37;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18x;
}

.doctor-system-img-container {
    display: flex;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: #F6F6F6;
}

.doctor-system-img-container img {
    width: 120px;
    height: auto;
    transform: rotate(3.009deg);
}

.manuals-container {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px
}

.manuals-container .title-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

.manuals-container .title-container h1 {
    color: #232A37;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.manuals-container .manual-item {
    display: flex;
    height: 44px !important;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 0.5px solid #E6E6E6;
    background: #FFF;
    text-decoration: none;
}

.manuals-container .manuals-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.manuals-container .manual-row {
    width: 100%;
    display: flex;
    gap: 16.5px;
}

.manuals-container .manual-item {
    width: calc(50% - 8.25px);
}

.manuals-container .manual-item .manual-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.manuals-container .manual-item .manual-text span {
    color: #232A37;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.logo-image {
    width: 110px;
    height: auto;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.footer-logo {
    margin-bottom: 16px;
}

.footer-nav .row-link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

.footer-nav .row-link .link {
    color: #353D49 !important;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    color: inherit;
    transition: text-decoration 0.2s ease-in-out;
    cursor: pointer;
}

.separator {
    background-color: #bdc3c7;
    width: 1px;
    height: 6px;
    display: inline-block;
}

.full-width {
    width: 100% !important;
    max-width: 100%;
}

.dashed-line-desktop-1 {
    display: none;
}

@media (max-width: 481px) {
    .pill-3, 
    .pill-4
    .circle-overlap-4,
    .circle-overlap-3,
    .rot-dot-3,
    .rot-dot-4,
    .blob-2,
    .blob-3,
    .blob-4 {
        display: none !important;
    }

    .main-content {
        box-shadow: -1px 1px 18px 0px rgba(255, 143, 16, 0.90);
    }

    .body-container {
        height: calc(100vh - 72px);
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .title-text-1  {
        font-size: 24px;
    }

    .store-introduction-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        z-index: 3;
        height: 46px;
    }    
}

@media (min-width: 481px) {
    body {
        background: #FD0;
    }

    .main-content {
        box-shadow: -1px 1px 18px 0px rgba(255, 143, 16, 0.90);
    }

    #content,
    .main-content {
        width: 440px;
    }

    .communication-container,
    .treatment-container {
        margin: 50px 0;
    }

    .body-container {
        height: calc(100vh - 72px);
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .body-container::-webkit-scrollbar {
        display: none;
    }

    .rod-dot-3 {
        position: absolute;
        top: 874px;
        right: -162px;
        width: 69px;
        height: auto;
    }

    .blob-2 {
        display: none;
    }

    .blob-3 {
        position: fixed;
        width: 175px;
        height: auto;
        right: -76px;
        bottom: 135px;
        display: none;
    }

    .blob-4 {
        position: fixed;
        width: 250px;
        height: auto;
        left: -48px;
        top: 732px;
    }

    .circle-overlap-4 {
        position: absolute;
        top: 70px;
        left: -118px;
        width: 76px;
        height: auto;
        transform: rotate(86deg);
    }

    .pill-5 {
        position: fixed;
        left: 8px;
        top: 125px;
        width: 46px;
        height: auto;
    }

    .wave-blue-top-left-1 {
        position: fixed;
        width: 194px;
        height: auto;
        left: -27.5px;
        top: -0.6px;
    }

    .wave-orange-1 {
        position: fixed;
        right: -23.5px;
        top: 162px;
    }

    .pill-4 {
        position: fixed;
        left: 38px;
        top: 408px;
        height: auto;
        transform: rotate(90deg);
        width: 70px;
    }

    .circle-overlap-3 {
        position: fixed;
        right: -40px;
        top: 86px;
        height: auto;
        width: 165px;
        transform: rotate(90deg);
    }

    .blob-2 {
        position: fixed;
        top: 353px;
        right: -46.72px;
        display: block;
        width: 90px;
        height: auto;
        transform: rotate(30deg);
    }

    .pill-3 {
        display: none;
    }

    .rod-dot-4 {
        position: absolute;
        top: 597px;
        left: 422px;
        width: 69px;
        height: auto;
        transform: rotate(88deg);
    }
}

@media (min-width: 840px) {
    .circle-overlap-4 {
        position: absolute;
        top: 36px;
        left: -118px;
        width: 76px;
        height: auto;
        transform: rotate(86deg);
    }

    .blob-4 {
        position: fixed;
        width: 220px;
        height: auto;
        left: -15px;
        top: 476px;
        transform: rotate(-10deg);
    }

    .pill-4 {
        position: fixed;
        left: -10px;
        top: 125px;
        height: auto;
        transform: rotate(90deg);
        width: 70px;
    }

    .blob-3,
    .rod-dot-4 {
        display: none;
    }

    .pill-3 {
        position: fixed;
        right: -42px;
        top: 435px;
        width: 76px;
        height: auto;
        display: block;
    }

    .rod-dot-3 {
        position: absolute;
        top: 256px;
        right: -60px;
        width: 78px;
        height: auto;
        transform: rotate(-2.6deg);
    }

    .blob-2 {
        position: fixed;
        top: 110px;
        right: 14px;
        display: block;
        width: 115px;
        height: auto;
        transform: rotate(30deg);
    }
    
    .circle-overlap-3 {
        position: fixed;
        right: -10px;
        top: 546px;
        height: auto;
        width: 127px;
        transform: rotate(90deg);
    }
}

@media (min-width: 1280px) {
    .pill-3 {
        position: fixed;
        right: -50px;
        top: 313px;
        width: 90px;
        height: auto;
        display: block;
    }

    .blob-3 {
        position: fixed;
        width: 175px;
        height: auto;
        right: -26px;
        top: 500px;
        transform: rotate(-19deg);
        display: block;
    }

    .blob-4 {
        position: fixed;
        width: 220px;
        height: auto;
        left: -15px;
        top: 540px;
        transform: rotate(-10deg);
    }

    .circle-overlap-3 {
        position: fixed;
        top: -14px;
        right: 24px;
        height: auto;
        width: 127px;
        transform: rotate(90deg);
    }

    #hamburger-button {
        display: none;
    }

    #menu-desktop {
        position: absolute;
        top: 0;
        left: -321px;
        display: block;
        height: 100vh;
    }

    .menu-desktop-container {
        margin: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .index-container {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .index-container .index-line {
        width: 70px;
        height: 1px;
        background: #000;
    }

    .index-container .title {
        color: #232A37;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .menu-desktop-container .title-number {
        display: flex;
        width: 24px;
        height: 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1px;
        aspect-ratio: 1/1;
        border-radius: 90px;
        background: #FD0;
    }

    .menu-desktop-container .title-number .text {
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0.48px;
    }

    .menu-desktop-main-container {
        position: relative;
    }

    .menu-desktop-main-container::after {
        content: '';
        display: block;
        width: 258.553px;
        height: 292.253px;
        transform: rotate(-3.2deg);
        flex-shrink: 0;
        background-color: rgba(255, 243, 166, 0.72);
        position: absolute;
        left: -13px;
        top: 21px;
        border-radius: 24px;
    }

    .menu-desktop-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 16px 12px;
        width: 100%;
        background-color: #FFF;
        border-radius: 24px;
        position: relative;
        z-index: 2;
    }

    .menu-desktop-main-container .row {
        padding: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        background: #FFF;
        cursor: pointer;
    }

    .menu-desktop-main-container .row .title {
        color: #232A37;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

    .domico-logo-white {
        width: 140px;
        height: auto;
    }

    #qr-scan {
        position: absolute;
        top: 0;
        right: -321px;
        display: block;
        height: 100vh;
        width: 248px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 44px;
    }

    .qr-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 130px;
    }

    .qr-container img {
        width: 130px;
        height: auto;
    }

    .qr-container span {
        display: flex;
        padding: 2px 8px;
        justify-content: center;
        align-items: center;
        color: #FFF;
        text-align: center;
        font-family: "Hiragino Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 72px;
        background: #232A37;
        width: 77px;
        align-self: center;
    }

    .pill-4 {
        position: fixed;
        left: 12px;
        top: 91px;
        height: auto;
        transform: rotate(90deg);
        width: 70px;
    }

    .rod-dot-3 {
        position: absolute;
        top: 623px;
        right: -111px;
        left: 1027;
        width: 86px;
        height: auto;
    }

    .wave-blue-top-left-1 {
        position: fixed;
        left: -7px;
        top: 13px;
    }

    .blob-2 {
        position: absolute;
        top: 12.68px;
        right: -90px;
        display: block;
        width: 115px;
        height: auto;
        transform: rotate(0deg);
    }

    .pill-5 {
        position: fixed;
        left: 3px;
        top: 103px;
        width: 46px;
        height: auto;
    }

}

@media (min-width: 1280px) and (max-width: 1535.9px) {
    .wave-orange-1 {
        display: none;
    }

    .dashed-line-desktop-1 {
        position: absolute;
        left: -102px;
        top: 433px;
        height: auto;
        width: 108px;
        display: block;
    }
}

@media (min-width: 1536px) {
    .circle-overlap-4 {
        position: absolute;
        top: 36px;
        left: -118px;
        width: 76px;
        height: auto;
        transform: rotate(86deg);
    }

}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .video-content {
    width: 90%;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .video-container {
    width: 440px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .video-header {
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 12px;
    color: #A0A0A0;
  }
  
  .video-modal iframe {
    height: 530px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .close-button {
    cursor: pointer;
  }