@charset "UTF-8";

/* **************************************************
Name: 30th_anniversary.css

Description: 30th_anniversary TOP

Create: 2024.09.27
Update: xxxx.xx.xx

Copyright 2024 Hitachi, Ltd. 
***************************************************** */

#anniversary{
    font-family: 'Shippori Mincho B1', 'Yu Mincho', 'MS Mincho', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W6', serif;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
    z-index: 0;
}

/* btn-primary */
#anniversary .btn-primary {
    font-weight: bold;
}


/* ==================== */
/* branding */
/* ==================== */
#branding {
    width: 100%;
    overflow: hidden;
}

#branding h2 {
    margin: 0;
    padding: 0;
    background: none;
}

#branding-movie,
#branding-img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
    position: relative;
}

#branding-img-sp {
    display: none !important;
    width: 100%;
    vertical-align: top;
}

@media (max-width: 1920px) {
    #branding-movie {
        width: 1920px;
        left: calc(calc(100% - 1920px) / 2);
    }
}

@media (max-width: 1304px) {
    #branding {
        margin-left: calc(var(--side-space) * -1);
        width: calc(100% + var(--side-space-both));
        box-sizing: border-box;
    }

    #branding-movie {
        width: 147.24vw;
        left: calc(calc(100% - 147.24vw) / 2);
    }
}

@media (max-width: 767px) {
    #branding-movie {
        display: none !important;
    }

    #branding-img-sp {
        display: inline-block !important;
    }
}

/* ==================== */
/* message */
/* ==================== */
#message {
    padding: var(--content-space-s) 0;
    background-image: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/top/message-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#message .anniversary-heading {
    margin-top: 0;
    margin-bottom: 50px;
}

#message .txt-paragraph {
    font-size: 1.0625rem;
}

#message-person {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

#message-person-txt {
    text-align: right;
    font-size: var(--font-size-large);
}

#message-person-memo {
    font-size: var(--font-size-small);
    word-break: keep-all;
}

#message-person-imgbox {
    width: 120px;
    height: 120px;
}

#message-person-imgbox > img {
    width: 100%;
}

@media (max-width: 1304px) {
    #message {
        padding-left: var(--side-space);
        padding-right: var(--side-space);
        margin-left: calc(var(--side-space) * -1);
        width: calc(100% + var(--side-space-both));
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    #message {
        background-position: center 20px;
        background-size: 120% auto;
    }

    #message .txt-paragraph {
        font-size: 1rem;
    }
}

/* ==================== */
/* head-internal-link */
/* ==================== */
#head-internal-linkbox {
    margin: 0;
}

#head-internal-link.fixation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff;
    margin: 0;
    padding: 15px 0;
    width: 100%;
}

@media (max-width: 767px) {
    #head-internal-link {
        padding-left: 0;
        padding-right: 0;
    }

    #head-internal-link.fixation {
        top: 45px;
        transform: translateY(calc(-100% - 45px));
        padding-top: 0;
        padding-bottom: 0;
    }

    #head-internal-link.fixation.transition {
        transition: transform 0.3s ease-out;
    }

    .header1-show #head-internal-link.fixation {
        transform: translateY(0);
    }
}

/* ==================== */
/* article */
/* ==================== */
#article {
    padding-top: var(--content-space-s);
}

/* ==================== */
/* history */
/* ==================== */
#history {
    padding-top: 60px;
    margin-top: 113px;
    padding-bottom: var(--content-space);
    margin-bottom: 50px;
    position: relative;
}

#history::before,
#history::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#history::before {
    top: -113px;
    height: 113px;
    background-position:  top center;
    background-image: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/top/history-bg-top.png);
}

#history::after {
    bottom: -50px;
    height: 50px;
    background-position:  bottom center;
    background-image: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/top/history-bg-bottom.png);
}


#history .anniversary-heading {
    margin-top: 0;
}

#history-content > img {
    width: 100%;
}

@media (max-width: 767px) {
    #history {
        margin-top: 50px;
        margin-bottom: 25px;
        padding-top: 30px;
    }

    #history::before {
        height: 50px;
        top: -50px;
    }

    #history::after {
        height: 25px;
        bottom: -25px;
    }
}

/* ==================== */
/* document */
/* ==================== */
#document {
    padding-top: var(--content-space);
    padding-bottom: var(--content-space);
    background: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/top/document-bg.png) center top no-repeat;
    background-size: 100% auto;
}

#document .anniversary-heading {
    margin-top: 0;
}

#document-links {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: var(--radius-primary);
    background: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/document-bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 60px;
}

#document-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

#document-links-list > li {
    border-radius: var(--radius-primary);
    font-size: clamp(var(--font-size-primary) ,1.5vw ,1.375rem);
    font-weight: bold;
}

#document-links-list > li:nth-child(1),
#document-links-list > li:nth-child(2) {
    width: calc(calc(100% - 25px) / 2);
}

#document-links-list > li:nth-child(3) {
    width: 100%;
}

#document-links-list > li > a {
    background-color: rgba(255, 255, 255, .85);
    border-radius: var(--radius-primary);
    width: 100%;
    height: 164px;
    padding: 25px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-default);
    transition: background-color var(--transition-primary);
}

#document-links-list > li > a:hover {
    background-color: rgba(255, 255, 255, .95);
}

#document-links-list > li > a::before {
    display: block;
    content: "";
    margin-right: 30px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 100%;
}

#document-links-list > li > a > span {
    display: inline-block;
    word-break: keep-all;
}

#document-links-list > li > a > span::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/icon-arrow-right-pink.png);
    margin-left: 5px;
    vertical-align: middle;
}

#document-links-list > li > a.newwin > span::after {
    background-image: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/icon-newwin-pink.png);
}

#document-links-list > li:nth-child(1) > a::before {
    width: 80px;
    background-image: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/document-icon-info.png);
}

#document-links-list > li:nth-child(1) > a > span {
    max-width: calc(100% - 110px);
}

#document-links-list > li:nth-child(2) > a::before {
    width: 90px;
    background-image: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/document-icon-book.png);
}

#document-links-list > li:nth-child(2) > a > span {
    max-width: calc(100% - 120px);
}

#document-links-list > li:nth-child(3) > a::before {
    width: 64px;
    background-image: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/document-icon-light.png);
}

#document-links-list > li:nth-child(3) > a > span {
    max-width: calc(100% - 94px);
}

@media (max-width: 1304px) {
    #document {
        padding-left: var(--side-space);
        padding-right: var(--side-space);
        margin-left: calc(var(--side-space) * -1);
        width: calc(100% + var(--side-space-both));
        box-sizing: border-box;
    }

    #document-links-list > li > a::before {
        margin-right: 20px;
    }

    #document-links-list > li:nth-child(1) > a::before {
        width: 60px;
    }
    
    #document-links-list > li:nth-child(1) > a > span {
        max-width: calc(100% - 80px);
    }
    
    #document-links-list > li:nth-child(2) > a::before {
        width: 67px;
    }
    
    #document-links-list > li:nth-child(2) > a > span {
        max-width: calc(100% - 87px);
    }
    
    #document-links-list > li:nth-child(3) > a::before {
        width: 48px;
    }
    
    #document-links-list > li:nth-child(3) > a > span {
        max-width: calc(100% - 68px);
    }
}

@media (max-width: 870px) {
    #document-links-list > li:nth-child(1),
    #document-links-list > li:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #document {
        background-size: 120% auto;
    }

    #document-links {
        padding: 30px 15px;
    }

    #document-links-list > li > a {
        padding: 20px;
        height: 150px;
    }

    #document-links-list > li:nth-child(1) > a::before {
        width: 40px;
    }
    
    #document-links-list > li:nth-child(1) > a > span {
        max-width: calc(100% - 60px);
    }
    
    #document-links-list > li:nth-child(2) > a::before {
        width: 45px;
    }
    
    #document-links-list > li:nth-child(2) > a > span {
        max-width: calc(100% - 65px);
    }
    
    #document-links-list > li:nth-child(3) > a::before {
        width: 32px;
    }
    
    #document-links-list > li:nth-child(3) > a > span {
        max-width: calc(100% - 52px);
    }
}


/* ==================== */
/* information */
/* ==================== */
#information-inner {
    border: 4px solid var(--color-primary-light1);
    border-radius: var(--radius-primary);
    padding: 30px 60px;
}

#information .anniversary-heading {
    margin-top: 0;
    margin-bottom: 30px;
}

#information-list > li {
    font-size: var(--font-size-primary);
}

#information-list > li > a {
    text-decoration: none;
    color: var(--color-default);
}

#information-list > li > a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    #information-inner {
        padding: 30px 15px;
    }

    #information .anniversary-heading {
        margin-bottom: 20px;
    }
}

/* ==================== */
/* anniversary-navi */
/* ==================== */
#anniversary-navi .btns-list{
    margin-top: 0;
}


/* ==================== */
/* contact */
/* ==================== */
#contact-box {
    position: relative;
}

#contact-box::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/Prod/comp/soft1/hirdb/30th_anniversary/images/top/anniversary-bg.png) left bottom no-repeat;
    background-size: 100% auto;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 600px;
    z-index: -1;
    transform: translateY(-97%);
}

@media (max-width: 1304px) {
    #contact-box::after {
        left: -15px;
        right: auto;
    }
}

@media (max-width: 767px) {
    #contact-box::after {
        transform: translateY(-99%);
    }
}


