@charset "UTF-8";/*----202212トップリニューアル----*/
/* その他ページ上書き編集 */
#renewal2022 .block-topic-path {
    background-color: transparent;
}

@media screen and (min-width: 769px) {
    .block-order-estimate--container .order-side-area-fixed {
        top: 85px;
    }
}

@media screen and (max-width: 768px) {
    .flipdesk.flipdesk_target_width_mobile.mobile_button_lower_left .flipdesk-trigger,.flipdesk.flipdesk_target_width_mobile.mobile_button_lower_center .flipdesk-trigger {
        bottom: 70px !important;
    }
}

/*印刷用*/
@media print and (max-width: 768px) {
    #renewal2022-header .l-header-logo img {
        width: 52px;
    }
}

/* 印刷用 */
/* TOPの上書き編集（ソースコード編集不可のため） */
/* 新着情報 */
#renewal2022-top-free .block-top-topic--body {
    padding: 0;
}

#renewal2022-top-free .block-top-topic--items li {
    border-bottom: none;
    padding: 0;
}

#renewal2022-top-free .block-top-topic--items li:not(:last-child) {
    padding: 0 0 1.56em 0;
}

#renewal2022-top-free .block-top-topic--items>li+li {
    margin: 0;
}

#renewal2022-top-free .p-block-top-topic--items__info-date {
    font-size: 1.0em;
    color: #000036;
    margin: 0 0 0.7em 0;
}

#renewal2022-top-free .p-block-top-topic--items__info-desc {
    font-size: 1.2em;
    color: #757575;
}

#renewal2022-top-free .block-top-topic--next-page {
    display: none;
}

/* 共通 */
#renewal2022,#renewal2022-top,#renewal2022-top-free,#renewal2022-header,#renewal2022-footer,#renewal2022 h1,#renewal2022 h2,#renewal2022 h3,#renewal2022 h4,#renewal2022 h5,#renewal2022 h6,#renewal2022-top h1,#renewal2022-top h2,#renewal2022-top h3,#renewal2022-top h4,#renewal2022-top h5,#renewal2022-top h6,#renewal2022-top-free h1,#renewal2022-top-free h2,#renewal2022-top-free h3,#renewal2022-top-free h4,#renewal2022-top-free h5,#renewal2022-top-free h6,#renewal2022-footer h1,#renewal2022-footer h2,#renewal2022-footer h3,#renewal2022-footer h4,#renewal2022-footer h5,#renewal2022-footer h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #0c0c0c;
    padding: 0;
    margin: 0;
}

#renewal2022 img,#renewal2022-top-free img,#renewal2022-header img,#renewal2022-footer img {
    width: 100%;
}

#renewal2022 .l-inner,#renewal2022-top .l-inner,#renewal2022-top-free .l-inner {
    width: 75%;
    max-width: 1200px;
    margin: 0 auto;
}

#renewal2022 .l-innerMini,#renewal2022-top .l-innerMini,#renewal2022-top-free .l-innerMini {
    width: 75%;
    max-width: 900px;
    margin: 0 auto;
}

#renewal2022 .c-flex,#renewal2022-top .c-flex,#renewal2022-top-free .c-flex,#renewal2022-header .c-flex {
    display: flex;
}

#renewal2022 .c-grid,#renewal2022-top .c-grid,#renewal2022-top-free .c-grid,#renewal2022-header .c-grid {
    display: grid;
}

#renewal2022 .c-pcNone,#renewal2022-top .c-pcNone,#renewal2022-top-free .c-pcNone,#renewal2022-header .c-pcNone {
    display: none;
}

#renewal2022 .c-spNone,#renewal2022-top .c-spNone,#renewal2022-top-free .c-spNone,#renewal2022-header .c-spNone {
    display: block;
}

#renewal2022 .l-btn,#renewal2022-top .l-btn,#renewal2022-top-free .l-btn {
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
    padding: 5em 0 0 0;
}

#renewal2022 .l-btn a,#renewal2022-top .l-btn a,#renewal2022-top-free .l-btn a {
    height: 3.75em;
    font-size: 1.25em;
    letter-spacing: 0.025em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000036;
    border-radius: 5px;
    color: #fff;
}

#renewal2022 .l-ttl,#renewal2022-top .l-ttl,#renewal2022-top-free .l-ttl {
    font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-align: center;
    color: #000036;
    margin: 0 0 1.56em 0;
}

#renewal2022 .l-ttl span,#renewal2022-top .l-ttl span,#renewal2022-top-free .l-ttl span {
    position: relative;
    display: block;
    font-size: 0.75em;
    font-weight: 500;
    padding: 4.2em 0 0 0;
}

#renewal2022 .l-ttl span::before,#renewal2022-top .l-ttl span::before,#renewal2022-top-free .l-ttl span::before {
    position: absolute;
    content: "";
    display: block;
    width: 2.1em;
    height: 1px;
    background: #797f90;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 2.1em 0 0 0;
}

#renewal2022-top .slick-slide a {
    outline: none;
}

#renewal2022 .l-fadeIn,#renewal2022-top .l-fadeIn,#renewal2022-top-free .l-fadeIn,#renewal2022-footer .l-fadeIn {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity, transform;
}

#renewal2022 .l-fadeIn__active,#renewal2022-top .l-fadeIn__active,#renewal2022-top-free .l-fadeIn__active,#renewal2022-footer .l-fadeIn__active {
    opacity: 1;
    transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
    /* TOPのトピック上書き編集（ソースコード編集不可のため） */#renewal2022-top-free .block-top-topic--items li:not(:last-child) {
        padding: 0 0 1.25em 0;
    }

    /* 一部チャットボットのための配置指定 */
    #satfaq-widget-icon {
        bottom: 7.5rem !important;
        z-index: 1 !important;
    }

    #renewal2022 .l-inner,#renewal2022-top .l-inner,#renewal2022-top-free .l-inner,#renewal2022-header .l-inner {
        width: 90%;
    }

    #renewal2022 .l-innerMini,#renewal2022-top .l-innerMini,#renewal2022-top-free .l-innerMini,#renewal2022-header .l-innerMini {
        width: 100%;
    }

    #renewal2022 .c-pcNone,#renewal2022-top .c-pcNone,#renewal2022-top-free .c-pcNone,#renewal2022-header .c-pcNone {
        display: block;
    }

    #renewal2022 .c-spNone,#renewal2022-top .c-spNone,#renewal2022-top-free .c-spNone,#renewal2022-header .c-spNone {
        display: none;
    }

    #renewal2022 .l-btn,#renewal2022-top .l-btn,#renewal2022-top-free .l-btn {
        width: 100%;
        padding: 2.5em 0 0 0;
    }

    #renewal2022 .l-btn a,#renewal2022-top .l-btn a,#renewal2022-top-free .l-btn a {
        height: 2.5em;
        font-size: 1.25em;
    }

    #renewal2022 .l-ttl,#renewal2022-top .l-ttl,#renewal2022-top-free .l-ttl {
        font-size: 1.5em;
        margin: 0 0 1em 0;
    }

    #renewal2022 .l-ttl span,#renewal2022-top .l-ttl span,#renewal2022-top-free .l-ttl span {
        font-size: 0.58em;
        padding: 2.1em 0 0 0;
    }

    #renewal2022 .l-ttl span::before,#renewal2022-top .l-ttl span::before,#renewal2022-top-free .l-ttl span::before {
        width: 1em;
        margin: 1.05em 0 0 0;
    }
}

@media screen and (min-width: 769px) {
    #renewal2022 a[href^="tel:"],#renewal2022-top a[href^="tel:"],#renewal2022-top-free a[href^="tel:"],#renewal2022-footer a[href^="tel:"] {
        pointer-events: none;
    }
}

/* ===============================header=============================== */
#renewal2022-header .l-iconMenu {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 20%;
    max-width: 150px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

#renewal2022-header .l-iconMenu-item {
    position: relative;
    width: 17.6%;
}

#renewal2022-header .l-iconMenu-item p {
    text-align: center;
}

#renewal2022-header .l-iconMenu-item img {
    max-width: 21px;
}

#renewal2022-header .block-headernav--cart-count {
    top: -1em;
    right: -0.5em;
}

#renewal2022-header .l-iconMenu-txt {
    font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 0.625em;
    color: #000036;
}

/* SPメニューのフッター要素 */
#renewal2022-header .l-footer__box {
    padding: 6.25em 0 0 0;
}

#renewal2022-header .l-footer__inner {
    width: 56.25%;
    max-width: 900px;
    margin: 0 auto;
}

#renewal2022-header .l-footer__logo {
    width: 27%;
    max-width: 170px;
    margin: 0 auto;
    padding: 0 0 3.75em 0;
}

#renewal2022-header .l-footer__logo a {
    display: block;
    text-align: center;
}

#renewal2022-header .l-footer__logo img {
    width: 52%;
    max-width: 88px;
    text-align: center;
}

#renewal2022-header .l-footer__logo span {
    font-size: 0.75em;
    text-align: center;
    display: block;
    color: #000036;
    padding: 1em 0 0 0;
}

#renewal2022-header .l-footer__sns {
    justify-content: center;
    width: 26%;
    max-width: 240px;
    padding: 0 0 3.125em 0;
    margin: 0 auto;
}

#renewal2022-header .l-footer__sns>* {
    width: 33.6%;
    max-width: 41px;
}

#renewal2022-header .l-footer__sns>*:not(:last-child) {
    margin: 0 1.875em 0 0;
}

#renewal2022-header .l-footer__sns a {
    display: block;
}

#renewal2022-header .l-btn__maga {
    width: 66%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 4.375em 0;
}

#renewal2022-header .l-btn__maga a {
    height: 3.57em;
    font-size: 0.875em;
    letter-spacing: 0.025em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2ff;
    background-image: linear-gradient(90deg, #f2f2ff 0%, #f2fbff 100%);
    border: 1px solid #f2f2ff;
    border-radius: 50px;
    color: #000036;
}

#renewal2022-header .l-footer__menu {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 2.5em 0;
}

#renewal2022-header .l-footer__menu li {
    width: 24%;
    padding: 0 0 1.875em 0;
}

#renewal2022-header .l-footer__menu a {
    display: block;
    font-size: clamp(12px, 0.88vw, 14px);
    color: #000036;
}

#renewal2022-header .l-footer__btn {
    padding: 0 0 5em 0;
}

#renewal2022-header .l-footer__btn-box {
    border: 1px solid #eeeeee;
    margin: 1.25em 0 0;
    padding: 1.875em 5%;
}

#renewal2022-header .l-footer__btn-box__inner {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1em 0 0;
}

#renewal2022-header .l-footer__btn-box__inner>* {
    width: 46%;
    max-width: 420px;
}

#renewal2022-header .l-btn__mail a {
    width: 100%;
    max-width: 600px;
    height: 3em;
    font-size: 1.25em;
    letter-spacing: 0.025em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000036;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
}

#renewal2022-header .l-btn__mail span {
    font-size: 0.85em;
    padding: 0 0.7em 0 0;
}

#renewal2022-header .l-btn__tell {
    text-align: center;
}

#renewal2022-header .l-btn__tell>a {
    width: 80%;
    min-width: 180px;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.025em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #000036;
    margin: 0.5em auto 0;
}

#renewal2022-header .l-btn__tell span {
    width: 100%;
    font-weight: normal;
    font-size: 0.9em;
}

#renewal2022-header .l-btn__tell i {
    padding: 0 0.5em 0 0;
}

#renewal2022-header .l-btn__tellS {
    font-size: clamp(12px, 0.88vw, 14px);
    ;color: #797f90;
    padding: 1em 0 0;
}

#renewal2022-header .l-btn__tellS a {
    color: #000036;
}

#renewal2022-header .l-caution {
    font-size: clamp(12px, 0.88vw, 14px);
    padding: 0 0 2em;
}

#renewal2022-header .l-caution-ttl {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #000036;
    padding: 0 0 0.5em;
}

#renewal2022-header .l-caution-imp {
    color: #e61d50;
}

#renewal2022-header .l-footer__bnr {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 5em 0;
}

#renewal2022-header .l-footer__bnr>* {
    width: 22%;
    max-width: 200px;
    min-width: 150px;
}

#renewal2022-header .l-footer__bnr img {
    max-width: none;
}

#renewal2022-header .l-footer__bnr>*:not(:last-child) {
    margin: 0 2em 0 0;
}

#renewal2022-header .l-footer__privacy {
    width: 9%;
    max-width: 134px;
    margin: 0 auto;
    padding: 0 0 0.69em 0;
}

#renewal2022-header .l-footer__privacy a {
    display: block;
}

#renewal2022-header .l-footer__copy {
    background: #797f90;
}

#renewal2022-header .l-footer__copy p {
    height: 2.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.625em;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #renewal2022-header .l-inner {
        width: 90%;
    }

    #renewal2022-header .l-btn {
        width: 100%;
        padding: 2.5em 0 0 0;
    }

    #renewal2022-header .l-btn a {
        height: 2.5em;
        font-size: 1.25em;
    }

    #renewal2022-header .block-headernav--cart-count {
        top: -0.5em;
        right: auto;
        left: 65%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    #renewal2022-header .l-footer__merit {
        padding: 3.125em 0;
    }

    #renewal2022-header .l-ttl {
        font-size: 1.5em;
        margin: 0 0 1em 0;
    }

    #renewal2022-header .l-ttl span {
        font-size: 0.58em;
        padding: 2.1em 0 0 0;
    }

    #renewal2022-header .l-ttl span::before {
        width: 1em;
        margin: 1.05em 0 0 0;
    }

    #renewal2022-header .l-footer__merit-boxD {
        width: 47%;
        padding: 1em 0 1em 0;
        margin: 0 0 1.25em 0;
    }

    #renewal2022-header .l-footer__merit-img {
        width: 47%;
    }

    #renewal2022-header .l-footer__merit-subTtl {
        font-size: 1em;
    }

    #renewal2022-header .l-footer__merit-txt {
        font-size: 0.625em;
    }

    #renewal2022-header .l-footer__box {
        padding: 3.125em 0 0 0;
    }

    #renewal2022-header .l-footer__inner {
        width: 90%;
    }

    #renewal2022-header .l-footer__logo {
        width: 60%;
        padding: 0 0 1.875em 0;
    }

    #renewal2022-header .l-footer__logo img {
        width: 42%;
    }

    #renewal2022-header .l-footer__logo span {
        font-size: 1.25em;
    }

    #renewal2022-header .l-footer__sns {
        width: 60%;
        padding: 0 0 1.56em 0;
    }

    #renewal2022-header .l-footer__sns>*:not(:last-child) {
        margin: 0 10% 0 0;
    }

    #renewal2022-header .l-btn__maga {
        width: 100%;
        padding: 0 0 2.5em 0;
    }

    #renewal2022-header .l-btn__maga a {
        height: 2.5em;
        font-size: 1em;
    }

    #renewal2022-header .l-footer__menu {
        padding: 0 0 1.56em 0;
    }

    #renewal2022-header .l-footer__menu li {
        width: 47%;
        padding: 0 0 0.9em 0;
    }

    #renewal2022-header .l-footer__btn {
        padding: 0 0 2.5em 0;
    }

    #renewal2022-header .l-footer__btn>* {
        width: 100%;
        max-width: 720px;
    }

    #renewal2022-header .l-footer__btn>*:not(:last-child) {
        padding: 1.6em 0 0;
    }

    #renewal2022-header .l-btn__mail a {
        height: 2.5em;
    }

    #renewal2022-header .l-footer__btn-box__inner {
        display: block;
    }

    #renewal2022-header .l-btn__tell {
        width: 100%;
        margin: 0 auto;
    }

    #renewal2022-header .l-btn__tell:first-child {
        padding: 0 0 1em;
    }

    #renewal2022-header .l-btn__tell>a::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 0;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000036;
        border-right: 1px solid #000036;
        margin: -10px 0 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #renewal2022-header .l-footer__bnr {
        padding: 0 0 2.5em 0;
    }

    #renewal2022-header .l-footer__bnr>* {
        width: 100%;
        max-width: 720px;
        text-align: center;
    }

    #renewal2022-header .l-footer__bnr>*:not(:last-child) {
        margin: 0 0 1.56em 0;
    }

    #renewal2022-header .l-footer__privacy {
        width: 19%;
    }
}

@media screen and (max-width: 400px) {
    #renewal2022-header .block-headernav--cart-count {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
        top: -0.8em;
        left: 75%;
    }
}

@media screen and (min-width: 769px) {
    #renewal2022-header {
        width: 100%;
        background: #b4d295;
        margin: 0 auto;
        z-index: 10;
        box-shadow: 0px 5px 10px -9px #000036;
    }

    #renewal2022-header .l-header-logo {
        width: 8.2%;
        min-width: 100px;
        margin: 0 auto;
        padding: 1.25em 0;
        font-size: 16px;
    }

    #renewal2022-header .l-header-logo a {
        display: block;
    }

    #renewal2022-header .l-header-nav {
        background: #b4d295;
    }

    #renewal2022-header .l-header-nav__main {
        position: relative;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 0 0.5em;
    }

    #renewal2022-header .l-header-nav__mainItem>p,#renewal2022-header .l-header-nav__mainItem>a {
        display: block;
        font-size: clamp(16px, 1.13vw, 18px);
        font-weight: 500;
        color: #000036;
    }

    #renewal2022-header .l-header-nav__main>*:not(:last-child) .l-header-nav__mainItem>a,#renewal2022-header .l-header-nav__mainItem>a {
        padding: 0 1.5em 0;
    }

    #renewal2022-header .l-header-nav__mainItem a:hover{
        text-decoration:underline;
        background-color:#fff;
    }
    #renewal2022-header .l-header-nav__sub>*:not(:last-child) {
        padding: 0 1.5em 0;
    }


    #renewal2022-header .l-header-nav__sub {
        position: absolute;
        bottom: -3em;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 80%;
        max-width: 1000px;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        font-size: 0.875em;
        color: #000036;
        background: rgb(255, 255, 255, 0.9);
        padding: 1em 0;
        opacity: 0;
        transition: .3s;
        z-index: -1;
    }

    #renewal2022-header .l-header-nav__sub a {
        font-weight: 500;
    }

    #renewal2022-header .l-header-nav__mainItem>a:hover {
        opacity: .75;
        cursor: pointer;
        transition: opacity 300ms ease-out 0ms;
    }

    #renewal2022-header .l-header-nav__mainItem>a:hover+.l-header-nav__sub {
        opacity: 1;
        transition: .3s;
        z-index: 1;
    }

    #renewal2022-header .l-header-nav__sub:hover {
        opacity: 1;
        z-index: 1;
    }

    /* ヘッダー固定PC 20230106 */
    #renewal2022-header.l-header__fixed {
        position: fixed;
        height: 80px;
        opacity: 0;
        animation-name: fixed;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    @keyframes fixed {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    #renewal2022-header.l-header__fixed .l-header-inner {
        width: 80%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #renewal2022-header.l-header__fixed .l-header-logo {
        width: 10%;
        max-width: 80px;
        min-width: 40px;
        padding: 0;
        margin: 0 3% 0 3%;
    }

    #renewal2022-header.l-header__fixed .l-header-nav__main {
        padding: 0;
    }

    #renewal2022-header.l-header__fixed .l-header-nav {
        width: 80%;
    }

    #renewal2022-header.l-header__fixed .l-header-nav__main {
        justify-content: space-between;
        width: 100%;
    }

    #renewal2022-header.l-header__fixed .l-header-nav__main>*:not(:last-child) p,#renewal2022-header.l-header__fixed .l-header-nav__mainItem>a {
        padding: 1em 0;
    }

    #renewal2022-header.l-header__fixed .l-header-nav__mainItem>p,#renewal2022-header.l-header__fixed .l-header-nav__mainItem>a {
        font-size: clamp(12px, 1.13vw, 16px);
    }

    #renewal2022-header.l-header__fixed .l-header-nav__sub {
        width: 100%;
    }

    #renewal2022-header.l-header__fixed .l-iconMenu {
        width: 13%;
        max-width: 180px;
        min-width: 125px;
        top: 1.5em;
    }
}

@media screen and (min-width: 1000px) {
    #renewal2022-header.l-header__fixed .l-header-inner {
        justify-content: center;
    }

    #renewal2022-header.l-header__fixed .l-header-nav {
        width: 85%;
    }
}

@media screen and (min-width: 1450px) {
    #renewal2022-header.l-header__fixed .l-header-nav {
        width: 100%;
        max-width: 1000px;
        background-color: #b4d295;
    }
}

@media screen and (max-width: 768px) {
    #renewal2022-header .l-header-inner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        background-color: #b4d295;
    }

    #renewal2022-header .l-header-logo {
        font-size: 16px;
        padding: 0.75em 0;
        margin: 0;
    }

    #renewal2022-header .l-header-logo a {
        display: block;
        width: 22.3%;
        max-width: 90px;
        margin: 0 auto;
    }

    #renewal2022-header .l-close-box {
        position: sticky;
        background: #fff;
        padding: 1em 0;
        top: 0;
        z-index: 15;
    }

    #renewal2022-header .l-hamburger {
        border: none;
        outline: none;
        background: none;
        cursor: pointer;
        display: block;
        position: relative;
        padding: 0;
        margin: 0 auto;
    }

    #renewal2022-header .l-close {
        border: none;
        outline: none;
        background: none;
        cursor: pointer;
        display: block;
        position: relative;
        width: 100%;
        max-width: 21px;
        height: 21px;
        margin: 0 auto;
    }

    #renewal2022-header .l-close {
        max-width: 25px;
        height: 25px;
        margin: 0 0 0 auto;
        position: relative;
    }

    #renewal2022-header .l-close span {
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        right: 0;
        background: #000036;
        transition: all 0.5s;
    }

    #renewal2022-header .l-close span:nth-child(1) {
        top: 1.25em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #renewal2022-header .l-close span {
        top: 2em;
    }

    #renewal2022-header .l-close span:nth-child(2) {
        top: 1.25em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #renewal2022-header .l-iconMenu {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: none;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #b4d295;
        border-top: 1px solid #000036;
        z-index: 5;
    }

    #renewal2022-header .l-header-nav {
        background: #fff;
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 100;
        overflow-y: scroll;
        -webkit-transition: 1s;
        transition: 1s;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    #renewal2022-header .l-header-nav.l-active {
        bottom: 0;
        opacity: 1;
        -webkit-transition: 1s;
        transition: 1s;
    }

    #renewal2022-header .l-header-nav-inner {
        position: relative;
        width: 82.5%;
        margin: 0 auto;
    }

    /* キーワード検索 */
    #renewal2022-header .l-search__form-box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    #renewal2022-header .l-search__form-box span {
        width: 85%;
    }

    #renewal2022-header .l-search__btn {
        width: 10%;
    }

    #renewal2022-header .l-search__form-input {
        width: 100%;
        font-size: clamp(10px, 1.75vw, 14px);
        background: #fff;
        border: 1px solid #797f90;
        border-radius: 5px;
        padding: 0.5em 0;
    }

    #renewal2022-header .l-search__btn {
        display: inline-block;
    }

    #renewal2022-header .l-search__btn button {
        border: none;
        outline: none;
        background: none;
        cursor: pointer;
        padding: 0;
        margin: 0;
    }

    #renewal2022-header .l-header-ttl {
        font-size: 1.25em;
        font-weight: 600;
        padding: 0 0 0.6em 0;
    }

    #renewal2022-header .l-search__word {
        padding: 0.9em 0 0.9em 0;
    }

    #renewal2022-header .l-search__word-box {
        display: flex;
        flex-wrap: wrap;
    }

    #renewal2022-header .l-search__word-box>*:not(:last-child) {
        padding: 0 0.5em 0.5em 0;
    }

    #renewal2022-header .l-search__word-item a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.875em;
        color: #000036;
        background: #fff;
        border-radius: 5px;
        padding: 0.5em;
        border: solid 1px #000036;
    }

    #renewal2022-header .l-header-nav__mainItem {
        position: relative;
    }

    #renewal2022-header .l-header-nav__mainItem>a {
        display: block;
        padding: 0.4em 1em;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #dbdbdb;
    }

    #renewal2022-header .l-header-nav__mainItem-noImg a {
        position: relative;
        min-height: 3.125em;
        padding: 1em 0 1em 30%;
    }

    #renewal2022-header .l-header-nav__mainItem>a img {
        width: 15%;
        max-width: none;
        min-width: 50px;
    }

    #renewal2022-header .l-header-nav__mainItemP {
        position: relative;
        border-bottom: 1px solid #dbdbdb;
        padding: 0.9em 0;
        cursor: pointer;
    }

    #renewal2022-header .l-header-nav__mainItemC {
        display: none;
    }

    #renewal2022-header .l-header-nav__mainItemP p {
        position: relative;
    }

    #renewal2022-header .l-header-nav__mainItem p::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 1em;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000036;
        border-right: 1px solid #000036;
        margin: -10px 0 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        transition: .3s;
    }

    #renewal2022-header .l-header-nav__mainItem p {
        position: relative;
        font-size: 1em;
        text-align: left;
        padding: 0.4em 1em;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #dbdbdb;
        cursor: pointer;
    }

    #renewal2022-header .l-header-nav__mainItem p img {
        width: 15%;
        max-width: none;
        min-width: 50px;
    }

    #renewal2022-header .l-header-nav__sub {
        opacity: 1;
        position: static;
        display: none;
    }

    #renewal2022-header .l-header-nav__sub a {
        position: relative;
        display: block;
        font-size: 0.875em;
        color: #000036;
        border-bottom: 1px solid #dbdbdb;
        padding: 1em 0 1em 23%;
    }

    #renewal2022-header .l-header-nav__mainItem-noImg a::before,#renewal2022-header .l-header-nav__sub a::before {
        width: 1.25em;
        height: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 18%;
        background: #000036;
    }

    #renewal2022-header .l-header-nav__mainItem>p.l-open::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: .3s;
    }
}

@media screen and (max-width: 400px) {
    #renewal2022-header .l-header-nav__sub a {
        padding: 1.2em 0 1.2em 30%;
    }
}

/* ===============================top上部=============================== */
/* MV */
/* スライダー */
#renewal2022-top .p-top__mv-box.slick-dotted.slick-slider {
    line-height: 0;
    margin-bottom: 0;
}

#renewal2022-top .l-mv_dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
}

#renewal2022-top .l-mv_dots li {
    display: inline-block;
}

#renewal2022-top .l-mv_dots li:not(:last-child) {
    margin: 0 1.5em 0 0;
}

#renewal2022-top .l-mv_dots button {
    display: block;
    width: 40px;
    height: 6px;
    margin: 0;
    font-size: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    background: #dbdbdb;
}

#renewal2022-top .l-mv_dots .slick-active button {
    background: #000036;
}

/* トップメッセージ */
#renewal2022-top .p-top__messe {
    min-height: 3.125em;
    background: #000036;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:600;
}

#renewal2022-top .p-top__messe a {
    display: block;
    font-size: 1em;
    color: #fff;
    text-align: center;
}


/* 新トップメッセージPC */
.top-news-slider{
  height:44px;
  overflow:hidden;
  background:#000036;
  position:relative;
}

.top-news-slider__track{
  transition:transform .12s ease;
}

.top-news-slider__item{
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.top-news-slider__item a{
  color:#fff;
  font-size:1em;
  text-decoration:none;
  padding:0 2em;
  text-align:center;
}


/* メニュー */
#renewal2022-top .p-top__menu {
    background: #eeeeee;
    padding: 0 0 6.25em 0;
}

#renewal2022-top .p-top__menu-box {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5em 2%;
    padding: 6.25em 0 0 0;
}
/*
#renewal2022-top .p-top__menu-box>*:first-child {
    grid-row: 1;
    grid-column: 1/3;
}

#renewal2022-top .p-top__menu-box>*:nth-child(2) {
    grid-row: 1;
    grid-column: 3/5;
}*/

/*#renewal2022-top .p-top__menu-box>*:nth-child(n + 3) {grid-row: 2;}*/
#renewal2022-top .p-top__menu-item a {
    display: block;
}

#renewal2022-top .p-top__menu-ttl {
    font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #000036;
    background: #fff;
    padding: 1em 0;
}

#renewal2022-top .p-top__menu-ttl span {
    font-size: 0.7em;
    font-weight: 400;
    color: #797f90;
}

/* ランキング */
#renewal2022-top .p-top__rank {
    padding: 6.25em 0 6.25em 0;
}

#renewal2022-top .p-top__rank-box {
    padding: 0 4.7em;
}

#renewal2022-top .p-top__rank-item {
    position: relative;
    padding: 0 1.56em;
}

#renewal2022-top .p-top__rank-img {
    position: relative;
    border: 1px solid #f2f2f2;
}

#renewal2022-top .p-top__rank01 .p-top__rank-img::before,#renewal2022-top .p-top__rank02 .p-top__rank-img::before,#renewal2022-top .p-top__rank03 .p-top__rank-img::before,#renewal2022-top .p-top__rank04 .p-top__rank-img::before,#renewal2022-top .p-top__rank05 .p-top__rank-img::before {
    content: "";
    display: block;
    width: 3.19em;
    height: 2.5em;
    background: url("../../img/usr/top/rank01.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.8em;
    left: 0.8em;
    z-index: 1;
}

#renewal2022-top .p-top__rank02 .p-top__rank-img::before {
    background: url("../../img/usr/top/rank02.png") no-repeat;
    background-size: contain;
}

#renewal2022-top .p-top__rank03 .p-top__rank-img::before {
    background: url("../../img/usr/top/rank03.png") no-repeat;
    background-size: contain;
}

#renewal2022-top .p-top__rank04 .p-top__rank-img::before {
    background: url("../../img/usr/top/rank04.png") no-repeat;
    background-size: contain;
    left: 1em;
}

#renewal2022-top .p-top__rank05 .p-top__rank-img::before {
    background: url("../../img/usr/top/rank05.png") no-repeat;
    background-size: contain;
    left: 1em;
}

#renewal2022-top .p-top__rank-item a {
    display: block;
    min-height: 146px;
}

#renewal2022-top .p-top__rank-innerBox {
    background: #f2f2f2;
    padding: 1.875em 0;
}

#renewal2022-top .p-top__rank-innerBox>* {
    width: 90%;
    margin: 0 auto;
}

#renewal2022-top .p-top__rank-btn {
    width: 80%;
    min-width: 130px;
    font-size: 0.875em;
    text-align: center;
    color: #000036;
    background: #fff;
    padding: 0.2em 0;
    margin: 0 0 1em;
}

#renewal2022-top .p-top__rank-txt span {
    font-size: 0.75em;
}

#renewal2022-top .p-top__rank-ttl {
    font-size: 1.125em;
    font-weight: 600;
    color: #000036;
}

#renewal2022-top .l-btn__cart {
    width: 90%;
    margin: 1.5em auto 0;
}

#renewal2022-top .l-btn__cart button {
    width: 100%;
    display: block;
    font-weight: 500;
    text-align: center;
    background: #e77878;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 1em 0;
}

#renewal2022-top .l-btn__cart button:hover {
    cursor: pointer;
    opacity: .75;
    transition: opacity 300ms ease-out 0ms;
}

.l-btn__cart img {
    display: inline-block;
    max-width: 22px;
    margin: 0 0.2em 0 0;
}

/* スライダー */
#renewal2022-top .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(0, 0, 21, 0.7);
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

#renewal2022-top .slick-arrow:hover {
    opacity: .75;
    transition: opacity 300ms ease-out 0ms;
}

#renewal2022-top .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(45deg);
}

#renewal2022-top .slick-next {
    right: 0;
}

#renewal2022-top .slick-prev {
    left: 0;
}

#renewal2022-top .slick-next::before {
    left: 35%;
}

#renewal2022-top .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 35%;
}

#renewal2022-top .l-slide_dots {
    text-align: center;
    margin: 1.75em 0 0 0;
}

#renewal2022-top .l-slide_dots li {
    display: inline-block;
}

#renewal2022-top .l-slide_dots button {
    display: block;
    width: 9px;
    height: 9px;
    margin: 8px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #dbdbdb;
    border-radius: 50%;
}

#renewal2022-top .l-slide_dots .slick-active button {
    background: #000036;
}

/* トピックス */
#renewal2022-top .p-top__topic {
    padding: 6.25em 0;
}

#renewal2022-top .p-top__topic-box {
    max-width: 1000px;
    margin: 0 auto;
}

#renewal2022-top .p-top__topic-2column {
    justify-content: center;
    margin: 0 0 2.5em 0;
}

#renewal2022-top .p-top__topic-2column>*:nth-child(2n+1) {
    margin: 0 3% 0 0;
}

#renewal2022-top .p-top__topic-item {
    border: 1px solid #d0d0d0;
}

#renewal2022-top .p-top__topic-item:not(:last-child) {
    margin: 0 0 2em;
}

#renewal2022-top .p-top__topic-item a {
    display: block;
}

/* インスタ */
/* テスト用 */
#renewal2022-top .p-top__insta .widget_insta {
    width: 22%;
    margin: 13px;
    float: left;
}

#renewal2022-top .p-top__insta .widget_insta_sp {
    width: 46%;
    margin: 5px;
    float: left;
}

/* テスト用ここまで */
#renewal2022-top .p-top__insta {
    padding: 6.25em 0;
}

#renewal2022-top .l-btn__insta {
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
    padding: 5em 0 0 0;
    clear: both;
}

#renewal2022-top .l-btn__insta a {
    height: 2.75em;
    font-size: 1.25em;
    letter-spacing: 0.025em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #57489d;
    background-image: linear-gradient(90deg, #57489d 0%, #e02e6a 51%, #f6c066 100%);
    border-radius: 50px;
    color: #fff;
}

/* 使い方 */
#renewal2022-top .p-top__how {
    padding: 6.25em 0;
}

#renewal2022-top .p-top__how-item {
    width: 100%;
    aspect-ratio: 16 / 9;
    text-align: center;
}

#renewal2022-top .p-top__how-item iframe {
    width: 100%;
    height: 100%;
}

/* スライダー */
#renewal2022-top .p-top__how .slick-arrow {
    background-color: rgb(255, 255, 255);
}

#renewal2022-top .p-top__how .slick-arrow::before {
    width: 20px;
    height: 20px;
    border: 1px solid #000036;
    border-width: 3px 3px 0 0;
}

#renewal2022-top .p-top__how .slick-next {
    right: -17%;
}

#renewal2022-top .p-top__how .slick-prev {
    left: -17%;
    transform: rotate(-180deg);
}

@media screen and (max-width: 1300px) {
    #renewal2022-top .p-top__rank-item {
        padding: 0 0.5em;
    }

    #renewal2022-top .p-top__rank01 a::before,#renewal2022-top .p-top__rank02 a::before,#renewal2022-top .p-top__rank03 a::before {
        left: 1em;
    }
}

@media screen and (max-width: 768px) {
    /* MV *//* スライダー */#renewal2022-top .l-mv_dots {
        bottom: 10px;
    }

    #renewal2022-top .l-mv_dots li:not(:last-child) {
        margin: 0 1em 0 0;
    }

    #renewal2022-top .l-mv_dots button {
        width: 20px;
        height: 3px;
    }

    /* トップメッセージ */
    /*#renewal2022-top .p-top__messe {
        min-height: 2.5em;
    }*/

    #renewal2022-top .p-top__messe a {
        font-size: 0.9em;
        padding: 0 1em;
    }
/* 新トップメッセージSP */
.top-news-slider{
  height:44px;
  overflow:hidden;
  background:#000036;
  position:relative;
}

.top-news-slider__track{
  transition:transform .9s ease;
}

.top-news-slider__item{
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.top-news-slider__item a{
  color:#fff;
  font-size:1em;
  text-decoration:none;
  padding:0 2em;
  text-align:center;
}


    /* メニュー */
    #renewal2022-top .p-top__menu {
        padding: 0 0 3.125em 0;
    }

    #renewal2022-top .p-top__menu-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.8em 4%;
        padding: 3.125em 0 0 0;
    }

    #renewal2022-top .p-top__menu-box>*:first-child {
        grid-row: auto;
        grid-column: 1/2;
    }

    #renewal2022-top .p-top__menu-box>*:nth-child(2) {
        grid-row: auto;
        grid-column: 2/3;
    }

    #renewal2022-top .p-top__menu-box>*:nth-child(n + 3) {
        grid-row: auto;
    }

    #renewal2022-top .p-top__menu-ttl {
        font-size: 0.9em;
    }

    /* ランキング */
    #renewal2022-top .p-top__rank {
        padding: 3.125em 0 3.125em 0;
    }

    #renewal2022-top .p-top__rank .l-inner {
        width: 95%;
        overflow: hidden;
        margin: 0 0 0 auto;
    }

    #renewal2022-top .p-top__rank-innerBox {
        padding: 0.875em 0;
    }

    #renewal2022-top .p-top__rank-box {
        padding: 0;
    }

    #renewal2022-top .p-top__rank01 a::before,#renewal2022-top .p-top__rank02 a::before,#renewal2022-top .p-top__rank03 a::before {
        left: 1.5em;
    }

    #renewal2022-top .p-top__rank-inner {
        width: 100%;
    }

    #renewal2022-top .p-top__rank-btn {
        min-width: auto;
        font-size: 0.875em;
        margin: 0 0 0.5em;
    }

    #renewal2022-top .p-top__rank-item a {
        min-height: 130px;
    }

    #renewal2022-top .p-top__rank-ttl {
        font-size: 1em;
    }

    #renewal2022-top .l-btn__cart {
        margin: 1em auto 0;
    }

    #renewal2022-top .l-btn__cart button {
        padding: 0.8em 0;
    }

    /* スライダー */
    #renewal2022-top .p-top__rank-box .slick-list {
        overflow: visible;
        width: 80%;
    }

    #renewal2022-top .p-top__rank .slick-arrow {
        display: none !important;
    }

    #renewal2022-top .p-top__rank .slick-arrow::before {
        content: none;
    }

    /* トピックス */
    #renewal2022-top .p-top__topic {
        padding: 3.125em 0;
    }

    #renewal2022-top .p-top__topic-2column {
        display: block;
        margin: 0;
    }

    #renewal2022-top .p-top__topic-2column>*,#renewal2022-top .p-top__topic-2column>*:nth-child(2n+1) {
        margin: 0 auto 1em 0;
    }

    #renewal2022-top .p-top__topic-item:not(:last-child) {
        margin: 0 0 1em;
    }

    /* インスタ */
    #renewal2022-top .p-top__insta {
        padding: 3.125em 0;
    }

    #renewal2022-top .l-btn__insta {
        width: 100%;
        padding: 2.5em 0 0 0;
    }

    #renewal2022-top .l-btn__insta a {
        height: 2.5em;
        font-size: 1.25em;
    }

    /* 使い方 */
    #renewal2022-top .p-top__how {
        padding: 3.125em 0;
    }

    #renewal2022-top .p-top__how-box {
        width: 90%;
        margin: 0 auto;
    }

    /* スライダー */
    #renewal2022-top .p-top__how .slick-arrow {
        width: 15px;
        height: 15px;
    }

    #renewal2022-top .p-top__how .slick-arrow::before {
        width: 15px;
        height: 15px;
    }

    #renewal2022-top .p-top__how .slick-next {
        right: -5%;
    }

    #renewal2022-top .p-top__how .slick-prev {
        left: -5%;
    }
}

@media screen and (max-width: 400px) {
    /* スライダー */#renewal2022-top .p-top__how .slick-next {
        right: -6%;
    }

    #renewal2022-top .p-top__how .slick-prev {
        left: -10%;
    }
}

/* ===============================top下部（予備テンプレート1）=============================== */
/* 新着情報 */
#renewal2022-top-free .p-top__news {
    padding: 2.25em 0;
}

/* メディア */
#renewal2022-top-free .p-top__media {
    padding: 6.25em 0;
}

#renewal2022-top-free .p-top__media-boxD:not(:last-child) {
    padding: 0 0 1.56em 0;
}

#renewal2022-top-free .p-top__media-txt {
    color: #757575;
}

#renewal2022-top-free .p-top__media-txt span {
    display: block;
    font-size: 0.875em;
    color: #000036;
    margin: 0 0 0.7em;
}

#renewal2022-top-free .l-btn__arrow {
    margin: 5em 0 0 0;
    text-align: right;
}

#renewal2022-top-free .l-btn__arrow a {
    position: relative;
    font-size: 1.25em;
    color: #000036;
    padding: 0 2.5em 0 0;
}

#renewal2022-top-free .l-btn__arrow a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000036;
    border-right: 1px solid #000036;
    margin: -4px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* アバウト */
#renewal2022-top-free .p-top__about {
    padding: 6.25em 0;
}

#renewal2022-top-free .p-top__about-ttl {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    color: #000036;
    padding: 0 0 1.6em 0;
}

#renewal2022-top-free .p-top__about-ttl span {
    font-size: 0.8em;
}

#renewal2022-top-free .p-top__about-box {
    flex-wrap: wrap;
    justify-content: center;
}

#renewal2022-top-free .p-top__about-boxD {
    position: relative;
    width: 26%;
    max-width: 230px;
    margin: 0 5% 2.5em 0;
}

#renewal2022-top-free .p-top__about-boxD:nth-child(3),#renewal2022-top-free .p-top__about-boxD:last-child {
    margin: 0 0 2.5em 0;
}

#renewal2022-top-free .p-top__about-txt {
    position: absolute;
    font-size: clamp(16px, 2.13vw, 34px);
    font-family: YuMincho, 'Yu Mincho', serif;
    letter-spacing: 0.05em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#renewal2022-top-free .p-top__about-txt.p-top__about-txt__long {
    font-size: clamp(11px, 2vw, 28px);
    text-align: center;
    width: 80%;
}

#renewal2022-top-free .p-top__about-Subtxt {
    font-size: 1.125em;
    text-align: center;
}

#renewal2022-top-free .p-top__about-Subtxt span {
    font-size: 0.6em;
}

@media screen and (max-width: 768px) {
    /* 新着情報 */#renewal2022-top-free .p-top__news {
        padding: 1.125em 0;
    }

    /* メディア */
    #renewal2022-top-free .p-top__media {
        padding: 3.125em 0;
    }

    #renewal2022-top-free .p-top__media-txt span {
        font-size: 0.875em;
    }

    #renewal2022-top-free .l-btn__arrow {
        margin: 2.5em 0 0 0;
    }

    /* アバウト */
    #renewal2022-top-free .p-top__about {
        padding: 3.125em 0;
    }

    #renewal2022-top-free .p-top__about-ttl {
        font-size: 1.25em;
    }

    #renewal2022-top-free .p-top__about-boxD {
        margin: 0 6% 1.25em 0;
    }

    #renewal2022-top-free .p-top__about-boxD:nth-child(3),#renewal2022-top-free .p-top__about-boxD:last-child {
        margin: 0 0 1.25em 0;
    }

    #renewal2022-top-free .p-top__about-txt {
        font-size: clamp(11px, 2.38vw, 19px);
    }

    #renewal2022-top-free .p-top__about-Subtxt {
        font-size: clamp(14px, 2vw, 16px);
    }
}

/* ===============================footer=============================== */
/* 共通 */
#renewal2022-footer {
    font-size: 16px;
}

#renewal2022-footer .l-inner {
    width: 75%;
    margin: 0 auto;
}

#renewal2022-footer .c-flex {
    display: flex;
}

#renewal2022-footer .l-btn {
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
    padding: 5em 0 0 0;
}

#renewal2022-footer .l-btn a {
    height: 3.75em;
    font-size: 1.25em;
    letter-spacing: 0.025em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000036;
    border-radius: 5px;
    color: #fff;
}

/* 20230512追加*/
#renewal2022-footer .l-btn_2 {
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
    padding: 3em 0 0 0;
}

#renewal2022-footer .l-btn_2 a {
    height: 2.75em;
    background: #fff;
    border: solid 1px #000036;
    color: #000036;
    font-size: 1.25em;
    letter-spacing: 0.025em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/* 20230512追加ここまで*/
/* メリット */
#renewal2022-footer .l-footer__merit {
    background: url("../../img/usr/footer/merit-bg.jpg") no-repeat;
    background-size: cover;
    padding: 6.25em 0;
}

#renewal2022-footer .l-ttl {
    font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 0.25em;
    text-align: center;
    color: #000036;
    margin: 0 0 1.56em 0;
}

#renewal2022-footer .l-ttl span {
    position: relative;
    display: block;
    font-size: 0.44em;
    font-weight: 500;
    padding: 4.2em 0 0 0;
}

#renewal2022-footer .l-ttl span::before {
    position: absolute;
    content: "";
    display: block;
    width: 2.1em;
    height: 1px;
    background: #797f90;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 2.1em 0 0 0;
}

#renewal2022-footer .l-footer__merit-box {
    flex-wrap: wrap;
    justify-content: space-between;
}

#renewal2022-footer .l-footer__merit-boxD {
    width: 21.6%;
    background: #fff;
    border: 1px solid #000036;
    border-radius: 20px;
    padding: 1.25em 0 1.875em 0;
    position: relative;
}

#renewal2022-footer .l-footer__merit-boxD>* {
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

#renewal2022-footer .l-footer__merit-img {
    width: 36%;
    max-width: 100px;
    margin: 0 auto;
}

#renewal2022-footer .l-footer__merit-subTtl {
    font-size: 1.125em;
    font-weight: 600;
    text-align: center;
    color: #000036;
}

#renewal2022-footer .l-footer__merit-txt {
    font-size: 0.875em;
    line-height: 1.5;
    text-align: center;
}

#renewal2022-footer .l-footer__box {
/*    padding: 6.25em 0 0 0;*/
}

#renewal2022-footer .l-footer__inner {
    /*width: 56.25%;*/
    max-width: 900px;
    margin: 0 auto;
}

#renewal2022-footer .l-footer__logo {
    width: 27%;
    max-width: 180px;
    margin: 0 auto;
    padding: 3em 0 3.75em 0;
    font-weight: bold;
}

#renewal2022-footer .l-footer__logo a {
    display: block;
    text-align: center;
}

#renewal2022-footer .l-footer__logo img {
    width: 52%;
    max-width: 88px;
    text-align: center;
}

#renewal2022-footer .l-footer__logo span {
    font-size: 0.75em;
    text-align: center;
    display: block;
    color: #797f90;
    padding: 1em 0 0 0;
}

#renewal2022-footer .l-footer__sns {
    justify-content: center;
    width: 26%;
    max-width: 240px;
    padding: 0 0 3.125em 0;
    margin: 0 auto;
}

#renewal2022-footer .l-footer__sns>* {
    width: 18%;
    max-width: 40px;
}

#renewal2022-footer .l-footer__sns>*:not(:last-child) {
    margin: 0 1.875em 0 0;
}

#renewal2022-footer .l-footer__sns a {
    display: block;
}

#renewal2022-footer .l-btn__maga {
    width: 66%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 4.375em 0;
}

#renewal2022-footer .l-btn__maga a {
    height: 3.57em;
    font-size: 0.875em;
    letter-spacing: 0.025em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2ff;
    background-image: linear-gradient(90deg, #f2f2ff 0%, #f2fbff 100%);
    border: 1px solid #f2f2ff;
    border-radius: 50px;
    color: #000036;
}

#renewal2022-footer .l-footer__menu {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 2.5em 0;
}

#renewal2022-footer .l-footer__menu li {
    width: 24%;
    padding: 0 0 1.875em 0;
}

#renewal2022-footer .l-footer__menu a {
    display: block;
    font-size: clamp(16px, 0.90vw, 18px);
    color: #000036;
}

#renewal2022-footer .l-footer__btn {
    padding: 0;
}

#renewal2022-footer .l-footer__btn-box {
    border: 1px solid #eeeeee;
    margin: 3em 0 0;
    padding: 1.875em 5%;
}

#renewal2022-footer .l-footer__btn-box__inner {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1em 0 0;
}

#renewal2022-footer .l-footer__btn-box__inner>* {
    width: 46%;
    max-width: 420px;
}

#renewal2022-footer .l-btn__mail a {
    width: 100%;
    max-width: 600px;
    height: 3em;
    font-size: 1.25em;
    letter-spacing: 0.025em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000036;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
}

#renewal2022-footer .l-btn__mail span {
    font-size: 0.85em;
    padding: 0 0.7em 0 0;
}

#renewal2022-footer .l-btn__tell {
    text-align: center;
    font-size:1.75em;
}

#renewal2022-footer .l-btn__tell>a {
    width: 80%;
    min-width: 180px;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.025em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #000036;
    margin: 0.5em auto 0;
}

#renewal2022-footer .l-btn__tell span {
    width: 100%;
    font-weight: normal;
    font-size: 0.9em;
}

#renewal2022-footer .l-btn__tell i {
    padding: 0 0.5em 0 0;
}

#renewal2022-footer .l-btn__tellS {
    font-size: clamp(12px, 0.88vw, 14px);
    ;color: #797f90;
    padding: 1em 0 0;
}

#renewal2022-footer .l-btn__tellS a {
    color: #000036;
}

#renewal2022-footer .l-caution {
    font-size: clamp(16px, 0.88vw, 18px);
    /* border-bottom: 1px solid #eeeeee; */
    padding: 0 0 1em;
}

#renewal2022-footer .l-caution-s {
    font-size: clamp(16px, 0.88vw, 18px);
    /* border-bottom: 1px solid #eeeeee; */
    padding: 0 0 1em;
    margin-top:20px;
}

#renewal2022-footer .l-caution-ttl {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #000036;
    padding: 0 0 0.5em;
}

#renewal2022-footer .l-caution-imp {
    color: #e61d50;
}

#renewal2022-footer .l-footer__bnr {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 2em 0;
}

#renewal2022-footer .l-footer__bnr>* {
    width: 30%;
    max-width: 250px;
    min-width: 150px;
}

#renewal2022-footer .l-footer__bnr>*:not(:last-child) {
    margin: 0 2em 0 0;
}

#renewal2022-footer .l-footer__privacy {
    width: 9%;
    max-width: 134px;
    margin: 0 auto;
    padding: 0 0 0.69em 0;
}

#renewal2022-footer .l-footer__privacy a {
    display: block;
}

#renewal2022-footer .l-footer__copy {
    background: #797f90;
}

#renewal2022-footer .l-footer__copy p {
    height: 2.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.625em;
    color: #fff;
}

#renewal2022-footer .l-btn__top {
    display: none;
    position: fixed;
    bottom: 2em;
    right: 1em;
    z-index: 1;
}

#renewal2022-footer .l-btn__top a {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #797f90;
    border-radius: 50px;
}

#renewal2022-footer .l-btn__top a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: -5px 0 0 -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#renewal2022-footer .l-btn__top.l-btn__active {
    display: block;
    opacity: 0;
    animation-name: active;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes active {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    #renewal2022-footer .l-inner {
        width: 90%;
    }

    #renewal2022-footer .l-btn {
        width: 100%;
        padding: 2.5em 0 0 0;
    }

    #renewal2022-footer .l-btn_2 {
        width: 100%;
        padding: 0;
    }

    #renewal2022-footer .l-btn a {
        height: 2.5em;
        font-size: 1.25em;
    }

    #renewal2022-footer .l-btn_2 a {
        height: 2.5em;
        font-size: 1.25em;
    }

    #renewal2022-footer .l-footer__merit {
        padding: 3.125em 0;
    }

    #renewal2022-footer .l-ttl {
        font-size: 1.5em;
        margin: 0 0 1em 0;
        background: none;
    }

    #renewal2022-footer .l-ttl span {
        font-size: 0.58em;
        padding: 2.1em 0 0 0;
    }

    #renewal2022-footer .l-ttl span::before {
        width: 1em;
        margin: 1.05em 0 0 0;
    }

    #renewal2022-footer .l-footer__merit-boxD {
        width: 47%;
        padding: 1em 0 1em 0;
        margin: 0 0 1.25em 0;
    }

    #renewal2022-footer .l-footer__merit-img {
        width: 47%;
        padding: 0 0 0.625em 0;
    }

    #renewal2022-footer .l-footer__merit-subTtl {
        font-size: 1em;
    }

    #renewal2022-footer .l-footer__merit-txt {
        font-size: 0.625em;
    }

    #renewal2022-footer .l-footer__box {
        /*padding: 3.125em 0 0 0;*/
    }

    #renewal2022-footer .l-footer__inner {
        width: 90%;
    }

    #renewal2022-footer .l-footer__logo {
        width: 47%;
        padding: 1em 0 1.875em 0;
    }

    #renewal2022-footer .l-footer__logo img {
        width: 42%;
    }

    #renewal2022-footer .l-footer__logo span {
        font-size: 0.625em;
    }

    #renewal2022-footer .l-footer__sns {
        width: 60%;
        padding: 0 0 1.56em 0;
    }

    #renewal2022-footer .l-footer__sns>* {
        width: 23%;
        min-width: 20px;
    }

    #renewal2022-footer .l-footer__sns>*:not(:last-child) {
        margin: 0 10% 0 0;
    }

    #renewal2022-footer .l-btn__maga {
        width: 100%;
        padding: 0 0 2.5em 0;
    }

    #renewal2022-footer .l-btn__maga a {
        height: 2.5em;
        font-size: 1em;
    }

    #renewal2022-footer .l-footer__menu {
        padding: 0 0 1.56em 0;
    }

    #renewal2022-footer .l-footer__menu li {
        width: 47%;
        padding: 0 0 0.9em 0;
    }

    #renewal2022-footer .l-footer__btn {
        padding: 0 0 2.5em 0;
    }

    #renewal2022-footer .l-footer__btn>* {
        width: 100%;
        max-width: 720px;
    }

    #renewal2022-footer .l-footer__btn>*:not(:last-child) {
        padding: 0 0 1.56em 0;
    }

    #renewal2022-footer .l-btn__mail a {
        height: 2.5em;
    }

    #renewal2022-footer .l-footer__btn-box__inner {
        display: block;
    }

    #renewal2022-footer .l-btn__tell {
        width: 100%;
        margin: 0 auto;
    }

    #renewal2022-footer .l-btn__tell:first-child {
        padding: 0 0 1em;
    }

    #renewal2022-footer .l-btn__tell>a::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 0;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000036;
        border-right: 1px solid #000036;
        margin: -10px 0 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #renewal2022-footer .l-footer__bnr {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 0 5em 0;
    }

    #renewal2022-footer .l-footer__bnr {
        padding: 0 0 2.5em 0;
    }

    #renewal2022-footer .l-footer__bnr>* {
        width: 100%;
        max-width: 720px;
        text-align: center;
    }

    #renewal2022-footer .l-footer__bnr>*:not(:last-child) {
        margin: 0 0 1.56em 0;
    }

    #renewal2022-footer .l-footer__privacy {
        width: 19%;
    }

/*    #renewal2022-footer .l-footer__copy {
        margin: 0 0 6em 0;
    }
*/
    #renewal2022-footer .l-btn__top {
        bottom: 4em;
    }

    #renewal2022-footer .l-btn__top a {
        width: 40px;
        height: 40px;
    }
}

/* 202307追加ここから*/
#renewal2022-top .p-top__menu_info {
    margin: 20px 10px;
}

#renewal2022-top .p-top__menu_info a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #000036;
    border-right: solid 2px #000036;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    transform: rotate(-45deg);
}

#renewal2022-top .p-top__menu_info a {
    padding: 10px 30px;
    border: solid 1px #000036;
    max-width: 950px;
    margin: auto;
    text-align: center;
    display: block;
    font-weight: 500;
    position: relative;
}

#renewal2022-top .p-top__menu_info_2 {
    margin: 20px auto;
}

/* 20230721追加 */
/* コラム */
#renewal2022-top .p-top__column,#renewal2022 .p-top__column {
    padding: 6.25em 0;
}

#renewal2022 .p-column {
    padding: 3em 0 6.25em;
}

#renewal2022 .p-column p {
    line-height: 1.8;
}

#renewal2022-top .p-top__column-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875em 3%;
}

#renewal2022 .p-top__column-box {
    grid-template-columns: 1fr;
    gap: 1.875em 0;
}

#renewal2022-top .p-top__column-boxD a,#renewal2022 .p-top__column-boxD a {
    background: #f2f2f2;
}

#renewal2022-top .p-top__column-img {
    width: 38%;
    max-width: 160px;
}

#renewal2022 .p-top__column-img {
    width: 50%;
    max-width: 180px;
}

#renewal2022-top .p-top__column-txt {
    width: 70%;
    padding: 1em 5%;
}

#renewal2022 .p-top__column-txt {
    width: 100%;
    padding: 1em 3%;
}

#renewal2022-top .p-top__column-txt .c-flex,#renewal2022 .p-top__column-txt .c-flex {
    align-items: center;
}

#renewal2022-top .p-top__column-btn,#renewal2022 .p-top__column-btn {
    width: 40%;
    max-width: 125px;
    height: 2.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75em;
    color: #000036;
    background: #fff;
    border: 1px solid #000036;
    border-radius: 5px;
    margin-right: 5px;
}

#renewal2022-top .p-top__column-date,#renewal2022 .p-top__column-date {
    font-size: 0.75em;
    color: #797f90;
    padding: 0 0 0 1em;
}

#renewal2022-top .p-top__column-ttl,#renewal2022 .p-top__column-ttl {
    font-size: 1.125em;
    color: #000036;
    padding: 0.5em 0 0 0;
}

#renewal2022 .p-column__linkBox {
    grid-template-columns: repeat(4, 1fr);
    gap: 1em 2%;
    padding: 0 0 5em;
}

#renewal2022 .p-column__link a {
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25em;
    letter-spacing: 0.025em;
    color: #fff;
    background: #dbdbdb;
    border-radius: 5px;
}

#renewal2022 .p-column__link.p-column__active a {
    color: #000036;
    background: #fff;
    border: 1px solid #000036;
}

#renewal2022 .p-columnD {
    padding: 3em 0 6.25em;
}

#renewal2022 .p-columnD__box {
    border: 1px solid #cccccc;
    padding: 6.25em 0;
}

#renewal2022 .p-columnD__titleBox {
    grid-template-columns: 27% auto;
    align-items: center;
}

#renewal2022 .p-columnD__titleBox h3 {
    font-size: 2em;
    font-weight: 600;
    color: #000036;
    line-height: 1.4;
    padding: 0 0 0 7.5%;
}

#renewal2022 .p-columnD__titleBox-left {
    border-right: 1px solid #cccccc;
}

#renewal2022 .p-columnD__titleBox-left .p-top__column-btn {
    width: 75%;
    max-width: 180px;
    font-size: 0.875em;
    margin-top: 5px;
}

#renewal2022 .p-columnD__titleBox-left .p-top__column-date {
    font-size: 1em;
    padding: 0.8em 0 0;
}

#renewal2022 .p-columnD-vol {
    font-size: 3.125em;
    font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #797f90;
}

#renewal2022 .p-columnD__main-box {
    padding: 0 0 3.125em;
}

#renewal2022 .p-columnD__img-main {
    padding: 2.8em 0 1.875em;
}

#renewal2022 .p-columnD__sub-box:not(:last-child) {
    padding: 0 0 5em;
}

#renewal2022 .p-columnD__sub-box dt {
    font-size: 1.25em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    background: #cccccc;
    padding: 0.9em 0.5em;
    margin: 0 0 1.5em;
}

#renewal2022 .p-columnD__sub-box h4 {
    position: relative;
    width: fit-content;
    font-size: 1.25em;
    font-weight: 600;
    color: #000036;
    background: #fff;
    text-align: center;
    margin: 0 auto 1.5em;
}

#renewal2022 .p-columnD__sub-box h4::before,#renewal2022 .p-columnD__sub-box h4::after {
    content: "";
    display: block;
    background: #cccccc;
    width: 5em;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -6.75em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
}

#renewal2022 .p-columnD__sub-box h4::after {
    right: auto;
    left: -6.75em;
}

#renewal2022 .p-columnD__img-sub {
    margin: 0 auto;
    padding: 0 0 1.5em;
}

#renewal2022 .p-columnD__text-sub {
    line-height: 1.8;
}

#renewal2022 .p-columnD__text-sub:not(:last-child) {
    padding: 0 0 1.875em;
}

#renewal2022 .p-columnD__linkBox {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#renewal2022 .p-columnD__link {
    margin: 0 7% 0.5em 0;
    width: 100%;
}

#renewal2022 .p-columnD__link a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.125em;
    font-weight: 600;
    color: #000036;
    padding: 0 1.7em 0 0;
}

#renewal2022 .p-columnD__link a::after {
    content: "";
    display: block;
    width: 0.72em;
    height: 100%;
    background: url("../../img/usr/common/icon-arrowDown.png") no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#renewal2022 .p-columnD__itemBox {
    padding: 6.25em 0 0;
}

#renewal2022 .p-columnD__itemBox h3 {
    position: relative;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    padding: 0 0 1em;
    margin: 0 0 1.6em;
}

#renewal2022 .p-columnD__itemBox h3::after {
    content: "";
    display: block;
    width: 1.6em;
    height: 1px;
    background: #0c0c0c;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#renewal2022 .p-columnD__item {
    grid-template-columns: 32% 68%;
}

#renewal2022 .p-columnD__item:not(:last-child) {
    padding: 0 0 1.5em;
}

#renewal2022 .p-columnD__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2;
}

#renewal2022 .p-columnD__item dl {
    background: #f2f2f2;
    padding: 1.25em 5%;
}

#renewal2022 .p-columnD__item-ttlBox {
    display: block;
}

#renewal2022 .p-columnD__item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    max-width: 180px;
    height: 2.1em;
    font-size: 0.875em;
    color: #000036;
    background: #fff;
    margin: 0 0 0.5em;
}

#renewal2022 .p-columnD__item-ttl {
    font-size: 1.125em;
    font-weight: 600;
    color: #000036;
}

#renewal2022 .p-columnD__item-ttlBox span {
    font-size: 0.75em;
}

#renewal2022 .p-columnD__item-text {
    font-size: 0.875em;
    line-height: 1.5;
    padding: 1.8em 0 0;
}

#renewal2022 .p-columnD__item-linkList {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2%;
    padding: 1.8em 0 0;
}

#renewal2022 .p-columnD__item-link a {
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #000036;
    background: #fff;
    border: 1px solid #000036;
    border-radius: 5px;
}

#renewal2022 .p-columnD__item-linkList button {
    width: 100%;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-align: center;
    background: #e77878;
    border: none;
    border-radius: 5px;
    color: #fff;
}

#renewal2022 .p-columnD__item-linkList button:hover {
    cursor: pointer;
    opacity: .75;
    transition: opacity 300ms ease-out 0ms;
}

#renewal2022 .p-columnD__btnBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    padding: 2em 0 0;
}

#renewal2022 .p-columnD__btn.p-columnD__btnNext {
    margin: 0 0 0 auto;
}

#renewal2022 .p-columnD__btn a {
    position: relative;
    display: grid;
}

#renewal2022 .p-columnD__btn a>div {
    width: 100%;
}

#renewal2022 .p-columnD__btn.p-columnD__btnNext a {
    display: grid;
    justify-items: end;
}

#renewal2022 .p-columnD__btn a::before {
    content: "";
    display: block;
    background: url("../../img/usr/common/icon-arrowDown.png") no-repeat;
    background-size: contain;
    width: 0.72em;
    height: 0.72em;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) rotate(90deg);
}

#renewal2022 .p-columnD__btn.p-columnD__btnNext a::before {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
}

#renewal2022 .p-columnD__btn .p-columnD-vol {
    display: inline-block;
    font-size: 1em;
    padding: 0 1em 0 0;
    margin: 0 0 0 2em;
}

#renewal2022 .p-columnD__btn.p-columnD__btnNext .p-columnD-vol {
    margin: 0;
}

#renewal2022 .p-columnD__btn .p-top__column-btn {
    display: inline-block;
    font-size: 0.75em;
    text-align: center;
    height: auto;
}

#renewal2022 .p-columnD__btn h3 {
    display: inline-block;
    font-size: 1.25em;
    font-weight: 600;
    color: #000036;
    padding: 0 0 0 1.5em;
}

#renewal2022 .p-columnD__btn.p-columnD__btnNext h3 {
    padding: 0 1.5em 0 0;
}

@media screen and (max-width: 768px) {
    /* コラム */#renewal2022-top .p-top__column,#renewal2022 .p-top__column {
        padding: 3.125em 0;
    }

    #renewal2022-top .p-top__column-box,#renewal2022 .p-top__column-box {
        grid-template-columns: 1fr;
        row-gap: 0.9em;
    }

    #renewal2022-top .p-top__column-img,#renewal2022 .p-top__column-img {
        width: 70%;
    }

    #renewal2022-top .p-top__column-txt,#renewal2022 .p-top__column-txt {
        width: 100%;
        padding: 0.8em 3%;
    }

    #renewal2022-top .p-top__column-btn,#renewal2022 .p-top__column-btn {
        width: 55%;
        height: 1.5em;
    }

    #renewal2022-top .p-top__column-date,#renewal2022 .p-top__column-date {
        padding: 0 0 0 0.5em;
    }

    #renewal2022-top .p-top__column-ttl,#renewal2022 .p-top__column-ttl {
        font-size: 0.9em;
        padding: 0.5em 0 0 0;
    }

    #renewal2022 .p-column__linkBox {
        grid-template-columns: repeat(2, 1fr);
    }

    #renewal2022 .p-column__link a {
        height: 2.2em;
        font-size: 1em;
    }

    #renewal2022 .p-columnD__box {
        padding: 3em 0;
    }

    #renewal2022 .p-columnD__box>* {
        width: 90%;
        margin: 0 auto;
    }

    #renewal2022 .p-columnD__titleBox {
        grid-template-columns: 1fr;
        align-items: baseline;
        row-gap: 0.9em;
    }

    #renewal2022 .p-columnD__titleBox h3 {
        font-size: 1.5em;
        padding: 0;
    }

    #renewal2022 .p-columnD__titleBox-left {
        border-right: none;
    }

    #renewal2022 .p-columnD__titleBox-left .p-top__column-btn {
        width: 40%;
    }

    #renewal2022 .p-columnD__titleBox-left .p-top__column-date {
        padding: 0.5em 0 0;
    }

    #renewal2022 .p-columnD-vol {
        font-size: 1.875em;
    }

    #renewal2022 .p-columnD__main-box {
        padding: 0 0 1.5em;
    }

    #renewal2022 .p-columnD__img-main {
        padding: 1.3em 0 0.9em;
    }

    #renewal2022 .p-columnD__sub-box:not(:last-child) {
        padding: 0 0 2.5em;
    }

    #renewal2022 .p-columnD__sub-box dt {
        text-align: left;
        margin: 0 0 0.7em;
    }

    #renewal2022 .p-columnD__sub-box h4 {
        margin: 0 0 1em;
        text-align: left;
    }

    #renewal2022 .p-columnD__sub-box h4::before,#renewal2022 .p-columnD__sub-box h4::after {
        content: none;
    }

    #renewal2022 .p-columnD__img-sub {
        width: 100%;
        padding: 0 0 1.25em;
    }

    #renewal2022 .p-columnD__text-sub:not(:last-child) {
        padding: 0 0 1.25em;
    }

    #renewal2022 .p-columnD__linkBox {
        display: block;
    }

    #renewal2022 .p-columnD__link:not(:last-child) {
        margin: 0 0 1em;
    }

    #renewal2022 .p-columnD__link a {
        font-size: 1em;
        padding: 0 1.2em 0 0;
    }

    #renewal2022 .p-columnD__link a::after {
        width: 0.6em;
    }

    #renewal2022 .p-columnD__itemBox {
        padding: 3em 0 0;
    }

    #renewal2022 .p-columnD__itemBox h3 {
        font-size: 1.5em;
        padding: 0 0 0.6em;
        margin: 0 0 1em;
    }

    #renewal2022 .p-columnD__itemBox h3::after {
        width: 1em;
    }

    #renewal2022 .p-columnD__item {
        grid-template-columns: 1fr;
    }

    #renewal2022 .p-columnD__item-btn {
        width: 63%;
        max-width: 200px;
        height: 1.9em;
    }

    #renewal2022 .p-columnD__item-ttl {
        font-size: 1em;
    }

    /*#renewal2022 .p-columnD__item-text {font-size: 0.75em;}*/
    #renewal2022 .p-columnD__item-linkList {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    #renewal2022 .p-columnD__item-link {
        padding: 0 0 1em;
    }

    #renewal2022 .p-columnD__btnBox {
        grid-template-columns: 1fr;
        row-gap: 1em;
    }
}

#renewal2022-top .l-ttl.l-ttl__ja,#renewal2022 .l-ttl.l-ttl__ja {
    position: relative;
    padding: 0 0 0.9em;
}

#renewal2022-top .l-ttl.l-ttl__ja span,#renewal2022 .l-ttl.l-ttl__ja span {
    display: inline-block;
    letter-spacing: normal;
    font-size: 1em;
    font-weight: 400;
    padding: 0;
}

#renewal2022-top .l-ttl.l-ttl__ja span::before,#renewal2022 .l-ttl.l-ttl__ja span::before {
    content: none;
}

#renewal2022-top .l-ttl.l-ttl__ja::after,#renewal2022 .l-ttl.l-ttl__ja::after {
    position: absolute;
    content: "";
    display: block;
    width: 2.1em;
    height: 1px;
    background: #797f90;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.p-columnD__text-chb {
    padding: 1.75em;
    line-height: 2.25em;
    border: 2px solid #ccc;
}

.p-columnD__checkmark {
    padding-left: 35px;
    position: relative;
}

.p-columnD__checkmark::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 10px;
    border-left: 3px solid #000066;
    border-bottom: 3px solid #000066;
    transform: rotate(-45deg);
}

.span-columnD__text-sub-min {
    font-size: 80%;
}

/* 202308改修 */
#renewal2022-top .p-top__mv .slick-arrow {
    background-color: rgb(255, 255, 255, 0.7);
    top: 50%;
}

#renewal2022-top .p-top__mv .slick-next::before {
    border: 1px solid #000036;
    border-width: 2px 2px 0 0;
}

#renewal2022-top .p-top__mv .slick-next {
    right: 1%;
}

#renewal2022-top .p-top__mv .slick-prev::before {
    border: 1px solid #000036;
    border-width: 0 0 2px 2px;
}

#renewal2022-top .p-top__mv .slick-prev {
    left: 1%;
}

#renewal2022-top .p-top__mv {
    padding: 0 0 1.5em;
}

#renewal2022-top .l-mv_dots {
    bottom: -1.5em;
}

#renewal2022-top .l-mv_dots button {
    width: 9px;
    height: 9px;
    border-radius: 50px;
}

.span-columnD__text-sub-mins {
    font-size: 70%;
    vertical-align: super;
}

#renewal2022-footer .l-footer__merit-boxD :before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 1px #000036;
    border-right: solid 1px #000036;
    position: absolute;
    top: 25%;
    right: 8%;
    margin-top: -6px;
    transform: rotate(-45deg);
}

#renewal2022 .span-columnD__text-step {
    display: block;
    font-weight: 600;
    color: #000036;
}

#renewal2022 .span-columnD__text-gray {
    background-color: #999;
    padding: 10px 50px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

#renewal2022 .p-triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ccc;
}

#renewal2022-header .l-header-ttl-menu li {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    padding: 0.9em 0;
    cursor: pointer;
}

#renewal2022-header .l-header-ttl-menu li ::after {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 1em;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000036;
    border-right: 1px solid #000036;
    margin: -10px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s;
}

#renewal2022-header .l-header-ttl-menu li a {
    display: block;
}

#renewal2022-header .l-search__word_sub {
    text-align: left;
    margin: 5px 0 10px;
}

.p-columnD__checkbox {
    padding-left: 35px;
    position: relative;
}

.p-columnD__checkbox::before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    background: #fff;
    content: "";
    height: 20px;
    border: solid 1px #ccc;
}

.text-sub__blue {
    color: #a7c7e4;
    font-weight: 600;
    margin-top: 40px;
    font-size: 1.3em;
}

.text-sub__pink {
    color: #f7c7c4;
    font-weight: 600;
    margin-top: 40px;
    font-size: 1.3em;
}

.text-sub__green {
    color: #b4d295;
    font-weight: 600;
    margin-top: 40px;
    font-size: 1.3em;
}

/* 20230921追加 */
/* 下層ページ共通素タイル */
#renewal2022 .p-page__ttl {
    font-size: 1.625em;
    text-align: center;
    margin-bottom: 1.6em;
    letter-spacing: 0.25em;
}

#renewal2022 .p-page__ttlEn {
    font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#renewal2022 .p-page__ttl .p-page__ttlSub {
    font-size: 0.538em;
    padding-top: 1.286em;
}

/* 定期お届けサービスのご案内 */
#renewal2022 .p-onlineR {
    padding: 3em 0 5em;
}

#renewal2022 .p-onlineR .l-inner {
    max-width: 1000px;
}

#renewal2022 .p-onlineR__point,#renewal2022 .p-onlineR__faq,#renewal2022 .p-onlineR__lineup {
    margin-bottom: 6.25em;
}

#renewal2022 .p-onlineR__faq {
    padding: 6.25em 0;
    background-color: #f7f7f7;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#renewal2022 .p-onlineR__point-txtWrap {
    margin: 3.125em 0 0;
}

#renewal2022 .p-onlineR__point-btn.l-btn {
    padding: 2.5em 0 5em 0;
}

#renewal2022 .p-onlineR__point-btn.l-btn a {
    padding-right: 2em;
    background: #000036 url(../../img/usr/common/icon-arrowDown-white.png) no-repeat top 50% right 1em;
}

#renewal2022 .p-onlineR__point-txt {
    text-align: center;
    line-height: 2;
}

#renewal2022 .p-onlineR__point-ttl {
    line-height: 1;
    font-size: 1.5em;
}

#renewal2022 .p-onlineR__point-ttlEn,#renewal2022 .p-onlineR__point-ttlNm {
    font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#renewal2022 .p-onlineR__point-ttlNm {
    font-size: 2.17em;
}

#renewal2022 .p-onlineR__point-ttlPo {
    font-size: 1.25em;
}

#renewal2022 .p-onlineR__anchorLink-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5em 1em;
    max-width: 840px;
    margin-inline: auto;margin-bottom: 4.125em;
}

#renewal2022 .p-onlineR__anchorLink {
    padding: 1.25em 2%;
    border-radius: 10px;
    display: grid;
    justify-items: center;
    row-gap: 0.5em;
    border: 1px solid #000036;
    background-color: #ffffff;
}

#renewal2022 .p-onlineR__anchorLink::after {
    content: "";
    display: block;
    background: url("../../img/usr/common/icon-arrowDown.png") no-repeat;
    background-size: contain;
    width: 0.72em;
    height: 0.72em;
}

#renewal2022 .p-onlineR__anchorLink-txt {
    font-weight: 600;
    padding-top: 0.2em;
    color: #000036;
}

#renewal2022 .p-onlineR__anchorLink-txt span {
    font-size: 1.5em;
    font-weight: 700;
    padding-left: 0.2em;
}

#renewal2022 .p-onlineR__pointList-wrap {
    display: grid;
    gap: 2.625em;
    margin-bottom: 4em;
}

#renewal2022 .p-onlineR__pointList-box {
    padding: 3.125em 0;
    border-radius: 20px;
    border: 1px solid #cccccc;
}

#renewal2022 .p-onlineR__pointList-inner {
    width: min(840px,90%);
    margin-inline: auto;}

#renewal2022 .p-onlineR__pointList-ttl {
    display: grid;
    grid-template-columns: 10% 1fr;
    align-items: center;
    column-gap: 1.5em;
    margin-bottom: 2em;
}

#renewal2022 .p-onlineR__pointList-ttlTxt {
    display: grid;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.4;
    color: #000036;
}

#renewal2022 .p-onlineR__pointList-ttlTxt span {
    display: grid;
    font-size: 0.72em;
    font-weight: 500;
    font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #0c0c0c;
}

#renewal2022 .p-onlineR__pointList-txt {
    display: grid;
    gap: 0.8em;
}

#renewal2022 .p-onlineR__txt {
    line-height: 2;
}

#renewal2022 .p-onlineR__value-box {
    border: 1px solid #f2f2f2;
    margin-top: 2.25em;
}

#renewal2022 .p-onlineR__value-ttl {
    font-weight: 600;
    text-align: center;
    padding: 1em 2%;
    background-color: #f2f2f2;
}

#renewal2022 .p-onlineR__value {
    display: grid;
    grid-template-columns: 36% 1fr;
    width: min(660px,92%);
    gap: 3em 5%;
    margin-inline: auto;padding: 2.8em 0 1.5em;
}

#renewal2022 .p-onlineR__value-img {
    display: block;
    width: 90%;
    margin-inline: auto;}

#renewal2022 .p-onlineR__value-itemName {
    font-size: 0.875em;
    text-align: center;
    padding-top: 1em;
}

#renewal2022 .p-onlineR__value-priceLine-wrap {
    position: relative;
    max-width: 320px;
    margin-inline: auto;margin-bottom: 0.875em;
}

#renewal2022 .p-onlineR__value-priceLine {
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    gap: 0.8em;
    align-items: center;
}

#renewal2022 .p-onlineR__value-priceLine:not(:last-of-type) {
    margin-bottom: 0.2em;
}

#renewal2022 .p-onlineR__value-priceLine dt,#renewal2022 .p-onlineR__value-priceLine dd {
    font-size: 0.875em;
}

#renewal2022 .p-onlineR__value-priceLine.p-onlineR__value-priceLine-nomal dd span {
    font-size: 1.125em;
}

#renewal2022 .p-onlineR__value-priceLine.p-onlineR__value-priceLine-great {
    color: #f2264c;
}

#renewal2022 .p-onlineR__value-priceLine.p-onlineR__value-priceLine-great dd span {
    font-size: 1.25em;
    font-weight: 700;
}

#renewal2022 .p-onlineR__value-priceLine.p-onlineR__value-priceLine-great dt {
    padding: 0.1em 0.5em;
    border: 1px solid #f2264c;
}

#renewal2022 .p-onlineR__value-priceCircle {
    width: 6.875em;
    height: 6.875em;
    background-color: #ffffff;
    border: 1px solid #ec9b9b;
    border-radius: 50%;
    display: grid;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#renewal2022 .p-onlineR__value-priceCircle-text {
    font-size: 0.875em;
    line-height: 1.3;
    display: grid;
    align-items: center;
    justify-items: center;
}

#renewal2022 .p-onlineR__value-priceCircle .p-onlineR__value-em {
    font-size: 1.375em;
    font-weight: 700;
    color: #f2264c;
}

#renewal2022 .p-onlineR__value-emBox {
    padding: 1.5em 2%;
    background-color: #fff6f6;
    border-top: 2px solid #ec9b9b;
    border-bottom: 2px solid #ec9b9b;
}

#renewal2022 .p-onlineR__value-emBox-text {
    display: grid;
    justify-items: center;
}

#renewal2022 .p-onlineR__value-emBox-text span {
    font-size: 1.125em;
    font-weight: 700;
}

#renewal2022 .p-onlineR__value-emBox-text span .p-onlineR__value-em {
    font-size: 2.125em;
    color: #f2264c;
    padding-left: 0.1em;
}

#renewal2022 .p-onlineR__presentImg {
    display: block;
    margin-top: 2.25em;
}

#renewal2022 .p-onlineR__noteBox-ttl {
    padding: 0.8em 2%;
    font-size: 1.25em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #000036;
    margin-bottom: 1.2em;
}

#renewal2022 .p-onlineR__noteBox-dataList li {
    list-style: "■";
    padding-left: 0.5em;
    margin: 0 2.625em 0 3.625em;
}

#renewal2022 .p-onlineR__faq-list li {
    border-top: 1px solid #cccccc;
    padding: 1.75em 0 2.5em;
}

#renewal2022 .p-onlineR__faq-list li:last-child {
    border-bottom: 1px solid #cccccc;
}

#renewal2022 .p-onlineR__faq-list li:not(:last-child) {
    padding-bottom: 2.875em;
}

#renewal2022 .p-onlineR__faq-list-q {
    font-weight: 700;
    margin-bottom: 1.5em;
}

#renewal2022 .p-onlineR__faq-list-q,#renewal2022 .p-onlineR__faq-list-a {
    line-height: 1.8;
    display: grid;
    grid-template-columns: 2em 1fr;
    align-items: baseline;
}

#renewal2022 .p-onlineR__faq-list-q span,#renewal2022 .p-onlineR__faq-list-a span {
    font-weight: 600;
    font-size: 1.5em;
}

#renewal2022 .p-onlineR__faq-btn-br {
    display: none;
}

#renewal2022 .p-onlineR__btn-wrap {
    margin-top: 3em;
}

#renewal2022 .p-onlineR__btn-wrap .p-onlineR__txt {
    text-align: center;
}

#renewal2022 .p-onlineR__btn-wrap .l-btn {
    padding-top: 1.75em;
    width: 100%;
}

#renewal2022 .p-onlineR__btn-wrap .l-btn a {
    min-height: 3.75em;
    height: auto;
    text-align: center;
    padding: 0.5em 2%;
    line-height: 1.3;
}

#renewal2022 .p-page__anchorLink-wrap {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 0.5em 2%;
}

#renewal2022 .p-page__anchorLink {
    display: grid;
    grid-template-columns: 1fr 1em;
    align-items: center;
    justify-items: center;
    height: 3.125em;
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 0 0.5em;
    font-size: 0.875em;
}

#renewal2022 .p-page__anchorLink::after {
    content: "";
    display: block;
    background: url("../../img/usr/common/icon-arrowDown.png") no-repeat;
    background-size: contain;
    width: 0.72em;
    height: 0.52em;
}

#renewal2022 .p-onlineR__lineup {
    margin-bottom: 5.5em;
}

#renewal2022 .p-onlineR__lineup .p-page__anchorLink-wrap {
    margin: 3.75em 0 4.375em;
}

#renewal2022 .p-onlineR__lineup-list {
    width: 92%;
    max-width: 900px;
    margin: 0 auto;
}

#renewal2022 .p-onlineR__lineup-list .p-columnD__item-img {
    padding: 0.7em 7%;
}

#renewal2022 .p-onlineR__lineup-list .p-columnD__item-ttl {
    margin: 0 0 0.3em;
}

#renewal2022 .p-onlineR__lineup-list:not(:last-child) {
    margin-bottom: 3.75em;
}

#renewal2022 .p-onlineR__lineup-list .p-onlineR__lineup-txtBox {
    display: grid;
    align-items: center;
    padding: 2em 7%;
}

#renewal2022 .p-onlineR__lineup-list .p-columnD__item-linkList {
    padding-top: 1em;
}

#renewal2022 .p-onlineR__lineup-list .p-columnD__item-btn {
    width: 50%;
    max-width: 200px;
}

#renewal2022 .p-onlineR__lineup-listTtl {
    font-size: 1.25em;
    font-weight: 600;
    padding: 0 0.5em 0.5em;
    margin-bottom: 1.9em;
    border-bottom: 1px solid #cccccc;
}

#renewal2022 .p-onlineR__lineup-priceLine-wrap {
    display: grid;
    grid-template-columns: auto 1em auto;
    column-gap: 1em;
    margin-top: 2em;
    width: fit-content;
    margin-left: auto;
}

#renewal2022 .p-onlineR__lineup-priceLine-txt {
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    gap: 0 0.8em;
    align-items: center;
}

#renewal2022 .p-onlineR__lineup-priceLine-arr {
    display: flex;
    align-items: center;
    justify-content: center;
}

#renewal2022 .p-onlineR__lineup-priceLine-ttl {
    font-size: 0.875em;
}

#renewal2022 .p-onlineR__lineup-priceLine-txtNomal .p-onlineR__lineup-priceLine-tax {
    font-size: 0.75em;
}

#renewal2022 .p-onlineR__lineup-priceLine-txtGreat {
    color: #f2264c;
}

#renewal2022 .p-onlineR__lineup-priceLine-txtGreat .p-onlineR__lineup-priceLine-ttl {
    display: block;
    width: fit-content;
    padding: 0.1em 0.5em;
    border: 1px solid #f2264c;
}

#renewal2022 .p-onlineR__lineup-priceLine-txtGreat .p-onlineR__lineup-priceLine-price {
    font-size: 1.25em;
    font-weight: 700;
}

#renewal2022 .p-onlineR__lineup-priceLine-txtGreat .p-onlineR__lineup-priceLine-tax {
    font-size: 0.7em;
}

#renewal2022 .p-onlineR__lineup-list .p-onlineR__lineup-button button {
    background-color: #e61d50;
    width: 100%;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 5px;
    color: #fff;
}

#renewal2022 .p-onlineR__lineup-list .p-onlineR__lineup-button a:hover {
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 300ms ease-out 0ms;
}

#renewal2022 .p-guide-ttl {
    font-size: 1.25em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 0.9em 2%;
    margin-bottom: 1.7em;
    background-color: #000036;
    position: relative;
    max-width: 1000px;
    width: 75%;
    margin-inline: auto;}

#renewal2022 .p-guide-ttl::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #000036 transparent transparent transparent;
}

#renewal2022 .p-guide-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875em 2%;
    margin-bottom: 2.625em;
}

#renewal2022 .p-guide-listTxt {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    font-size: 0.875em;
    color: #505050;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 1em;
}

#renewal2022 .p-guide-listTxt::after {
    content: "";
    display: block;
    background: url("../../img/usr/common/icon-arrowDown.png") no-repeat;
    background-size: contain;
    width: 0.72em;
    height: 0.72em;
    transform: rotate(-90deg);
}

.p-regular-btn {
    display: block;
    margin-inline: auto;width: 32%;
    text-align: center;
    font-size: 0.875em;
    color: #505050;
    background-color: #f4f4f4;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 1em;
}

@media screen and (max-width: 1200px) {
    #renewal2022 .p-guide-list {
        grid-template-columns: repeat(2,1fr);
    }

    #renewal2022 .p-regular-btn {
        width: 50%;
    }

    #renewal2022 .p-onlineR__faq-btn-br {
        display: block;
    }
}

@media screen and (max-width: 1040px) {
    #renewal2022 .p-page__anchorLink-wrap {
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width: 768px) {
    #renewal2022 .p-onlineR {
        padding-bottom: 3.75em;
    }

    #renewal2022 .p-onlineR__point,#renewal2022 .p-onlineR__faq,#renewal2022 .p-onlineR__lineup {
        margin-bottom: 3.75em;
    }

    #renewal2022 .p-onlineR__anchorLink-wrap {
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 3.125em;
    }

    #renewal2022 .p-onlineR__anchorLink-txt {
        font-size: 0.875em;
        text-align: center;
    }

    #renewal2022 .p-onlineR__anchorLink-txt span {
        font-size: 1.25em;
        display: block;
        padding: 0;
    }

    #renewal2022 .p-onlineR__pointList-wrap {
        gap: 2em;
        margin-bottom: 3.6em;
    }

    #renewal2022 .p-onlineR__pointList-box {
        padding: 2em 0;
        border-radius: 10px;
    }

    #renewal2022 .p-onlineR__pointList-ttl {
        grid-template-columns: 16% 1fr;
        column-gap: 5%;
        margin-bottom: 1.25em;
    }

    #renewal2022 .p-onlineR__pointList-ttlTxt {
        font-size: 1.375em;
    }

    #renewal2022 .p-onlineR__noteBox-dataList li {
        margin: 0 1em 0 2em;
    }

    #renewal2022 .p-onlineR__faq {
        padding: 3.75em 0;
    }

    #renewal2022 .p-onlineR__faq-list li {
        padding: 1.125em;
    }

    #renewal2022 .p-onlineR__faq-list li:not(:last-child) {
        padding-bottom: 2.25em;
    }

    #renewal2022 .p-onlineR__faq-list-q {
        margin-bottom: 0.5em;
    }

    #renewal2022 .p-onlineR__btn-wrap {
        margin-top: 1.875em;
    }

    #renewal2022 .p-onlineR__btn-wrap .l-btn {
        padding-top: 1.25em;
    }

    #renewal2022 .p-onlineR__value {
        grid-template-columns: 1fr;
    }

    #renewal2022 .p-onlineR__value-ttl {
        text-align-last: left;
    }

    #renewal2022 .p-onlineR__value-priceCircle {
        width: 6.25em;
        height: 6.25em;
    }

    #renewal2022 .p-onlineR__value-emBox-text {
        font-size: 0.875em;
        gap: 0.5em;
    }

    #renewal2022 .p-onlineR__value-emBox-text span {
        font-size: 1.143em;
    }

    #renewal2022 .p-onlineR__value-emBox-text span .p-onlineR__value-em {
        font-size: 1.667em;
    }

    #renewal2022 .p-onlineR__lineup .p-page__anchorLink-wrap {
        margin: 0 0 1.875em;
    }

    #renewal2022 .p-onlineR__lineup .p-page__anchorLink-wrap {
        grid-template-columns: repeat(2,1fr);
    }

    #renewal2022 .p-onlineR__lineup-list {
        width: 100%;
    }

    #renewal2022 .p-onlineR__lineup-list .p-columnD__item-img {
        padding: 1em 15%;
    }

    #renewal2022 .p-onlineR__lineup-list .p-onlineR__lineup-txtBox {
        padding: 1.125em ;
    }

    #renewal2022 .p-onlineR__lineup-priceLine-wrap {
        margin-left: 0;
        column-gap: 1.686em;
        margin-top: 1.5em;
    }

    #renewal2022 .p-onlineR__lineup-list .p-columnD__item-btn {
        width: 63%;
    }

    #renewal2022 .p-onlineR__lineup-priceLine-txt {
        grid-template-columns: 1fr;
    }

    #renewal2022 .p-onlineR__lineup-priceLine-txtGreat {
        padding-left: 0.5em;
    }

    #renewal2022 .p-guide-ttl {
        width: 100%;
        margin-bottom: 1em;
    }

    #renewal2022 .p-guide-list {
        grid-template-columns: 1fr;
        margin-bottom: 1.5em;
        row-gap: 0.5em;
    }

    #renewal2022 .p-regular-btn {
        width: 100%;
    }
    
    #renewal2022-header .l-header-ttl-fav {
    border: solid 1px #000036;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    #renewal2022 .p-onlineR__value-priceLine {
        gap: 0.5em;
    }

    #renewal2022 .p-onlineR__value-priceCircle {
        width: 5.625em;
        height: 5.625em;
    }

    #renewal2022 .p-onlineR__value-priceCircle-text {
        font-size: 0.75em;
    }

    #renewal2022-header .l-header__logo_top {
        position: absolute;
        margin: 0.5em 9em;
    }

    #renewal2022-header .l-header__btn {
        margin: 1.5em 0;
    }

    #renewal2022-header .l-header-ttl-fav {
    border: solid 1px #000036;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    }
}

/* 20240307 skincheck 追記 */
/* dianosis */
#renewal2022 .p-skincheck .p-content__wrap {
    padding: 3em 0 0;
}

#renewal2022 .p-skincheck .p-content__txt {
    text-align: center;
    line-height: 2;
}

#renewal2022 .p-skincheck .p-content__q-txt {
    font-size: 1.25em;
    text-align: center;
    line-height: 1.8;
}

#renewal2022 .p-skincheck .p-skincheckD__box {
    max-width: 820px;
    padding: 4em 4% 3.75em;
    margin: 8.75em auto 0;
    background-color: #edf4fa;
    position: relative;
}

#renewal2022 .p-skincheck .p-skincheckD__box-ttl {
    padding: 0.7em 0 0;
    font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 4.25em;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    color: #000036;
    position: absolute;
    top: -1.25em;
    left: 50%;
    transform: translateX(-50%);
}

#renewal2022 .p-skincheck .p-skincheckD__box-ttl::before {
    content: "";
    display: block;
    width: 1.6em;
    height: 0.7em;
    background: url("../../img/usr/skincheck/skincheck-ttl-q.png") no-repeat center center / contain;
    position: absolute;
    top: 0.1em;
    left: 50%;
    transform: translateX(-50%);
}

#renewal2022 .p-skincheck .p-skincheckD__button-list {
    display: grid;
    gap: 0.6em;
    margin: 2em auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 600px;
}

#renewal2022 .p-skincheck .p-skincheckD__button-list.p-skincheckD__button-list2culumn {
    grid-template-columns: repeat(2,1fr);
}

#renewal2022 .p-skincheck .p-skincheckD__button-item a {
    min-height: 3.75em;
    font-size: 1.25em;
    letter-spacing: 0.025em;
    display: grid;
    grid-template-columns: 1fr 2em;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 2em;
    background: #fff;
    border: 1px solid #000036;
    border-radius: 5px;
    color: #000036;
    position: relative;
}

#renewal2022 .p-skincheck .p-skincheckD__button-list.p-skincheckD__button-list2culumn .p-skincheckD__button-item a {
    font-size: 1.5em;
    font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    grid-template-columns: 1fr 1.5em;
    justify-content: center;
    text-align: center;
    padding: 0 0 0 0.5em;
}

#renewal2022 .p-skincheck .p-skincheckD__button-item a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 1px #000036;
    border-right: solid 1px #000036;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    margin: 0 0 0 0.2em;
}

#renewal2022 .p-skincheck .p-skincheckD__back-btn {
    margin: 1em auto 0;
    padding: 0 0 0 1em;
    max-width: 820px;
}

#renewal2022 .p-skincheck .p-skincheckD__back-btn a {
    display: grid;
    grid-template-columns: 1em 1fr;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#renewal2022 .p-skincheck .p-skincheckD__back-btn a::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #000036;
    border-left: solid 1px #000036;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    transform-origin: 100% 100%;
}

/* result */
#renewal2022 .p-skincheck .p-skincheck-ttl {
    padding-bottom: 0.5em;
    position: relative;
}

#renewal2022 .p-skincheck .p-skincheck-ttl::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #9accf8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#renewal2022 .p-skincheck .p-skincheckR__box {
    max-width: 820px;
    padding: 3.75em 4%;
    margin: 1.5em auto 6.25em;
    background-color: #edf4fa;
}

#renewal2022 .p-skincheck .p-skincheckR__boxTtl {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.25em;
    position: relative;
}

#renewal2022 .p-skincheck .p-skincheckR__boxTtl::before {
    content: "";
    display: block;
    width: 2.62em;
    height: 1.75em;
    background: url("../../img/usr/skincheck/skincheck-ttl-c.png") no-repeat center center / contain;
    position: absolute;
    top: -0.9em;
    left: -1.5em;
    z-index: 0;
}

#renewal2022 .p-skincheck .p-skincheckR__boxTtl span {
    position: inherit;
    z-index: 1;
}

#renewal2022 .p-skincheck .p-skincheckR__care {
    margin: 0 0 6.25em;
}

#renewal2022 .p-skincheck .p-skincheckR__care-list {
    margin: 3.75em 0 6.25em;
}

#renewal2022 .p-skincheck .p-columnD__item-img {
    border: none;
}

#renewal2022 .p-skincheck .p-columnD__item dl {
    background: none;
    padding-top: 3em;
}

#renewal2022 .p-skincheck .p-skincheckR__care-list > li:not(:last-child) {
    margin: 0 0 2.75em;
}

#renewal2022 .p-skincheck .p-skincheckR__subTtl {
    font-size: 1.25em;
    font-weight: 500;
    text-align: center;
    padding: 0.7em 0;
    margin: 0 auto 0.5em;
    width: min(660px,100%);
    border-top: 1px solid #000036;
    border-bottom: 1px solid #000036;
}

#renewal2022 .p-skincheck .p-skincheckR__care-price em {
    text-decoration: line-through;
    font-style: normal;
}

#renewal2022 .p-skincheck .p-skincheckR__care-priceEm {
    color: #e77878;
}

#renewal2022 .p-skincheck .p-skincheckR__care-priceEm em {
    font-size: 1.25em;
    font-weight: 700;
    font-style: normal;
}

#renewal2022 .p-skincheck .p-skincheckR__step {
    padding: 3.75em 4%;
    border: 1px solid #cccccc;
}

#renewal2022 .p-skincheck .p-skincheckR__step h4 {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-align: center;
    margin: 0 0 1.6em;
}

#renewal2022 .p-skincheck .p-skincheckR__step .p-skincheck-ttl::after {
    background: #cccccc;
}

#renewal2022 .p-skincheck .p-skincheckR__step-box {
    width: min(760px,100%);
    padding: 2.5em 4%;
    margin: 2.25em auto 0;
    border: 12px solid #edf4fa;
}

#renewal2022 .p-skincheck .p-skincheckR__step-box dl {
    width: min(510px,92%);
    margin: 0 auto;
}

#renewal2022 .p-skincheck .p-skincheckR__step-box dl:not(:last-child) {
    padding: 0 0 2.25em;
    border-bottom: 1px dotted #cccccc;
}

#renewal2022 .p-skincheck .p-skincheckR__step-box dl:not(:first-child) {
    padding: 2.25em 0 0;
}

#renewal2022 .p-skincheck .p-skincheckR__step-box dt {
    font-size: 1.25em;
    text-align: center;
    margin: 0 0 1.2em;
}

#renewal2022 .p-skincheck .p-skincheckR__step-box dt span {
    display: inline;
    background: linear-gradient(transparent 60%, #edf4fa 60%);
}

@media (hover: hover) {
    #renewal2022 .p-skincheck .p-skincheckD__button-item a:hover {
        background: #000036;
        color: #fff;
        transition: all 300ms ease-out 0ms;
    }

    #renewal2022 .p-skincheck .p-skincheckD__button-item a:hover::after {
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
        transition: all 300ms ease-out 0ms;
    }
}

@media screen and (max-width: 1040px) {
    #renewal2022 .p-skincheck .p-skincheckD__button-list {
        width: 100%;
        min-width: auto;
    }
}

@media screen and (max-width: 768px) {
    #renewal2022 .p-skincheck .p-content__q-txt {
        font-size: 1em;
        line-height: 2;
    }

    #renewal2022 .p-skincheck .p-skincheckD__box-ttl {
        font-size: 3em;
    }

    #renewal2022 .p-skincheck .p-skincheckD__button-item a {
        font-size: 1em;
    }

    #renewal2022 .p-skincheck .p-skincheckD__button-list.p-skincheckD__button-list2culumn .p-skincheckD__button-item a {
        min-height: 3em;
        font-size: 1.25em;
    }

    #renewal2022 .p-skincheck .p-skincheckD__box {
        padding: 3em 4% 2em;
        margin: 6em auto 0;
    }

    #renewal2022 .p-skincheck .p-skincheckD__button-list.p-skincheckD__button-list2culumn {
        margin: 1.5em auto 0;
    }

    #renewal2022 .p-skincheck .p-skincheckD__button-item a {
        grid-template-columns: 1fr 1.5em;
        padding: 0 0 0 1.5em;
    }

    #renewal2022 .p-skincheck .p-skincheckD__button-item a::after {
        margin: 0;
    }

    #renewal2022 .p-skincheck .p-skincheckR__box {
        padding: 2.4em 6%;
    }

    #renewal2022 .p-skincheck .p-skincheckR__box .p-content__txt {
        text-align: justify;
    }

    #renewal2022 .p-skincheck .p-skincheckR__boxTtl {
        font-size: 1.5em;
        padding: 0 4% 0.5em;
    }

    #renewal2022 .p-skincheck .p-skincheckR__boxTtl::before {
        left: -0.2em;
    }

    #renewal2022 .p-skincheck .p-skincheckR__care-list,#renewal2022 .p-skincheck .p-skincheckR__care {
        margin: 0 0 3.75em;
    }

    #renewal2022 .p-skincheck .p-columnD__item-img {
        padding: 0;
        width: 80%;
        margin: auto;
    }

    #renewal2022 .p-skincheck .p-columnD__item dl {
        padding: 1.25em 5%;
    }

    #renewal2022 .p-skincheck .p-skincheckR__subTtl {
        font-size: 1.125em;
    }

    #renewal2022 .p-skincheck .p-skincheckR__step {
        padding: 3.75em 6%;
    }

    #renewal2022 .p-skincheck .p-skincheckR__step .p-content__txt {
        text-align: justify;
    }

    #renewal2022 .p-skincheck .p-skincheckR__step h4 {
        font-size: 1.25em;
    }

    #renewal2022 .p-skincheck .p-skincheckR__step {
        padding: 2.5em 4%;
    }

    #renewal2022 .p-skincheck .p-skincheckR__step-box dt {
        font-size: 1.125em;
    }
}

@media screen and (max-width: 400px) {
    #renewal2022 .p-skincheck .p-skincheckD__button-list.p-skincheckD__button-list2culumn {
        grid-template-columns: 1fr;
    }
}
