@charset "Shift_JIS";

/* **************************************************

Name: top.css

Description: css for pentaho top page

Create: 2024.01.17
Update: 2024.12.20

Copyright Hitachi, Ltd. 2016, 2024. All rights reserved.

***************************************************** */

.eyecatch-link-column p.ButtonStyle1 a{
    background-color: #e60027;
    font-size: 120%;
    font-weight: bold;
    width: 10em;
}

.eyecatch-link-column p.ButtonStyle1 a:hover{
    opacity: 0.85;

}

/* branding(eyecatch) */
#eyecatch-movie {
    background: #000 url(/products/it/bigdata/platform/pentaho/images/eyecatch-movie-bg.jpg);
    background-size: cover;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    padding: 30px;
}

#eyecatch-movie-column1 {
    width: max(370px, 50%);
}

#eyecatch-movie-column2 {
    flex: 1;
    text-align: center;
    padding-top: 9em;
    padding-left: 9em;
}

#eyecatch-movie-title {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 40px;
}

.eyecatch-movie-title-line {
    display: block;
    width: 100%;
}

#eyecatch-movie-title-line1 {
    font-weight: bold;
    font-size: min(2.55vw ,1.4375rem);
}

#eyecatch-movie-title-line2 {
    font-size: min(3.35vw ,1.875rem);
    font-weight: normal;
}

#eyecatch-movie-title-line3 {
    font-weight: normal;
    font-size: 3.625rem;
    color: inherit;
    line-height: 1.2;
}

#eyecatch-movie-btns {
    list-style: none;
}

#eyecatch-movie-btns > li {
    margin: 0 0 20px;
    padding: 0;
    background: #fff;
}


.eyecatch-movie-btn-a {
    display: block;
    transition: opacity 0.3s ease-out;
}

.eyecatch-movie-btn-a:hover {
    opacity: 0.85;
}

.eyecatch-movie-btn-a:link,
.eyecatch-movie-btn-a:visited,
.eyecatch-movie-btn-a:hover,
.eyecatch-movie-btn-a:active {
    text-decoration: none;
}

.eyecatch-movie-btn {
    color: #fff;
    padding: 10px calc(70 / 452 * 100%) 10px  calc(80 / 452 * 100%);
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

#eyecatch-movie-btns > li:nth-child(1) .eyecatch-movie-btn {
    background: #bc1331;
}

#eyecatch-movie-btns > li:nth-child(2) .eyecatch-movie-btn {
    background: #0060ac;
}

.eyecatch-movie-btn::before,
.eyecatch-movie-btn::after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.eyecatch-movie-btn::before {
    content: url(/products/it/bigdata/platform/pentaho/images/video-outline.svg);
    width: min(calc(40 / 452 * 100%) , 40px);
    left: calc(20 / 452 * 100%);
}

.eyecatch-movie-btn::after {
    content:"";
    background: url(/products/it/bigdata/platform/pentaho/lp/images/icon-white_01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: min(calc(30 / 452 * 100%), 30px);
    height: 100%;
    right: calc(20 / 452 * 100%);
}

.eyecatch-movie-btn-name {
    font-size: clamp( 0.8125rem, 1.9vw ,1.1875rem);
    font-weight: bold;
}

.eyecatch-movie-btn-name strong {
    font-weight: inherit;
    color: inherit;
}

.eyecatch-movie-btn-memo {
    font-size: 0.8125rem;
}

#eyecatch-movie-digest {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
}

#eyecatch-movie-digest-title,
#eyecatch-movie-digest-memo {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1;
}

#eyecatch-movie-digest-title {
    font-weight: bold;
    font-size: 0.875rem;
    margin-bottom: 20px;
}

#eyecatch-movie-digest-title::before {
    display: inline-block;
    content: url(/products/it/bigdata/platform/pentaho/images/video.svg);
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

#eyecatch-movie-digest-memo {
    font-size: 0.8125rem;
    margin-top: 20px;
}

#eyecatch-movie-digest-btn {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease-out;
}

#eyecatch-movie-digest-btn:hover {
    background: #bc1331;
}

#eyecatch-movie-digest-btn-txt {
    text-indent: -100%;
    display: inline-block;
    width: 100%;
}

#eyecatch-movie-digest-btn-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate( -34%, -50%);
}

#eyecatch-movie-digest-btn-icon > span,
#eyecatch-movie-digest-btn-icon::after,
#eyecatch-movie-digest-btn-icon::before {
    position: absolute;
    display: block;
    height: 4px;
    background: #bc1331;
    border-radius: 2px;
}

#eyecatch-movie-digest-btn-icon > span {
    left: 4px;
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    width: 60px;
}

#eyecatch-movie-digest-btn-icon::before,
#eyecatch-movie-digest-btn-icon::after {
    content: "";
    width: 61.5px;
}

#eyecatch-movie-digest-btn-icon::before {
    transform: rotate(27.5deg);
    left: 2px;
    top: 0px;
    transform-origin: left center;
}

#eyecatch-movie-digest-btn-icon::after {
    transform: rotate(-27.5deg);
    right: 3px;
    top: calc(50% - 2px);
    transform-origin: right center;
}

@keyframes EyecatchMovieDigestBtnIcon1 {
    0% { width: 0; }
    100% { width: 60px; }
}

@keyframes EyecatchMovieDigestBtnIcon2 {
    0% { width: 0; }
    100% { width: 61.5px; }
}

#eyecatch-movie-digest-btn:hover #eyecatch-movie-digest-btn-icon > span,
#eyecatch-movie-digest-btn:hover #eyecatch-movie-digest-btn-icon::after,
#eyecatch-movie-digest-btn:hover #eyecatch-movie-digest-btn-icon::before {
    background: #fff;
    width: 0;
}

#eyecatch-movie-digest-btn:hover #eyecatch-movie-digest-btn-icon > span {
    animation: EyecatchMovieDigestBtnIcon1 0.1s ease-out 0.2s 1 normal forwards;
}

#eyecatch-movie-digest-btn:hover #eyecatch-movie-digest-btn-icon::before {
    animation: EyecatchMovieDigestBtnIcon2 0.1s ease-out 0s 1 normal forwards;
}

#eyecatch-movie-digest-btn:hover #eyecatch-movie-digest-btn-icon::after {
    animation: EyecatchMovieDigestBtnIcon2 0.1s ease-out 0.1s 1 normal forwards;
}


@media screen and (max-width: 767px) {
    #eyecatch-movie {
        margin: 0 -15px 30px;
        padding: 30px 15px;
        display: block;
    }

    #eyecatch-movie-column1 {
        width: 100%;
        margin-bottom: 30px;
    }

    #eyecatch-movie-title {
        text-align: center;
        margin-bottom: 20px;
    }

    #eyecatch-movie-column2 {
        padding: 20px 0;
    }

    #eyecatch-movie-digest-btn {
        width: 130px;
        height: 130px;
    }

    #eyecatch-movie-digest-btn-icon {
        transform: translate( -34%, -50%) scale(0.9);
    }
}


/* top-topic-box */
#top-topic-box {
    width: 100%;
    overflow: hidden;
}

#top-topic-box-inner {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 30px -15px;
    width: calc(100% + 30px);
}

.top-topic-section {
    flex: 1;
    padding: 0 15px 10px;
}

.top-topic-section + .top-topic-section {
    border-left: 1px solid #cdcdcd;
}

.top-topic-title {
    background: #262626;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 10px;
    margin-bottom: 30px;
}

.top-topic-content {
    padding: 0 15px;
}

.top-topic-txt {
    margin-bottom: 30px;
}

.top-topic-link > li {
    text-align: right;
}

@media screen and (max-width: 899px) {
    #top-topic-box {
        overflow: visible;
    }

    #top-topic-box-inner {
        display: block;
        padding: 0;
        margin: 0 0 30px;
        width: 100%;
    }

    .top-topic-section {
        padding: 0;
    }

    .top-topic-section + .top-topic-section {
        border: none;
    }
    #top-topic-box .top-topic-title {
        margin-bottom: 15px;
    }

    .top-topic-content {
        padding: 0;
    }

    .top-topic-txt {
        margin-bottom: 15px;
    }
}
