.col-sm-12 {
    padding: 0 !important
}

.margin0 {
    margin-top: 20px !important;
}

.margin01 {
    margin-top: 40px !important;
}

.margin02 {
    margin-top: 60px !important;
}

.margin03 {
    margin-top: 100px !important;
}

.margin04 {
    margin-bottom: 120px !important;
}

.padding02 {
    padding-top: 60px !important;
}

.padding03 {
    padding-top: 100px !important;
}

.center {
    text-align: center;
    display: block;
    margin: 10px auto 20px;
    letter-spacing: 0.5rem;
}

@media screen and (max-width: 768px) {
    .margin02 {
        margin-top: 30px !important;
    }

    .margin03 {
        margin-top: 60px !important;
    }

    .padding02 {
        padding-top: 40px !important;
    }

    .center {
        margin: 10px 24px 30px !important;
        text-align: left;
    }
}

.breadcrumbs {
    display: none
}

.breadcrumb {
    display: none
}

#md_contentsDetail {
    display: none
}

#portal_based img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto
}


#portal_based a {
    text-decoration: none;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#portal_based a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#portal_based a img {
    transition: all .3s;
}


#portal_based .pc {
    display: block
}

@media screen and (max-width: 768px) {
    #portal_based .pc {
        display: none
    }
}

.sp {
    display: none
}

@media screen and (max-width: 768px) {
    .sp {
        display: block
    }
}

#portal_based .en {
    font-family: 'SackersGothicStd-Light'
}

#portal_based section.portal_items {
    width: 100vw;
    margin: 10px 0 0;
    padding: 0 0 100px
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_items {
        padding: 0;
        margin: 40px 0 0;
    }
}

#portal_based section.portal_items div.item-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

#portal_based section.portal_items div.item-list.category02 {
    max-width: unset;
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_items div.item-list {
        display: block;
        padding: 0;
        margin: 0;
    }

    /*
    #portal_based section.portal_items div.item-list.category04 {
        overflow-x: unset;
    }*/

    #portal_based section.portal_items div.item-list::-webkit-scrollbar {
        height: 5px;
        --bg-opacity: 1;
        background-color: #e8e8e8;
        border-radius: 0.25rem;
    }

    #portal_based section.portal_items div.item-list::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 10px;
    }
}

#portal_based section.portal_items div.item-list.col2 div.item {
    width: 50%;
    padding: 40px 20px 0
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_items div.item-list.col2 div.item {
        width: 100%;
        padding: 20px 10px 0
    }

    #portal_based section.portal_items div.item-list.col2 div.item a {
        display: flex;
        border: 1px solid #eee
    }

    #portal_based section.portal_items div.item-list.col2 div.item a div.thumb {
        width: 40%
    }

    #portal_based section.portal_items div.item-list.col2 div.item a div.detail {
        width: 60%;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}

#portal_based section.portal_items div.item-list div.item {
    width: 50%;
    padding: 40px 10px 0
}

#portal_based section.portal_items div.item-list div.item.category02 {
    padding: 40px 0 0
}

#portal_based section.portal_items div.item-list div.item.category03 {
    width: calc(100% / 3);
}

#portal_based section.portal_items div.item-list div.item.category04 {
    width: 50%;
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_items div.item-list div.item {
        width: 100%;
        padding: 0;
        flex-shrink: 0;
    }

    #portal_based section.portal_items div.item-list div.item.category02 {
        padding: 0;
        margin: 0 0 40px;
    }

    #portal_based section.portal_items div.item-list div.item.category03 {
        width: 78%;
    }

    #portal_based section.portal_items div.item-list div.item.category04 {
        width: 78%;
    }
}

#portal_based section.portal_items div.item-list div.item.disable {
    pointer-events: none
}

#portal_based section.portal_items div.item-list div.item.disable a {
    pointer-events: none
}

#portal_based section.portal_items div.item-list div.item.disable a div.thumb::after {
    content: "COMING SOON";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-family: 'SackersGothicStd-Light';
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #fff;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_items div.item-list div.item.disable a div.thumb::after {
        font-size: 14px
    }
}

#portal_based section.portal_items div.item-list div.item.disable p.category,
#portal_based section.portal_items div.item-list div.item.disable h2.ttl-item,
#portal_based section.portal_items div.item-list div.item.disable img {
    opacity: .5
}

#portal_based section.portal_items div.item-list div.item a:hover div.thumb::before {
    opacity: 1
}

#portal_based section.portal_items div.item-list div.item a:hover div.thumb::after {
    top: 50%;
    opacity: 1
}

#portal_based section.portal_items div.item-list div.item a div.thumb {
    position: relative
}

#portal_based section.portal_items div.item-list div.item a div.detail p.category {
    margin: 15px 0 0;
    text-align: center;
    font-family: 'SackersGothicStd-Light';
    font-size: 14px;
    line-height: 1.4;
    color: #000
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_items div.item-list div.item a div.detail p.category {
        margin: 10px 0 0;
        font-size: 14px
    }
}

#portal_based section.portal_items div.item-list div.item a div.detail h2.ttl-item {
    font-family: 'Helvetica Neue', Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin: 10px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_items div.item-list div.item a div.detail h2.ttl-item {
        margin: 8px 10px 20px;
        line-height: 1.6;
        font-size: 16px;
    }
}

#portal_based section.portal_cover {
    width: 100vw;
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_cover .cover {
        height: 600px;
    }

    #portal_based section.portal_cover02 {
        padding-top: 0;
    }
}

#portal_based section.portal_cover .cover {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 87vh;
    background-color: #ccc;
    background-image: url(/cms/dd_events/img/valentine/2026/heropc_01.jpg), url(//cms/dd_events/img/valentine/2026/heropc_04.jpg), url(/cms/dd_events/img/valentine/2026/heropc_03.jpg), url(/cms/dd_events/img/valentine/2026/heropc_02.jpg), url(/cms/dd_events/img/valentine/2026/heropc_05.jpg);
    background-size: cover;
    background-position: center center;
    animation: image_anime 20s ease;
    /*animation-fill-mode: backwards;*/
    animation-iteration-count: infinite;
    animation-delay: 2s;
}


@keyframes image_anime {
    20% {
        background-image: url(/cms/dd_events/img/valentine/2026/heropc_04.jpg);
    }

    40% {
        background-image: url(/cms/dd_events/img/valentine/2026/heropc_03.jpg);
    }

    60% {
        background-image: url(/cms/dd_events/img/valentine/2026/heropc_02.jpg);
    }

    80% {
        background-image: url(/cms/dd_events/img/valentine/2026/heropc_05.jpg);
    }

    100% {
        background-image: url(/cms/dd_events/img/valentine/2026/heropc_01.jpg);
    }
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_cover .cover {
        background-image: url(/cms/dd_events/img/valentine/2026/herosp_01.jpg), url(//cms/dd_events/img/valentine/2026/herosp_04.jpg), url(/cms/dd_events/img/valentine/2026/herosp_03.jpg), url(/cms/dd_events/img/valentine/2026/herosp_02.jpg), url(/cms/dd_events/img/valentine/2026/herosp_05.jpg);
        width: 100%;
        height: 600px;
    }

    @keyframes image_anime {
        20% {
            background-image: url(/cms/dd_events/img/valentine/2026/herosp_04.jpg);
        }

        40% {
            background-image: url(/cms/dd_events/img/valentine/2026/herosp_03.jpg);
        }

        60% {
            background-image: url(/cms/dd_events/img/valentine/2026/herosp_02.jpg);
        }

        80% {
            background-image: url(/cms/dd_events/img/valentine/2026/herosp_05.jpg);
        }

        100% {
            background-image: url(/cms/dd_events/img/valentine/2026/herosp_01.jpg);
        }
    }
}

#portal_based section.portal_cover h1.ttl-page {
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_cover h1.ttl-page {
        font-size: 30px;
        line-height: 1.3
    }
}

#portal_based section.portal_cover h2.ttl-read {
    margin: 80px 0 0;
    font-size: 30px;
    line-height: 1.3;
    text-align: center
}

#portal_based section.portal_cover h3.ttl-read-sub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: "Cormorant", serif;
    margin: 0;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #FFF;
}

#portal_based section.portal_cover h3.ttl-read-sub small {
    font-family: 'SackersGothicStd-Light';
    display: block;
    font-size: 40%;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_cover h3.ttl-read-sub {
        font-size: 10vw;
        margin: 20px 0 10px;
    }

    #portal_based section.portal_cover h3.ttl-read-sub small {
        font-size: 60%;
    }
}

#portal_based section.portal_cover h3.ttl-read-sub02 {
    font-family: 'SackersGothicStd-Light' !important;

}

#portal_based section.portal_cover p.read {
    max-width: 750px;
    margin: 30px auto 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 2;
    text-align: center
}

@media screen and (max-width: 768px) {
    #portal_based section.portal_cover p.read {
        margin: 30px auto 40px;
        padding: 0 6vw;
    }
}

#portal_based .caption {
    width: 920px;
    margin: 0 auto 40px;
    padding: 30px;
    border: 1px solid #252525;
    text-align: center
}

@media screen and (max-width: 768px) {
    #portal_based .caption {
        width: 90%
    }
}

#portal_based .caption dl {
    margin: 10px 0 0
}

#portal_based .caption dt,
#portal_based .caption dd {
    line-height: 2.2;
    font-size: 16px
}

@media screen and (max-width: 768px) {

    #portal_based .caption dt,
    #portal_based .caption dd {
        font-size: 14px
    }
}

#portal_based .caption .ttl-read-sub {
    font-size: 32px !important;
}

@media screen and (max-width: 768px) {
    #portal_based .caption .ttl-read-sub {
        font-size: 26px !important;
    }
}

section .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    section .btn-wrap {
        margin: 0 0 0;
    }
}

section .btn-wrap a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 60px;
    margin: 20px 10px 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 1.3;
    border: 1px solid #ccc;
    color: #252525 !important;
    transition: all .4s ease-in-out;
}

@media screen and (max-width: 768px) {
    section .btn-wrap a.btn {
        width: 200px;
        height: 50px;
        margin: 20px auto 0;
        font-size: 13px;
    }
}

/*anker*/
.anker {
    margin: 0 auto 80px !important;
    max-width: 1140px;
}

ul.block-article-anker-list--column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}

.block-article-anker-list--column li {
    width: calc(100% / 5);
    max-width: unset !important;
    min-height: 60px;
}

/*.block-article-anker-list--column li:nth-child(4) {
  border-left: 1px solid #E6E6E6;
}*/

.block-article-anker-list--column .anker-text {
    padding: 4px 6px !important;
}


@media screen and (max-width: 768px) {
    .anker {
        margin: 0 auto 40px !important;
    }

    .block-article-anker-list--column {
        padding: 0 10px !important;
    }

    .block-article-anker-list--column .anker-text {
        padding: 10px 0 !important;
    }

    .block-article-anker-list--column li:nth-child(4) {
        border-left: unset;
    }

    .block-article-anker-list--column li:nth-child(2n-1) {
        margin-right: 12px;
    }

    /*.block-article-anker-list--column li:nth-child(odd) {
    border-right: 1px solid #E6E6E6;
  }*/
}

/*ttl*/
.ttl-category {
    font-size: 24px;
    font-family: serif;
    text-align: center;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
    .ttl-category {
        font-size: 20px;
        margin: 0 24px 20px !important;
        line-height: 1.6;
    }
}

/*bg*/
.portal_items.bg-gray {
    background-color: #f7f6f4;
}

@media screen and (max-width: 768px) {
    .portal_items.bg-gray {
        padding-bottom: 40px !important;
    }
}

/*expand*/
#portal_based section.portal_items div.item-list div.item a div.thumb img:hover {
    transform: scale(1.05, 1.05);
    opacity: 1 !important;

}

.thumb.expand {
    overflow: hidden;
}

#category01 p {
    margin-bottom: 120px;
}

.category_en {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'SackersGothicStd-Light';
    color: #000;
    line-height: 2rem;
}

.en {
    font-family: 'SackersGothicStd-Light';
}

@media screen and (max-width: 768px) {
    .category_en {
        letter-spacing: 2.0px;
    }
}

.cormorant-<uniquifier> {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

/*sticker*/
.img-name--image_l {
    background: unset;
}

.block-article-fixed-bg-wrap {
    background-color: rgba(0, 0, 0, 0.3);
}

.sticker-txt {
    margin: 10px auto;
    font-size: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sticker-txt-small {
    text-align: center;
}

.sticker-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffffe0;
    color: #252525;
    border: 0.5px solid #f8f8f8;
    padding: 10px 20px;
    margin: 24px auto 0;
    font-size: 14px;
}

.sticker-btn img {
    width: 40px;
}

@media screen and (max-width: 768px) {
    .block-article-fixed-bg {
        min-height: 290px !important;
    }

    .sticker-txt {
        font-size: 18px;
    }
}

/*scroll*/
.scroll_down {
    display: none;
}

@media screen and (max-width: 768px) {
    @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

    .scroll_down {
        display: block;
        position: absolute;
        z-index: 9999;
        bottom: 21%;
        right: 10%;
        animation: arrowmove 2s ease-in-out infinite;
        transform: rotate(270deg);
        font-size: 12px !important;
    }

    .scroll_down.bottom01 {
        bottom: 24%;
    }

    .scroll_down.bottom02 {
        bottom: 26%;
    }

    .scroll_down a {
        position: absolute;
        left: -24px;
        bottom: 17px;
        margin-bottom: 38px;
        color: #000;
        font-size: 13px;
        font-family: 'SackersGothicStd-Light';
        color: #FFF !important;
        letter-spacing: .2em;
        writing-mode: vertical-rl;
        text-decoration: none;
        text-transform: uppercase;
    }

    .scroll_down:before {
        content: "";
        position: absolute;
        bottom: 5px;
        right: -6px;
        width: 1.3px;
        height: 14px;
        background: #FFF;
        transform: skewX(-40deg);
    }

    .scroll_down:after {
        content: "";
        position: absolute;
        bottom: 5px;
        right: 0;
        width: 1px;
        height: 120px;
        background: #FFF;
    }

    @keyframes arrowmove {
        0% {
            right: 10%;
        }

        50% {
            right: 5%;
        }

        00% {
            right: 10%;
        }
    }

}


/* 2026追加 */
section#feature-vd {
    padding: 40px 0;
    background-color: #F9F7F4;
    margin: 0 0 60px;
}

section#shop-vd {
    padding: 5px 0 40px;
}

section.feature-section {
    padding: 20px;
}

section.feature-section .feature-slide {
    max-width: 1120px;
    display: flex;
    gap: 17px;
    margin: 20px auto;
}

section.feature-section .feature-slide .cont-th {
    flex: 1;
    max-width: 362px;
}

section.feature-section .feature-slide .cont-th .ex-plan {
    padding: 12px;
    margin: 0;
    background-color: #FFF;
    color: #000;
    min-height: 140px;
}

section#shop-vd .feature-slide .cont-th .ex-plan {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

section.feature-section .feature-slide .cont-th .ex-plan h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}

section.feature-section .vd-txt h2.section-title,
section#news h2.section-title,
section#merchant-voice .txt-spe h2.section-title {
    font-size: 16px;
    font-family: 'SackersGothicStd-Light';
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

section.feature-section .vd-txt h2.section-title span,
section#news h2.section-title span,
section#merchant-voice .txt-spe h2.section-title span {
    font-size: 24px;
    font-family: serif;
    letter-spacing: 0.1rem;
}

section.feature-section .vd-txt {
    max-width: 1120px;
    margin: 20px auto;
}

@media screen and (max-width: 768px) {

    section.feature-section .vd-txt h2.section-title span,
    section#news h2.section-title span {
        font-size: 20px;
    }

    section.feature-section .feature-slide {
        overflow-x: scroll;
        width: 100%;
        margin: 0 0 0 20px;
        position: relative;
        z-index: 0;

    }

    section.feature-section .feature-slide .cont-th {
        flex: 0 0 auto;
        width: 78%;
        flex-shrink: 0;
    }

    section.feature-section .vd-txt {
        margin: 20px;
    }
}

/*スクロール*/
@media screen and (max-width: 768px) {
    .scroll_down {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 90%;
        right: 10%;
        animation: arrowmove 2s ease-in-out infinite;
        transform: rotate(270deg);
        font-size: 14px !important;

    }

    .scroll_down a {
        position: absolute;
        left: -26px;
        bottom: 5px;
        margin-bottom: 38px;
        color: #FFF;
        font-size: 14px;
        font-family: 'Cormorant';
        color: #FFF !important;
        letter-spacing: .1em;
        writing-mode: vertical-rl;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Sackers Gothic Std', "Sackers Gothic";
    }

    .scroll_down:before {
        content: "";
        position: absolute;
        bottom: 5px;
        right: -6px;
        width: 1.3px;
        height: 14px;
        background: #FFF;
        transform: skewX(-40deg);
    }

    .scroll_down:after {
        content: "";
        position: absolute;
        bottom: 5px;
        right: 0;
        width: 1px;
        height: 120px;
        background: #FFF;
    }

    section.feature-section .vd-txt h2.section-title {
        line-height: 1.5;
    }

    @keyframes arrowmove {
        0% {
            right: 10%;
        }

        50% {
            right: 5%;
        }

        00% {
            right: 10%;
        }
    }
}

.staff-pt img {
    width: 100%;
}

#merchant-voice .section-title::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('/cms/dd_events/img/holiday2025/merchant.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -5px;
}

/*section#merchant-voice .txt-spe h2.section-title {
    font-size: 32px;
    line-height: 0.9;
    font-family: "Cormorant", serif;
    font-weight: 400;
}
*/
section#merchant-voice .txt-spe h2.section-title {
    margin: 0 20px 4px;
}

section#merchant-voice .mtxt {
    font-size: 14px;
    margin: 0 0 20px 20px;
}

@media screen and (max-width: 768px) {
    section#merchant-voice .mtxt {
        margin: 0 20px 20px 20px;
    }
}

section#merchant-voice {
    padding: 80px 0 120px;
    background-color: #F9F7F4;
}

section#merchant-voice .mv-container {
    width: 100%;
    margin: 0 auto;
}

section#merchant-voice .mv-container .items-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
    border-top: 1px solid #666666;
}

section#merchant-voice .mv-container .items-box .item-card {
    width: 25%;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
}

section#merchant-voice .mv-container .items-box .item-card:nth-child(4n) {
    border-right: none;
}

section#merchant-voice .txt-spe {
    width: 1120px;
    margin: 0 auto;
}

section#merchant-voice .item-card a {
    display: block;
    padding: 3.3vw;
}

section#merchant-voice .item-card .st-comm {
    padding: 0 0 20px;
}

.pb60 {
    padding-bottom: 60px;
}

section#merchant-voice h2.section-title span {
    font-size: 18px;
}

.item-card h3.staff-list {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

#eventp {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    section#merchant-voice .txt-spe {
        width: 100%
    }

    section#merchant-voice {
        padding: 80px 0 120px;
    }

    section#merchant-voice .mv-container .items-box .item-card {
        width: 50%;
        border-bottom: 1px solid #666666;
        border-right: 1px solid #666666;
    }

    section#merchant-voice .mv-container .items-box .item-card:nth-child(2n) {
        border-right: none;
    }
}

#news {
    margin: 80px 24px 0;
}

#news .news-container {
    max-width: 960px;
    margin: 0 auto;
}

#news .news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

#news .news-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
}

#news .news-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #ddd;
    object-fit: cover;
}

#news .news-content {
    padding: 15px;
}

#news .news-meta {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
}

#news .category {
    color: #fff;
    padding: 2px 8px 0;
    border-radius: 0;
    font-size: 10px;
    background-color: #676b74;
}

#news .news-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
}

section#news h2.section-title {
    padding-bottom: 20px;
}

#news a:hover img {
    opacity: 0.6;
}

.cont-th a.item-block.disable figure {
    position: relative;
}

.cont-th a.item-block.disable img {
    opacity: .5;
}

.cont-th a.item-block.disable figure::after {
    content: "COMING SOON";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-family: 'SackersGothicStd-Light';
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 20px #000;
    opacity: 1;
}

a.item-block.disable {
    pointer-events: none;
    touch-action: none;
}