@charset "UTF-8";
html { font-size: 9px; }

html, body { position: relative; font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; letter-spacing: 0; color: #444; background-color: #f7f7f7; line-height: 1.5; }

.pc { display:none !important; }
.sp { display:block; }

div.hidden { overflow-x: hidden; }

body.noscroll { width: 100%; height: 100%; position: fixed; }

a { color: #333; text-decoration: none; }

img { max-width: 100%; height: auto; vertical-align: bottom; }

.overflow { overflow: hidden; }

.relative { position: relative; }

.clamp1 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; }

.clamp2, .clamp3 { display: -webkit-box !important; -webkit-box-orient: vertical !important; overflow: hidden !important; line-height: 1.5; white-space: normal !important; }

.clamp2 { -webkit-line-clamp: 2 !important; }

.clamp3 { -webkit-line-clamp: 3 !important; }

.mb20 { margin-bottom: 2rem !important; }

.mb40 { margin-bottom: 4rem !important; }

.mr10 { margin-right: 1rem !important; }

#loading {
  background: url(/img/common/ajax-loader2.gif) 50% 20% no-repeat;
  width: 100%;
  height: 100px;
}

/* WRAP */
#wrap { height: 100%; overflow-x: hidden; margin: 0 auto; width: 100%; position: relative; overflow: hidden; }

/* HEADER */
#header { width: 100%; min-width: 320px; position: relative; z-index: 50; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

#header h1 { text-align: center; height: 50px; background: #FFF; }

#header h1 a { display: block; margin: 0 auto; text-indent: 100%; white-space: nowrap; width: 142px; height: 50px; background: url(/img/themes/logo.png?update=20160518) no-repeat 50% 50%; background-size: 127px 30px; overflow: hidden; }

#header h1 a img { display: inline-block; padding: 5px 0 6px; width: auto; height: 33px; }

div#btnL { width: 50px; height: 50px; position: absolute; top: 0; left: 0; margin-left: 0 !important; }

div#btnL a { display: block; width: 50px; height: 50px; padding: 1rem; box-sizing: border-box; background-color: #fc6513; text-align: center; color: #fff; }
div#btnL a i { display: block; font-size: 2rem; }

div#btnR { width: 50px; height: 50px; position: absolute; top: 0; right: 0; margin-right: 0 !important; background-color: #ffa83d; }

div#btnR span { display: block; width: 50px; height: 50px; padding: 1.2rem 1rem 0; box-sizing: border-box; color: #fff; text-align: center; }
div#btnR span i { font-size: 2.4rem; }

div#btnR a.btnMypage { background-image: url(/img/themes/btn_mypage.png); }

div#btnR a.btnMypage span { font-size: 1.3rem; vertical-align: middle; text-indent: 0%; border-radius: 30px; background: #FF0000; text-align: center; color: #FFF; font-weight: normal; position: absolute; margin-top: 5px; right: 5px; }

div#btnR a.btnMypage span.single { padding: 1.5px 6px 0px 6px; width: 10px; height: 20px; }

div#btnR a.btnMypage span.double { padding: 1px 2.5px; }

#header form { width: 100%; height: 50px; padding: 8px; position: fixed; left: 100%; top: 0; z-index: 10; box-sizing: border-box; background-color: #fffffa; }

#header form:after { content: ""; display: block; clear: both; }

#header form input[type="search"] { width: 75%; float: left; border-radius: 8px; border: none; box-sizing: border-box; background-color: #efefef; padding: 6px 16px; font-size: 1.4rem; }

#header form .btnArea { float: right; padding-top: 2px; }

#header form .btnClose, #header form input[type="submit"] { width: 26px; height: 26px; margin: 0 4px; border: none; background: url(/img/themes/icon-search.svg); text-indent: 100%; overflow: hidden; color: transparent; }

#header form .btnClose { width: 24px; height: 24px; display: inline-block; background: url(/img/themes/icon-close.svg); text-indent: -100%; vertical-align: middle; cursor: pointer; opacity: 0.7; }

.fixed#header { position: fixed; top: 0; }

#header + #bread { margin-top:93px; }
#header + #content { margin-top:93px; }
#header + #bread.lower-page { margin-top:52px; }
#header + #content.lower-page { margin-top:52px; }
#header + #content.child { margin-top:52px; }

.sc#header { position: fixed; top: -50px; }
.sc#underNavi { position: fixed; top: 0px; z-index:100;}

/* HEADER */
/* === HEAD AREA === */
/* bread */
#bread {overflow-y: hidden;margin: -7px -10px 0px;background-color: #fff;border-top: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;}
#bread ul { overflow-x: auto; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; }
#bread ul li { margin-right: 10px; display: inline-block; text-overflow: ellipsis; font-size: 1.2rem; }
#bread ul li:first-child { padding-left: 2em; }
#bread ul li:last-child a::after { display: none; }
#bread ul li a { display: block; padding: 1em .5em 1em 0; text-decoration: none; color: #484848; }
#bread ul li a::after { content: ""; display: inline-block; vertical-align: middle; width: 4px; height: 4px; margin-left: 1em; border-top: 1px solid #ccc; border-right: 1px solid #ccc; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/* bread */
.ttlTop { border-bottom: 4px solid #fc6513; padding-bottom: 1rem; margin-bottom: 1rem; color: #fc6513; font-size: 2rem; text-align: center; font-weight: bold; line-height: 1.3; }
.ttlTop span { display: block; font-size: 1.2rem; font-weight: normal; }

.ttlH1 { margin: 0 1rem 1rem; font-size: 2rem; font-weight: bold; color: #fc6513; }

.ttlH2 { overflow: hidden; margin: 1.5rem 1rem 1rem; line-height: 1.5; font-size: 1.8rem; font-weight: bold; color: #fc6513; padding-top: 10px; }
.ttlH2 span { float: right; margin-top: .5em; font-size: 1.1rem; font-weight: normal; }
.ttlH2 span.num { float: none; display: inline-block; margin-left: .5em; color: #888; }

select { display: block; margin: 0; padding: 0 29px 0 5px; font-size: 1.3rem; line-height: 32px; width: auto; height: 32px; vertical-align: middle; border: 1px solid #BBB; border-radius: 0; background: #FFF url(/img/themes/bg_select.png) no-repeat right 50%; background-size: 24px 30px; -webkit-appearance: none; -moz-appearance: none; appearance: none; /* text-indent: .01px; */ text-overflow: ""; }

/* goMore */
p.goMore { clear: both; margin: 30px auto 30px; font-size: 1.4rem; line-height: 1.5; width: 198px; border: 1px solid #999; }

p.goMore a { display: block; line-height: 30px; color: #FFF; text-align: center; width: 196px; border: 1px solid #FFF; background: #595858; }

/* goBack */
p.goBack { clear:both; margin:0 auto 40px; font-size:108%; line-height:1.5; width:218px; font-size: 1.4rem;}
p.goBack a { display:block; line-height:25px; text-align:center; width:216px; text-decoration-line:underline!important;}

.setlist p.goBack {margin: 2rem 0;width: 100%;line-height: inherit;border: none;font-size: 1rem;}
.setlist p.goBack .btnOrange {position: relative;display: block;background: #ffa83d;text-align: center;padding: 2rem 0;font-weight: bold;font-size: 1.6rem;line-height: 1;color: #FFF;width: 100%;}
.setlist p.goBack .btnOrange::after { position: absolute; left: 16px; top: 50%; margin-top: -4px; content: ""; width: 8px; height: 8px; border-top: 3px solid #fff; border-right: 3px solid #fff; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
p.goBack a.modalCancel { margin: 0 auto; display:block; line-height:30px; color:#666; text-align:center; width:296px; border:1px solid #DDD; background:#FFF url(/img/themes/cursor_L.png) no-repeat 0 50%; background-size:15px 16px; }
#searchBox p.goBack { margin: 0 40px 40px; }


/* btnSearch */
p.btnSearch { clear: both; margin: 0 auto 40px; font-size: 1.4rem; line-height: 1.5; width: 143px; border: 1px solid #999; }

p.btnSearch a { display: block; line-height: 30px; color: #444; text-align: center; width: 141px; border: 1px solid #FFF; background: #DDD url(/img/themes/cursor_R_D.png) no-repeat right 50%; background-size: 15px 16px; }

/* btnSubmit */
p.btnSubmit { margin: 0 auto 40px; text-align: center; font-size: 1.4rem; line-height: 1.5; width: 298px; border: 1px solid #999; }

p.btnSubmit a { display: inline-block; margin: 0 auto; line-height: 40px; color: #FFF; width: 296px; border: 1px solid #FFF; background: #FF8C00; }

p.btnSubmit button { display: inline-block; margin: 0 auto; line-height: 30px; color: #FFF; width: 216px; border: 2px solid #FFF; outline: solid 1px #9C0; background: #9C0; }

/* オレンジ四角ボタン */
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* pageNate */
ul.pageNate { margin: 0 10px 40px; font-size: 0; text-align: center; width: auto; overflow: hidden; }

ul.pageNate li { display: inline-block; margin: 0 2px; font-size: 1.3rem; line-height: 31px; width: 31px; height: 31px; border: 1px solid #999; }

ul.pageNate li.bridge { width: auto; border: none; }

ul.pageNate li a { display: block; width: 29px; height: 29px; line-height: 29px; color: #FFF; background: #CCC; border: 1px solid #FFF; }

ul.pageNate li.current { background: #FF8C00; color: #FFF; }

ul.pageNate li a { background: #595858; }

/* CONTENT */
.fixed#header + p#bread { margin-top: 51px; }

p.txtNotice { margin: 1rem; padding: 1em; line-height: 1.8; text-align: center; font-size: 1.5rem; }

/* topPage */
div.topSection { margin: 4rem 0 6rem !important; }

/* topSlider */
div#topSlider { margin-bottom: 15px; padding-bottom: 17px; background: #666; }

div#topSlider li a img { width: 100%; }

/*setlistNavi  */
ul#setlistNavi { margin: 15px 10px; text-align: center; width: auto; border: 1px solid #BBB; border-radius: 8px; background: #FFF; overflow: hidden; }

ul#setlistNavi li { display: inline-block; font-size: 1.2rem; font-weight: bold; line-height: 1.25; width: 49.6%; border-left: 1px solid #BBB; }

ul#setlistNavi li:first-child { border: none; }

ul#setlistNavi li a { display: block; padding: 6px 0 5px; width: auto; }

ul#setlistNavi li a.current { color: #FFF; background: #FF8C00; }

/* ICON BTN COLOR */
/* icons */
ul.icons { clear: both; width: auto; overflow: hidden; }

ul.icons li { padding: .4rem; margin-right: 4px; font-size: 1rem; line-height: 1; text-align: center; color: #FFF; float: left; border-radius: 3px; margin-bottom: 5px; }
ul.icons li:last-child { margin-right: 0; }

ul.icons li.iconList { background: #FFA600; }

ul.icons li.iconReview { background: #6A3906; }

ul.icons li.iconReport { background: #C03; }

ul.icons li.iconPia { background: #36C; }

ul.icons li.iconTicket { background: #3C6; }

ul.icons li.iconMyreview { color: #6A3906; border: 2px solid #6A3906; background: #FFF; }

ul.icons li.iconOnline { background: #e91e62; font-weight: bold; margin: 0; display: inline-block; width: 85%; margin-bottom: 3px; }

/* genres */
ul.genres { clear: both; padding-top: 5px; width: 60px; overflow: hidden; font-size: 1.1rem; top: 60px; position: absolute; }

ul.genres li { margin-right: 6px; font-size: 1.4rem; line-height: 1.25; color: #666; width: auto; float: left; }

ul.genres li:before,div.genres span:before { content: '['; }

ul.genres li:after,div.genres span:after { content: ']'; }

div.fes ul.genres, div.fesko ul.genres, div.tour ul.genres { top: 75px; }

/* clip check BTN */
ul.ccBtn { width: auto; border-top: 1px solid #BBB; background: #FFF url(/img/themes/bg_ccBtn.png) no-repeat 50% 50%; overflow: hidden; }

ul.ccBtn li { float: left; width: 50%; height: 40px; }

ul.ccBtn li a { display: block; margin: 0 auto; text-indent: 100%; white-space: nowrap; width: 85px; height: 39px; background: url(/img/themes/btn_cc.png) no-repeat 0 0; background-size: 145px 227px; overflow: hidden; }

ul.ccBtn.btnNum li a { font-size: 1.2rem; line-height: 39px; text-indent: 0; text-align: center; color: #444; width: 31px; }

ul.ccBtn li span.btnGolive a { background-position: 0 0; }

ul.ccBtn.btnNum li span.btnGolive a { padding-left: 50px; width: 33px; }

ul.ccBtn li span.btnGolived a { background-position: 0 -39px; }

ul.ccBtn.btnNum li span.btnGolived a { padding-left: 50px; width: 33px; color: #FF8C00; }

ul.ccBtn li span.btnGonelive a { background-position: 0 -78px; }

ul.ccBtn.btnNum li span.btnGonelive a { padding-left: 50px; width: 33px; }

ul.ccBtn li span.btnGonelived a { background-position: 0 -117px; }

ul.ccBtn.btnNum li span.btnGonelived a { padding-left: 50px; width: 33px; color: #FF8C00; }

ul.ccBtn li span.btnClip a { width: 106px; background-position: 0 -156px; }

ul.ccBtn.btnNum li span.btnClip a { padding-left: 72px; width: 33px; }

ul.ccBtn li span.btnCliped a { width: 93px; background-position: 0 -195px; }

ul.ccBtn.btnNum li span.btnCliped a { padding-left: 72px; width: 33px; color: #FF8C00; }

/* like BTN */
ul.likeBtn { padding: 1.5em 1em; }
ul.likeBtn li { display: inline-block; margin-right: 1em; font-size: 1.2rem; font-weight: bold; letter-spacing: 1px; }
ul.likeBtn li a { color: #484848; }
ul.likeBtn li .btnLiked a { color: #FF8C00; }
ul.likeBtn li [class^="icon-"], ul.likeBtn li [class*=" icon-"] { color:#484848!important; font-size: 1.5rem;}
ul.likeBtn li .btnLiked [class^="icon-"], ul.likeBtn li .btnLiked [class*=" icon-"]{ color: #FF8C00!important; }

/* h2BTN */
.btnShare, .btnEntry, .btnEdit, .btnAdd, .btnWiki { border: 1px solid #333; display: block; text-indent: 100%; white-space: nowrap; width: auto; height: 25px; border-radius: 3px; background: #FFF no-repeat 50% 50%; overflow: hidden; cursor: pointer; }

/* share */
.btnShare { width: 100px; background-image: url(/img/themes/btn_share.png); background-size: 100px 25px; }

/* Wikipedia */
.btnWiki { width: 145px; background-image: url(/img/themes/btn_wiki.png); background-size: 145px 25px; }

/* entry */
.btnEntry { width: 70px; background-image: url(/img/themes/btn_entry.png); background-size: 70px 25px; }

.btnEdit { width: 70px; background-image: url(/img/themes/btn_edit.png); background-size: 70px 25px; }

.btnAdd { width: 70px; background-image: url(/img/themes/btn_add.png); background-size: 70px 25px; }

/* shareLink */
ul.shareLink { max-width: 340px; margin: 1.5rem auto; border-top: 1px #ccc solid; background-color: #FFF; text-align: center; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

ul.shareLink li { width: 25%; margin: 0 .3rem; vertical-align: middle; }
ul.shareLink li span { display: block; margin-top: .6rem; font-size: 1rem; }

ul.shareLink li a { display: block; width: 35px; height: 35px; margin: 0 auto; padding: 12px 10px 8px; border-radius: 50%; line-height: 35px; font-weight: normal; font-size: 30px; border: 2px solid #2196F3; }
ul.shareLink li a i, ul.shareLink li a img { display: block; margin: 0 auto; }

ul.shareLink li.iconTw { color: #2196F3; }
ul.shareLink li.iconTw a { border-color: #2196F3; color: #2196F3; }

ul.shareLink li.iconTw.x { color: #000; }
ul.shareLink li.iconTw.x a { border-color: #000; color: #000; }

ul.shareLink li.iconFb { color: #3B5998; }
ul.shareLink li.iconFb a { border-color: #3B5998; color: #3B5998; }

ul.shareLink li.iconLi { color: #25AF00; }
ul.shareLink li.iconLi a { border-color: #25AF00; color: #25AF00; }

ul.shareLink li.iconHatena { color: #00a4de; }
ul.shareLink li.iconHatena a { border-color: #00a4de; color: #00a4de; }

/* ICON BTN COLOR */
/* MEMO */
#ul.memo { padding-left: 60px; }

.reviewlist div.eventData { background: #FFFFFA url(/img/themes/cursor_R.png) no-repeat right 50%; padding: 0; background-size: 15px 16px; }

/* event Data */
/* color */
div.concert h4 { color: #FF8C00; }
div.taiban h4, div.taiban h3, div.fes h4, div.fes h3, div.fesko h4, div.taibanko h4 { color: #9C0; }

div.tour h3 { color: #96C; }

div.tour h5 { background: #96C; }

div.fesko h3, div.taibanko h3 { color: #444; }

/* event BOX */
/* timeline */
div.eventBox dl.songInfo { padding: 4px; width: auto; border-bottom: 1px solid #BBB; background: #F6F6F6; overflow: hidden; }

div.eventBox dl.songInfo dt, div.eventBox dl.songInfo dd { font-size: 1.2rem; line-height: 1.25; }

div.eventBox dl.songInfo dt { width: 50px; float: left; color: #FF8C00; font-weight: bold; }

div.eventBox dl.songInfo dd { margin-left: 50px; }

/* artist BOX */
#div.artistBox { margin: 0 10px 15px; width: auto; border: 1px solid #BBB; border-radius: 2px; background: #FFF; overflow: hidden; }

/* artist Data */
div.artistData { padding: 9px 24px 9px 9px; background: #FFF url(/img/themes/cursor_R.png) no-repeat right 50%; background-size: 15px 16px; position: relative; overflow: hidden; }

div.artistData a { display: block; width: 50px; float: left; }

div.artistData a img { width: 50px; height: auto; }

div.artistData h3 { margin: 0 0 5px 60px; font-size: 1.6rem; font-weight: bold; line-height: 1.25; }

div.artistData ul.genres { clear: none; margin-left: 60px; padding: 0; top: 0px; width: inherit; position: relative; }

div.artistData + ul.ccBtn { text-align: center; background-image: none; }

div.artistData + ul.ccBtn li { margin: 0 auto; }

div.artistData + ul.ccBtn li:first-child { text-align: center; }

div.artistData + ul.ccBtn li:first-child span { display: inline-block; vertical-align: middle; padding: 14px 0px; }

/* artist BOX */
/* top BOX */
div.topBox { background-color: #fff; padding: 1.5rem 1rem; }

div.non-image { background-image: none; }

div.topBox h3, div.topBox h4 { margin-bottom: 5px; font-size: 1.4rem; font-weight: bold; line-height: 1.25; }

div.topBox h3 a, div.topBox h4 a { color: #444; }

div.topBox h4 { color: #FF8C00; }

div.topBox address, div.topBox p { font-size: 1.2rem; line-height: 1.25; }

div.topBox address { font-weight: bold; }

div.topBox ul.genres { padding: 0; width: auto; font-size: 1.3rem; top: auto; position: inherit; }

div.topBox ul.genres li { font-size: 1.2rem; }

div.topBox h3, div.topBox h4, div.topBox address { overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-height: 40px; padding-bottom: 0px; line-height: 1.5; color: #444; }

div.topBox address { line-height: 1.25; }
.topBox .ttlH1 { padding: 0; margin: 0 0 .5rem; }
.topBox a{ text-decoration: underline; }
.topBox .middletxt{ margin-bottom: .5rem; font-size: 1.6rem; font-weight: bold; }
.topBox .middletxt a{ color: #fc6513; }
.topBox .subtxt { font-weight: normal; color: #484848; line-height: 1.5; }
.topBox .subtxt a{ color: #484848; }
#content.ticket .topBox, #content.review .topBox, #content.venue .topBox, #content.setlist .topBox, #content.timetable .topBox { padding:1rem; }
#content.ticket .topBox .ttlH2, #content.review .topBox .ttlH2, #content.venue .topBox .ttlH2, #content.setlist .topBox .ttlH2, #content.timetable .topBox .ttlH2 { color:#333; margin:1rem 0; line-height: 1.2; font-size: 1.6rem;}

.topBox .ttlH1 { padding: 0; margin: 0 0 .5rem; }
.topBox a{ text-decoration: underline; }
.topBox .middletxt{ margin-bottom: .5rem; font-size: 1.6rem; font-weight: bold; }
.topBox .middletxt a{ color: #fc6513; }
.topBox .subtxt { font-weight: normal; color: #484848; line-height: 1.5; }
.topBox .subtxt a{ color: #484848; }
/* top BOX */
/* relList */
ul.relList { margin: 0 auto 0px; text-align: center; }

ul.relList li { display: inline-block; padding: 0 10px 0px; line-height: 50px; text-align: center; width: auto; overflow: hidden; }

ul.relList li a { text-decoration: underline; }

ul.relList li a.btnShare, ul.relList li a.btnWiki { text-decoration: none; height: 23px; float: none; border: 2px solid #595858; }

/* relList */
/* sort BLOCK */
div.sortBlock { margin: 0 10px 15px; width: auto; overflow: hidden; }

div.sortBlock select { width: 140px; float: left; }

div.sortBlock p select { display: inline-block; float: none; }

div.sortBlock p.result { margin: 0 auto 15px; font-size: 1.4rem; font-weight: bold; line-height: 1.25; text-align: center; }

div.sortBlock p.result span { color: #FF8C00; }

div.sortBlock p.btnSearch { margin: 0; float: right; }

/* sort BLOCK */
/* recommend */
#recomSlider { padding-bottom: 40px; }

#recomSlider li.swiper-slide { padding: 4px; height: 180px; border: 1px solid #BBB; border-radius: 2px; background: #FFF; }

#recomSlider li > img { width: 85px; height: auto; }

#recomSlider li dl { padding-top: 4px; }

#recomSlider li dt { min-height: 35px; font-size: 1.2rem; line-height: 1.25; word-wrap: break-word; }

#recomSlider li dd ul.genres { padding: 4px 0 0; clear: both; position: inherit; width: auto; }

#recomSlider li dd ul.genres li { font-size: 1rem; }

/* attribute */
ul.attribute { clear: both; margin: 1rem 0 0; text-align: right; }
ul.attribute li { display: inline-block; margin-left: .5rem; white-space: nowrap; text-align: left; color: #333; font-size: 1.8rem; font-weight: bold; vertical-align: middle; }
ul.attribute li:first-child { margin-left: 0; }
ul.attribute li span { font-weight: normal; font-size: 1.1rem; }
ul.attribute li .subTtl { display: block; margin-bottom: .5em; color: #888; }
ul.attribute li .btnOrange-bd { line-height: 2em; font-size: 1.4rem; }
ul.attribute li .btnOrange-bd::before { display: none; }
ul.attribute li .btnOrange-bd.btnGray { background: #fff; color: #ff6900; }


ul.subinfo { border-top: solid 1px #CCC; padding-top: 9px; margin-top: 15px; margin-left: 60px; }

ul.subinfo.fes { margin-right: 10px; }

ul.subinfo li { font-size: 1.2rem; float: left; width: 33.3%; border-right: none; text-align: center; }

ul.subinfo li:last-child { border-right: none; }

ul.subinfo span { margin-left: 5px; }

@media screen and (max-width: 399px) { ul.subinfo li { font-size: 1.1rem; } }
@media screen and (max-width: 359px) { ul.subinfo { margin-left: 30px; }
  ul.subinfo li { font-size: 1.1rem; } }
/* reviewlist */
#reviewlist .reviewWrap { border-top: 1px solid #e7e7e7; }
#reviewlist .reviewWrap a { display: block; }
#reviewlist .reviewWrap a.more { display: inline; }
#reviewlist .reviewWrap a.btn-gray-link { margin-bottom: 6rem; }

/* review BOX */
div.reviewBox, div.reviewMyBox { margin: 0; width: auto; border-bottom: 1px solid #e7e7e7; background: #fff; overflow: hidden; }

div.reviewMyBox { border: 2px solid #6A3906; }
div.reviewMyBox + div.reviewMyBox { border-top:none; }

div.reviewBox.myself { border: 2px solid #6A3906; }
div.reviewBox.myself + div.reviewBox.myself { border-top:none; }
/* review Data */
div.reviewData span.more { color: #1582df; text-decoration: underline; }

div.reviewData h3 { margin: 0 0 5px 60px; font-size: 1.6rem; font-weight: bold; line-height: 1.25; }

div.reviewData + ul.ccBtn { text-align: center; background-image: none; }

div.reviewData + ul.ccBtn li { float: right; margin: 0 auto; }

div.reviewBox p.PostDate, div.reviewMyBox p.PostDate, div.singleBox p.PostDate, div.singleMyBox p.PostDate { text-align: right; font-size: 1.1rem; color: #555; margin: 10px 10px 10px 0px; }

div.reviewBox .liveinfo, div.reviewMyBox .liveinfo { padding: 1rem; background-color: #FFF; }
div.reviewBox .liveinfo a, div.reviewMyBox .liveinfo a { display: block; }

/* list Review */
div.reviewBox .liveinfo p.title, div.reviewMyBox .liveinfo p.title, div.reviewBox .liveinfo address, div.reviewMyBox .liveinfo address { overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; max-height: 1.5em; padding-bottom: 0; line-height: 1.5; color: #333; }

div.reviewBox .liveinfo address, div.reviewMyBox .liveinfo address { color: #888; font-size: 1.2rem; }

div.reviewBox .liveinfo p.title, div.reviewMyBox .liveinfo p.title { font-size: 1.6rem; font-weight: bold; }

div.reviewBox p.PostDate, div.reviewMyBox p.PostDate { height: 30px; }

div.reviewBox p.PostDate span, div.reviewMyBox p.PostDate span { margin-left: 10px; float: left; }

div.reviewBox p.PostDate span.date, div.reviewMyBox p.PostDate span.date { margin-top: 10px; float: right; }

div.reviewBox p.PostDate span a, div.reviewMyBox p.PostDate span a { padding-right: 20px; background: url(/img/themes/images/icon_like.png?update=20161122) no-repeat 0 0; background-size: 100px 55px; padding-left: 76px; padding-top: 10px; padding-bottom: 5px; text-align: center; display: table; width: 21px; margin-bottom: 10px; }

div.reviewBox p.PostDate span.btnLike a, div.reviewMyBox p.PostDate span.btnLike a { color: #444; }

div.reviewBox p.PostDate span.btnLiked a, div.reviewMyBox p.PostDate span.btnLiked a { color: #FF8C00; background-position: 0 -30px; }

div.reviewBox div.reviewUser, div.reviewMyBox div.reviewUser { padding: 10px 10px 0; display: table; }
div.reviewBox div.reviewUser img, div.reviewMyBox div.reviewUser img { border-radius: 50%; vertical-align: bottom; }
div.reviewBox div.reviewUser a, div.reviewMyBox div.reviewUser a { display: block; }

div.reviewBox div.reviewUser p.user, div.reviewMyBox div.reviewUser p.user { margin-bottom: 2px; height: auto; margin-left: 40px; padding-top: 2px; }

div.reviewBox div.reviewUser .mypage-link, div.reviewMyBox div.reviewUser .mypage-link { text-decoration: underline; }

div.reviewBox div.reviewUser span, div.reviewMyBox div.reviewUser span { font-size: 1.4rem; font-weight: bold; vertical-align: middle; display: table-cell; color: #333; line-height: 1.5; }

div.reviewBox div.reviewUser span + span, div.reviewMyBox div.reviewUser span + span { font-weight: normal; padding-left: 5px; font-size: 1rem; }

div.reviewBox div.reviewUser img, div.reviewMyBox div.reviewUser img { height: 30px; width: 30px; float: left; margin-right: 10px; object-fit: cover; }

#reviewlist.child div.reviewBox { position: relative; }
#reviewlist.child div.reviewBox::after { position: absolute; right: 1rem; top: 50%; margin-top: -4px; content: ""; width: 8px; height: 8px; border-top: 2px solid #ccc; border-right: 2px solid #ccc; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#reviewlist.child div.reviewBox .liveinfo, #reviewlist.child .commentWrap {width: 90%;padding: 1rem 1rem;}
#reviewlist.child div.reviewBox .liveinfo { margin-bottom: 1rem; border-bottom: 1px solid #e7e7e7; }
#reviewlist.child div.reviewBox .liveinfo p.title { font-size: 1.2rem; }
#reviewlist.child .commentWrap {margin: 0;padding: 0 0 0 1rem;background-color: transparent;}
#reviewlist.child .commentWrap h3 { margin: 1.5rem 0 .5rem; font-weight: normal; font-size: 1.4rem; }
#reviewlist.child div.reviewBox div.reviewUser span { display: inline-block; }
#reviewlist.child div.reviewBox div.reviewUser { width: 100%; padding: 0; }
#reviewlist.child div.reviewBox div.reviewUser > p { width: 50%; display: table-cell; vertical-align: middle; text-align: right; font-size: 1.1rem; color: #888; }
#reviewlist.child div.reviewBox div.reviewUser img { float: none; vertical-align: middle; }
#reviewlist.child div.reviewBox div.reviewUser p.user { text-align: left; color: #333; }
#reviewlist.child ul.reviewPostDate { background-color: rgba(0, 0, 0, 0.05); padding: .5rem 1rem; margin: 1rem 0; }
#reviewlist.child ul.reviewPostDate .starRating { margin: 0; height: 16px; font-size: 1.6rem; width:7rem; }
#reviewlist.child ul.reviewPostDate .starRating:after { color: #cbb562; }
#reviewlist.child ul.reviewPostDate li { float: right; margin-right: 1rem; }
#reviewlist.child ul.reviewPostDate li.starRating  { float: left; }
#reviewlist.child .commentWrap h3.reviewNoticeChild { color: #ff0000; font-weight: bold; font-size: 1.4rem; line-height: 1.5; }

/* review BOX */
/* CONTENT */
/* === BOTTOM AREA === */
/* btmSlider */
div#btmSlider, div#btmSliderOff { padding-bottom: 17px; background: #666; }

div#btmSlider li.swiper-slide { left: 8%; text-align: center; width: 85%; }

div#btmSlider li.swiper-slide-next { text-align: left; }

div#btmSlider li.swiper-slide-prev { text-align: right; }

div#btmSliderOff li.swiper-slide { left: 8%; text-align: center; width: 85%; }

div#btmSliderOff li.swiper-slide-next { text-align: left; }

div#btmSliderOff li.swiper-slide-prev { text-align: right; }

@media screen and (min-width: 420px) { div#btmSlider { margin-bottom: 40px; padding-bottom: 17px; background: #666; }
  div#btmSlider li.swiper-slide { left: 15%; text-align: center; width: 70%; }
  div#btmSlider li.swiper-slide-next { text-align: left; }
  div#btmSlider li.swiper-slide-prev { text-align: right; }
  div#btmSliderOff li.swiper-slide { left: 15%; text-align: center; width: 70%; }
  div#btmSliderOff li.swiper-slide-next { text-align: left; }
  div#btmSliderOff li.swiper-slide-prev { text-align: right; } }
@media screen and (min-width: 499px) { div#btmSlider { margin-bottom: 40px; padding-bottom: 17px; background: #666; }
  div#btmSlider li.swiper-slide { left: 20%; text-align: center; width: 60%; }
  div#btmSlider li.swiper-slide-next { text-align: left; }
  div#btmSlider li.swiper-slide-prev { text-align: right; }
  div#btmSliderOff li.swiper-slide { left: 20%; text-align: center; width: 60%; }
  div#btmSliderOff li.swiper-slide-next { text-align: left; }
  div#btmSliderOff li.swiper-slide-prev { text-align: right; } }
/*---------------------
SNSフォロー枠
-----------------------*/
.snsFollow { background-color: #fff; padding: 1.5rem 1rem; }

.snsFollow .ttl { text-align: center; margin-bottom: .5em; }

.snsFollow .ttl p { display: inline-block; font-size: 1.6rem; font-weight: bold; padding: 0 .5em .2em; border-bottom: 4px solid #ffc527; }

.snsFollow ul { display: table; width: calc(100% + 1rem); margin: 1rem -.5rem 0; border-collapse: separate; border-spacing: .5em 0; }

.snsFollow ul li { display: table-cell; width: 25%; vertical-align: middle; }

.snsFollow ul li a { display: block; border-radius: 4px; -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); background-color: #277bc9; padding: .5em 1em; color: #fff; font-weight: bold; text-align: center; }

.snsFollow ul li.tw a { background-color: #1da1f2; }
.snsFollow ul li.tw.x a { background-color: #000; }

.snsFollow ul li.yt a { background-color: #ec3939; }

.snsFollow ul li.spfy a { background-color: #1DB954; }

.snsFollow ul li.li a { background-color: #25AF00; }

.snsFollow ul li.hatena a { background-color: #4d91c9; }

.snsFollow ul li.wiki a { background-color: #3C3C3C; }

.snsFollow ul li img { display: block; margin: 0 auto; margin-bottom: .5em; }

.actionModal .snsFollow { background-color: transparent; padding: 0 1rem; }
.actionModal .snsFollow ul { padding: 0 .5em 2em; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
.actionModal .snsFollow ul li { height: 100%; width: 20% !important; align-self: center; }
.actionModal .snsFollow ul li a { height: 100%; padding: 1em 0; border-radius: 0; font-size: 1rem; }
.actionModal .snsFollow ul li img { display: block; height: 26px; width: auto; margin-bottom: 4px; }
.actionModal .snsFollow ul li i { display: block; font-size: 26px; margin-bottom: 4px; }

/* goMovie */
iframe.goMovie { display: block; margin: 40px auto; }

/* spBox */
div.spBox { margin: 1rem; padding-bottom: 15px; border-bottom: 1px dashed #999; }

div.spBox dl dt { text-align: center; }

div.spBox dl dt img { width: 300px; height: auto; }

div.spBox dl dd { margin-top: 10px; font-size: 1.4rem; font-weight: bold; line-height: 1.25; }

div.spBox dl dd a { color: #444; text-decoration: underline; }

div.spBox p { margin-top: 10px; line-height: 1.25; color: #666; }

div.spBox p.theme { font-weight: bold; font-size: 1.2rem; }

/* push list */
ul.listNews.push li dl dt { padding-bottom: 20px; }

ul.listNews.push dl span { width: 65px; height: 65px; }

ul.listNews.push dl span img { max-width: 65px; max-height: 65px; }

ul.listNews.push li dl dd { margin-top: -16px; }

ul.listNews.push .push-big { position: relative; margin-bottom: 10px; padding: 8px; }

ul.listNews.push .push-big::after { content: "NEW"; background-color: #ff5338; padding: 16px 8px; border-radius: 50%; color: #fff; font-size: 1.2rem; font-weight: bold; position: absolute; right: 8px; top: 8px; }

ul.listNews.push .push-big dl span { display: block; width: calc(100% - 20px); height: auto; margin: 0 0 8px; background-color: #fff; text-align: center; }

ul.listNews.push .push-big dl span img { max-width: 100%; max-height: inherit; height: auto; }

ul.listNews.push .push-big dl dt, ul.listNews.push .push-big dl dd { display: block; padding-right: 20px; padding-left: 0; }

ul.listNews.push .push-big dl dd .desc { text-align: left; margin-bottom: 1em; }

/*---------------------
Amazon Slider
-----------------------*/
#listAmazon { padding: 0 1em; }

#listAmazon li.swiper-slide { width: 160px !important; height: auto; margin: 0 0 1em; padding: .5em; background-color: #fff; border: 1px solid #bbb; }

#listAmazon li.swiper-slide a { display: block; }

#listAmazon li.swiper-slide img { margin-bottom: .5em; }

#listAmazon li.swiper-slide dt { min-height: 5.5em; line-height: 1.3; }

#listAmazon li.swiper-slide dd { text-align: center; }

#listAmazon li.swiper-slide.more { border: none; background-color: transparent; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

#listAmazon li.swiper-slide.more a { position: relative; background-color: #efefef; margin: 0 auto; border-radius: 50%; padding: 65px 40px; }

#listAmazon li.swiper-slide.more a::after { position: absolute; right: 11%; top: 45%; content: ""; display: block; width: 10px; height: 10px; border-top: 3px solid #ccc; border-right: 3px solid #ccc; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/* listLink */
ul.listLink { margin: 0 10px 40px; border: 1px solid #BBB; border-radius: 2px; background: #FFF; }

ul.listLink li { padding: 12px 24px 12px 9px; line-height: 1.25; border-top: 1px solid #BBB; background: #FFF url(/img/themes/cursor_R.png) no-repeat right 50%; background-size: 15px 16px; overflow: hidden; }

ul.listLink > li:first-child { border-top: none; }

ul.listLink li a { color: #444; }

/* listInfo */
ul.listInfo { padding: 0 10px; }

ul.listInfo li { margin: 0 auto 15px; padding: 4px 24px 4px 4px; border: 1px solid #BBB; background: #FFF url(/img/themes/cursor_R.png) no-repeat right 50%; background-size: 15px 16px; overflow: hidden; }

ul.listInfo li dl dt { font-weight: bold; line-height: 1.25; min-height: 50px; }
#content.article ul.listInfo li dl dt { font-size: 1.3rem; }

ul.listInfo li dl dt a { color: #444; }

ul.listInfo li dl dd { line-height: 1.25; text-align: right; color: #666; }

/* listPoint */
ul.listPoint { padding: 0 10px; }

ul.listPoint li { margin: 0 auto 15px; padding: 4px 24px 4px 4px; border: 1px solid #BBB; background-size: 15px 16px; overflow: hidden; }

ul.listPoint li dl dt { line-height: 1.25; min-height: 20px; float: left; }

ul.listInfo li dl dt a { color: #444; }

ul.listPoint li dl dd { padding: 0 0 0 100px; font-weight: bold; line-height: 1.25; min-height: 50px; }

ul.listPoint li dl dd p { line-height: 1.25; color: #FF8C00; }

/* listSPbnr */
ul.listSPbnr { margin: 0 1rem; text-align: center; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

ul.listSPbnr li { width: 100%; height: 150px; margin-bottom: 1rem; text-align: center; }

ul.listSPbnr li a { display: block; width: auto; height: auto; }

ul.listSPbnr li a img { height: 150px; }

ul.listSPbnr li a img.footer_bnr { width: 100%; }

ul.listbnr { padding-bottom: 10px; text-align: center; }

ul.listbnr img { border: 1px solid #BBB; }

/* goLogin */
dl.goLogin { margin-bottom: 40px; padding: 10px; text-align: center; color: #9C0; border: 10px solid #9C0; background: #FFF; }

dl.goLogin dt { font-size: 1.4rem; line-height: 1.5; }

dl.goLogin dd { margin: 5px auto; font-size: 1.4rem; line-height: 1.5; width: 218px; border: 1px solid #9C0; }

dl.goLogin dd a { display: block; line-height: 30px; color: #FFF; width: 216px; border: 1px solid #FFF; background: #9C0; }

/* listLFcounter */
ul.listLFcounter { padding: 10px 0; text-align: center; border-top: 4px solid #FF8C00; border-bottom: 4px solid #FF8C00; background: #FFF; }

ul.listLFcounter li { display: inline-block; padding: 0 5px; font-size: 1.2rem; line-height: 1.25; }

ul.listLFcounter li span { font-weight: bold; color: #FF8C00; }

/* FOOTER */
#footer { clear: both; padding-top: 15px; width: auto; height: 225px; position: relative; background-color: #131313; }

p.goPC { margin: 0 auto 15px; font-size: 1.4rem; line-height: 1.5; width: 298px; border: 1px solid #BBB; }

p.goPC a { display: block; line-height: 30px; color: #444; text-align: center; width: 296px; border: 1px solid #FFF; background: #DDD; }

p.footNav { margin: 0 auto 15px; font-size: 1.4rem; line-height: 1.75; text-align: center; color: #FFF; }

p.footNav a { color: #FFF; }

#footer address { padding-right: 10px; font-size: 1.2rem; line-height: 1.25; text-align: right; color: #FFF; }

/* FOOTER */
/* FOOTMENU */
#mask { position: fixed; z-index: 100; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.15); }

#footMenu { width: 100%; position: fixed; bottom: 0; left: 0; z-index: 100; }

#footMenu .signinlist { background-color: rgba(0, 0, 0, 0.15); padding: 4px 8px; position: absolute; top: -57px; z-index: 0; }

#footMenu.open .signinlist { display: none; }

#footMenu .signinlist:after { content: ""; display: block; clear: both; }

#footMenu .signinlist li img { display: block; max-width: 100%; height: auto; }

#footMenu .signinlist li { float: left; width: 49.5%; }

#footMenu .signinlist li:last-child { float: right; margin-top: -14px; }

#footMenu .menulist { height: 57px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: #FFF; background-size: auto 77px; padding: 0 0 0; box-sizing: border-box; font-size: 1rem; }

#footMenu .menulist li { width: 20%; position: relative; text-align: center; }

#footMenu .menulist li .badge { display: inline-block; position: absolute; right: 10px; top: -12px; padding: 2px 4px; line-height: 1; background-color: #ff4c1c; border-radius: 25px; color: #fff; font-size: 1.1rem; }

/* #footMenu .menulist .icon-timeline { margin-top: -20px; letter-spacing: -2px; color: #fff !important; border-radius: 50%; } */

#footMenu .menulist .icon-timeline.active { margin-top: -14px; letter-spacing: 0; /*background-color: transparent;*/ }

#footMenu .menulist .icon-timeline.active:before { content: "\e90f"; margin-left: -2px; font-size: 2.2rem; }

#footMenu .menulist .icon-timeline, #footMenu .menulist .icon-calendar { font-size: 1rem; }

#footMenu .menulist a { display: block; padding: 4px; border-radius: 4px; color: #878787 !important; margin: auto; }

#footMenu .menulist a.active { background-color: orange; color: #fff !important; }

#footMenu .menulist a:before, #footMenu .menulist .nolink:before { display: block; margin: 0 auto 4px; text-align: center; font-size: 2.5rem; }

#footMenu .menulist .nolink { color: #e4e4e4 !important; }

#footMenu .menulist .nolink:after { display: block; width: 100%; height: 100%; padding: 5% 0 0; box-sizing: border-box; content: "coming soon"; position: absolute; left: 0; top: 0; color: #9c9c9c; font-size: 1.1rem; }

/* FOOTMENU */
/* TIMELINE */
#tab_timeline { display: none; width: 100%; height: 100%; position: fixed; border-top: 1px solid #eee; padding-top: 8px; padding-bottom: 32px; overflow-y: scroll; background-color: rgba(255, 255, 250, 0.9); -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

#footMenu.open #tab_timeline { display: block; }

#tab_timeline .btnClose { width: 100%; height: 50px; box-sizing: border-box; position: fixed; left: 0; top: 0; background-color: rgba(240, 240, 240, 0.9); padding: 14px 0; color: #848484; font-weight: bold; font-size: 1.2rem; text-align: center; cursor: pointer; }

#tab_timeline .btnClose:before { content: ""; display: inline-block; width: 14px; height: 14px; margin-right: 8px; background: url(/img/themes/icon-close.svg) center; vertical-align: middle; }

#tab_timeline .tllist { display: block; border: 2px solid #e2e2e2; background: #fff url(/img/themes/bg-timeline.png) 0 0 repeat-y; padding: 4px; margin: 0 8px 8px; line-height: 1.5; }

#tab_timeline .tllist a { display: table; width: 100%; padding: 12px 0; border-bottom: 1px dotted #ccc; }

#tab_timeline .tllist li:last-child a { border-bottom: none; }

#tab_timeline .tllist div { display: table-cell; vertical-align: middle; }

#tab_timeline .tllist .label { width: 7em; }

#tab_timeline .tllist .label span { display: inline-block; width: 7em; height: 24px; position: relative; background-color: #ff8f00; color: #fff; line-height: 24px; text-align: center; font-size: 1.2rem; }

#tab_timeline .tllist .label span:after { display: inline-block; content: ""; width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 10px; border-color: transparent transparent transparent #ff8f00; line-height: 0px; _border-color: #000000 #000000 #000000 #ff8f00; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); position: absolute; right: -10px; top: 0; }

#tab_timeline .tllist .label .pia { background-color: #2479d8; }

#tab_timeline .tllist .label .pia:after { border-color: transparent transparent transparent #2479d8; _border-color: #000000 #000000 #000000 #2479d8; }

#tab_timeline .tllist .label .release { background-color: #f74c9c; }

#tab_timeline .tllist .label .release:after { border-color: transparent transparent transparent #f74c9c; _border-color: #000000 #000000 #000000 #f74c9c; }

#tab_timeline .tllist .label .media { background-color: #81c334; }

#tab_timeline .tllist .label .media:after { border-color: transparent transparent transparent #81c334; _border-color: #000000 #000000 #000000 #81c334; }

#tab_timeline .tllist .label .news { background-color: #32b6e2; }

#tab_timeline .tllist .label .news:after { border-color: transparent transparent transparent #32b6e2; _border-color: #000000 #000000 #000000 #32b6e2; }

#tab_timeline .tllist .label .review { background-color: #ca7130; }

#tab_timeline .tllist .label .review:after { border-color: transparent transparent transparent #ca7130; _border-color: #000000 #000000 #000000 #ca7130; }

#tab_timeline .tllist .label .live { background-color: #2aab58; }

#tab_timeline .tllist .label .live:after { border-color: transparent transparent transparent #2aab58; _border-color: #000000 #000000 #000000 #2aab58; }

#tab_timeline .tllist .label .report { background-color: #f23452; }

/* mod add */
#tab_timeline .tllist .label .report:after { border-color: transparent transparent transparent #f23452; _border-color: #000000 #000000 #000000 #f23452; }

/* mod add */
#tab_timeline .tllist .time { width: 5em; color: #a7a7a7; font-size: 1.2rem; text-align: center; padding-right: 1rem; /* mod add */ }

#tab_timeline .tllist .new { position: static; width: 3em; display: block; margin: 0 auto 4px; padding: 2px 4px; background-color: #ff4c1c; border-radius: 25px; text-align: center; font-size: 1.2rem; color: #fff; }

#tab_timeline .tllist .ttl {background: url(/img/themes/icon-arrow-right.svg) no-repeat right center;background-size: 20px;padding-right: 24px;font-weight: bold;line-height: 1.3;color: #333;font-size: 1.3rem;width: 14rem;}

#tab_timeline .tllist .ttl span { display: block; font-size: 1.2rem; color: #888; font-weight: normal; }

#tab_timeline .buttonArea { padding: 1em 0 5em; text-align: center; }

#tab_timeline .btnOrange { display: inline-block; border-radius: 8px; background-color: #ff8c00; color: #fff; font-size: 1.6rem; font-weight: bold; padding: 16px 24px; -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); }

/* TIMELINE */
/* GOTOP */
p.goTop { display: none; position: fixed; right: 15px; bottom: 40px; width: 50px; height: 50px; z-index: 10; }

p.goTop a { display: block; text-indent: 100%; white-space: nowrap; width: 50px; height: 50px; background: url(/img/themes/btn_gotop.png?update=20170516) no-repeat 0 0; background-size: 50px 50px; overflow: hidden; }

/* GOTOP */
/* MODAL */
/* modal share */
.modalBox { display: none; margin: 0; padding: 12px 12px 12px; width: 60%; border: 3px solid #BBB; border-radius: 3px; background: #FFF; position: fixed; z-index: 150; }

.modalBox li { height: 70px; padding-top: 15px; padding-left: 15px; padding-bottom: 5px; }

.modalBox li:last-child { border: none; }

.modalClose { font-size: 1.6rem; font-weight: bold; line-height: 24px; text-align: center; width: 24px; height: 24px; background: #BBB; position: absolute; top: -2px; right: -2px; cursor: pointer; }

#modalOverlay { display: none; width: 100%; height: 120%; background-color: rgba(0, 0, 0, 0.75); position: fixed; top: 0; left: 0; z-index: 100; }

/* modal search */
.modalSearch { display: none; margin: 0; padding: 0; width: 100%; background: #F6F6F6; position: fixed; z-index: 150; }

.modalSearch h3, .modalSearch h4 { padding: 0 10px; font-size: 1.4rem; font-weight: bold; line-height: 30px; color: #FFF; width: auto; overflow: hidden; }

.modalSearch h3 { margin-bottom: 15px; border-top: 1px solid #999; border-bottom: 1px solid #999; background: #000; }

.modalSearch h4 { margin: 0 -10px 15px; background: #666; }

.modalSearch h4 span { display: inline-block; font-weight: normal; width: auto; float: right; }

.modalSearch form { margin: 0 10px 15px; border-bottom: 1px dashed #999; }

.modalSearch form p { margin-bottom: 15px; }

.modalSearch form p input[type="search"] { display: inline-block; margin: 0 10px 0 0; padding: 0 5px; font-size: 1.2rem; line-height: 40px; width: 93%; height: 40px; vertical-align: middle; background: #FFF; border: 1px solid #BBB; -webkit-appearance: none; border-radius: 0; }

.modalSearch form dl { width: auto; overflow: hidden; }

.modalSearch form dl dt { line-height: 32px; text-align: right; width: 100px; height: 32px; float: left; }

.modalSearch form dl dt.searchSLttl { clear: left; text-align: left; float: none; width: auto; }

.modalSearch form dl dd { margin: 0 0 15px 100px; }

.modalSearch form dl dd select { float: none; width: 90%; }

.modalSearch form dl dd select.hide { display: none; }

.modalSearch form dl + p { clear: both; margin: 0 auto 15px; font-size: 1.4rem; line-height: 1.5; width: 198px; border: 1px solid #999; }

.modalSearch form dl + p input[type="submit"] { display: block; line-height: 30px; color: #FFF; text-align: center; width: 198px; vertical-align: middle; border: 1px solid #FFF; -webkit-appearance: none; border-radius: 0; background: #595858; }

.modalSearch form + div { margin: 0 10px 15px; border-bottom: 1px dashed #999; }

a.modalCancel { cursor: pointer; }

/* MODAL */
/* MENU */
#sideMenu { background: #F6F6F6; overflow-y: auto; -webkit-overflow-scrolling: touch; height: 100%; }

#sideMenu h4 { padding-left: 10px; font-size: 1.4rem; font-weight: bold; line-height: 32px; color: #FFF; height: 32px; border-bottom: 1px solid #999; background: #000 no-repeat 5px 50%; }

#sideMenu h4.menuHome { background-image: url(/img/themes/icon_home_W.png); background-size: 30px 20px; }

#sideMenu h4.menuMypage { background-image: url(/img/themes/icon_liby.png); background-size: 30px 28px; }

#sideMenu h4 a { display: block; padding-left: 30px; color: #FFF; width: auto; height: 32px; background: url(/img/themes/cursor_R_W.png) no-repeat right 50%; background-size: 15px 16px; }

#sideMenu p.goEntry { clear: both; margin: 20px auto; font-weight: bold; line-height: 1.5; width: 218px; border: 1px solid #FF8C00; }

#sideMenu p.goEntry a { display: block; margin: 1px; line-height: 40px; color: #FF8C00; text-align: center; width: 214px; border: 1px solid #FF8C00; background: #FFF; }

#sideMenu ul { padding-bottom: 15px; border-bottom: 1px solid #999; background: #F6F6F6; }

#sideMenu p.goEntry + ul { border-top: 1px solid #999; }

#sideMenu ul li { padding: 0 24px 0 5px; line-height: 42px; border-bottom: 1px solid #999; background: #FFF url(/img/themes/cursor_R.png) no-repeat right 50%; background-size: 15px 16px; font-size: 1.2rem; }

#sideMenu ul li a { display: block; width: auto; height: auto; color: #444; }

#sideMenu dl { padding: 10px; width: auto; border-bottom: 1px solid #999; background: #F6F6F6; overflow: hidden; }

#sideMenu dl dt { width: 50px; float: left; }

#sideMenu dl dt img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }

#sideMenu dl dd { margin-left: 60px; font-size: 1.5rem; line-height: 1.25; }

#sideMenu dl dd strong { color: #FF8C00; }

#sideMenu dl dd a { display: inline-block; margin: 5px 0; text-decoration: underline; }

#sideMenu div.drawer-nav { width: 100%; height: 100%; overflow-y: auto; }

#sideMenu div.drawer-nav span { font-size: 1.5rem; vertical-align: middle; margin-left: 120px; border-radius: 30px; background: #FF0000; text-align: center; color: #FFF; font-weight: normal; position: relative; }

#sideMenu div.drawer-nav span.single { padding: 1px 8px; }

#sideMenu div.drawer-nav span.double { padding: 1px 2.5px; }

#sideMenu div.drawer-nav span.new { margin-left: 105px; padding: 5px 7.5px; font-size: 1.1rem; background: #FF8C00; }

/* MENU */
/* pointhelp */
div.pthelpbox { margin: 0 2em 2em; }

div.pthelpbox h3 { border: 1px solid #666; background-color: #FFF; font-size: 1.2rem; color: #666; padding: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin: 20px 0 20px; }

#content span.new { margin-right: 4px; margin-top: 4px; position: absolute; color: #FF8C00; right: 10px; font-size: 1rem; }

.pthelpbox p#lead { font-size: 1.6rem; font-weight: bold; color: #C00; line-height: 1.5; }

.pthelpbox p#strong { font-size: 1.4rem; font-weight: bold; color: #FF8C00; margin-bottom: 20px; }

.pthelpbox p#caution { margin-bottom: 20px; line-height: 1.5;}

.pthelpbox p#caution a { text-decoration: underline; }

.pthelpbox img#badge { display: block; margin-left: auto; margin-right: auto; margin-bottom: 30px; }

.pthelpbox .wrap { text-align: center; margin-bottom: 30px; }

.pthelpbox .ajuster { display: inline-block; display: -moz-inline-box; display: inline; }

.pthelpbox img#appgologo { margin-left: 10px; }

.pthelpbox ul { margin: 0 0px 15px 0px; color: #666; line-height: 1.5; }

.pthelpbox ul li { list-style: none; margin-bottom: 10px; border-bottom: 1px solid #555; border-color: #FF8C00; background: no-repeat 0 0; padding-bottom: 2px; font-weight: bold; font-size: 1rem; line-height: 1.5; }

.pthelpbox ul li:before { content: "・"; color: #FF8C00; }

.pthelpbox ul li { padding-left: 1em; text-indent: -1em; }

.pthelpbox span#etc { margin-left: 15px; font-size: 1rem; }

p.pthelpLogin { margin: 0 auto 15px; font-size: 1.4rem; line-height: 1.5; border: 1px solid #BBB; }

p.pthelpLogin a { display: block; line-height: 30px; color: #FFF; text-align: center; border: 1px solid #FFF; background: #9C0; }

/* pointhelp */
/* MAINTE */
.mainteBox { border: 3px solid #FF0000; margin: 10px 5px 10px 5px; padding: 10px; text-align: center; color: #333; background: #F5FFFF; font-size: 1.1rem; }

.mainteBoxStarttime { float: right; width: 50%; text-align: right; }

.mainteBoxTitle { float: right; width: 50%; text-align: left; color: red; font-weight: bold; }

.mainteBr:before { content: "\A"; white-space: pre; }

/* MAINTE */
p.btnentry a, p.btnentry span { margin: -20px 10px 10px 10px; font-size: 1.6rem; font-weight: bold; line-height: 25px; text-align: center; display: block; padding: 8px; color: #FFF; background: #C7141B; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

p.btnentry a:hover { opacity: 0.7; color: #FFF; }

div.spBox p.update { text-align: right; font-size: 1.1rem; }

#popupInfo { display: block; margin: 0; padding: 15px 15px 15px; border: 3px solid #BBB; border-radius: 3px; background: #FFF; position: fixed; z-index: 150; left: 20px; right: 20px; top: 50px; }

#popupInfo p.btn + a { font-size: 2rem; font-weight: bold; line-height: 24px; text-align: center; width: 24px; height: 24px; background: #BBB; top: -3px; right: -6px; cursor: pointer; position: absolute; }

#popupOverlay { display: none; width: 100%; height: 120%; background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 100; cursor: pointer; }

#popupInfo p.orange-big { padding: 5px; }

#welcomepopupInfo { display: block; position: fixed; z-index: 150; top: 10px; }

#welcomepopupInfo p.btn + a { font-size: 2rem; font-weight: bold; line-height: 24px; text-align: center; width: 24px; height: 24px; background: #BBB; top: -3px; right: -6px; cursor: pointer; position: absolute; }

#welcomepopupOverlay { display: none; width: 100%; height: 120%; background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 100; }

#welcomepopupInfo p.orange-big { padding: 5px; }

/* COMMON */
#header div.logo { text-align: center; height: 50px; background: #fff; }

#header div.logo a { display: block; margin: 0 auto; text-indent: 100%; white-space: nowrap; width: 142px; height: 50px; background: url(/img/themes/logo.png?update=20160518) no-repeat 50% 50%; background-size: 127px 30px; overflow: hidden; }

#header div.logo a img { display: inline-block; padding: 5px 0 6px; width: auto; height: 33px; }

div.artistData div.title { margin: 0 0 5px 60px; font-size: 1.6rem; font-weight: bold; line-height: 1.25; }

#sideMenu div.nav { padding-left: 10px; font-size: 1.4rem; font-weight: bold; line-height: 32px; color: #FFF; height: 32px; border-bottom: 1px solid #999; background: #000 no-repeat 5px 50%; }

#sideMenu div.menuHome { background-image: url(/img/themes/icon_home_W.png); background-size: 30px 20px; }

#sideMenu div.menuMypage { background-image: url(/img/themes/icon_liby.png); background-size: 30px 28px; }

#sideMenu div.nav a { display: block; padding-left: 30px; color: #FFF; width: auto; height: 32px; background: url(/img/themes/cursor_R_W.png) no-repeat right 50%; background-size: 15px 16px; }

#sideMenu dd p { font-size: 1rem; line-height: 1.5; }

#sideMenu dd p:first-child { font-size: 1.4rem; font-weight: bold; margin-bottom: 5px; }

#sideMenu p.pointsite { margin-top: 5px; }

#sideMenu p.pointsite a img { width: 100%; }

/* COMMON */
/* news */
#newsSlider { padding-bottom: 10px; min-height: 133px; }

#newsSlider li.swiper-slide { padding: 4px 0; height: 201px; }

#newsSlider li dl { padding-top: 4px; }

#newsSlider li dt { width: 200px; height: 133px; border: 1px solid #EDEDED; z-index: 9999; display: table-cell; vertical-align: middle; text-align: center; }

#newsSlider li dt img { z-index: 0; max-width: 200px; max-height: 133px; width: auto; height: auto; }

#newsSlider li dd a { margin-top: 10px; font-weight: bold; color: #333; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; -webkit-box-orient: vertical; min-height: 35px; line-height: 1.5; word-wrap: break-word; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; }

#newsSlider li p { font-size: 1.1rem; float: right; min-height: 10px; bottom: 0%; position: absolute; right: 0%; }

p.loading { margin: 10px 10px 5px; padding: 50px 10px 91px 10px; text-align: center; }

p.report { margin: 0 10px; margin-bottom: 30px; text-decoration: underline; text-align: right; font-size: 1.1rem; }

p.report a { color: #7F7F7F; }

#lineupSlider, #fesSlider { padding-bottom: 40px; }

#lineupSlider ul.swiper-wrapper, #fesSlider ul.swiper-wrapper { margin-bottom: 30px; }

#lineupSlider li.swiper-slide, #fesSlider li.swiper-slide { padding: 4px; height: 200px; border: 1px solid #BBB; border-radius: 2px; background: #FFF; width: 20%; box-sizing: border-box; }

#lineupSlider p.art span.name, #fesSlider p.title span.name { margin-bottom: 0; font-size: 1.2rem; line-height: 1.5; height: 2.5em; }

#lineupSlider .clips { display: block; font-size: 1.1rem; color: #888; margin-top: 2px; padding: 2px 2px; }

#lineupSlider img, #fesSlider img { width: 100px; }

[class^="icon-"], [class*=" icon-"] { display: inline-block; border-radius: 2px; padding: 4px; font-size: 1.1rem; font-style: normal; color: #fff !important; }

#fesSlider { margin: 0 0 15px; padding-bottom: 0px; }

#fesSlider li { height: 200px; }

.icon-setlist { background-color: #f25c09; }

.icon-teiban { background-color: #eb1313; }

#lineupSlider p.art, #fesSlider p.title { height: 38px; width: 100px; padding: 0 2px; overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

#fesSlider p.date { height: 30px; margin-top: 2px; }

#fesSlider span.prefucture { margin-right: 5px; font-size: 1.2rem; }

#fesSlider p.title { width: auto; margin-top: 2px; }

#fesSlider p.place { float: left; }

#fesSlider p.thumb { text-align: center; }

.bx-controls.bx-has-controls-direction { display: none; }

/* goApp */
p.goLFApp { margin: 0 auto 30px; width: 310px; }

p.goLFApp a { display: block; min-height: 25px; border: 3px solid #FF8C00; border-radius: 3px; background: #FFF url(/img/themes/play.png) no-repeat; background-size: 25px; background-position: 5px; padding: 11px 0px 1px 35px; color: #FF8C00; font-weight: bold; font-size: 1.4rem; overflow: hidden; cursor: pointer; }

p.goLFApp + p { margin: 0 10px 15px; line-height: 1.50; font-weight: bold; color: #555; padding-left: 1em; text-indent: -1em; }

p.goLFApp + p a { text-decoration: underline; }

/* goApp */
.relationblock { margin: 10px; padding: 10px; border: 1px solid #CCC; background-color: #FFF; margin-bottom: 15px; min-height: 80px; position: relative; }

.relationblock p.lead { display: none; }

.relationblock h3 { font-size: 1.5rem; font-weight: bold; line-height: 1.25; margin-bottom: 5px; }

.relationblock img { float: none; margin: 0; }

.relationblock p.date { color: #98958f; text-align: left; }

.relationblock div.img { position: absolute; top: 10px; right: 10px; }

.relationblock div.body { min-height: 80px; padding-right: 90px; }

.relationblock div.img { margin: 0; width: 80px; height: 80px; display: table-cell; vertical-align: middle; text-align: center; }

.relationblock div.img img { max-width: 80px; max-height: 80px; width: auto; height: auto; }

#headline { height: 34px; margin: 1rem 0; overflow: hidden; margin-bottom: 7px !important; }
#headline .swiper-wrapper { display: table; width: 100%; }
#headline p { display: table-cell; vertical-align: middle; }
#headline p { padding: 0; }
#headline p.date { background-color: #333; width: 4.5em; padding: .5em 0; box-sizing: border-box; font-size: 1rem; color: #fff; text-align: center; line-height: 1.3; }
#headline p.date span { display: block; }
#headline p.ttl { width: auto; }
#headline a { text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; padding-left: 1em; font-size: 1.2rem; text-decoration: underline; color: #555; line-height: 1.5; font-weight: bold; }
#header + #headline { margin-top:100px; }

#headlineBanner { background-color: #f6f6f6; /*position: absolute;*/ width: 100%; left: 0; top: 92px; z-index: 2; }

#headlineBanner img { display: block; }

#headlineBanner .btnClose { display: block; padding: 8px; background-color: #333; color: #fff; }

#headlineBanner .btnClose:after { content: ""; display: block; clear: both; }

#headlineBanner .btnClose span { float: right; font-weight: bold; }

#headlineBanner .btnClose:hover { cursor: pointer; }

#content div.gakusaiBox { padding: 0 10px; width: auto; border-top: 1px solid #999; overflow: hidden; border-top: none; }

#content div.gakusaiBox h4 { font-size: 1.6rem; font-weight: bold; line-height: 1.25; }

#content div.gakusaiBox h4 a { text-decoration: underline; color: #4d91c9; }

#content div.gakusaiBox h4, #content div.specialBox p { width: auto; text-align: left; float: none; margin: 5px 0; }

#content div.gakusaiBox p { font-size: 1.2rem; line-height: 1.5; font-weight: normal; }

#content div.gakusaiBox p.area { font-weight: bold; position: inherit; margin: 0; padding: 0; background-color: #FFF; color: #333; }

#content div.gakusaiBox .infoBox { min-height: 80px; }

#content div.gakusaiBox .imageBox { float: right; margin-left: 5px; }

#content div.gakusaiBox div.image { float: none; margin: 0 auto; background: #FAFAFA; border: 1px solid #EFEFEF; }

#content div.gakusaiBox div.image p { width: auto; width: 80px; height: 80px; margin: 0; display: table-cell; vertical-align: middle; text-align: center; }

#content div.gakusaiBox div.image p img { max-width: 80px; max-height: 80px; width: auto; height: auto; }

#content div.gakusaiBox li { font-size: 1.1rem; line-height: 30px; float: left; width: 45%; margin: 15px 5px; }

#content div.gakusaiBox li a { display: block; text-align: center; width: auto; color: #333 !important; background: #CCC; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

#content div.gakusaiBox li a.none { opacity: 0.5; }

#content div.gakusaiBox li a:not(.none):hover { opacity: 0.7; }

#content div.gakusaiBox p.intro { width: 100%; height: 50px; overflow: hidden; margin: 10px 0px; }

#content div.gakusaiBox p.intro.full { height: auto; }

#content div.gakusaiBox p.viewMore { margin: 10px 0px; padding-top: 10px; font-size: 1.2rem; line-height: 1.25; text-align: center; border-top: 1px dashed #BBB; }

#content div.gakusaiBlock p.bnr { margin: 20px 0; }

#content div.gakusaiBlock p.bnr img { width: 100%; }

#wrap div.ycd { margin: 30px 10px; }

#content ul.goodsLink { max-width: 320px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin: 1rem auto 1.5rem; }
#content ul.goodsLink.center { justify-content: center; }

#content ul.goodsLink li { width: 49%; text-align: center; }

#content ul.goodsLink li img { max-width: 100%; height: auto; vertical-align: bottom; }

#content .adBanner { padding: 1rem 0 1rem; margin: 0; /*background-color: #e5e5e5;*/ text-align: center; }

#bread + div.adBanner { margin: 0 auto 13px; text-align: center; }

#wrap .adCenter { margin: 0 auto; }

#header + div.adBanner { margin: 100px auto 13px; text-align: center; }


#wrap ul.listNews > p.adBanner { margin: 0 10px 15px; }

#wrap p.adBanner img { width: 100%; }

#wrap div.artistinfoBox + div.adBanner { padding-top: 10px; border-top: 1px solid #CCC; margin-top: 0px; }

#wrap div.singleBox > div.adBanner { text-indent: 0; }

/* list Review */
.commentWrap { background-color: rgba(0, 0, 0, 0.05); padding: .5em; margin: 0 1em; border-radius: 8px; }

div.reviewData { font-size: 1.3rem; padding: 0; margin: 1em 1em .2em; word-break: break-all; }

div.reviewNotyet { display: none; }

p.reviewNotice {/* background-color: #fff; */margin: 0;padding: 1.5rem 0;text-align: center;font-size: 1.3rem;line-height: 1.8;color: #ff0000;/* -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); *//* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); */}

p.reviewNotice a { color: #333; }
#reviewSection > p.reviewNotice { padding: 8rem 0; background-color: #fff; }

/* modal Entry */
.modalEntry { display: none; margin: 0; padding: 0; width: 100%; background: #F6F6F6; position: absolute; z-index: 150; }

.modalEntry h3, .modalEntry h4 { padding: 0 10px; font-size: 1.4rem; font-weight: bold; line-height: 30px; color: #FFF; width: auto; overflow: hidden; }

.modalEntry h3 { margin-bottom: 15px; border-top: 1px solid #999; border-bottom: 1px solid #999; background: #000; }

.modalEntry h4 { margin: 0 -10px 15px; background: #666; }

.modalEntry h4 span { display: inline-block; font-weight: normal; width: auto; float: right; }

.modalEntry form { margin: 0 10px 15px; /* border-bottom:1px dashed #999; */ }

.modalEntry form p { margin-bottom: 15px; }

.modalEntry form textarea { margin-bottom: 15px; padding: 9px; font-size: 1.2rem; line-height: 1.5; width: 93%; min-height: 150px; border: 1px solid #BBB; -webkit-appearance: none; border-radius: 0; }

.modalEntry form textarea + p { font-size: 1.2rem; line-height: 1.25; text-align: right; display: -webkit-box; }

.modalEntry form textarea + p a { text-decoration: underline; }

.modalEntry form dl { width: auto; overflow: hidden; }

.modalEntry form dl dt { line-height: 32px; text-align: left; width: 125px; height: 32px; float: left; margin-left: 5px; font-size: 1.3rem; font-weight: bold; }

.modalEntry form dl dd { margin: 0 0 15px 80px; }

.modalEntry form dl dd select { float: none; width: 75%; }

.modalEntry form p.btnVote { clear: both; margin: 0 auto 15px; font-size: 1.4rem; line-height: 1.5; width: 198px; border: 1px solid #999; }

.modalEntry form p.btnVote a { display: block; line-height: 30px; color: #FFF; text-align: center; width: 196px; border: 1px solid #FFF; background: #9C0; }

.modalEntry a.modalCancel { cursor: pointer; }

.modalEntry select { margin: 0 10px 15px; padding: 0; width: 95%; overflow: hidden; padding-right: 25px; padding-left: 5px; }

.modalEntry .character { /* padding: 10px 0; */ /* border-bottom: 1px dashed #999; */ margin-bottom: 5px; }

.modalEntry .character dt { width: 100%; }

.modalEntry .character ul { /* height: 220px; */ }

.modalEntry .character ul li { cursor: pointer; min-width: 35%; margin: 10px; background: #AAA; color: #FFF; padding: 5px 10px; font-size: 1.4rem; border-radius: 5px; float: left; text-align: center; }

.modalEntry .character ul li label { cursor: pointer; }

.modalEntry .modalClose { position: absolute; right: 5px; top: 5px; width: 23px; height: 23px; text-indent: -9999px; background: url(/img/themes/images/close.png) no-repeat 0px 0px; background-size: 23px; }

ul.reviewPostDate { overflow: hidden; margin: 8px; font-size: 1.2rem; }

ul.reviewPostDate li { float: left; margin-right: 1em; color: #888; font-size: 1.2rem; }
ul.reviewPostDate li span { color: #484848; }
ul.reviewPostDate li i { padding: 0; font-size: 1.6rem; }
ul.reviewPostDate li i:before { color: #484848 !important; }

#reviewlist.top ul.reviewPostDate li:last-child { float: right; margin-right: 0px; line-height: 1.5;}

ul.reviewPostDate li.like_on i:before { color: #FF8C00 !important; }
ul.reviewPostDate li.like_on span { color: #FF8C00; }

ul.reviewPostDate li.no_disp { display: none; }

.reviewVoteSection dl.goLogin { border: 2px solid #9C0; background-color: #FFFFFA; margin: 30px 10px; }

.reviewVoteSection dl.goLogin dt { color: #666; }

.reviewVoteSection dl.goLogin dd { margin: 15px auto 5px; border: none; }

.reviewVoteSection dl.goLogin dd a { background: #FFF; border: 1px solid #BBB; border-radius: 5px; width: 210px; margin: 0 auto; }

.reviewVoteSection dl.goLogin dd a img { width: 180px; }

.starRating { height: auto; position: relative; margin-left: 10px; width: auto; font-size: 2rem; margin-bottom: 10px; margin-top: -10px; }

.starRating:before, .starRating:after { content: "\2605\2605\2605\2605\2605"; display: block; top: 0; left: 0; position: absolute; overflow: hidden; }

.starRating:before { color: #BBB; }

.starRating:after { color: #75ce6d; }

.starRating > span { padding-left: 105px; font-size: 1.6rem; font-weight: bold; }

.starRating > span span { font-size: 1.1rem; color: #888; font-weight: normal; margin-left: .5rem; }

.reviewUser .starRating { margin-left: 38px; margin-top: 0; font-size: 1.6rem; width: 70px; }

.reviewUser .starRating:after, .modalEntry .starRating:after { color: #cbb562; }

.starRating.rating-0:after { width: 0%; }

.starRating.rating-10:after { width: 10%; }

.starRating.rating-20:after { width: 20%; }

.starRating.rating-30:after { width: 30%; }

.starRating.rating-40:after { width: 40%; }

.starRating.rating-50:after { width: 50%; }

.starRating.rating-60:after { width: 60%; }

.starRating.rating-70:after { width: 70%; }

.starRating.rating-80:after { width: 80%; }

.starRating.rating-90:after { width: 90%; }

.starRating.rating-100:after { width: 100%; }

.modalEntry .starRating { margin-left: 100px; font-size: 3.5rem; height: 32px; width: 175px; margin-bottom: 0px; margin-top: 0px; cursor: pointer; }

/* mod add cursor: pointer; */
.modalEntry p.btnVote + p { margin-bottom: 20px; }

.modalEntry p.btnVote + p a { text-decoration: underline; }

.modalEntry .starRating:after, .modalEntry .starRating:before { top: 0; }

.satisfactionPost { padding: 10px 0px 10px; margin-bottom: 15px; border-bottom: 1px dashed #999; border-top: 1px dashed #999; margin-top: 10px; }

p.caption { font-size: 1.1rem; line-height: 1.5; }

/* typeBox */
.typeBox { background-color: #fff; margin-top: 1rem; padding: 1.5rem 1rem 1rem; border-top: 1px solid #e7e7e7; }

.typeBox ul.character { margin: 0; }

.typeBox p.btnSearch { margin-bottom: 15px; }

.typeBox p.btnSearch a { background-image: none; cursor: pointer; }

.typeBox p.btnSearch + p { line-height: 1.25; }

.typeBox .caption { clear: both; text-indent: -1em; padding-left: 1em; }

.typeBox table { margin: 0 auto 1rem; width: 100%; border: 1px solid #BBB; border-right: none; border-collapse: separate; border-radius: 2px; background: #FFF; table-layout: fixed; }

.typeBox table th, .typeBox table td { border-right: 1px solid #BBB; }

.typeBox table th span { width: 33.1%; font-size: 1.1rem; font-weight: normal; }

.typeBox table td { text-align: center; color: #FF8C00; padding-bottom: 5px; }

.typeBox table thead th { line-height: 1.75; border-bottom: 1px dashed #BBB; }

.typeBox table tbody th { padding: 5px 0; font-size: 1.2rem; line-height: 1.25; }

.typeBox ul.character { height: 20px; width: 100%; margin-bottom: 1rem; }

.typeBox ul.character li { min-width: 16%; margin-right: 8px; margin-bottom: 5px; color: #FFF; padding: 0 10px; font-size: 1.2rem; line-height: 1.8; border-radius: 3px; float: left; text-align: center; }

.modalEntry .character ul li input[type="checkbox"] { display: none; }

.modalEntry .character ul li.on { background: #F68A1E; }

.typeBox .character li.character1 { background: #E0252b !important; }

.typeBox .character li.character2 { background: #FBD8B5 !important; }

.typeBox .character li.character3 { background: #948EAC !important; }

.typeBox .character li.character4 { background: #DBAB19 !important; }

.typeBox .character li.character5 { background: #436EB5 !important; }

.typeBox .character li.character6 { background: #F68A1E !important; }

.typeBox .character li.character7 { background: #6BAEC4 !important; }

.typeBox .character li.character8 { background: #E85298 !important; }

.typeBox .character li.character9 { background: #65BD45 !important; }

.typeBox .character li.character10 { background: #B7282E !important; }

.typeBox .character li.character11 { background: #00AA71 !important; }

.typeBox .character li.character12 { background: #BAE3F9 !important; }

.typeBox .character li.character13 { background: #FFD700 !important; }

.typeBox .character li.character14 { background: #666666 !important; }

a.openSpoiler { display: inline-block; font-weight: bold; color: #FFF; background: #555; font-size: 1.1rem; line-height: 2; border-radius: 5px; text-align: center; padding: 2px 5px; float: right; margin-top: 4px; }

#a.openSpoiler:after { content: "▼"; }

.reviewlist p.btnSearch { clear: inherit; }

#searchBox + a.openSpoiler { float: left; margin-top: 10px; }

.modalEntry span.sns { float: right; margin-left: 10px; margin-bottom: 10px; text-align: center; display: block; line-height: 30px; width: 75px; color: #FFF; }

.modalEntry span.sns a { margin-right: 5px; background-size: 20px 20px; background-position: left; background-repeat: no-repeat; text-align: right; padding: 0 0 0 25px; }

.modalEntry span.sns.tw a { background-image: url(/img/themes/icon_Tw.png); }

.modalEntry span.sns.fb a { background-image: url(/img/themes/icon_Fb.png); }

.modalEntry span.sns a { color: #FFF; font-weight: bold; }

.modalEntry span.sns.fb.on { background-color: #315096; }

.modalEntry span.sns.tw.on { background-color: #55acee; }

.modalEntry span.sns.off { background-color: #AAA; }

.txtNotice a.btnEntryModal { background: #FFF; border: 1px solid #BBB; border-radius: 5px; width: 210px; margin: 0 auto; height: 30px; display: inherit; margin-top: 25px; }

.modalEntry.tutorial { width: 75%; }

.modalEntry.tutorial h4, .modalEntry.tutorial h3 { margin: 0; }

.modalEntry.tutorial .swiper-slide { text-align: center; }

.modalEntry.tutorial .swiper-slide img { max-width: 100%; max-height: 100%; }

/* matomeS and comicBox */
div.spBox.rensaiComic { margin: 0 8px 15px; padding: 4px 24px 4px 4px; border: 1px solid #BBB; background: #FFF url(/img/themes/cursor_R.png) no-repeat right 50%; background-size: 15px 16px; overflow: hidden; }

div.spBox.rensaiComic .comicBox dt { width: 40%; }

.matomeS, .comicBox { display: table; width: 100%; margin-top: 8px !important; }

.matomeS dt, .comicBox dt { display: table-cell; width: 30%; vertical-align: top; }

.matomeS dt a, .comicBox dt a { display: block; margin-right: 8px; }

.matomeS dt img, .comicBox dt img { max-width: 100%; height: auto; vertical-align: bottom; }

.matomeS dd, .comicBox dd { display: table-cell; width: auto; vertical-align: middle; }

.comicBox dd p { margin-top: 0; }

.comicBox dd .author { font-size: 1rem; line-height: 1.5; margin-top: 1em; }

ul.listNews li dl.comicBox dd .author img, .comicBox dd .author img { float: left; margin-top: -4px; margin-right: 8px; border-radius: 50%; border: 1px solid #ccc; }

.comicBox dd time { display: block; margin-top: 1em; line-height: 1.25; text-align: right; color: #666; width: auto; overflow: hidden; font-weight: normal; font-size: 1.2rem; }

.comicBox dd .update { clear: both; }

.tbComic { padding: 4px 6px 7px 4px; background: url(/img/themes/images/column/liveood/bg-comicThumb.png) center no-repeat; background-size: 100% 100%; }

ul.listNews li dl.comicBox dt { padding-left: 5px; }

ul.listNews li dl.comicBox dd a, ul.listNews li dl.comicBox dd p { display: block; margin-bottom: 8px; text-align: left; }

ul.listNews li dl.comicBox dd a { font-weight: bold; color: #444; }

ul.listNews li dl.comicBox dd img { display: block; float: none; width: auto; max-width: 100%; }

/* app */
.appBnr ul { border-top: 1px solid #e7e7e7; }
.appBnr ul li { background-color: #fff; border-bottom: 1px solid #e7e7e7; }
.appBnr ul li a { display: block; padding: 1rem; }
.appBnr ul li dl { display: table; width: 100%; }
.appBnr ul li dl dt, .appBnr ul li dl dd { display: table-cell; vertical-align: middle; }
.appBnr ul li dl dt { width: 20%; }
.appBnr ul li dl dd { overflow: hidden; padding: 0 0 0 1em; }
.appBnr ul li dl dd .desc { margin-bottom: .5rem; font-weight: bold; color: #333; font-size: 1.4rem; line-height: 1.3; }
.appBnr ul li dl dd .device { float: left; font-size: 1.2rem; color: #888; }
.appBnr ul li dl dd .download { float: right; padding: 0 1em; background-color: #ffa83d; border-radius: 4px; color: #fff; line-height: 1.8rem; font-size: 1.2rem; }
.appBnr ul li .hor img { width: 80px; height: 80px; }

/* --------------------------------------------------------------------------------
NEWEST
-------------------------------------------------------------------------------- */
#newest { margin-bottom: 1em; }

.whiteBack #newest { padding: 0 10px; }

#newest h4 { color: #FF8C00; }

#newest .row { margin-bottom: 0; }

#newest .contents.row { padding: 1em 10px 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

#newest .col { max-height: 230px; overflow: hidden; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 0; }

#newest .col a { display: block; width: 100%; height: 100%; }

#newest .back img { width: 100%; height: auto; }

#newest .info { min-height: 70px; width: 100%; box-sizing: border-box; position: absolute; left: 0; bottom: 0; padding: 8px; background-color: rgba(0, 0, 0, 0.5); color: #fff; }

#newest h5 { margin-bottom: 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 1.6rem; font-weight: bold; }

#newest .desc, #newest .time, #newest .sponsor { font-size: 1.2rem; color: #eee; line-height: 1.3; margin-bottom: 4px; }

#newest .time { margin-bottom: 0; float: left; }

#newest .sponsor { margin-bottom: 0; float: right; }

#newest .label { display: inline-block; width: 7em; padding: 6px 0; text-align: center; position: absolute; left: 0; top: 0; color: #fff; background-color: #FF8C00; font-size: 1.2rem; line-height: 1; }

#newest .col.new:after { content: "NEW"; display: block; text-align: center; padding-top: 15px; width: 38px; height: 38px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1; font-size: 1rem; font-weight: bold; color: #fff; background-color: #E90000; border-radius: 25px; position: absolute; right: 4px; top: 4px; }

#newest .col.update:after { content: "更新"; display: block; text-align: center; padding-top: 15px; width: 38px; height: 38px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1; font-size: 1rem; font-weight: bold; color: #fff; background-color: #E90000; border-radius: 25px; position: absolute; right: 4px; top: 4px; }

#newest .contents .col { width: 49%; height: auto; margin-bottom: 1em; background-color: #fff; -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25); max-height: 185px; }

#newest .contents h5 { overflow: visible; white-space: normal; font-size: 1.4rem; line-height: 1.3; word-break: break-all; word-wrap: break-word; }

#newest .contents .back { position: static; height: 70px; overflow: hidden; text-align: center; /* vertical-align: middle; */ }

#newest .contents .back img { max-height: 70px; width: auto; max-width: 100%; }

#newest .contents .info { position: static; background-color: #fff; color: #333; overflow: hidden; }

#newest .desc, #newest .time, #newest .sponsor { color: #FFF; }

#newest .contents .label { font-size: 1rem; padding: 4px 0; }

#newest .contents .desc, #newest .contents .time, #newest .contents .sponsor { color: #888; }

#newest .contents .desc { overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; -o-text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; height: 40px; word-break: break-all; }

#newest .contents h5 { overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; -o-text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 35px; word-break: break-all; }

#newest .label.rensai { background: #99bd0b; }

#newest .label.special { background: #f1497f; }

#newest .label.matome { background: #3fa270; }

#newest .label.setlist { background: #FFA600; }

#newest .label.review { background: #6A3906; }

#newest .label.report { background: #C03; }

#newest .label.pia { background: #36C; }

#newest .label.ticket { background: #3C6; }

.bestactBlock, .awardsBlock {
  margin: 0 10px 30px;
  position: relative;
  border: 3px solid #E61491;
  padding: 10px;
}
.awardsBlock {
  border: 3px solid #f18c22;
}

.bestactBlock .rightArea {
    width: auto;
    width: 25%;
    float: right;
}

.bestactBlock .btnGold,
.bestactBlock .btnBlue, .bestactBlock .btnGray {
  display: block;
  font-size: 1.4rem;
  padding: 8px 16px;
  /* background-color: #ffdc2b; */
  /* border-radius: 8px; */
  background-color: #19FFC6;
  width: 100%;
  border-radius: 1000px;
  
  border: none;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 30px;
}

.awardsBlock p.button{
	text-align:right;
}
.awardsBlock .btn-orange {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 1.3em 1em;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 0.8em 2em;
    background-color: #f18c22;
    font-weight: bold;
    color: #fff !important;
}

.bestactBlock .btnGold {
    display: table;
    float: none;
    margin: 10px auto 5px;
    padding: 5px 0px;
}

.bestactBlock #modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.bestactBlock #modal .btnClose {
  background-color: #484848;
  text-decoration: none;
  color: #fff;
  #font-size: 3rem;
  font-weight: bold;
  padding: 0px 10px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.bestactBlock #modal .btnClose:hover {
  opacity: 0.6;
}

.bestactBlock #modalInner {
  width: 320px;
  height: 450px;
  box-sizing: border-box;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  padding: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
}

.bestactBlock #overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}


.bestactBlock #modalInner .ttl {
  #font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 1em auto;
  line-height: 1.5;
}

.bestactBlock #modalInner .ttl .artist {
  color: #183288;
  #font-size: 3rem;
}

.bestactBlock #modalInner .selectId {
  text-align: center;
  margin-bottom: 4em;
}

.bestactBlock #modalInner .selectId li {
  display: inline-block;
  width: 16em;
  list-style: none;
  margin: 0 8px;
}

.bestactBlock #modalInner .selectId li a {
  display: block;
  cursor: pointer;
  text-align: center;
  color: #fff;
  #font-size: 1.6rem;
  list-style: none;
  text-decoration: none;
  padding: 14px 0;
}

.bestactBlock #modalInner .selectId li .btnTwitter {
  background-color: #00b0ec;
}

.bestactBlock #modalInner .selectId li .btnFb {
  background-color: #3b5999;
}

.bestactBlock #modalInner .selectId li a:hover {
  opacity: 0.8;
  transition: opacity 0.5s;
}

.bestactBlock #modalInner .caption {
  width: 90%;
  margin: 0 auto;
  color: #b07842;
  #font-size: 1.2rem;
  line-height: 1.5;
}

.bestactBlock #modalInner .caption li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

.bestactBlock #modalInner .form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  margin: 1em 0 .2em;
  border-radius: 16px;
  border: 3px solid #ccc;
}

.bestactBlock #modalInner .form .countNum {
  display: block;
  float: right;
  color: #ccc;
  font-size: 2rem;
  font-weight: bold;
}

/* line 1262, ../sass/_main.scss */
.bestactBlock input[type=radio],
.bestactBlock input[type=checkbox] {
  display: none;
}

.bestactBlock .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1338, ../sass/_main.scss */
.bestactBlock input[type=radio]:checked + .radio:before,
.bestactBlock input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/* line 1342, ../sass/_main.scss */
.bestactBlock input[type=radio]:disabled + .radio,
.bestactBlock input[type=checkbox]:disabled + .checkbox {
  opacity: .3;
}

/* line 1147, ../sass/_main.scss */
.bestactBlock #modalInner .form2 {
  margin-top: 3rem;
}
/* line 1149, ../sass/_main.scss */
.bestactBlock #modalInner .form2 .desc {
  margin: 1em 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
/* line 1154, ../sass/_main.scss */
.bestactBlock #modalInner .form2 h2 {
  position: relative;
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 1em;
  padding: 1em;
  background-color: #577fbc;
  color: #fff;
}
/* line 1162, ../sass/_main.scss */
.bestactBlock #modalInner .form2 h2.js-accordion:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 1177, ../sass/_main.scss */
.bestactBlock #modalInner .form2 h2.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 1183, ../sass/_main.scss */
.bestactBlock #modalInner .form2 .select {
  display: none;
}
/* line 1185, ../sass/_main.scss */
.bestactBlock #modalInner .list-index{
	text-align: center;
}
.bestactBlock #modalInner .list-index li{
	display: inline-block;
	font-size: 1.0rem;
}
.bestactBlock #modalInner .list-index li a{
	color: #1862d3;
}
.bestactBlock #modalInner .list-index li::after{
	content: "｜";
}
.bestactBlock #modalInner .list-index li:last-child::after{
	content: "";
}
.bestactBlock #modalInner .form2 .select ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
 #modalInner .form2 .select li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 4px;
  }

  /* line 418, ../sass/_sp.scss */
  .checkbox {
    display: block;
    clear: both;
    margin: .5em 0 1em;
  }

.bestactBlock #modalInner .btnArea {
  clear: both;
  text-align: center;
}


.bestactBlock #modalInner .btnArea.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  margin: 0;
  text-align: center;
  line-height: 2;
  color: #fff;
}

.bestactBlock #modalInner .btnGold:disabled{
	background-color: #bfbfbf;
	opacity: 1;
}

.bestactBlock #modalInner .btnGold,
.bestactBlock #modalInner .btnBlue {
  margin: 0 auto;
  #font-size: 1.8rem;
  padding: 12px 32px;
}

.bestactBlock #modalInner .btnGold {
  display: inline-block;
}

.bestactBlock #modalInner .btnBlue:hover {
  cursor: pointer;
}

.bestactBlock #modalInner .desc {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1em;
}

.bestactBlock #page2, #page3, #page5, #page8 {
  display: none;
}

.bestactBlock #overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.bestactBlock #overlay:hover {
  cursor: pointer;
}

.bestactBlock #modalInner .selectId li {
  margin-bottom: .5em;
}

.bestactBlock #modalInner .btnBlue {
  background-color: #334c9f;
  color: #fff;
}

.bestactBlock .subttl {
  background: url(/img/images/campaign/bestact/2017/bgRed.png) repeat;
  color: #FFF;
  position: absolute;
  bottom: 0;
  width: 25%;
  font-size: 88%;
  text-align: center;
  line-height: 30px;
}

.bestactBlock .title, .awardsBlock .title {
  margin-top:10px;
  line-height: 1.25;
  font-weight:bold; 
}

.bestactBlock p.link {
  margin: 10px auto;
}
.bestactBlock p.link a{
  color : #666;
  text-decoration : underline;
  line-height: 1.25;
  font-weight: bold;
  word-wrap: break-word;
}

/* line 1067, ../sass/_main.scss */
.bestactBlock #modalInner .ttl {
  border-bottom: 1px solid #eee;
  margin: 1em auto 2em;
  padding-bottom: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.5;
}

.bestactBlock #modalInner .artist {
  color: #183288;
  font-size: 1.4rem;
  font-weight: bold;
}

.bestactBlock #modalInner .ttl2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}

/* line 1267, ../sass/_main.scss */
.bestactBlock .radio,
.bestactBlock .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  margin: 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f9f9f9;
  margin-top: 4px;
}

/* line 1290, ../sass/_main.scss */
.bestactBlock .radio:after,
.bestactBlock .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

/* line 1305, ../sass/_main.scss */
.bestactBlock .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-color: #53b300;
  border-radius: 50%;
  content: '';
  opacity: 0;
}


/* line 1305, ../sass/_main.scss */
.bestactBlock .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-color: #53b300;
  border-radius: 50%;
  content: '';
  opacity: 0;
}
/* line 1320, ../sass/_main.scss */
.bestactBlock .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1281, ../sass/_main.scss */
.bestactBlock .checkbox {
  display: inline-block;
}


.bestactBlock #modalInner .siginupArea {
  max-width: none;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fffde8;
  border: 1px solid #ffdc2b;
  padding: 16px 8px;
}

.bestactBlock #modalInner .tC { text-align:center!important; }
.bestactBlock #modalInner .mt30 { margin-top:30px!important; }
.bestactBlock #modalInner .mb10 { margin-bottom:10px!important; }
.bestactBlock #modalInner .mt10 { margin-top:10px!important; }
.bestactBlock #modalInner .mt20 { margin-top:20px!important; }
.bestactBlock #modalInner .mt5  { margin-top:5px!important; }
.bestactBlock #modalInner p img { float:none; }
.bestactBlock #modalInner .fz10 { font-size: 1rem !important; }
.bestactBlock #modalInner .fz12 { font-size: 1.2rem !important; margin-top: 10px;}
.bestactBlock #modalInner .fz14 { font-size: 1.4rem !important; }
.bestactBlock #modalInner .fz16 { font-size: 1.6rem !important; }

@media only screen and (max-width: 480px) {
.bestactBlock #modalInner{
		top: 0!important;
		left: 0!important;
		width: 100%;
		height: 100%;
		padding-bottom: 100px;
		position: relative;
	}
}

/* tvBlock */
.tvBlock { margin: 0 0 25px; }

.tvBlock h3 { padding: 0 10px; padding-top: 15px; font-size: 1.4rem; font-weight: bold; line-height: 30px; color: #FF8C00; width: auto; border-top: 1px solid #D6D6D6; border-bottom: none; overflow: hidden; margin-bottom: 15px; }

.tvBlock .tvBox { position: relative; background-color: #efefef; margin: 0 10px; padding: 8px 12px; padding-right: 20px; border-radius: 8px; }

.tvBlock .tvBox:before { display: block; position: absolute; right: 10px; top: 50%; content: ""; width: 10px; height: 10px; margin-top: -8px; border-top: 2px solid #ccc; border-right: 2px solid #ccc; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.tvBlock .tvBox a { display: block; }

.tvBlock .tvBox p { line-height: 1.5; }

.tvBlock .tvBox:after { content: ""; display: block; clear: both; }

.tvBlock .tvBox .thumb { float: left; margin-right: 8px; }

.tvBlock .tvBox .date { color: #484848; margin-bottom: .5em; }

.tvBlock .tvBox .channel { color: #6e6e6e; }

.tvBlock .tvBox .tvname { font-weight: bold; font-size: 1.6rem; color: #131313; overflow: hidden; line-height: 1.35; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.tvBlock .btnMore { text-align: center; margin: 0 10px; }

.tvBlock .btnMore a { display: block; margin: 1em 0 0; display: inline-block; border-radius: 4px; background-color: #ff8c00; color: #fff; padding: 16px; }

.tvBlock .tvBox:hover, .tvBlock .btnMore a:hover { opacity: 0.8; }

@font-face { font-family: 'icomoon'; src: url("/fonts/themes/icomoon.eot?j171227"); src: url("/fonts/themes/icomoon.eot?j171227#iefix") format("embedded-opentype"), url("/fonts/themes/icomoon.ttf?j171227") format("truetype"), url("/fonts/themes/icomoon.woff?j171227") format("woff"), url("/fonts/themes/icomoon.svg?j171227#icomoon") format("svg"); font-weight: normal; font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; vertical-align: middle; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-line:before { content: "\e90c"; }

.icon-new:before { content: "\e916"; }

.icon-join:before { content: "\e900"; }

.icon-join-add:before { content: "\e901"; }

.icon-join-remove:before { content: "\e902"; }

.icon-clip:before { content: "\e903"; }

.icon-clip-add:before { content: "\e904"; }

.icon-clip-remove:before { content: "\e905"; }

.icon-ranking:before { content: "\e906"; }

.icon-edit:before { content: "\e254"; }

.icon-view-tb:before { content: "\e5c3"; }

.icon-view-list:before { content: "\e8ef"; }

.icon-email:before { content: "\e907"; }

.icon-settings:before { content: "\e908"; }

.icon-comment:before { content: "\e909"; }

.icon-team:before { content: "\e90a"; }

.icon-hand:before { content: "\e90b"; }

.icon-user:before { content: "\e90d"; }

.icon-calendar:before { content: "\e90e"; }

.icon-close:before { content: "\e90f"; }

.icon-community:before { content: "\e910"; }

.icon-submenu:before { content: "\e911"; }

.icon-live:before { content: "\e912"; }

.icon-menu:before { content: "\e913"; }

.icon-search:before { content: "\e914"; }

.icon-timeline:before { content: "\e915"; }

.icon-bell:before { content: "\e951"; }

.icon-arrow-up:before { content: "\ea32"; }

.icon-arrow-right:before { content: "\ea34"; }

.icon-arrow-down:before { content: "\ea36"; }

.icon-facebook:before { content: "\ea90"; }

.icon-twitter:before { content: "\ea96"; }

/* schedule */
#schedule .search { background-color: #f6f6f6; padding: 8px 0 8px 8px; overflow-x: scroll; }

#schedule .search ul { display: table; width: 100%; }

#schedule .search li { display: table-cell; width: auto; border-right: 4px solid #f6f6f6; }

#schedule .search li:nth-child(1) { width: 50%; }

#schedule .search li:nth-child(2) { width: 28%; }

#schedule .search li:nth-child(3) { border-right: 8px solid #f6f6f6; }

#schedule .search select { display: block; /* mod 選択ボックスを右寄せにする inline-block -> block */ font-size: 1.2rem; width: 110px; /* mod add 選択ボックスを右寄せにする */ margin-left: auto; /* mod add 選択ボックスを右寄せにする */ margin-right: 10px; /* mod add 選択ボックスを右寄せにする */ }

#schedule .search .btnSearch { width: 100%; background-color: #595858; padding: 6px 8px; border-radius: 4px; border: none; color: #fff; -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); }

#schedule .search.fixed { position: fixed; width: 100%; top: 50px; z-index: 10; box-sizing: border-box; }

#schedule .h3Ttl, #schedule .h4Ttl { background-color: #595858; padding: 8px 16px; color: #fff; font-weight: bold; font-size: 1.6rem; }

#schedule .h4Ttl { background-color: #f6f6f6; border-bottom: 1px solid #ccc; font-size: 1.4rem; color: #333; }

#schedule .h4Ttl.sat { color: #2479d8; }

#schedule .h4Ttl.sun { color: #f74268; }

#schedule .liveList li a { display: block; padding: 16px 24px 16px 8px; background: #fff url(/img/icon-arrow-right.svg) no-repeat 99% 50%; background-size: 20px; border-bottom: 1px solid #ccc; }

#schedule .liveList li.clip a { background: #fcf9e5 url(/img/icon-arrow-right.svg) no-repeat 99% 50%; background-size: 20px; }

#schedule .liveList li .thumb { width: 30%; float: left; margin-right: 1em; }

#schedule .liveList li .thumb .fesLabel { position: absolute; width: 35px; }

#schedule .liveList li .thumb img { width: 100%; height: auto; }

#schedule .liveList li .info { overflow: hidden; }

#schedule .liveList li .info p, #schedule .liveList li .info h5 { overflow: hidden; text-overflow: ellipsis; /* white-space: nowrap; mod diseble */ line-height: 1; margin-bottom: 8px; color: #888; }

#schedule .liveList li .info .artist { font-size: 1.5rem; font-weight: bold; color: #333; }

#schedule .liveList li .info .name { color: #b1a156; }

#schedule .liveList li .info .member { font-size: 1.2rem; margin-bottom: 0; }

#schedule .liveList li .info.fes .member { line-height: 1.3; white-space: inherit; text-overflow: inherit; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

#schedule .liveList li .label { clear: both; padding-top: .5em; }

#schedule .liveList li .label:after { content: ""; display: block; clear: both; }

#schedule .liveList li .label li { display: inline-block; padding: 4px 15px; /* mod 4px 8px -> 4px 15px  */ color: #fff; font-size: 1.2rem; font-weight: bold; }

#schedule .liveList li .label li.pia { background-color: #2479d8; }

#schedule .liveList li .label li.setlist { background-color: #ff8f00; }

#schedule .liveList li .label li.star { float: right; color: #333; font-weight: normal; font-size: 1.2rem; }

#schedule .liveList li .label li .starRating { width: 80px; display: inline-block; vertical-align: middle; font-size: 1.6rem; }

#schedule .liveList li .label li .starRating:after { color: #b99968; }

.infinityNav, .infinityLoader { background: url(/img/themes/ajax-loader.gif) center no-repeat; height: 50px; }

.infinityNav a { color: transparent !important; }

/* modalSample */
.modalSample { width: 95%; margin: 0 auto; border: 1px solid #efefef; box-sizing: border-box; text-align: center; background-color: #fff; }

.modalSample img { display: block; }

.modalSample > a { display: block; padding: 16px 8px; }

.modalSample img:first-child { margin-bottom: 1em; }

.modalSample .modalCancel { border: none; border-radius: 4px; background-color: #7b7b7b; color: #fff; font-size: 1.4rem; position: absolute; bottom: -4em; left: 50%; margin: 0 0 0 -3em; padding: 8px 16px; }

/* commu */
#commu { padding: .1rem 0 1rem; background-color: #e4e4e4; }
#commu .ttlH2 { color: #e91e63; margin-bottom: 0; }
#commu .ttlDesc { padding: 0 1rem; margin-bottom: 2rem; font-size: 1.2rem; color: #484848; }
#commu .btn-gray-link { border-color: #e91e63; color: #e91e63; }
#commu .notopic { margin: 1rem; padding: 2rem; background-color: #fff; border: 1px solid #e7e7e7; }
#commu .notopic h3 { margin-bottom: .5em; text-align: center; font-weight: bold; font-size: 1.6rem; color: #333; }
#commu .notopic p { line-height: 1.5; text-align: center; font-size: 1.2rem; }
#commu .notopic .button-set { margin-bottom: 0; }
#commu ul li .thumb { position: relative; height: 0; padding-top: 56.25%; }
#commu ul li .thumb img { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; width: auto; height: auto; max-height: 100%; }


#footMenu .menulist .new { position: absolute; width: 22px; padding: 2px 4px; background-color: #E90000; border-radius: 25px; text-align: center; color: #fff; }

/* livefans push! */
#livefanspush { margin-bottom: 1.5rem; }

#livefanspush .contents.single { background-color: #fff; margin: 1rem; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
#livefanspush .contents.single a { display: block; padding: 0 0 1rem; }
#livefanspush .contents.single .thumb { position: relative; height: 300px; }
#livefanspush .contents.single .thumb img { max-height: 100%; object-fit: contain; }
#livefanspush .contents.single .title { height: 3em; padding: 0 1rem; margin: 1rem 0 .5rem; font-size: 1.6rem; font-weight: bold; line-height: 1.5; }
#livefanspush .contents.single .desc { height: 3em; padding: 0 1rem; margin: 0; color: #484848; font-size: 1.2rem; line-height: 1.5; }

#livefanspush .contents.list { overflow-y: hidden; margin: 0 -10px; padding: 0; }

#livefanspush .contents ul { display: table; overflow-x: auto; overflow-y: hidden; white-space: nowrap; border-spacing: 1rem 0; padding: 0 1rem 4px; -webkit-overflow-scrolling: touch; }

#livefanspush .contents ul li { position: relative; display: table-cell; width: 160px; background: #626262; border-radius: 4px; margin-right: 10px; }
#livefanspush .contents.list ul li { height: 140px; }
#livefanspush .contents.list ul li img { height: 120px; margin: 0 auto; object-fit: contain; }

#livefanspush .contents .new::after { content: "NEW"; white-space: pre; display: block; text-align: center; padding-top: 11px; width: 30px; height: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1; font-size: 1rem; font-weight: bold; color: #fff; background-color: #E90000; border-radius: 25px; position: absolute; right: 4px; top: 4px; }

#livefanspush .contents ul li:first-child { margin-left: 10px; }

#livefanspush .contents ul li a { display: block; }

#livefanspush .contents ul li img { display: block; max-width: 100%; height: auto; border-radius: 4px 4px 0 0; }

#livefanspush .contents ul li h4 { width: 160px; box-sizing: border-box; padding: .5em; white-space: normal; line-height: 1.5; font-size: 1.2rem; color: #fff; font-weight: bold; }

#sideMenu .drawer-nav ul li { position: relative; }

#sideMenu .iconPush { position: absolute; right: 25px; top: 6px; margin-right: 0 !important; }

/* rensai */
#rensai { margin-bottom: 2rem; }
#rensai .rensaiWrap { overflow-y: hidden; margin: 0 -1rem; padding: 0; }
#rensai .rensaiWrap ul { display: table; overflow-x: auto; overflow-y: hidden; white-space: nowrap; border-spacing: 1rem 0; padding: 0 1rem 1rem; -webkit-overflow-scrolling: touch; }
#rensai .rensaiWrap ul li { position: relative; display: table-cell; width: 220px; background: #fff; margin-right: 10px; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
#rensai .rensaiWrap ul li:first-child { margin-left: 10px; }
#rensai .rensaiWrap ul li a { display: block; }
#rensai .rensaiWrap ul li h4 { width: 220px; box-sizing: border-box; padding: .5em; white-space: normal; line-height: 1.5; font-size: 1.4rem; color: #333; font-weight: bold; }

/* bangumi */
#bangumi ul { border-top: 1px solid #e7e7e7; }
#bangumi ul li { position: relative; background-color: #fff; border-bottom: 1px solid #e7e7e7; }
#bangumi ul li.new::after { content: ""; display: block; position: absolute; right: 0; top: 0; width: 50px; height: 50px; z-index: 1; background: url(/img/themes/label-new.png) no-repeat; background-size: contain; }
#bangumi ul li a { padding: 1.5rem 1rem; display: block; }
#bangumi ul li .date { font-size: 1.4rem; margin-bottom: .5em; }
#bangumi ul li h3 { margin-bottom: .3em; font-size: 1.6rem; font-weight: bold; color: #333; }
#bangumi ul li .channel { display: table; width: 100%; }
#bangumi ul li .channel > p { display: table-cell; vertical-align: middle; }
#bangumi ul li .channel .thumb { width: 40%; text-align: right; }
#bangumi ul li .channel .name { width: auto; padding-right: 1em; text-align: left; font-size: 1.2rem; line-height: 1.8; color: #888; }

/* awardBlock */
#awardBlock { margin-bottom: 20px; }

#awardBlock a { display: block; }

#awardBlock dl { position: relative; display: table; width: 100%; background-color: #efefef; }

#awardBlock dt { display: table-cell; width: 100px; vertical-align: middle; background-color: #333; }

#awardBlock dd { display: table-cell; width: auto; vertical-align: middle; padding: 1em 1.6em 1em 1em; }

#awardBlock dd h5 { margin-bottom: 8px; line-height: 1.3; font-size: 1.4rem; font-weight: bold; color: #333; }

#awardBlock dd h5 span { display: block; font-size: 1.2rem; color: #878787; }

#awardBlock dd .rank { color: #FF8C00; font-size: 1.8rem; font-weight: bold; }

#awardBlock dd.rank1, #awardBlock dd.rank2, #awardBlock dd.rank3 { padding-left: 66px; background: url(/img/common/icon-cup.png) no-repeat 8px 16px; background-size: 50px; }

#awardBlock dd.rank2 { background-image: url(/img/common/icon-cup2.png); }

#awardBlock dd.rank3 { background-image: url(/img/common/icon-cup3.png); }

#awardBlock dl::after { display: block; position: absolute; right: 8px; top: 50%; content: ""; width: 10px; height: 10px; margin-top: -8px; border-top: 2px solid #ccc; border-right: 2px solid #ccc; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.liveBox.awardRank div.eventData h3, .liveBox.awardRank div.eventData h4 { margin-left: 110px; }

div.liveBox.awardRank .eventData.tour h3 { min-height: 2em; }

#.artistinfoBox.awardRank { position: relative; }

.awardRankImg { margin-right: .5rem; }

#.artistinfoBox.awardRank .awardRankImg { width: 45px; height: 45px; right: 8px; left: inherit; top: -36px; }

.artistinfoBox.awardRank div.artistdataBox .awardRankImg img, div.liveBox .eventData .awardRankImg img { width: 45px; height: 45px; float: none; margin: 0; }

.ttlSide { padding: 0 10px; padding-top: 15px; font-size: 1.4rem; font-weight: bold; line-height: 30px; color: #FF8C00; width: auto; border-top: 1px solid #D6D6D6; border-bottom: none; overflow: hidden; margin-bottom: 15px; }

/* youtube list */
/* top */
.slider-x, #youtube-list.slide { height: auto; overflow-y: hidden; margin: 0; }
.slider-x ul, #youtube-list.slide ul { overflow-x: auto; overflow-y: hidden; white-space: nowrap; padding-bottom: .5rem; margin: 0; -webkit-overflow-scrolling: touch; }
.slider-x ul li, #youtube-list.slide ul li { display: inline-block; width: 150px; background: #fff; margin-right: 4px; vertical-align: middle; height: 157px; -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
.slider-x ul li:last-child, #youtube-list.slide ul li:last-child { border-bottom: 1px solid #ddd; }
.slider-x ul li:first-child, #youtube-list.slide ul li:first-child { margin-left: 10px; }
.slider-x ul li a, #youtube-list.slide ul li a { display: block; height: 100%; }
.slider-x ul li.more, #youtube-list.slide ul li.more { width: 160px; background-color: transparent; border: none; text-align: center; vertical-align: middle; -webkit-box-shadow: none; box-shadow: none; }
.slider-x ul li.more a, #youtube-list.slide ul li.more a { width: 100%; height: 98%; display: block; position: relative; background-color: #e4e4e4; margin: 0 auto; border-radius: 50%; font-size: 1.4rem; color: #888; font-weight: bold; padding: 44% 0 0; box-sizing: border-box; /*
&::after {
	position: absolute;
	right: 11%;
	top: 45%;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/ }
.amazonBlock { margin-bottom: 40px; }
.slider-x ul li .thumb, #youtube-list.slide ul li .thumb { float: none; width: auto; }
.slider-x ul li .ttl, #youtube-list.slide ul li .ttl { height: 3.8em; white-space: normal; padding: 8px; margin: 0; overflow: hidden; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 1.2rem; font-weight: normal; }
.slider-x ul li .button, #youtube-list.slide ul li .button { text-align: center; padding: 0 1rem; }
.slider-x.amazon ul li.more { height: 160px!important; }

##youtube-list.slide ul li .thumb:after { width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; }

.slider-x.amazon ul li { height: 226px; }
.slider-x.amazon .thumb { height: 135px; text-align: center; background-color: #e7e7e7; }
.slider-x.amazon .thumb img { height: 135px; width: auto; }
.slider-x.areaspot .thumb { width: 100%; height: 100px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; }
.slider-x.areaspot .thumb span { width: 100%; align-self: center; text-align: center; font-size: 1.6rem; }
.slider-x.areaspot .thumb i { font-size: 2.2rem; }
.slider-x.areaspot .thumb.eat { background-color: #fdefbe; }
.slider-x.areaspot .thumb.eat i { color: #d3af30; }
.slider-x.areaspot .thumb.hotel { background-color: #d0e2ed; }
.slider-x.areaspot .thumb.hotel i { color: #587990; }
.slider-x.areaspot ul li { height: 190px; }
.slider-x.areaspot ul li .ttl { height: auto; padding: 0; margin: 1rem 1rem .5rem; font-size: 1.2rem; font-weight: bold; }
.slider-x.areaspot .mainText { font-size: 1.2rem; font-weight: bold; padding: 0; margin: 1rem 1rem .5rem; }
.slider-x.areaspot .middleText { font-size: 1.1rem; padding: 0; margin: .5rem 1rem; color: #888; }
.slider-x.areaspot .subText { font-size: 1.1rem; padding: 0; margin: .5rem 1rem; color: #b7883f; }

/* archive */
#youtube-list ul:first { margin-top: -8px; }

#youtube-list ul li:last-child { #border-bottom: none; }

#youtube-list ul li a { display: block; }

#youtube-list ul li a:after { content: ""; display: block; clear: both; }

#youtube-list ul li .thumb { float: left; width: 40%; height: auto; position: relative; }

#youtube-list ul li .thumb:after { content: ""; display: block; position: absolute; left: 50%; top: 50%; margin-top: -16px; margin-left: -16px; width: 32px; height: 32px; background-size: 32px; background: url(/img/common/icon-youtube.svg) no-repeat center; opacity: 0.7; }

#youtube-list ul li .thumb span { position: absolute; right: 0; bottom: 0; display: inline-block; background-color: #000; line-height: 2; font-size: 1.1rem; color: #fff; padding: 0 8px; }

#youtube-list ul li .thumb img { max-width: 100%; height: auto; }

#youtube-list ul li .ttl { overflow: hidden; padding: 8px 0 8px 8px; line-height: 1.3; }

#infscr-loading { margin: 1em 0 2em; text-align: center; font-size: 1.2rem; }

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 1;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}

/* gnavi */
#gnavi { background: #fff; overflow-y: hidden; margin: 0; }
#gnavi ul { width: 100%; height: 100%; }
#gnavi ul li { display: block; width: auto; text-align: center; background: #fff; -ms-flex-align: center; -webkit-align-items: center; align-items: center; font-size: 1.4rem; font-weight: bold; padding: .5rem 0; }
#gnavi ul li a, #gnavi ul li span { display: block; padding: 1rem 0; }
#gnavi ul li a.active, #gnavi ul li span.active { color: #fff; background-color: #ffa83d; border-radius: 50px; padding: 1rem; }

/* gnavi */
#underNaviArea {height:60px;}
#underNavi { background: #fff; margin: 0 0 1rem; border-bottom: 1px solid #e7e7e7; transition: all 0.25s ease-in-out; }
#underNavi.sc { position: fixed; left: 0; top: 0; z-index: 100; width: 100%; }
#underNavi.ssc { top: 50px; }
#underNavi ul { padding: 0 1rem; }
#underNavi ul li { display: block; width: auto; font-size: 1.4rem; font-weight: bold; padding: 0; }
#underNavi ul li a, #underNavi ul li span { display: block; padding: 1.5rem; border-bottom: 4px solid #fff; }
#underNavi ul li a.active, #underNavi ul li span.active { border-bottom: 4px solid #ffa83d; }
#underNavi ul li a.disable { color: #888; }

.tour-navi#underNavi ul li { width:50%; text-align:center; }

/* sp-slider */
.sp-slider { height: 220px; }
.sp-slider ul { display: none; }
.sp-slider ul.slick-initialized { display: block; }
.sp-slider ul li.slick-slide {position: relative;overflow: hidden;width: 100%;height: 220px;}
.sp-slider ul li.slick-slide img {/* position: absolute; *//* top: 50%; *//* left: 50%; *//* width: auto; *//* height: 100%; *//* -webkit-transform: translate(-50%, -50%); */-ms-transform: translate(-50%, -50%);/* transform: translate(-50%, -50%); *//* max-width: inherit; */}
.sp-slider.newinfo ul li.slick-slide img { width: 100%; height: auto; }
.sp-slider ul li.slick-slide a { display: block; }
.sp-slider ul li.slick-slide .info { width: 100%; position: absolute; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); padding: 1em; box-sizing: border-box; color: #fff; }
.sp-slider ul li.slick-slide .info > p { max-height: 3em; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; line-height: 1.5; }
.sp-slider ul li.slick-slide .info .ttl { font-size: 1.6rem; font-weight: bold; }
.sp-slider ul li.slick-slide .info .desc { font-size: 1.2rem; }
.sp-slider .slick-dotted.slick-slider { margin-bottom: 4em; }
.sp-slider .slick-dotted.slick-slider .slick-next, .sp-slider .slick-dotted.slick-slider .slick-prev { width: 40px; height: 40px; top: inherit; bottom: -58px; background-color: transparent; }
.sp-slider .slick-dotted.slick-slider .slick-next:before, .sp-slider .slick-dotted.slick-slider .slick-prev:before { display: block; content: ""; width: 8px; height: 8px; border-top: 2px solid #fc6513; border-right: 2px solid #fc6513; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.sp-slider .slick-dotted.slick-slider .slick-next { left: inherit; right: 25%; }
.sp-slider .slick-dotted.slick-slider .slick-prev { left: 25%; }
.sp-slider .slick-dotted.slick-slider .slick-prev:before { content: ""; margin-left: 28px; border-top: none; border-right: none; border-bottom: 2px solid #fc6513; border-left: 2px solid #fc6513; }
.sp-slider .slick-dotted.slick-slider .slick-dots { width: 100%; padding: 0; bottom: -28px; left: 0; text-align: center; }
.sp-slider .slick-dotted.slick-slider .slick-dots li button:before { font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; content: "●"; font-size: 1.2rem; }

/* sp-slider-small */
.sp-slider-small { height: 175px; margin: 1.5rem 0; }
.sp-slider-small ul { overflow-x: auto; overflow-y: hidden; white-space: nowrap; padding-bottom: 1.5rem; -webkit-overflow-scrolling: touch; }
.sp-slider-small ul li { width: 160px; margin-right: .5rem; display: inline-block; vertical-align: top; background-color: #fff; -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); }
.sp-slider-small ul li:first-child { margin-left: 1rem; }
.sp-slider-small ul li:last-child { margin-right: 1rem; }
.sp-slider-small ul li a { display: block; padding-bottom: 1rem; }
.sp-slider-small ul li .thumb { position: relative; height: 0; padding-top: 56.25%; }
.sp-slider-small ul li .thumb img { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; width: auto; height: auto; max-height: 100%; }
.sp-slider-small ul li .ttl { white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; height: 3.5em; overflow: hidden; padding: 1rem; font-size: 1.3rem; font-weight: bold; color: #333; line-height: 1.5; }

/* newsreport */
.newslist ul, #matome ul, #newsreport ul { overflow: hidden; background-color: #fff; border-top: 1px solid #e7e7e7; }
.newslist ul li, #matome ul li, #newsreport ul li { border-bottom: 1px solid #e7e7e7; }
.newslist ul li a, #matome ul li a, #newsreport ul li a { display: block; padding: 1.5rem 1rem; }
.newslist .thumb, #matome .thumb, #newsreport .thumb { position: relative; background-color: #d3d3d3; }
.newslist h3, #matome h3, #newsreport h3 { font-weight: bold; }
.newslist .date, #matome .date, #newsreport .date { display: block; color: #888; font-size: 1.1rem; }
.newslist .big, #matome .big, #newsreport .big { clear: both; }
.newslist .big h3, #matome .big h3, #newsreport .big h3 { max-width: 320px; margin: .5em auto; font-weight: bold; font-size: 1.6rem; max-height: 4.3em; }
.newslist .big .date, #matome .big .date, #newsreport .big .date { max-width: 320px; margin: 0 auto; text-align: right; }
.newslist .middle, #matome .middle, #newsreport .middle { width: 50%; float: left; box-sizing: border-box; }
.newslist .middle h3, #matome .middle h3, #newsreport .middle h3 { font-size: 1.4rem; max-height: 2.8em; margin: .5em 0; line-height: 1.5;}
.newslist .middle .txt, #matome .middle .txt, #newsreport .middle .txt { padding: 0 .5em; }
.newslist .small, #matome .small, #newsreport .small { clear: both; display: table; width: 100%; }
.newslist .small a, #matome .small a, #newsreport .small a { padding: 1em; }
.newslist .small.noimage .txt, #matome .small.noimage .txt, #newsreport .small.noimage .txt { padding: 1em 0; }
.newslist .small h3, #matome .small h3, #newsreport .small h3 {font-size: 1.4rem;max-height: 2.8em;margin-bottom: .3em;line-height: 1.5;}
.newslist .small .thumb, .newslist .small .txt, #matome .small .thumb, #matome .small .txt, #newsreport .small .thumb, #newsreport .small .txt { display: table-cell; vertical-align: middle; box-sizing: border-box; }
.newslist .small .thumb, #matome .small .thumb, #newsreport .small .thumb { width: 98px; height: 55px; overflow: hidden; position: relative; }
.newslist .thumb img, #newsreport .thumb img, #matome .small .thumb img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);max-width: 100%;width: auto;height: auto;max-height: 100%;}
.newslist .small .thumb + .txt, #matome .small .thumb + .txt, #newsreport .small .thumb + .txt { display: table-cell; width: 74%; }
.newslist .small .txt, #matome .small .txt, #newsreport .small .txt { display: block; position: relative; padding: .7em 1em; }
.newslist .big .thumb, #newsreport .big .thumb,
.newslist .middle .thumb, #newsreport .middle .thumb {position: relative;height: 0;padding-top: 66.66%;}

#matome .thumb  { overflow: hidden;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;margin-bottom: 0;}
#matome .big .thumb { max-height: 230px; }
#matome .middle .thumb { height: 115px; }

/* cat-label */
.cat-label { display: inline-block; position: absolute; right: 0; bottom: 0; padding: .3rem 1rem; font-size: 1.2rem; color: #fff; line-height: 1.2rem; }
.cat-label.matome { background-color: #60c638; }
.cat-label.report { background-color: #e04419; }
.cat-label.news { background-color: #3885c6; }
.cat-label.push { background-color: #b76ae8; }
.cat-label.column { background-color: #d4c200; }

/* setlist */
#setlist #past #loading, #setlist #future #loading { height: 452px;}
#setlist .setlistBox { overflow: hidden; padding: 1rem; background-color: #fff; border-top: 1px solid #e2e2e2; }
#setlist .setlistBox .artistname { max-height: 3em; }
#setlist .setlistBox .subtxt { margin-bottom: .2rem; }
#setlist .setlistBox a { display: block; }
#setlist .setlistBox.last { border-bottom: 1px solid #e2e2e2; }
#setlist .setlistBox .datainfo { position: relative; margin: 1rem 0 0; }
#setlist .setlistBox .datainfo .btn-blue-menu { position: absolute; z-index: 2; right: 0; top: 50%; margin-top: -40px; }
#setlist .setlistBox .col p#textOnline { background: #e91e62; padding: 2px 0; color: white; font-size: 10px; font-weight: bold; border-radius: 2px;  line-height: normal; text-align: center; }
#setlist.top .setlistBox .datanum { text-align:right; padding-top:1em;}
#setlist.top .setlistBox.modal .datanum { padding-right:5em;}
#setlist.top .setlistBox.search .datanum { text-align:left; }
#setlist.top { margin: 2rem 0; }
#setlist.top .setlistBox .thumb {width: 7rem;float: left;margin: 0 1rem 1rem 0;position: relative;height: 4rem;}
#setlist.top .setlistBox .thumb img {display: block;/* position: absolute; *//* top: 50%; *//* left: 50%; *//* -webkit-transform: translate(-50%, -50%); */-ms-transform: translate(-50%, -50%);/* transform: translate(-50%, -50%); */max-width: 100%;width: auto;height: auto;max-height: 100%;margin: 0 auto;}
#setlist.top .setlistBox .thumb .icons { margin-top: 0.5rem; }
#setlist.top .setlistBox .middletxt { max-height: 2.8em; }
#setlist.top .setlistBox .subtxt { max-height: 2.8em; }
#setlist.top #recent #loading { height: 407px; }
#setlist.child .setlistBox { position: relative; }
#setlist.child .col { float: left; margin-right: 1rem; }
#setlist.child .col .date { text-align: center; font-size: 1.2rem; font-weight: bold; }
#setlist.child .col .date span { display: block; font-size: 1.6rem; }
#setlist.child .col .area { background-color: rgba(0, 0, 0, 0.1); margin: 4px 0; padding: 0 4px; font-size: 1.2rem; text-align: center; }
#setlist.child .col .label { border-radius: 4px; padding: 0 4px; line-height: 2rem; font-size: 1.2rem; text-align: center; color: #fff; }
#setlist.child .col .label.pia { background-color: #1867bf; }
#setlist.child .col .label.setlist { background-color: #FFA600; }
#setlist.child .col .label.ticket { background-color: #3C6; }
#setlist.child .datanum { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; min-height: 40px; padding-right: 45px; box-sizing: border-box; }
#setlist.child .datanum li { align-self: center; vertical-align: middle; }
#setlist.child .btn-blue-menu { position: absolute; right: 1rem; bottom: 1.5rem; }
#setlist .artistBox { overflow: hidden; padding: 1rem; background-color: #fff; border-top: 1px solid #e2e2e2; position: relative; }
#setlist .artistBox .artistname { max-height: 5em; }
#setlist .artistBox .subtxt { margin-bottom: .2rem; }
#setlist .artistBox a { display: block; }
#setlist .artistBox.last { border-bottom: 1px solid #e2e2e2; }
#setlist .artistBox .datainfo { position: relative; margin: 1rem 0 0; }
#setlist .artistBox .datainfo .btn-blue-menu { position: absolute; z-index: 2; right: 0; top: 50%; margin-top: -40px; }
#setlist .artistBox .thumb {width: 7rem;float: left;margin: 0 1rem 1rem 0;position: relative;height: 4rem;}
#setlist .artistBox .thumb img {display: block;/* position: absolute; *//* top: 50%; *//* left: 50%; *//* -webkit-transform: translate(-50%, -50%); */-ms-transform: translate(-50%, -50%);/* transform: translate(-50%, -50%); */max-width: 100%;width: auto;height: auto;max-height: 100%;margin: 0 auto;}
#setlist .artistBox .thumb .icons { margin-top: 1rem; }
#setlist .artistBox ul.genres{ width: auto; position: static; padding-top: 0; }
#setlist .artistBox ul.genres li{ font-size: 1.1rem; color: #888; }
#setlist .artistBox .rankingTool { position: absolute; right: 1rem; bottom: .5rem; }
#setlist .artistBox .datalist { margin-top: 1rem; display: block; padding: 0; }
#setlist .artistBox .datalist li { list-style: none; display: inline-block; padding: 0; margin-right: 4px; color: #484848 !important; font-size: 1.2rem; }
#setlist .artistBox .datalist li:last-child { margin-right: 0; }
#setlist .artistBox .datalist li::before { display: inline-block; margin-right: 4px; font-size: 1.6rem; }

/* appBanner */
.appBanner { background-color: #f7f7f7; border: 1px solid #e7e7e7; }
.appBanner a { display: block; padding: 1rem; overflow: hidden;}
.appBanner .icon { width: 15%; float: left; margin-right: 1rem; }
.appBanner .catch { margin-bottom: .5rem; color: #333; line-height: 1.3; font-size: 1.4rem; font-weight: bold;}
.appBanner .catch span { font-size: 1.2rem; font-weight: normal; }
.appBanner .catch-left { float: left; width: 80%; font-size: 1.8rem;}
.appBanner .catch-left span { font-size: 1.4rem; }
.appBanner .download { text-align: right; }
.appBanner .download span { display: inline-block; border-radius: 4px; background-color: #139cfc; padding: 0 1rem; line-height: 2; font-size: 1.2rem; font-weight: bold; color: #fff; }
.appBanner .line-color { color: #0EE070; }
.appBanner .play-icon { float: right; width: 15px; height: 15px; padding: 5px 5px 7px 10px; border-radius: 50%; border: 2px solid ; margin-top: 9px; }
.appBanner .awa-color { color: #000000; }
.appBanner .mt10 { margin-top: 13px;}

/* common-style */
.mt20 { margin-top: 2rem; }

.indent1 { text-indent: -1em; padding-left: 1em; }

.thumb { position: relative; }
.thumb .ribbonFes { position: absolute; left: 0; top: 0; width: 3rem!important; height: auto; }
.bgWhite { background-color: #fff; padding: 1rem 0; }

.thisJoined { background-color: #fff3dd !important; }

.thisClipd { position: relative; }
.thisClipd:after { position: absolute; right: 0; top: 0; display: block; content: ""; width: 45px; height: 45px; background: url(/img/themes/label-clip.png) right top no-repeat; background-size: contain; }

.js-more-btn { display: block; text-align: right; font-size: 1.2rem; color: #1582df; text-decoration: underline; }

/* common-button */
.button-set { margin: 1.5rem 0; text-align: center; }

.ttlH2 + .button-edit { margin-bottom: 1rem; }
.button-edit { padding-right: 1rem; margin-top: -3.5rem; margin-bottom: 2rem; text-align: right; }
.button-edit .btn-gray-link { display: inline-block; padding: .5em 1em; width: auto; font-size: 1.2rem; }
.button-edit .btn-gray-link i { margin-right: 4px; }

.btn-more { margin-bottom: 2rem; }
.btn-more a { display: block; padding: 1em; background-color: #fff; text-align: center; font-size: 1.4rem; font-weight: bold; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15); }

#content.index .btn-circle, #content.index .btn-blue-menu { width: 40px; height: 40px; line-height: 43px; }
#content.index .btn-circle i, #content.index .btn-blue-menu i { font-size: 2rem; }
#content.index .btn-circle:before, #content.index .btn-blue-menu:before { line-height: 36px; }
#content.index .btn-circle .btn-circle:before, #content.index .btn-blue-menu .btn-circle:before { line-height: 36px; }
.btn-circle, .btn-blue-menu { border: 2px solid #2e84ed !important; width: 35px; height: 35px; line-height: 35px; box-sizing: border-box; background-color: transparent; border-radius: 50%; outline: 0; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
.btn-circle i, .btn-blue-menu i { font-size: 1.6rem; color: #2e84ed; }
.btn-circle:before, .btn-blue-menu:before { line-height: 36px; }

.btn-circle { background: transparent !important; border: 2px solid #333 !important; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.btn-circle:before { color: #333; font-size: 2rem; line-height: 30px; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.btn-circle.btnOrange { border: 2px solid #ffa83d !important; }
.btn-circle.btnOrange:before { color: #ffa83d; }

.btn-orange-link, .btn-gray-link { display: block; width: 80%; margin: 0 auto; padding: 1rem 0; background-color: #fff; border-radius: 8px; border: 2px solid #484848; color: #484848; text-align: center; font-size: 1.6rem; font-weight: bold; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
.btn-orange-link { width: auto; display: inline-block; padding-left: 1rem; padding-right: 1rem; border-color: #fc6513; color: #fc6513; }

/* ranking Button */
.btnJoin::before { content: "\e901"; font-family: 'icomoon'; }

.btnJoined::before { content: "\e902"; font-family: 'icomoon'; }

.btnClip::before { content: "\e904"; font-family: 'icomoon'; }

.btnCliped::before { content: "\e905"; font-family: 'icomoon'; }

.btnGray { background: #e7e7e7; background: -moz-linear-gradient(top, #e7e7e7 0%, #e3e3e3 100%); background: -webkit-linear-gradient(top, #e7e7e7 0%, #e3e3e3 100%); background: linear-gradient(to bottom, #e7e7e7 0%, #e3e3e3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e3e3e3',GradientType=0 ); color: #000; }

.btnOrange-bd {padding: .6rem 1.4rem;border-radius: 4px;background-color: #fff !important;border: 2px solid #ff6900 !important;color: #ff6900;}

.btnOrange, .btnOrange-bd.active { background: #ff7d00; background: -moz-linear-gradient(top, #ff7d00 0%, #ff6900 100%); background: -webkit-linear-gradient(top, #ff7d00 0%, #ff6900 100%); background: linear-gradient(to bottom, #ff7d00 0%, #ff6900 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d00', endColorstr='#ff6900',GradientType=0 ); color: #fff; }

/* ranking-modal */
.actionModal button { border: none; background-color: transparent; outline: 0; }

.actionModal { width: 100%; height: 100%; left: 0; top: 0; position: fixed; background-color: rgba(0, 0, 0, 0.8); z-index: 9999; -webkit-transition: all 0.6s; transition: all 0.6s; opacity: 0; visibility: hidden;}

#shareModal { bottom: inherit; top: -100vh; }
#shareModal.open { top: 220px; }

/* .actionModal.open { bottom: 0; } */
.actionModal.open { opacity: 1; visibility: visible; }

.actionModal p { text-align: right; }

.actionModal .actionModalClose { border: none; background-color: transparent; }

.actionModal .actionModalClose i { font-size: 2.4rem; padding: 8px; color: #fff; }

.actionModal ul { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 80%; max-width: 600px; padding: 50px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: flex-start; -ms-flex-align: start; }

.actionModal ul li { width: 49%; }

.actionModal ul li button { width: 100%; display: block; padding: 14px 0; box-sizing: border-box; border-radius: 8px; text-align: center; font-size: 1.6rem; }

.actionModal ul li button::before { margin-right: 4px; font-size: 2rem; vertical-align: sub; }

.actionModal .btnOrange-bd {padding: 14px 0;border-radius:8px; background-color: transparent; border: none!important; }

.actionModal .btnOrange-bd.btnGray { color: #000; }

/* common-font-size */
.artistname { font-size: 1.6rem; font-weight: bold; color: #333; line-height: 1.5; }

.middletxt { font-size: 1.4rem; font-weight: normal; color: #333; line-height: 1.5; }

.subtxt { font-size: 1.2rem; font-weight: normal; color: #888; line-height: 1.5; }

.datanum li { display: inline-block; font-size: 1.2rem; color: #333; }
.datanum li i { padding: 0 4px; }
.datanum li i:before { font-size: 1.6rem; color: #333; }
#commu .formCommu { margin: 0 1rem 1rem; border: 1px solid #e7e7e7;	background-color: #fff; }
#commu .formCommu a{ display: block; padding: .5em 1em; }
#commu .formCommu .form, #commu .formCommu .img{	display: inline-block; vertical-align: middle; }
#commu .formCommu .img img{	border-radius: 50%;	width: 4rem; height: 4rem; margin-right: .8em; }
#commu .formCommu .form{ width: 80%; box-sizing: border-box; }
#commu .formCommu .form input[type="text"]{	width: 100%; box-sizing: border-box; border-radius: 4px; border: 1px solid #d8d8d8;	background-color: #fff;	padding: 8px; cursor: pointer; }
#kaijyo div#mapbox { position:relative }
#kaijyo div#map { width:auto; height:200px; margin-bottom:10px; }
#kaijyo div#map img{max-width:none;}

/* listNews */
ul.listNews { padding:0 10px; }
ul.listNews li { margin-bottom: -1px; padding:4px 24px 4px 4px; border:1px solid #BBB; background:#FFF url(../../img/themes/cursor_R.png) no-repeat right 50%; background-size:15px 16px; overflow:hidden; }
ul.listNews li > img { width:50px; height:auto; float:left; }
ul.listNews li dl { margin-left: 55px; }
ul.listNews li dl dt { font-weight:bold; line-height:1.25; margin-bottom:10px; display: table-cell; padding-left: 10px;} 
ul.listNews li dl dt a { color:#444; }
ul.listNews li dl dt.digest { font-weight:normal; line-height:1.25; min-height:50px; } ul.listNews li dl dt a { color:#444; }
ul.listNews li dl dd { line-height:1.25; text-align:right; color:#666; width:auto; overflow:hidden; } ul.listNews li dl dd img { width:auto; float:left; }
ul.listNews li dl { margin:0; }
ul.listNews dl span { display:table-cell; vertical-align: middle; background:#FFF; width:60px; height:45px; text-align:center;  }
ul.listNews dl span img { max-width:60px; max-height:45px; width:auto; height:auto; }
/* push list */
ul.listNews.push { font-size: 1.3em; }
ul.listNews.push li dl dt{ padding-bottom: 20px; }
ul.listNews.push dl span{ width: 65px; height: 65px; }
ul.listNews.push dl span img{ max-width: 65px; max-height: 65px; }
ul.listNews.push li dl dd{ margin-top: -16px; }
ul.listNews.push .push-big{ position: relative; margin-bottom: 10px; padding: 8px; }
ul.listNews.push .push-big::after{ content: "NEW"; background-color: #ff5338; padding: 16px 8px; border-radius: 50%; color: #fff; font-size: 93%; font-weight: bold; position: absolute; right: 8px; top: 8px; }
ul.listNews.push .push-big dl span{ display: block; width: calc(100% - 20px); height: auto; margin: 0 0 8px; background-color: #fff; text-align: center; }
ul.listNews.push .push-big dl span img{ max-width: 100%; height: 370px; object-fit: contain; }
ul.listNews.push .push-big dl dt,
ul.listNews.push .push-big dl dd{ display: block; padding-right: 20px; padding-left: 0; }
ul.listNews.push .push-big dl dd .desc{ text-align: left; margin-bottom: 1em; line-height: 1.2;}

.clipdesc { text-align: right; line-height: 1.5; margin-top: .5em; color: #888; display: inline-block; width: 100%; }


#bitfanBox {background-color: #FFF; margin-top: 10px; padding-top: 5px; }
#bitfanBox .connectWrap{ padding: 20px;}
#bitfanBox .caption{ width: auto; float: none; margin: 8px 0 0; font-weight: bold; text-align: right;}
#bitfanBox button[class^="btnSlt"] { width: 100%; height: 40px; display: block; padding: 0; box-sizing: border-box; outline: 0; font-size: 12px; font-weight: bold;}
#bitfanBox button[class^="btnSlt"]::before { content: ""; display: inline-block; width: 30px; height: 30px; vertical-align: middle; margin-left: -5px; }
#bitfanBox .btnSltBitfan { color: #040404; background-color: #f1f0f0; border: 1px solid #ddd; border-radius: 40px; letter-spacing: 0.025em; margin-right: -0.025em; }
#bitfanBox .btnSltBitfan::before { background: url(/img/themes/signup-icon-bitfan-color.png?v=1217) no-repeat; background-size: 24px; }
#bitfanBox .btnoff { color: #FFF; background: #FB311A; background: -moz-linear-gradient(top, #FB311A 0%, #FF8E00 100%); background: -webkit-linear-gradient(top, #FB311A 0%, #FF8E00 100%); background: linear-gradient(to bottom, #FB311A 0%, #FF8E00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB311A', endColorstr='#FF8E00',GradientType=0 ); }
#bitfanBox .btnoff::before { background: url(/img/themes/signup-icon-bitfan.png) no-repeat; background-size: 24px; }


@media only screen and (max-width: 320px) { ul.attribute li { margin-left: .2rem; }
  ul.attribute li .btnOrange-bd {width: auto;padding: .6rem 1.2rem;} }


/*Bandsintown*/
.ad_bandsintown { margin: 3rem 1rem; }

/* Table Online Event Platform */
.streamingPlatformInfo tr { border-bottom: 1px solid #ccc; }
.streamingPlatformInfo tr:last-child { border-bottom: none; }
.streamingPlatformInfo tr td { padding: 5px; width: 15%; }
.streamingPlatformInfo tr td.streamingInfo h2 { font-size: 15px; font-weight: bold; }
.streamingPlatformInfo tr td.streamingInfo a { color: #00E; text-decoration: underline; }
.streamingPlatformInfo tr td.streamingInfo p { padding-top: 4px; }
/* Table Online Event Platform */

/* List Event Online in Top Page */
#events .eventOnline { overflow: hidden; padding: 1rem; background-color: #fff; border-top: 1px solid #e2e2e2; }
#events .eventOnline .thumb { width: 7rem; float: left; margin: 0 1rem 1rem 0; position: relative; height: 4rem; }
#events .eventOnline ul.icons { margin-top: 0.6rem; }
#events .eventOnline p#textOnline { background: #e91e62; padding: 3px 5px; color: white; font-size: 10px; font-weight: bold; border-radius: 2px; line-height: normal; display: inline-block; }
#events .eventOnline ul.datanum { text-align: right; }
/* List Event Online in Top Page */

#wrap .adCenter.ad_bandsintown { margin: 3rem auto; }

/* skiyaki fc banner */
.skiyaki-banner-center { text-align: center; }
.skiyaki-banner-text-small { padding-top: 5px; font-size: 11px; display: block; }
.skiyaki-banner-text-large { font-size: 16px; }

.bitfan_caution { padding: .5em; margin: 1em; font-size: 1em; color: #444; background-color: #F5FFFF; border: 5px solid #ff0000; }
.bitfan_caution a { color: #00E; text-decoration: underline; }

.bitfanconnect {
    font-size: 1.1em !important;
    color: #F00;
    font-weight: bold;
    padding-bottom: 1em; 
}
.bitfanconnect.connected {
    color: #20b726;
}
.bitfanconnect:before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  margin-right: .5em;
}
.bitfanconnect.connected:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  margin-right: .5em;
}

.follow-count { display: inline-block; }

.user-digest { -webkit-box-pack: center; justify-content: center; display: inline-block; }
.user-digest > .user-thumb-small { overflow: hidden; display: inline-block; border-radius: 50%; width: 20px; height: 20px; border: 1px solid #dbdbdb; }
.user-digest > .user-thumb-small img { width: 100%; height: 100%; object-fit: cover; }
.user-digest > .user-thumb-small:not(:first-child) { margin-left: -7px; margin-right: 0; }
.liveBox .user-digest { margin-top: .7em; }

/* mybest list */
#mybest .description { padding: 1em; color: #FFF; font-size: 1.2rem; }
.mybest-newlist.calousel { background: linear-gradient(90deg, rgba(244, 168, 128, 1), rgba(248, 200, 109, 1)); padding: 1em 0; margin: 2em 0; }
.mybest-newlist.calousel .ttlTop { color: #FFF; border-bottom:4px solid #FFF; }
.mybest-newlist .sp-slider-small { height: auto; }
.mybest-newlist .sp-slider-small ul li { width: 170px; height: 200px; }
.mybest-newlist .card-mini { border-radius: 10px; }
.mybest-newlist .card-mini .userimage {
  display: block;
  margin: 1em auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.mybest-newlist .grid-list ul { margin: 0 1em; }
.mybest-newlist .grid-list ul li { display: inline-grid; width: 47%; height: 200px; margin: .5em; }

.mybest-newlist .card-mini .username { text-align: center; font-size: 12px; margin: .5em .5em 1.5em .5em; }
.mybest-newlist .card-mini .livedate { text-align: center; font-size: 14px; margin: .5em;  -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp:3;  overflow: hidden;  white-space: break-spaces; }
.mybest-newlist .card-mini .titleblock { }
.mybest-newlist .card-mini .title { text-align: center; font-size: 17px; margin: .5em; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; white-space: break-spaces; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp:3; }


/* theme */
.users-mybest.theme1 .head { background: url('/img/images/mypage/article-theme1-head.jpg') no-repeat; background-size: cover; }
.users-mybest.theme1 .head h2 {}
.users-mybest.theme1 .head .btn-edit { color: #FF3249; }
.users-mybest.theme1 .sections { background-color: #FFF; }
.users-mybest.theme1 .sections .data-column .info p.ranknum { background: linear-gradient(224.84deg, rgba(0, 0, 0, 0.2) -88.97%, rgba(0, 0, 0, 0) 89.53%), linear-gradient(209.5deg, #FC6713 30.17%, rgba(252, 101, 19, 0) 128.53%); color: #FFF; }

.mybest-newlist .card-mini.theme1 { background: url('/img/images/mypage/article-theme1-head.jpg') no-repeat; background-size: cover; }
.mybest-newlist .card-mini.theme1 .title { background-color: transparent; color: #FFF; }
.mybest-newlist .card-mini.theme1 .livedate { background-color: transparent; color: #FFF; }
.mybest-newlist .card-mini.theme1 .username { background-color: transparent; color: #FFF; }
.mybest-newlist .card-mini.theme1 .sections { background-color: transparent; color: #FFF; }
.mybest-newlist .card-mini.theme1 .sections .data-column.editlink .btn-more { color: #FC6713C9; }

.users-mybest.theme2 .head { background: linear-gradient(93.47deg, rgba(0, 0, 0, 0.2) 97.07%, rgba(0, 0, 0, 0) 115.68%), linear-gradient(266.94deg, rgba(19, 252, 196, 0.81) 79.84%, rgba(19, 252, 154, 0) 136.86%), url('/img/images/mypage/article-theme2-head.jpg') no-repeat; background-size: cover; }
.users-mybest.theme2 .head h2 {}
.users-mybest.theme2 .head .btn-edit { color: #20b7c1; }
.users-mybest.theme2 .sections { background-color: #FFF; }
.users-mybest.theme2 .sections .data-column .info p.ranknum { background: linear-gradient(224.84deg, rgba(0, 0, 0, 0.2) -88.97%, rgba(0, 0, 0, 0) 89.53%), linear-gradient(209.5deg, #13EEFC 30.17%, rgba(19, 252, 238, 0) 128.53%); color: #FFF; }
.mybest-newlist .card-mini.theme2 { background: linear-gradient(93.47deg, rgba(0, 0, 0, 0.2) 97.07%, rgba(0, 0, 0, 0) 115.68%), linear-gradient(266.94deg, rgba(19, 252, 196, 0.81) 79.84%, rgba(19, 252, 154, 0) 136.86%), url('/img/images/mypage/article-theme2-head.jpg') no-repeat; background-size: cover; }
.mybest-newlist .card-mini.theme2 .title { background-color: transparent; color: #FFF; font-size: 14px; }
.mybest-newlist .card-mini.theme2 .livedate { background-color: transparent; color: #FFF; font-size: 10px; }
.mybest-newlist .card-mini.theme2 .username { background-color: transparent; color: #FFF; }
.mybest-newlist .card-mini.theme2 .sections { background-color: transparent; color: #FFF; }
.mybest-newlist .card-mini.theme2 .sections .data-column.editlink .btn-more { color: #33C9A2; }

.userarticle-edit-btn { background-color: #FFA83D; width: 60px; height: 60px; border-radius: 60px; position: fixed; bottom: 120px; right: 10px; -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2); }
.userarticle-edit-btn .btn-box { position: relative; width:100%; height: 100%; }
.userarticle-edit-btn .btn-box a { position:absolute; top:0; left:0; width:100%; height:100%; }
.userarticle-edit-btn .btn-box img { width: 55%; height: auto; display: block; margin: 7px auto; }
.userarticle-edit-btn .btn-box p { color: #FFF; position: absolute; top: 40px; left: 18px; font-size: 12px; }

/* official banner */
.banner-slider > li:not(:first-child) { display: none; }

.pr-label { font-size: 10px; display: inline-block; background-color: #EEE; padding: .5em; float: right; margin: 2em 1em 0 1em; }
.ticketBlock .ttlH2 { display: inline-block; }