.bgHome {
    background: url(../img/home/bg-header.jpg) no-repeat top center;
}

.logoSustain {
    margin-top: 22%;
}

.sp-slider {
    margin-top: 0px;
    position: relative;
}

.sp-slider img {
    max-width: 100%;
}

.boxTextTop {
    position: absolute;
    left: 8%;
    top: 5%;
    width: 36%;
}

.sec01 {
    background: #f10000 url(../img/home/bg1.png) no-repeat top center;
    padding: 60px 20px;
}

.sec02 {
    background: #fff url(../img/home/bg2.png) no-repeat top center;
    background-size: cover;
    padding: 60px 20px;
}

.sec03 {
    background: #fff url(../img/home/bg3.png) no-repeat top center;
    background-size: cover;
    padding: 60px 20px;
}

.sec04 {
    background: #fff url(../img/home/bg4.png) no-repeat top center;
    background-size: cover;
    padding: 60px 20px;
}

.sec05 {
    background: #fff url(../img/home/bg5.png) no-repeat top center;
    background-size: cover;
    padding: 60px 20px;
}

.sec06 {
    background: #fff url(../img/home/bg6.png) no-repeat top center;
    background-size: cover;
    padding: 60px 20px;
}

.sec07 {
    background: #fff url(../img/footer/bgFooter.png) no-repeat bottom left;
    padding: 60px 20px;
}

.boxSocial {
    text-align: center;
    background: #1e365a;
    border-radius: 25px;
    padding: 40px;
}

.boxEnviron {
    text-align: center;
    background: #1e365a;
    border-radius: 25px;
    padding: 40px;
    width: 100%;
}

.boxIcon {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
}

.boxIcon img {
    max-width: 100%;
}

.boxTextSec03 {
    text-align: center;
    position: absolute;
    z-index: 2;
    right: 7%;
}

.bgEf {
    background: url(../img/home/ef.png);
    width: 100%;
    height: 1778px;
    position: absolute;
    top: -100px;
}

.regular02 {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
}

.regular02 .sp-sponsor {
    text-align: center;
}

.regular02 .sp-sponsor img {
    max-width: 98%;
    display: inline-block;
}

.regular03 {
    margin: 0 40px;
    margin-top: 40px;
    padding: 0;
}

.boxProductHighlight {
    background: #fff;
    border-radius: 10px;
    box-shadow: #ddd 2px 2px 10px;
    margin: 10px;
}

.boxProductHighlight.ri {
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin: 25px;
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots01 {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots01 li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots01 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-dots01 li button:hover,
.slick-dots01 li button:focus {
    outline: none;
}

.slick-dots01 li button:hover:before,
.slick-dots01 li button:focus:before {
    opacity: 1;
}

.slick-dots01 li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots01 li.slick-active button:before {
    opacity: .75;
    color: #2FB3A1;
}

.slick-dots {
    bottom: 15px;
}

a.sp-text-link {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'webfont3';
    font-weight: normal;
    margin-top: 5px;
    text-decoration: underline;
}

.sp-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/home/bg-black.png);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.sp-box-gift {
    width: 65%;
    margin: 0 auto;
    margin-top: 8%;
    text-align: center;
    position: relative;
}

.sp-box-gift button {
    background: none;
    border: none;
    position: absolute;
    top: -22px;
    right: -33px;
    outline: none;
    cursor: pointer;
}

.sp-box-gift .bg {
    width: 100%;
}

.sp-box-gift .btn {
    width: 100%;
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    text-align: center;
}

.sp-box-gift .btn img {
    max-width: 100%;
}

.buttonDownLoad {
    background: #ee2d24;
    color: #fff;
    font-family: 'webfont2';
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 10px 20px;
}

.slider-pc {
    padding-top: 10%;
    background: #fafcfe;
}

.slick-dots {
    bottom: 28px;
}

.slider-pc {
    display: block;
}

.slider-mobi {
    display: none;
}

.secNews {
    margin-bottom: 40px;
}

.listUser {
    padding: 0 5px;
    margin: 0;
    list-style: none;
    position: relative;
    top: -25px;
    display: flex;
}

.listUser li {
    margin: 0 5px;
}

.listUser li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #fff solid 2px;
}

.iconZoom {
    display: flex;
    padding: 0 10px;
    position: relative;
    top: -15px;
}

.boxCalendar {
    background: #4FBFAF;
    padding: 40px;
}

.listCalendar {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

.j-trend-show-lis {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid#eeeeee;
    border-right: 1px solid #eeeeee;
    cursor: pointer;
    background-color: #ffff;
}

.j-trend-show-lis-con {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #eeeeee;
    height: 100%;
}

.j-date-dard {
    background-color: #00788B;
    text-align: center;
    margin-right: 22px;
    padding: 10px 14px;
    border-radius: 5px;
    width: 100px;
}

.bgAc {
    /*background: url(../img/home/bgActivity.jpg) no-repeat top center;*/
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxProductCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.regular04 {
    margin: 0 40px;
    margin-top: 40px;
    padding: 0;
}

.regular05 {
    margin: 0 40px;
    margin-top: 40px;
    padding: 0;
}

.mgSec {
    margin: 0 40px;
    margin-top: 40px;
    padding: 0;
}

.boxBannerCarlen {
    padding: 20px;
}

.listClip {
    padding: 0;
    margin: 0;
    margin-left: 40px;
    list-style: none;
}

.boxPicYoutube {
    position: relative;
}

.iconYoutube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ittps-pc {
    display: block;
}

.ittps-mobi {
    display: none;
}

.boxListMain {
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.boxListMain.a {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

.boxListContent {
    width: 20%;
    padding: 20px;
    position: relative;
    z-index: 1;
}

/* Note: margin-top % resolves against the container's WIDTH (a CSS spec quirk),
   not its height, unlike top %. This keeps the line anchored to the icon's
   position regardless of how tall a caption grows (e.g. long translated text). */
.lineBack {
    border-bottom: 3px solid #f10000;
    width: 50%;
    position: absolute;
    top: 0;
    margin-top: 8%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.lineBack.five {
    width: 90%;
    margin-top: 8%;
}

.imgList {
    background: #fff;
    border-radius: 50%;
}

.boxListLogoMain {
    width: 55%;
    margin: 0 auto;
    margin-top: 40px;
}

.boxListLogoContent {
    width: 20%;
}

/* Channel name badge - replaces broadcaster logo images with styled text */
.channelBadge {
    display: inline-block;
    box-sizing: border-box;
    width: calc(100% - 16px);
    margin: 0 auto 16px;
    padding: 16px 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #04163A;
    background: #fff;
    border: 1px solid #ececec;
    border-bottom: 3px solid #F10000;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform .2s ease, box-shadow .2s ease;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.channelBadge:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:480px) {
    .channelBadge {
        font-size: 15px;
        padding: 12px 6px;
    }
}

/* "wide" modifier: for badges whose text is a single long word that
   shouldn't be broken mid-word. Instead of wrapping inside a fixed-width
   column, the box grows to fit the text on one line. If it doesn't fit
   next to its siblings, flexbox wraps it to its own row (still centered). */
.boxListLogoContent.wide {
    width: auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.channelBadge.wide {
    width: auto;
    white-space: nowrap;
    padding-left: 18px;
    padding-right: 18px;
}

.vPc {}

.vMobile {
    display: none;
}

@media screen and (min-width:1441px) {
    .lineBack,
    .lineBack.five {
        margin-top: 7.2%;
    }
}

@media screen and (max-width:1280px) {
    .boxListLogoMain {
        width: 76%;
    }
}

@media screen and (max-width:1024px) {
    .boxListMain.a {
        width: 100%;
    }
    .boxListLogoMain {
        width: 70%;
    }
}

@media screen and (max-width:768px) {
    .boxListContent {
        width: 50%;
        margin: 0 auto;
    }
    .lineBack {
        display: none
    }
    .boxListLogoMain {
        width: 85%;
    }
    .boxListLogoContent {
        width: 33.33%;
        margin-bottom: 20px;
    }
    .vPc {
        display: none;
    }
    .vMobile {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width:737px) {
    .boxListLogoMain {
        width: 98%;
    }
    .boxListContent {
        padding: 10px
    }
}

@media screen and (max-width:560px) {
    .sec01 {
        padding: 40px 20px;
    }
    .sec02 {
        padding: 40px 20px;
    }
    .sec03 {
        padding: 40px 20px;
    }
    .sec04 {
        padding: 40px 20px;
    }
    .sec05 {
        padding: 40px 20px;
    }
    .sec06 {
        padding: 40px 20px;
    }
    .sec07 {
        padding: 40px 20px;
    }
    .sec08 {
        padding: 40px 20px;
    }
}

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

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

/* =============================================
   RESPONSIVE IMPROVEMENTS - ALL SCREEN SIZES
   ============================================= */

/* Hero banner - full width & cover on all screens */
img.bannerTopFull {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* Large screens (1441px - 1919px) */
@media screen and (min-width: 1441px) {
    .boxListLogoMain {
        width: 45%;
    }
    .sec02, .sec03, .sec04, .sec05, .sec06, .sec07 {
        padding: 80px 60px;
    }
    .boxListContent {
        width: 18%;
    }
}

/* Extra large / ultra-wide screens (1920px+) */
@media screen and (min-width: 1920px) {
    .boxListLogoMain {
        width: 30%;
    }
    .boxListMain {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
    .boxListMain.a {
        width: 55%;
    }
    .sec02, .sec03, .sec04, .sec05, .sec06, .sec07 {
        padding: 80px 120px;
    }
}

/* Tablet portrait (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .boxListContent {
        width: 30%;
    }
    .lineBack,
    .lineBack.five {
        margin-top: 12%;
    }
    .boxListLogoContent {
        width: 25%;
    }
    .boxListLogoMain {
        width: 80%;
    }
}

/* Small mobile (max 480px) */
@media screen and (max-width: 480px) {
    .boxListContent {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .boxListMain.a {
        width: 100%;
    }
    .boxListLogoMain {
        width: 100%;
        padding: 0 10px;
    }
    .boxListLogoContent {
        width: 33.33%;
        margin-bottom: 15px;
    }
}

/* Prevent over-stretching on very wide monitors */
.sec02 .container-fluid,
.sec03 .container-fluid,
.sec04 .container-fluid,
.sec05 .container-fluid,
.sec06 .container-fluid {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}