@charset "UTF-8";

.page-id-1197 .post-header,
.page-id-1197 itp_iframe_tag,
.page-id-1197 .footer-gallery,
.page-id-1224 .post-header,
.page-id-1224 itp_iframe_tag,
.page-id-1224 .footer-gallery,
.page-id-1246 .post-header,
.page-id-1246 itp_iframe_tag,
.page-id-1246 .footer-gallery {
    display: none;
}

.page-id-1197 .footer,
.page-id-1224 .footer,
.page-id-1246 .footer {
    margin-top: 0;
}

body {
    background: #fbfaf3;
}

.p-bb__wrap {
    padding-top: 30px;
}
@media screen and (min-width: 730px) {
    .p-bb__wrap {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 415px) {
    .page-id-1246 .signage {
        background-position: 70%;
    }
}

#balancebiotics {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #211815;
    background: #fbfaf3;
}

#balancebiotics * {
    box-sizing: border-box;
}

#balancebiotics .f_eng {
    font-family: "Shippori Antique B1", sans-serif;
    font-weight: 400;
}

/* ----------------------------------------------
 * タイトルの設定
---------------------------------------------- */
#balancebiotics h1,
#balancebiotics h2,
#balancebiotics h3,
#balancebiotics h4,
#balancebiotics h5 {
    font-weight: 500;
    line-height: 1.6;
}

.page2nd h3 {
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #211815;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}

/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
#balancebiotics a:link {
    color: #333;
    text-decoration: none;
}

#balancebiotics a:visited {
    color: #333;
    text-decoration: none;
}

#balancebiotics a:hover {
    text-decoration: none;
}
#balancebiotics a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* ----------------------------------------------
 * 画像タグの設定
---------------------------------------------- */
#balancebiotics img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

/**
 * button -- common
----------------------------------------------- */
/* ＋ボタン */
.top_button {
    max-width: 1024px;
    width: 90%;
    margin-inline: auto;
    text-align: right;
}
.top_button a {
    display: inline-block;
    width: auto;
    margin: 0 0 0 auto;
    padding: 4vw 0;
    color: #595757;
    font-size: 14px;
    letter-spacing: 0.1rem;
}
.top_button a:hover {
    opacity: 0.6;
    transition: 0.6s;
}
@media screen and (min-width: 730px) {
    .top_button a {
        padding: 24px 0;
        font-size: 14px;
    }
}
.top_button a span {
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #595757;
    font-size: 14px;
}
@media screen and (min-width: 730px) {
    .top_button a span {
        font-size: 14px;
    }
}

:is(.top_about, .top_products, .top_news, .top_ig) {
    position: relative;
    padding: 0 0 20vw;
}
@media screen and (min-width: 730px) {
    :is(.top_about, .top_products, .top_news, .top_ig) {
        padding: 0 0 10vw;
    }
}
@media screen and (min-width: 900px) {
    :is(.top_about, .top_products, .top_news, .top_ig) {
        padding: 0 0 120px;
    }
}
:is(.top_about, .top_products, .top_news, .top_ig) .top_ttlEng {
    position: relative;
    max-width: 1024px;
    width: 90%;
    margin-inline: auto;
    height: 26vw;
}
@media screen and (min-width: 730px) {
    :is(.top_about, .top_products, .top_news, .top_ig) .top_ttlEng {
        height: 14vw;
    }
}
@media screen and (min-width: 900px) {
    :is(.top_about, .top_products, .top_news, .top_ig) .top_ttlEng {
        height: 100px;
    }
}
:is(.top_about, .top_products, .top_news, .top_ig) .ttl_sub {
    display: inline-block;
    position: absolute;
    inset: -6vw auto 0 0;
    padding: 0 0 2.4rem 3vw;
    writing-mode: vertical-rl;
    font-size: 12px;
    letter-spacing: 1px;
}
@media screen and (min-width: 730px) {
    :is(.top_about, .top_products, .top_news, .top_ig) .ttl_sub {
        top: -2vw;
        padding-left: 1vw;
        font-size: 12px;
    }
}
:is(.top_about, .top_products, .top_news, .top_ig) .ttl_sub::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #333;
    animation: scroll 3s ease-in-out infinite;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    80% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
.top_about {
    background: #fbfaf3;
    padding-top: 3em;
}
.top_about .about_con {
    position: relative;
    z-index: 9;
    max-width: 1024px;
    width: 100%;
    margin-inline: auto;
}
.top_about h2 {
    width: 90%;
    margin-inline: auto;
    padding-bottom: 10vw;
    font-size: 20px;
    font-size: 1.5em;
    line-height: 2;
}
@media screen and (min-width: 730px) {
    .top_about h2 {
        position: relative;
        z-index: 6;
        padding-left: 6vw;
        padding-bottom: 12vw;
        font-size: 24px;
    }
}
@media screen and (min-width: 900px) {
    .top_about h2 {
        padding-left: 56px;
        padding-bottom: 140px;
        font-size: 28px;
    }
}
.top_about h2 .line_under {
    display: inline-block;
    position: relative;
    padding-bottom: 0.4rem;
    font-style: normal;
}
.top_about h2 .line_under.ani_start::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    animation: scroll_line 3s 1 ease-in-out;
}
@keyframes scroll_line {
    0% {
        transform: scale(0, 1);
        transform-origin: 0 0;
    }
    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    100% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
}
.top_about h2 span {
    display: block;
}
.top_about .about_img01 {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    position: relative;
    inset: 0 0 0 -10px;
    width: 86%;
    margin: 0 0 0 auto;
}
@media screen and (min-width: 730px) {
    .top_about .about_img01 {
        position: absolute;
        z-index: 4;
        width: 56%;
        inset: 12vw 0 0 auto;
    }
}
@media screen and (min-width: 900px) {
    .top_about .about_img01 {
        inset: 164px 0 0 auto;
    }
}
.top_about .about_img01.ani_start {
    opacity: 1;
    visibility: visible;
    inset: 0 0 0 0;
}
@media screen and (min-width: 730px) {
    .top_about .about_img01.ani_start {
        inset: 10vw 0 0 auto;
    }
}
@media screen and (min-width: 900px) {
    .top_about .about_img01.ani_start {
        inset: 140px 0 0 auto;
    }
}
.top_about .about_words {
    width: 90%;
    margin-inline: auto;
    padding: 10vw 0;
}
@media screen and (min-width: 730px) {
    .top_about .about_words {
        padding: 0;
    }
}
.top_about .el_words {
    font-size: 14px;
    font-size: 0.9em;
    line-height: 2;
}
@media screen and (min-width: 730px) {
    .top_about .el_words {
        position: relative;
        z-index: 6;
        width: 56%;
        padding: 0 0 2vw 6vw;
        background: #fbfaf3;
        font-size: 14px;
    }
}
@media screen and (min-width: 900px) {
    .top_about .el_words {
        width: 50%;
        padding: 0 0 2vw 56px;
        line-height: 2.2;
    }
}
.top_about .el_words div {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    position: relative;
    inset: 0 0 0 -10px;
    padding-top: 1.6rem;
}
@media screen and (min-width: 900px) {
    .top_about .el_words div {
        padding-top: 24px;
    }
}
.top_about .el_words span {
    display: block;
}
.top_about .el_words.ani_start div {
    opacity: 1;
    visibility: visible;
    transition: 1s;
    inset: 0;
}
.top_about .el_words .f_eng {
    letter-spacing: 2px;
}

.top_products {
    background: #f1eee6;
}
.top_products .products_con {
    position: relative;
    z-index: 9;
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
    padding: 0;
}
.top_products h2 {
    width: 90%;
    margin-inline: auto;
    padding-bottom: 16vw;
    font-size: 22px;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
}
@media screen and (min-width: 730px) {
    .top_products h2 {
        position: relative;
        z-index: 6;
        padding-bottom: 4vw;
        font-size: 24px;
        line-height: 2;
    }
}
@media screen and (min-width: 900px) {
    .top_products h2 {
        padding-bottom: 64px;
        font-size: 32px;
    }
}
.top_products .products_list {
    position: relative;
}
.top_products .products_list .products_list_wrap {
    position: relative;
}
@media screen and (min-width: 730px) {
    .top_products .products_list .products_list_wrap {
        max-width: 1024px;
        width: 100%;
        margin-inline: auto;
        padding: 72px 64px 40px;
    }
}
.top_products .products_list .products_list_wrap picture {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: relative;
    z-index: 2;
    width: 94%;
}
@media screen and (min-width: 730px) {
    .top_products .products_list .products_list_wrap picture {
        max-width: 580px;
        width: 64%;
        margin: 20px 0 0;
    }
}
.top_products .products_list .products_list_wrap picture.ani_start {
    opacity: 1;
    visibility: visible;
    transition: 1s;
}
@media screen and (min-width: 730px) {
    .top_products .products_list .products_list_wrap picture.ani_start {
        margin: 0;
    }
}
.top_products .products_list .products_list_wrap .products_list_box {
    position: relative;
    z-index: 3;
    inset: -12vw 0 0 0;
    width: 90%;
    margin: 0 0 0 auto;
    padding: 1.75em 0.75em;
    background: #fbfaf3;
}
@media screen and (min-width: 730px) {
    .top_products .products_list .products_list_wrap .products_list_box {
        position: absolute;
        inset: auto 64px 0 0;
        max-width: 430px;
        width: 40%;
        margin-inline: auto;
        margin: 0 0 0 auto;
        padding: 2.4rem 2.4rem 0.4rem;
    }
}
@media screen and (min-width: 900px) {
    .top_products .products_list .products_list_wrap .products_list_box {
        padding: 20px 32px;
    }
}
.top_products .products_list .products_list_wrap .products_list_box hgroup {
    text-align: center;
}
@media screen and (min-width: 730px) {
    .top_products .products_list .products_list_wrap .products_list_box hgroup {
        text-align: left;
    }
}
@media screen and (min-width: 900px) {
    .top_products .products_list .products_list_wrap .products_list_box hgroup {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}
.top_products .products_list .products_list_wrap .products_list_box hgroup :where(p) {
    display: inline-block;
    margin-inline: auto;
    padding: 0.3em 0.8em;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
}
@media screen and (min-width: 730px) {
    .top_products .products_list .products_list_wrap .products_list_box hgroup :where(p) {
        padding: 0.3em 0.8em 0.3em;
        font-size: 12px;
    }
}
@media screen and (min-width: 900px) {
    .top_products .products_list .products_list_wrap .products_list_box hgroup :where(p) {
        order: 1;
        margin-inline: 0;
        padding: 4px 8px;
    }
}
.top_products .products_list .products_list_wrap .products_list_box hgroup h3 {
    margin: 3vw 0;
    font-size: 16px;
    color: #333;
    padding: 0;
}
@media screen and (min-width: 730px) {
    .top_products .products_list .products_list_wrap .products_list_box hgroup h3 {
        margin: 12px 0 10px;
    }
}
@media screen and (min-width: 900px) {
    .top_products .products_list .products_list_wrap .products_list_box hgroup h3 {
        order: 0;
        margin: 16px 0 12px;
        padding-right: 1.6rem;
        font-size: 18px;
        text-align: left;
    }
}
.top_products .products_list .products_list_wrap .products_list_box .list_price {
    padding-bottom: 2vw;
    text-align: center;
    font-size: 16px;
}
@media screen and (min-width: 730px) {
    .top_products .products_list .products_list_wrap .products_list_box .list_price {
        padding-bottom: 12px;
        text-align: left;
    }
}
@media screen and (min-width: 900px) {
    .top_products .products_list .products_list_wrap .products_list_box .list_price {
        padding-bottom: 20px;
        font-size: 16px;
    }
}
.top_products .products_list .products_list_wrap .products_list_box .list_price span {
    font-size: 12px;
}
@media screen and (min-width: 900px) {
    .top_products .products_list .products_list_wrap .products_list_box .list_price span {
        font-size: 12px;
    }
}
/* .top_products .products_list .products_list_wrap .products_list_box .list_words {
    display: none;
} */

.top_products .products_list .products_list_wrap .products_list_box .list_words {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
}

@media screen and (min-width: 900px) {
    .top_products .products_list .products_list_wrap .products_list_box .list_words {
        font-size: 14px;
    }
}
/* .top_products .products_list .products_list_wrap .products_list_box .top_button {
    display: none;
} */
@media screen and (min-width: 730px) {
    .top_products .products_list .products_list_wrap .products_list_box .top_button {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}
.top_products .products_list .products_list_wrap .products_list_box .top_button p {
    display: inline-block;
    width: auto;
    margin: 0 0 0 auto;
    padding: 4vw 0;
    color: #595757;
    font-size: 12px;
    letter-spacing: 0.1rem;
}
@media screen and (min-width: 900px) {
    .top_products .products_list .products_list_wrap .products_list_box .top_button p {
        padding: 24px 0;
        font-size: 12px;
    }
}
.top_products .products_list .products_list_wrap .products_list_box .top_button p span {
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #595757;
    font-size: 12px;
}
@media screen and (min-width: 900px) {
    .top_products .products_list .products_list_wrap .products_list_box .top_button p span {
        font-size: 12px;
    }
}
.top_products .products_list .products_list_wrap a.products_link:hover {
    opacity: 1;
    transition: 0;
}
.top_products .products_list .products_list_wrap a.products_link:hover .top_button p {
    opacity: 0.6;
    transition: 0.6s;
}
@media screen and (min-width: 730px) {
    .top_products .products_list.el_kit::before {
        content: " ";
        position: absolute;
        inset: 0 0 0 auto;
        width: 70%;
        height: 360px;
        background-color: rgba(220, 217, 210, 0.5);
    }
}
@media screen and (min-width: 730px) {
    .top_products .products_list.el_kit::after {
        content: " ";
        position: absolute;
        inset: auto auto 0 0;
        width: 70%;
        height: 150px;
        background-color: rgba(204, 215, 208, 0.3);
    }
}
.top_products .products_list.el_kit hgroup p {
    background: #898989;
}
@media screen and (min-width: 730px) {
    .top_products .products_list.el_kes::before {
        content: " ";
        position: absolute;
        inset: 0 auto 0 0;
        width: 70%;
        height: 360px;
        background-color: rgba(204, 215, 208, 0.3);
    }
}
@media screen and (min-width: 730px) {
    .top_products .products_list.el_kes::after {
        content: " ";
        position: absolute;
        inset: auto 0 0 auto;
        width: 70%;
        height: 150px;
        background-color: #ece5dc;
    }
}
.top_products .products_list.el_kes hgroup p {
    background: #8ba7a2;
}
@media screen and (min-width: 730px) {
    .top_products .products_list.el_tab::before {
        content: " ";
        position: absolute;
        inset: 0 0 0 auto;
        width: 70%;
        height: 360px;
        background-color: #ece5dc;
    }
}
.top_products .products_list.el_tab hgroup p {
    background: #c5a777;
}
@media screen and (min-width: 730px) {
    .top_products .products_list:nth-of-type(even) picture {
        inset: 0;
        margin: 40px 0 0 auto;
    }
}
@media screen and (min-width: 730px) {
    .top_products .products_list:nth-of-type(even) picture.ani_start {
        margin: 0 0 0 auto;
    }
}
@media screen and (min-width: 730px) {
    .top_products .products_list:nth-of-type(even) .products_list_box {
        margin: 0 0 0 64px;
    }
}

.top_products_bg {
    width: 100%;
    height: 30vh;
    background: url("https://eclavia.co.jp/wp-content/uploads/2025/07/top_pro_bg-scaled.jpg") no-repeat top center;
    background-size: cover;
}
@media screen and (min-width: 730px) {
    .top_products_bg {
        height: 100vh;
    }
}

/**
 * about
----------------------------------------------- */
.wrap_about .wrap_about_box {
    letter-spacing: 1px;
    text-align: center;
    line-height: 2;
}
.wrap_about .wrap_about_box.inner_01 {
    padding: 16vw 0;
    background: #e7dcd6;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_box.inner_01 {
        padding: 80px 0;
    }
}
.wrap_about .wrap_about_box.inner_02 {
    position: relative;
}
.wrap_about .wrap_about_box.inner_02 .mv_inner_img {
    position: relative;
    z-index: 2;
    display: block;
    width: 92%;
    margin-inline: auto;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_box.inner_02 .mv_inner_img {
        max-width: 900px;
        width: 90%;
        margin-inline: auto;
        z-index: 2;
        position: relative;
    }
}
.wrap_about .wrap_about_box.inner_02::before {
    content: "　";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #e7dcd6;
}
.wrap_about .wrap_about_box.inner_03 {
    padding: 16vw 0 8vw;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_box.inner_03 {
        padding: 80px 0 40px;
    }
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_box.inner_03 {
        padding: 80px 0 56px;
    }
}
.wrap_about .wrap_about_box h3 {
    max-width: 1024px;
    width: 90%;
    margin-inline: auto;
    border: none;
    text-align: center;
    font-size: 16px;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_box h3 {
        margin-bottom: 40px;
        padding-bottom: 0;
        font-size: 18px;
    }
}
.wrap_about .wrap_about_box h3.ani_about {
    opacity: 0;
    transition: 1s;
    position: relative;
    left: -8px;
}
.wrap_about .wrap_about_box h3.ani_start {
    opacity: 1;
    transition: 1s;
    left: 0;
}
.wrap_about .wrap_about_box .el_words {
    max-width: 1024px;
    width: 90%;
    margin-inline: auto;
    padding-bottom: 10vw;
    font-size: 14px;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_box .el_words {
        padding-bottom: 40px;
        font-size: 16px;
    }
}
.wrap_about .wrap_about_box .el_words span {
    display: block;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_box .el_words span {
        display: inline-block;
    }
}
.wrap_about .wrap_about_box .el_words .f_eng {
    letter-spacing: 2px;
}
.wrap_about .wrap_about_box .el_words.ani_about {
    opacity: 0;
    transition: 1s;
}
.wrap_about .wrap_about_box .el_words.ani_start {
    opacity: 1;
    transition: 1s;
}
.wrap_about .wrap_about_box .em_word {
    display: block;
    max-width: 1024px;
    width: 90%;
    margin-inline: auto;
    font-size: 14px;
    font-weight: 400;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_box .em_word {
        font-size: 16px;
    }
}
.wrap_about .wrap_about_box .em_word span {
    display: block;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_box .em_word span {
        display: inline-block;
    }
}
.wrap_about .wrap_about_box .em_word + .el_words {
    padding-top: 10vw;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_box .em_word + .el_words {
        padding-top: 40px;
    }
}
.wrap_about .wrap_about_box .em_word + .el_words.ani_about {
    opacity: 0;
    transition: 1s;
}
.wrap_about .wrap_about_box .em_word + .el_words.ani_start {
    opacity: 1;
    transition: 1s;
}
.wrap_about .wrap_about_box .em_word.ani_about {
    opacity: 0;
    transition: 1s;
}
.wrap_about .wrap_about_box .em_word.ani_start {
    opacity: 1;
    transition: 1s;
}
.wrap_about .wrap_about_foot .about_foot_svg svg {
    display: block;
    fill: #f3f2ed;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_foot .about_foot_svg svg {
        fill: rgba(243, 242, 237, 0.6);
    }
}
.wrap_about .wrap_about_foot .mv_inner_img {
    overflow: hidden;
    display: block;
}
@media screen and (min-width: 730px) {
    .wrap_about .wrap_about_foot .mv_inner_img source,
    .wrap_about .wrap_about_foot .mv_inner_img img {
        width: 100%;
        height: 30vw;
        object-fit: cover;
        object-position: left 0 bottom -14vw;
    }
}

/**
 * CTA
----------------------------------------------- */
.top_cta {
    background-color: #fbfaf3;
    padding: calc(60px + 60 * (100vw - 375px) / 1545) 0;
}
.top_cta .top-cta_con {
    position: relative;
    z-index: 9;
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
    padding: 0;
}
.top_cta .top-cta__title {
    width: 90%;
    margin-inline: auto;
    font-size: calc(24px + 8 * (100vw - 375px) / 1545);
    text-align: center;
    margin-bottom: calc(40px + 20 * (100vw - 375px) / 1545);
}
.top_cta .top-cta__qr {
    text-align: center;
}
.top_cta .top-cta__qr img {
    margin: 0 auto 1em;
}
.top_cta .top-cta__note {
    line-height: 1.6;
}
.top-cta__button {
}
.top-cta__link {
    background-color: #c01f0e !important;
    color: #fff !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 90%;
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
    font-weight: bold;
    margin: 0 auto;
    padding: 0.75em 2em 0.75em 1em;
    border: 1px solid #c01f0e;
    border-radius: 9999px !important;
    min-height: 50px;
    transition: all 0.3s ease;
    max-width: 550px;
}
.top-cta__link::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}
.top-cta__link:hover {
    background-color: #fff !important;
    color: #c01f0e !important;
}
.top-cta__link:hover::after {
    border-top: 2px solid #c01f0e !important;
    border-right: 2px solid #c01f0e !important;
}
.top-cta__note {
    text-align: center;
    margin: 1em 0 0 !important;
}
.top-cta__qr.is-pc {
    display: none;
}
.top-cta__button.is-sp {
    display: block;
}
@media screen and (min-width: 730px) {
    .top-cta__qr.is-pc {
        display: block;
    }
    .top-cta__button.is-sp {
        display: none;
    }
}
