/* for ad-yoarai */
.body--ad-yoarai header div.hgroup p#logo a {
    cursor: default;
    pointer-events: none;
}

.body--ad-yoarai .products_lineup_box {
    pointer-events: none;
}

/* body */
.body--yoarai {
    background: none;
}

.main--yoarai {
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_header {
    margin-inline: auto;
    max-width: 980px;
}

#punkz {
    font-weight: 400;
    line-height: 1.4;
    color: #111;
}

@media screen and (min-width: 641px) {
    #page_header {
        padding-block: 14px 12px;
    }
    
    #punkz {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 640px) {
    #page_header {
        padding-block: 7px 13px;
        padding-inline: 13px;
    }

    #punkz {
        font-size: 0.5625rem;
    }
}

/********************* 
 * keyvisual
 *********************/
/* keyvisual image */ 
.keyvisual__image img {
    display: block;
    margin-inline: auto;
}

@media screen and (min-width: 641px) {
    .keyvisual__image {
        margin-inline: auto;
        max-inline-size: 1200px;
        min-inline-size: 984px;
        inline-size: 100%;
    }

    .keyvisual__image img {
        inline-size: 100%;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    .keyvisual__image img {
        inline-size: 100%;
        height: auto;
    }
}

/********************* 
 * introduction
 *********************/
.introduction__inner {
    background-image: linear-gradient(180deg, #fff 0%,  #fff 16%,  #ddd 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* introduction heading */ 
.introduction-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
}

.introduction-heading__upper,
.introduction-heading__bottom {
    background-color: #01449C;
}

@media screen and (min-width: 641px) {
    .introduction-heading__upper {
        padding: 1px 5px 0px;
        font-size: 1.75rem;
    }

    .introduction-heading__bottom {
        padding-inline: 8px;
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 640px) {
    .introduction-heading__upper {
        padding: 1px 8px 3px;
        font-size: 1.25rem;
    }

    .introduction-heading__bottom {
        padding: 0px 9px;
        margin-block-start: -3px;
        font-size: 1.625rem;
    }
}

/* introduction examples */
.introduction-examples {
    display: flex;
    margin-inline: auto;
}

.example-text {
    font-weight: 700;
    color: #1B2169;
}

.example-text__emphasis {
    color: #DD007F;
    border-block-end: 2px solid #DD007F;
}

@media screen and (min-width: 641px) {
    .introduction {
        padding-block-end: 44px;
    }

    .introduction__inner {
        min-inline-size: 984px;
        padding-block: 60px 112px;
        clip-path: polygon(100% 0, 100% 93%, 52.7% 93%, 50% 100%, 47.3% 93%, 0 93%, 0 0);
    }

    .introduction-examples {
        gap: 24px;
        margin-block-start: 40px;
        width: 768px;
    }

    .introduction-example {
        width: 240px;
        flex-shrink: 0;
    }

    .example-image {
        display: block;
        margin-inline: auto;
    }

    .example-text {
        margin-block-start: 20px;
        font-size: 1.25rem;
        line-height: 1.3;
        text-align: center;
    }

    .example-text__emphasis {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 640px) {
    .introduction {
        padding-block-end: 0;
    }

    .introduction__inner {
        padding-block: 40px 70px;
        clip-path: polygon(100% 0, 100% 93%, 56.7% 93%, 50% 99%, 43.3% 93%, 0 93%, 0 0);
    }

    .introduction-examples {
        flex-direction: column;
        gap: 10px;
        margin-block-start: 24px;
        max-width: 326px;
    }

    .introduction-example {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .introduction-example:nth-child(even) {
        flex-direction: row-reverse;
    }

    .example-image {
        display: block;
        inline-size: 96px;
        block-size: 96px;
    }

    .example-text {
        font-size: 1.0625rem;
        line-height: 1.4;
    }

    .example-text__emphasis {
        font-size: 1.1875rem;
    }
}

/********************* 
 * yoarai
 *********************/
.yoarai__inner {
    overflow-x: hidden;
}

.yoarai-heading {
    display: flex;
    flex-direction: column;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.yoarai-heading__upper {
    color: #111;
}

.yoarai-heading__bottom {
    color: #1B2169;
    background-repeat: no-repeat;
    background-position: bottom;
}

.yoarai-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.yoarai-content::before {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    z-index: -1;
    display: block;
    inline-size: 200vw;
    pointer-events: none;
    content: "";
    background-repeat: repeat-x;
    background-size: 1px 100%;
    transform: translate(-50%, -50%);
}

.content-text {
    font-weight: 700;
    line-height: 1.4;
    color: #1B2169;
}

.content-text__emphasis {
    font-weight: 900;
    background-image: linear-gradient(0deg, #FFF100, #FFF100);
    background-repeat: no-repeat;
}

@media screen and (min-width: 641px) {
    .yoarai-shop-link {
        inline-size: 900px;
        margin-inline: auto;
    }

    .yoarai-shop-link .shop-link-content{
        padding-inline-end: 0;
        margin-block-start: 0;
        width: auto;
        height: auto;
    }

    .yoarai-shop-link .shop-link-content .products_lineup_online_btn_wrap {
        flex-direction: row;
        justify-content: center;
    }

    .yoarai-shop-link .shop-link-content .products_lineup_online_btn_wrap .main__online {
        width: auto;
    }
}

.yoarai-appeal {
    margin-inline: auto;
    background-image: linear-gradient(180deg, #FFF 0%, #DDD 100%);
    border-radius: 10px;
}

.appeal-text {
    font-style: italic;
    font-weight: 700;
}

.appeal-text__upper {
    color: #DD007F;
    border-block-end-color: #DD007F;
    border-block-end-style: solid;
}

.appeal-text__bottom,
.appeal-notes {
    color: #111;
}

.appeal-notes {
    font-weight: 500;
    line-height: 1.4;
}

.yoarai-usage {
    margin-inline: auto;
}

.usage-step {
    position: relative;
    background: linear-gradient(180deg, #004099 0%, #0185D0 100%);
    border-radius: 10px;
}

.usage-step + .usage-step {
    margin-block-start: 30px;
}

.usage-step-number {
    position: absolute;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #DD007F;
    border-radius: 9999px;
}

.usage-step__heading,
.usage-step__text {
    color: #fff;
}

.usage-step__heading {
    font-weight: 900;
    line-height: 1.2;
}

.usage-step__text {
    display: inline-block;
    font-weight: 500;
    line-height: 1.4;
    border-block-end-color: #fff;
    border-block-end-style: solid;
}

@media screen and (min-width: 641px) {
    .yoarai__inner {
        min-inline-size: 984px;
        padding-block: 23px 72px;
    }

    .yoarai-heading {
        gap: 10px;
        line-height: 1.2;
    }

    .yoarai-heading__upper {
        font-size: 1.75rem;
    }

    .yoarai-heading__bottom {
        font-size: 2.625rem;
        background-image: url('/img/yoarai/bg_yoarai_heading_pc_ava_tc.svg');
        background-size: 593px 90px;
    }

    .yoarai-content {
        flex-direction: row-reverse;
        inline-size: 900px;
        margin-block-start: 40px;
    }

    .yoarai-content::before {
        block-size: 970px;
        background-image: linear-gradient(180deg, #FFF 30.97%, #E2F5FF 59.85%, #FFF 89.33%);
        background-size: auto 970px;
        transform: translate(-50%, calc(-50% + 150px));
    }

    .content-text {
        font-size: 1.75rem;
        transform: translate(-25px, -42px);
    }

    .content-text__emphasis {
        display: inline-block;
        margin-block: 6px 0.1em;
        font-size: 2rem;
        background-position: bottom;
        background-size: auto 15px;
    }

    .yoarai-appeal {
        box-sizing: border-box;
        display: flex;
        gap: 32px;
        inline-size: 900px;
        padding: 41px 56px 31px;
        margin-block-start: 68px;
    }

    .appeal-content {
        margin-block-start: 8px;
    }

    .appeal-text__upper {
        position: relative;
        font-size: 2rem;
        line-height: 1.3;
        border-block-end-width: 3px;
    }

    .appeal-text__upper::after {
        position: absolute;
        display: block;
        top: -5px;
        left: -25px;
        content: "";
        background-image: url(/img/yoarai/ic_intro_kirakira_pc_ava_tc.svg);
        background-size: 448px 67px;
        width: 448px;
        height: 67px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .appeal-text__bottom {
        display: inline-block;
        margin-block-start: 9px;
        font-size: 2.25rem;
        line-height: 1.3;
    }

    .appeal-notes {
        margin-block-start: 27px;
        font-size: 0.75rem;
    }

    .yoarai-usage {
        padding-inline-start: 20px;
        margin-block-start: 68px;
        width: 880px;
    }

    .usage-step {
        display: flex;
        gap: 40px;
        align-items: center;
        padding: 20px 30px;
    }

    .usage-step-number {
        top: -20px;
        left: -20px;
        width: 80px;
        height: 80px;
    }

    .usage-step-number__upper {
        font-size: 1.25rem;
    }

    .usage-step-number__bottom {
        font-size: 2.5rem;
    }

    .usage-step__image {
        border-radius: 4px;
    }

    .usage-step__heading {
        font-size: 1.625rem;
    }

    .usage-step__text {
        margin-block-start: 10px;
        font-size: 1.125rem;
        border-block-end-width: 2px;
    }
}

@media screen and (max-width: 640px) {
    .yoarai__inner {
        padding-block: 19px 40px;
        padding-inline: 13px;
    }

    .yoarai-heading {
        gap: 4px;
        line-height: 1.4;
    }

    .yoarai-heading__upper {
        font-size: 1.25rem;
    }

    .yoarai-heading__bottom {
        padding-block-end: 0.2em;
        font-size: 1.75rem;
        background-image: url('/img/yoarai/bg_yoarai_heading_sp_ava_tc.svg');
        background-size: 347px 45px;
    }

    .yoarai-content {
        flex-direction: column;
        margin-block-start: 16px;
        text-align: center;    }

    .yoarai-content::before {
        block-size: 1100px;
        background-image: linear-gradient(180deg, #FFF 26.2%, #E2F5FF 52.05%, #FFF 68.89%);
        background-size: auto 1100px;
        transform: translate(-50%, calc(-50% + 250px));
    }

    .content-text {
        font-size: 1.125rem;
    }

    .content-text__emphasis {
        font-size: 1.5rem;
        background-position: bottom;
        background-size: auto 10px;
    }

    .yoarai-appeal {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        max-inline-size: 350px;
        padding: 20px;
        margin-block-start: 35px;
        margin-inline: auto;
    }

    .appeal-content {
        margin-block-start: -8px;
    }

    .appeal-text {
        text-align: center;
    }

    .appeal-text__upper {
        position: relative;
        font-size: 1.5rem;
        line-height: 1.4;
        border-block-end-width: 2px;
    }

    .appeal-text__upper::after {
        position: absolute;
        top: -18px;
        left: -21px;
        content: "";
        display: block;
        background-image: url(/img/yoarai/ic_intro_kirakira_sp_ava_tc.svg);
        background-size: 330px 67px;
        width: 330px;
        height: 67px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .appeal-text__bottom {
        display: inline-block;
        margin-block-start: 7px;
        font-size: 1.625rem;
        line-height: 1.4;
    }

    .appeal-notes {
        margin-block-start: 16px;
        font-size: 0.625rem;
    }

    .yoarai-usage {
        margin-block-start: 60px;
    }

    .usage-step {
        padding: 16px;
        text-align: center;
        filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
    }

    .usage-step-number {
        top: -20px;
        left: -6px;
        width: 64px;
        height: 64px;
    }

    .usage-step-number__upper {
        font-size: 1rem;
    }

    .usage-step-number__bottom {
        font-size: 2rem;
    }

    .usage-step__image {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .usage-step__heading {
        margin-block: 12px 6px;
        font-size: 1.125rem;
    }

    .usage-step__text {
        display: inline;
        font-size: 0.875rem;
        border-block-end-width: 1px;
    }
}

/********************* 
 * shop link
 *********************/
.shop-link__inner {
    position: relative;
    border-block: 4px solid #DD007F;
    background: linear-gradient(180deg, #FFF 61.26%, #DDD 114.32%);
}

.shop-link-heading {
    box-sizing: border-box;
    margin-inline: auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

 .shop-link-heading__text {
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
 }

 .shop-link-subheading {
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    color:  #1B2169;
 }

.shop-link-text {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    color: #111;
}

.shop-link-content .products_lineup_online_btn_wrap {
    position: static;
    margin-block-start: 16px;
    margin-inline: auto;
}

.shop-link-content .btn-shoplinks .btn-shoplinks__box__link ul li a {
    display: flex;
    align-items: center;
    height: 100%;
}

.shop-link-content .btn__ano-text {
    width: auto;
}

@media screen and (min-width: 641px) {
    .shop-link__inner {
        min-inline-size: 984px;
    }

    .shop-link-heading {
        padding-block-start: 26px;
        width: 482px;
        height: 98px;
        background-image: url(/img/yoarai/bg_shop_pc_ava_tc.png);
    }

    .shop-link-heading__text {
        font-size: 1.625rem;
    }

    .shop-link-content {
        position: relative;
        margin-block-start: 17px;
        padding-inline-end: 438px;
        width: 350px;
        height: 421px;
        margin-inline: auto;
    }

    .shop-link-subheading {
        text-align: left;
        padding-block-start: 44px;
        font-size: 2rem;
    }

    .shop-link-image {
        position: absolute;
        top: 0;
        right: 0;
    }

    .shop-link-text {
        margin-block-start: 26px;
    }

    .shop-link-content .products_lineup_online_btn_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 13px;
        margin-block-start: 39px;
        margin-inline: 0;
        width: auto;
    }

    .shop-link-content .products_lineup_online_btn_wrap .main__online {
        width: 100%;
    }

    .shop-link-content .products_lineup_online_btn_wrap .btn__product {
        padding: 9px 18px 9px 37px;
        width: 310px;
    }

    .shop-link-content .products_lineup_online_btn_wrap .search_shop_btn {
        box-sizing: border-box;
        padding: 9px 16px 10px 41px;
        box-shadow: none;
        width: 310px;
    }

    .shop-link-content .btn-shoplinks .btn-shoplinks__list {
        width: 572px;
    }
}

@media screen and (max-width: 640px) {
    .shop-link__inner {
        padding-block-end: 40px;
        text-align: center;
    }

    .shop-link-heading {
        padding-block-start: 21px;
        width: 202px;
        height: 98px;
        background-image: url(/img/yoarai/bg_shop_sp_ava_tc.png);
    }

    .shop-link-heading__text {
        font-size: 1.125rem;
    }

    .shop-link-subheading {
        margin-block-start: 10px;
        font-size: 1.75rem;
    }

    .shop-link-image {
        margin-block-start: 22px;
    }

    .shop-link-content .btn-shoplinks .btn-shoplinks__list .btn-shoplinks__box {
        height: auto;
    }

    .shop-link-content .products_lineup_online_btn_wrap .search_shop_btn {
        width: auto;
    }

    .shop-link-content .products_lineup_online_btn_wrap .btn-shoplinks {
        height: auto;
    }

    .shop-link-content .btn-amazon-store .btn-amazon-store-block {
        overflow: visible;
        height: auto;
    }
}

/********************* 
 * yoarai-features
 *********************/
.yoarai-features__inner {
    background: linear-gradient(180deg, #004099 0%, #0185D0 26.44%, #004099 47.12%, #0185D0 66.83%, #004099 100%);
}

.yoarai-features-heading {
    font-weight: 900;
    line-height: 1.4;
    color:  #FFF;
    text-align: center;
}

.yoarai-features-heading__text {
    border-block-end: 4px dotted #fff;
    padding-block-end: 5px;
}

.yoarai-features-text {
    font-weight: 900;
    line-height: 1.4;
    color: #FFF100;
    text-align: center;
}

.features-anchor-link {
    margin-inline: auto;
}

.anchor-link-item {
    position: relative;
    background-color: #fff;
    border-radius: 9999px;
}

.anchor-link-item + .anchor-link-item {
    margin-block-start: 16px;
}

.feature-number {
    color: #1B2169;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

.anchor-link-item-text {
    position: relative;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    align-items: center;
    font-weight: 900;
    line-height: 1.3;
    color: #1B2169;
    text-decoration: none;
}

.anchor-link-item-text::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/img/yoarai/ic_anchor_link_ava_tc.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (any-hover: hover) {
  .anchor-link-item-text:hover {
    opacity: 0.7;
  }
}

.anchor-link-item-text__emphasis {
    color: #DD007F;
}

.features-detail-item {
    position: relative;
    background-color: #fff;
}

.features-detail-item .anchor-link-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.detail-item-heading {
    position: relative;
    font-weight: 900;
    line-height: 1.4;
    color: #1B2169;
    text-align: center;
}

.detail-item-heading::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.detail-item-heading__emphasis {
    background-image: linear-gradient(0deg, #FFF100, #FFF100);
    background-repeat: no-repeat;
}

.detail-item-heading__super {
    vertical-align: super;
}

.detail-item-text {
    font-weight: 700;
    line-height: 1.4;
    color: #1B2169;
}

.detail-item-text__emphasis {
    color: #DD007F;
}

.detail-item-text__super {
    font-size: 0.625rem;
    vertical-align: super;
}

.detail-movie-block {
    box-sizing: border-box;
    padding-inline: 12px;
    width: 100%;
    background-color: #E7F6FF;
    border-radius: 5px;
}

.detail-movie-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail-movie-heading__upper {
    font-weight: 900;
    line-height: 1.4;
    color: #1B2169;
    text-align: center;
    background-repeat: no-repeat;
}

.detail-movie-heading__upper span {
    color: #DD007F;
}

.detail-movie-heading__bottom {
    font-weight: 700;
    line-height: 1.4;
    color: #111;
}

.detail-item-iframe iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.detail-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    inline-size: fit-content;
    margin-inline: auto;
    font-weight: 500;
    line-height: 1.4;
    color: #111;
}

@media (any-hover: hover) {
  .detail-item-link:hover {
    opacity: 0.7;
  }
}

.detail-item-link.detail-item-link--dishwasher {
    color: #1B2169;
}

.detail-child-block {
    background: linear-gradient(90deg, #004099 0%, #0185D0 100%);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100% 1px;
    border-radius: 5px;
}

.detail-child-heading {
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.detail-child-block__inner {
    margin-inline: auto;
    background-image: linear-gradient(0deg, #fff, #fff);
    background-repeat: no-repeat;
}

.detail-child-text {
    font-weight: 700;
    line-height: 1.4;
    color: #1B2169;
    text-align: center;
}

.detail-child-text__emphasis {
    color: #DD007F;
}

.detail-child-popup,
.detail-child-popup2 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    background: #DD007F;
    border-radius: 999px;
}

.detail-child-popup::after {
    content: "";
    display: block;
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 50%;
    inline-size: 0;
    block-size: 0;
    border-block-start-color: #DD007F;
    border-block-start-style: solid;
    border-inline-style: solid; 
    border-inline-color: transparent; 
    transform: translateX(-50%);
}

.detail-child-popup__text {
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
}

.detail-child-image {
    width: fit-content;
    margin-inline: auto;
}

.detail-child-image__caption {
    color: #111;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
}

.detail-child-image__caption--center {
    text-align: center;
}

.detail-child-text-emphasis {
    margin-block-start: 8px;
    font-weight: 900;
    line-height: 1.4;
    color: #DD007F;
    text-align: center;
}

.detail-child-text-emphasis__super {
    vertical-align: super;
}

@media screen and (min-width: 641px) {
    .yoarai-features__inner {
        min-inline-size: 984px;
        padding-block: 80px;
    }

    .yoarai-features-heading {
        font-size: 2.5rem;
    }

    .yoarai-features-text {
        margin-block-start: 26px;
        font-size: 1.75rem;
    }

    .features-anchor-link {
        margin-block-start: 56px;
        width: 640px;
    }

    .anchor-link-item {
        background-color: #fff;
        box-shadow: 4.286px 4.286px 4.286px 0 rgba(27, 33, 105, 0.25);
        height: 76px;
    }

    .anchor-link-item-text {
        gap: 12px;
        padding: 6px;
        font-size: 1.375rem;
    }

    .anchor-link-item-text::after {
        right: 21px;
        width: 28px;
        height: 28px;
    }

    .features-detail {
        margin-block-start: 80px;
        margin-inline: auto;
        width: 900px;
    }

    .features-detail-item {
        padding: 56px;
        border-radius: 10px;
    }

    .features-detail-item + .features-detail-item {
        margin-block-start: 56px;
    }

    .features-detail-item .anchor-link-number {
        top: -32px;
    }

    .detail-item-heading {
        margin-block-start: 39px;
        font-size: 2.1875rem;
    }

    .detail-item-heading--1.detail-item-heading::after {
        background-image: url(/img/yoarai/ic_feature_kirakira_pc_ava_tc.svg);
        width: 666px;
        height: 131px;
        top: -7px;
        left: 54px;
    }

    .detail-item-heading--2.detail-item-heading::after {
        background-image: url(/img/yoarai/ic_feature_kirakira_2_pc_ava_tc.svg);
        width: 636px;
        height: 141px;
        top: -52px;
        left: 82px;
    }

    .detail-item-heading--3.detail-item-heading::after {
        background-image: url(/img/yoarai/ic_feature_kirakira_3_pc_ava_tc.svg);
        width: 617px;
        height: 139px;
        top: -22px;
        left: 68px;
    }    
    .detail-item-heading__emphasis {
        background-position: bottom;
        background-size: auto 12px;
    }

    .detail-item-heading__super {
        font-size: 1.25rem;
    }

    .detail-item-text {
        margin-block-start: 25px;
        font-size: 1.375rem;
        text-align: center;
    }

    .detail-item-image {
        display: block;
        margin-block-start: 32px;
        margin-inline: auto;
    }

    .detail-movie-block {
        margin-block-start: 29px;
        padding-block: 32px;
    }

    .detail-movie-heading__upper {
        width: 350px;
        height: 35px;
        font-size: 1.75rem;
        background-image: url(/img/yoarai/bg_movie_heading_pc_ava_tc.svg);
        background-position: top;
        background-size: 350px 35px;
    }

    .detail-movie-heading__bottom {
        margin-block-start: 14px;
        font-size: 1.125rem;
    }
    
    .detail-item-iframe {
        inline-size: 640px;
        margin-block-start: 20px;
        margin-inline: auto;
    }

    .detail-item-link {
        gap: 9px;
        margin-block-start: 24px;
        font-size: 1rem;
    }

    .detail-item-link--movie {
        gap: 9px;
        margin-block-start: 24px;
        font-size: 1rem;
    }

    .detail-child-block {
        margin-block-start: 40px;
        border-inline-width: 4px;
        border-block-end-width: 4px;
    }

    .detail-child-heading {
        padding-block: 3px;
        min-height: 42px;
        font-size: 1.5rem;
    }

    .detail-child-heading__emphasis {
        font-size: 1.75rem;
    }

    .detail-child-block__inner {
        padding-block: 32px;
        padding-inline: 24px;
        background-position: 4px calc(100% - 4px);
        background-size: calc(100% - 8px) calc(100% - 4px);
    }

    .detail-child-text {
        font-size: 1.25rem;
    }

    .detail-child-text__emphasis {
        font-size: 1.375rem;
    }

    .detail-item-text__super {
        font-size: 0.8125rem;
    }

    .detail-child-popup {
        margin-block-start: 24px;
        width: 452px;
        padding: 4.5px 34.5px 7.5px 30px;
        gap: 15px;
    }

    .detail-child-popup__text {
        font-size: 1.375rem;
    }

    .detail-child-popup::after {
        inset-block-end: -9px;
        border-block-start-width: 10px;
        border-inline-width: 8px;
    }

    .detail-child-popup2 {
        width: fit-content;
        margin-block-start: 39px;
        padding: 3px 20px 5px 20px;
    }

    .detail-child-popup2 .detail-child-popup__text {
        font-size: 1.125rem;
    }

    .detail-child-image {
        margin-block-start: 26px;
        margin-block-end: 16px;
    }

    .detail-child-image .detail-item-image {
        margin-block-start: 0;
    }

    .detail-child-image__caption {
        margin-block-start: 8px;
        font-size: 0.75rem;
    }

    .detail-child-text-emphasis {
        font-size: 1.75rem;
    }

    .detail-item-link--dishwasher {
        margin-block-start: 16px;
    }

    .detail-child-text-emphasis__super {
        font-size: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .yoarai-features-heading__text {
        padding-block-end: 1px;
    }
    
    .yoarai-features__inner {
        padding-block: 48px;
    }

    .yoarai-features-heading {
        font-size: 1.875rem;
    }

    .yoarai-features-text {
        margin-block-start: 22px;
        font-size: 1.25rem;
    }

    .features-anchor-link {
        margin-block-start: 24px;
        width: 310px;
    }

    .anchor-link-item {
        border-radius: 33px;
        box-shadow: 3px 3px 3px 0 rgba(27, 33, 105, 0.25);
    }

    .anchor-link-item-text {
        gap: 8px;
        font-size: 0.875rem;
        min-height: 56px;
    }

    .anchor-link-item-text::after {
        right: 12px;
        width: 20px;
        height: 20px;
    }

    .anchor-link-number {
        margin-inline-start: 5px;
        width: 48px;
        height: 48px;
    }

    .detail-item-heading {
        font-size: 1.5rem
    }

    .detail-item-heading--1.detail-item-heading::after {
        background-image: url(/img/yoarai/ic_feature_kirakira_sp_ava_tc.svg);
        width: 286px;
        height: 126px;
        top: 50%;
        left: 50%;
        transform: translate(calc(-50% - 0px), calc(-50% - 2px));
    }

    .detail-item-heading--2.detail-item-heading::after {
        background-image: url(/img/yoarai/ic_feature_kirakira_2_sp_ava_tc.svg);
        width: 264px;
        height: 111px;
        top: 50%;
        left: 50%;
        transform: translate(calc(-50% - 0px), calc(-50% - 4px));
    }

    .detail-item-heading--3.detail-item-heading::after {
        background-image: url(/img/yoarai/ic_feature_kirakira_3_sp_ava_tc.svg);
        width: 300px;
        height: 128px;
        top: 50%;
        left: 50%;
        transform: translate(calc(-50% - 0px), calc(-50% - 3px));
    }

    .detail-item-heading__emphasis {
        background-position: bottom;
        background-size: auto 12px;
    }

    .detail-item-heading__super {
        font-size: 1.25rem;
    }

    .detail-item-text {
        margin-block-start: 25px;
        font-size: 1.375rem;
        text-align: center;
    }

    .detail-item-text__super {
        font-size: 0.875rem
    }

    .detail-item-image {
        display: block;
        margin-block-start: 24px;
        margin-inline: auto;
    }

    .features-detail {
        margin-block-start: 64px;
        padding-inline: 12px;
    }

    .features-detail-item {
        padding: 63px 20px 40px;
        border-radius: 10px;
    }

    .features-detail-item + .features-detail-item {
        margin-block-start: 56px;
    }

    .features-detail-item .anchor-link-number {
        top: -20px;
        width: 72px;
        height: 72px;
    }

    .detail-movie-block {
        margin-block-start: 32px;
        padding-block: 24px;
    }

    .detail-movie-heading__upper {
        width: 246px;
        height: 21px;
        font-size: 1.25rem;
        background-image: url(/img/yoarai/bg_movie_heading_sp_ava_tc.svg);
        background-position: top;
        background-size: 246px 21px;
    }

    .detail-movie-heading__bottom {
        margin-block-start: 16px;
        font-size: 0.875rem;
    }
    
    .detail-item-iframe {
        margin-block-start: 16px;
    }

    .detail-item-link--movie {
        gap: 6px;
        margin-block-start: 15px;
        font-size: 0.75rem;
    }

    .detail-child-block {
        margin-block-start: 40px;
        border-inline-width: 2px;
        border-block-end-width: 2px;
    }

    .detail-child-heading {
        padding-block: 6px;
        font-size: 1.125rem;
        min-height: 28px;
    }

    .detail-child-heading__emphasis {
        font-size: 1.25rem;
    }

    .detail-item-text {
        margin-block-start: 16px;
        font-size: 1rem;
        text-align: center;
    }

    .detail-child-block__inner {
        padding-block: 24px;
        padding-inline: 18px;
        background-position: 2px calc(100% - 2px);
        background-size: calc(100% - 4px) calc(100% - 2px);
    }

    .detail-child-text {
        font-size: 0.875rem;
    }

    .detail-child-text__emphasis {
        font-size: 1rem;
    }

    .detail-child-popup {
        margin-block-start: 20px;
        width: 272px;
        padding: 3px 23px 5px 20px;
        gap: 10px;
    }

    .detail-child-popup__text {
        font-size: 1rem;
    }

    .detail-child-popup::after {
        inset-block-end: -7px;
        border-block-start-width: 8px;
        border-inline-width: 6px;
    }

    .detail-child-popup2 {
        margin-block-start: 32px;
        width: fit-content;
        padding: 3px 20px 5px 20px;
    }

    .detail-child-popup2 .detail-child-popup__text {
        font-size: 0.875rem;
    }

    .detail-child-image {
        margin-block-start: 14px;
        margin-block-end: 8px;
    }

    .detail-child-image .detail-item-image {
        margin-block-start: 0;
    }
    .detail-child-image__caption {
        margin-block-start: 8px;
        font-size: 0.625rem;
    }

    .detail-child-text-emphasis {
        font-size: 1.25rem;
    }

    .detail-item-link--dishwasher {
        margin-block-start: 15px;
    }

    .detail-child-text-emphasis__super {
        font-size: 0.625rem;
    }
}

/********************* 
 * qa
 *********************/
.yoarai-qa-heading {
    font-weight: 900;
    line-height: 1.4;
    color: #1B2169;
    text-align: center;
}

.yoarai-qa-heading__text {
    border-block-end: 4px dotted #1B2169;

}

.qa-list {
    margin-inline: auto;
}

.qa-item {
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.qa-item-q {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #111;
    cursor: pointer;
    list-style: none;
}

.qa-item-q::-webkit-details-marker {
  display: none;
}

@media (any-hover: hover) {
  .qa-item-q:hover {
    opacity: 0.7;
  }
}

.qa-item-q::before,
.qa-item-q::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #01449C;
}

.qa-item-q::before {
    width: 3px;
}

.qa-item-q::after {
    height: 3px;
}

.qa-accordion[open] .qa-item-q::before {
    content: none;
}

.qa-item-q::marker {
    content: none;
}

.qa-item-a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 500;
    color: #111;
    border-block-start: 1px solid #F4F4F4;
}

.qa-symbol {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 999px;
}

.qa-symbol--q {
    background-color: #01449C;
}

.qa-symbol--a {
    background-color: #DD007F;
}

.other-qa {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    inline-size: 100%;
    max-inline-size: 320px;
    min-block-size: 48px;
    padding-inline: 56px;
    margin-inline: auto;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    background-color: #0670C4;
    border-radius: 999px;
}

@media (any-hover: hover) {
  .other-qa:hover {
    opacity: 0.7;
  }
}

.other-qa > img {
    position: absolute;
    inset-block: 0;
    inset-inline-end: 24px;
    margin: auto;
}

@media screen and (min-width: 641px) {
    .yoarai-qa__inner {
        min-inline-size: 984px;
        padding-block: 80px;
    }

    .yoarai-qa-heading {
        font-size: 2.5rem;
    }

    .qa-list {
        margin-block: 66px;
        width: 900px;
    }

    .qa-item + .qa-item {
        margin-block-start: 24px;
    }

    .qa-item-q {
        gap: 16px;
        padding: 10px 46px 10px 32px;
        font-size: 1.25rem;
    }

    .qa-item-q::before {
        right: 38px;
        height: 16px;
    }

    .qa-item-q::after {
        right: 32px;
        width: 16px;
    }

    .qa-item-a {
        padding: 16px 32px 24px;
        font-size: 1rem;
    }

    .qa-symbol {
        width: 36px;
        height: 36px;
        font-size: 1.5rem;
    }

    .other-qa {
        margin-block-start: 56px;
    }
}

@media screen and (max-width: 640px) {
    .yoarai-qa__inner {
        padding: 48px 12px;
    }

    .yoarai-qa-heading {
        font-size: 1.875rem;
    }

    .qa-list {
        margin-block: 38px 32px;
    }

    .qa-item + .qa-item {
        margin-block-start: 10px;
    }

    .qa-item-q {
        gap: 13px;
        padding: 10px 42px 10px 12px;
        font-size: 0.875rem;
    }

    .qa-item-q::before {
        right: 22px;
        height: 12px;
    }

    .qa-item-q::after {
        right: 18px;
        width: 12px;
    }

    .qa-item-a {
        padding: 10px 42px 10px 12px;
        font-size: 0.875rem;
    }

    .qa-symbol {
        width: 28px;
        height: 28px;
        font-size: 1.125rem;
    }

    .other-qa {
        margin-block-start: 32px;
    }
}

/********************* 
 * cm gallery
 *********************/
 .movie_gallery_block {
  padding-block: 37px 124px;
  background-image: linear-gradient(180deg, #DDD 0%, #FFF 46.15%, #DDD 100%);
  background-repeat: repeat-x;
  background-size-x: 200vw;
  text-align: center;
}
.movie_gallery_block_inner {
  width: 802px;
  margin: 0 auto;
}

.movie_gallery_block_title {
  color: #1B2169;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
}

.movie_gallery_block_title__text {
    border-block-end: 4px dotted #1B2169;
    color: #1B2169;
    font-weight: 900;
    line-height: 1.4;
}

@media screen and (min-width: 641px) {
    .movie_gallery_block_title {
        font-size: 2.5rem;
    }

}

@media screen and (max-width: 640px) {
    .movie_gallery_block_title {
        font-size: 1.875rem;
    }
}

.movie_content {
  margin-top: 33px;
}
.movie_content button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.movie_gallery_block_inner .products__movie-title {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #111;
  text-align: center;
  text-indent: 0;
}


@media (any-hover: hover) {
  .movie_gallery_block_inner .products__movie-title:hover {
    opacity: 0.7;
  }
}

.movie_content.--column2 {
  display: flex;
  justify-content: space-between;
}
.movie_content.--column2 .movie_content_column iframe {
  border-radius: 20px;
}
.movie_gallery_related_link_block {
  margin-top: 86px;
}
.movie_gallery_related_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.movie_gallery_related_list_item {
  width: 321px;
}
.movie_gallery_related_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 8px;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
}
.--blue .movie_gallery_related_link {
  background: #123178;
  box-shadow: 0 4px 0 0 #08074F;
  font-weight: 700;
  line-height: normal;
}
.--pink .movie_gallery_related_link {
  background: linear-gradient(0deg, var(--color-rose-48, #D71CA8) 0%, var(--color-magenta-53, #E825C1) 100%);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.5px;
}
@media (any-hover: hover) {
  .--blue .movie_gallery_related_link:hover {
    background: #0b79cb;
  }
  .movie_gallery_related_list_item.--pink {
    border-radius: 8px;
    background: #fff;
  }
  .--pink .movie_gallery_related_link:hover {
    opacity: 0.7;
  }
}

.movie_content .products__movie-title img {
  margin-left: 6px;
}

@media screen and (min-width: 641px) {
  .movie_gallery_block {
    min-inline-size: 984px;
    padding-block-start: 80px;
  }
}

@media screen and (max-width: 640px) {
  .movie_gallery_block {
    min-inline-size: 0;
    padding-block: 49px 40px;
  }

  .movie_gallery_block_inner {
    width: 100%;
  }

    .movie_content {
        padding-inline: 32px;
    }


    .movie_content.--column2 .movie_content_column .products__movie-title {
        font-size: 0.875rem;
    }

  .products__movie.movie_content.--single iframe {
    width: 100%;
    height: 43.05vw;
  }
  .movie_content.--column2 .movie_content_column svg {
    width: 10.809px;
    height: 10.84px;
  }
  .movie_content.--column2 {
    flex-direction: column;
    align-items: center;
    gap: 3.46666667vw;
  }
  .movie_content.--column2 .movie_content_column iframe {
    border-radius: 10px;
    width: 46.13333334vw;
    height: 82.6666667vw;
  }
  .movie_content.--column2 .movie_content_column .products__movie-title {
    display: block;
    padding-inline: 2.13333334vw;
    margin-top: 7px;
    line-height: 1.4;
  }
  .movie_content.--column2 .movie_content_column .products__movie-title svg {
    margin-left: 3px;
  }
  .movie_gallery_related_link_block {
    margin-top: 8.26666667vw;
  }
  .movie_gallery_related_list {
    flex-direction: column;
  }
  .movie_gallery_related_list_item {
    width: 77.3333334vw;
  }
  .movie_gallery_related_link {
    justify-content: space-between;
  }
  .--blue .movie_gallery_related_link {
    font-size: 0.875rem;
    padding-left: 14.4vw;
  }
  .--pink .movie_gallery_related_link {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding-left: 6.4vw;
  }
}

/********************* 
 * products lineup
 *********************/
.products_lineup_block {
    background-image: none;
}

.products_lineup_block_inner {
    background: linear-gradient(180deg, #BFECFF 13.54%, #EEFAFF 38.16%, #B5E9FF 98.76%);
}

.products_lineup_heading {
    background: none;
    text-align: center;
}

.products_lineup_text {
    margin-block-start: 10px;
}

.products_lineup_heading span.heading_strong {
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 641px) {
    .products_lineup_block {
        min-inline-size: 984px;
    }
}

@media screen and (max-width: 640px) {
    .products_lineup_block {
        margin-bottom: 17px;
        padding-bottom: 0;
    }

    .products_lineup_heading {
        padding: 8px 12px 3px;
    }

    .products_lineup_heading span.heading_strong {
        font-size: 1.875rem;
        font-weight: 900;
    }

    .products_lineup_text {
        font-size: 0.625rem;
    }
}

@media screen and (min-width: 641px) {
    #footer {
        min-inline-size: 984px;
    }
}