@charset "UTF-8";
/* -------------------------------------------------------------- */
/*  common  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  header  */
/* -------------------------------------------------------------- */
.back-top-btn {
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 80px;
	right: 10px;
	background: #aaa;
	border-radius: 15px;
	border: none;
	font-size: 1.4rem;
	opacity: .7;
	display: none;
}

.object-fit-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#nav-global > ul {
    max-width: 800px;
}

#nav-global ul li {
    border-bottom: #dedede solid 2px;
}

#nav-global ul li:last-child {
    border-bottom: none;
}

#nav-global a {
    color: #000;
    font-weight: bold;
}

#nav-global ul li:first-child a {
    padding-left: 0 !important;
}

#nav-global ul li:nth-child(2) a {
    background: url("../img/chara-cmn-04.png") no-repeat center left;
}

#nav-global ul li:nth-child(3) a {
    background: url("../img/chara-cmn-01.png") no-repeat center left;
}

#nav-global ul li:nth-child(4) a {
    background: url("../img/chara-cmn-02.png") no-repeat center left;
}

#nav-global ul li:nth-child(5) a {
    background: url("../img/chara-cmn-03.png") no-repeat center left;
}

/* -------------------------------------------------------------- */
/*  footer  */
/* -------------------------------------------------------------- */
.box-back-top {
    position: fixed;
    cursor: pointer;
}

.box-back-top:hover {
    opacity: .7;
}

footer {
    background: #000;
}

.area-footer {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.list-foot-sns::before {
    content: "自民党公式SNS：";
    color: #fff;
}

.list-foot-sns {
    font-size: 0;
}

.list-foot-sns li {
    display: inline-block;
}

.list-foot-sub-menu li a {
    color: #fff;
}

footer .box-copyright {
    background: #3E3E3E;
    text-align: center;
    color: #fff;
}

footer .box-copyright p {
    background-image: url("../img/logo_footer.gif");
    background-repeat: no-repeat;
    background-size: 75px 24px;
    line-height: 1;
}

/* -------------------------------------------------------------- */
/*  page common  */
/* -------------------------------------------------------------- */
div.contents-manga, .contents-main {
    margin-left: auto;
    margin-right: auto;
}

aside .box-aside-ttl {
    color: #fff;
    font-weight: bold;
    background: #3E3E3E;
    border-radius: 10px;
    line-height: 1;
    text-align: center;
}

aside .area-figures .box-figure-kento {
    background: url("../img/img-cmn-01.png") no-repeat top center;
}

aside .area-figures .box-figure-norika {
    background: url("../img/img-cmn-02.png") no-repeat top center;
}

aside .area-figures .box-figure-moya {
    background: url("../img/img-cmn-03.png") no-repeat top center;
}

.list-aside-manga {
    background: #fff;
    border-radius: 10px;
}

.list-aside-manga {
    font-size: 0;
}

.list-aside-manga li {
    border-bottom: #707070 solid 1px;
}

.list-aside-manga li:last-child {
    border-bottom: none;
}

.list-aside-manga li .box-aside-manga-thumb, .list-aside-manga li p.txt-manga-ttl {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

a.link-btn {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10vw;
    text-align: center;
    line-height: 1;
    padding: 1.3em .5em;
}

.is-orange {
    background: rgba(234, 36, 0, 1);
    color: #fff;
}

.list-other-link {
    max-width: 520px;
    margin: 0 auto;
}

.list-other-link li {
    line-height: 0;
    margin-bottom: 1.5em;
}


/* -------------------------------------------------------------- */
/*  smp  */
/* -------------------------------------------------------------- */
@media screen and (max-width:768px) {
    body {
        font-size: 4vw;
        line-height: 1.5;
    }
    /* -------------------------------------------------------------- */
    /*  header  */
    /* -------------------------------------------------------------- */    
    #nav-global {
        padding: 0 7vw;
    }
    
    #nav-global a {
        font-size: 4.26vw;
    }
    
    #nav-global ul li:nth-child(2) a, #nav-global ul li:nth-child(3) a, #nav-global ul li:nth-child(4) a, #nav-global ul li:nth-child(5) a {
        background-size: 14vw auto;
        padding-left: 16vw;
    }
    
    /* -------------------------------------------------------------- */
    /*  footer  */
    /* -------------------------------------------------------------- */
    footer {
        padding-top: 9.6vw;
    }
    
    .box-back-top {
        right: 5.3vw;
        bottom: 5.3vw;
        width: 13.3vw;
        height: 13.3vw;
    }
    
    .area-footer {
        width: 60vw;
    }
    
    .list-foot-sns {
        margin-bottom: 13.3vw;
    }
    
    .list-foot-sns::before {
        display: block;
        height: 2.5em;
        font-size: 3.73vw;
        text-align: center;
    }
    
    .list-foot-sns li {
        width: 12.2vw;
        margin-right: 11.6vw;
    }
    
    .list-foot-sns li:last-child {
        margin-right: 0;
    }
    
    .list-foot-sns li a img {
        width: 100% !important;
    }
    
    .list-foot-sub-menu {
        text-align: center;
        padding-bottom: 10.6vw;
    }
    
    .list-foot-sub-menu li:first-child {
        margin-bottom: 8vw;
    }
    
    .box-copyright {
        padding: 5.3vw 1em;
        font-size: 3.2vw;
    }
    
    footer .box-copyright p {
        background-position: top center !important;
        padding-top: 32px;
    }
    /* -------------------------------------------------------------- */
    /*  page common (SMP)  */
    /* -------------------------------------------------------------- */
    main.main-sub {
        background: url("../img/bg-cmn-05-sp.svg") no-repeat top left;
        background-size: 100% auto;
        padding-top: 2.4vw;
    }
    
    .box-what-law {
        background: url("../img/ttl-cmn-01-sp.png") no-repeat top left;
        background-size: 72vw 13.3vw;
        width: 72vw;
        height: 13.3vw;
        display: block;
        padding-top: 2.6vw;
    }
    
    aside {
        margin-top: 32vw;
        padding: 0 5.3vw;
    }
    
    aside .area-figures {
        font-size: 4.8vw;
        margin-bottom: 16vw;
    }
    
    aside .box-aside-ttl {
        font-size: 5.3vw;
        padding: .6em 1em;
        margin-bottom: 5.3vw;
    }
    
    aside .area-figures dl dd {
        margin-bottom: 6.4vw;
    }
    
    aside .area-figures .box-figure-kento, aside .area-figures .box-figure-norika, aside .area-figures .box-figure-moya {
        background-size: 37.3vw 37.3vw !important;
        padding-top: 40vw;
    }
    
    .area-manga-info {
        margin-bottom: 16vw;
    }
    
    .list-aside-manga {
        padding: 0 2.6vw;
    }
    
    .list-aside-manga li a {
        padding: 2.6vw 0;
    }
    
    .box-aside-manga-thumb {
        width: 21.3vw;
        height: 21.3vw;
        overflow: hidden;
    }
    
    p.txt-manga-ttl {
        width: calc(100% - 24vw);
        font-size: 4.26vw;
        margin-left: 2.6vw;
    }
    
    a.link-btn {
        font-size: 4.8vw;
    }
}

/* -------------------------------------------------------------- */
/* PC */
/* -------------------------------------------------------------- */
@media print,screen and (min-width:769px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
	/* -------------------------------------------------------------- */
    /*  header  */
    /* -------------------------------------------------------------- */
    #header-contents {
        padding: 24px 22px;
    }
    #nav-global ul li a {
        font-size: 20px;
        padding: 24px 0;
        background-size: 60px auto !important;
        padding-left: 80px;
    }
    /* -------------------------------------------------------------- */
    /*  footer  */
    /* -------------------------------------------------------------- */
    .box-back-top {
        width: 64px;
        height: 64px;
        right: 20px;
        bottom: 20px;
    }
    .area-footer {
        padding: 46px 0;
    }
    
    .list-foot-sns {
        width: 50%;
    }
    
    .list-foot-sns::before, .list-foot-sub-menu li {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .list-foot-sns li {
        margin-left: 20px;
        width: 46px;
        vertical-align: middle;
    }
    
    .list-foot-sub-menu {
        width: 40%;
        text-align: right;
        margin-top: 9px;
    }
    
    .list-foot-sub-menu li:first-child {
        margin-right: 20px;
    }
    
    .list-foot-sub-menu li a {
        font-size: 14px;
    }
    
    footer .box-copyright {
        padding: 10px 0;
    }
    
    footer .box-copyright p {
        background-position: left center;
        font-size: 14px;
        display: inline-block;
        padding: 10px 0 10px 86px;
    }
    /* -------------------------------------------------------------- */
    /*  page common (PC)  */
    /* -------------------------------------------------------------- */
    main.main-sub {
        background: url("../img/bg-cmn-05-pc.svg") no-repeat top left;
        background-size: 100% auto;
    }
    
    .box-what-law {
        background: url("../img/ttl-cmn-01-pc.png") no-repeat top 12px left;
        background-size: 724px 72px;
        width: 724px;
        height: 72px;
        display: block;
    }
    
    .contents-wrapper {
        padding-bottom: 100px;
    }
    
    div.contents-manga, .contents-main {
        width: 1000px;
    }
    
    section.area-manga-main {
        width: 680px;
    }
    
    .contents-manga aside {
        width: 260px;
    }
    
    aside .area-figures {
        font-size: 18px;
        margin-bottom: 60px;
    }
    
    aside .box-aside-ttl {
        font-size: 20px;
        padding: .6em 1em;
        margin-bottom: 20px;
    }
    
    aside .area-figures dl dd {
        margin-bottom: 24px;
    }
    
    aside .area-figures .box-figure-kento, aside .area-figures .box-figure-norika, aside .area-figures .box-figure-moya {
        background-size: 140px 140px !important;
        padding-top: 150px;
    }
    
    .area-manga-info {
        margin-bottom: 60px;
    }
    
    .list-aside-manga {
        padding: 0 10px;
    }
    
    .list-aside-manga li a {
        padding: 10px 0;
    }
    
    .box-aside-manga-thumb {
        width: 80px;
        height: 80px;
        overflow: hidden;
    }
    
    p.txt-manga-ttl {
        width: calc(100% - 90px);
        font-size: 16px;
        margin-left: 10px;
    }
    
    a.link-btn {
        width: 400px;
        font-size: 18px;
    }
}

/* gn-01 CSS */
/*　共通　*/
 
/* --------------------------------------------
header
--------------------------------------------*/
#header-contents {
    background: #fff;
    cursor: pointer;
}

#nav-global ul {
    list-style: none;
}

/* --------------------------------------------
Toggle button
--------------------------------------------*/
.box-nav-toggle {
    display: none;
    width: 28px;
    height: 24px;
    cursor: pointer;
    z-index: 101;
}

.box-nav-toggle div {
    position: relative;
}

.box-nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

/* --------------------------------------------
Fixed
--------------------------------------------*/
#header-contents {
    z-index: 999;
    border-radius: 50%;
}
   #header-contents.fixed .box-logo, #header-contents .box-logo {
       position: absolute;
       left: 13px;
       top: 13px;
       color: #333;
       font-size: 26px;
   }
   #nav-global {
       position: fixed;
       width: 100%;
       right: -100%;
       overflow-y: scroll;
       -webkit-overflow-scrolling: touch;
       z-index: 3;
       background: #fff;
   }
   
    .box-nav-toggle {
        display: block;
    }

    .box-nav-toggle span:nth-child(1) {
        top: 0;
    }
    .box-nav-toggle span:nth-child(2) {
        top: 10px;
    }
    .box-nav-toggle span:nth-child(3) {
        top: 20px;
    }

   /* #nav-toggle 切り替えアニメーション */
   .open .box-nav-toggle span:nth-child(1) {
       top: 11px;
       -webkit-transform: rotate(315deg);
       -moz-transform: rotate(315deg);
       transform: rotate(315deg);
   }
   .open .box-nav-toggle span:nth-child(2) {
       width: 0;
       left: 50%;
   }
   .open .box-nav-toggle span:nth-child(3) {
       top: 11px;
       -webkit-transform: rotate(-315deg);
       -moz-transform: rotate(-315deg);
       transform: rotate(-315deg);
   }
   .link-navin-btn {
       text-align: left;
   }
   .link-navin-btn a {
       display: inline-block !important;
       max-width: 232px;
       width: 50% !important;
   }
    header.open #nav-global {
        right: 0;
    }

    #nav-global {
        border-top: #000 solid 1px;
        border-left: #000 solid 1px;
        border-bottom: #000 solid 1px;
        border-radius: 10px 0 0 10px;
        transition: right .3s ease;
        -webkit-transition: right .3s ease;
        -moz-transition: right .3s ease;
    }
   
   .nav-sub a {
       color: #BACCAD !important;
       font-size: 1.2rem !important;
   }

/*　SMP　*/
@media screen and (max-width:768px) {
    #header-contents {
        width: 64px;
        height: 64px;
        position: fixed;
        top: 2.6vw;
        right: 2.6vw;
        padding: 20px 18px;        
    }
    
    #nav-global {
        width: 82vw;
        top: 120px;
    }
    
    #nav-global ul li a {
        font-size: 4.5vw;
        padding: 6.4vw 0;
    }
}

@media print,screen and (min-width:769px) {
    #header-contents {
        position: fixed;
        top: 16px;
        right: 16px;
        width: 72px;
        height: 72px;
    }
    
    .open .box-nav-toggle span:nth-child(1) {
       top: 14px;
       -webkit-transform: rotate(315deg);
       -moz-transform: rotate(315deg);
       transform: rotate(315deg);
   }
    
   .open .box-nav-toggle span:nth-child(2) {
       width: 0;
       left: 50%;
   }
    
   .open .box-nav-toggle span:nth-child(3) {
       top: 14px;
       -webkit-transform: rotate(-315deg);
       -moz-transform: rotate(-315deg);
       transform: rotate(-315deg);
   }
    
    #nav-global {
        top: 110px;
        padding: 25px 20px;
        width: 400px;
        height: 500px;   
    }
    
    /*header.open #nav-global {
        right: 0;
    } */
}