@charset "utf-8";



/*********************************************************************
 * 共通設定
 *********************************************************************/

/* 基本
----------------------------------------------------------*/
html {
    overflow-y: scroll;
}
body {
    min-width: 1200px;
    background: #ffffff;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 480px) {
    body {
        font-size: 12px;
        min-width: 100%;
    }
}
body, button, input, select, textarea {
    font-family: "Raleway", "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-weight: 200;
}
.font_ja {
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 480px) {
    body, button, input, select, textarea {
        font-weight: 400;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; /*■■■*/
    line-height: 0;
}
input, select, textarea {
    font-size: inherit;
    vertical-align: middle;
}

/* 一般的なリンク */
a:link,
a:visited {
    color: #2a2a2a;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
a:hover img,
a:focus img,
a:active img {
    opacity: .7;
}



/* clearfixなど
----------------------------------------------------------*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/**/
@media screen and (max-width: 480px) {
    .mode_pc {
        display: none !important;
    }
}
@media screen and (min-width: 481px) {
    .mode_sp {
        display: none !important;
    }
}



/* top
----------------------------------------------------------*/
#top {
    visibility: hidden;
    width: 0;
    height: 0;
}



/* header
----------------------------------------------------------*/
#header {}
#header #header_inner {
    position: relative;
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 30px 10px 20px 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    #header #header_inner {
        display: table;
        width: 100%;
        padding: 10px;
        border-bottom: solid 4px #2a2a2a;
    }
}
#header #header_mainlogo {
    text-align: center;
}
@media screen and (max-width: 480px) {
    #header #header_mainlogo {
        display: table-cell;
        padding: 0 0 0 10%;
    }
}
#header #header_mainlogo a:hover img,
#header #header_mainlogo a:focus img,
#header #header_mainlogo a:active img {
    opacity: 1.0;
}
@media screen and (max-width: 480px) {
    #header #header_mainlogo img {
        width: 70%;
    }
}
#header #header_social {}
@media screen and (max-width: 480px) {
    #header #header_social {
        display: none;
    }
}
#header #header_social li {
    position: absolute;
}
#header #header_social li.facebook {
    left: 1032px;
    top: 100px;
}
#header #header_global_nav_sp_toggle {
    display: none;
}
@media screen and (max-width: 480px) {
    #header #header_global_nav_sp_toggle {
        display: table-cell;
        width: 10%;
        text-align: right;
        vertical-align: middle;
    }
}



/* global_nav
----------------------------------------------------------*/
#global_nav {
    background: #2a2a2a;
    font-size: 1.625em;
}
@media screen and (max-width: 480px) {
    #global_nav {
        display: none;
    }
}
#global_nav #global_nav_inner {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 0 110px 0 110px;
    box-sizing: border-box;
}
#global_nav ul {
    display: table;
    width: 980px;
}
#global_nav ul li {
    display: table-cell;
    width: 196px;
}
#global_nav ul li a {
    display: block;
    padding: 12px 2px 10px 2px;
    color: #ffffff;
    text-align: center;
}
#global_nav ul li a:hover,
#global_nav ul li a:focus,
#global_nav ul li a:active,
#global_nav ul li a.current {
    background: #e6e6e6;
    color: #2a2a2a;
    text-decoration: none;
}



/* global_nav_sp
----------------------------------------------------------*/
#global_nav_sp {
    display: none;
    font-size: 1.167em;
}
#global_nav_sp ul {}
#global_nav_sp ul li {
    border-top: solid 1px #ffffff;
}
#global_nav_sp ul li a {
    display: block;
    padding: 12px 4px 10px 32px;
    background: #2a2a2a;
    color: #ffffff;
}
#global_nav_sp ul li ul {}
#global_nav_sp ul li ul li {
    border-top: solid 1px #2a2a2a;
}
#global_nav_sp ul li ul > li:first-child {
    border-top: none 0;
}
#global_nav_sp ul li ul li a {
    padding-left: 44px;
    background: #ffffff;
    color: #2a2a2a;
}



/* breadcrumb
----------------------------------------------------------*/
#breadcrumbs {
    width: 1200px;
    margin: 20px auto 50px auto;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    font-size: 0.875em;
}
@media screen and (max-width: 480px) {
    #breadcrumbs {
        display: none;
    }
}
#breadcrumbs ul {}
#breadcrumbs ul li {
    display: inline-block;
}
#breadcrumbs ul li:before {
    content: '＞';
    display: inline-block;
    padding: 0 7px 0 5px;
}
#breadcrumbs ul li:first-child:before {
    content: none;
}



/* contents
----------------------------------------------------------*/
#contents {
    width: 1200px;
    margin: 50px auto 50px auto;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    /*line-height: 1.8;*/
}
@media screen and (max-width: 480px) {
    #contents {
        margin: 20px auto 40px auto;
        width: auto;
    }
}

/**/
#contents .contents_narrow {
    width: 880px;
    margin: 0 auto 0 auto;
}
@media screen and (max-width: 480px) {
    #contents .contents_narrow {
        width: auto;
    }
}
#contents .contents_narrow.left {
    float: left;
}
@media screen and (max-width: 480px) {
    #contents .contents_narrow.left {
        float: none;
    }
}
#contents #side {
    float: right;
    width: 280px;
}
@media screen and (max-width: 480px) {
    #contents #side {
        float: none;
        width: auto;
        margin: 50px 0 0 0;
    }
}
#contents #side ul {
    margin: 0 0 150px 0;
}
@media screen and (max-width: 480px) {
    #contents #side ul {
        margin: 0 0 10px 0;
    }
}
#contents #side ul li {
    margin: 0 0 40px 0;
}
@media screen and (max-width: 480px) {
    #contents #side ul li {
        margin: 0 0 10px 0;
    }
}







/**/
#contents .category_name {
    margin: 0 0 40px 0;
    background: url("../img/main_category_title_bg01.png") 50% 50% no-repeat;
    font-size: 2.75em;
    font-weight: 400;
    text-align: center;
}
#contents .category_supplement {
    margin: 0 0 40px 0;
    font-size: 1.5em;
    text-align: center;
}

/**/
body.archive #contents .interview_list {}
body.archive #contents .interview_list li {
    float: left;
    width: 280px;
    margin: 0 20px 50px 0;
}
@media screen and (max-width: 480px) {
    body.archive #contents .interview_list li {
        width: 48.5%;
        margin: 0 3% 25px 0;
    }
}
body.archive #contents .interview_list li:nth-child(4n) {
    margin-right: 0;
}
@media screen and (max-width: 480px) {
    body.archive #contents .interview_list li:nth-child(2n) {
        margin-right: 0;
    }
}
body.archive #contents .interview_list li a {
    display: block;
}
body.archive #contents .interview_list li a img {
    display: block;
    margin: 0 0 1.0em 0;
}
body.archive #contents .interview_list li a .name {
    display: block;
    margin: 0 0 0.5em 0;
    font-size: 0.875em;
}
@media screen and (max-width: 480px) {
    body.archive #contents .interview_list li a .name {
        line-height: 1.2;
    }
}
body.archive #contents .interview_list li a .name .ja {
    margin: 0 12px 0 0;
    font-size: 1.714em;
}
@media screen and (max-width: 480px) {
    body.archive #contents .interview_list li a .name .ja {
        display: block;
        margin: 0;
    }
}
body.archive #contents .interview_list li a .name .en {
    /*display: inline-block;*/
}
body.archive #contents .interview_list li a .job {
    display: block;
    margin: 0 0 0.625em 0;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.archive #contents .interview_list li a .title {
    display: block;
    font-size: 1.5em;
}
@media screen and (max-width: 480px) {
    body.archive #contents .interview_list li a .title {
        font-size: 1.5em;
    }
}

/**/
body.archive #contents .dancers_list {
    font-size: 1.875em;
}
body.archive #contents .dancers_list li {
    float: left;
    width: 280px;
    margin: 0 20px 50px 0;
}
@media screen and (max-width: 480px) {
    body.archive #contents .dancers_list li {
        width: 48.5%;
        margin: 0 3% 25px 0;
    }
}
body.archive #contents .dancers_list li:nth-child(4n) {
    margin-right: 0;
}
@media screen and (max-width: 480px) {
    body.archive #contents .dancers_list li:nth-child(2n) {
        margin-right: 0;
    }
}
body.archive #contents .dancers_list li .index {
    display: block;
    margin: 0 0 0.1em 0;
    text-align: center;
}
body.archive #contents .dancers_list li a {
    display: block;
}
body.archive #contents .dancers_list li a img {
    display: block;
    margin: 0 0 0.4em 0;
}
body.archive #contents .dancers_list li a .name {
    display: block;
    text-align: center;
}

/**/
body.archive #contents .focus_list {
    font-size: 1.5em;
}
body.archive #contents .focus_list li {
    float: left;
    width: 430px;
    margin: 0 20px 45px 0;
}
@media screen and (max-width: 480px) {
    body.archive #contents .focus_list li {
        width: 48.5%;
        margin: 0 3% 25px 0;
    }
}
body.archive #contents .focus_list li:nth-child(2n) {
    margin-right: 0;
}
body.archive #contents .focus_list li a {}
body.archive #contents .focus_list li a img {
    display: block;
    margin: 0 0 0.5em 0;
}
body.archive #contents .focus_list li a .title {
    display: block;
}

/**/
body.archive #contents .video_list {
    font-size: 1.5em;
}
body.archive #contents .video_list li {
    float: left;
    width: 430px;
    margin: 0 20px 45px 0;
}
@media screen and (max-width: 480px) {
    body.archive #contents .video_list li {
        width: 48.5%;
        margin: 0 3% 25px 0;
    }
}
body.archive #contents .video_list li:nth-child(2n) {
    margin-right: 0;
}
body.archive #contents .video_list li .movie_wrapper,
body.archive #contents .video_list li img {
    display: block;
    margin: 0 0 0.5em 0;
}
body.archive #contents .video_list li a {}
body.archive #contents .video_list li a .title {
    display: block;
}

/**/
body.category #contents .hot_topic_nav {
    display: table;
    border-collapse: collapse;
    margin: 0 auto 60px auto;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5em;
}
@media screen and (max-width: 480px) {
    body.category #contents .hot_topic_nav {
        margin: 0 auto 20px auto;
        font-size: 0.917em;
    }
}
body.category #contents .hot_topic_nav li {
    display: table-cell;
    border: solid 2px #dddddd;
}
@media screen and (max-width: 480px) {
    body.category #contents .hot_topic_nav li {
        border: solid 1px #dddddd;
    }
}
body.category #contents .hot_topic_nav li a {
    display: block;
    padding: 10px 40px 10px 40px;
}
@media screen and (max-width: 480px) {
    body.category #contents .hot_topic_nav li a {
        padding: 8px 8px 7px 8px;
    }
}
body.category #contents .hot_topic_nav li a:hover,
body.category #contents .hot_topic_nav li a:focus,
body.category #contents .hot_topic_nav li a:active,
body.category #contents .hot_topic_nav li.current a {
    color: #ffffff;
    text-decoration: none;
}
body.category #contents .hot_topic_nav li.all a:hover,
body.category #contents .hot_topic_nav li.all.current a { background: #2a2a2a; }
body.category #contents .hot_topic_nav li.news a:hover,
body.category #contents .hot_topic_nav li.news.current a { background: #07b2f2; }
body.category #contents .hot_topic_nav li.movie a:hover,
body.category #contents .hot_topic_nav li.movie.current a { background: #f36a05; }
body.category #contents .hot_topic_nav li.info a:hover,
body.category #contents .hot_topic_nav li.info.current a { background: #00a47b; }

/**/
body.category #contents .hot_topics_list {
    font-size: 1.125em;
}
body.category #contents .hot_topics_list li {
    float: left;
    width: 280px;
    margin: 0 20px 45px 0;
    /*height: 500px;*/
}
@media screen and (max-width: 480px) {
    body.category #contents .hot_topics_list li {
        width: 48.5%;
        margin: 0 3% 25px 0;
    }
}
body.category #contents .hot_topics_list li:nth-child(4n) {
    margin-right: 0;
}
@media screen and (max-width: 480px) {
    body.category #contents .hot_topics_list li:nth-child(2n) {
        margin-right: 0;
    }
}
body.category #contents .hot_topics_list li .img {
    display: block;
    margin: 0 0 0.667em 0;
}
body.category #contents .hot_topics_list li .cat {
    margin: 0 0 0.4em 0;
}
body.category #contents .hot_topics_list li .title {
    display: block;
}

/* ■■■HOT-TOPICSのみに効くようにしたほうが良い */
body #contents .hot_topics_cat {
    display: inline-block;
    padding: 5px 12px 3px 12px;
    color: #ffffff;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
}
body #contents .hot_topics_cat:hover,
body #contents .hot_topics_cat:focus,
body #contents .hot_topics_cat:active {
    text-decoration: none;
    opacity: .7;
}
body #contents .hot_topics_cat.news { background: #07b2f2; }
body #contents .hot_topics_cat.movie { background: #f36a05; }
body #contents .hot_topics_cat.info { background: #00a47b; }







/**/
body.post-type-archive-interview #contents .interview_title_box {
    position: relative;
    min-height: 396px;
    margin: 0 0 60px 0;
    padding: 0 0 0 376px;
}
@media screen and (max-width: 480px) {
    body.post-type-archive-interview #contents .interview_title_box {
        min-height: 0;
        padding: 0;
    }
}
body.post-type-archive-interview #contents .interview_title_box .name {
    margin: 0 0 0.667em 0;
    font-size: 1.5em;
    line-height: 1.2;
}
body.post-type-archive-interview #contents .interview_title_box .name .ja {
    display: inline-block;
    margin: 0 24px 0 0;
    font-size: 2.0em;
}
body.post-type-archive-interview #contents .interview_title_box .name .en {
    display: inline-block;
}
body.post-type-archive-interview #contents .interview_title_box .img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 336px;
    max-height: 396px;
}
@media screen and (max-width: 480px) {
    body.post-type-archive-interview #contents .interview_title_box .img {
        position: static;
        width: 60%;
        margin: 0 auto 0.75em auto;
    }
}
body.post-type-archive-interview #contents .interview_title_box .job {
    margin: 0 0 1.2em 0;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.875em;
}
body.post-type-archive-interview #contents .interview_title_box .title {
    margin: 0 0 0.8em 0;
    font-size: 2.1em;
}
body.post-type-archive-interview #contents .interview_title_box .social {
    padding: 10px 20px 9px 20px;
    background: #f6f6f6;
}

/**/
body.post-type-archive-dancers #contents .dancer_title_box {
    position: relative;
    min-height: 280px;
    margin: 0 0 60px 0;
    padding: 30px 0 0 330px;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    body.post-type-archive-dancers #contents .dancer_title_box {
        min-height: 0;
        padding: 0;
    }
}
body.post-type-archive-dancers #contents .dancer_title_box .name {
    margin: 0 0 0.667em 0;
    font-size: 1.5em;
    line-height: 1.2;
}
body.post-type-archive-dancers #contents .dancer_title_box .name .ja {
    display: inline-block;
    margin: 0 24px 0 0;
    font-size: 2.0em;
}
body.post-type-archive-dancers #contents .dancer_title_box .name .en {
    display: inline-block;
}
body.post-type-archive-dancers #contents .dancer_title_box .img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 280px;
    max-height: 280px;
}
@media screen and (max-width: 480px) {
    body.post-type-archive-dancers #contents .dancer_title_box .img {
        position: static;
        width: 60%;
        margin: 0 auto 0.75em auto;
    }
}
body.post-type-archive-dancers #contents .dancer_title_box .job {
    margin: 0 0 1.2em 0;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.875em;
}
body.post-type-archive-dancers #contents .dancer_title_box .social {
    padding: 10px 20px 9px 20px;
    background: #f6f6f6;
}





/* ■■■ */
#contents .social {
    line-height: 1.0;
    vertical-align: bottom;
}
#contents .social .facebook {
    float: left;
    margin: 0 5px 0 0;
}
#contents .social .twitter {
    float: left;
    margin: 0 5px 0 0;
}
#contents .social .google {
    float: left;
    margin: 0;
}




/**/
body.post-type-archive-focus #contents .focus_title_box {
    position: relative;
    min-height: 344px;
    margin: 0 0 60px 0;
    padding: 0 0 0 332px;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    body.post-type-archive-focus #contents .focus_title_box {
        min-height: 0;
        padding: 0;
    }
}
body.post-type-archive-focus #contents .focus_title_box .title {
    margin: 0 0 1.0em 0;
    font-size: 2.5em;
}
@media screen and (max-width: 480px) {
    body.post-type-archive-focus #contents .focus_title_box .title {
        margin: 0 0 0.7em 0;
    }
}
body.post-type-archive-focus #contents .focus_title_box .img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 292px;
    max-height: 344px;
}
@media screen and (max-width: 480px) {
    body.post-type-archive-focus #contents .focus_title_box .img {
        position: static;
        width: 60%;
        margin: 0 auto 2.0em auto;
    }
}
body.post-type-archive-focus #contents .focus_title_box .social {
    padding: 10px 20px 9px 20px;
    background: #f6f6f6;
}

/**/
body.post-type-archive-video #contents .video_title_box {
    margin: 0 0 60px 0;
}
body.post-type-archive-video #contents .video_title_box .title {
    margin: 0 0 1.0em 0;
    font-size: 2.5em;
}
body.post-type-archive-video #contents .video_title_box .social {
    padding: 10px 20px 9px 20px;
    background: #f6f6f6;
}

/**/
body.category-hot-topics #contents .hot-topics_title_box {
    position: relative;
    min-height: 344px;
    margin: 0 0 60px 0;
    padding: 0 0 0 332px;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    body.category-hot-topics #contents .hot-topics_title_box {
        min-height: 0;
        padding: 0;
    }
}
body.category-hot-topics #contents .hot-topics_title_box .title {
    margin: 0 0 1.0em 0;
    font-size: 2.5em;
}
@media screen and (max-width: 480px) {
    body.category-hot-topics #contents .hot-topics_title_box .title {
        margin: 0 0 0.7em 0;
    }
}
body.category-hot-topics #contents .hot-topics_title_box .img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 292px;
    max-height: 344px;
}
@media screen and (max-width: 480px) {
    body.category-hot-topics #contents .hot-topics_title_box .img {
        position: static;
        width: 60%;
        margin: 0 auto 2.0em auto;
    }
}
body.category-hot-topics #contents .hot-topics_title_box .cat {
    margin: 0 0 10px 0;
    font-size: 1.125em;
    text-align: right;
}
body.category-hot-topics #contents .hot-topics_title_box .social {
    padding: 10px 20px 9px 20px;
    background: #f6f6f6;
}

/**/
/*
body.category-performance #contents .title_box {
    min-height: 0;
    padding: 0;
}
body.category-performance #contents .title_box .title {
    margin: 0 0 40px 0;
    font-size: 40px;
}
body.category-performance #contents .title_box .pict {
    position: absolute;
    left: 0;
    top: 0;
}
body.category-performance #contents .title_box .xxx {
    margin: 0 0 10px 0;
    font-size: 18px;
    text-align: right;
}
*/

/**/
body.category-hot-topics #contents .hot-topics-info_title_box {
    width: 880px;
    margin: 0 auto 60px auto;
}
@media screen and (max-width: 480px) {
    body.category-hot-topics #contents .hot-topics-info_title_box {
        width: auto;
    }
}
body.category-hot-topics #contents .hot-topics-info_title_box .title {
    margin: 0 0 1.0em 0;
    font-size: 2.0em;
}
@media screen and (max-width: 480px) {
    body.category-hot-topics #contents .hot-topics-info_title_box .title {
        margin: 0 0 0.7em 0;
    }
}
body.category-hot-topics #contents .hot-topics-info_title_box .cat {
    margin: 0 0 10px 0;
    font-size: 1.125em;
    text-align: right;
}
body.category-hot-topics #contents .hot-topics-info_title_box .social {
    padding: 10px 20px 9px 20px;
    background: #f6f6f6;
}












/**/
#contents .editor {
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.8;
}
@media screen and (max-width: 480px) {
    #contents .editor {
        font-size: 1.167em;
    }
}
#contents .editor a {
    word-break: break-all; /*■■■要検証*/
}
#contents .editor h1 {}
#contents .editor h2 {
    margin: 60px 0 20px 0;
    padding: 1px 0 0 18px;
    border-left: solid 8px #841111;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.4;
}
#contents .editor p {
    margin: 0 0 1.5em 0;
}
#contents .editor a {
    color: #0d1c72;
}
#contents .editor strong {
    font-weight: 700;
}

/**/
#contents .editor table {
    width: 100%;
    border: solid 1px #cbcbcb;
    box-sizing: border-box;
    font-size: 0.75em;
    table-layout: fixed;
    word-wrap: break-word;
}
@media screen and (max-width: 480px) {
    #contents .editor table {
        border: none 0;
        font-size: 1.0em;
    }
}
#contents .editor table tr {}
@media screen and (max-width: 480px) {
    #contents .editor table tr {
        display: block;
    }
}
#contents .editor table tr th {
    padding: 8px 12px 6px 12px;
    border: solid 1px #2c2c2c;
    background: #2c2c2c;
    color: #ffffff;
    font-size: 1.167em;
    font-weight: 400;
    text-align: left;
}
#contents .editor table tr th:first-child {
    border-right: solid 1px #cbcbcb;
}
@media screen and (max-width: 480px) {
    #contents .editor table tr th {
        display: none;
    }
    #contents .editor table tr th:first-child {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}
#contents .editor table tr td {
    padding: 8px 12px 6px 12px;
    border-right: solid 1px #cbcbcb;
    vertical-align: top;
}
@media screen and (max-width: 480px) {
    #contents .editor table tr td {
        display: block;
        border: none 0;
        padding: 0 10px 0 10px;
    }
}
#contents .editor table tr:nth-child(even) td {
    background: #eaeaea;
}
#contents .editor table tr td.release_date {
    width: 12%;
    white-space: nowrap;
}
#contents .editor table tr td.date {
    width: 15%;
/*    white-space: nowrap;
*/}
#contents .editor table tr td.plays {
    width: 30%;
}
#contents .editor table tr td.venue {
    width: 20%;
}
#contents .editor table tr td.url {
    width: 35%;
}
@media screen and (max-width: 480px) {
    #contents .editor table tr td.release_date,
    #contents .editor table tr td.date,
    #contents .editor table tr td.plays,
    #contents .editor table tr td.venue,
    #contents .editor table tr td.url {
        width: 100%;
        box-sizing: border-box;
        white-space: normal;
    }
    #contents .editor table tr > td:first-child {
        padding: 10px 10px 0 10px;
    }
    #contents .editor table tr > td:last-child {
            padding: 0 10px 10px 10px;
        }
}






#contents .editor .alignnone {}
#contents .editor .alignleft {
    float: left;
    margin: 0 20px 30px 0;
}
#contents .editor .aligncenter {
    display: block;
    clear: both;
    margin: 0 auto 30px auto;
}
#contents .editor .alignright {
    float: right;
    margin: 0 0 30px 20px;
}

/**/
#contents .editor .wp-caption {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 0.875em;
    line-height: 1.4;
}
@media screen and (max-width: 480px) {
    #contents .editor .wp-caption {
        font-size: 1.0em;
    }
}
#contents .editor .wp-caption img {
    margin: 0 0 0.1em 0;
}
#contents .editor .wp-caption .wp-caption-text {
    margin: 0;
}

/**/
#contents .lead_box {
    margin: 0 0 60px 0;
    padding: 25px 0 0 0;
    border-top: dashed 1px #000000;
    border-bottom: dashed 1px #000000;
}

/**/
#contents .content {
    margin: 0 0 50px 0;
}

/**/
#contents .supplement_box {
    margin: 0 0 50px 0;
    padding: 20px 25px 1px 25px;
    background: #f6f6f6;
}
@media screen and (max-width: 480px) {
    #contents .supplement_box {
        padding: 10px 10px 1px 10px;
    }
}
#contents .supplement_box .performance_info_box {
    position: relative;
    margin: 0 0 20px 0;
    padding: 20px 25px 1px 130px;
    border: solid 2px #841111;
    background: #ffffff;
}
@media screen and (max-width: 480px) {
    #contents .supplement_box .performance_info_box {
        padding: 50px 10px 0 10px;
    }
}
#contents .supplement_box .performance_info_box .box_sticky {
    display: inline-block;
    position: absolute;
    left: -11px;
    top: 9px;
    padding: 5px 25px 4px 25px;
    background: #2d2d2d;
    color: #ffffff;
}

/**/
/*
#contents .pagination {
    margin: 36px 0 28px 0;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
#contents .pagination li {
    display: inline;
}
#contents .pagination li .current {
    display: inline-block;
    margin: 0 0 0 0.3em;
    padding: 0.5em 0.8em 0.4em 0.8em;
    border: solid 1px #e6e6e6;
    background: #e6e6e6;
    color: #2a2a2a;
}
#contents .pagination li a:link,
#contents .pagination li a:visited {
    display: inline-block;
    margin: 0 0 0 0.3em;
    padding: 0.5em 0.8em 0.4em 0.8em;
    border: solid 1px #2a2a2a;
    background: #2a2a2a;
    color: #ffffff;
}
#contents .pagination li a:hover,
#contents .pagination li a:focus,
#contents .pagination li a:active {
    background: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
}
#contents .pagination li:first-child > .current,
#contents .pagination li:first-child > a {
    margin: 0;
}
*/
#contents .pagination {
    margin: 36px 0 28px 0;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
#contents .pagination li {
    display: inline;
}
#contents .pagination li .current {
    display: inline-block;
    margin: 0 0 0 0.3em;
    padding: 0.5em 0.8em 0.4em 0.8em;
    border: solid 1px #2a2a2a;
    background: #2a2a2a;
    color: #ffffff;
}
#contents .pagination li a:link,
#contents .pagination li a:visited {
    display: inline-block;
    margin: 0 0 0 0.3em;
    padding: 0.5em 0.8em 0.4em 0.8em;
    border: solid 1px #2a2a2a;
}
#contents .pagination li a:hover,
#contents .pagination li a:focus,
#contents .pagination li a:active {
    background: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
}
#contents .pagination li:first-child > .current,
#contents .pagination li:first-child > a {
    margin: 0;
}

/**/
#contents .movie_wrapper {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50%;
    overflow: hidden;
}
#contents .movie_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/**/
#contents .editor .movie_wrapper {
    width: 612px;
    margin: 0 auto 30px auto;
}
@media screen and (max-width: 480px) {
    #contents .editor .movie_wrapper {
        width: auto;
    }
}






/**/
body.page-site-policy #contents .site-policy_box {
    padding: 40px 40px 10px 40px;
    border: solid 1px #bfbfbf;
}
@media screen and (max-width: 480px) {
    body.page-site-policy #contents .site-policy_box {
        padding: 10px 10px 0 10px;
    }
}

/**/
body.page-creaters #contents .creaters_box {
    position: relative;
    min-height: 184px;
    margin: 0 0 30px 0;
    padding: 0 0 0 190px;
}
@media screen and (max-width: 480px) {
    body.page-creaters #contents .creaters_box {
        min-height: 0;
        padding: 0;
    }
}
body.page-creaters #contents .creaters_box .name {
    margin: 0;
    font-size: 1.5em;
}
@media screen and (max-width: 480px) {
    body.page-creaters #contents .creaters_box .name {
        margin: 0 0 5px 0;
    }
}
body.page-creaters #contents .creaters_box .name .ja {
    display: inline-block;
    margin: 0 24px 0 0;
    font-size: 1.667em;
}
body.page-creaters #contents .creaters_box .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
}
@media screen and (max-width: 480px) {
    body.page-creaters #contents .creaters_box .img {
        position: static;
        width: auto;
        max-width: 50%;
        margin: 0 0 10px 0;
    }
}
body.page-creaters #contents .creaters_box .job {
    margin: 0 0 1.2em 0;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.875em;
}
body.page-creaters #contents .creaters_box .biography {
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.8;
}
body.page-creaters #contents .url {
    margin: 0 0 50px 0;
    padding: 10px 30px 9px 30px;
    background: #f6f6f6;
}
body.page-creaters #contents .xxx {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    body.page-creaters #contents .xxx {
        display: block;
    }
}
body.page-creaters #contents .xxx div {
    display: table-cell;
}
@media screen and (max-width: 480px) {
    body.page-creaters #contents .xxx div {
        display: block;
    }
}
body.page-creaters #contents .xxx .ccc {
    vertical-align: middle;
}
body.page-creaters #contents .xxx .name {
    margin: 0;
    font-size: 1.5em;
}
body.page-creaters #contents .xxx .name .ja {
    display: inline-block;
    margin: 0 24px 0 0;
    font-size: 1.667em;
}
body.page-creaters #contents .xxx .job {
    margin: 0 0 1.0em 0;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.875em;
}
body.page-creaters #contents .xxx .ddd {
    padding: 0 15px 20px 15px;
    font-size: 6.0em;
    vertical-align: middle;
}
@media screen and (max-width: 480px) {
    body.page-creaters #contents .xxx .ddd {
        display: none;
    }
}










/**/
body.home #mainimage {
    margin: 0 0 25px 0;
}
@media screen and (max-width: 480px) {
    body.home #mainimage {
        margin: 0;
    }
}
body.home #mainimage img {
    width: 100%;
}
body.home #mainimage_text {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.875em;
    text-align: center;
}
@media screen and (max-width: 480px) {
    body.home #mainimage_text {
        font-size: 1.0em;
    }
}
body.home #mainimage_text span {
    display: inline-block;
    padding: 5px 80px 5px 80px;
    background: #727272;
    color: #ffffff;
}
@media screen and (max-width: 480px) {
    body.home #mainimage_text span {
        display: block;
        padding: 10px 10px 10px 10px;
    }
}

/**/
body.home #contents .view_all {
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
}
body.home #contents .view_all a {
    display: inline-block;
    padding: 10px 20px 8px 20px;
    border: solid 1px #841111;
    color: #841111;
}
body.home #contents .view_all a:hover,
body.home #contents .view_all a:focus,
body.home #contents .view_all a:active {
    background: #841111;
    color: #ffffff;
    text-decoration: none;
}

/**/
body.home #contents .category_name.interview {
    margin: 0 0 30px 0;
}
body.home #contents .interview_list {
    margin: 0 0 16px 0;
    border: solid 1px #bfbfbf;
}
body.home #contents .interview_list a {
    display: table;
    width: 100%;
}
@media screen and (max-width: 480px) {
    body.home #contents .interview_list a {
        display: block;
    }
}
body.home #contents .interview_list a .img {
    display: table-cell;
    vertical-align: top;
}
@media screen and (max-width: 480px) {
    body.home #contents .interview_list a .img {
        display: block;
        padding: 10px 0 0 0;
    }
}
body.home #contents .interview_list a .img img {
    width: 280px;
    max-width: none;
}
@media screen and (max-width: 480px) {
    body.home #contents .interview_list a .img img {
        display: block;
        margin: 0 auto 0 auto;
        max-width: 50%;
    }
}
body.home #contents .interview_list a .bbb {
    display: table-cell;
    padding: 10px 20px 10px 30px;
    vertical-align: middle;
}
@media screen and (max-width: 480px) {
    body.home #contents .interview_list a .bbb {
        display: block;
        padding: 10px 10px 5px 10px;
    }
}
body.home #contents .interview_list a .name {
    display: block;
    margin: 0 0 0.5em 0;
    /*font-size: 1.5em;*/
    font-size: 1.2em;
}
@media screen and (max-width: 480px) {
    body.home #contents .interview_list a .name {
        font-size: 1.2em;
        line-height: 1.2;
    }
}
body.home #contents .interview_list a .name .ja {
    margin: 0 12px 0 0;
    font-size: 2.0em;
}
@media screen and (max-width: 480px) {
    body.home #contents .interview_list a .name .ja {
        display: block;
        margin: 0;
    }
}
body.home #contents .interview_list a .name .en {}
body.home #contents .interview_list a .job {
    display: block;
    margin: 0 0 1.0em 0;
    font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5em;

}
@media screen and (max-width: 480px) {
    body.home #contents .interview_list a .job {
        font-size: 1.5em;
    }
}
body.home #contents .interview_list a .title {
    display: block;
/*    font-size: 3.5em;*/
    font-size: 1.8em;
}
@media screen and (max-width: 480px) {
    body.home #contents .interview_list a .title {
        font-size: 2.5em;
    }
}

/**/
body.home #contents .category_name.dancers {
    margin: 60px 0 0 0;
}
body.home #contents .dancers_list {
    font-size: 1.875em;
}
@media screen and (max-width: 480px) {
    body.home #contents .dancers_list {}
}
body.home #contents .dancers_list li {
    float: left;
    width: 280px;
    margin: 0 10px 20px 10px;
}
@media screen and (max-width: 480px) {
    body.home #contents .dancers_list li {
        /*
        width: 48.5%;
        margin: 0 3% 20px 0;
        */
    }
}
body.home #contents .dancers_list li a {
    display: block;
}
body.home #contents .dancers_list li a img {
    display: block;
    margin: 0 0 0.4em 0;
}
body.home #contents .dancers_list li a .name {
    display: block;
    text-align: center;
}




/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list
{
    /*
    background: #fff url('http://dancerssupport.com/common/css/ajax-loader.gif') center center no-repeat;
    */
}

/* Icons */
/*
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('http://dancerssupport.com/common/css/fonts/slick.eot');
    src: url('http://dancerssupport.com/common/css/fonts/slick.eot#iefix') format('embedded-opentype'), url('http://dancerssupport.com/common/css/fonts/slick.woff') format('woff'), url('http://dancerssupport.com/common/css/fonts/slick.ttf') format('truetype'), url('http://dancerssupport.com/common/css/fonts/slick.svg#slick') format('svg');
}
*/
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 36%;
    display: block;
    width: 40px;
    height: 150px;
    margin-top: -75px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(238,238,238,0.6);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    opacity: .75;
    color: #4eb7e6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
}
[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}
.slick-prev:before {
    content: '＜';
}
[dir='rtl'] .slick-prev:before {
    content: '＞';
}
.slick-next {
    right: 0;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}
.slick-next:before {
    content: '＞';
}
[dir='rtl'] .slick-next:before {
    content: '＜';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}




/**/
body.home #contents #home_box01 {
    margin: 60px 0 50px 0;
}
@media screen and (max-width: 480px) {
    body.home #contents #home_box01 {
        margin: 40px 0 40px 0;
    }
}
body.home #contents #home_box01 .left {
    float: left;
    width: 430px;
}
@media screen and (max-width: 480px) {
    body.home #contents #home_box01 .left {
        float: none;
        width: auto;
    }
}
body.home #contents #home_box01 .right {
    float: right;
    width: 430px;
}
@media screen and (max-width: 480px) {
    body.home #contents #home_box01 .right {
        float: none;
        width: auto;
    }
}

/**/
body.home #contents .category_name.focus {
    margin: 0 0 15px 0;
}
body.home #contents .focus_list {
    font-size: 1.5em;
}
body.home #contents .focus_list li {
    margin: 0 0 15px 0;
}
body.home #contents .focus_list li a {}
body.home #contents .focus_list li a img {
    display: block;
    margin: 0 0 0.5em 0;
}
body.home #contents .focus_list li a .title {
    display: block;
}

/**/
body.home #contents .category_name.video {
    margin: 0 0 15px 0;
}
@media screen and (max-width: 480px) {
    body.home #contents .category_name.video {
        margin: 40px 0 15px 0;
    }
}
body.home #contents .video_list {
    font-size: 1.5em;
}
body.home #contents .video_list li {
    margin: 0 0 15px 0;
}
body.home #contents .video_list li .movie_wrapper,
body.home #contents .video_list li img {
    display: block;
    margin: 0 0 0.5em 0;
}
body.home #contents .video_list li a {}
body.home #contents .video_list li a .title {
    display: block;
}

/**/
body.home #contents .hot_topic_nav {
    display: table;
    border-collapse: collapse;
    margin: 0 auto 60px auto;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5em;
}
@media screen and (max-width: 480px) {
    body.home #contents .hot_topic_nav {
        margin: 0 auto 20px auto;
        font-size: 0.917em;
    }
}
body.home #contents .hot_topic_nav li {
    display: table-cell;
    border: solid 2px #dddddd;
}
@media screen and (max-width: 480px) {
    body.home #contents .hot_topic_nav li {
        border: solid 1px #dddddd;
    }
}
body.home #contents .hot_topic_nav li a {
    display: block;
    padding: 10px 40px 10px 40px;
}
@media screen and (max-width: 480px) {
    body.home #contents .hot_topic_nav li a {
        padding: 8px 8px 7px 8px;
    }
}
body.home #contents .hot_topic_nav li a:hover,
body.home #contents .hot_topic_nav li a:focus,
body.home #contents .hot_topic_nav li a:active,
body.home #contents .hot_topic_nav li a.current {
    color: #ffffff;
    text-decoration: none;
}
body.home #contents .hot_topic_nav li.all a:hover,
body.home #contents .hot_topic_nav li.all a.current { background: #2a2a2a; }
body.home #contents .hot_topic_nav li.news a:hover,
body.home #contents .hot_topic_nav li.news a.current { background: #07b2f2; }
body.home #contents .hot_topic_nav li.movie a:hover,
body.home #contents .hot_topic_nav li.movie a.current { background: #f36a05; }
body.home #contents .hot_topic_nav li.info a:hover,
body.home #contents .hot_topic_nav li.info a.current { background: #00a47b; }





/**/
body.home #contents .category_name.hot-topics {
    margin: 60px 0 40px 0;
}
body.home #contents .hot_topics_list {
    font-size: 1.125em;
}
body.home #contents .hot_topics_list li {
    float: left;
    width: 280px;
    margin: 0 20px 45px 0;
}
@media screen and (max-width: 480px) {
    body.home #contents .hot_topics_list li {
        width: 48.5%;
        margin: 0 3% 25px 0;
    }
}
body.home #contents .hot_topics_list li:nth-child(3n) {
    margin-right: 0;
}
@media screen and (max-width: 480px) {
    body.home #contents .hot_topics_list li:nth-child(3n) {
        margin-right: 3%;
    }
    body.home #contents .hot_topics_list li:nth-child(2n) {
        margin-right: 0;
    }
}
body.home #contents .hot_topics_list li .img {
    display: block;
    height: 330px;
    margin: 0 0 0.667em 0;
}
@media screen and (max-width: 480px) {
    body.home #contents .hot_topics_list li .img {
        height: auto;
    }
}
body.home #contents .hot_topics_list li .cat {
    margin: 0 0 0.4em 0;
}
body.home #contents .hot_topics_list li .title {
    display: block;
}

/* ■■■HOT-TOPICSのみに効くようにしたほうが良い */
body #home .hot_topics_cat {
    display: inline-block;
    padding: 5px 12px 3px 12px;
    color: #ffffff;
    font-weight: 400;
}
body #home .hot_topics_cat:hover,
body #home .hot_topics_cat:focus,
body #home .hot_topics_cat:active {
    text-decoration: none;
    opacity: .7;
}
body #home .hot_topics_cat.news { background: #07b2f2; }
body #home .hot_topics_cat.movie { background: #f36a05; }
body #home .hot_topics_cat.info { background: #00a47b; }


/*■■■■■*/
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}












/* footer
----------------------------------------------------------*/
#footer {
    padding: 1px 0 0 0;
    background: #2a2a2a;
    color: #ffffff;
}
#footer a {
    color: #ffffff;
}
#footer #footer_inner01 {
    border-top: solid 3px #ffffff;
}
#footer #footer_inner01 #footer_inner02 {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 30px 10px 10px 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    #footer #footer_inner01 #footer_inner02 {
        width: auto;
        padding: 15px 20px 10px 20px;
    }
}
#footer #footer_mainlogo {
    padding: 0 0 30px 0;
    border-bottom: solid 1px #959595;
    text-align: center;
}
@media screen and (max-width: 480px) {
    #footer #footer_mainlogo {
        padding: 0 0 15px 0;
    }
    #footer #footer_mainlogo img {
        width: 40%;
    }
}
#footer #footer_box01 {
    margin: 0 0 30px 0;
    border-bottom: solid 1px #3e3e3e;
    font-size: 1.5em;
}
@media screen and (max-width: 480px) {
    #footer #footer_box01 {
        margin: 0 0 25px 0;
        font-size: 1.0em;
    }
}
#footer #footer_box01 ul {
    float: left;
    width: 280px;
    margin: 0 20px 0 0;
    padding: 30px 0 15px 0;
}
@media screen and (max-width: 480px) {
    #footer #footer_box01 ul {
        float: none;
        width: auto;
        margin: 0;
        padding: 10px 0 10px 0;
        border-top: solid 1px #3e3e3e;
        text-align: center;
    }
}
#footer #footer_box01 ul li {
    margin: 0 0 10px 0;
    text-align: center;
}
@media screen and (max-width: 480px) {
    #footer #footer_box01 ul li {
        display: inline;
        margin: 0 5px 0 5px;
    }
}
#footer #footer_box01 dl {
    float: right;
    width: 280px;
    padding: 30px 0 15px 0;
}
@media screen and (max-width: 480px) {
    #footer #footer_box01 dl {
        float: none;
        width: auto;
        padding: 15px 0 15px 0;
    }
}
#footer #footer_box01 dl dt {
    margin: 0 0 10px 0;
    text-align: center;
}
@media screen and (max-width: 480px) {
    #footer #footer_box01 dl dt {
        font-size: 1.167em;
    }
}
#footer #footer_box01 dl dd {
    text-align: center;
}
@media screen and (max-width: 480px) {
    #footer #footer_box01 dl dd img {
        width: 25px;
    }
}
#footer #footer_copy {
    margin: 0 0 15px 0;
    text-align: center;
}
@media screen and (max-width: 480px) {
    #footer #footer_copy {
        margin: 0 0 10px 0;
        font-size: 0.833em;
    }
}



/* footer
----------------------------------------------------------*/
#scroll_up {
    right: 10px;
    bottom: 10px;
    width: 49px;
    height: 51px;
    background: url(../img/icon_scroll_up01.png) no-repeat;
    text-indent: -9999px;
}
#scroll_up:hover {
    opacity: .7;
}



/*********************************************************************
 * ページごとの設定
 *********************************************************************/

/* トップページ
----------------------------------------------------------*/





/*********************************************************************
 * 汎用クラス
 *********************************************************************/

/* レイアウト関連 */
.fl_l { float: left !important; }
.fl_r { float: right !important; }
.cl   { clear: both !important; }
.cl_l { clear: left !important; }
.cl_r { clear: right !important; }

/* 幅・高さ */
.w_5p   { width: 5% !important; }
.w_10p  { width: 10% !important; }
.w_15p  { width: 15% !important; }
.w_20p  { width: 20% !important; }
.w_25p  { width: 25% !important; }
.w_30p  { width: 30% !important; }
.w_35p  { width: 35% !important; }
.w_40p  { width: 40% !important; }
.w_45p  { width: 45% !important; }
.w_50p  { width: 50% !important; }
.w_55p  { width: 55% !important; }
.w_60p  { width: 60% !important; }
.w_65p  { width: 65% !important; }
.w_70p  { width: 70% !important; }
.w_75p  { width: 75% !important; }
.w_80p  { width: 80% !important; }
.w_85p  { width: 85% !important; }
.w_90p  { width: 90% !important; }
.w_95p  { width: 95% !important; }
.w_100p { width: 100% !important; }

/* マージン */
.m_0    { margin: 0 !important; }

.m_t0   { margin-top:    0 !important; }
.m_t5   { margin-top:  5px !important; }
.m_t10  { margin-top: 10px !important; }
.m_t15  { margin-top: 15px !important; }
.m_t20  { margin-top: 20px !important; }
.m_t25  { margin-top: 25px !important; }
.m_t30  { margin-top: 30px !important; }
.m_t35  { margin-top: 35px !important; }
.m_t40  { margin-top: 40px !important; }
.m_t45  { margin-top: 45px !important; }
.m_t50  { margin-top: 50px !important; }
.m_t55  { margin-top: 55px !important; }
.m_t60  { margin-top: 60px !important; }
.m_t65  { margin-top: 65px !important; }
.m_t70  { margin-top: 70px !important; }
.m_t75  { margin-top: 75px !important; }
.m_t80  { margin-top: 80px !important; }
.m_t85  { margin-top: 85px !important; }
.m_t90  { margin-top: 90px !important; }
.m_t95  { margin-top: 95px !important; }
.m_t100 { margin-top: 100px !important; }

.m_r0   { margin-right:    0 !important; }
.m_r5   { margin-right:  5px !important; }
.m_r10  { margin-right: 10px !important; }
.m_r15  { margin-right: 15px !important; }
.m_r20  { margin-right: 20px !important; }
.m_r25  { margin-right: 25px !important; }
.m_r30  { margin-right: 30px !important; }
.m_r35  { margin-right: 35px !important; }
.m_r40  { margin-right: 40px !important; }
.m_r45  { margin-right: 45px !important; }
.m_r50  { margin-right: 50px !important; }
.m_r55  { margin-right: 55px !important; }
.m_r60  { margin-right: 60px !important; }
.m_r65  { margin-right: 65px !important; }
.m_r70  { margin-right: 70px !important; }
.m_r75  { margin-right: 75px !important; }
.m_r80  { margin-right: 80px !important; }
.m_r85  { margin-right: 85px !important; }
.m_r90  { margin-right: 90px !important; }
.m_r95  { margin-right: 95px !important; }
.m_r100 { margin-right: 100px !important; }

.m_b0   { margin-bottom:    0 !important; }
.m_b5   { margin-bottom:  5px !important; }
.m_b10  { margin-bottom: 10px !important; }
.m_b15  { margin-bottom: 15px !important; }
.m_b20  { margin-bottom: 20px !important; }
.m_b25  { margin-bottom: 25px !important; }
.m_b30  { margin-bottom: 30px !important; }
.m_b35  { margin-bottom: 35px !important; }
.m_b40  { margin-bottom: 40px !important; }
.m_b45  { margin-bottom: 45px !important; }
.m_b50  { margin-bottom: 50px !important; }
.m_b55  { margin-bottom: 55px !important; }
.m_b60  { margin-bottom: 60px !important; }
.m_b65  { margin-bottom: 65px !important; }
.m_b70  { margin-bottom: 70px !important; }
.m_b75  { margin-bottom: 75px !important; }
.m_b80  { margin-bottom: 80px !important; }
.m_b85  { margin-bottom: 85px !important; }
.m_b90  { margin-bottom: 90px !important; }
.m_b95  { margin-bottom: 95px !important; }
.m_b100 { margin-bottom: 100px !important; }

.m_l0   { margin-left:    0 !important; }
.m_l5   { margin-left:  5px !important; }
.m_l10  { margin-left: 10px !important; }
.m_l15  { margin-left: 15px !important; }
.m_l20  { margin-left: 20px !important; }
.m_l25  { margin-left: 25px !important; }
.m_l30  { margin-left: 30px !important; }
.m_l35  { margin-left: 35px !important; }
.m_l40  { margin-left: 40px !important; }
.m_l45  { margin-left: 45px !important; }
.m_l50  { margin-left: 50px !important; }
.m_l55  { margin-left: 55px !important; }
.m_l60  { margin-left: 60px !important; }
.m_l65  { margin-left: 65px !important; }
.m_l70  { margin-left: 70px !important; }
.m_l75  { margin-left: 75px !important; }
.m_l80  { margin-left: 80px !important; }
.m_l85  { margin-left: 85px !important; }
.m_l90  { margin-left: 90px !important; }
.m_l95  { margin-left: 95px !important; }
.m_l100 { margin-left: 100px !important; }

/* パディング */
.p_0    { padding: 0 !important; }

.p_t0   { padding-top:    0 !important; }
.p_t5   { padding-top:  5px !important; }
.p_t10  { padding-top: 10px !important; }
.p_t15  { padding-top: 15px !important; }
.p_t20  { padding-top: 20px !important; }
.p_t25  { padding-top: 25px !important; }
.p_t30  { padding-top: 30px !important; }
.p_t35  { padding-top: 35px !important; }
.p_t40  { padding-top: 40px !important; }
.p_t45  { padding-top: 45px !important; }
.p_t50  { padding-top: 50px !important; }
.p_t55  { padding-top: 55px !important; }
.p_t60  { padding-top: 60px !important; }
.p_t65  { padding-top: 65px !important; }
.p_t70  { padding-top: 70px !important; }
.p_t75  { padding-top: 75px !important; }
.p_t80  { padding-top: 80px !important; }
.p_t85  { padding-top: 85px !important; }
.p_t90  { padding-top: 90px !important; }
.p_t95  { padding-top: 95px !important; }
.p_t100 { padding-top: 100px !important; }

.p_r0   { padding-right:    0 !important; }
.p_r5   { padding-right:  5px !important; }
.p_r10  { padding-right: 10px !important; }
.p_r15  { padding-right: 15px !important; }
.p_r20  { padding-right: 20px !important; }
.p_r25  { padding-right: 25px !important; }
.p_r30  { padding-right: 30px !important; }
.p_r35  { padding-right: 35px !important; }
.p_r40  { padding-right: 40px !important; }
.p_r45  { padding-right: 45px !important; }
.p_r50  { padding-right: 50px !important; }
.p_r55  { padding-right: 55px !important; }
.p_r60  { padding-right: 60px !important; }
.p_r65  { padding-right: 65px !important; }
.p_r70  { padding-right: 70px !important; }
.p_r75  { padding-right: 75px !important; }
.p_r80  { padding-right: 80px !important; }
.p_r85  { padding-right: 85px !important; }
.p_r90  { padding-right: 90px !important; }
.p_r95  { padding-right: 95px !important; }
.p_r100 { padding-right: 100px !important; }

.p_b0   { padding-bottom:    0 !important; }
.p_b5   { padding-bottom:  5px !important; }
.p_b10  { padding-bottom: 10px !important; }
.p_b15  { padding-bottom: 15px !important; }
.p_b20  { padding-bottom: 20px !important; }
.p_b25  { padding-bottom: 25px !important; }
.p_b30  { padding-bottom: 30px !important; }
.p_b35  { padding-bottom: 35px !important; }
.p_b40  { padding-bottom: 40px !important; }
.p_b45  { padding-bottom: 45px !important; }
.p_b50  { padding-bottom: 50px !important; }
.p_b55  { padding-bottom: 55px !important; }
.p_b60  { padding-bottom: 60px !important; }
.p_b65  { padding-bottom: 65px !important; }
.p_b70  { padding-bottom: 70px !important; }
.p_b75  { padding-bottom: 75px !important; }
.p_b80  { padding-bottom: 80px !important; }
.p_b85  { padding-bottom: 85px !important; }
.p_b90  { padding-bottom: 90px !important; }
.p_b95  { padding-bottom: 95px !important; }
.p_b100 { padding-bottom: 100px !important; }

.p_l0   { padding-left:    0 !important; }
.p_l5   { padding-left:  5px !important; }
.p_l10  { padding-left: 10px !important; }
.p_l15  { padding-left: 15px !important; }
.p_l20  { padding-left: 20px !important; }
.p_l25  { padding-left: 25px !important; }
.p_l30  { padding-left: 30px !important; }
.p_l35  { padding-left: 35px !important; }
.p_l40  { padding-left: 40px !important; }
.p_l45  { padding-left: 45px !important; }
.p_l50  { padding-left: 50px !important; }
.p_l55  { padding-left: 55px !important; }
.p_l60  { padding-left: 60px !important; }
.p_l65  { padding-left: 65px !important; }
.p_l70  { padding-left: 70px !important; }
.p_l75  { padding-left: 75px !important; }
.p_l80  { padding-left: 80px !important; }
.p_l85  { padding-left: 85px !important; }
.p_l90  { padding-left: 90px !important; }
.p_l95  { padding-left: 95px !important; }
.p_l100 { padding-left: 100px !important; }

/* フォント・テキスト */
/*
.fs_xs { font-size: 10px !important; }
.fs_s  { font-size: 11px !important; }
.fs_m  { font-size: 12px !important; }
.fs_l  { font-size: 14px !important; }
.fs_xl { font-size: 16px !important; }
*/

.fw_n { font-weight: normal !important; }
.fw_b { font-weight: bold !important; }

.td_u { text-decoration: underline !important; }

.ta_l { text-align: left !important; }
.ta_c { text-align: center !important; }
.ta_r { text-align: right !important; }

.va_t { vertical-align: top !important; }
.va_m { vertical-align: middle !important; }
.va_b { vertical-align: bottom !important; }

.ws_normal { white-space: normal !important; }
.ws_nowrap { white-space: nowrap !important; }

.lh_10 { line-height: 1.0 !important; }
.lh_11 { line-height: 1.1 !important; }
.lh_12 { line-height: 1.2 !important; }
.lh_13 { line-height: 1.3 !important; }
.lh_14 { line-height: 1.4 !important; }
.lh_15 { line-height: 1.5 !important; }
.lh_16 { line-height: 1.6 !important; }
.lh_17 { line-height: 1.7 !important; }
.lh_18 { line-height: 1.8 !important; }
.lh_19 { line-height: 1.9 !important; }
.lh_20 { line-height: 2.0 !important; }