@font-face {
    font-family: UniqloPro Light;
    src:
        url(/jp/ja/contents/feature/common/fonts/UniqloProLight.woff2)
            format("woff2"),
        url(/jp/ja/contents/feature/common/fonts/UniqloProLight.woff)
            format("woff");
    font-display: swap;
}

@font-face {
    font-family: UniqloPro Regular;
    src:
        url(/jp/ja/contents/feature/common/fonts/UniqloProRegular.woff2)
            format("woff2"),
        url(/jp/ja/contents/feature/common/fonts/UniqloProRegular.woff)
            format("woff");
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family:
        UniqloPro Regular,
        "Microsoft JhengHei",
        sans-serif;
    font-weight: 400;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fr-globalHeader {
    box-sizing: border-box;
    min-width: 320px;
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
    background: #fff;
}

.fr-globalHeader_inner {
    box-sizing: border-box;
    padding: 0 15px;
}

.fr-globalHeader_logo {
    width: 90px;
    height: 40px;
    vertical-align: bottom;
}

@media screen and (min-width: 768px) {
    .fr-globalHeader_inner {
        max-width: 1226px;
        margin: 0 auto;
        padding: 0 25px;
    }
}

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

#digital_content section {
    margin: 0;
    padding: 0;
}

#digital_content img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.hero {
    position: relative;
}

.hero .top-button {
    position: absolute;
    z-index: 2;
    display: block;
    top: 89%;
    height: 5.1%;
    font-size: 0;
    color: transparent;
}

.hero .top-button-detail {
    left: 6.1%;
    width: 23%;
}

.hero .top-button-products {
    left: 38.5%;
    width: 23%;
}

.hero .top-button-apply {
    left: 69.1%;
    width: 23%;
}

.command_p {
    box-sizing: border-box;
    width: 100%;
    max-width: 558px;
    margin: 2% auto 0;
    padding: 24px 28px;
    background: #f4f4f4;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: break-word;
    scroll-margin-top: 24px;
}

.command_p h2 {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.command_p h3 {
    margin: 22px 0 8px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.command_p p {
    margin: 0;
    font-size: 14px;
}

.command_p ul,
.command_p ol {
    margin: 8px 0 0;
    padding-left: 0;
    list-style: none;
}

.command_p ol {
    counter-reset: command-list;
}

.command_p ol > li {
    counter-increment: command-list;
    display: grid;
    grid-template-columns: 1.6em minmax(0, 1fr);
    column-gap: 4px;
}

.command_p ol > li::before {
    content: counter(command-list, decimal-leading-zero) ".";
    text-align: right;
    font-size: 14px;
}

.command_p ol > li p {
    min-width: 0;
}

.command_p li + li {
    margin-top: 6px;
}

.command_p .note {
    margin-top: 8px;
}

.fr-linkButtonParent {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1330px;
    margin: 88px auto 0;
    padding: 0 16px;
    box-sizing: border-box;
}

.fr-linkButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 560px;
    min-height: 62px;
    background: #1b1b1b;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-sizing: border-box;
}

.fr-globalFooter {
    box-sizing: border-box;
    min-width: 320px;
    margin-top: 24px;
}

.fr-globalFooter_inner,
.fr-globalFooter_navigation {
    text-align: center;
}

.fr-globalFooter_navigation {
    padding: 24px 0;
    border-top: 1px solid #dadada;
    background-color: #fff;
}

.fr-globalFooter_logoLink {
    display: inline-block;
}

.fr-globalFooter_logoImg {
    width: auto;
    height: 36px;
}

.fr-globalFooter_navItem {
    margin-top: 24px;
    font-size: 16px;
}

.fr-globalFooter_navItem a {
    color: #000;
    text-decoration: none;
}

.fr-globalFooter_copyright {
    padding: 15px 4vw;
    border-top: 1px solid #dadada;
    background: #f4f4f4;
}

.fr-globalFooter_copyrightText {
    display: block;
    box-sizing: border-box;
    color: #ababab;
    font-family:
        UniqloPro Light,
        sans-serif;
    font-size: 11px;
    line-height: 1.2;
}

.Sns_Inner {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding: 0 4vw;
}

.Sns_Icon + .Sns_Icon {
    margin-left: 31px;
}

.Sns_IconImg {
    width: 24px;
    height: 24px;
    border-radius: 5px;
}

.desktop-qr-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.58);
    opacity: 1;
    animation: desktopQrFadeIn 0.28s ease-out;
    transition: opacity 0.24s ease;
}

.desktop-qr-popup.is-hidden {
    display: none;
}

.desktop-qr-popup.is-closing {
    opacity: 0;
    pointer-events: none;
}

.desktop-qr-popup__panel {
    position: relative;
    box-sizing: border-box;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    animation: desktopQrPanelIn 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
    transition:
        transform 0.24s ease,
        opacity 0.24s ease;
}

.desktop-qr-popup.is-closing .desktop-qr-popup__panel {
    opacity: 0;
    transform: translateY(8px) scale(0.97);
}

.desktop-qr-popup__close {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #00a0e9;
    cursor: pointer;
}

.desktop-qr-popup__close::before,
.desktop-qr-popup__close::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: currentColor;
}

.desktop-qr-popup__close::before {
    transform: rotate(45deg);
}

.desktop-qr-popup__close::after {
    transform: rotate(-45deg);
}

.desktop-qr-popup__text {
    margin: 0;
    color: #00a0e9;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    white-space: nowrap;
}

.desktop-qr-popup__qr {
    display: block;
    margin: 0 auto;
    image-rendering: pixelated;
}

.desktop-qr-popup__text-desktop .--subTitle {
    font-size: 24px;
    display: block;
}

@media screen and (min-width: 768px) {
    .desktop-qr-popup__panel {
        width: 400px;
        min-height: 389px;
        padding: 56px 45px 54px;
        border-radius: 16px;
    }

    .desktop-qr-popup__close {
        top: 18px;
        right: 18px;
        width: 21px;
        height: 21px;
    }

    .desktop-qr-popup__close::before,
    .desktop-qr-popup__close::after {
        top: 10px;
        width: 21px;
        height: 2px;
    }

    .desktop-qr-popup__text {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 1.7;
    }

    .desktop-qr-popup__text-mobile {
        display: none;
    }

    .desktop-qr-popup__qr {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .desktop-qr-popup {
        align-items: flex-start;
        box-sizing: border-box;
        padding-top: 174px;
    }

    .desktop-qr-popup__panel {
        width: min(calc(100vw - 32px), 510px);
        min-height: 136px;
        padding: 34px 24px 34px;
    }

    .desktop-qr-popup__close {
        top: 21px;
        right: 20px;
    }

    .desktop-qr-popup__text {
        font-size: clamp(20px, 3.2vw, 22px);
        line-height: 1.8;
    }

    .desktop-qr-popup__text-desktop,
    .desktop-qr-popup__qr {
        display: none;
    }

    .desktop-qr-popup__text-mobile .--subTitle {
        display: block;
    }
}

@keyframes desktopQrFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes desktopQrPanelIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .desktop-qr-popup,
    .desktop-qr-popup__panel {
        animation: none;
        transition: none;
    }
}

@media screen and (min-width: 768px) {
    .fr-globalFooter {
        margin-top: 52px;
    }

    .fr-globalFooter_inner {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .fr-globalFooter_navigation {
        padding: 28px 0;
    }

    .fr-globalFooter_navigationInner {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 1226px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 24px;
        padding-left: 24px;
        box-sizing: border-box;
    }

    .fr-globalFooter_logo,
    .fr-globalFooter_navItem,
    .Sns_Icon {
        transition: opacity 0.6s;
    }

    .fr-globalFooter_logo:hover,
    .fr-globalFooter_navItem:hover,
    .Sns_Icon:hover {
        opacity: 0.75;
    }

    .fr-globalFooter_navList {
        display: flex;
        justify-content: center;
        margin-right: auto;
    }

    .fr-globalFooter_navItem {
        margin-top: 0;
        margin-left: 24px;
        font-size: 14px;
    }

    .fr-globalFooter_copyright {
        margin: 0 auto;
        padding: 28px 0;
    }

    .fr-globalFooter_copyrightText {
        max-width: 1226px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 24px;
        padding-left: 24px;
        font-size: 13px;
    }

    .Sns_Inner {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .command_p {
        margin-top: 28px;
        padding: 18px 16px;
        font-size: 13px;
        line-height: 1.55;
    }

    .command_p h2 {
        font-size: 20px;
    }

    .command_p h3 {
        font-size: 16px;
    }

    .fr-linkButtonParent {
        margin-top: 48px;
    }

    .fr-linkButton {
        max-width: none;
        min-height: 54px;
        font-size: 16px;
    }
}

.pagetop {
    position: fixed;
    right: 35px;
    bottom: 35px;
    width: 80px;
    height: 80px;
    transition: opacity 0.4s;
    z-index: 9998;
}

.pagetop a {
    display: inline-block;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: url("../images/page-top.png") no-repeat;
    background-size: 80px auto;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    outline: none;
}

@media screen and (max-width: 767px) {
    .pagetop {
        width: 45px;
        height: 45px;
        right: 0;
        bottom: 15px;
        z-index: 9999;
    }

    .pagetop a {
        background-size: 45px auto;
        transform: scale(1.5);
    }
}
