html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    font-size: 14px;
    color: #555555;
    background-image: url(/digaonline/img/common/bg.png);
    background-repeat: repeat;
	word-break: break-all;
}
.spno {
	display: none !important;
}


.mbs { margin-bottom: 10px !important;}
.mbm { margin-bottom: 20px !important;}
.mbl { margin-bottom: 30px !important;}
#header-main {
	width: 100%;
	background-image: url(/digaonline/img/common/bg.png);
	background-repeat: repeat;
	border-bottom: 1px solid rgba(179,179,179,0.40);
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 999;
	position: fixed;
}
#header-main .inner {
    position: relative;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 13px;
	transition: .3s;
}
#header-main.v .inner {
    padding-top: 15px;
    padding-bottom: 11px;
}
#header-main .inner .logo {
	text-align: center;	
}
#header-main .inner .logo a {
}
#header-main .inner .logo a img {
    width: 170px;
    margin-bottom: 5px;
	transition: .3s;
}
#header-main .inner .logo.v {
	margin-bottom: 2px;
}
#header-main .inner .logo.v a img {
    width: 200px;
    margin-bottom: 0px;
}
#header-main .inner .txt {
    font-size: 10px;
	line-height: 100%;
}
#header-main.scrolled {
	border-bottom: 1px solid rgba(179,179,179,0.40);
}
#header-main.scrolled .inner {
    padding: 11px 0;
}
#header-main.v.scrolled .inner {
    padding: 9px 0 6px;
}
#header-main.scrolled .inner .logo a img {
	margin-bottom: 0;
	width: 140px;
	height: 23px;
}
#header-main.scrolled .inner .logo.v a img {
	width: 190px;
	height: 28px;
}
#header-main.scrolled .inner .txt {
	display: none;
}
#header-main.scrolled #menu-button {
	top: 2px;
}

#menu-button {
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 14px;
	left: 8px;
	z-index: 999;
}
#menu-button span {
	display: block;
	background-color: #999999;
	width: 24px;
	height: 2px;
	position: absolute;
	left: 9px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

#menu-button span:first-child {
	top: 12px;
}
#menu-button span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menu-button span:last-child {
	bottom: 12px;
}
#menu-button.active span:first-child {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
	background-color: #999999;
}
#menu-button.active span:nth-child(2) {
	opacity: 0;
}
#menu-button.active span:last-child {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
	background-color: #999999;
}
#header-main #nav-area {
    display: none;
    position: relative;
    background-image: url(/digaonline/img/common/bg.png);
	top: 14px;
	z-index: 998;
	border-bottom: 1px solid rgba(179,179,179,0.40);
}
#header-main #nav-area.v {
    background-image: none;
    background-color: #000000;
	border-bottom: 1px solid rgba(179,179,179,0.20);
}
#header-main.scrolled #nav-area {
    display: none;
    position: fixed;
    top: 45px;
}

#header-main .inner .btns {
    padding: 20px 0;
    text-align: center;
}
#header-main .inner .btns li {
    padding: 0 10px;
    display: inline;
}
#header-main .inner .btns li:last-child {
	display: none;
}
#header-main .inner .btns li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #B75E60;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 6px;
}

#header-main .inner .btns li a img {
    width: 24px;
    padding-top: 9px;
}
#header-main .inner .btns li .tw {
    background-color: #000000;
}
#header-main .inner .btns li .fb {
    background-color: #678CD9;
}
#header-main .inner .btns li .in {
    background-color: #db52a8;
}
#header-main .inner .btns li .yt {
    background-color: #db4747;
}
#header-main .inner .btns li .search {
    background-color: #5ED5D3;
}
#gnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#gnav ul li {
    width: 50%;
    
}
#gnav ul li.full {
	width: 100%;
}
#gnav ul .special {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
#gnav ul .special:after {
	display: block;
	content: '';
	position: absolute;
	border-top: 1px solid #CCCCCC;
	bottom: -10px;
	width: 100%;
}
#gnav.v ul .special:after {
	border-top: 1px solid #333333;
}
#gnav ul .special a {
    position: relative;
	padding-left: 25px;
}
#gnav ul .special a:after{
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	width: 4px;
	height: 4px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 15px;
}
#gnav ul .special ul li a {
    font-size: 12px;
}
#gnav ul li a,
#gnav ul .pcno li a{
    display: block;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #555555;
    text-decoration: none;
    padding: 10px;
    text-align: left;
}
#gnav.v ul li a,
#gnav.v ul .pcno li a{
	color: #FFFFFF;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
#gnav ul .sponly {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top-style: none;
    margin-bottom: 10px;
}
#gnav ul li ul {
	border-top: none;
	margin-bottom: 0;
}
#header-main.scrolled .inner #gnav ul li.special ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
}
#header-main .inner #gnav ul .special ul li a:after,
#header-main.scrolled .inner #gnav ul .special ul li a:after{
	display: none;
}
#header-search {
    
}

#header-search div {
	padding: 0 6%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

#header-search div #s {
    border: 2px solid #5ED5D3;
    padding: 0px 8px;
    background-color: #F8F8F8;
    width: 100%;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
}
#header-search.v  div #s{
	border: 2px solid #666666;
}
#header-search div #searchsubmit {
    width: 36px;
    height: 36px;
    background-color: #5ED5D3;

}
#header-search div #searchsubmit img {
    width: 22px;
}
#info-button {
    color: #F16968;
    font-size: 11px;
    position: absolute;
    top: 25px;
    right: 0px;
    line-height: 20px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-decoration: none;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 0;
    display: inline-block;
}
#info-button.v {
    color: #FE2481;
}

#info-button:before {
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 5px solid #F16968;
	right: 3px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#info-button.v:before {
	border-left: 5px solid #FE2481;
}
@media screen and (max-width: 320px) {
	#info-button {
		font-size: 10px;
		padding-right: 10px;
	}
	#info-button.v:before {
		right: 1px;
	}
}
#header-main.scrolled #info-button {
    top: 12px;
}
#breadcrumbs {
    display: none;
}
@media (max-width:375px) {
	#gnav ul {
		font-size: 12px;
	}
	#gnav ul li a {
    	padding-top: 8px;
    	padding-bottom: 8px;
	}
	#gnav ul .special a:after{
		top: 15px;
	}
	#gnav ul .special ul li a {
		padding-left: 12px;
		font-size: 10px;
	}
}
@media (max-width:320px) { /*iPhone SEサイズ対策*/
	#header-main .inner .logo a img {
		width: 155px;
		margin-bottom: 7px;
		padding-top: 2px;
	}
	#header-main .inner .txt {
		font-size: 8px;
		line-height: 100%;
	}
	#info-button {
		right: 6px;
	}
	#gnav ul {
		font-size: 12px;
	}
}
#btn_perf {
	display: block;
	width: 52px;
	height: 52px;
	position: fixed;
	left: 12px;
	bottom: 12px;
	z-index: 50;
}
#btn_perf img {
	width: 100%;
}
#footer {
	letter-spacing: 1px;
}
#footer .navi {
    background-image: url(/digaonline/img/common/footer_bg_nav.jpg);
    background-repeat: repeat;
}
#footer .navi .inner {
    padding-top: 45px;
    padding-right: 0;
    padding-left: 0;
    color: #FFFFFF;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footer .navi .inner .logo {
	margin-bottom: 25px;
	order: 1;
	width: 100%;
}
#footer .navi .inner .logo img {
	width: 150px;
}
#footer .navi .inner .nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#footer .navi .inner .nav.second {
}
#footer .navi .inner .nav.third {
}
#footer .navi .inner .nav.third li:nth-last-child(-n+2) {
	border-bottom: none;
}
#footer .navi .inner .nav.third li:nth-last-child(-n+3) {
	border-bottom: none;
	
}
#footer .navi .inner .nav li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.50);
}
#footer .navi .inner .nav.first {
	border-top: 1px solid rgba(255,255,255,0.50);
	order: 3;
}
#footer .navi .inner .nav.second {
	order: 4;
}
#footer .navi .inner .nav.third {
	order: 5;
}
#footer .navi .inner .nav.first li:nth-child(2n+1),
#footer .navi .inner .nav.third li:nth-child(2n+1){
	border-right: 1px solid rgba(255,255,255,0.50);
}
#footer .navi .inner .nav.second li:nth-child(2n+2){
	border-right: 1px solid rgba(255,255,255,0.50);
}
#footer .navi .inner .nav.second li:first-child {
	width: 100%;
}
#footer .navi .inner .nav.third li::nth-last-child(-n+3){
	border-right: 1px solid rgba(255,255,255,0.50);
}
#footer .navi .inner .nav.second li:nth-child(n+2) a{
	font-size: 12px;
	padding: 6px 15px;
}
#footer .navi.v .inner .nav.second li:nth-child(n+2) a{
	font-size: 14px;
	padding: 10px;
}
#footer .navi.v .inner .nav.second li.min a{
	font-size: 12px !important;
	padding: 6px 15px !important;
}
#footer .navi .inner .nav li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    display: block;
    position: relative;
}
@media (max-width:375px) {
	#footer .navi .inner .nav li a {
		font-size: 12px;
		padding: 8px;
	}
}
#footer .navi .inner .nav li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 40%;
	width: 5px;
	height: 5px;
	border-right: 1px solid rgba(255,255,255,0.50);
	border-bottom: 1px solid rgba(255,255,255,0.50);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 10px;
}

#footer .navi .inner .follow {
    text-align: center;
	order: 2;
	width: 100%;
	margin-bottom: 20px;
}
#footer .navi .inner .follow p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}
#footer .navi .inner .follow .icon {
	display: block;
}
#footer .navi .inner .follow .icon li {
        padding: 0px 10px;
    display: inline-block;
}
#footer .navi .inner .follow .icon li a img {
    width: 35px;
}
#footer .list-menu {
    background-image: url(/digaonline/img/common/footer_bg_menu.jpg);
    background-repeat: repeat;
    padding: 15px 0;
    text-align: center;
}
#footer .list-menu li {
	
}

#footer .list-menu li a {
    color: rgba(255,255,255,0.70);
    text-decoration: none;
    font-size: 14px;
    padding: 6px 0;
    display: inline-block;
}
#footer .bottom {
    background-color: #000000;
    padding: 40px 0;
    text-align: center;
    color: #FFFFFF;
}
#footer .bottom .by {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: 400;
}
#footer .bottom .dg-logo img {
    width: 70%;
    margin-bottom: 20px;
}
#footer .bottom address {
    font-size: 8px;
    color: #999999;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	letter-spacing: normal;
}

#main,
#post-main,
#page-main,
#page-about {
	padding-top: 71px;
}
#content .main-wrap {
    padding: 0 4%;
}
#content .two-col {
    padding: 0 4%;
}
#content .recommend {
    background-image: url(/digaonline/img/common/bg_red.jpg);
    background-repeat: repeat;
    padding: 0;
    margin-bottom: 30px;
}
#content .recommend .recwrap {
    padding: 20px 0 10px;
}
#content .sp_notse {
	display: none;
}
.ttl-main,
.ttl-side{
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 15px;
}
.ttl-main.pt0 {
	padding-top: 0px;
	margin-bottom: 10px;
}
.ttl-main span,
.ttl-side span{
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    display: block;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 6px;
}
.ttl-main span.pb0 {
	padding-bottom: 0 !important;
}
.ttl-main.pt0 {
	padding-top: 0px;
}

.ttl-tline {
	color: #f26968;
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-width: 4px 0px 0px;
    border-top-style: solid;
    border-top-color: #f26968;
    font-weight: 700;
	line-height: 140%;
}
.ttl-uline {
    font-size: 18px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.ttl-uline .date{
    font-size: 14px;
}
.ttl-page {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.ttl-page span {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    display: block;
    font-weight: 800;
    font-style: italic;
	padding-bottom: 6px;
}
.list-post {
    margin-bottom: 20px;
}
.spe_fea .list-post li {
	width: 70%;
margin: 0 auto 15px;
}
.list-post li {
	width: 100%;
	margin-bottom: 15px;
}
.list-post li a {
	overflow: hidden;
    color: #555555;
    text-decoration: none;
	line-height: 145%;
	display: block;
}
.list-post.v li a {
	color: #000000;
}
.list-post li a .thum {
	position: relative;
	width: 36%;
	background-position: center top;
	background-size: cover;
	float: left;
	margin-right: 4%;
}
.list-post li a .thum:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.list-post li a .inner {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-post li a .inner .pnow {
    background-color: #F79F2D;
    font-size: 10px;
    line-height: 16px;
    padding: 0 5px;
    color: #FFFFFF;
    display: inline-block;
	margin-bottom: 5px;
}
.list-post li a .inner .pnow.v {
	background-color: #FE2481;
}
.list-post li a .inner .ttl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
	line-height: 145%;
}

.list-post li a .inner .date {
    color: #999999;
    text-align: right;
	font-size: 12px;
}
.list-post.artist li.full {
	width: 100% !important;
}
.list-post.artist li.full a{
	margin-bottom: 40px !important;
	
}
.list-post.artist li.full .img {
	margin-bottom: 10px;
}
.list-post.artist li.full .right .ttl {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 155% !important;
	margin-bottom: 5px !important;
}
.list-post.artist li.full .right .date {
    text-align: right !important;
    padding-right: 5px !important;
}
.list-post-bar {
    margin-bottom: 20px;
}
.list-post-bar li {
	width: 70%;
margin: 0 auto 15px;
}
.list-post-bar li a {
	overflow: hidden;
    color: #555555;
    text-decoration: none;
	line-height: 145%;
	display: block;
}
.list-post-side {
    margin-bottom: 25px;
}
.list-post-side li {
	width: 100%;
	margin-bottom: 15px;
}
.list-post-side li a {
	overflow: hidden;
    color: #555555;
    text-decoration: none;
	line-height: 145%;
	display: block;
}
.list-post-side li a .thum {
	position: relative;
	width: 36%;
	background-position: center top;
	background-size: cover;
	float: left;
	margin-right: 4%;
}
.list-post-side li a .thum:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.list-post-side li a .inner {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-post-side li a .inner .ttl {
    font-size: 16px;
    font-weight: 700;
}
.list-post-side li a .inner .date {
    color: #999999;
    text-align: right;
	font-size: 12px;
}
.tagname_v {
	text-align: center;
	margin-bottom: 7px;
}
.tagname_v span {
	font-size: 14px;
	text-align: center;
	border-left: 2px none #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	line-height: 30px;
	display: inline-block;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 0;
	color: #FFFFFF;
	position: relative;
	background-color: #000000;
}
.tagname_v span:after {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	width: 22px;
	height: 22px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	left: -12px;
	background-color: #000000;
}
.tagname_v span:before {
	content: "";
	position: absolute;
	top: 11px;
	left:0px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFFFFF;
	z-index: 5;
}
/* ページャー */
.pager,
.wp-pagenavi{
    
    text-align:center;
}
.pager.mbl {
	margin-bottom: 80px;
}
a.page-numbers,
.pager .current,
.page.larger,
.page.smaller,
.nextpostslink,
.previouspostslink {
    border: solid 1px #999999;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    display: inline-block;
    color: #555555;
    font-size: 14px;
    text-decoration: none;
	margin: 0 3px 5px;
}
/*.wp-pagenavi span {
	background-color: #999999;
    border: solid 1px #999999;
    color: #FFFFFF;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    display: inline-block;
	font-size: 14px;
	margin: 0 3px 3px;
}
/* 下記に修正(2019.10.08) */
.wp-pagenavi span span  {
	background-color: #999999;
    border: solid 1px #999999;
    color: #FFFFFF;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    display: inline-block;
	font-size: 14px;
	margin: 0 3px 15px;
}
.wp-pagenavi span.extend {
	display: none;
}
.wp-pagenavi a span {
    border: solid 1px #999999;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    display: inline-block;
    color: #555555;
    font-size: 14px;
    text-decoration: none;
    background-color: rgba(0,0,0,0.00);
}
.page.smaller,
.page.larger {
	margin: 0 3px 3px;
}
.wp-pagenavi .last,
.wp-pagenavi .pages{
	display: none;
}
.pager .current {
    background-color: #999999;
    border: solid 1px #999999;
    color: #FFFFFF;
}
/*
.wp-pagenavi .current {
    background-color: #999999;
    border: solid 1px #999999;
    color: #FFFFFF;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    display: inline-block;
	font-size: 14px;
} 868行目とともに削除(2019.10.8)*/
.list-present li {
	width: 100%;
	margin-bottom: 15px;
}
.list-present li a {
	overflow: hidden;
    color: #FFFFFF;
    text-decoration: none;
	line-height: 145%;
	display: block;
}
.list-present li a .thum {
	position: relative;
	width: 36%;
	background-position: center top;
	background-size: cover;
	float: left;
	margin-right: 4%;
}
.list-present li a .thum:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.list-present li a .inner {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-present li a .inner .ttl {
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 5px;
}
.list-present li a .inner .period {
    font-size: 14px;
    font-weight: 500;
}
.list-recommend li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 15px;
    display: block;
	line-height: 150%;
}
.list-recommend li a .thum {
	position: relative;
	width: 100%;
	padding: 66% 0 0;
	background-position: center top;
	background-size: cover;
	margin-bottom: 10px;
}
.list-recommend li a .title {
	font-size: 16px;
    font-weight: 700;
	line-height: 145%;
}
.list-recommend li a .date {
    text-align: right;
    font-size: 12px;
}
.list-livephoto {
    margin-bottom: 25px;
}
.list-livephoto li {
	width: 100%;
	margin-bottom: 15px;
}
.list-livephoto li a {
    overflow: hidden;
    color: #555555;
    text-decoration: none;
	line-height: 145%;
	display: block;
}
.list-livephoto li a .thum {
	position: relative;
	width: 36%;
	background-position: center top;
	background-size: cover;
	float: left;
	margin-right: 4%;
}
.list-livephoto li a .thum:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.list-livephoto li a .inner {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-livephoto li a .inner .ttl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
	line-height: 145%;
}

.list-livephoto li a .inner .date {
    color: #999999;
    text-align: right;
	font-size: 12px;
}
.list-livespot {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}
.list-livespot li {
	width: 48%;
	margin-bottom: 8px;
}
.list-livespot li a {
    display: block;
    text-decoration: none;
    color: #555555;
    line-height: 150%;
    position: relative;
}
.list-livespot li a .thum {
    width: 100%;
    margin-bottom: 10px;
    background-color: #EFEFEF;
    padding: 66% 0 0;
    text-align: center;
    background-position: center top;
    background-size: cover;
}
.list-livespot li a .date {
    color: #FFFFFF;
    text-align: right;
    padding: 0 10px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.50) 48.26%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.50) 48.26%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.50) 48.26%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.50) 48.26%);
    position: absolute;
    bottom: 0px;
    font-size: 10px;
    z-index: 5;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.special-tagarea .box {
    width: 100%;
	margin-bottom: 25px;
}
.special-tagarea .box .tag-name {
	text-align: center;
	margin-bottom: 15px;
}
.special-tagarea .box .tag-name span {
	font-size: 14px;
	text-align: center;
	border-left: 2px none #f26968;
	border-right: 2px solid #f26968;
	border-bottom: 2px solid #f26968;
	border-top: 2px solid #f26968;
	line-height: 28px;
	display: inline-block;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 0;
	color: #f26968;
	position: relative;
}
.special-tagarea .box .tag-name span:after {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
    width: 20px;
    height: 20px;
    border-right: 2px solid #f26968;
    border-bottom: 2px solid #f26968;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -11px;
}
.special-tagarea .box .tag-name span:before {
	content: "";
	position: absolute;
	top: 11px;
	left:0px;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f26968;
}
.special-tagarea .box a {
    overflow: hidden;
    color: #555555;
    text-decoration: none;
	line-height: 145%;
	display: block;
}
.special-tagarea .box a .thum {
	position: relative;
	width: 36%;
	background-position: center top;
	background-size: cover;
	float: left;
	margin-right: 4%;
}
.special-tagarea .box a .thum:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.special-tagarea .box a .inner {
	overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.special-tagarea .box a .inner .ttl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
	line-height: 145%;
}
.special-tagarea .box a .inner .date {
   color: #999999;
    text-align: right;
	font-size: 12px;
}
.btn-more,
.btn-more-mini {
    text-align: center;
    margin-bottom: 30px;
}
.btn-more a,
.btn-more-mini a{
    width: 50%;
    border-radius: 25px;
    line-height: 45px;
    border: 1px solid #666666;
    color: #555555;
    font-size: 16px;
    text-decoration: none;
    display: inline-block !important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.btn-more.v a,
.btn-more-mini.v a{
    border: 1px solid #000000;
    color: #000000;
}
.btn-more a.big{
    width: 70%
}
.btn-more a:before,
.btn-more-mini a:before{
	display: block;
	content: '';
	position: absolute;
	top: 42%;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #666666;
	right: 12px;
}
.btn-more.v a:before,
.btn-more-mini.v a:before{
	border-left: 7px solid #000000;
}
.btn-more a.wh {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.btn-more a.wh:before {
	border-left: 7px solid #FFFFFF;
}
.btn-more a.wh:hover {
    background-color: rgba(255,255,255,0.10);
}
#side {
	padding-top: 20px;
}
#side .bnrs li {
    margin-bottom: 20px;
}
#side .bnrs li img {
	width: 100%;
}
#side .tickefoo {
	line-height: 145%;
}
#side .tickefoo .txt {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
}
#side .tickefoo a {
    display: block;
    text-decoration: none;
    padding: 0 10px;
    color: #555555;
}
#side .tickefoo a figure {
	margin-bottom: 10px;
}
#side .tickefoo a .period {
    font-size: 12px;
	margin-bottom: 20px;
}
#side .paper {
	line-height: 145%;
}
#side .paper a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #555555;
    text-align: center;
}
#side .paper a figure {
	margin-bottom: 10px;
	text-align: center;
}
#side .paper a figure img {
	width: 70%;
}
#side .paper a .ttl {
    font-size: 18px;
    margin-bottom: 10px;
}
#side .paper .txt {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
	text-align: center;
}
#side .paper a .cover {
    font-size: 12px;
	margin-bottom: 2px;
}
#side .paper a .artist {
    font-size: 14px;
	margin-bottom: 20px;
}
#main .inwrap {
    padding: 25px 4%;
}
#main .inwrap .list-post li {
    margin-bottom: 15px;
}
#present-area {
	padding: 0 4% 30px;
}
#present-area .inwrap {
    background-image: url(/digaonline/img/common/bg_red.jpg);
    background-repeat: repeat;
    padding: 20px 5% 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#present-area .inwrap.v {
	background-image: url(/digaonline/img/common/footer_bg_menu_v.jpg) !important;
}
#present-area .inwrap .att-txt {
    font-size: 12px;
    color: #FFFFFF;
}
#share {
    width: 100%;
    position: relative;
}

#share:before{
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 201;
}
#share .inner {
    padding: 20px 0;
    z-index: 202;
    position: relative;
    text-align: center;
}
#share .inner .ttl {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    display: block;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 15px;
    color: #444444;
}
#share .inner ul {
}
#share .inner ul li {
    padding: 0 4px;
    display: inline-block;
}
#share .inner ul li img {
	width: 36px;
}
#artist-head {
    background-image: url(/digaonline/img/common/bg_red.jpg);
}
#artist-head .inner {
    padding: 20px 4%;
    color: #FFFFFF;
    font-size: 18px;
	line-height: 155%;
}
.list-kanren {
	margin-bottom: 10px;
	padding: 0 1%;
}
.list-kanren li a, .link a {
    font-size: 15px;
    text-decoration: underline;
    font-weight: 500;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    display: inline-block;
    color: #f26968;
}
.list-kanren li a:before, .link a:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #f26968;
	left: 0px;
}
#post-body-before{
    font-size: 16px;
    padding: 30px 4%;
    line-height: 165%;
    margin-bottom: 0px;
}
#post-body-before p{
	margin: 20px 0;
}
#post-body-before .wp-caption {
	max-width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
#post-body-before .wp-caption-text {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}
#post-footer-old {
	padding-bottom: 30px;
}
#post-footer-old p{
	margin-bottom: 30px;
}
#post-body-before a,
#post-footer-old a {
	color: #f26968;
}
.post-content-old h1, .post-content-old h2, .post-content-old h3, .post-content-old h4, .post-content-old h5, .post-content-old h6 {
	font-weight: bold;
	line-height: 1.4;
}
.post-content-old h1 {
	font-size: 20px;
	margin: 1em 0;
	clear: both;
}
.post-content-old h2 {
	font-size: 18px;
	margin: 2em 0 1em;
	clear: both;
	padding: 10px;
}
.post-content-old h3 {
	font-size: 16px;
	margin: 2em 0 1em;
}
.post-content-old h4 {
	font-size: 14px;
	margin: 2em 0 1em;
}
.post-content-old h5 {
	font-size: 12px;
	margin: 2em 0 1em;
}
.post-content-old h6 {
	font-size: 10px;
	margin: 2em 0 1em;
}
.post-content-old p,
.post-content-old pre {
	margin: 1em 0 1em;
	line-height: 1.6;
}
.post-content-old dl,
.post-content-old menu,
.post-content-old ol,
.post-content-old ul {
	margin: 0 0 0;
}
.post-content-old li {
	margin: 0px;
}
.post-content-old dd {
	margin: 0 0 20px 0;
}
.post-content-old ol,
.post-content-old ul {
	padding: 0 0 0 40px;
}
.post-content-old ol ol,
.post-content-old ol ul,
.post-content-old ul ol,
.post-content-old ul ul {
	margin: 0;
}
.post-content-old blockquote {
	clear: both;
	margin: 0 0 28px;
	padding: 27px;
	position: relative;
	border: 1px #eee solid;
}
.post-content-old blockquote:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 32px;
	color: #e7e7e7;
	position: absolute;
	top: 20px;
	left: 12px;
}
.post-content-old blockquote cite {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
	color: #808080;
}
.post-content-old blockquote *:last-child {
	margin-bottom: 0;
}
.post-content-old ul {
	list-style: disc;
}
.post-content-old ol {
	list-style: decimal;
}
.post-content-old dl dt {
	font-weight: bold;
	margin-bottom: 4px;
}
.post-content-old dl dd {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
}
.post-content-old pre {
	padding: 20px;
	overflow: scroll;
	font-family: 'Courier', monospace;
}
.post-content-old h2 {
	padding: 15px;
	clear: both;
}
.post-content-old h3 {
	clear: both;
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 60px 0 22px;
	padding: 30px 0px ;
}

.post-content-old h3.blue {
	position: relative;
    margin: 20px 0 20px 0;
    padding: 0.2em 0 0.5em 0;
	border-top: 0px;
    border-bottom: 2px solid #397ec4;
    text-align: left;
    font-weight: normal;
    font-size: 130%;
    line-height: 140%;
    color: #397ec4;
    height: 100%;
}

.post-content-old h3.pink {
	position: relative;
    margin: 20px 0 0 0;
    padding: 0.2em 0 0.5em 0;
	border-top: 0px;
    border-bottom: 2px solid #ff0073;
    text-align: left;
    font-weight: normal;
    font-size: 130%;
    line-height: 140%;
    color: #ff0073;
    height: 100%;
}
.post-content-old table {
	border: 1px #ddd solid;
	max-width: 100%;
	margin-bottom: 48px;
}
.post-content-old table th,
.post-content-old table td {
	padding: 8px 10px;
	border: #ddd solid 1px;
}
.post-content-old table th {
	color: #fff;
}
.post-content-old table thead th {
	background: #5e6265;
}
.post-content-old table tbody th {
	background: #919598;
}
.post-content-old table.table-line table,
.post-content-old table.table-line th,
.post-content-old table.table-line td {
	border-color: #fff;
}
.post-content-old table.table-line th {
	background: transparent;
	color: #333;
	font-weight: bold;
}
.post-content-old table.table-line thead th {
	background: #5e6265;
	color: #fff;
}
.post-content-old table.table-line tr {
	background: #eee;
}
.post-content-old table.table-line tr:nth-child(2n+1) {
	background: #ddd;
}
.post-content-old img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.post-content-old .alignright {
    float: right;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}
.post-content-old img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.post-content-old .alignleft {
    float: left;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.post-content-old .aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.post-content-old img {
	vertical-align: middle !important;
}
.post-content-old .clearfix{
	zoom:1;
}
.post-content-old .clearfix:after{
content:"";
display: block;
clear: both;
height: 0;
visibility:hidden;
}
/* 公演情報 */
.post-content-old .info_full {
	vertical-align:top;
	display:block;
	width: 100%;
	word-break:break-all;
}

.post-content-old .info_half {
    vertical-align: top;
    display: block;
    width: 100%;
    margin-right: 40px;
    word-break: break-all;
}

.post-content-old .info_full h4,
.post-content-old .info_half h4 {
	font-size:18px !important;
	padding: 0 0 10px !important;
	border-bottom: 1px dotted #ccc !important;
	margin-bottom: 15px;
}
.post-content-old .info_full a,
.post-content-old .info_half a {
    text-decoration: none;
}
.post-content-old .info_full img,
.post-content-old .info_half img {
	display: block;
	margin: 0 auto;
}
.post-content-old .profile {
	
	margin: 50px 0px 0px;
	padding: 20px;
	border: 5px solid #CCC;
	margin-bottom: 10px;
}
.post-content-old .profile a {
	color: #f26968;
	text-decoration: none;	
}
.post-content-old .profile p {
	font-size: 16px !important;
	font-weight:bold;
	margin:2px 0px !important;
}

#post-body-before .profile {
	display: none;
}

.post-content-old .gray_area {
	font-size: 1.0em;
	margin: 10px 0px 0px;
	padding: 20px;
	border: 5px solid #eee;
}

.post-content-old .gray_area p {
	font-size:1.2em;
	font-weight:bold;
	margin:2px 0px;
}

.post-content-old .topic {
	font-size: 0.9em;
	margin: 1em 0px 0px !important;
	padding: 10px 10px 14px;
	border: 2px solid #ffc9df;
}

.post-content-old .topic p {
	font-size:1.2em;
	font-weight:bold;
	margin:2px 0px;
}

.post-content-old .ticket {
	font-size: 0.8em;
	margin: 1em 0px 0px !important;
	padding: 10px 10px 14px;
	border: 2px solid #eee;
}

.post-content-old .ticket p {
	font-size:1.4em;
	font-weight:bold;
	margin:2px 0px;
}

.post-content-old div.next_page {
	font-size: 1.0em;
	text-align: center;
	margin: 20px 0px;
	padding: 12px;
	width: auto;
	border: 3px solid #CCCCCC;
}
.post-content-old div.next_page a {
    text-decoration: none;	
}
.post-content-old div.next_page .next_to {
	font-weight: bold;
}

.post-content-old table {
    border-collapse: collapse;
    border-spacing: 0px;
    border-color: grey;
}

.post-content-old table.column5 {
    width: 100%;
    border-top: 1px solid #ccc;
    vertical-align: middle;
    margin-left: 0px;
}

/* リリース情報 */
.post-content-old .release {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.post-content-old .release_info {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    background: #F3F3F3;
    background-size: 8px 8px;
    padding: 20px;
    margin: 0px;
    width: 100%;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-content-old .release_info h4 {
	text-align: center;
	font-size: 14px !important;
	margin: 10px 0px 10px;
	padding: 0px;
	border: 0px !important;
}

.post-content-old .release_info img {
	max-width: 180px;
/*	border: 1px solid #C4D5E5;*/
	margin: 20px auto 10px;
	display: block;
}

/* ジャケ写が必要無いとき */
.post-content-old .release_info img[alt="/digaonline/wordpress/wp-content/uploads/2017/01/noimage_dot.png"]{
	display:none !important;
}



.post-content-old .gallery-item {
	margin: 5px 0px !important;
}
/* ボタン */
.post-content-old .pre_button {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #e1444f;
    padding: 10px;
    margin: 10px 0 10px;
    border-radius: 5px;
    width: 100%;/*200px*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-content-old .pre_button a {
    text-decoration: none !important;	
}
.post-content-old .tw_button {
	text-align:center;
	display:block;
	color:#fff;
	font-size: 1.2em;
	font-weight:bold;
	background: #1DA1F2;
	padding: 10px;
	margin:10px 0 10px;
	border-radius:5px;
	width: 200px;
}

.post-content-old .gray_area .pre_button,
.post-content-old .gray_area .tw_button {
	width: 100% !important;
}

.post-content-old .gray_area .tw_button:before {
	font-family: "FontAwesome";
	content: "\f099";
	font-size: 1.2em;
	color: #fff;
	margin-right: 5px;
}

.post-content-old .pre_button a:hover {
	text-decoration: none;
}
/* YOUTUBE 埋め込み */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
/*  overflow: hidden; */
	margin: 1em 0px;
}
  
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 投稿記事用 icon表示 */
.post-content-old .icon {
	width:22%;
	/*float:left;*/
    margin-right: 2%;
}
.post-content-old .ic-text {
	width:100%;
	/*float:right;*/
	padding-top:15px;
}
.post-content-old .talk {
	clear:both;
	margin-bottom:20px;
	padding-top: 20px;
}
.post-content-old .question {
	clear: both;
	margin: 0px;
	padding: 10px;
	position: relative;
	color: #507ea4;
	border-bottom: #ccc dashed 1px;
}
.post-content-old .question:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 36px;
	color: #e7e7e7;
	position: absolute;
	top: 10px;
	left: 10px;
}
.post-content-old .question cite {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
	color: #808080;
}

.post-content-old .question .number {
	margin: 0 12px 0 0;
	color: #fff;
	font-weight: bold;
	background: #507ea4;
	padding: 0px 5px 2px;
}

.post-content-old .answer .number {
	margin: 0 12px 1px 0;
	color: #fff;
	font-weight: bold;
	background: #e92b64;
	padding: 0px 10px 1px;
}

.question .penname {
	color: #888;
	text-align: right !important;
	font-size: 0.8em;
	font-weight: normal !important;
	margin: 0 !important;
}

.post-content-old .answer {
	clear: both;
	margin: 0 0 14px;
	padding: 10px;
	position: relative;
	color: #000;

}
