@charset "UTF-8";

#single .bkline .categorylabel {
    text-align: right;
    display: inline-block;
    width: auto;
    float: right;
}

#single h2 a {
    font-size: 133%;
    padding: 0 0 12px 2%;
    display: inline-block;
}

#single .newsdate {
    padding: 0 0 0 2%;
    color: #888888;
    height: 20px;
}

#single h2.live_info_head a {
    padding: 0 0 0 2%;
}

#single h3.live_info_head {
    padding: 12px 0 0px 2%;
}

#single h4.live_info_head {
    padding: 0 0 12px 2%;
}

.sns-status {
    float: right;
    margin-top: -22px;
}

.sns-status div,
.sns-status span {
    display: inline-block;
}

.sns-status .fb-like {
    float: right;
    padding: 0 12px 6px;
    margin-top: -12px;
}

.sns-status .fb-like img {
    height: 28px !important;
    width: auto !important;
}

.tweet-btn {
    width: 77px;
    height: 28px;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -6px;
    transform: scale(1.4);
    float: right;
    vertical-align: top;
    right: 16px;
}

.post-btn {
    width: 77px;
    height: 26px;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -15px;
    transform: scale(1.4);
    float: right;
    vertical-align: top;
    right: 0;
}

#entryimage {
    padding: 0 0 10px;
}

.artistdata {
    padding: 16px 0 6px 12px;
}

.artistdata h4,
.artistdata h4 a {
    display: inline;
    /* font-size: 16px; */
    margin: 0;
    padding: 0 8px 0 0;
    clear: none;
    color: #464646;
}

.artistdata a {
    display: inline-block;
    height: 35px;
    background: #E4E4E4;
    width: auto;
    margin: 0 20px 0 0;
    padding: 4px 4px 3px 6px;
    text-decoration: none;
    position: relative;
    z-index: 50;
}

.artistdata a:after {
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
    height: 25px;
    background: #E4E4E4;
    right: -10px;
    position: absolute;
    top: 4px;
    z-index: -1;
}

.artistdata a.artistlink,
.artistdata a.push_favorite,
.artistdata a.del_favorite {
    background: none;
}

.artistdata a.artistlink:after,
.artistdata a.push_favorite:after,
.artistdata a.del_favorite:after {
    display: none;
}

.artistdata a.artistlink {
    font-size: 22px;
    padding-left: 0;
}

p#writer,
p#member,
p#placedate {
    padding: 0 0 0 12px;
}

#entrybody {
    padding: 24px 10px 12px 10px;
}

#entrybody p {
    line-height: 175%;
    display: block;
    font-size: 23px;
    word-break: break-all;
    text-align: justify;
    text-justify: initial;
}

#entrybody p a {
    text-decoration: underline;
    word-break: break-all;
}

#entrybody .interviewer {
    margin: 24px 0 24px;
    font-weight: bold;
}

#entrybody .artist {
    padding: 0 0 14px;
}

#entrybody iframe[src*="www.youtube.com"] {
    width: 620px;
    height: 349px;
}

#entrybody h3.subhead {
    border-left: 5px solid #00AE95;
    line-height: 1.8em;
    padding: 5px 15px;
    font-size: 28px;
    margin: 1em 0;
}

#related .related-contents {
    padding: 12px;
}

#rt-news dl {
    padding: 6px 0;
}

#rt-news dl dt {
    color: #818181;
    font-size: 19px;
}

#rt-news dl dd a {
    font-size: 20px;
    line-height: 20px;
}

.musicvideos,
#mvarea ul li {
    padding: 0;
    display: inline-block;
    width: calc(100% - 2px);
    /* 親要素に合わせてサイズを調整 */
    aspect-ratio: 16 / 9;
    /* 16:9の比率を設定 */
    overflow: hidden;
    /* はみ出した部分を隠す */
    position: relative;
    border: 1px #FFFFFF;
    margin: 1px 0;
}

#mvarea h3 a {
    padding: 0 0 0 12px;
}

#mvarea ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 縦横をいっぱいに表示 */
    transform: translate(-50%, -50%);
    /* 中央揃え */
}

ul.movie-menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    /* gap: 10px; */
}

#related .sp1 dl {
    display: flex;
    padding: 0 0 18px;
}

#related .sp1 dl dt {
    width: 160px;
    float: left;
    padding: 0 12px 2px 0;
    margin: 0;
}

#related .sp1 dl dt img {
    width: 158px;
    border: 1px solid #DDD;
}

#related .sp1 dl dd {
    /* float: none; */
    width: calc(100% - 162px);
    padding: 0;
}

#related .sp1 dl dd p {
    height: 2.4em;
    overflow: hidden;
    margin: 0 0 4px;
}

#related #rt-present .sp1 dl {
    padding: 0;
}

#related #rt-present .sp1 dl dd p {
    height: auto;
}

#related .sp1 dl dd .shopdata {
    width: auto;
    background: #f5f5f5;
}

#related .sp3 {
    /* 列間のスペース調整 */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3列に均等に配置 */
    gap: 12px;
    /* 列間のスペース調整 */
    padding: 12px;
}

#related .sp3 dl {
    /* 3列配置 */
    /* 3列に均等に配置 */
    /* 列間のスペース調整 */
    /* 必要に応じてマージン調整 */
}

#related .sp3 dl dt {}

#related .sp3 dl dt img {
    width: 100%;
    height: auto;
}

#related .sp3 dl dd h3 {
    padding: 3px 0 0;
    margin: 0 0 3px;
    display: flex;
    align-items: center;
}

#related .sp3 dl dd h3 a {}

#related .sp3 dl dd ul {
    display: flex;
    justify-content: space-between;
}

#related .sp3 dl dd ul li {}

#rt-movie dl dt {
    padding: 0;
    display: inline-block;
    width: calc(100% - 2px);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    border: 1px #FFFFFF;
    margin: 1px 0;
}

#rt-movie dl dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

#single #categories {
    padding: 1em 12px 0 0;
    text-align: right;
}

#single #categories h3 {
    display: inline-block;
    margin-right: 0.5em;
}

#single #interview-meta {
    padding: 1em 0 0;
}

#rt-news h3 {
    padding-left: 4px;
    margin-bottom: 0;
    margin-top: 12px;
}

#rt-news h3.bkline {
    margin: 16px 0 0;
    padding-left: 12px;
}

#rt-news dl {
    margin: 0 12px 0 12px;
    border-bottom: solid 1px #dbdbdb;
}

h3.initial {
    font-size: 150%;
}

#artist-index h3 {
    padding: 24px 0 0 12px;
}

#artist-index h3 a {
    font-size: 120%;
}

#artist-index dl {
    border-bottom: solid 1px #dbdbdb;
    margin: 4px 6px 4px 12px;
    padding: 3px 0 6px;
}

#artist-index dl dt {
    color: #666666;
}

#artist-index dl dd {}

#entrybody .full {
    display: block;
    width: 100%;
    margin: 20px 0;
}

#entrybody .half {
    display: inline-block;
    width: 48%;
    margin: 20px 1%;
}

#entrybody .left-pc {
    display: block;
    width: 100%;
    margin: 20px 0;
}

#entrybody .left-v {
    float: none;
    width: 67%;
    margin: 0px 16% 20px;
}

#entrybody .left-sp {
    float: left;
    width: 48%;
    margin: 8px 20px 10px 0;
}

#entrybody .right-pc {
    display: block;
    width: 100%;
    margin: 20px 0;
}

#entrybody .right-v {
    float: none;
    width: 67%;
    margin: 0px 16% 20px;
}

#entrybody .right-sp {
    float: right;
    width: 48%;
    margin: 8px 0 10px 20px;
}

#entrybody .sp5 {
    display: inline-block;
    width: 19%;
    margin: 10px 0.5%;
}

#entrybody .sp3 {
    display: inline-block;
    width: 31%;
    margin: 10px 1%;
}

#columnentries dl {
    padding: 12px;
    border-bottom: solid 1px #dbdbdb;
}

#columnentries dl dt {
    color: #818181;
    font-size: 19px;
}

#columnentries dl dd {}

#entrybody .info {
    padding: 5px 20px;
    border: 1px solid #ddd;
    margin: 30px 0 20px;
}

.next {
    margin: 0.5em 10px 0.5em 0;
    padding: 0;
    text-align: right;
    font-size: 12px;
    line-height: 110%;
    display: block;
    float: right;
}

.next a {
    display: inline-block;
    height: 35px;
    background: #E4E4E4;
    width: auto;
    margin: 0 12px 0 0;
    padding: 4px 3px 2px 6px;
    text-decoration: none;
    position: relative;
    z-index: 50;
}

.next a:after {
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
    height: 25px;
    background: #E4E4E4;
    right: -13px;
    position: absolute;
    top: 5px;
    z-index: -1;
}

.prev {
    margin: 0.5em 0 0.5em 23px;
    padding: 0;
    text-align: left;
    font-size: 12px;
    line-height: 110%;
    display: block;
    float: left;
}

.prev a {
    display: inline-block;
    height: 35px;
    background: #E4E4E4;
    width: auto;
    margin: 0 12px 0 0;
    padding: 4px 11px 2px 6px;
    text-decoration: none;
    position: relative;
    z-index: 50;
}

.prev a:before {
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
    height: 25px;
    background: #E4E4E4;
    left: -13px;
    position: absolute;
    top: 5px;
    z-index: -1;
}

#prevnextlink {
    height: 40px;
}