@charset "euc-jp";
/*=============================

layout.css

2016.01.26 a_fujii

not-support-IE8

20200727.m_sakata

=============================== */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #fff;
}

body {
    background: #fff;
}

span.newIcon {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
    color: #fff;
    background: #cc0000;
    display: inline-block;
    padding: 3px;
    border-radius: 3px;
    margin-left: 5px;
}

.rArrow12 {
    display: inline-block;
    fill: #cc0000;
    width: 12px;
    height: 12px;
    margin-right: 3px;
}

.rArrow12w {
    display: inline-block;
    fill: #fff;
    width: 12px;
    height: 12px;
    margin-right: 3px;
}

.rArrow14w {
    display: inline-block;
    fill: #fff;
    width: 13px;
    height: 13px;
    margin-right: 3px;
}

.rArrow14b {
    display: inline-block;
    fill: #4f9112;
    width: 13px;
    height: 13px;
    margin-right: 3px;
}

.rArrow14g {
    display: inline-block;
    fill: #555555;
    width: 13px;
    height: 13px;
    margin-right: 3px;
}

.spanA {
    text-indent: -15px;
    padding-left: 15px;
}

.hide {
    display: none;
}

/*------------------------
   header
--------------------------*/
/* PR */
.noteArea {
    padding: 5px 10px;
    background: #f2f2f2;
}

.noteArea p {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

#header {
    width: 100%;
    padding: 10px 10px 0;
    border-bottom: 2px solid #cc0000;
}

#headerWrap {
    max-width: 1000px;
    margin: 0 auto;
}

#logo {
    width: 240px;
    height: 30px;
}

/* menu */

#commonNavi {
    width: 100%;
    display: table;
}

#logoArea {
    width: 280px;
    vertical-align: top;
    padding: 0 0 1px 0;
    float: left;
}

#logoArea p {
    color: #666;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}

#globalMenu {
    width: 100%;
    vertical-align: bottom;
    text-align: right;
}

#globalMenu ul#menuList {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-spacing: 2px 0;
    margin-top: 15px;
}

#globalMenu ul#menuList li {
    display: table-cell;
    vertical-align: middle;
    border-radius: 5px 5px 0 0;
}

#globalMenu ul#menuList li p:first-child {
    display: block;
    padding: 3px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
}

#globalMenu #mRanking {
    background: #57a212;
    border-bottom: 4px solid #4f9112;
}

#globalMenu #mMaterial {
    background: #8966b7;
    border-bottom: 4px solid #7a5ba2;
}

#globalMenu #mMedia {
    background: #d44c62;
    border-bottom: 4px solid #bc4155;
}

#globalMenu #mSelection {
    background: #28bc97;
    border-bottom: 4px solid #18aa85;
}

#globalMenu #mSelfback {
    background: #45a7cd;
    border-bottom: 4px solid #3d95b7;
}

#globalMenu #mCelebrity {
    background: #ea9f00;
    border-bottom: 4px solid #d99300;
}

#globalMenu #mMonth {
    background: #e65f7f;
    border-bottom: 4px solid #da4569;
}

#globalMenu #mMonth span.new {
    border-radius: 3px;
    background: #cc0000;
    display: inline-block;
    color: #ffffff;
    padding: 2px 3px;
    font-size: 10px;
    margin-bottom: 2px;
}

#globalMenu ul#menuList li {
    position: relative;
    padding: 9px 0;
}

#globalMenu ul#menuList li .menu {
    z-index: 3;
    position: absolute;
    background: #fff;
    padding: 5px 7px;
    margin-top: 13px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    width: 200px;
    text-align: left;
}

#globalMenu ul#menuList li#mMonth .menu {
    margin-top: 12px;

}

#globalMenu #mRanking .menu {
    border: 2px solid #4f9112;
}

#globalMenu #mMaterial .menu {
    border: 2px solid #7a5ba2;
}

#globalMenu #mMedia .menu {
    border: 2px solid #bc4155;
}

#globalMenu #mSelection .menu {
    border: 2px solid #28bc97;
}

#globalMenu #mSelfback .menu {
    border: 2px solid #3d95b7;
}

#globalMenu #mCelebrity .menu {
    border: 2px solid #ea9f00;
}

#globalMenu #mMonth .menu {
    border: 2px solid #e65f7f;
}

#globalMenu ul#menuList li .menu,
#globalMenu ul#menuList li .menu li {
    display: block;
}

#globalMenu ul#menuList li .menu li {
    padding: 3px 0;
    margin: 0;
    border-top: 1px dotted #ccc;
    border-radius: 0;
}

#globalMenu ul#menuList li .menu li:first-child {
    border-top: none;
}

#globalMenu ul#menuList li .menu a {
    padding: 3px;
    color: #333;
    display: block;
    text-align: left;
    font-weight: normal;
}

#globalMenu ul#menuList li .menu a:hover {
    background: #ffffcc;
}

#globalMenu ul#menuList li ul.menu {
    display: none;
}


/*-------------------------------------
pagetop
---------------------------------------*/
#pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    margin-top: 10px;
    width: 80px;
    height: 80px;
    z-index: 5;
}

#pagetop a {
    width: 80px;
    height: 80px;
    display: block;
}

#pagetop a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
}


/*------------------------
   footer
------------------------*/
#footer {
    margin: 30px 0 0;
    display: block;
    padding: 20px;
    text-align: center;
}

.footerTxt {
    margin: 0 auto;
    text-align: center;
}

.toA8 {
    margin: 0 20px;
    display: inline-block;
}

.toA8 a {
    color: #cc0000;
    text-decoration: underline;
}

.toA8 a:link,
.toA8 a:visited {
    color: #cc0000;
}

.toA8 a:hover {
    opacity: .7;
}

#copy {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin: 55px 0;
}

#campaignBk {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    margin: 60px auto;
}

#campaignBk li a:hover {
    opacity: .7;
}

/*------------------------
   main
--------------------------*/
#wrapper01 {
    padding: 0 10px;
}

#wrapper02 {
    max-width: 1000px;
    margin: 15px auto 0;
}

#mainArea {
    max-width: 1000px;
    margin: 0 auto;
}

#titleBox {
    width: 100%;
    display: table;
}

#titleBox li {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.8;
}

#titleBox li.title {
    padding-right: 20px;
    white-space: nowrap;
    line-height: 1.2;
}

#titleBox li.title p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}

#titleBox li.title h1,
#titleBox li.title h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 5px;
}


#side {
    display: none;
}

.icon-new {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 18px;
    fill: #bd0000;
    margin: 2px;
}


#pr {
    width: 100%;
    background: #eeeeee;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 15px;
}

#pr2 {
    padding: 10px;
    width: 100%;
    background: #eff7df;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 15px;
    align-items: center;

}


#pr .prTop .pgtit,
#pr2 .prTop .pgtit {
    width: 100% !important;
    line-height: 1.5;
    float: none !important;
}

#pr .banL,
#pr2 .banL {
    width: 100px !important;
    margin-right: 10px;
}

#pr .prTop,
#pr2 .prTop {
    align-items: center;
    display: flex;

}

/* セルフバックありの場合 */
#pr .prTxt,
#pr2 .prTxt {
    position: relative;
    width: 7.8%;
    height: 77px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
}


#pr2 .txtArea {
    background: #ffffff;
    padding: 5px;
}


#pr .ectit,
#pr2 .ectit {
    margin-top: 10px;
}

/* セルフバックありの場合 */
#pr .prTxt .prArea {
    position: absolute;
    top: 43%;
    bottom: 50%;
    right: 0;
    left: 0;
}

#pr2 .prTxt .prArea {
    position: absolute;
    top: 40%;
    bottom: 40%;
    right: 0;
    left: 0;
}

#pr2 .element {
    width: 91.3%;
}

#pr .element {
    width: 91%;
}


#pr div.remuBox,
#pr2 div.remuBox {
    width: 65% !important;
    display: table;
    background: #fff;
    border: 1px solid #bf0000;
    padding: 8px;
    margin-top: 15px;
}

#pr div.remuBox p,
#pr2 div.remuBox p {
    width: 86%;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4 !important;
    font-size: 14px;
    font-size: 1.4rem !important;
    font-weight: bold;
    color: #333;
}

#pr div.remuBox span.remuTit,
#pr2 div.remuBox span.remuTit {
    display: block !important;
    padding: 7px 10px !important;
    color: #FFF;
    font-weight: bold;
    background: #cc0000;
    margin: 0 10px 0 0 !important;
    font-size: 12px;
    font-size: 1.2rem;
}

#pr .remuBox p .upRemu {
    display: block !important;
    font-size: 14px;
    font-size: 1.4rem;
    color: #bf0000;
    margin: 5px 0;
    padding-left: 0 !important;
}

#pr .pgtit a,
#pr2 .pgtit a {
    text-decoration: underline;
}

#pr2 .rankArea {
    background: #ffffff;
    padding: 10px;
    width: 100%;
}

#ecPrBox {
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width: 1000px) {
    #headerWrap {
        width: 100%;
        margin: 0 auto;
    }

    #wrapper01 {
        width: 100%;
        margin: 15px auto 0;
    }

    #globalMenu {
        display: none;
    }

    #mainArea {
        width: 100%;
        margin: 0 auto;
    }

    #sideOpenBtn {
        position: fixed;
        width: 52px;
        height: 46px;
        cursor: pointer;
        top: 40px;
        right: 10px;
        z-index: 10;
        background: #cc0000;
        padding: 8px;
        border: 1px solid #cc0000;
        border-radius: 3px;

    }

    #sideOpenBtn span {
        width: 34px;
        height: 28px;
    }

    #sideOpenBtn span:before {
        content: "";
        position: absolute;
        border-top: 5px solid #fff;
        border-bottom: 16px double #fff;
        width: 34px;
        height: 6px;
    }

    #sideOpenBtn span:hover:before {
        border-top-color: #FFC4C5;
        border-bottom-color: #FFC4C5;
    }

    #contents {
        position: relative;
        transition: 0.3s;
    }

    #side {
        display: block;
        background-color: #666;
        color: #ffffff;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -240px;
        width: 240px;
        z-index: 9999;
        transition: 0.3s;
    }

    body.drawer-opened::after {
        content: "";
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .3;
        z-index: 999;
        top: 0;
    }

    body.drawer-opened {
        margin-right: 240px;
        margin-left: -240px;
        transition: 0.3s;
    }

    .drawer-opened #side {
        right: 0px;
        transition: 0.3s;
    }

    #side #closeBtn {
        text-align: right;
        margin: 5px 5px 0 0;
        cursor: pointer;
        font-size: 18px;
        font-size: 1.8rem;
        color: #333;
    }

    #side #closeBtn span {
        display: inline-block;
        padding: 5px 10px;
        cursor: pointer;
        background: #fff;
    }

    #side .title {
        font-weight: bold;
        padding: 0 10px;
        margin-top: 5px;
    }

    #side .title span {
        display: inline-block;
        padding-bottom: 4px;
        border-bottom: 1px dashed #fff;
    }

    #side ul {
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #side li {
        line-height: 1.3;
        margin: 10px 5px;
    }

    #side li a {
        display: block;
        padding: 5px 15px;
        color: #ffffff;
        text-decoration: none;
    }

    #side li a:hover {
        color: #333;
        background-color: #ffffff;
    }

    #side li a:hover .rArrow12w {
        fill: #333;
    }

    #titleBox {
        width: auto;
        display: block;
        padding: 0 10px;
    }

    #titleBox li {
        display: block;
        margin-top: 10px;
    }

    #titleBox li.title {
        padding-right: 0;
        white-space: normal;
        margin-top: 0;
    }

    /*  pagetop  */
    #pagetop {
        right: 10px;
        width: 50px;
        height: 50px;
    }

    #pagetop a {
        width: 50px;
        height: 50px;
    }

    #pagetop a img {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 768px) {

    img {
        max-width: 100%;
        height: auto;
        width
        /***/
        : auto;
    }

    /*  footer  */
    #footer {
        margin: 30px 0 0;
        display: block;
        padding: 10px;
    }

    #footerLink {
        width: auto;
        margin: 0 auto;
    }

    #footerLink h2 {
        margin-left: 0;
        margin-bottom: 5px;
    }

    #footerLink .recommendArea {
        display: block;
        width: 100%;
        border-spacing: none;
    }

    #footerLink .recommendArea dl {
        display: inline-block;
        width: 30%;
        margin-right: 10px;
        margin-top: 10px;
        vertical-align: top;
    }

    #ecPrBox {
        width: auto;
        text-align: left;
        margin: 0 10px;
        line-height: 1.3;
    }

    #campaignBk {
        width: 97%;
        padding-left: 10px;
        margin: 0;
    }

    .listingBnr {
        width: 50%;
    }

    .footerTxt {
        width: 100%;
        margin: 30px auto 0;
        text-align: center;
        line-height: 1.3;
        padding: 0 10px;
    }

}

@media only screen and (max-width: 480px) {

    #mainArea {
        width: 100%;
        margin: 0 auto;
    }

    #footer {
        margin: 40px 0 0;
    }

    #copy {
        font-size: 10px;
        font-size: 1.0rem;
    }

    #footerLink .recommendArea dl {
        display: inline-block;
        width: 45%;
        margin-right: 10px;
        margin-top: 10px;
        vertical-align: top;
    }

    #campaignBk {
        width: 100%;
        display: block;
        margin: 20px auto 0;
        padding: 20px;
    }

    #campaignBk li {
        display: block;
        padding-right: 0;
        margin-top: 10px;
        text-align: center;
    }

    .listingBnr {
        width: 100%;
    }

    #titleBox li.title p {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #titleBox li.title h1,
    #titleBox li.title h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }


    #pr,
    #pr2 {
        width: 100%;
        padding: 15px;
        display: block;
    }

    #pr2 {
        padding: 15px;

    }


    #pr .element,
    #pr2 .element {
        width: 100%;
    }


    #pr .prTxt .prArea,
    #pr2 .prTxt .prArea {
        position: static;
    }

    #pr .prTxt,
    #pr2 .prTxt {
        width: 100%;
        text-align: center;
        background: #ffffff;
        padding: 5px;
        border-radius: 0;
        height: auto;
    }

    #pr .prTop .pgtit {
        width: auto;
        margin-top: 10px;
    }

    #pr div.remuBox,
    #pr2 div.remuBox {
        width: 100% !important;
    }

    #pr div.remuBox p,
    #pr2 div.remuBox p {
        width: 100%;
        display: inline-block;
    }

    #pr2 .txtArea {
        width: 100%;
    }

    #pr .banL,
    #pr2 .banL {
        width: 100px !important;
        margin: 0 auto 10px;
        text-align: center;
    }

    #pr .prTop,
    #pr2 .prTop {
        align-items: center;
        display: block;
        padding: 10px 0;
    }

    #pr div.remuBox span.remuTit,
    #pr2 div.remuBox span.remuTit {
        width: 25%;

    }

    #pr div.remuBox h5 {
        margin-bottom: 5px;
    }

    .teikeiBtn {
        padding-bottom: 15px !important;
    }
}

/* from A8.net */
footer a:link,
a:hover,
a:active {
    color: #26a;
    word-break: break-all;
}

footer a:hover {
    opacity: 0.7;
    transition: all 0.5s;
}

footer a:visited {
    color: #609;
    word-break: break-all;
}

footer a:link,
a:visited {
    text-decoration: none;
}

footer a:hover,
a:active {
    text-decoration: underline;
}

footer a.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}

footer {
    margin-top: 20px;
    background: #f2f2f2;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.75;
}

@media screen and (min-width: 768px) {
    footer {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) {
    footer {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1200px) {
    footer {
        margin-top: 100px;
    }
}

footer ul.footLink {
    padding: 0 15px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer ul.footLink li {
    width: 48%;
    font-size: 14px;
    font-size: 1.4rem;
}

footer ul.footLink dt {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    footer ul.footLink {
        font-size: 16px;
        font-size: 1.6rem;
        justify-content: flex-start;
        padding: 0 30px 20px;
    }

    footer ul.footLink li {
        width: 33%;
    }
}

@media screen and (min-width: 1200px) {
    footer ul.footLink {
        max-width: 1240px;
        width: 100%;
        padding: 50px 20px;
        justify-content: space-around;
    }

    footer ul.footLink li {
        width: auto;
    }

    footer ul.footLink li:last-of-type {
        width: auto;
    }

    footer ul.footLink dt {
        margin-top: 0;
    }
}

footer ul.footLink dt {
    font-weight: bold;
}

footer ul.footLink dd {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
}

@media screen and (min-width: 1200px) {
    footer ul.footLink dd {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

footer ul.footLink dd:first-of-type {
    margin-top: 10px;
}

@media screen and (min-width: 1200px) {
    footer ul.footLink dd:first-of-type {
        margin-top: 15px;
    }
}

footer .footLinkSimple {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

footer .footLinkSimple a {
    display: block;
    padding: 10px;
}

@media screen and (min-width: 768px) {
    footer .footLinkSimple {
        padding: 20px;
        gap: 0 40px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    footer .footLinkSimple {
        width: 1200px;
        padding: 40px 20px;
        gap: 0 50px;
    }
}

footer .copyright {
    background: #fff;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.linkArrow {
    background: url(https://www.a8.net//wp/wp-content/themes/a8new/images/icon_arrow.svg) no-repeat left;
    background-size: 6px 10px;
    padding-left: 13px;
}

.linkArrowG {
    background: url(https://www.a8.net//wp/wp-content/themes/a8new/images/icon_arrowg.svg) no-repeat left;
    background-size: 18px 18px;
    padding-left: 25px;
}

.linkArrowR {
    background: url(https://www.a8.net//wp/wp-content/themes/a8new/images/icon_arrowr.svg) no-repeat left;
    background-size: 18px 18px;
    padding-left: 25px;
    line-height: 18px;
    display: inline-block;
    padding: 2px 0 2px 25px;
}

.breadcrumb {
    max-width: 1000px;
    margin: 20px auto;
}

.breadcrumbLists {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbLists li {
    margin-bottom: 5px;
}