
/* ------------------------------------------------------------------------
   utility
------------------------------------------------------------------------ */
.mbZero {
    margin-bottom: 0!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.ta-c {
    text-align: center!important;
}

.ta-r {
    text-align: right!important;
}

.ta-l {
    text-align: left!important;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media screen and (max-width: 736px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}
/*----------------------------------------
  modules - 工場見学紹介
----------------------------------------*/
#stage .mod-factory-introduction {
    max-width: 918px;
    margin: 50px auto 40px;
    overflow: hidden;
    padding-top: 70px;
    background: url('/fun/factory/assets/virtual/common/img/bg_factory_intro_top.png') no-repeat center top;
    background-size: contain;
}

#stage .mod-factory-introduction > .inner {
    position: relative;
    padding: 86px 40px 40px 76px;
    border-right: solid 2px #003591;
    border-left: solid 2px #003591;
    border-bottom: solid 2px #003591;
}

#stage .mod-factory-introduction .logoFactory {
    position: absolute;
    left: 0;
    top: -43px;
    width: 100%;
    text-align: center;
}
#stage .mod-factory-introduction .logoFactory img {
    width: 200px;
    height: 116px;
}

#stage .mod-factory-introduction .layoutBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#stage .mod-factory-introduction .textBlock .sttl {
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: 700;
    color: #023692;
}
#stage .mod-factory-introduction .textBlock .text {
    width: 362px;
    margin-bottom: 41px;
    font-size: 16px;
}

#stage .mod-factory-introduction .textBlock .mod-button {
    font-size: 16px;
}

#stage .mod-factory-introduction .imgFactory img {
    width: 400px;
}

@media screen and (max-width: 736px) {
    #stage .mod-factory-introduction {
        max-width: none;
        margin: 0 auto 40px;
        padding-top: 52px;
        background-size: 922px auto;
    }

    #stage .mod-factory-introduction > .inner {
        padding: 0 20px 130px;
        border-right: none;
        border-left: none;
        border-bottom: solid 2px #003591;
    }

    #stage .mod-factory-introduction .logoFactory {
        position: static;
        margin-bottom: 25px;
    }
    #stage .mod-factory-introduction .logoFactory img {
        width: 225px;
        height: auto;
    }

    #stage .mod-factory-introduction .layoutBox {
        display: block;
    }
    #stage .mod-factory-introduction .textBlock .sttl {
        margin-bottom: 14px;
        text-align: center;
    }
    #stage .mod-factory-introduction .textBlock .text {
        width: auto;
        margin-bottom: 24px;
    }

    #stage .mod-factory-introduction .textBlock .buttonWrp {
        position: absolute;
        left: 0;
        bottom: 40px;
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #stage .mod-factory-introduction .textBlock .mod-button {
        font-size: 15px;
    }

    #stage .mod-factory-introduction .imgFactory {
        text-align: center;
    }
    #stage .mod-factory-introduction .imgFactory img {
        max-width: 335px;
        width: 100%;
    }
}

/*----------------------------------------
    各TOPへのリンク
----------------------------------------*/
#stage .wrp-category-link {
    width: 920px;
    margin: 55px auto 85px;
}

#stage .wrp-category-link .mod-category-link {
    padding-left: 0;
    padding-right: 0;
}

#stage .wrp-category-link .mod-category-link .factory img {
    width: 234px;
    height: 136px;
}

#stage .wrp-category-link .mod-category-link .virtualFactory img {
    width: 230px;
    height: auto;
}

#stage .wrp-category-link .mod-category-link .onlineFactory img {
    margin-top: 15px;
    width: 242px;
    height: auto;
}

@media screen and (max-width: 736px) {
    #stage .wrp-category-link {
        width: auto;
        margin-top: 37px;
    }

    #stage .wrp-category-link .mod-category-link .factory img {
        width: 150px;
        height: 87px;
    }

    #stage .wrp-category-link .mod-category-link .virtualFactory img {
        width: 140px;
    }
    #stage .wrp-category-link .mod-category-link .onlineFactory img {
        margin-top: 10px;
        width: 158px;
        height: auto;
    }
}

/*----------------------------------------
  modules - 各TOPへのリンク
----------------------------------------*/
#stage .mod-category-link {
    position: relative;
    display: flex;
    padding: 0 40px;
}

#stage .mod-category-link::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 17px;
    width: 1px;
    height: 75%;
    border-left: 4px dotted #003591;
}

#stage .mod-category-link .link {
    width: 50%;
}

#stage .mod-category-link .link a {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 45px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #023692;
    transition: transform .3s;
}
#stage .mod-category-link .link a:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#stage .mod-category-link .factory img {
    width: 194px;
    height: 112px;
}
#stage .mod-category-link .virtualFactory img {
    width: 282px;
    height: 95px;
}
#stage .mod-category-link .onlineFactory img {
    margin-top: 10px;
    width: 226px;
    height: auto;
}

#stage .mod-category-link .link .text {
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
}
#stage .mod-category-link .link .text > span {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
#stage .mod-category-link .link .text > span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 11px;
    height: 10px;
    background: url(/fun/factory/assets/virtual/common/img/ico_arrow_right_navy.png) no-repeat left center;
    background-size: 11px auto;
}

@media screen and (max-width: 736px) {
    #stage .mod-category-link {
        padding: 0;
    }

    #stage .mod-category-link::before {
        top: 0;
        height: 96%;
    }

    #stage .mod-category-link .link a {
        padding-bottom: 0;
        font-size: 14px;
    }
    #stage .mod-category-link .link a:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #stage .mod-category-link .img {
        height: 90px;
    }
    #stage .mod-category-link .factory img {
        width: 140px;
        height: auto;
    }
    #stage .mod-category-link .virtualFactory img {
        width: 112px;
        height: auto;
    }
    #stage .mod-category-link .onlineFactory img {
        margin-top: 10px;
        width: 160px;
        height: auto;
        margin-left: 10px;
    }

    #stage .mod-category-link .link .text {
        position: static;
        width: auto;
        line-height: 1.4;
    }

    #stage .mod-category-link .factory .img {
        padding-top: 5px;
    }
    #stage .mod-category-link .virtualFactory .text {
        max-width: 167px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 18px;
        text-align: left;
    }

    #stage .mod-category-link .link .text > span::before {
        top: 4px;
    }
}