@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/image/common/hht/branding_area/hht_branding_image/ajax-loader.gif') center center no-repeat;
}

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

    src: url('./lib/fonts/slick.eot');
    src: url('./lib/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./lib/fonts/slick.woff') format('woff'), url('./lib/fonts/slick.ttf') format('truetype'), url('./lib/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-next:hover,
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.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;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

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

    display: block;

    width: 100%;
    padding: 0;
    margin: 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:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.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;
}

.slick-track {
    overflow: hidden;
    width: 200000px !important;
}

.mainVisiual {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 290px;
    padding: 0 !important;
}


.mainVisiual img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.slide_inner {
    max-width: 965px;
    width: 100%;
}
.slick-slide {
	opacity: 1.0;
	transition: 0.5s;
}
.slick-slide:hover {
    opacity: 1.0;
}
.slick-slide div {
}
.slick-current {
	opacity: 1;
}
.hht-flag__spmode {
    display: none !important;
}

.slick-prev {
    z-index: 2;
    position: absolute;
    left: 0;
    min-width: 40px;
    height: 300px;
    background: rgba(255, 255, 255, 0.5);
}
.slick-prev:hover {
    background: rgba(255, 255, 255, 0.1);

}
.slick-prev:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 80px;
    margin: -40px 0 0 0;
    background: url("/image/common/hht/branding_area/hht_branding_image/icon_arw_l_02.png") 0 38% no-repeat;
}
.slick-prev::before {
    content: ' ';
}
.slick-next {
    z-index: 2;
    position: absolute;
    right: 0;
    min-width: 40px;
    height: 300px;
    background: rgba(255, 255, 255, 0.5);
}
.slick-next:hover {
    background: rgba(255, 255, 255, 0.1);
}
.slick-next:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 80px;
    margin: -40px 0 0 0;
    background: url("/image/common/hht/branding_area/hht_branding_image/icon_arw_r_02.png") 100% 50% no-repeat;
}
.slick-next::before {
    content: ' ';
}
.slick-next:after {
    content: ' ';
}


.slick-now {
    z-index: 1500;
    position: relative;
}
.btn-play {
    position: relative;
    top: 0px;
    background: none;
    background: url("/image/common/hht/branding_area/hht_branding_image/btn_play.png") 50% 50% no-repeat;
    border: none;
    text-indent: -9999px;

}
*::-ms-backdrop,.btn-play {
    top: 2px;
}
.btn-play.is-play {
    background: url("/image/common/hht/branding_area/hht_branding_image/btn_pause.png") 50% 50% no-repeat;
}
.btn-play:hover {
    opacity: 0.8;
}

.ui-controller {
    display: table;
    position: absolute;
    bottom: 10px;
    left: 50%;
}
.ui-controller .clm {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ui-controller .dot-group {
    position: relative;
    top: 3px;
}
.ui-controller .dot-group .dot {
    display: inline-block;
    margin-left: 7px;
    width: 10px;
    height: 10px;
    padding: 0;
    background: #b0b0b0;
    border: none;
    border-radius: 5px;
    text-indent: -9999px;
}
.ui-controller .dot-group .dot:hover,
.ui-controller .dot-group .dot.active {
    background: #808080;
}


@media screen and (max-width: 1020px) {
    .slick-prev {
        z-index: 2;
        left: 0;
        height: 80px;
        background: none;
    }

    .slick-next {
        z-index: 2;
        right: 0;
        height: 80px;
        background: none;
    }
}

@media screen and (max-width: 964px) {
    #BrandingImgStyle {
        height: auto;
        background: #000;
    }

    .slick-slide {
        display: table;
        height: auto;
        text-align: center;
    }
    .slick-slide a {
        display: table-cell;
        height: auto;
        text-align: center;
        vertical-align: middle;
    }

    
}

@media screen and (max-width: 845px) {
    #BrandingImgStyle {

    }
}

@media screen and (max-width: 800px) {
    #BrandingImgStyle {

    }
}



@media screen and (max-width: 767px) {

    #BrandingImgStyle {
        height: auto;
        
        margin: 0 !important;
    }
    .slick-slide {
        height: auto;
    }
    .slick-slide a {
        height: auto;
    }

    .dot {
        top: 225px;
    }
    
}

/*
@media screen and (max-width: 650px) {
    #BrandingImgStyle {
        height: 260px;
        background: #000;
        margin: 0 !important;
    }
    .slick-slide {
        height: 260px;
    }
    .slick-slide a {
        height: 260px;
    }
    .slick-next,
    .slick-prev {
        top: 130px;
    }
}
*/

@media screen and (max-width: 640px) {
    #BrandingImgStyle {
        height: auto;
    }
    .slick-slide {
        height: auto;
    }
    .slick-slide a {
        height: auto;
    }

    .hht-flag__pcmode {
        display: none !important;
    }
    .hht-flag__spmode {
        display: block !important;
    }
}

@media screen and (max-width: 480px) {
    #BrandingImgStyle {
        height: 162px;
    }
    .slick-slide {
        height: 162px;
    }
    .slick-slide a {
        height: 162px;
    }
}

@media screen and (max-width: 375px) {
    #BrandingImgStyle {
        height: 152px;
    }
    .slick-slide {
        height: 152px;
    }
    .slick-slide a {
        height: 152px;
    }
}

@media screen and (max-width: 360px) {
    #BrandingImgStyle {
        height: 146px;
    }
    .slick-slide {
        height: 146px;
    }
    .slick-slide a {
        height: 146px;
    }
}

@media screen and (max-width: 320px) {
    #BrandingImgStyle {
        height: 130px;
    }
    .slick-slide {
        height: 130px;
    }
    .slick-slide a {
        height: 130px;
    }
}