.sp {
    display: block;
}

.pc {
    display: none;
}

.text-bold {
    font-weight: 700;
}

body {
    font-size: 13px;
}

header {
    padding-bottom: 10px;
    background: #fff;
}

header .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-indent: -9999px;
    background: #fff;
}

header .inner .logo a {
    display: block;
    width: 240px;
    height: 50px;
    margin-left: 5%;
    background: url(/assets/common/img/logo.png) 15% center no-repeat;
    -webkit-background-size: 240px;
    background-size: 240px;
}

header .inner .discription {
    display: block;
    width: 240px;
    height: 20px;
    margin-left: 5%;
    text-indent: -9999px;
    background: url(/assets/common/img/discription.png) 15% center no-repeat;
    -webkit-background-size: 240px;
    background-size: 240px;
}

header .global-navi {
    position: fixed;
    z-index: 999;
    top: 42px;
    left: 0;
    display: none;
    width: 100%;
    background: #e60012;
}

header .global-navi ul {
    display: table;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-top: 1px solid #f38089;
}

header .global-navi ul li {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f38089;
}

header .global-navi ul li a {
    font-size: 15px;
    display: block;
    /*padding: 20px 0;*/
    padding: 15px 0 16px;
    text-decoration: none;
    color: #fff;
}

header .global-navi ul li.global-navi_tw{
}
header .global-navi ul li.global-navi_tw a,
header .global-navi ul li.global-navi_yt a{
    position: relative;
}
header .global-navi ul li.global-navi_tw a:before{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    top: 9px;
    left: 20%;
    background-image: url(/../../assets/common/img/tw.png);
}

header .global-navi ul li.global-navi_yt a:before{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    top: 9px;
    left: 20%;
    background-image: url(/../../assets/common/img/yt_sp.png);
}

#sp-menubtn {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    display: block;
    background: #e60012;
}

#sp-menubtn a {
    display: block;
    width: 42px;
    height: 42px;
}

#sp-menubtn span {
    position: absolute;
    left: 9px;
    display: block;
    width: 24px;
    height: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background: #fff;
}

#sp-menubtn span:first-child {
    top: 12px;
}

#sp-menubtn span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

#sp-menubtn span:last-child {
    bottom: 13px;
}

#sp-menubtn .active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#sp-menubtn .active span:nth-child(2) {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

#sp-menubtn .active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

#container {
    padding: 0 5%;
    padding-bottom: 30px;
}

#overlay {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #222b34;
}

main {
    width: 100%;
    text-align: center;
    background: #222b34;
}

main .inner {
    display: block;
    height: 160px;
    margin: 0 auto;
    padding-top: 55px;
    text-align: center;
    vertical-align: middle;
    background: url(/assets/common/img/logo-ar.png) 10% bottom no-repeat;
}

main .inner .title img {
    width: auto;
    height: 20px;
    margin-bottom: 10px;
}

main .inner .discription {
    font-size: 13px;
    letter-spacing: .03em;
    color: #fff;
}

div.breadcrumb {
    width: 100%;
    padding: 20px 0;
}

div.breadcrumb ul li {
    font-size: 12px;
    display: inline-block;
}

div.breadcrumb ul li a {
    padding: 20px 0;
    text-decoration: none;
    color: #333;
}

div.breadcrumb ul li .active {
    color: #e60012!important;
}

div.breadcrumb ul li span {
    padding: 0 5px;
    text-decoration: none!important;
}

.contents {
    width: 100%;
    margin: 0 auto;
}

.contents .title {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 3px solid #eee;
    background: #fff;
}

.contents .title .text {
    width: 100%;
    padding: 15px 0;
    border-left: 10px solid #e60012;
}

.contents .title .jp {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
    margin-left: -10px;
}

.contents .title .en {
    font-size: 10px;
    font-weight: 700;
    display: block;
    width: 100%;
    margin-left: -10px;
    color: #999;
}

.contents .news-contents {
    padding: 15px;
}

#top .news-contents,
#news .news-contents {
    padding: 0!important;
}

.contents .about-contents dl,
.contents .news-contents dl {
    line-height: 150%;
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.contents .about-contents dl dt,
.contents .news-contents dl dt {
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    background: #424d58;
}

.contents .about-contents dl dd,
.contents .news-contents dl dd {
    font-weight: 400;
    display: block;
    padding: 10px 15px;
    background: #eee;
    background: #fff;
}

.contents .about-contents dl a,
.contents .news-contents dl a {
    text-decoration: none;
    color: #333;
}

.contents .about-contents dl .map-icon,
.contents .news-contents dl .map-icon {
    font-size: 10px;
    margin-left: 3px;
    padding: 2px 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background: #333;
}

.contents .about-contents dl .contact,
.contents .news-contents dl .contact {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    text-decoration: underline;
}

.contents {
    width: 100%;
    margin: 0 auto;
}

.contents .news-talent,
.contents .news-info {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    background: #eee;
    background: #fff;
    text-transform: none!important;
}

.contents .news-talent .date,
.contents .news-info .date {
    font-size: 14px;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #888;
}

.contents .news-talent .type,
.contents .news-info .type {
    font-size: 10px;
    font-weight: 700;
    /* display: table-cell;
    width: 20px; */
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #424d58;
}

.contents .news-talent .name,
.contents .news-info .name {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.contents .news-talent .name a,
.contents .news-info .name a {
    display: block;
    width: 90px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    color: #333;
}

.contents .news-talent .detail,
.contents .news-info .detail {
    line-height: 150%;
    display: table-cell;
    width: 100%;
    padding: 15px 15px 15px 0;
    vertical-align: middle;
}

.contents .news-talent .detail a,
.contents .news-info .detail a {
    display: block;
    padding-right: 30px;
    padding-left: 15px;
    text-decoration: none;
    color: #333;
    border-left: 1px solid #ccc;
    /* background: url(/assets/common/img/icon-arrow01.png) right center no-repeat; */
    -webkit-background-size: 12px;
    background-size: 12px;
}

.contents .news-info .type {
    background: #eb3341;
}

.contents .news-info .detail {
    padding-left: 15px;
}

.contents .news-info .detail a {
    padding-left: 0;
    border-left: none;
}

footer {
    width: 100%;
    background: #fff;
}

footer .pagetop {
    width: 100%;
    margin: 0 auto;
    text-indent: -9999px;
}

footer .pagetop a {
    display: block;
    height: 50px;
    background: url(/assets/common/img/icon-arrow03.png) #bbb center center no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
}

footer .inner {
    font-size: 14px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

footer .inner .logo {
    width: 240px;
    height: 40px;
    margin: 0 auto 15px;
    padding: 0 5%;
    text-indent: -9999px;
    background: url(/assets/common/img/logo.png) center center no-repeat;
    -webkit-background-size: 240px;
    background-size: 240px;
}

footer .inner .map {
    line-height: 1.5;
    padding: 0 5%;
}

footer .inner .map a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: #333;
}

footer .inner .map-icon {
    font-size: 10px;
    margin-left: 3px;
    padding: 3px 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background: #333;
}

footer .inner ul li {
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 5px 0;
}

footer .inner ul li .fa {
    margin-right: 5px;
}

footer .inner ul li a {
    color: #222b34;
}

footer .inner ul li.copyright {
    font-size: 10px;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
    background: #eee;
}



/* 201811月追加 topにtwitter追加*/

/* #top .contents{
    width: 960px;
    margin: 0 auto;
    background: #eee;
    display: block;
    justify-content: space-between;
} */
#top .contents .news_field{
    max-width: 100%;
}
#top .contents .news_field .title{
    width: 100%;
    text-align: left;
}
#top .contents .news_field .title .text{
    width: 100%;
    padding: 10px 0 10px 30px;
}
#top .contents .news_field .news-talent,
#top .contents  .news_field .news-info{
    width: 100%;
}
/* #top .contents .news_field .news-talent .name,
#top .contents .news_field .news-info .name {
    display: block;
    text-align: left;
} */
#top .contents .news_field .news-talent .name a,
#top .contents .news_field .news-info .name a{
    /* padding: 10px 0 0 10px; */
}
/* #top .contents .news_field .news-talent .detail,
#top .contents .news_field .news-info .detail{
    display: block;
    text-align: left;
    padding: 15px 0px;
} */
#top .contents .news_field .news-talent .detail a,
#top .contents .news_field .news-info .detail a{
    padding:0 0 0 10px;
}

#top .contents .top_twitter{
    background: #fff;
    width: 100%;
    margin: 30px 0 0 0;
}

#top .contents .top_twitter .title{
    font-size: 28px;
    font-weight: 700;
    color: #333!important;
    text-align: left;
    margin: 0 0 10px 0;
    position: relative;
    width: 100%;
}
#top .contents .top_twitter .title:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 22px;
    width: 23px;
    height: 17px;
    background-image: url(../../top/img/twitter_totle_icon.png);
    background-size:contain;
    background-repeat: no-repeat;
}
#top .contents .top_twitter .title .text{
    padding: 10px 0 10px 42px;
    border-left: none;
    width: 100%;
}
#top .contents .top_twitter .title .en{
    margin:0 ;
    width: 100%;
}
#top .contents .top_twitter .title .jp{
    margin:0 ;
    width: 100%;
}
#top .contents .top_twitter .btn_twitter_blank {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
}
#top .contents .top_twitter .top_twitter_contents iframe{
    max-width: 100% !important;
    width: 100% !important;
}
#top .contents .top_twitter .top_twitter_contents{
    padding:15px;
}