#link-top2 {
    padding: 5px;
    box-sizing: border-box;
}

#link-top2 a:nth-child(1) {
    max-width: 58%;
    width: 100%;
    height: 45px;
    background: red;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding-top: 0;
    float: left;
}

#link-top2 a:nth-child(1):before {
    content: "";
    background-image: url(/common/smart/design/img/images_index-add/pen.png);
    border: 0;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    margin-top: 9px;
    margin-left: -141px;
}

#link-top2 a:nth-child(1) :nth-child(1) {
    display: block;
    margin-bottom: -26px;
    margin-top: -39px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
}

#link-top2 a:nth-child(1) :nth-child(3) {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: -13px;
    margin-left: 15px;
}

.link-top2-ouside {
    height: 100px;
    width: 100%;
    position: relative;
}

.lazyload, .lazyloading {
    opacity: 1;
    transition: opacity 100ms;
    background: #f7f7f7 url('/rakuten/plugins/jquery.bxslider/images/bx_loader.gif') no-repeat center;
}

.wrap_outchat .link_outside_chat {
    display: flex;
    justify-content: space-between;
}

.wrap_outchat #link-top2 a:nth-child(1) {
    margin-left: 0;
    background: url(/common/design/user/css/img/bg_lg_red.jpg);
    line-height: 22px;
    background-size: contain;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-indent: 20px;
    max-width: 65%;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    padding-top: 0;
    float: left;
}

.wrap_outchat #link-top2 a:nth-child(1) :nth-child(1) {
    margin: 0;
    line-height: 0;
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.wrap_outchat .chat_bot {
    display: block;
    background-size: 100%;
    width: 55px;
    height: 53px;
}

#eye_catcher img {
    display: none;
}

.wrap_outchat #link-top2 a:nth-child(1):before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}

.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-loading .slick-list {
    background: #fff url('/common/design/user/js/slick/ajax-loader.gif') center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/common/design/user/js/slick/fonts/slick.eot');
    src: url('/common/design/user/js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/common/design/user/js/slick/fonts/slick.woff') format('woff'), url('/common/design/user/js/slick/fonts/slick.ttf') format('truetype'), url('/common/design/user/js/slick/fonts/slick.svg#slick') format('svg');
    font-display: swap;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 32px;
    height: 32px;
    margin-top: -16px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

footer {
    margin: 0 auto;
}


#footer {
    overflow: hidden;
    background: #ea0000;
    padding: 0 14px;
    border-bottom: 1px solid #fff;
}

#footer .wrap {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding: 14px 0 11px;
    margin-bottom: 6px;
}

.wrap-header-sp .img-nav img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.wrap-header-sp .item05 {
    display: flex;
    flex-direction: column;
}

.wrap-header-sp .item05 span {
    color: #fff;
    font-size: 8px;
    text-indent: 0;
    text-align: center;
    font-weight: 700;
}
.notification-card {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 10px;
    font-weight: 600;
    padding: 2px;
    color: #000;
    background: #fff;
    border-radius: 100%;
    min-width: 14px;
    min-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #454545;
    box-sizing: content-box;
}

.wrap-header-sp .humburger-menu.list-header-top {
    float: left;
    width: 45px;
    padding-left: 5px;
}

.wrap-header-sp .nav-left-to-right {
    transform: translate3d(-125%, 0, 0);
    left: 0;
}

.nav-visible .wrap-header-sp .nav-left-to-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.nav-left-to-right .list-items-handled .nav-item > a,
.nav-left-to-right .list-items-handled .nav-item > span {
    border: 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.wrap-header-sp .list-items-handled .nav-item-user {
    display: flex;
    align-items: center;
}

.wrap-header-sp .item06 {
    background: #b200c7;
    width: auto;
}

.wrap-header-sp .logo {
    left: 60px;

}

.logo{
    background: url(/common/design/user/img/images-top/logo_up-t_kana.png) no-repeat;
    background-size: contain;
    width: 80px;
    background-position: center !important;
}

.nav-visible_desq .wrap-header-sp .logo {
    margin: 0;
}

@media (max-width: 320px) {
    .wrap-header-sp .list-header-top a {
        width: 35px;
        height: 35px;
    }

    .wrap-header-sp .humburger-menu.list-header-top {
        width: 35px;
    }

    .wrap-header-sp .mobile-opener span {
        top: 16px;
    }

    .wrap-header-sp .logo {
        left: 45px;
        width: 80px;
        height: 50px;
    }

    .wrap-header-sp .list-header-top li {
        padding-right: 5px;
    }

    .wrap-header-sp .list-header-top a.tel {
        width: 105px;
    }

    .wrap-header-sp .item05 span {
        font-size: 6px;
        transform: translateX(0);
    }

    .wrap-header-sp .img-nav {
        margin-top: 2px;
    }

    .nav-visible .wrap-header-sp .nav-left-to-right {
        padding: 65px 0 0;
    }
}

.nav-left-to-right.glo-nav-new .box-item-sp .list-items-handled .nav-item .user-name {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-left-to-right.glo-nav-new .user-name span {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
}

.nav-left-to-right.glo-nav-new .discount-use-name {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-left-to-right.glo-nav-new .name-list-user {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    padding: 15px 12px 9px 5px;
    color: #fff;
    margin: 0 -12px;
}

.nav-left-to-right.glo-nav-new .wrap_user_name a {
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    padding: 12px;
}

.nav-left-to-right.glo-nav-new .wrap_user_name ul li:first-child a {
    border-top: 1px solid #56686f;
}

.nav-left-to-right.glo-nav-new .wrap_user_name {
    border-top: 3px solid #fff;
    margin-top: 10px;
}

.logged-user-header.nav-visible .nav-left-to-right.glo-nav-new {
    width: 70%;
}

.glo-nav-new .box-item-sp .list-items-handled .nav-item > a,
.glo-nav-new .box-item-sp .list-items-handled .nav-item2 > a,
.glo-nav-new .box-item-sp .list-items-handled .nav-item > span,
.glo-nav-new .box-item-sp .list-items-handled .nav-item2 > span,
.glo-nav-new .box-item-sp .list-items-handled .sub-nav-item > span {
    font-size: 13px;
}

.nav-visible {
    overflow: hidden;
    height: 100%;
}

.list-header-top .btn-top-my-page {
    text-indent: 1px;
    font-size: 8px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
}

.list-header-top .btn-top-my-page .image {
    display: block;
    width: 18px;
    height: 18px;
    margin: 4px auto;
    position: relative;
}

.list-header-top .btn-top-my-page .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 320px) {
    .list-header-top .btn-top-my-page {
        font-size: 6px;
    }
}

.list-header-top a.tel-new {
    background: #ff0101 !important;
    text-indent: 0;
    color: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    font-weight: 700;
    width: 110px;
}

.list-header-top a.tel-new strong {
    font-size: 9px;
    font-weight: 700;
}

.list-header-top a.tel-new span {
    font-size: 13px;
}

.copyright {
    background: none;
}

#footer .wrap {
    width: auto;
}

#header .wrap {
    width: auto;
}

.slick-slide img {
    width: 100%;
}

section p {
    font-size: 14px;
}

.btn_s1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 18px;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    max-width: 300px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 5;
    margin: 0;
}

.btn_s1-default {
    max-width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 1px #000;
    padding: 8px 6px;
    overflow: hidden;
    background: #cf3524;
}

.btn_s1-default:before,
.btn_s1-default:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: #cf3524;
    background: -moz-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: -webkit-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: linear-gradient(to bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn_s1-default:after {
    background: #cf3524;
    background: -moz-linear-gradient(bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: -webkit-linear-gradient(bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: linear-gradient(to top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    opacity: 0;
}

.btn_s1-default strong {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 24px;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    z-index: 10;
}
@media (min-width: 375px) {
    .btn_s1-default strong {
        font-size: 18px;
    }
}
@media (min-width: 414px) {
    .btn_s1-default strong {
        font-size: 19px;
    }
}
@media (min-width: 430px) {
    .btn_s1-default strong {
        font-size: 20px;
    }
}
.btn_s1-default strong span {
    display: block;
    font-size: 12px;
    line-height: 16px;
}
@media (min-width: 375px) {
    .btn_s1-default strong span {
        font-size: 13px;
    }
}

@media (min-width: 414px) {
    .btn_s1-default strong span {
        font-size: 13.5px;
    }
}
@media (min-width: 430px) {
    .btn_s1-default strong span {
        font-size: 14px;
    }
}

.btn_s1-default strong .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}

.btn_s1-default strong .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -3px;
    border: 4px solid transparent;
    border-left: 7px solid red;
    border-right: 0;
}

.container_s1 {
    display: block;
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: content-box;
}

.container_s1:after {
    content: '';
    clear: both;
    display: block;
}

.common-title_s1 {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: url(../img/images_index-add/title-common-bg.png) left top repeat;
    margin: 0 0 10px;
    padding: 7px 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold;
}

#link-top2.fixed-block {
    position: fixed;
}

#link-top2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1100px;
    width: 100%;
    overflow: hidden;
    text-align: right;
    z-index: 1000;
}

#link-top2 a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 165px;
    width: 100%;
    height: 28px;
    overflow: hidden;
    font-size: 10px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#link-top2 a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 5px solid transparent;
    border-bottom: 9px solid #fff;
    border-top: 0;
    margin: -2px 5px 0 0;
}

@media screen and (max-width: 1024px) {
    #link-top2 {
        padding: 5px;
        box-sizing: border-box;
    }

    #link-top2 a:nth-child(1) {
        max-width: 65%;
        width: 100%;
        height: 45px;
        background: red;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        color: #fff !important;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding-top: 0;
        float: left;
    }

    #link-top2 a:nth-child(1):before {
        content: "";
        background-image: url(/common/smart/design/img/images_index-add/pen.png);
        border: 0;
        width: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        margin-top: 9px;
        margin-left: -141px;
    }

    #link-top2 a:nth-child(1) :nth-child(1) {
        display: block;
        margin-bottom: -26px;
        margin-top: -39px;
        font-size: 12px;
        font-weight: bold;
        margin-left: 20px;
    }

    #link-top2 a:nth-child(1) :nth-child(3) {
        font-size: 18px;
        font-weight: bold;
        display: block;
        margin-top: -13px;
        margin-left: 15px;
    }

    .link-top2-ouside {
        height: 100px;
        width: 100%;
        position: relative;
    }
}

.common-title_s1 {
    -webkit-background-size: 4px;
    background-size: 4px;
}

.chat_bot {
    display: none;
}
.wrap_outchat #link-top2 a.button-link-drawer-only-topapge:nth-child(1):before {
    display: none;
}
.wrap_outchat #link-top2 a.button-link-drawer-only-topapge:nth-child(1){
    background: #E61E02;
    border: unset;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: unset;
    gap: 5px;
    max-width: 213px;
    margin-right: 34px;
}
.wrap_outchat #link-top2 .link-back-top-only-toppage {
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px #00000040;
    width: 46px !important;
    height: 46px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
}
.click-chat-2 {
    width: 46px;
    height: 46px;
    margin-right: 16px;
}
.wrap_outchat-only-toppaage #link-top2{
    background: rgba(247, 247, 247, .8);
    overflow: unset;
    min-height: auto !important;
    padding: 10px;
}
.box__chat--parent {
    display: flex;
    align-items: center;
}
