<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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;

    box-sizing: border-box;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.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;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.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;
    line-height: 1;
    box-sizing: border-box;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*----------*/
/* DDS      */
/* original */
/*----------*/
.carousel{
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
/* JS隱ｭ縺ｿ霎ｼ縺ｿ螳御ｺ�∪縺ｧ縺ｯ莠悟狗岼莉･髯阪�髱櫁｡ｨ遉ｺ縺ｫ縺吶ｋ */
.carousel &gt; div:nth-of-type(n + 2){
    display: none;
}
.carousel .desc_wrap{
    position: absolute;
    width: 100%;;
}
.carousel .description{
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px 40px 15px 20px;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
}
.carousel a .description span{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.carousel .description .title{
    font-size: 2.5rem;
    line-height: 1.7em;
}
.carousel .description .comment{
    font-size: 1.8rem;
    line-height: 1.4em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.carousel a{
    text-decoration: none;
    color: #fff;
    position: relative;
    display: block;
}
.carousel a:hover .description{
    text-decoration: underline;
}
.carousel a:hover img{
    opacity: .65;
}
.carousel a:focus{
    outline: 2px solid;
    border: 2px solid;
    box-sizing: content-box;
}
.carousel a .description:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: auto; top: 50%;
    right: 40px;
    top: calc(50% - 5px);
}
.carousel a.link-blank .icn{
  width: 0;
  height: 0;
  position: absolute;
}
.carousel a.link-blank .icn::before{
  width: 0;
  height: 0;
}
.carousel a:hover .description:after{
    -webkit-transform: translateX(5px) translateY(0) rotate(135deg); transform: translateX(5px) translateY(0) rotate(135deg);
}
.carousel a.link-blank .description:before{
    width: 28px;
    height: 75px;
    content: '';
    display: inline-block;
    background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left center / 28px auto;
    transition: opacity .2s;
    font-size: 0;
    position: absolute;
    right: 60px;
}
.carousel .slick-list{
    line-height: 0;
}
#mv_slider.carousel .slick-slide &gt; div,
.wrap-biz-mv .carousel .slick-slide &gt; div{
    position: relative;
    font-size: 0;
}
#mv_slider .description &gt; .title,
#mv_slider .description &gt; .comment{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* slider navigation */
.carousel_nav_wrap{
    width: 100%;
    background: #000;
    height: 70px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    padding: 15px 40px;
    display: flex;
    justify-content: flex-end;
}
.carousel_nav{
    box-sizing: border-box;
    height: 40px;
}
.carousel_nav .nav_item{
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: solid 1px #000;
    display: inline-block;
}
.carousel_nav .nav_item a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.carousel_nav .nav_item:hover{
    border: solid 1px #fff;
}
.carousel_nav .nav_item span{
    display: inline-block;
    padding: 0 3px;
    height: 35px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.carousel_nav .current.nav_item span{
    border-bottom: solid 1px #fff;
}
.carousel_nav_wrap .slick-slider .slick-slide{
    padding: 0 8px;
}
/* controller */
.carousel_nav_wrap .controller{
    display: flex;
    justify-content: center;
    margin-left: 50px;
    font-size: 0;
}
.carousel_nav_wrap .controller li{
    background: #fff;
    width: 40px;
    height: 40px;;
    position: relative;
}
.carousel_nav_wrap .controller li:nth-child(2){
    margin: 0 5px;
}
.controller li a{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .1s ease;
    visibility: visible;
}
a[data-method="Prev"]:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 4px solid #494b4e;
    border-left: 4px solid #494b4e;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    bottom: auto; top: 50%;
    top: 13px;
    left: 38%;
}
a[data-method="Stop"]:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 18px;
    border-right: 4px solid #494b4e;
    border-left: 4px solid #494b4e;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    bottom: auto; top: 50%;
    top: 11px;
    left: 33%;
}
a.pause:before{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #494b4e;
    top: 10px;
}
a[data-method="Next"]:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 4px solid #494b4e;
    border-left: 4px solid #494b4e;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: auto; top: 50%;
    top: 13px;
    left: 27%;
}
.controller li a:hover{
    box-shadow: 0 0 0 4px #0033af inset;
}
.controller li a:hover::before{
    border-color: #1432aa;
}
.controller li a.pause:hover::before{
    border-top: 10px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #1432aa;
}

.controller li a.txt-change{
    font-size: 0;
}
.controller li a.txt-change .txt2{
    display: none;
}
.controller li a.txt-change .txt1{
    display: block;
}
.controller li a.txt-change.pause .txt2{
    display: block;
}
.controller li a.txt-change.pause .txt1{
    display: none;
}


.pc_only{
    display: block !important;
}
.sp_only{
    display: none !important;
}
.carousel .pc_only{
  content-visibility: auto;
  contain-intrinsic-size: 406px;
}
.carousel .sp_only{
  content-visibility: hidden;
  contain-intrinsic-size: 305px;
}
/* Pickup */
.pickup .carousel{
    background: #1432aa;
    border-bottom: 1px solid #354eb4;
    padding: 20px 10px 10px;
}
.pickup .carousel .description{
    background:#1432aa;
    position: relative;
    padding: 5px 35px 5px 0;
    line-height: 1.4em;
    height: auto;
}
.pickup .carousel_nav_wrap{
    background: #1432aa;
}
.pickup .carousel_nav .nav_item{
    border: solid 1px #1432aa;
}
.pickup .carousel_nav .nav_item:hover{
    border: solid 1px #fff;
}
.pickup .kv-wrap img{
    width: inherit;
}
.pickup .carousel a .description:after{
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    right: 10px;
    top: calc(50% - 2px);
}
.pickup .carousel a.link-blank .description:before{
    width: 15px;
    height: 12px;
    background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left center / 15px 12px;
    right: 20px;
    top: calc(50% - 5px);
}
.pickup .slick-slide{
    padding-right: 15px;
    margin-left: 10px;
}
.pickup .slick-slide a{
    background: #fff;
}
#pickup_slider .link-blank .icn{
  display: inline-block;
}

/* BIZ */
.wrap-biz-pickup {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 90px;
 }
 .wrap-biz-mv{
     padding-left: 0;
     padding-right: 0;
 }
.wrap-biz-mv .carousel .description{
    background: rgba(255, 255, 255, 0.85);
    color: #000;
}
.wrap-biz-mv .carousel a{
    color: #000;
}
.wrap-biz-mv .carousel a .description:after{
    border-top: 4px solid #1432aa;
    border-left: 4px solid #1432aa;
}
.wrap-biz-mv .carousel a.link-blank .description:before{
    background: transparent url(/shared/image/link_icon_blank.svg) no-repeat left center / 20px auto;
    right: 35px;
}
.wrap-biz-mv .carousel a.link-blank .description:after{
    right: 25px;
}
.wrap-biz-mv .carousel_nav_wrap{
    background: #1432aa;
}
.wrap-biz-mv .carousel_nav .nav_item{
    border: solid 1px #1432aa;
}
.wrap-biz-mv .slick-slide{
    border-top: solid 5px #1432aa;
    border-left: solid 4px #1432aa;
}
.wrap-biz-mv .carousel .description .title{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: "UD譁ｰ繧ｴ M", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
    font-weight: 700;
}
.fit_wrapper{
    margin-bottom: 40px;
}
.fit_wrapper.biz{
    margin-bottom: 10px;
}
/* SP */
@media all and (max-width: 767px){
    .pc_only{
        display: none !important;
    }
    .sp_only{
        display: block !important;
    }
    .carousel .sp_only{
      content-visibility: auto;
    }
    .carousel .pc_only{
      content-visibility: hidden;
    }
    .carousel .description{
        padding: 10px 60px 10px 10px;
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
    }
    .carousel .description .title{
        font-size: 1.6rem;
        line-height: 1.2em;
        margin-bottom: 3px;
    }
    .carousel .description .comment{
        font-size: 1.4rem;
        line-height: 1.2em;
    }
    .carousel a .description:after{
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        right: 15px;
    }
    .carousel a.link-blank .description:before{
        width: 22px;
        height: 100%;
        background: transparent url(/shared/image/link_icon_blank_w.svg) no-repeat left center / 22px auto;
        right: 30px;
        top: 0;
    }
    .carousel_nav_wrap{
        display: block;
        margin-bottom: 40px;
        padding: 5px 0 0;
    }
    .carousel_nav_wrap .pagination{
        width: 100%;
        overflow: hidden;
        height: 40px;
    }
    .carousel_nav_wrap .controller{
        margin: 0 auto;
        position: relative;
    }
    .carousel_nav_wrap .controller li{
        border: 4px solid #000;
        width: 48px;
        height: 48px;;
    }
    .carousel_nav_wrap .controller li:nth-child(2){
        margin: 0;
        border-left: none;
        border-right: none;
        width: 40px;
    }
    .carousel_nav{
        display: block;
        text-align: center;
        white-space: nowrap;
        overflow-x: scroll;
        height: 60px;
    }
    .carousel_nav .nav_item,
    .carousel_nav .nav_item:hover{
        border: none;
    }
    .controller li a:hover{
        box-shadow: none;
    }
    .controller li a:hover::before{
        border-color: #494b4e;
    }
    .controller li a.pause:hover::before{
        border-top: 10px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid #494b4e;
    }
    .pickup .kv-wrap img{
        width: 276px;
    }
    .pickup .carousel{
        padding: 0;
    }
    .pickup .carousel_nav_wrap .pagination{
        height: 45px;
    }
    .pickup .carousel_nav{
        height: 62px;
    }
    .pickup .carousel .description{
        padding: 5px 5px 10px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .pickup .carousel a .description:after{
        right: 10px;
        top: 85%;
    }
    .pickup .carousel a.link-blank .description:before{
        right: 20px;
        top: 80%;
    }
    .pickup .carousel_nav_wrap .controller li{
        border-color: #1432aa;
    }
    .pickup .slick-slide{
        padding: 10px 5px 5px;
        margin: 0;
        max-width: 276px;
    }
    .wrap-biz-mv .slick-slide{
        border: none;
    }
    .wrap-biz-mv .slick-slide img{
        width: 100%;
        height: auto;
    }
    .wrap-biz-mv .carousel_nav_wrap .controller li{
        border-color: #1432aa;
    }
    .wrap-biz-mv .carousel a.link-blank .description:after{
        right: 15px;
    }
    .wrap-biz-mv .carousel a.link-blank .description:before{
        right: 30px;
    }
    .fit_wrapper{
        margin: 0 -12px;
    }
    .fit_wrapper.biz{
        margin-bottom: 20px;
    }
    .l-all .carousel_nav_wrap .controller{
        bottom: -65px;
    }
}</pre></body></html>