@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: #444444;
    font-size: 14px;
    font-family: "meiryo", "メイリオ", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 750px) {
    html,
    body {
        font-size: 1.86667vw;
    }
}

body {
    min-width: 1000px;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
.page-section2 a,
.page-lower-contact a {
    color: #3475c1;
    text-decoration: underline;
    transition: opacity 300ms;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    border-top: 10px solid #444444;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2.97px 0.03px rgba(68, 68, 68, 0.2);
    box-shadow: 0px 1px 2.97px 0.03px rgba(68, 68, 68, 0.2);
}

/*  header-container
--------------------------------------------- */
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin: 0 auto;
    padding: 10px 0;
    width: 980px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

/*  header-info
--------------------------------------------- */
.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;

    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.header-info__text {
    margin-right: 15px;
    font-size: 0.78571rem;
    line-height: 1;
}

.header-info__twitter {
    margin-right: 10px;
    height: 20px;
}

.header-info__facebook {
    position: relative;
    width: 72px;
    height: 20px;
}

.header-info__facebook iframe {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*  header-nav
--------------------------------------------- */
.header-nav {
    margin-top: 20px;
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-nav__list-item {
    position: relative;
    width: 110px;
    border-left: 1px solid #cccccc;
}

.header-nav__list-item:last-child {
    border-right: 1px solid #cccccc;
}

.header-nav__list-item.active:after {
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #f44040;
    content: "";
}

.header-nav__list-item.active .header-nav__link {
    background-color: #fff;
    color: #f44040;
    font-weight: bold;
}

.header-nav__link {
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.header-nav__link:hover {
    background-color: #fff2dd;
    color: #f44040;
    font-weight: bold;
}

.header-nav__sub-list {
    position: absolute;
    top: 30px;
    display: none;
    width: 260px;
    border: solid 1px #cccccc;
    background-color: #fff;
}

.header-nav__sub-item {
    border-bottom: 1px solid #cccccc;
}

.header-nav__sub-item:last-child {
    border-bottom: none;
}

.header-nav__sub-link {
    display: block;
    padding: 10px 35px 10px 18px;
    background-image: url(/files/user/img/icon/arrow_r_gray.png?v=1550482654);
    background-position: right 10px center;
    background-size: 7px 13px;
    background-repeat: no-repeat;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.header-nav__sub-link:hover {
    background-color: #fff2dd;
    color: #f44040;
}

/*  header-sp-trigger
--------------------------------------------- */
/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    padding: 102px 0 85px 0;
    background-color: #f6f8f9;
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
    width: 680px;
}

/* ---------------------------------------------
*   sidebar
--------------------------------------------- */
.sidebar {
    width: 290px;
}

/*  sidebar-head
--------------------------------------------- */
.sidebar-head {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3.96px 0.04px rgba(68, 68, 68, 0.2);
    box-shadow: 0px 1px 3.96px 0.04px rgba(68, 68, 68, 0.2);
}

.sidebar-head__text {
    position: relative;
    margin-top: 12px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1rem;
}

.sidebar-head__text:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/files/user/img/icon/icon_tag.png?v=1550482663);
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-head__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    margin-top: 5px;
    margin-left: -10px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar-head__tag-item {
    margin-top: 10px;
    margin-left: 10px;
}

body.ie .sidebar-head__tag-item {
    margin-left: 6px;
}

.sidebar-head__tag-link {
    display: block;
    padding: 2px 6.5px;
    border-radius: 4px;
    background-color: #ebedee;
    text-align: center;
    word-break: break-all;
    font-size: 0.92857rem;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.sidebar-head__tag-link:hover {
    background-color: #fff2dd;
}

/*  search
--------------------------------------------- */
.search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.search__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: calc(100% - 36px);
    height: 30px;
    border-top: solid 1px #f3f3f3;
    border-right: none;
    border-bottom: solid 1px #f3f3f3;
    border-left: solid 1px #f3f3f3;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0px 2px 1px 0px rgba(153, 153, 153, 0.5);
    box-shadow: inset 0px 2px 1px 0px rgba(153, 153, 153, 0.5);
}

.search__input:focus {
    background-color: #fff2dd;
}

.search__btn {
    display: block;
    width: 36px;
    height: 29.5px;
    border-radius: 0 4px 4px 0;
    background-color: #647d89;
    background-image: url(/files/user/img/icon/icon_search_w.png?v=1550482663);
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.search__btn input {
    display: none;
}

.search__btn:hover {
    background-color: #fff2dd;
}

/*  sidebar-ranking
--------------------------------------------- */
.sidebar-ranking {
    margin-top: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3.96px 0.04px rgba(68, 68, 68, 0.2);
    box-shadow: 0px 1px 3.96px 0.04px rgba(68, 68, 68, 0.2);
}

.sidebar-ranking__head {
    padding: 5px 0 4px 20px;
    background-color: #647d89;
}

.sidebar-ranking__head-text {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.sidebar-ranking__head-text:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-ranking__head-text:before {
    top: 45%;
    width: 17px;
    height: 13px;
    background-image: url(/files/user/img/icon/icon_ranking_w.png?v=1550482662);
}

.sidebar-ranking__container {
    padding: 10px;
}

.sidebar-ranking__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding: 10px 5px 10px 3px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar-ranking__content:before {
    display: block;
    margin-top: 15px;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
}

.sidebar-ranking__content:first-child {
    margin-top: 0;
}

.sidebar-ranking__content:first-child:before {
    background-image: url(/files/user/img/icon/icon_rank_01.png?v=1550482660);
}

.sidebar-ranking__content:nth-child(2):before {
    background-image: url(/files/user/img/icon/icon_rank_02.png?v=1550482660);
}

.sidebar-ranking__content:nth-child(3):before {
    background-image: url(/files/user/img/icon/icon_rank_03.png?v=1550482660);
}

.sidebar-ranking__content:nth-child(4):before {
    background-image: url(/files/user/img/icon/icon_rank_04.png?v=1550482660);
}

.sidebar-ranking__content:nth-child(5):before {
    background-image: url(/files/user/img/icon/icon_rank_05.png?v=1550482660);
}

.sidebar-ranking__content:hover {
    background-color: #fff2dd;
}

.sidebar-ranking__content:hover .sidebar-ranking__img {
    opacity: .7;
}

.sidebar-ranking__icon {
    margin-top: 15px;
    width: 24px;
}

.sidebar-ranking__img {
    width: 100px;
}

.sidebar-ranking__text {
    width: 120px;
}

.sidebar-ranking__text-inner {
    font-size: 0.92857rem;
    line-height: 1.3;
}

body.ie .sidebar-ranking__text-inner {
    word-break: break-all;
}

body.edge .sidebar-ranking__text-inner {
    word-break: break-all;
}

body.firefox .sidebar-ranking__text-inner {
    word-break: break-all;
}

.sidebar-ranking__category {
    display: inline-block;
    margin-top: 5px;
    padding: 0 3px;
    border: solid 1px #ff8080;
    border-radius: 3px;
    color: #ff8080;
    font-size: 0.71429rem;
}

/* ---------------------------------------------
*   sidebar-release
--------------------------------------------- */
.sidebar-release {
    margin-top: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3.96px 0.04px rgba(68, 68, 68, 0.2);
    box-shadow: 0px 1px 3.96px 0.04px rgba(68, 68, 68, 0.2);
}

.sidebar-release__head {
    padding: 5px 0 4px 20px;
    background-color: #647d89;
}

.sidebar-release__head-text {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.sidebar-release__head-text:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-release__head-text:before {
    width: 12px;
    height: 14px;
    background-image: url(/files/user/img/icon/icon_bell_w.png?v=1550482658);
}

.sidebar-release__container {
    padding: 8px 20px 20px 20px;
}

.sidebar-release__list-item {
    border-bottom: 1px solid #eeeeee;
}

.sidebar-release__link {
    display: block;
    padding: 8px 0 12px 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.sidebar-release__link:hover {
    position: relative;
    margin-right: -8px;
    margin-left: -8px;
    padding: 8px 8px 12px 8px;
    background-color: #fff2dd;
}

.sidebar-release__day {
    color: #888888;
    font-size: 0.78571rem;
}

.sidebar-release__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.92857rem;
}

/* ---------------------------------------------
*   sidebar-archive
--------------------------------------------- */
.sidebar-archive {
    margin-top: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3.96px 0.04px rgba(68, 68, 68, 0.2);
    box-shadow: 0px 1px 3.96px 0.04px rgba(68, 68, 68, 0.2);
}

.sidebar-archive__head {
    padding: 5px 0 4px 20px;
    background-color: #647d89;
}

.sidebar-archive__head-text {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.sidebar-archive__head-text:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-archive__head-text:before {
    width: 13px;
    height: 13px;
    background-image: url(/files/user/img/icon/icon_time_w.png?v=1550482663);
}

.sidebar-archive__container {
    padding: 8px 20px 20px 20px;
}

.sidebar-archive__list-item {
    border-bottom: 1px solid #eeeeee;
}

.sidebar-archive__link {
    display: block;
    padding: 10px 0;
    font-size: 0.92857rem;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.sidebar-archive__link:hover {
    position: relative;
    margin-right: -8px;
    margin-left: -8px;
    padding: 10px 12px 10px 8px;
    background-color: #fff2dd;
}

/* ---------------------------------------------
*   sidebar-recommend
--------------------------------------------- */
.sidebar-recommend {
    margin-top: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3.96px 0.04px rgba(68, 68, 68, 0.2);
    box-shadow: 0px 1px 3.96px 0.04px rgba(68, 68, 68, 0.2);
}

.sidebar-recommend__head {
    padding: 5px 0 4px 20px;
    background-color: #647d89;
}

.sidebar-recommend__head-text {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.sidebar-recommend__head-text:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-recommend__head-text:before {
    width: 14px;
    height: 14px;
    background-image: url(/files/user/img/icon/icon_shine_w.png?v=1550482663);
}

.sidebar-recommend__container {
    padding: 10px 20px 20px 20px;
}

.sidebar-recommend__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 10px;
    padding: 10px 5px 10px 3px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar-recommend__item:first-of-type {
    margin-top: 0;
}

.sidebar-recommend__item:hover {
    background-color: #fff2dd;
}

.sidebar-recommend__item:hover .sidebar-recommend__img {
    opacity: .7;
}

.sidebar-recommend__img {
    width: 100px;
}

.sidebar-recommend__content {
    width: 132px;
}

.sidebar-recommend__text {
    font-size: 0.92857rem;
    line-height: 1.3;
}

body.ie .sidebar-recommend__text {
    word-break: break-all;
}

body.edge .sidebar-recommend__text {
    word-break: break-all;
}

body.firefox .sidebar-recommend__text {
    word-break: break-all;
}

.sidebar-recommend__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.sidebar-recommend__category {
    display: inline-block;
    margin-top: 5px;
    margin-top: 0;
    margin-left: 5px;
    padding: 0 3px;
    border: solid 1px #ff8080;
    border-radius: 3px;
    color: #ff8080;
    font-size: 0.71429rem;
}

.sidebar-recommend__category:first-of-type {
    margin-left: 0;
}

.sidebar-recommend__tag {
    display: inline-block;
    margin-left: 5px;
    padding: 1px 3px;
    border-radius: 3px;
    background-color: #eeeeee;
    font-size: 0.71429rem;
}

.sidebar-recommend__tag:first-of-type {
    margin-left: 0;
}

.sidebar-recommend__bnr {
    display: block;
    margin-top: 15px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.sidebar-recommend__bnr:hover {
    opacity: .7;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    position: relative;
    display: none;
}

.footer-pagetop__link {
    right: calc(50% - 490px);
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 40px;
    background-color: #444444;
    background-image: url(/files/user/img/icon/arrow_pagetop.png?v=1550482654);
    background-position: center center;
    background-size: 22px 12px;
    background-repeat: no-repeat;
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    padding: 50px 0;
    background-color: #444444;
}

.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-nav__list-item {
    padding: 0 20px;
    border-right: 1px solid #fff;
}

.footer-nav__list-item:last-child {
    border-right: none;
}

.footer-nav__link {
    color: #fff;
    font-size: 1rem;
}

.footer-nav__link:hover {
    text-decoration: underline;
}

/*  footer-nav-dip(20210622)
--------------------------------------------- */
.footer-nav-dip {
    padding: 50px 0;
    background-color: #999;
}
.footer-nav-dip__list,
.footer-nav-dip-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-nav-dip-sns__list {
    margin-top: 10px;
}

.footer-nav-dip__list-item,
.footer-nav-dip-sns__list-item {
    padding: 0 10px;
    border-right: 1px solid #fff;
    line-height: 1;
}

.footer-nav-dip__list-item:last-child, 
.footer-nav-dip-sns__list-item:last-child {
    border-right: none;
}

.footer-nav-dip__link,
.footer-nav-dip-sns__link {
    color: #fff;
    font-size: 11px;
}

.footer-nav-dip__link:hover,
.footer-nav-dip-sns__link:hover {
    text-decoration: underline;
}

/*  footer-info
--------------------------------------------- */
.footer-info {
    padding: 30px 0 45px;
    text-align: center;
}

/*  footer-logo
--------------------------------------------- */
/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    margin-top: 15px;
}

.footer-copyright__text {
    color: #999999;
    font-size: 1.14286rem;
}