@charset "utf-8";

#primary {
    padding: 0;
}
.breadcrumb {
    display: none;
}
.row {
    max-width: 100% !important
}
.coll-wrap * {
    font-family:"HelveticaNeueW01-UltLt", "Helvetica Neue LT W05 25 Ult Lt", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
}
.coll-wrap .content-wrap {
    padding-top: 0;
    max-width: 1200px
}
.coll-wrap sup {
    font-family:"Helvetica Neue LT W01_35 Thin", "Helvetica Neue LT W05 35 Thin", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
}

.coll-wrap a {
    color: #000;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    .coll-wrap a:hover {
        color: #595959;
    }
}
@media only screen and (min-width: 1023px) {
    .coll-wrap .content-wrap {
        padding-inline: 20px
    }
}
.coll-wrap a.btn,
.coll-wrap div.btn {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000;
    padding: 9px;
    min-width: 171px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 12px;
    color: #000;
    text-align: center;
    transition: color .4s, background .4s
}
@media only screen and (min-width: 768px) {
    .coll-wrap a.btn,
    .coll-wrap div.btn {
        padding: 6.5px 9px;
        line-height: calc(20 / 13);
    }
}
@media only screen and (min-width: 1023px) {
    .coll-wrap a.btn,
    .coll-wrap div.btn {
        font-size: 13px;
        min-width: 200px;
        letter-spacing: .01em
    }
}
.coll-wrap a.btn:hover,
.coll-wrap div.btn:hover {
    color: #fff;
    background: #000
}

/* card-video */
.card-video {
    display: grid;
    grid-template-columns: calc(42% + 21px) 1fr;
    gap: 19px
}
@media only screen and (min-width: 768px) {
    .card-video {
        display: block
    }
}
.card-video--alt {
    display: block;
    padding-inline: 10px;
    text-align: center
}
@media only screen and (min-width: 576px) {
    .card-video--alt {
        display: block;
        padding-inline: 0
    }
}
@media only screen and (min-width: 1199px) {
    .card-video--alt {
        text-align: left
    }
}
.card-video .card__video {
    margin-left: -20px;
    aspect-ratio: 1/1.31;
    position: relative;
    display: block
}
.card-video--alt .card__video {
    margin-left: 0;
    aspect-ratio: 1/1;
    margin-bottom: 16px;
    width: calc(100% - 5px);
    margin-inline: auto;
    display: block
}
@media only screen and (min-width: 1199px) {
    .card-video--alt .card__video {
        margin-bottom: 12px
    }
}
.card-video .card__video video {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.card-video .card__video img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
@media only screen and (max-width: 767px) {
    .card-video .card__content {
        margin-top: 30px;
    }
}
.card-video--alt .card__content {
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: -0.01em
}
@media only screen and (min-width: 1199px) {
    .card-video--alt .card__content {
        padding-inline: 5px
    }
}
.card-video--alt .card__content h4 {
    margin-bottom: 2px;
    font-size: 27px;
    line-height: calc(72 / 54);
}
@media only screen and (min-width: 576px) {
    .card-video--alt .card__content h4 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .card-video--alt .card__content h4 {
        margin-bottom: 8px;
        font-size: 34px;
    }
}
@media only screen and (min-width: 1199px) {
    .card-video--alt .card__content h4 {
        font-size: 42px;
        line-height: calc(57 / 42);
    }
}
.card-video .card__content span {
    font-size: 77px;
    line-height: 1;
    display: block;
    margin-bottom: 0;
}
@media only screen and (min-width: 1199px) {
    .card-video .card__content span {
        margin-bottom: 2px
    }
}
.card-video .card__content h3 {
    font-size: 18px;
    line-height: 1;
    font-family:"Helvetica Neue LT W01_35 Thin", "Helvetica Neue LT W05 35 Thin", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
    margin-bottom: 4px;
}
@media only screen and (min-width: 576px) {
    .card-video .card__content h3 {
        font-size: 22px
    }
}
@media only screen and (min-width: 1199px) {
    .card-video .card__content h3 {
        font-size: 24px;
        margin-bottom: 9px;
    }
}
.card-video .card__content p {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: calc(27 / 22);
}
.card-video--alt .card__content p {
    font-size: 11px;
}
@media only screen and (min-width: 576px) {
    .card-video .card__content p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) {
    .card-video .card__content p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1199px) {
    .card-video .card__content p {
        max-width: 100%;
        margin-bottom: 7px;
        font-size: 16px;
        line-height: calc(20 / 16);
        letter-spacing: -0.02em
    }
}
.card-video .card__content p sup {
    font-size: 11px;
    text-transform: uppercase
}
.card-video .card__content .fklnk {
    display: block;
    font-size: 12px;
    line-height: calc(42 / 24);
    text-transform: uppercase;
    text-decoration: underline;
    transition: opacity .4s
}
.card-video .card__content .fklnk:hover {
    color: #000;
    opacity: .7
}
@media only screen and (min-width: 1199px) {
    .card-video .card__content .fklnk {
        font-size: 16px
    }
}
@media only screen and (min-width: 576px) {
    .card-video .card__content .fklnk {
        font-size: 14px
    }
}
@media only screen and (min-width: 767px) {
    .card-video--alt .card__content p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1199px) {
    .card-video--alt .card__content p {
        max-width: 100%;
        font-size: 16px;
    }
}
@media only screen and (min-width: 576px) {
    .card-video .card__content {
        font-size: 18px;
        line-height: 1
    }
    .card-video:not(.card-video--alt) .card__video {
        aspect-ratio: 1/1.1
    }
}
@media only screen and (min-width: 40em) {
    .card-video:not(.card-video--alt) .card__video {
        margin-left: -30px
    }
}
@media only screen and (min-width: 1199px) {
    .card-video--alt .card__content p sup {
        font-size: 11px
    }
    .card-video:not(.card-video--alt) .card__video {
        aspect-ratio: 1/1.16;
        margin-bottom: 6px
    }
}
@media only screen and (min-width: 768px) {
    .card-video:not(.card-video--alt) .card__video {
        margin-left: 0;
        margin-bottom: 6px;
    }
}


/* .intro-new */
.coll-wrap .intro-new {
    position: relative;
    padding-block: 130.5px;
}
@media only screen and (min-width: 576px) {
    .coll-wrap .intro-new {
        padding-block: 77px 75px;
    }
}
.coll-wrap .intro-new h1 {
    margin-bottom: 9px;
    font-size: 41px;
    line-height: calc(74 / 82);
    letter-spacing: 0.01em;
}
@media only screen and (min-width: 576px) {
    .coll-wrap .intro-new h1 {
        font-size: 46px
    }
}
@media only screen and (min-width: 768px) {
    .coll-wrap .intro-new h1 {
        font-size: 52px
    }
}
@media only screen and (min-width: 1199px) {
    .coll-wrap .intro-new h1 {
        margin-bottom: 6px;
        font-size: 60px;
        line-height: calc(56 / 60);
    }
}
.coll-wrap .intro-new h1 sup {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin-top: 7px
}
@media only screen and (min-width: 1199px) {
    .coll-wrap .intro-new h1 sup {
        font-size: 20px;
        top: -3px
    }
}
.coll-wrap .intro-new .intro__image,
.coll-wrap .intro-new .intro__image img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.coll-wrap .intro-new .intro__content {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -0.015em;
    max-width: 300px;
    margin-inline: auto
}
@media only screen and (min-width: 576px) {
    .coll-wrap .intro-new .intro__content {
        max-width: 430px
    }
}
@media only screen and (min-width: 768px) {
    .coll-wrap .intro-new .intro__content {
        margin: 0;
        text-align: left;
        max-width: 500px
    }
}
@media only screen and (min-width: 1199px) {
    .coll-wrap .intro-new .intro__content {
        max-width: 660px;
        font-size: 23px;
        line-height: 1.1;
        letter-spacing: -0.016em
    }
}
@media only screen and (min-width: 768px) {
    .coll-wrap .intro-new .intro__content h1 {
        max-width: unset
    }
}
.coll-wrap .intro-new .intro__content p {
    font-size: 13px;
    line-height: calc(35 / 26);
}
@media only screen and (min-width: 768px) {
    .coll-wrap .intro-new .intro__content p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1199px) {
    .coll-wrap .intro-new .intro__content p {
        max-width: 550px;
        font-size: 17px;
        line-height: calc(24 / 17);
    }
}

/* .hp-section */
.hp-section.clp-lrc-navigation {
    min-height: 25px;
}
@media only screen and (min-width: 768px) {
    .clp-lrc-navigation {
        max-width: 1200px;
        margin-inline: auto;
        padding-bottom: 0;
        border: none;
    }
}
.clp-lrc-navigation .row {
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .clp-lrc-navigation .row.show-for-small-only {
        display: flex!important;
    }
}
@media only screen and (max-width: 767px) {
    .content-asset ul {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .content-asset ul li {
        list-style: none;
        font-size: 16px;
        line-height: calc(32 / 32);
    }
}
.clp-lrc-navigation {
    margin-top: 30px;
    margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
    .clp-lrc-navigation {
        margin-top: 10px;
        margin-bottom: 26px;
         padding-bottom: .6em;
          border-bottom: 1px solid #cccccc;
    }
}
.clp-lrc-navigation .clp-nav-items-all {
    align-items: center;
    align-content: flex-start;
    display: flex;
}
.clp-lrc-navigation .clp-nav-items-ind {
    text-align: right;
}
.clp-lrc-navigation h5 {
    font-size: 16px;
    color: #7f7f7f;
    font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
}
.clp-lrc-navigation a {
    font-size: 16px;
    margin-left: 17px;
    font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
}
@media only screen and (min-width: 768px) {
    .clp-lrc-navigation a {
        line-height: calc(17 / 16);
    }
}
.clp-lrc-navigation li.nav__container {
    display: none;
}
.clp-lrc-navigation li.nav__container.is-dropdown-submenu-parent {
    display: block;
}
.clp-lrc-navigation .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    border-color: #000 transparent transparent
}
.clp-lrc-navigation .navitem__link a {
    padding: 10px 10px;
    font-size: 20px;
}
.clp-lrc-navigation a:hover {
    text-decoration: underline;
}

/* .section-new */
.section-new {
    background: #f0f0f0;
    padding-bottom: 19px
}
@media only screen and (min-width: 768px) {
    .section-new {
        padding-bottom: 0
    }
}
.section-new .section__head {
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
    line-height: 1.17
}
@media only screen and (min-width: 768px) {
    .section-new .section__head {
        margin-bottom: 40px
    }
}
.section-new .section__head p {
    max-width: 360px;
    margin-inline: auto;
    font-size: 11px;
    line-height: calc(26 / 19);
}
@media only screen and (min-width: 576px) {
    .section-new .section__head p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) {
    .section-new .section__head p {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1199px) {
    .section-new .section__head p {
        font-size: 18px;
        line-height: calc(24 / 18);
    }
}
.section-new .section__head p > sup {
    font-size: 11px;
    text-transform: uppercase
}
@media only screen and (min-width: 1199px) {
    .section-new .section__head p sup {
        font-size: 12px
    }
}
.section-new .section__head h2 {
    margin-bottom: 6px;
    font-size: 28px;
    line-height: calc(56 / 56);
    text-transform: uppercase;
    letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
    .section-new .section__head h2 {
        font-size: 34px;
        line-height: calc(38 / 42);
    }
}
@media only screen and (min-width: 1199px) {
    .section-new .section__head h2 {
        margin-bottom: 8px;
        font-size: 42px;
    }
}
.section-new .section__head h2 sup {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1;
}
.section-new.section-new--offset {
    padding-block: 35px 0;
}
@media only screen and (min-width: 576px) {
    .section-new.section-new--offset {
        padding-block: 40px
    }
}
@media only screen and (min-width: 768px) {
    .section-new.section-new--offset {
        padding-block: 70px 86px
    }
}
.section-new.section-new--white {
    background: #fff
}
@media only screen and (min-width: 768px) {
    .section-new.section-new--offset .section__head p {
        max-width: unset
    }
}

@media only screen and (max-width: 575px) {
    .card-new {
        position: relative;
    }
}
@media only screen and (min-width: 576px) {
    .card-new {
        position: relative
    }
}
@media only screen and (min-width: 768px) {
    .card-new {
        display: flex;
        aspect-ratio: 1/.45;
        align-items: center
    }
}
@media only screen and (min-width: 1220px) {
    .card-new {
        aspect-ratio: 1/.42
    }
}
@media only screen and (min-width: 1399px) {
    .card-new {
        aspect-ratio: 1/.50949;
    }
}
.card-new .card__image {
    position: relative;
    aspect-ratio: 1/1.528;
    margin-inline: -20px;
    margin-bottom: 5px
}
@media only screen and (min-width: 576px) {
    .card-new .card__image {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 40px);
        height: 100%;
        aspect-ratio: unset
    }
}
@media only screen and (min-width: 40em) {
    .card-new .card__image {
        width: calc(100% + 60px);
        margin-inline: -30px;
    }
}
@media only screen and (min-width: 1220px) {
    .card-new .card__image {
        width: calc(100% - (1160px - 100vw));
        margin-inline: calc((1160px - 100vw)/2);
    }
}
.card-new .card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.card-new .card__content {
    max-width: 305px;
    margin-inline: auto;
    font-size: 17px;
    text-align: center;
    line-height: 1.18;
    letter-spacing: -0.016em
}
@media only screen and (min-width: 576px) {
    .card-new .card__content {
        position: relative;
        z-index: 1;
        width: 50%;
        margin-left: 0;
        padding-block: 40px;
        text-align: left;
    }
}
@media only screen and (min-width: 768px) {
    .card-new .card__content {
        max-width: 46%;
        font-size: 20px
    }
}
@media only screen and (min-width: 1220px) {
    .card-new .card__content {
        font-size: 23px;
        line-height: 1.04
    }
}
@media only screen and (max-width: 575px) {
    .card-new .card__content {
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}
.card-new .card__content h2 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: calc(54 / 56);
    text-transform: uppercase;
    letter-spacing: .02em;
}
@media only screen and (min-width: 768px) {
    .card-new .card__content h2 {
        font-size: 36px
    }
}
@media only screen and (min-width: 1199px) {
    .card-new .card__content h2 {
        margin-bottom: 6px
    }
}
@media only screen and (min-width: 1220px) {
    .card-new .card__content h2 {
        font-size: 42px;
        line-height: calc(36 / 42);
    }
}
.card-new .card__content p {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: calc(26 / 19);
}
@media only screen and (min-width: 768px) {
    .card-new .card__content p {
        font-size: 16px;
        line-height: calc(22 / 16);
    }
}
.card-new .card__content p.txt-top {
    margin-bottom: 0;
    font-size: 12px;
    line-height: calc(30 / 24);
}
@media only screen and (min-width: 768px) {
    .card-new .card__content p.txt-top {
        font-size: 19px;
        line-height: calc(28 / 19);
    }
}
.card-new .card__content sup {
    text-transform: uppercase;
    font-size: 11px
}
.cards-video--alt .cards__item + .cards__item {
    margin-top: 20px
}
@media only screen and (min-width: 576px) {
    .cards-video--alt .cards__item + .cards__item {
        margin-top: 0
    }
}
@media only screen and (min-width: 768px) {
    .cards-video {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 1199px) {
    .cards-video {
        grid-template-columns: repeat(4, 1fr);
        gap: 26px
    }
}
@media only screen and (min-width: 576px) {
    .cards-video--alt {
        display: grid;
        gap: 20px 15px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 1199px) {
    .cards-video--alt {
        grid-template-columns: repeat(3, 1fr);
        gap: 26px;
        padding-inline: 10px
    }
}


/* .section-body-bg */
.section-body-bg .shell {
    max-width: 1235px;
    margin: 0 auto;
    padding: 0 10px
}
.section-body-bg .cols {
    display: flex;
    flex-wrap: wrap
}
.section-body-bg .col {
    flex: 0 0 100%;
    max-width: 100%
}
.section-body-bg .col--1of2 {
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width:768px) {
    .section-body-bg .col--1of2 {
        flex: 0 0 50%;
        max-width: 50%
    }
}
.section-body-bg .button--md {
    min-width: 170px;
    padding: 11px 10px;
    font-size: 12px;
    letter-spacing: 0.02em
}
.section-body-bg {
    padding-top: 35px
}
@media (min-width:768px) {
    .section-body-bg {
        padding-top: 70px;
    }
}
.coll-wrap div:nth-of-type(1) .section-body-bg {
    padding-top: 0;
}
.coll-wrap div:nth-of-type(3) .section-body-bg:first-of-type {
    padding-top: 0;
}
.section-body-bg a:hover {
    color: #000
}
.section-body-bg .section__shell {
    max-width: 1215px
}
.section-body-bg .section__head {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 450px
}
@media (min-width:768px) {
    .section-body-bg .section__head {
        max-width: 100%;
        margin-bottom: 40px
    }
}
.section-body-bg h2 {
    font-size: 28px;
    line-height: calc(54 / 56);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
@media (min-width:768px) {
    .section-body-bg h2 {
        font-size: 42px;
        line-height: calc(36 / 42);
        letter-spacing: 0;
    }
}
.section-body-bg p.txt-top {
    margin-bottom: 2px;
    font-size: 12px;
    font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
    line-height: calc(30 / 24);
}
@media (min-width:576px) {
    .section-body-bg p.txt-top {
        margin-bottom: 0;
        font-size: 15px;
    }
}
@media (min-width:768px) {
    .section-body-bg p.txt-top {
        margin-bottom: 4px;
        font-size: 19px;
        line-height: calc(28 / 19);
    }
}
.section-body-bg p.txt-top span {
    font-size: 13px;
    font-family:"Helvetica Neue LT W01_65 Md", "Helvetica Neue LT W05 65 Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
    line-height: calc(32 / 26);
}
@media (min-width:576px) {
    .section-body-bg p.txt-top span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .section-body-bg p.txt-top span {
        font-size: 21px;
        line-height: calc(28 / 21);
    }
}
.section-body-bg p.txt-bottom {
    font-size: 11px;
    line-height: 1.368;
}
@media (min-width:576px) {
    .section-body-bg p.txt-bottom {
        font-size: 13px;
    }
}
@media (min-width:768px) {
    .section-body-bg p.txt-bottom {
        font-size: 16px;
        line-height: calc(22 / 16);
    }
}
.section-body-bg .section__body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -10px;
}
@media (min-width:768px) {
    .section-body-bg .section__body {
        align-items: center;
        text-align: left;
        min-height: 472px;
        height: 36.5vw;
        max-height: 700px;
        margin: 0
    }
}
@media (min-width:768px) {
    .section-body-bg .section__body.lrrp {
        height: 39.4vw;
    }
}
@media (min-width:768px) {
    .section-body-bg .section__body.lrcf {
        height: 36.867vw;
    }
}
@media (min-width:768px) {
    .section-body-bg .section__body.lrsp {
        height: 39.134vw;
    }
}
@media (max-width:767px) {
    .section-body-bg .section__body.lrfd {
        margin-bottom: 17px;
    }
}
@media (min-width:768px) {
    .section-body-bg .section__body.lrfd {
        height: 41vw;
    }
}
.section-body-bg .section__image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (min-width:768px) {
    .section-body-bg .section__image {
        left: -10px;
        right: -10px;
        width: calc(100% + 20px);
        height: 100%
    }
}
@media (min-width:1215px) {
    .section-body-bg .section__image {
        left: calc((1195px - 100vw) / 2);
        right: calc((1195px - 100vw) / 2);
        width: calc(100% + ((100vw - 1195px)))
    }
}
.section-body-bg .section__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

@media (min-width:768px) {
    .section-body-bg .section__image img:not(.section__img__desktop) {
        display: none
    }
}
.section-body-bg .section__body.lrsp .section__image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 78.27vw;
}
@media (min-width:768px) {
    .section-body-bg .section__body.lrsp .section__image {
        left: -10px;
        right: -10px;
        width: calc(100% + 20px);
        height: 100%;
    }
}
@media (min-width:1215px) {
    .section-body-bg .section__body.lrsp .section__image {
        left: calc((1195px - 100vw) / 2);
        right: calc((1195px - 100vw) / 2);
        width: calc(100% + ((100vw - 1195px)))
    }
}
@media (min-width:1215px) {
    .section-body-bg .section__body.lrfd .section__image {
        left: calc((1195px - 100vw) / 2);
        right: calc((1195px - 100vw) / 2);
        width: calc(100% + ((100vw - 1195px)))
    }
}

.section-body-bg .section__body.lrfd .section__image img {
    object-position: bottom center;
}
.section-body-bg .section__img__desktop {
    display: none
}
@media (min-width:768px) {
    .section-body-bg .section__img__desktop {
        display: block
    }
}
.section-body-bg .section__content {
    z-index: 1;
    align-self: flex-end;
    max-width: 380px;
    margin: 0 auto;
    padding: 106.666vw 20px 28px;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.018em;
}
@media (min-width:768px) {
    .section-body-bg .section__content {
        align-self: center;
        max-width: 45%;
        margin: 0;
        padding: 40px 0 40px 18px;
        font-size: 23px;
        line-height: 1.08;
    }
}
@media (max-width:767px) {
    .section-body-bg .section__body.lrrp .section__content {
        padding: 94.8vw 20px 25px;
    }
}

.section-body-bg .section__body.lrsp .section__content {
    padding: 84vw 20px 22px;
}
@media (min-width:768px) {
    .section-body-bg .section__body.lrsp .section__content {
        padding: 40px 0;
        padding-left: 17px;
    }
}
.section-body-bg .section__body.lrfd .section__content {
    padding: 22px 20px 106.5333vw;
}
@media (min-width:576px) {
    .section-body-bg .section__body.lrfd .section__content {
        max-width: none;
    }
}
@media (min-width:768px) {
    .section-body-bg .section__body.lrfd .section__content {
        padding: 40px 0;
        padding-left: 17px;
    }
}
.section-body-bg .section__content h2 {
    margin: 0 auto 5px;
}
@media (min-width:768px) {
    .section-body-bg .section__content h2 {
        margin: 0 0 12px
    }
}
.section-body-bg .section__button {
    min-width: 170px;
    margin-top: 12px;
    padding: 10px
}
@media (min-width:768px) {
    .section-body-bg .section__button {
        min-width: 200px;
        margin-top: 16px;
        padding: 9px;
    }
}
@media (min-width:768px) {
    .section-body-bg.lrcf .section__button {
        margin-top: 16px;
    }
}
.section-body-bg .section__content h3 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: calc(54 / 56);
    text-transform: uppercase;
}
@media (min-width:768px) {
    .section-body-bg .section__content h3 {
        margin-bottom: 16px;
        font-size: 42px;
        line-height: calc(36 / 42);
        letter-spacing: 0.03em
    }
}


/* .section-alt-new */
.section-alt-new {
    padding: 35px 0 0;
}
@media only screen and (min-width: 1199px) {
    .section-alt-new {
        padding: 12px 0 0
    }
}
@media only screen and (min-width: 1199px) {
    .section-alt-new + .section-alt-new {
        padding: 70px 0 0
    }
}
.section-alt-new .section__head {
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center
}
@media only screen and (min-width: 767px) {
    .section-alt-new .section__head {
        margin-bottom: 15px;
    }
}
.section-alt-new .section__head h2 {
    font-size: 28px;
    line-height: calc(56 / 56);
    letter-spacing: 0;
}
@media only screen and (min-width: 576px) {
    .section-alt-new .section__head h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 767px) {
    .section-alt-new .section__head h2 {
        font-size: 42px;
        line-height: calc(38 / 42);
    }
}
.section-alt-new .section__head h2 sup,
.section__shell .section__head h2 sup {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin-top: 8px;
    line-height: 1;
}
.section-alt-new .section__video {
    aspect-ratio: 1/1;
    position: relative;
    margin-inline: -20px;
    width: calc(100% + 40px)
}
@media only screen and (min-width: 576px) {
    .section-alt-new .section__video {
        aspect-ratio: unset;
        height: 100%;
        margin-left: -30px;
        width: calc(100% + 30px);
    }
}
@media only screen and (min-width: 40em) {
    .section-alt-new .section__video {
        margin-left: -30px;
        width: calc(100% + 30px)
    }
}
@media only screen and (min-width: 576px) {
    .section-alt-new--reversed .section__video {
        margin-left: 0;
        margin-right: -30px
    }
}
@media only screen and (min-width: 40em) {
    .section-alt-new--reversed .section__video {
        margin-left: 0;
        margin-right: -30px
    }
}
.section-alt-new .section__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.section-alt-new .section__button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer
}
.section-alt-new .section__button svg {
    height: 30px
}
.section-alt-new .section__button svg + svg {
    display: none
}
.section-alt-new .section__button.is-paused svg {
    display: none
}
.section-alt-new .section__button.is-paused svg + svg {
    display: block
}
@media only screen and (min-width: 576px) {
    .section-alt-new .section__body {
        display: flex
    }
    .section-alt-new .section__body-col {
        width: 50%
    }
    .section-alt-new--reversed .section__body {
        flex-direction: row-reverse
    }
}
.section-alt-new .section__body-col--content {
    position: relative;
    aspect-ratio: 1/1.44;
    display: block
}
@media only screen and (min-width: 576px) {
    .section-alt-new .section__body-col--content {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-left: 30px;
        aspect-ratio: 1/1.6
  }
}
@media only screen and (min-width: 767px) {
    .section-alt-new .section__body-col--content {
        aspect-ratio: 1/1.3
    }
}
@media only screen and (min-width: 576px) {
    .section-alt-new .section__body-col:has(.section__video) {
        display: flex;
    }
}
@media only screen and (min-width: 576px) {
    .section-alt-new--reversed .section__body-col--content {
        padding-left: 0;
        padding-right: 30px
    }
}
.section-alt-new .section__image, .section-alt-new .section__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.section-alt-new .section__image {
    width: calc(100% + 40px);
    left: -20px
}
@media only screen and (min-width: 576px) {
    .section-alt-new .section__image {
        left: 0;
    }
}
@media only screen and (min-width: 767px) {
    .section-alt-new .section__image {
        left: 0;
        width: calc(100% + 30px)
    }
}
@media only screen and (min-width: 1199px) {
    .section-alt-new .section__body-col--content .section__image {
        left: 0;
        width: calc(100% + 30px);
    }
}

@media only screen and (min-width: 767px) {
    .section-alt-new .section__cols-image,
    .section-alt-new .section__cols-image img {
        position: absolute;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 1199px) {
    .section-alt-new .section__cols-image,
    .section-alt-new .section__cols-image img {
        position: relative;
    }
}
@media only screen and (min-width: 576px) {
    .section-alt-new--reversed .section__body-col--content .section__image {
        width: calc(100% + 30px);
        margin-right: 0;
        margin-left: -30px
    }
}
@media only screen and (min-width: 40em) {
    .section-alt-new--reversed .section__image {
        margin-right: 0;
        margin-left: -30px
    }
}
.section-alt-new .section__content {
    position: relative;
    z-index: 2;
    padding-block: 22px;
    text-align: center;
}
@media only screen and (min-width: 1023px) {
    .section-alt-new .section__content {
        max-width: 100%;
        padding-block: 34px;
    }
}
.section-alt-new .section__content h3 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 5px
}
@media only screen and (min-width: 767px) {
    .section-alt-new .section__content h3 {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1023px) {
    .section-alt-new .section__head h2,
    .section-alt-new .section__content h3 {
        font-size: 34px
    }
}
.section-alt-new .section__content p {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: calc(26 / 19);
    font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
}
@media only screen and (min-width: 576px) {
    .section-alt-new .section__content p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1023px) {
    .section-alt-new .section__content p {
        font-size: 13px;
    }
}
.section-alt-new .section__content p sup {
    text-transform: uppercase;
    font-size: 11px
}
.section-alt-new .section__cols {
    position: relative;
    background: #f4f4f4;
    margin-inline: -20px;
    width: calc(100% + 40px)
}
@media only screen and (min-width: 767px) {
    .section-alt-new .section__cols {
        display: flex;
        margin-inline: -30px;
        width: calc(100% + 60px);
    }
}
@media only screen and (min-width: 1199px) {
    .section-alt-new .section__cols {
        align-items: flex-start;
        background: none;
    }
}
.section-alt-new .section__cols-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-block: 34px 38px;
    padding-inline: 20px;
    text-align: center
}
@media only screen and (min-width: 767px) {
    .section-alt-new .section__cols-title {
        display: none
    }
}
.section-alt-new .section__cols-title,
.section-alt-new .section__cols-content > p {
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: -0.013em;
}
@media only screen and (min-width: 567px) {
    .section-alt-new .section__cols-title,
    .section-alt-new .section__cols-content > p {
        font-size: 14px;
        line-height: calc(14 / 14);
    }
}
@media only screen and (min-width: 1023px) {
    .section-alt-new .section__cols-title,
    .section-alt-new .section__cols-content > p {
        font-size: 16px;
        line-height: calc(20 / 16);
    }
}
.section-alt-new .section__cols-title h3,
.section-alt-new .section__cols-content > h3 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 4px;
}
@media only screen and (min-width: 567px) {
    .section-alt-new .section__cols-title h3,
    .section-alt-new .section__cols-content > h3 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 1199px) {
    .section-alt-new .section__cols-title h3,
    .section-alt-new .section__cols-content > h3 {
        font-size: 42px;
        line-height: calc(42 / 42);
    }
}

.section-alt-new .section__cols-title p {
    font-size: 11px;
    line-height: calc(26 / 19);
}
@media only screen and (min-width: 576px) {
    .section-alt-new .section__cols-title p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 767px) {
    .section-alt-new .section__cols-title p {
        font-size: 16px;
        line-height: calc(20 / 16);
    }
}
@media only screen and (max-width: 767px) {
    .section-alt-new .section__cols-image img {
        display: block;
        width: 100%;
    }
}





.section-alt-new .section__cols-content {
    padding: 0 20px 28px 24px;
}
@media only screen and (min-width: 767px) {
  .section-alt-new .section__cols-content {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    width: 45%;
    margin: 50px 0 0 auto;
    padding: 30px 20px 30px;
  }
}
@media only screen and (min-width: 1023px) {
  .section-alt-new .section__cols-content > p {
    margin-bottom: 20px
  }
}
.section-alt-new .section__cols-content > h3,
.section-alt-new .section__cols-content > p {
  display: none
}
@media only screen and (min-width: 767px) {
  .section-alt-new .section__cols-content > h3,
  .section-alt-new .section__cols-content > p {
    display: block
  }
}
@media only screen and (min-width: 767px) {
    .section-alt-new .section__cols-content > p {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 767px) {
  .section-alt-new .section__cols-content ul {
    max-width: 42.6rem
  }
}
.section-alt-new .section__cols-content ul {
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 1198px) {
    .section-alt-new .section__cols-content ul {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1023px) {
  .section-alt-new .section__cols-content ul {
    font-size: 17px;
  }
}
.section-alt-new .section__cols-content ul li {
  display: grid;
  gap: 10px;
  grid-template-columns: 53px 1fr;
}
.section-alt-new .section__cols-content ul li + li {
  margin-top: 16px
}
@media only screen and (min-width: 1023px) {
  .section-alt-new .section__cols-content ul li + li {
    margin-top: 17px
  }
}
.section-alt-new .section__cols-content ul li > span {
  display: block;
  text-align: right;
  font-size: 66px;
  line-height: calc(108 / 132);
}
.section-alt-new .section__cols-content ul li h6 {
  margin-bottom: 3px;
  font-size: 13px;
  line-height: calc(30 / 26);
  text-transform: uppercase;
  letter-spacing: 0;
}
@media only screen and (min-width: 576px) {
  .section-alt-new .section__cols-content ul li h6 {
        font-size: 15px;
  }
}
@media only screen and (min-width: 1023px) {
  .section-alt-new .section__cols-content ul li h6 {
    max-width: unset;
    font-size: 18px;
      line-height: calc(21 / 18);
  }
}
.section-alt-new .section__cols-content ul li p {
    font-size: 11px;
    letter-spacing: -0.05em;
}
@media only screen and (min-width: 576px) {
  .section-alt-new .section__cols-content ul li p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .section-alt-new .section__cols-content ul li p {
    margin-bottom: 5px;
      letter-spacing: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .section-alt-new .section__cols-content ul p {
    margin-bottom: 10px
  }
}
.section-alt-new .section__cols-content ul li .nw {
    white-space: nowrap;
}
@media only screen and (min-width: 1199px) {
    .section-alt-new .section__cols-content ul li .block {
        display: block;
    }
}
.section-alt-new .section__cols-content ul li a {
  display: block;
  width: fit-content;
  text-decoration: underline;
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .section-alt-new .section__cols-content ul a {
    font-size: 18px
  }
}
@media only screen and (min-width: 950px) {
  .section-alt-new .section__cols-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40.5%;
    margin-top: 0;
  }
  .section-alt-new .section__cols-image,
  .section-alt-new .section__cols-image img{
    position: relative;
  }
}
@media only screen and (min-width: 1023px) {
  .section-alt-new .section__cols-content ul a {
    font-size: 13px
  }
}
.section-alt-new .section__cols-content ul li > div > span {
  font-size: 9px;
  display: block;
  margin-bottom: 5px
}
@media only screen and (min-width: 1199px) {
  .section-alt-new .section__head {
    margin-bottom: 40px
  }
  .section-alt-new .section__head h2,
  .section-alt-new .section__content h3,
  .section-alt-new .section__cols-content > h3 {
    font-size: 42px
  }
  .section-alt-new .section__cols-content > h3,
  .section-alt-new .section__cols-content > p {
    padding-left: 60px
  }
  .section-alt-new .section__content h3,
  .section-alt-new .section__cols-content > h3 {
    letter-spacing: 0;
  }
  .section-alt-new .section__content {
    padding-block: 63px 96px;
      padding-right: 30px;
  }
  .section-alt-new.section-alt-new--reversed .section__content {
      padding-right: 0;
      padding-left: 30px;
  }
  .section-alt-new .section__body-col {
    justify-content: center
  }
  .section-alt-new .section__content p,
  .section-alt-new .section__cols-content > p {
    font-size: 16px;
    line-height: calc(22 / 16);
    margin-bottom: 15px;
    max-width: 600px;
    margin-inline: auto;
    letter-spacing: -0.015em
  }
  .section-alt-new .section__cols-content > p {
    max-width: 100%;
    margin-bottom: 25px
  }
  .section-alt-new .section__cols-content ul li {
    max-width: 500px
  }
  .section-alt-new .section__cols-content ul li + li {
    margin-top: 36px
  }
  .section-alt-new .section__cols-content ul li h6 {
    margin-bottom: 4px;
  }
  .section-alt-new .section__cols-content ul li p {
    max-width: 400px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: calc(18 / 14);
    letter-spacing: .02em;
  }
  .section-alt-new .section__cols-content ul li a {
    font-size: 18px;
      line-height: calc(21 / 18);
  }
}
@media only screen and (min-width: 1220px) {
  .section-alt-new .section__cols-image {
    width: calc(100% - (1220px - 100vw));
    max-width: unset;
    margin-inline: calc((1220px - 100vw)/2);
  }
  .section-alt-new .section__body-col {
    aspect-ratio: 1/1
  }
  .section-alt-new--reversed .section__video {
    margin-right: 0;
    width: 100%
  }
  .section-alt-new--reversed .section__body-col--content .section__image,
  .section-alt-new .section__video {
    width: 100%;
    margin-left: 0;
      margin-inline: 0;
  }
  .section-alt-new--reversed .section__body-col--content,
  .section-alt-new:not(.section-alt-new--reversed) .section__body-col:first-child {
    margin-left: calc((1160px - 100vw)/2);
    width: calc(50% - (1160px - 100vw)/2)
  }
  .section-alt-new--reversed .section__body-col:first-child:not(.section__body-col--content):not(.section__body-col--entry),
  .section-alt-new:not(.section-alt-new--reversed) .section__body-col.section__body-col--content {
    margin-left: 0;
    margin-right: calc((1160px - 100vw)/2);
    width: calc(50% - (1160px - 100vw)/2)
  }
  .section-alt-new--reversed .section__body-col--content {
    justify-content: center
  }
}
.section-alt-new .section__video video {
  cursor: pointer
}

/* .section-quote-new */
.section-quote-new {
  position: relative;
  padding-block: 86px 85px;
  text-align: center
}
.section-quote-new .section__back,
.section-quote-new .section__back img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.section-quote-new .section__content {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.1
}
.section-quote-new .section__content p {
    font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
    line-height: calc(36 / 32);
}
@media only screen and (min-width: 768px) {
    .section-quote-new .section__content p {
        line-height: calc(29 / 26);
    }
}
.section-quote-new .section__content blockquote {
  font-size: 45px;
  line-height: .9;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .section-quote-new {
    padding-block: 50px
  }
  .section-quote-new .section__content {
    font-size: 20px
  }
  .section-quote-new .section__content br {
    display: none
  }
}
@media only screen and (min-width: 1199px) {
  .section-quote-new {
    padding-block: 65px 61px
  }
  .section-quote-new .section__content blockquote {
      margin-bottom: 8px;
    font-size: 52px;
  }
  .section-quote-new .section__content {
    font-size: 26px;
    letter-spacing: -0.01em
  }
}


@media only screen and (max-width: 767px) {
  .vid-wbtn {
    position: absolute;
    bottom: 25px;
    width: 12px;
    right: 31px;
    height: 24px;
    cursor: pointer;
  }
  .vid-wbtn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 24px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
  }
  .card__video.is-played .vid-wbtn:after {
    border-style: double;
    border-width: 0px 0px 0px 22px;
    border-color: #fff;
    content: " ";
    width: unset;
    height: 28px
  }
}

/* lr_series2024-recommendations */
.content-wrap .lr_series2024-recommendations {
    padding: 35px 20px 20px;
}
@media only screen and (min-width: 768px) {
    .content-wrap .lr_series2024-recommendations {
        padding: 60px 0 56px;
    }
}
.content-wrap .lr_series2024-recommendations h2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: calc(46 / 48);
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .content-wrap .lr_series2024-recommendations h2 {
        margin-bottom: 56px;
        font-size: 36px;
        line-height: calc(32 / 36);
    }
}
.content-wrap .carousel-recommendations {
    margin: 0;
}
.content-wrap .lr_series2024-recommendations .draggable {
    display: grid;
}
.content-wrap .lr_series2024-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
@media only screen and (max-width: 767px) {
    .content-wrap .lr_series2024-item {
        gap: 15px;
    }
}
.content-wrap .lr_series2024-item .item-disc {
    padding: 0 12px;
}
@media only screen and (min-width: 768px) {
     .content-wrap .lr_series2024-item .item-disc {
        padding: 0 12px;
    }
}
@media only screen and (max-width: 767px) {
    .content-wrap .badge-cont {
        margin-bottom: 3px;
    }
}
.content-wrap .badge-product {
    font-size: clamp(12px, 1.5vw, 15px);
    font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", "RodinCattleyaPro-L{pm}", sans-serif !important;
}
@media only screen and (max-width: 767px) {
    .content-wrap .badge-product {
        line-height: 1.2;
    }
}
.content-wrap .badge-product.new {
    color: #E6001E;
}
.content-wrap .badge-product.small {
    font-size: clamp(10px, 1.4vw, 14px);
    letter-spacing: 1px;
}
.content-wrap .product-image {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .content-wrap .product-image {
        max-width: 246px;;
        margin-inline: auto;
        margin-bottom: 10px;
        padding-bottom: 0;
    }
}
.content-wrap .product-image a {
    display: block;
    line-height: 0;
}
.content-wrap .product-image .item-image_base {
    max-width: 100%;
}
.content-wrap .product-image .item-image_hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s;
    width: 100%;
    background-color: #fff;
}
@media(min-width: 768px) {
    .content-wrap .product-image .item-image_hover:hover {
        opacity: 1;
    }
}

.content-wrap .product-name {
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .content-wrap .product-name {
        margin-bottom: 4px;
        line-height: normal;
    }
}
.content-wrap .product-name a {
    font-size: clamp(15px, 1.8vw, 18px);
    letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
    .content-wrap .product-name a {
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .content-wrap .product-name a {
        line-height: calc(36 / 30);
    }
}
.content-wrap .product-color,
.content-wrap .product-pricing * {
    font-size: clamp(12px, 1.4vw, 14px);
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", sans-serif !important;
}
.content-wrap .product-color {
    display: inline-block;
    letter-spacing: 0.4px;
}
.content-wrap .product-pricing {
    display: inline-block;
    float: right;
}
.content-wrap .lr_series2024-recommendations .plp-bottom-container {
    padding: 0 22px;
}
@media only screen and (max-width: 767px) {
    .content-wrap .lr_series2024-recommendations .plp-bottom-container {
        padding: 0 12px;
    }
}
.content-wrap .slick-dots {
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
    .content-wrap .slick-dots {
        margin-block: 15px 0;
        padding: 0;
    }
}
.content-wrap .lr_series2024-recommendations .slick-prev,
.content-wrap .lr_series2024-recommendations .slick-next {
    margin-top: -90px;
}
@media only screen and (max-width: 767px) {
    .content-wrap .lr_series2024-recommendations .slick-prev,
    .content-wrap .lr_series2024-recommendations .slick-next {
        margin-top: 4px;
    }
}
.content-wrap .lr_series2024-recommendations .slick-prev {
    left: -15px;
}
@media only screen and (max-width: 767px) {
    .content-wrap .lr_series2024-recommendations .slick-prev {
        left: -34px;
    }
}
.content-wrap .lr_series2024-recommendations .slick-next {
    right: -15px;
}
@media only screen and (max-width: 767px) {
    .content-wrap .lr_series2024-recommendations .slick-next {
        right: -34px;
    }
}
.content-wrap .lr_series2024-recommendations .slick-dots li button:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
.lr_series2024-recommendations {
    position: relative;
    border-top: 1px solid #000;
    width: 100%;
    padding: 0 0 32px;
    margin: 0;
    border: 0;
}



/*カートインボタン*/
.btn-common {
    display:block;
    width: 100%;
    margin:0 auto;
    padding:calc(18px / 2) 0;
    border:1px solid #000;
    background:#fff;
    color:#FFF;
    font-size:15px;
    text-align:center;
}
@media only screen and (min-width: 768px) {
    .btn-common {
        transition: color .3s, background-color .3s;
    }
}
@media screen and (max-width:750px) {
    .btn-common {
        padding: 9px 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) {
    a.btn-common:hover {
        background:#000;
        color:#fff;
    }
}
.cart-btn-wrap[data-checkInstock="true"] {
    width: 100%;
    margin:0 auto;
    background:#FFF;
}
.out-of-stock-btn {
    display:block;
    opacity:0.5;
    padding:calc(18px / 2) 0;
    border:1px solid #FFF;
    box-sizing:border-box;
    background:#808080;
    color:#FFF;
    font-size:15px;
    text-align:center;
}
@media screen and (max-width:750px) {
    .out-of-stock-btn {
        padding: 9px 0;
        font-size: 12px;
    }
}
