
footer {
    border-top: solid 4px #8fc31f;
    background-color: #fff; }

/* line 1570, common.scss */
#footer_sitemap {
    padding: 0 20px; }

/* line 1575, common.scss */
.footer_sitemap_box {
    margin: 60px 0;
    display: inline-block;
    background: url(/images/portal_pc/common/footer_dot_line.png) top right repeat-y;
    font-size: 0;
    float: left;
    overflow: hidden; }
/* line 1582, common.scss */
.footer_sitemap_box ul {
    margin: 0;
    padding: 0;
    display: inline-block; }
/* line 1587, common.scss */
.footer_sitemap_box li {
    font-size: 13px; }

#footer_logos {
    width: 27%; }
#footer_logos p {
    padding: 0 0 55px 0; }
#footer_logos li {
    display: inline-block;
    margin: 0 2em 0 0; }
.footer_sitemap_box li img {
    width: 40px;
}
/* line 1605, common.scss */
#footer_sitemap_genre ul, #footer_sitemap_contents ul {
    float: left;
    padding: 0 0 0 10%;
    line-height: 1.4;
    list-style: none; }
/* line 1609, common.scss */
#footer_sitemap_genre li, #footer_sitemap_contents li {
    padding: 0 0 0.8em 0; }
/* line 1612, common.scss */
#footer_sitemap_genre a, #footer_sitemap_contents a {
    color: #222;
    background: url(/images/portal_pc/common/footer_li_arrow.png) no-repeat center left;
    padding: 0 0 0 1em;
    text-decoration: none; }

/* line 1620, common.scss */
#footer_sitemap_genre {
    width: 34%; }

/* line 1624, common.scss */
#footer_sitemap_contents {
    width: 39%;
    background: none; }

/* line 1629, common.scss */
#v2_footer_group {
    clear: both;
    background-color: #f4f4f4;
    padding: 60px 0; }
/* line 1638, common.scss */
#v2_footer_group ul {
    width: 95%;
    margin: 30px 0 0 0;
    display: inline-block; }
/* line 1642, common.scss */
#v2_footer_group ul li {
    display: inline-block;
    line-height: 30px; }
/* line 1648, common.scss */
#v2_footer_group ul li a {
    color: #222;
    font-size: 13px; }
/* line 1661, common.scss */
#v2_footer_group ul::after {
    content: "";
    display: block;
    clear: both; }

/* line 1670, common.scss */
#epark-global-footer-box {
    padding: 0; }
/* line 1672, common.scss */
#epark-global-footer-box .epark-global-footer-box-inner {
    border: none;
    text-align: center;
    padding: 0;
    width: 96%;
    width: 900px; }
/* line 1679, common.scss */
#epark-global-footer-box .epark-global-footer-box-inner .epark-global-footer-group-box .epark-global-footer-group-title {
    font-size: 24px; }
/* line 1682, common.scss */
#epark-global-footer-box .epark-global-footer-box-inner .epark-global-footer-group-box ul {
    margin-bottom: 1.5em; }
/* line 1684, common.scss */
#epark-global-footer-box .epark-global-footer-box-inner .epark-global-footer-group-box ul li {
    float: none; }
/* line 1686, common.scss */
#epark-global-footer-box .epark-global-footer-box-inner .epark-global-footer-group-box ul li:last-child {
    border: none; }
/* line 1692, common.scss */
#epark-global-footer-box .epark-global-footer-box-inner .epark-global-footer-group-box .epark-global-footer-home .epark-global-arrow {
    background: none; }
/* line 1694, common.scss */
#epark-global-footer-box .epark-global-footer-box-inner .epark-global-footer-group-box .epark-global-footer-home .epark-global-arrow:last-child {
    border: none;
    padding-right: 0; }
/* line 1699, common.scss */
#epark-global-footer-box .epark-global-footer-box-inner .epark-global-footer-group-box .epark-global-footer-home a {
    color: #222;
    border-right: 1px solid #ccc;
    padding: 0 1em 0 0; }

.v2_copy {
    height: 70px;
    line-height: 70px;
    background-color: #8fc31f;
    text-align: center; }
/* line 1714, common.scss */
.v2_copy p {
    font-size: 13px;
    color: #fff; }

.footer_ad {
    padding: 10px 0 20px 0;
    display: none; }
.footer_ad a {
    display: inline-block;
    padding: 10px 10px 0 10px;
    float: left; }
.footer_ad img {
    max-width: 100%; }

.footer_ad {
    padding: 5px 0 15px 0;
    text-align: center; }
.footer_ad a {
    padding: 5px 10px 0 10px; }
.footer_ad img {
    max-width: 98%; }
.js-modal-open:focus {
    outline: none;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.staticModal__overlay{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:fixed;
    top:0;
    left:0;
    z-index:10000;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);
    -webkit-transition:opacity .4s ease;
    transition:opacity .4s ease;
}
.staticModal__panel{
    padding:0 10px;
}
.staticModal__container{
    overflow:hidden;
    width:100%;
    max-width:435px;
    margin:0 auto;
    padding-bottom:10px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#fff;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    font-size:11px;
}
.staticModal__header{
    margin:0 25px 10px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    font-weight:700;
    text-align:center;
}
.staticModal__body{
    overflow:auto;
    margin:0 10px;
    text-align:left;
    line-height: 1.5;
}
.staticModal__footer{
    margin-top:10px;
    text-align:center;
}
.staticModal__close{
    text-align:right}
.staticModal__close--button{
    font: 400 13.3333px Arial;
    padding:0 10px;
    border:none;
    background:none;
    outline:none;
    cursor:pointer;
    font-size:32px;
    line-height:32px;
}
.staticModal-leave-active{
    opacity:0;
}