/*********************************************************
AWAY ページ専用スタイル
*********************************************************/

/*****AWAY Hero Image Slider - 独立的Slider样式*****/
#contents-away #main-away {
    width: 100%;
    height: 100vh;
    max-height: 100dvh;
    position: relative;
    overflow: hidden;
}
#contents-away .background-slider-away {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#contents-away .bg-item-away {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
}
#contents-away .bg-item-away.active {
    opacity: 1;
    visibility: visible;
}
#contents-away .content-slider-away {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#contents-away .slide-item-away {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}
#contents-away .slide-item-away.active {
    opacity: 1;
    visibility: visible;
}

/*****contents-away 容器样式*****/
#contents-away {
    background: #FAF7F2 !important;
}

/*****contents-away Colors 覆盖*****/
#contents-away #colors {
    background: url("../img/top/bg_holizon_away.png") no-repeat, #FAF7F2 !important;
    background-size: cover !important;
    background-position: center !important;
}
#contents-away #colors h2,
#contents-away #colors #concept p {
    color: #333 !important;
    font-weight: 700 !important;
}
#contents-away #colors h2 {
    font-family: 'TwCenMT', sans-serif;
    font-size: 85px;
    line-height: 1.0;
    margin-bottom: 0.5em;
}
#contents-away #colors h2 p {
    font-family: 'NotoSansJP', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
#contents-away #colors #concept p {
    font-family: "Noto Serif", serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
}

@media screen and (min-width:640px){
    #contents-away #colors h2 {
        font-size: 100px;
    }
    #contents-away #colors h2 p {
        font-size: 16px;
    }
    #contents-away #colors #concept p {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1280px) {
    #contents-away #colors h2 {
        font-size: 136px;
    }
    #contents-away #colors h2 p {
        font-size: 22px;
    }
    #contents-away #colors #concept p {
        font-size: 30px;
    }
}

/*****slideshow-away*****/
#slideshow-away {
    background: url("../img/top/bg_holizon_away.png") no-repeat, #FAF7F2 !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
}
#slideshow-away ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
#slideshow-away ul li {
    position: relative;
    width: 14%;
    padding-top: 14%;
    background: #000;
    overflow: hidden;
    cursor: pointer;
}
#slideshow-away ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: background 0.3s;
}
#slideshow-away ul li.active::after {
    background: rgba(0,0,0,0);
}
#slideshow-away ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: 'TwCenMT', sans-serif;
    font-size: 14px;
    z-index: 1;
}

/*****mv-away*****/
#mv-away {
    background: url("../img/top/bg_holizon_away.png") no-repeat, #FAF7F2 !important;
    background-size: cover !important;
    background-position: center !important;
}
#mv-away .video {
    max-width: 100%;
    position: relative;
}

/*****contents-away federation*****/
#contents-away #federation {
    background: url("../img/top/bg_holizon_away.png") no-repeat, #FAF7F2 !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
    padding-bottom: 3em !important;
}

/*****contents-away bnr_area (trionda)*****/
#contents-away #bnr_area {
    background: #FAF7F2 !important;
    width: 100% !important;
    padding: 5em 0 !important;
    text-align: center;
}
#contents-away #bnr_area p {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

/*****contents-away campaign*****/
#contents-away #campaign {
    background: #FAF7F2 !important;
    width: 100% !important;
    padding: 5em 0 !important;
}
#contents-away #campaign #cmp_box {
    width: 95% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}
#contents-away #cmp_box #cmp_txt {
    background: #000;
    color: #FFF;
    font-weight: bold;
    padding: 8px 10px;
    margin-top: 10px;
}
#contents-away #numkit {
    background: transparent !important;
    margin-top: 2em;
    width: 95%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px; /* Increased bottom padding */
    position: relative;
    z-index: 10; /* Ensure it stays above other elements */
}

#contents-away #numkit img {
    display: block;
    width: 100%;
    height: auto;
}
#contents-away #numkit img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*****contents-away cmp_items - 4列*****/
#contents-away #cmp_items {
    display: flex;
    justify-content: space-between;
}
#contents-away #cmp_items p {
    width: 24% !important;
    background: #FFF;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/*****contents-away style & live_commerce*****/
#contents-away #style {
    background: #FFF !important;
}
#contents-away #live_commerce {
    background: #FFF !important;
}

/*****contents-away LINE UP 覆盖*****/
#contents-away h3.h3_style {
    color: #333 !important;
}
#contents-away h3.h3_style:after {
    background: #333 !important;
}
#contents-away h3.h3_style.white {
    color: #333 !important;
}
#contents-away h3.h3_style.white:after {
    background: #333 !important;
}
#contents-away #federation h4 {
    color: #333 !important;
}
#contents-away #line_up .section_lineup h4 {
    color: #333 !important;
}
#contents-away #line_up .section_lineup ul li p {
    color: #333 !important;
}
#contents-away #line_up .section_lineup ul li p.product_name span {
    color: #fff !important;
    background: #333 !important;
}

/*****media queries*****/
@media only screen and (min-width: 640px) {
    #contents-away #campaign {
        width: 95%;
        margin: 0 auto;
        padding-top: 3em;
        padding-bottom: 15em;
    }
    #contents-away #cmp_items p {
        padding: 10px;
    }
}

@media only screen and (min-width: 1280px) {
    #contents-away #federation {
        width: 100% !important;
    }
    #contents-away #federation ul {
        max-width: 1200px;
    }
    #contents-away #colors_wrap {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
