html {
    font-feature-settings: "palt";
}

body {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    margin: 0;
    position: relative;
    color: #000;
    line-height: 1;
}

.contentsWrapper {
    overflow: hidden;
}

a:hover {
    opacity: 0.7;
    transition: .3s;
} 

.contInner {
    width: 960px;
    margin: 0 auto;
    padding: 80px 0 30px;
}

h3 {
    font-size: 32px;
    letter-spacing: .15em;
    text-align: center;
    font-weight: 600;
}

h3 span {
    font-size: 16px;
    letter-spacing: .15em;
    color: #bf9102;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.-pcOnly {
    display: block;
}

.-spOnly {
    display: none;
}

.-spOnly480 {
    display: none;
}

@media screen and (max-width: 768px) {
    .-pcOnly {
        display: none;
    }
    
    .-spOnly {
        display: block;
    }

    .contInner {
        width: 100%;
        padding: 60px 20px 25px;
    }

    h3 {
        font-size: 24px;
    }

    h3 span {
        font-size: 12px;
    }
}


@media screen and (max-width: 480px) {
    .-spOnly480 {
        display: block;
    }
}


/* ---------------------------------------------------------
mainvisual
--------------------------------------------------------- */

.mv {
    position: relative;
    background: url("/files/user/50th_anniversary/img/mv.png")no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100vw;
    height: 730px;
    z-index: 1;
}

.main_logo {
    position: absolute;
    background-color: #fff;
    width: 475px;
    height: 475px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.main_logo img {
    position: absolute;
    width: 280px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
    .mv {
        height: 392px;
    }

    h1 {
        display: unset;
    }

    .mv .contInner {
        padding: 40px 0 57px;
        height: inherit;
    }

    .main_logo {
        width: 295px;
        height: 295px;
        padding: 20px;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        margin: 0 auto;
    }

    .main_logo img {
        width: 174px;
        height: 240px;
        display: block;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
    }
}


/* ---------------------------------------------------------
message
--------------------------------------------------------- */

.message {
    position: relative;
}

.message h2 {
    font-size: 36px;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: .2em;
    text-align: center;
    position: relative;
}

.message h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    background-color: #ceab5f;
    border-radius: 5px;
}

.message .messagelead {
    text-align: center;
    font-size: 18px;
    line-height: 2.2;
    margin-top: 60px;
    letter-spacing: .2em;
    z-index: 1;
    position: relative;
}

.message .logo_bgArea .logoBg {
    position: absolute;
    z-index: 0;
    background: url("/files/user/50th_anniversary/img/sec01_bg.svg")no-repeat;
    background-size: contain;
}

.message .logo_bgArea .logoBg.-bg01 {
    width: 570px;
    height: 720px;
    top: -30%;
    right: -13vw;
}

.message .logo_bgArea .logoBg.-bg02 {
    width: 297px;
    height: 375px;
    top: 17%;
    left: 1vw;
}

.message .logo_bgArea .logoBg.-bg03 {
    width: 181px;
    height: 232px;
    bottom: 19%;
    right: 5vw;
}

.message .logo_bgArea .logoBg.-bg04 {
    width: 133px;
    height: 172px;
    bottom: 3%;
    left: 8vw;
}

/* 社長挨拶 */

.messageArea {
    background-color: #f9f4e6;
    margin-top: 50px;
    padding: 60px 60px 50px;
    box-shadow: 10px 10px 0px 0 rgb(204 167 53);
    position: relative;
    z-index: 1;
}

.messageTxtArea {
    margin-top: 40px;
}

.messageTxtArea .messageTxt {
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.7;
}

.messageTxtArea .messageTxt:nth-child(n+2) {
    margin-top: 20px;
}

.messageTxtArea .messageTxt.alR {
    text-align: right;
}

.messageTxtArea img.sign {
    mix-blend-mode: multiply;
}


@media screen and (max-width: 768px) {
    .message h2 {
        font-size: 26px;
        line-height: 1.4;
    }

    .message h2::after {
        width: 40px;
        bottom: -25px;
    }

    .message .messagelead {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 45px;
    }

    .message .logo_bgArea .logoBg.-bg01 {
        width: 305px;
        height: 385px;
        top: -11%;
        right: -30vw;
    }

    .message .logo_bgArea .logoBg.-bg02 {
        width: 100px;
        height: 128px;
        top: 29%;
        left: -11vw;
    }

    .message .logo_bgArea .logoBg.-bg03 {
        bottom: -2%;
        right: -20vw;
    }

    .message .logo_bgArea .logoBg.-bg04 {
        bottom: -8%;
        left: -12vw;
    }

    /* 社長挨拶 */

    .messageArea {
        padding: 30px 20px;
        box-shadow: 5px 5px 0px 0 rgb(204 167 53);
    }

    .messageTxtArea {
        margin-top: 20px;
    }

    .messageTxtArea .messageTxt:nth-child(n+2) {
        margin-top: 10px;
    }
}



/* ---------------------------------------------------------
movie
--------------------------------------------------------- */

video {
    width: 100%;
    margin: 40px auto 0;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1024px) {
    video {
        margin: 20px auto 0;
    }
}

/* ---------------------------------------------------------
history
--------------------------------------------------------- */

.historyTableArea {
    margin-top: 40px;
}

.historyTable {
    position: relative;
    margin-top: -20px;
}

.historyTable::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 49px;
    height: 100%;
    width: 2px;
    background-color: #bf9102;
}

.historyTableArea .historyTable:last-child:before {
    height: 70%;
}

.historyTableArea .historyTable:last-child:after{
    content: "";
    position: absolute;
    background-image: linear-gradient(to bottom, #bf9102, #bf9102 5px, transparent 5px, transparent 5px);
    background-size: 2px 10px;
    background-repeat: repeat-y;
    top: 103%;
    left: 49px;
    height: 25%;
    width: 2px;
}

.historyTable:nth-child(odd) .historyTable_innerBox{
    background-color: #f0f5f8;
}

.historyTable:nth-child(even) .historyTable_innerBox {
    background-color: #fff;
}

.historyTable_innerBox {
    margin: -15px calc(50% - 50vw) 0;
    width: 100vw;
}

.historyTable_inner {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
    padding-left: 90px;
    width: 960px;
    margin: 0 auto;
}

.historyTable_imgBox .historyTable_flexImg img {
    width: 180px;
    height: 120px;
}

/* ---adjustment--- */

.historyTable_inner.___picNone {
    padding-top: 30px;
    padding-bottom: 30px;
}

.historyTable_numBox.___oneLine {
    padding-top: 0;
}

.historyTable_inner.___circleNone .historyTable_numBox::after {
    content: none;
}

.historyTable_inner.___multiLine .historyTable_numBox::after {
    top: 16px;
}

.historyTable_inner.___multiLine02 .historyTable_numBox::after {
    top: 47px;
}

.historyTable_flexImg.-adjustment81 img {
    width: 68px;
    height: 160px;
}

.historyTable_flexImg.-adjustment84_02 img,
.historyTable_flexImg.-adjustment90 img {
    width: 120px;
}

.historyTable_flexImg.-adjustment99_02 img {
    width: 370px;
    height: 85px;
    margin-top: 10px;
}

.historyTable_imgBox.-adjustment_flex {
    align-items: flex-start;
}

.historyTable_flexImg.-adjustment18 img,
.historyTable_flexImg.-adjustment20 img {
    height: 160px;
}

/* ---/adjustment--- */

.historyTable .year {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    background-color: #0e1271;
    color: #fff;
    width: 104px;
    text-align: center;
    border-radius: 50px;
    letter-spacing: .2em;
    padding: 5px 0 6px;
    z-index: 1;
    position: relative;
}

.historyTable_numBox {
    display: flex;
    align-items: baseline;
    padding-top: 30px;
    position: relative;
}

.historyTable_inner .historyTable_numBox::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -47px;
    width: 14px;
    height: 14px;
    background-color: #0e1271;
    border-radius: 100%;
    z-index: 1;
}

.historyTable_month {
    text-align: right;
    margin-right: 15px;
    color: #0e1271;
    font-weight: bold;
    font-size: 20px;
    width: 45px;
    line-height: 1.6;
}

.historyTable_txt {
    margin-right: 20px;
    width: 420px;
    letter-spacing: .05em;
    line-height: 1.6;
}

.historyTable_txt span {
    font-size: 12px;
}

.historyTable_imgBox {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.historyTable_flexImg:nth-child(odd) {
    margin-right: 10px;
}

.historyTable_flexImg:nth-child(n+3) {
    margin-top: 10px;
}

.comment {
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: .1em;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .historyTable::before {
        top: 28px;
        left: 34px;
    }

    .historyTable_numBox {
        padding-top: 0px;
    }

    .historyTable_inner .historyTable_numBox::after {
        top: 11px;
        left: -16px;
        width: 12px;
        height: 12px;
    }

    .historyTable_inner {
        width: 100%;
        display: block;
        padding: 20px 0 30px;
        padding-left: 65px;
    }

    .historyTable .year {
        font-size: 18px;
        width: 74px;
        letter-spacing: .1em;
    }

    .historyTable_month {
        font-size: 14px;
        width: 40px;
        margin-right: 10px;
    }

    .historyTable_txt {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
    }

    .historyTable_imgBox {
        margin-left: 43px;
        margin-right: 20px;
        margin-top: 10px;
    }

    .historyTable_imgBox .historyTable_flexImg img {
        width: 110px;
        height: auto;
    }

    .historyTableArea .historyTable:last-child:after {
        top: 98%;
        left: 34px;
    }

    /* ---adjustment--- */

    .historyTable_flexImg.-adjustment81 img {
        width: 38px;
        height: 90px;
    }

    .historyTable_flexImg.-adjustment84_02 img, .historyTable_flexImg.-adjustment90 img {
        width: 73px;
    }

    .historyTable_flexImg.-adjustment99_02 img {
        width: 240px;
        height: 53px;
        margin-top: 10px;
    }

    .historyTable_inner.___multiLine .historyTable_numBox::after {
        top: 11px;
    }

    .historyTable_inner.___multiLine02 .historyTable_numBox::after {
        top: 12px;
    }

    .historyTable_flexImg.-adjustment18 img,
    .historyTable_flexImg.-adjustment20 img {
        height: auto;
    }

    /* ---/adjustment--- */

    
    
}