@font-face {
	font-family: YuGothicM;
	src: local(Yu Gothic Medium);
}
html, body {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN W3", Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-weight: 500;
    line-height: 180%;
    font-size: 14px;
    color: #555555;
    background-repeat: repeat;
    background-image: url(/digaonline/img/common/bg.png);
}
a {
    transition-property: all;
    transition: 0.3s linear;
    color: #f26968;
    text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
.pcno {
	display: none !important;
}
.mbs { margin-bottom: 10px !important;}
.mbm { margin-bottom: 30px !important;}
.mbl { margin-bottom: 50px !important;}
#header-main {
    width: 100%;
    background-image: url(/digaonline/img/common/bg.png);
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
	position: fixed;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 999;
}
#header-main .inner {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    padding-top: 33px;
	transition: .3s;
}
#header-main.v .inner {
    padding-top: 20px;
}
#header-main .inner .logo {
	text-align: center;	
}
#header-main .inner .logo a img {
    height: 59px;
    margin-bottom: 5px;
	transition: .3s;
}
#header-main .inner .logo.v {
	margin-bottom: 8px;
}
#header-main .inner .logo.v a img {
    height: 74px;
    margin-bottom: 0px;
}
#header-main .inner .txt {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-style: normal;
}
#header-main.v .inner .txt {
	position: relative;
	top: -13px;
	margin-bottom: 0;
}
#header-main .inner .btns {
    position: absolute;
    top: 6px;
    right: 9px;
}
#header-main .inner .btns li a {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #B75E60;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 3px;
}
#header-main .inner .btns li a img {
    width: 18px;
    padding-top: 5px;
}
#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;
}
#header-main #gnav ul {
    display: flex;
    width: 100%;
    justify-content: center;
}
#header-main #gnav ul li {
    display: inline-block;
}
#header-main #gnav ul li a {
    display: inline-block;
    text-decoration: none;
    color: #555555;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
	 transition-property: none;
}


#header-main.v #gnav ul li a {
	color: #000000;
}
#header-main #gnav ul li a.ac {
	color: #F36967;
}
#header-main.v #gnav ul li a.ac {
    color: #FE2481;
}
#header-main #gnav ul .special a {
	padding-left: 34px;
	position: relative;
}
#header-main #gnav ul .special a:after {
	display: block;
	content: '';
	position: absolute;
	top: 11px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 18px;
}
#header-main #gnav ul li a:hover {
    color: #F36967;
	opacity: 1;
}
#header-main.v #gnav ul li a:hover {
   color: #FE2481;
}
#header-main #gnav ul .special a:hover:after {
	opacity: 1;
	border-right: 2px solid #F36967;
	border-bottom: 2px solid #F36967;
}

#header-main #gnav ul li.special {
	position: relative;
}
#header-main #gnav ul li.special ul {
    display: none;
    background-image: url(/digaonline/img/common/bg_subnavi.png);
    background-repeat: repeat;
    position: absolute;
    top: 41px;
    left: 0px;
    z-index: 100;
    width: 260px;
    padding: 10px 0;
    text-align: left;
}

#header-main #gnav ul li.special:hover ul {
	display: block;
}
#header-main #gnav ul li.special ul li {
	display: block;
}
#header-main #gnav ul li.special ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header-main #gnav ul li.special ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	left: 20px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 5px solid #999;
}
#header-main #gnav ul li.special ul li a:after {
	display: none;
	content: '';
	position: absolute;
	top: 0px;
	width: 0px;
	height: 0px;
	border-right: none;
	border-bottom: none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0px;
}

#header-main.scrolled {
    border-bottom: 1px solid rgba(179,179,179,0.40);
}
#header-search {
    position: absolute;
    bottom: 33px;
    right: 42px;
	display: none;
}
#header-search.active {
	display: block;
}
#header-search div {
    position: relative;
	width: 162px;
}
#header-search div #s {
    border-left: 2px solid #CCCCCC;
    border-right: 2px none #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC;
    padding: 0px 8px;
    background-color: #F8F8F8;
    width: 130px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    position: absolute;
    top: 0px;
    left: 0px;
}
#header-search div #searchsubmit {
    width: 30px;
    height: 30px;
    background-color: #5ED5D3;
    position: absolute;
    top: 0px;
	right: 0px;
}
#header-search div #searchsubmit img {
    width: 20px;
}
#menu-button span {
    display: none;
}
#header-main.scrolled {
    position: fixed;
    top: 0px;
    border-bottom: 1px solid rgba(179,179,179,0.40);
    z-index: 999;	
}
#header-main.scrolled .inner {
    width: 100%;
	min-width: 980px;
    margin: auto;
	padding: 0px;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header-main.scrolled .inner .logo {
	text-align: left;
	min-width: 190px;
	padding: 18px 0 18px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header-main.scrolled .inner .logo a img {
    height: 27px;
	width: 160px;
	margin-bottom: 0;
	-webkit-backface-visibility: hidden;
}
#header-main.scrolled .inner .logo.v {
	min-width: 220px;
	padding: 15px 0 9px;
}
#header-main.scrolled .inner .logo.v a img {
    height: 32px;
	width: 211px;
	margin-bottom: 0;
	-webkit-backface-visibility: hidden;
}
#header-main.scrolled .inner .txt {
    display: none;
}
#header-main.scrolled .inner .btns {
    width: 220px;
    position: relative;
    right: 5px;
    top: 18px;
}
#header-main.scrolled .inner .btns li {
	display: inline;
}
#header-main.scrolled .inner .btns li a {
    display: inline-block;
}

#header-main.scrolled .inner .btns li:last-child a {
	margin-right: 0;
}
#header-main.scrolled .inner #nav-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    text-align: center;
}
#header-main.scrolled .inner #nav-area >:last-child {
	margin-left: auto;
}
#header-main.scrolled .inner #gnav {
    text-align: center;
    width: 100%;
}
#header-main.scrolled .inner #gnav ul li a {
	padding: 20px 11px 18px;
}
#header-main.scrolled .inner #gnav ul li.special a {
	padding: 20px 6px 10px 33px;
	position: relative;
}
#header-main.scrolled .inner #gnav ul .special a:after{
	display: block;
	content: '';
	position: absolute;
	top: 25px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 18px;
}
#header-main.scrolled .inner #gnav ul li.special {
	position: relative;
}
#header-main.scrolled .inner #gnav ul li.special ul {
    display: none;
    background-image: url(/digaonline/img/common/bg_subnavi.png);
    background-repeat: repeat;
    position: absolute;
    top: 64px;
    left: 0px;
    z-index: 100;
    width: 260px;
    padding: 10px 0;
    text-align: left;
}

#header-main.scrolled .inner #gnav ul li.special:hover ul {
	display: block;
}
#header-main.scrolled .inner #gnav ul li.special ul li {
	display: block;
}
#header-main.scrolled .inner #gnav ul li.special ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header-main.scrolled .inner #gnav ul li.special ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	left: 20px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 5px solid #999;
}
#header-main.scrolled .inner #gnav ul li.special ul li a:after {
	display: none;
	content: '';
	position: absolute;
	top: 0px;
	width: 0px;
	height: 0px;
	border-right: none;
	border-bottom: none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0px;
}
#header-main.scrolled #header-search {
    position: absolute;
    top: 70px;
    right: 15px;
	display: none;
}
#nav-btn {
    display: none;
}
@media (max-width:1030px) {
	#header-main.scrolled .inner #gnav ul li a {
		padding: 19px 6px 10px;
	}
}
#info-button {
    display: none;
	width: 120px;
    border: 1px solid #666;
    color: #555555;
    font-size: 12px;
    position: absolute;
    top: 45px;
    right: 60px;
	line-height: 28px;
}
#breadcrumbs {
    background-color: rgba(0,0,0,0.15);
    padding: 10px 0;
    width: 100%;
}
#breadcrumbs ul {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	max-width: 980px;
}
#breadcrumbs ul li {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	margin-right: 6px;
}
#breadcrumbs ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 0px;
}
#breadcrumbs ul li a {
	color: #555555;
	text-decoration: none;
	display: block;
}
#breadcrumbs ul li:last-child:after {
	border: none;
}
#btn_perf {
	display: none;
}
#footer {
	letter-spacing: 1px;
}
#footer .navi {
    background-image: url(/digaonline/img/common/footer_bg_nav.jpg);
    background-repeat: repeat;
}
#footer .navi .inner {
    width: 980px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 45px 0;
    color: #FFFFFF;
}
#footer .navi .inner >:last-child {
	margin-left: auto;
}
#footer .navi .inner .logo {
    width: 210px;
}
#footer .navi .inner .logo img {
	width: 160px;
}
#footer .navi .inner .nav {
    width: 160px;
}
#footer .navi .inner .nav.first {
	width: 150px;
}
#footer .navi .inner .nav.second {
	width: 225px;
}
#footer .navi .inner .nav li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
}

#footer .navi .inner .nav.second li:nth-child(n+2) a {
	padding-left: 16px;
}

#footer .navi .inner .follow {
    width: 200px;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.50);
    padding-top: 40px;
}
#footer .navi .inner .follow.v {
    padding-top: 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: flex;
	justify-content: space-evenly;
	padding: 0 10px;
}
#footer .navi .inner .follow .icon li {

}
#footer .navi .inner .follow .icon li a img {
    height: 30px;
}
#footer .list-menu {
    background-image: url(/digaonline/img/common/footer_bg_menu.jpg);
    background-repeat: repeat;
    padding: 10px 0;
    text-align: center;
}
#footer .list-menu li {
    display: inline;	
}
#footer .list-menu li+ li {
	border-left: 1px solid rgba(255,255,255,0.70);
}
#footer .list-menu li a {
    color: rgba(255,255,255,0.70);
    text-decoration: none;
    font-size: 14px;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 13px;
    padding-bottom: 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: 280px;
    margin-bottom: 20px;
}
#footer .bottom address {
    font-size: 14px;
    color: #999999;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

#post-main,
#page-about,
#page-main {
	padding-top: 169px;
}
#content .main-wrap {
    margin: 0 auto;
    width: 980px;
}
#content .main-wrap .col-half {
	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;
}
#content .main-wrap .col-half .indiv {
	width: 480px;
}
#content .recommend {
    background-image: url(/digaonline/img/common/bg_red.jpg);
    background-repeat: repeat;
}
#content .recommend .recwrap {
    margin: 0 auto;
    padding: 40px 0;
    width: 920px;
}
#content .two-col {
    margin: 0 auto;
    width: 980px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    padding: 50px 0;
    justify-content: space-between;
}
#content .two-col .conts {
	width: 720px;
}
#content .two-col #side {
	width: 240px;
}
#content .pc_notse {
	display: none;
}
.ttl-main {
    text-align: center;
    font-size: 18px;
    padding-top: 25px;
	margin-bottom: 20px;
}
.ttl-main.pt0 {
	padding-top: 0px;
}
.ttl-main span {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    display: block;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 10px;
}
.ttl-main span.pb0 {
	padding-bottom: 0 !important;
}
.ttl-tline {
    color: #f26968;
    font-size: 28px !important;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 25px;
    border-width: 5px 0px 0px;
    border-top-style: solid;
    border-top-color: #f26968;
    font-weight: 700;
    line-height: 130%;
}

.ttl-uline {
    font-size: 24px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-top: 30px;
	line-height: 150%;
}
.ttl-uline .date {
	font-size: 16px;
}
.ttl-side {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.ttl-side span {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    display: block;
    font-weight: 800;
    font-style: italic;
}
.ttl-page {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.ttl-page span {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    display: block;
    font-weight: 800;
    font-style: italic;
	padding-bottom: 10px;
}
.list-post {
	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;
	
}
.list-post.three {
	margin-bottom: 20px;
}
.list-post:before{
  content:"";
  display: block;
  width: 23.5%;
  order:1;
}
.list-post:after{
  content:"";
  display: block;
  width: 23.5%;
}
.list-post.three:after{
	content:"";
	display: block;
	width: 32%;
}
.list-post.artist li.full {
	width: 100% !important;
}
.list-post.artist li.full a{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px !important;
	
}
.list-post.artist li.full div {
	width: 48% !important;
}
.list-post.artist li.full .right .ttl {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 150% !important;
	margin-bottom: 40px !important;
}
.list-post.artist li.full .right .date {
	text-align: right !important;
	padding-right: 20px !important;
	color: #999999;
}
.list-post li {
    width: 48%;
	margin-bottom: 20px;
}
.list-post li.four {
	width: 23.5%;
	
}
.list-post li.three {
	width: 32%;
	/*margin-bottom: 25px;*/
}
.list-post li a {
    display: block;
    color: #555555;
    text-decoration: none;
	line-height: 150%;
}
.list-post.v li a {
    color: #000000;
}
.list-post li a .thum {
	position: relative;
	width: 100%;
	padding: 66% 0 0;
	background-position: center center;
	background-size: cover;
}
.list-post li a .inner {
	padding: 15px 5px 0px;
}
.list-post li a .inner .pnow {
    background-color: #F79F2D;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    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: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.list-post li a .inner .date {
    color: #999999;
    text-align: right;
	padding: 0px 10px;
}
.list-post-side {
    margin-bottom: 25px;
}
.list-post-side li {
	margin-bottom: 10px;
}
.list-post-side li a {
    display: block;
    color: #555555;
    text-decoration: none;
	line-height: 145%;
	overflow: hidden;
}
.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;
}
.list-post-side li a .inner .ttl {
    font-size: 14px;
	font-weight: 700;
}
.list-post-side li a .inner .date {
    color: #999999;
    text-align: right;
	font-size: 10px;
}
.list-post-bar {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	
}
.list-post-bar li {
    width: 48%;
	margin-bottom: 20px;
}
.list-post-bar li.four {
	width: 23.5%;
	margin: 0 0.75% 20px;
	
}
.list-post-bar li a {
    display: block;
    color: #555555;
    text-decoration: none;
	line-height: 150%;
}
.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{
    margin-bottom: 20px;
    text-align:center;
}
.pager.mbl {
	margin-bottom: 80px;
}
a.page-numbers,
.pager .current,
.page.larger,
.page.smaller,
.nextpostslink,
.previouspostslink{
    border: solid 1px #999999;
    width: 36px;
    border-radius: 18px;
    line-height: 36px;
    display: inline-block;
    color: #555555;
	font-size: 14px;
}
.wp-pagenavi span.current {
	background-color: #999999;
    border: solid 1px #999999;
    color: #FFFFFF;
    width: 36px;
    border-radius: 18px;
    line-height: 36px;
    display: inline-block;
	font-size: 14px;
}
.wp-pagenavi span.extend {
	background-color: rgba(0,0,0,0.00);
	border: none;
	color: rgb(85, 85, 85);
	width: auto;
	border-radius: auto;
	;
	line-height: auto;
	display: inline;
	font-size: auto;
	;
}
.wp-pagenavi a span {
    border: solid 1px #999999;
    width: 36px;
    border-radius: 18px;
    line-height: 36px;
    display: inline-block;
    color: #555555;
    font-size: 14px;
    text-decoration: none;
    background-color: rgba(0,0,0,0.00);
}
.wp-pagenavi span {
	background-color: #999999;
    border: solid 1px #999999;
    color: #FFFFFF;
    width: 36px;
    border-radius: 18px;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
}
.page.smaller,
.page.larger {
	margin: 0 3px;
}
.wp-pagenavi .last,
.wp-pagenavi .pages{
	display: none;
}
.pager .current {
    background-color: #999999;
    border: solid 1px #999999;
    color: #FFFFFF;
	
}
.wp-pagenavi .current {
    color: #FFFFFF;
	background-color: #999999;
	border: solid 1px #999999;
    width: 36px;
    border-radius: 18px;
    line-height: 36px;
    display: inline-block;
	font-size: 14px;
}
.pager a:hover{
    background-color: #EEEEEE;
}
.list-present {
    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-present:after{
	content:"";
	display: block;
	width:31%;
}
.list-present li {
    width: 31%;
}
.list-present li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 150%;
}
.list-present li a .thum {
	position: relative;
	width: 100%;
	padding: 66% 0 0;
	background-position: center top;
	background-size: cover;
}
.list-present li a .inner .ttl {
    font-size: 16px;
    font-weight: 700;
	padding: 15px 10px 0px;
}
.list-present li a .inner .period {
    font-size: 16px;
    font-weight: 500;
	padding: 5px 10px 0px;
}
.list-recommend li {
}
.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: 15px;
}
.list-recommend li a .title {
    font-size: 16px;
    font-weight: 700;
	padding: 0px 5px;
}
.list-recommend li a .date {
    font-size: 14px;
	text-align: right;
	padding: 0px 10px;
}
.list-livephoto {
    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-livephoto:before{
  content:"";
  display: block;
  width: 232px;
  order:1;
}
.list-livephoto:after{
  content:"";
  display: block;
  width: 232px;
}
.list-livephoto li {
	width: 232px;
	margin-bottom: 15px;
}
.list-livephoto li a {
    display: block;
    text-decoration: none;
    color: #555555;
	line-height: 150%;
}
.list-livephoto li a .thum {
    position: relative;
	width: 100%;
	padding: 66% 0 0;
	background-position: center top;
	background-size: cover;
}
.list-livephoto li a .ttl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
	padding: 15px 8px 0px;
}
.list-livephoto li a .date {
    color: #999999;
    text-align: right;
	padding: 0 10px;
}

.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:before{
  content:"";
  display: block;
  width: 232px;
  order:1;
}
.list-livespot:after {
  content:"";
  display: block;
  width: 232px;
}
.list-livespot li {
	width: 232px;
	margin-bottom: 10px;
}

.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: 12px;
    z-index: 5;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.special-tagarea {
	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;
}
.special-tagarea .box {
    width: 48%;
}
.special-tagarea .box .tag-name {
	text-align: center;
	margin-bottom: 10px;
}
.special-tagarea .box .tag-name span {
	font-size: 16px;
	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: 34px;
	display: inline-block;
	padding-top: 0;
	padding-right: 25px;
	padding-left: 35px;
	padding-bottom: 0;
	color: #f26968;
	position: relative;
}
.special-tagarea .box .tag-name span:after {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
    width: 24px;
    height: 24px;
    border-right: 2px solid #f26968;
    border-bottom: 2px solid #f26968;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -13px;
}
.special-tagarea .box .tag-name span:before {
	content: "";
	position: absolute;
	top: 13px;
	left:0px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;/* width,heightの半分 */
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f26968;
}
.special-tagarea .box a {
    display: block;
    text-decoration: none;
    color: #555555;
    line-height: 150%;
	margin-bottom: 20px;
}
.special-tagarea .box a .thum {
	position: relative;
    padding: 66% 0 0;
    width: 100%;
    background-position: center top;
    background-size: cover;
    margin-bottom: 15px;
}
.special-tagarea .box a .inner .ttl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0px 10px;
}
.special-tagarea .box a .inner .date {
    color: #999999;
    padding: 0px 10px;
    text-align: right;
}
.btn-more {
    text-align: center;
    margin-bottom: 40px;
}
.btn-more a {
    width: 200px;
    border-radius: 25px;
    line-height: 50px;
    border: 1px solid #666666;
    color: #555555;
    font-size: 16px;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.btn-more 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 {
	border: 1px solid #000000;
    color: #000000;
}
.btn-more.v a:before {
	border-left: 7px solid #000000;
}
.btn-more a.big {
	 width: 240px;
}
.btn-more-mini {
    text-align: center;
    margin-bottom: 30px;
}
.btn-more-mini a {
    width: 180px;
    border-radius: 25px;
    line-height: 40px;
    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;
}
.btn-more 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 a:hover {
    background-color: rgba(0,0,0,0.10);	
}
.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 .bnrs li {
    margin-bottom: 20px;
}
#side .tickefoo {
	line-height: 145%;
}
#side .tickefoo .txt {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 5px;
}
#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 .txt {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
}
#side .paper a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #555555;
    text-align: center;
}
#side .paper a figure {
	margin-bottom: 15px;
}
#side .paper a .ttl {
    font-size: 18px;
    margin-bottom: 10px;
}
#side .paper a .cover {
    font-size: 12px;
	margin-bottom: 2px;
}
#side .paper a .artist {
    font-size: 14px;
	margin-bottom: 20px;
}
#main .inwrap {
    margin: 0 auto;
    padding: 200px 0 30px;
    width: 980px;
}
#main .inwrap.pt30 {
    padding: 30px 0 30px;
}
#main .inwrap .list-post li {
    width: 23.5%;
    margin-bottom: 20px;
}
#present-area {
	padding-bottom: 40px;
}
#present-area .inwrap {
    background-image: url(/digaonline/img/common/bg_red.jpg);
    background-repeat: repeat;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    width: 980px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
#present-area .inwrap.v {
	background-image: url(/digaonline/img/common/footer_bg_menu_v.jpg) !important;
}
#present-area .inwrap .att-txt {
    text-align: right;
    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 {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
    z-index: 202;
    position: relative;
    text-align: center;
}
#share .inner .ttl {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    display: block;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 20px;
    color: #444444;
}
#share .inner ul {
}
#share .inner ul li {
    padding: 0 10px;
    display: inline-block;
}
#share .inner ul li img {
	width: 50px;
}
#artist-head {
    background-image: url(/digaonline/img/common/bg_red.jpg);
	padding-top: 169px;
}
#artist-head .inner {
    padding: 30px 0;
    margin: 0 auto;
    width: 980px;
    color: #FFFFFF;
    font-size: 26px;
}
.list-kanren {
	margin-bottom: 30px;
}
.list-kanren li a, .link a {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 700;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.list-kanren li a:before, .link a:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #f26968;
	left: 0px;
}
/*過去記事CSS*/
#post-body-before{
    margin: 0 auto;
    width: 740px;
    font-size: 16px;
    padding: 0 0 30px;
    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-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 p.btn {
	margin: 0;
}
.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 20px 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:inline-block;
	width: 100%;
	word-break:break-all;
}

.post-content-old .info_half {
    vertical-align: top;
    display: inline-block;
    width: 560px;
    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: 50px;
}

.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 .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: 340px;
	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: 340px;
    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;
	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,.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%;
}
.post-content-old .icon {
	width:16%;
	float:left;
    margin-right: 2%;
}
.post-content-old .ic-text {
	width:82%;
	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;

}
/*  2019.2.27追記　　*/
div.40thlogo{
	margin-left: 15px;
}
