html {
    scroll-behavior: smooth;
}
:root {
    --font-family-main: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic", Meiryo, sans-serif;
    --font-family-judson: "Judson", serif;
}
.sp-none {
    display: none !important;
}
.pc-none {
    display: block !important;
}
@container (min-width: 768px) {
    .sp-none {
        display: block !important;
    }
    .pc-none {
        display: none !important;
    }
}
.html {
    max-width: 768px;
    margin: 0 auto;
    container-type: inline-size;
}
#kusuriyacp-loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1s ease;
}
.kusuriyacp-loader__spinner {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(178, 156, 82, 0.2);
    border-top: 5px solid #b29c52;
    border-radius: 50%;
    animation: kusuriyacp-loader-spin 0.8s linear infinite;
}
@keyframes kusuriyacp-loader-spin {
    100% {
        transform: rotate(360deg);
    }
}
#kusuriyacp-loader.is-loaded {
    opacity: 0;
    pointer-events: none;
}
.kusuriyacp {
    overflow: hidden;
}
@keyframes kusuriyacp-scroll {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}
@keyframes kusuriyacp-scroll-arrow {
    0%,
    100% {
        transform: translateX(0) rotate(135deg);
    }
    50% {
        transform: translateX(7px) rotate(135deg);
    }
}
.kusuriyacp-mv {
    position: relative;
    height: 320px;
    background-image: url(../images/kusuriyacp_mv-bg_sp.jpg);
    background-size: cover;
    background-position: center top;
}
.kusuriyacp-mv__inner {
    position: relative;
    height: 100%;
    overflow: hidden;
}
@keyframes kusuriyacp-mv-fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes kusuriyacp-mv-slidein {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.kusuriyacp-mv__logo {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 525px;
    opacity: 0;
    z-index: 1;
}
.kusuriyacp-mv.is-loaded .kusuriyacp-mv__logo {
    animation: kusuriyacp-mv-fadein 0.8s ease 0.2s forwards;
}
.kusuriyacp-mv__logo img {
    display: block;
    width: 100%;
}
.kusuriyacp-mv__character {
    display: block;
    position: absolute;
    bottom: 0;
    left: -7%;
    right: 0;
    margin: auto;
    width: 97%;
    max-width: 360px;
    opacity: 0;
}
.kusuriyacp-mv.is-loaded .kusuriyacp-mv__character {
    animation: kusuriyacp-mv-slidein 0.8s ease 0.5s forwards;
}
.kusuriyacp-mv__products {
    display: block;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    max-width: 1104px;
}
.kusuriyacp-mv__scroll {
    position: absolute;
    right: -26px;
    top: 48%;
    transform: rotate(-90deg);
    display: flex;
    gap: 3px;
    animation: kusuriyacp-scroll 2s ease-in-out infinite;
}
.kusuriyacp-mv__scroll::before {
    content: "";
    display: block;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(135deg);
    width: 11px;
    height: 11px;
    animation: kusuriyacp-scroll-arrow 2s ease-in-out infinite;
}
.kusuriyacp-mv__scroll-text {
    color: #f6f5f7;
    font-family: var(--font-family-judson);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
}

.kusuriyacp-intro {
    background-image: url(../images/kusuriyacp_intro-bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.kusuriyacp-intro__inner {
    padding: 0 20px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kusuriyacp-intro__head-title {
    margin-bottom: 24px;
}
.kusuriyacp-intro__head-title-img {
    display: block;
    width: 100%;
}
.kusuriyacp-intro__goods {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.kusuriyacp-intro__goods-lead {
    color: #3e4b8f;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
}
.kusuriyacp-intro__goods-lead-highlight {
    color: #b29c52;
    text-align: center;
    font-family: var(--font-family-judson);
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}
.kusuriyacp-intro__goods-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.kusuriyacp-intro__goods-item {
    background-color: #fff;
    padding: 4px;
}
.kusuriyacp-intro__goods-item-inner {
    border: 2px solid #b29c52;
    position: relative;
    padding: 0 0 20px 0;
}
.kusuriyacp-intro__goods-item-inner::before {
    content: "";
    display: block;
    background-image: url(../images/kusuriyacp_campain-goods-accesory.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    aspect-ratio: 676/84;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
}
.kusuriyacp-intro__goods-item-inner::after {
    content: "";
    display: block;
    background-image: url(../images/kusuriyacp_campain-goods-accesory.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    aspect-ratio: 676/84;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
}
.kusuriyacp-intro__goods-img {
    display: block;
    width: 100%;
}
.kusuriyacp-intro__goods-text {
    color: #2a2842;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.kusuriyacp-intro__special-img {
    display: block;
    width: 100%;
}
.kusuriyacp-intro__overview {
    border-radius: 40px;
    background: #fff;
    padding: 48px 40px;
    max-width: 968px;
}
.kusuriyacp-intro__overview-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.kusuriyacp-intro__overview-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kusuriyacp-intro__overview-term {
    color: #3e4b8f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 8px;
}
.kusuriyacp-intro__overview-term::before {
    content: "";
    display: block;
    background-image: url(../images/kusuriyacp_overview-title-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
}
.kusuriyacp-intro__overview-desc {
    color: #2a2842;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.kusuriyacp-intro__overview-picture {
    display: block;
    width: 100%;
}
.kusuriyacp-intro__overview-img {
    display: block;
    width: 100%;
}
.kusuriyacp-intro__flow {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 968px;
}
.kusuriyacp-intro__section-title {
    color: var(--text-main, #2a2842);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 4px;
}
.kusuriyacp-intro__flow-list {
    border-radius: 40px;
    border: 2px solid #d6c281;
    background: #fff;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.kusuriyacp-intro__flow-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.kusuriyacp-intro__flow-step {
    color: #f6f5f7;
    font-family: var(--font-family-judson);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border-radius: 4px;
    background: var(--kusuriya-gradation02, linear-gradient(90deg, var(--accent-200, #f5e36e) 0, #3ca77b 33%, #207d8e 67%, #1c2862 100%));
    width: fit-content;
    padding: 4px 12px;
    flex-shrink: 0;
}
.kusuriyacp-intro__flow-item-title {
    color: #2a2842;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.kusuriyacp-intro__flow-item-text {
    color: #2a2842;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}
.kusuriyacp-intro__flow-item-text a {
    color: #2a2842;
    font-weight: 700;
    text-decoration: underline;
}
.kusuriyacp-intro__flow-item-text a:hover {
    text-decoration: none;
}
.kusuriyacp-intro__terms {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 968px;
}
.kusuriyacp-intro__terms-body {
    border: 1px solid #d7d7e0;
    background: #fff;
    padding: 12px 8px 0 12px;
}
.kusuriyacp-intro__terms-body-inner {
    max-height: 600px;
    overflow: scroll;
}
.kusuriyacp-intro__terms-body-inner::-webkit-scrollbar {
    width: 8px;
}
.kusuriyacp-intro__terms-body-inner::-webkit-scrollbar-thumb {
    background: #b29c52;
    border-radius: 20px;
}
.kusuriyacp-intro__terms-body-inner p {
    margin-right: 8px;
    margin-bottom: 1em;
    font-size: 14px;
}
.kusuriyacp-intro__terms-body-inner p:last-child {
    margin-bottom: 0;
}
.kusuriyacp-intro__terms-body-inner p a {
    text-decoration: underline;
    color: #2a2842;
}
.kusuriyacp-intro__terms-heading {
    font-weight: 700;
}
.kusuriyacp-intro__terms-text {
    color: #2a2842;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.kusuriyacp-intro__cta {
    border-radius: 60px;
    background: #b29c52;
    border: 1px solid transparent;
    color: #f6f5f7;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    position: relative;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}
.kusuriyacp-intro__cta::after {
    display: flex;
    align-items: center;
    content: "";
    display: block;
    border: 2px solid #faf4dc;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    width: 11px;
    height: 11px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: border-color 0.3s ease;
}
.kusuriyacp-intro__cta:hover {
    background: #fff;
    border-color: #b29c52;
    color: #b29c52;
}
.kusuriyacp-intro__cta:hover::after {
    border-color: #b29c52;
}
.kusuriyacp-intro__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
@container (min-width: 768px) {
    .kusuriyacp-intro__terms-body-inner p a:hover {
        text-decoration: none;
    }
}
.kusuriyacp-movie {
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.kusuriyacp-movie::before {
    content: "";
    display: block;
    background-image: url(../images/kusuriyacp_chat-column-deco_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 20px * 2);
    aspect-ratio: 705/105;
}
.kusuriyacp-movie::after {
    content: "";
    display: block;
    background-image: url(../images/kusuriyacp_chat-column-deco_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 20px * 2);
    aspect-ratio: 705/105;
}
.kusuriyacp-movie__inner {
    padding: 0 20px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    position: relative;
}
.kusuriyacp-movie__title {
    text-align: center;
    font-family: var(--font-family-judson);
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
    background: var(--kusuriya-gradation02, linear-gradient(90deg, var(--accent-200, #f5e36e) 0, #3ca77b 33%, #207d8e 67%, #1c2862 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kusuriyacp-movie__list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.kusuriyacp-movie__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.kusuriyacp-movie__link {
    display: block;
    position: relative;
}
.kusuriyacp-movie__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    z-index: 10;
    transition: transform 0.3s ease;
}
.kusuriyacp-movie__link:hover::before {
    transform: translate(-50%, -50%) scale(1.15);
}
.kusuriyacp-movie__link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid #b29c52;
    z-index: 11;
}
.kusuriyacp-movie__movie-title {
    color: #2a2842;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.kusuriyacp-movie__thumb {
    display: block;
    width: 100%;
}
.kusuriyacp-movie__description-img {
    display: block;
    width: 100%;
}
.kusuriyacp-movie__description-text {
    color: #3e4b8f;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.kusuriyacp-chat {
    border-right: 2px solid #b29c52;
    border-left: 2px solid #b29c52;
    padding: 0 8px;
    width: 100%;
    max-width: 968px;
}
.kusuriyacp-chat__inner {
    border-right: 1px solid #b29c52;
    border-left: 1px solid #b29c52;
    background: #f6f5f7;
    padding: 32px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.kusuriyacp-chat__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.kusuriyacp-chat__item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.kusuriyacp-chat__item--maomao {
    justify-content: flex-end;
}
.kusuriyacp-chat__icon {
    display: block;
    width: 80px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--border-focus, #d6c281);
}
.kusuriyacp-chat__item--maomao .kusuriyacp-chat__icon {
    order: 2;
}
.kusuriyacp-chat__text {
    color: #2a2842;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 0 20px 20px 20px;
    background: #fff;
    padding: 12px 24px;
    position: relative;
}
.kusuriyacp-chat__item--maomao .kusuriyacp-chat__text {
    border-radius: 20px 0 20px 20px;
}
.kusuriyacp-chat__text::before {
    content: "";
    display: block;
    background-image: url(../images/kusuriyacp_chat-bubble.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -28px;
}
.kusuriyacp-chat__item--maomao .kusuriyacp-chat__text::before {
    display: none;
}
.kusuriyacp-chat__item--maomao .kusuriyacp-chat__text::after {
    content: "";
    display: block;
    background-image: url(../images/kusuriyacp_chat-bubble.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: -28px;
    transform: scale(-1, 1);
}
.kusuriyacp-chat__text span {
    color: #589b4b;
    font-size: 18px;
    font-weight: 700;
}
.kusuriyacp-chat__column {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.kusuriyacp-chat__column-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.kusuriyacp-chat__column::before {
    content: "";
    display: block;
    background-image: url(../images/kusuriyacp_chat-column-deco_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    aspect-ratio: 705/105;
}
.kusuriyacp-chat__column::after {
    content: "";
    display: block;
    background-image: url(../images/kusuriyacp_chat-column-deco_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    aspect-ratio: 705/105;
}
.kusuriyacp-chat__content-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kusuriyacp-chat__content-title {
    color: #2a2842;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.kusuriyacp-chat__content-notes-text {
    color: #2a2842;
    font-size: 12px;
    line-height: 1.6;
}
.kusuriyacp-chat__content-text {
    color: #2a2842;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.kusuriyacp-chat__content-text--bold {
    font-weight: 700;
}
.kusuriyacp-chat__content-img {
    display: block;
    width: 100%;
}
.kusuriyacp-chat__links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kusuriyacp-chat__links-item {
    display: flex;
    gap: 8px;
}
.kusuriyacp-chat__links-item::before {
    content: "";
    display: block;
    border: 2px solid #b29c52;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    position: relative;
    top: 6px;
}
.kusuriyacp-chat__links-anchor {
    color: #2a2842;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-decoration-line: underline;
}
.kusuriyacp-chat__links-anchor:hover {
    text-decoration-line: none;
}
.kusuriyacp-chat__table-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kusuriyacp-chat__table-wrap .scrollArea {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.kusuriyacp-chat__table-wrap .scrollArea::-webkit-scrollbar {
    display: none;
}
.kusuriyacp-chat__table-wrap .scrollArea > table {
    width: 900px;
}
.kusuriyacp-chat__table-wrap .scrollArea > table td,
.kusuriyacp-chat__table-wrap .scrollArea > table th {
    background: #fff;
}
.kusuriyacp-chat__table-wrap .scrollArea > table th {
    font-weight: 500;
}
.kusuriyacp-chat__table-wrap .scrollArea > table .bdTopNone {
    border-top: 0;
}
.kusuriyacp-chat__table-wrap .scrollArea > table .bdBottom {
    border-bottom: 1px solid rgba(193, 206, 211, 0.4);
}
.kusuriyacp-chat__table-wrap .scrollArea > table .bdRight {
    border-right: 1px solid rgba(193, 206, 211, 0.4);
}
.kusuriyacp-chat__table-wrap .scrollArea > table .green2 {
    color: #fff;
    background: #9bc279;
}
.kusuriyacp-chat__table-wrap .scrollArea > table .cyan {
    color: #fff;
    background: #00a7d6;
}
.kusuriyacp-chat__table-wrap .scrollArea > table .orange {
    color: #fff;
    background: #fbb030;
}
.kusuriyacp-chat__table-wrap .scrollArea > table .light-green {
    background: #eef3d1;
}
.kusuriyacp-chat__table-wrap .scrollArea > table .light-cyan {
    background: #e8faff;
}
.kusuriyacp-chat__table-wrap .scrollArea > table .light-orange {
    background: #feedcc;
}
.kusuriyacp-chat__table-wrap .scrollArea > table > thead th {
    padding: 13px;
    line-height: 1.43;
    color: #03141a;
    background: #eaeaea;
}
.kusuriyacp-chat__table-wrap .scrollArea > table > thead th + th {
    border-left: 1px solid rgba(193, 206, 211, 0.4);
}
.kusuriyacp-chat__table-wrap .scrollArea > table > thead.pd23 th {
    padding: 23px;
}
@container (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
    .kusuriyacp-chat__table-wrap .scrollArea > table > thead.thLeft-sp.pd23 th {
        padding-left: 19px;
        text-align: left;
    }
}
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody td,
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody th {
    font-size: 16px;
    line-height: 1.375;
}
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody th {
    color: #03141a;
    border-left: 1px solid rgba(193, 206, 211, 0.4);
}
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody td {
    border-left: 1px solid rgba(193, 206, 211, 0.4);
}
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody.thLeft th {
    text-align: left;
}
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody.top td,
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody.top th {
    vertical-align: top;
}
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody.pd19 td,
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody.pd19 th {
    padding: 19px 11px 19px 19px;
}
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody tr:not(:first-of-type) td,
.kusuriyacp-chat__table-wrap .scrollArea > table > tbody tr:not(:first-of-type) th {
    border-top: 1px solid rgba(193, 206, 211, 0.4);
}
.kusuriyacp-chat__table-img {
    display: block;
    width: 100%;
}
.kusuriyacp-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.kusuriyacp-modal.is-active {
    display: flex;
}
.kusuriyacp-modal__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(42, 40, 66, 0.7);
}
.kusuriyacp-modal__container {
    position: relative;
    width: 90%;
    max-width: 968px;
    z-index: 1;
}
.kusuriyacp-modal__close {
    position: absolute;
    top: -44px;
    right: 0;
    width: 32px;
    height: 32px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
}
.kusuriyacp-modal__close::after,
.kusuriyacp-modal__close::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    background-color: #f6f5f7;
}
.kusuriyacp-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.kusuriyacp-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.kusuriyacp-modal__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.kusuriyacp-modal__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.kusuriyacp-copyright {
    color: #2a2842;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}
sup {
    top: -4px;
}
