.top-topics {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 45px;
    min-width: 980px;
	padding-top: 169px;
}
.top-topics li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.top-topics li:first-child a:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
	height: 100%;
    border-right: 1px solid #FFFDFD;
}
.top-topics li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
.top-topics li a:hover {
	opacity: 0.7;
}
.top-topics li a .thum {
	position: relative;
	width: 100%;
	padding: 66% 0 0;
	background-position: center top;
	background-size: cover;
}
.top-topics li a .inner {
    color: #FFFFFF;
    background-image: url(/digaonline/img/top/top-topics-bg.jpg);
}
.top-topics li a .inner.v {
    color: #FFFFFF;
    background-image: none;
    background-color: #000000;
}
.top-topics li a .inner .title {
    background-image: url(/digaonline/img/top/top-topics-new.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 25px 35px;
    width: 100%;
    background-size: 100px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 20px;
    position: relative;
    font-weight: 700;
	line-height: 150%;
}
.ttl-serialization {
    color: #758dd9;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
	margin-bottom: 15px;
}
.column-serialization {
    margin-bottom: 30px;
}
.column-serialization li a {
    padding: 13px 20px 10px 10px;
    border-top: 1px solid #bbbbbb;
    color: #555555;
    font-size: 14px;
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 150%;
    font-weight: 700;
}
.column-serialization li:last-child a {
	border-bottom: 1px solid #bbbbbb;
}
.column-serialization li a:before {
	display: block;
	content: '';
	position: absolute;
	top: 43%;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #bbbbbb;
	right: 5px;
}
#post-main {
    margin: 0 auto;
    width: 980px;
	color: #333333;
}
.present-block {
    /*background-image: url(/digaonline/img/common/bg_red.jpg);*/
    background-repeat: repeat;
    padding: 10px 30px 30px;
    margin-bottom: 40px;
	border: 4px solid #f26968;
}
.present-article li:last-child a {
	border-bottom: 1px solid #bbbbbb;
}
/*.present-block .list-post li a {
    color: #FFFFFF;
}
.present-block .list-post li a .inner .date {
    color: #FFFFFF;
}*/
.present-article {
    margin-bottom: 30px;
}
.present-article li a {
    padding: 13px 20px 10px 10px;
    border-top: 1px solid #bbbbbb;
    color: #555555;;
    font-size: 14px;
    text-decoration: none;
    display: block;
    position: relative;
	line-height: 150%;
}
.present-article li a:before {
	display: block;
	content: '';
	position: absolute;
	top: 43%;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #f26968;
	right: 5px;
}
#post-main .inner {
    padding: 40px 10px 20px;
}
.post-header .artist {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}
.post-header .artist li {
    display: inline;
    position: relative;
	padding-right: 25px;
}
.post-header .artist li a {
    color: #333333;
    text-decoration: none;
}
.post-header .artist li:after {
	content: "｜";
	position: absolute;
	top: -2px;
	left: -20px;
}
.post-header .artist li:first-child:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
}
.post-header .post-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 140%;
}
.post-header .info {
	border-top: 1px solid #CCCCCC;
	padding: 15px 0;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	color: #999999;
}
.post-header .info p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.post-header .sns {
    margin-bottom: 20px;
	text-align: center;
}
.post-header .sns li {
    display: inline-block;
	margin-right: 10px;
}
.post-header .sns li:first-child {
	position: relative;
	top: 0;
	width: 100px;
}
.post-header .sns li:nth-child(2) {
	margin-right: 0;
}
.post-header .sns li:nth-child(2) a iframe {
	height: 21px !important;
}
.post-content .eyecatch {
    padding: 0 45px;
	margin-bottom: 30px;
}
.post-content .eyecatch img {
    width: 100%;
}
.post-content .eyecatch a {
	position: relative;
	display: block;
}
.post-content .eyecatch a:before {
	display: block;
	content: '';
	position: absolute;
	width: 20px;
	height: 15px;
	bottom: 8px;
	right: 8px;
	background-image: url(/digaonline/img/common/icon_gallery.png);
	background-size: 20px 15px;
	opacity: 0.7;
}
.post-content .eyecatch .caption {
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	display: block;
}
#post-body {
    margin: 0 auto;
    width: 700px;
    font-size: 16px;
    padding-bottom: 30px;
    line-height: 165%;
}
#post-body a {
    text-decoration: underline;
	color: #333333;
}
#post-body .lead {
    padding: 20px;
    margin-bottom: 30px;
    background-color: rgba(0,0,0,0.05);
}
#post-body .lead p {
	margin-bottom: 15px;
}
#post-body .lead p:last-child {
	margin-bottom: 0px;
}
#post-body .editor-icon {
    margin-bottom: 10px;
}

#post-body .ttl-h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 10px;
	line-height: 150%;
}
#post-body .ttl-h2uline {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #666666;
	line-height: 150%;
}
#post-body .ttl-h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
	line-height: 150%;
}
#post-body .ttl-h3uline {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
	padding: 10px 0;
    border-bottom: 1px solid #666666;
	line-height: 150%;
}
#post-body .textbox {
    margin-bottom: 30px;
}
#post-body .textbox p {
    margin-bottom: 15px;
}
#post-body .textbox p:last-child {
	margin-bottom: 0;
}
#post-body .img {
	margin-bottom: 30px;
}
#post-body .img img {
    width: 100%;
}
#post-body .img.w60 {
    width: 60%;
    margin-left: auto;
	margin-right: auto;
}
#post-body .img .caption {
    font-size: 12px;
    display: block;
    text-align: center;
	padding: 6px 0 0;
}
#post-body .img-two {
	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;
}
#post-body .img-two div {
	width: 48%;
}
#post-body .img-two div .caption {
    font-size: 12px;
    display: block;
    text-align: center;
}
#post-body .img a,
#post-body .img-two a {
	position: relative;
	display: block;
}
#post-body .img a:before,
#post-body .img-two a:before {
	display: block;
	content: '';
	position: absolute;
	width: 20px;
	height: 15px;
	bottom: 8px;
	right: 8px;
	background-image: url(/digaonline/img/common/icon_gallery.png);
	background-size: 20px 15px;
	opacity: 0.7;
}

#post-body .post-nav {
    text-align: center;
}
#post-body .post-nav ul li {
	display: inline-block;
}
#post-body .post-nav ul li span {
	background-color: #999999;
    color: #FFFFFF;
	border: solid 1px #999999;
    width: 36px;
    border-radius: 18px;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}
#post-body .post-nav ul li a {
    border: solid 1px #999999;
    width: 36px;
    border-radius: 18px;
    line-height: 36px;
    display: inline-block;
    color: #555555;
    font-size: 14px;
    text-decoration: none;
}
#post-body .next-page {
	margin-bottom: 30px;
}
#post-body .next-page a {
    padding: 20px;
    border: 2px solid #CCCCCC;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #f26968;
	position: relative
}
#post-body .next-page a:after {
	display: block;
	content: '';
	position: absolute;
	top: 44%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #f26968;
	border-bottom: 2px solid #f26968;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 15px;
}
#post-body .next-page a:hover {
	border: 2px solid #f26968;
	opacity: 1;
}
#post-body .ttl-youtube {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
/*	padding: 10px 0;
    border-bottom: 1px solid #666666;*/
}
#post-body .youtube  {
	margin-bottom: 30px;
}

#post-body .youtube a  {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	width: 700px;
	height: 394px;
	background-size: 700px auto;
}
#post-body .youtube a img {
	width: 100%;
}
#post-body .youtube a:hover {
	opacity: 0.7;
}
#post-body .youtube a .play {
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#post-body .ttl-movie {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
	padding: 10px 0;
    border-bottom: 1px solid #666666;
}
#post-body .movie  {
	margin-bottom: 30px;
}
#post-body .movie div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#post-body .movie div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#post-body .question {
    margin-bottom: 30px;
	font-weight: 700;
}
#post-body .question .icon img {
    width: 80px;
    margin-bottom: 10px;
}
#post-body .answer {
    margin-bottom: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
#post-body .answer .icon {
    width: 17%;
    text-align: center;
}
#post-body .answer .icon img {
    border-radius: 50%;
    width: 100%;
}

#post-body .answer .icon .name {
	font-size: 14px;
	padding-top: 5px;
	line-height: 135%;
	display: inline-block;
	position: relative;
	top: -20px;
	font-weight: 700;
	word-break: break-all;
}

#post-body .answer .text-a {
    /*font-weight: 700;*/
    width: 83%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
}


#post-body .answer .text-a.full {
	width: 100%;
	padding-left: 0px;
}
#post-body .answer .text-a.full .name {
    margin-right: 20px;
    color: #333333;
    float: left;
	font-weight: 700;
}
#post-body .voice {
    padding: 30px 50px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.05);
    margin-bottom: 40px;
}
#post-body .voice .ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
#post-body .voice .photo img {
    width: 100%;
	margin-bottom: 5px;
}
#post-body .voice .photo .cap {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}
#post-body .voice .text p {
    margin-bottom: 15px;
}
#post-body .voice .text p:last-child {
	margin-bottom: 0;
}
#post-box  {
    padding: 30px;
    border: 5px solid #f79f2d;
	margin-bottom: 30px;
}
#post-box .btn-more a {
    text-decoration: none;	
}
#post-box .ttl  {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
	margin-bottom: 30px;
}
#post-box .btn-detail {
    text-align: center;
    margin-bottom: 0px;
}
#post-box .btn-detail a {
    width: 200px;
    border-radius: 25px;
    line-height: 50px;
    border: 1px solid #666666;
    color: #555555;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#post-box .btn-detail a:before {
	display: block;
	content: '';
	position: absolute;
	top: 45%;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #666666;
	right: 15px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#post-box .btn-detail a.op:before {
	top: 35%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#post-box .present-det .present-tw {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}
#post-box .btn-detail a:hover {
    background-color: rgba(0,0,0,0.10);	
}
#post-box .present-det {
    display: none;
}
#post-box .present-det .ttl-line {
    border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}
#post-box .present-det .img,
#post-box .present-end .img{
    margin-bottom: 30px;
	text-align: center;
}
#post-box .present-det .img img,
#post-box .present-end .img img{
    width: 70%;
}
#post-box .present-det .img.w50 img,
#post-box .present-end .img.w50 img{
    width: 50%;
}
#post-box .present-det .img .att,
#post-box .present-end .img .att{
    text-align: center;
    font-size: 12px;
    display: block;
}
#post-box .present-det .txt {
    font-size: 14px;
	margin-bottom: 20px;
}
#post-box .present-end p {
	text-align: center;
	font-size: 16px;
}
#post-box .present-det .present-tw .txt {
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
	padding-top: 7px;
}
#post-box .present-det .present-tw .tw {
	width: 60%;
}
#post-footer {
    margin: 0 auto;
    width: 700px;
    /*padding: 30px 0 0;*/
    font-size: 16px;
    line-height: 165%;
}
#post-footer a {
    text-decoration: underline;	
}
#post-footer .title {
    font-size: 24px;
    color: #F16968;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
	width: 100%;
}
#post-footer .dicon {
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
	vertical-align: middle;
	line-height: 100%;
}
#post-footer .dicon img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
#post-footer .perf-box {
    border: 5px solid #f26968;
	margin-bottom: 30px;
}
#post-footer .perf-box .ttl {
    background-color: #f26968;
    color: #FFFFFF;
    padding: 20px 40px;
    font-size: 22px;
}
#post-footer .perf-box .in {
    padding: 30px 40px;
}
#post-footer .perf-box .in .img {
    margin-bottom: 15px;
}
#post-footer .perf-box .in .perf {
    margin-bottom: 15px;
	font-size: 17px;
}
#post-footer .perf-box .in .text {
    font-size: 14px;
    border-top: 1px solid #BBBBBB;
    padding-top: 15px;
    line-height: 150%;
	margin-bottom: 15px;
}
#post-footer .perf-box .in .perf p {
	margin-bottom: 15px;
}
#post-footer .perf-box .in .perf p strong {
    position: relative;
    display: inline-block;
}
#post-footer .perf-box .in .perf p strong:after {
	content: "";
	position: relative;
	top: 3px;
	right: -3px;
	color: #FFFFFF;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/digaonline/img/common/icon_d.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
#post-footer .perf-box .in .lnk {
	margin-bottom: 20px;
}
#post-footer .perf-box .in .lnk p a,
#post-footer .free-box .in .free-conts .lnk p a{
    color: #F36967;
    text-decoration: underline;
    position: relative;
    padding-left: 15px;
}
#post-footer .perf-box .in .lnk p a:before,
#post-footer .free-box .in .free-conts .lnk p a:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #F36967;
	left: 0px;
}
#post-footer .free-box .in .free-conts .lnk p a{
    color: #333333;
}
#post-footer .free-box .in .free-conts .lnk p a:before {
	border-left: 7px solid #444444;
}
#post-footer .perf-box .in .ttl-dg {
    background-color: #F36967;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
    padding: 10px;
}
#post-footer .perf-box .in .period {
    margin-bottom: 20px;
}
#post-footer .release-box {
    border: 5px solid #758dd9;
    margin-bottom: 30px;
}
#post-footer .release-box a,
#post-footer .free-box a{
	color: #333333;
}
#post-footer .release-box .in {
    padding: 30px 40px;
}
#post-footer .release-box .in .rele-conts {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
#post-footer .release-box .in .rele-conts:last-child {
	margin-bottom: 0;
}
#post-footer .release-box .in .rele-conts .jk {
	width: 25%;
}
#post-footer .release-box .in .rele-conts .detail {
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
}
#post-footer .release-box .in .rele-conts .detail .label {
    font-size: 14px;
    font-weight: 700;
	margin-bottom: 5px;
	line-height: 135%;
}
#post-footer .release-box .in .rele-conts .detail .ttl {
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 10px;
	line-height: 135%;
}
#post-footer .release-box .in .rele-conts .detail .txt {
	font-size: 14px;
	line-height: 150%;
}
#post-footer .free-box .in .free-conts .ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}
#post-footer .free-box .in .free-conts .detail {
    margin-bottom: 15px;
}
#post-footer .free-box {
    border: 5px solid #6cbf84;
    margin-bottom: 30px;
}
#post-footer .free-box.flex .inbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
#post-footer .free-box.flex .img {
	width: 40%;
}
#post-footer .free-box .in {
    padding: 30px 40px;
}
#post-footer .free-box.flex .in .inbox .free-conts {
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}
#post-footer .staff-box {
    border: 5px solid #CCCCCC;
    margin-bottom: 30px;
}
#post-footer .staff-box .in {
    padding: 30px;
}
#post-footer .staff-box .in .list {
	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;
}
#post-footer .staff-box .in .list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 48%;
	margin-bottom: 30px;
}
#post-footer .staff-box .in .list li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
#post-footer .staff-box .in .list li .img {
    width: 30%;
}
#post-footer .staff-box .in .list li .img img{
    border-radius: 50%;    
}
#post-footer .staff-box .in .list li .profile {
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}
#post-footer .staff-box .in .list li .profile .chara {
    font-size: 14px;
	line-height: 150%;
}
#post-footer .staff-box .in .list li .profile .nm {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}
#post-footer .staff-box .in .list li .profile .icn {
	
}
#post-footer .staff-box .in .list li .profile .icn li {
    display: inline;
    margin-right: 3px;
}
#post-footer .staff-box .in .list li .profile .icn li a {
	width: 34px;
	display: inline-block;
	border-radius: 17px;
	text-align: center;
	height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#post-footer .staff-box .in .list li .profile .icn li .tw {
    background-color: #000000;
}
#post-footer .staff-box .in .list li .profile .icn li .fb {
    background-color: #678CD9;
}
#post-footer .staff-box .in .list li .profile .icn li .insta {
    background-color: #db52a8;
}
#post-footer .staff-box .in .list li .profile .icn li .home {
    background-color: #6cbf84;
}
#post-footer .staff-box .in .list li .profile .icn li a img {
	height: 18px;
	width: 18px;
}
#artist-link {
	width: 980px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
/*#artist-link ul {
	margin: 0 auto;
	padding: 20px 30px;
	width: 480px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CCC;
	margin-bottom: 40px;
}
#artist-link ul li {
	margin-bottom: 4px;
}
#artist-link ul li:last-child {
	margin-bottom: 0;
}
#artist-link ul li a {
	position: relative;
	padding-left: 15px;
	color: #555555;
}
#artist-link ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	left: 0px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #666;
}*/
.btn-appli {
	text-align: center;
}
.btn-appli a {
    position: relative;
    width: 320px;
    line-height: 64px;
    color: #F36967 !important;
    border-radius: 35px;
    border: 3px solid #F36967;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
}
.btn-appli a:before {
	display: block;
	content: '';
	position: absolute;
	top: 41%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 7px solid #f26968;
	right: 15px;
}

.special-top {
	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-top {
	padding-top: 40px;
}
.special-top .box {
	width: 48%;
	padding-bottom: 30px;
}
.special-top .box .ttl-special-sub {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    padding-top: 20px;
    font-style: italic;
    font-weight: 700;
}
.list-post-special {
    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-post-special li {
    width: 48%;
}

.list-post-special li a {
    display: block;
    color: #555555;
    text-decoration: none;
	line-height: 150%;
}
.list-post-special li a .thum {
	position: relative;
	width: 100%;
	padding: 66% 0 0;
	background-position: center top;
	background-size: cover;
}
.list-post-special li a .inner .ttl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
	padding: 15px 10px 0px;
}
.list-post-special li a .inner .date {
    color: #999999;
    text-align: right;
	padding: 0px 10px;
}
.paper-txt {
    width: 680px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
.ttl-paper {
    color: #f26968;
    font-size: 28px;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
    border-width: 5px 0px 0px;
    border-top-style: solid;
    border-top-color: #f26968;
    font-weight: 700;
}
.ttl-paper-bk {
    font-size: 28px;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    border-width: 1px 0px 0px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    font-weight: 700;
}
.ttl-paper-vol {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
}
.paper-box .paper {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
	margin-bottom: 20px;
}
.paper-box .paper .img {
	width: 400px;
	
}
.paper-box .paper .img .ttl-cover {
	text-align: center;
	font-size: 18px;
    margin-bottom: 10px;
}
.paper-box .paper .img .txt-cover {
	text-align: center;
	font-size: 18px;
}
.paper-box .paper .img img {
	width: 100%;
	margin-bottom: 20px;
}
.paper-box .paper .right {
    width: 570px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.paper-box .paper .right .ttl {
    font-size: 22px;
    margin-bottom: 10px;
}
.paper-box .paper .right .txt {
    margin-bottom: 30px;
	line-height: 160%;
}
.paper-backnum {
    padding-left: 75px;
    padding-right: 75px;
	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: 30px;
}
.paper-backnum.tline {
	border-top: 1px solid #CCCCCC;
	padding-top: 30px;
}
.paper-backnum:before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.paper-backnum:after{
  content:"";
  display: block;
  width:23%;
}
.paper-backnum li {
	width: 23%;
}

.paper-backnum li a {
    border-radius: 25px;
    line-height: 50px;
    border: 1px solid #666666;
    color: #555555;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.paper-backnum li a:before {
	display: block;
	content: '';
	position: absolute;
	top: 42%;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #666666;
	right: 12px;
}
.paper-backnum li.current-cat a {
    border: 1px solid #f26968;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #f26968;
}
.paper-backnum li.current-cat a:before {
	border-left: 7px solid #FFFFFF;
}
.paper-backnum li a:hover {
    background-color: rgba(0,0,0,0.10);	
}
.paper-backnum li.current-cat a:hover {
    opacity: 0.7;
	background-color: #f26968;
}
.paper-subscription {
    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: 40px;
}
.paper-subscription .box {
    border: 1px solid #666666;
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 35px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}
.paper-subscription .box .ttl {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    color: #f26968;
}
.paper-subscription .box ul {
	margin-bottom: 15px;
}
.paper-subscription .box ul li {
    position: relative;
	padding-left: 18px;
}
.paper-subscription .box ul li:after {
    content: "●";
    position: absolute;
    top: 0px;
    left: 0px;
    color: #f26968;
    font-size: 14px;
}

.paper-subscription .box .txt {
	margin-bottom: 15px;
}
.ads-btn {
    text-align: right;
	margin-bottom: 40px;
}
.ads-btn a {
    color: #f26968;
    position: relative;
    padding-left: 16px;
    font-weight: 700;
    text-decoration: underline;
}
.ads-btn a:before {
	display: block;
	content: "";
	position: absolute;
	top: 30%;
	left: 0px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 5px solid #f26968;
}
#post-recommend {
}
#post-recommend .inwrap {
    margin: 0 auto;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    width: 980px;
}
#post-recommend .inwrap .ttl-rec {
    font-size: 30px;
    text-align: center;
    color: #f26968;
    font-weight: 700;
    margin-bottom: 30px;
}
#post-recommend-2nd .inwrap {
    margin: 0 auto;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    width: 980px;
}
#post-recommend-2nd .inwrap .ttl-rec {
    font-size: 30px;
    text-align: center;
    color: #f26968;
    font-weight: 700;
    margin-bottom: 30px;
}
.post-recommend-third .inwrap {
    margin: 0 auto;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    width: 980px;
}
#column-seribox {
	padding: 40px 30px;
	border: 5px solid #758dd9;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}
#column-seribox .ttl {
    color: #758dd9;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
	margin-bottom: 40px;
}
.tickefoo-lead {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
	line-height: 155%;
}
.tickefoo-txt {
    text-align: left;
    margin: 0 auto 50px;
    width: 700px;
    font-size: 18px;
    border-top: 1px solid #CCCCCC;
    padding: 30px 0;
    border-bottom: 1px solid #CCCCCC;
}
.tickefoo-how {
    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: 60px;
	padding: 0 50px;
}
.tickefoo-how li {
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    text-align: center;
}
.tickefoo-how li .ttl {
    font-size: 16px;
    margin-bottom: 10px;
}

.tickefoo-new {
    margin-bottom: 30px;
}
.list-tickefoo-artist {
    margin-bottom: 0px;
}
.list-tickefoo-artist li {
    margin-bottom: 30px;
    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;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}
.list-tickefoo-artist li:last-child {
	margin-bottom: 0;
}
.list-tickefoo-artist li .img {
	width: 40%;
}
.list-tickefoo-artist li .img img {
	width: 100%;
}
.list-tickefoo-artist li .right {
	width: 55%;
	padding-top: 50px;
}
.list-tickefoo-artist li div .period {
    color: #FFFFFF;
    background-color: #F16968;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
}
.list-tickefoo-artist li div .ttl {
    font-size: 20px;
	margin-bottom: 20px;
}
.list-tickefoo-artist li .right .com {
    margin-bottom: 30px;
}
.list-tickefoo.topline {
	border-top: 1px solid #CCCCCC;
	padding-top: 30px;
}
.list-tickefoo {
	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-tickefoo:before{
  content:"";
  display: block;
  width: 23%;
  order:1;
}
.list-tickefoo:after{
  content:"";
  display: block;
  width: 23%;
}
.list-tickefoo li {
	width: 23%;
	margin-bottom: 30px;
}
.list-tickefoo li a {
    display: block;
    position: relative;
    color: #333333;
    font-size: 16px;
}
.list-tickefoo-artist li .new , .list-tickefoo li a .new{
	background-color: #f26968;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	display: block;
	font-weight: 800;
	font-style: italic;
	width: 60px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -5px;
	left: -10px;
	color: #FFFFFF;
	line-height: 60px;
	z-index: 20;
}
.list-tickefoo li a .img {
	position: relative;
	margin-bottom: 5px;
}
.list-tickefoo li a .img .end {
	width: 120px;
	position: absolute;
	top: 70px;
	left: 55px;
	z-index: 10;
	transform: rotate(-20deg);
}
.list-tickefoo li a .period{
    color: #FFFFFF;
    background-color: #F16968;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 5px;
}
.list-tickefoo li a .ttl {
	font-size: 14px;
	line-height: 150%;
}
.tickefoo-det .detail .aname {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.list-tickefoo li:nth-child(n+9){
	display: none;
}
.tickefoo-freetemp {
    padding: 30px 100px;
    border: 5px solid #758dd9;
	margin-bottom: 50px;
}
.tickefoo-freetemp .ttl {
    color: #758dd9;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.tickefoo-freetemp .box {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	
}
.tickefoo-freetemp .box .img{
	width: 38%;
}
.tickefoo-freetemp .box div{
	width: 56%;
}
.tickefoo-freetemp .box .img img {
    width: 100%;
}
.tickefoo-freetemp .box div {
	padding-top: 30px;
}
.tickefoo-freetemp .box div .txt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.btn-dl {
    text-align: right;
}
.btn-dl a {
    width: 240px;
    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;
    text-align: center;
}
.btn-dl 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-dl a:hover {
    background-color: rgba(0,0,0,0.10);
}

.tickefoo-freetemp .box div .att {
    display: none;
}
.tickefoo-make {
    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: 30px;
}
.tickefoo-make li {
    width: 23%;
    margin-bottom: 20px;
}
.tickefoo-menseki li {
    padding-left: 16px;
    position: relative;
}
.tickefoo-menseki {
	margin-bottom: 80px;
}
.tickefoo-menseki li{
	position: relative;
	padding-left: 20px;
}
.tickefoo-menseki li:after {
	content: "・";
	position: absolute;
	top: 0px;
	left:0px;
}
.tickefoo-det {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	justify-content: space-between;
}
.tickefoo-det .img {
	width: 45%;
	position: relative;
}
.tickefoo-det .img .end {
	width: 200px;
	position: absolute;
	top: 130px;
	left: 105px;
	z-index: 10;
	transform: rotate(-20deg);
}

.tickefoo-det .detail {
    width: 55%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}
.tickefoo-det .detail .period {
    color: #FFFFFF;
    background-color: #F16968;
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.tickefoo-det .detail .period.end {
    background-color: #CCCCCC;
}
.tickefoo-det .detail .com {
    margin-bottom: 30px;
	font-size: 18px;
}
.tickefoo-det .detail .att {
    display: none;
}
#performance_result,
#pref {
	width: 980px;
	margin: 0 auto;
}
.tbl-performance {
	margin-bottom: 30px;
	line-height: 140%;
}
.tbl-performance tr th {
	background-color: #e69a99 !important;
	color: #FFFFFF;
	padding: 8px 15px;
	border: 1px solid #BBBBBB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.tbl-performance tr th:first-child {
	width: 200px;
}
.tbl-performance tr th:nth-child(2) {
	width: 400px;
}
.tbl-performance tr th:nth-child(3) {
	width: 170px;
}
.tbl-performance tr th:nth-child(4) {
	width: 180px;
}
.tbl-performance tr td {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.tbl-performance tr td:last-child {
	padding: 10px;
}
.tbl-performance tr td.sell span {
   display: none;
}
.tbl-performance tr .btn {
    text-align: center;
	
}
.tbl-performance tr .btn a {
    width: 150px;
    border-radius: 18px;
    line-height: 34px;
    color: #FFFFFF;
    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;
    background-color: #f26968;
}
.tbl-performance tr .btn a:before {
	display: block;
	content: '';
	position: absolute;
	top: 42%;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #FFFFFF;
	right: 12px;
}
.etc-tickefoo .inner {
	margin: 0 auto;
    padding: 50px 0;
    width: 980px;
}
.live-photo-gallery {
	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;
}
.live-photo-gallery li {
    width: 32%;
    margin-bottom: 30px;
}
.live-photo-gallery li .img {
    text-align: center;
    background-color: #EDEDED;
	margin-bottom: 5px;
}
.live-photo-gallery li .img img {
	max-height: 209px;
}
.live-photo-gallery li .cap {
    font-size: 14px;
    line-height: 145%;
}
.thumb-item {
    margin-bottom: 30px;
}
.thumb-item li p {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}
.thumb-item li img {
    margin-bottom: 10px;
}
.thumb-item-nav {
	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: 60px;
}
.thumb-item-nav li {
    margin-right: 10px;	
}
.thumb-item-nav li:last-child {
	margin-right: 0;
}

.spot-conts,
.livephoto-conts {
	margin: 0 auto;
    padding: 169px 0 30px;
    width: 800px;
}
.spot-conts .img-mini,
.livephoto-conts .img-mini{
    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;
}
.spot-conts .img-mini li:first-child,
.livephoto-conts .img-mini li:first-child{
	width: 100%;
	margin-bottom: 30px;
}
.spot-conts .img-mini li,
.livephoto-conts .img-mini li{
	width: 48%;
	margin-bottom: 30px;
}
.spot-conts .img-mini li img,
.livephoto-conts .img-mini li img{
	width: 100%;
}
.spot-conts .text,
.livephoto-conts .text {
	margin-bottom: 30px;
	font-size: 16px;
}
.spot-conts .text p,
.livephoto-conts .text p {
	margin-bottom: 15px;
}
.spot-conts .text p a,
.livephoto-conts .text p a {
	color: #444;
	text-decoration: underline;
}
.spot-conts .img-mini .comment,
.livephoto-conts .img-mini .comment{
	padding-top: 10px;
	font-size: 14px;
}
.spot-conts .comment-box {
    padding: 30px;
    border: 5px solid #6cbf84;
}
.spot-conts .comment-box .ttl {
    color: #6cbf84;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.spot-conts .comment-box p {
	margin-bottom: 15px;
}
.spot-conts .comment-box p:last-child {
	margin-bottom: 0;
}
.artist-tickefoo {
    padding: 30px 100px;
    border: 5px solid #758dd9;
	margin-bottom: 50px;
}
.artist-tickefoo .ttl {
    color: #758dd9;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.artist-tickefoo .box {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	
}
.artist-tickefoo .box .img{
	width: 38%;
}
.artist-tickefoo .box div{
	width: 56%;
}
.artist-tickefoo .box .img img {
    width: 100%;
}
.artist-tickefoo .box div {
	padding-top: 10px;
}
.artist-tickefoo .box div .txt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.artist-tickefoo .box div .kikan {
    margin-bottom: 20px;
}
.search-results-txt {
    margin-bottom: 40px;
    text-align: center;
	font-size: 18px;
}
.search-nohit {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
#page-about .inner {
    margin: 0 auto;
    padding: 80px 0;
    width: 980px;
}
#page-about .inner .head {
    margin: 0 auto 80px;
    width: 630px;
}
#page-about .inner .head .logo-img {
    margin-bottom: 50px;
}
#page-about .inner .head .copy {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    line-height: 150%;
}
#page-about .inner .text {
    padding: 0 140px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 155%;
}

#page-about .inner .terms .ttl {
	font-size: 18px;
	margin-bottom: 10px;
}
#page-about .inner .terms .textbox {
    font-size: 14px;
	line-height: 150%;
	margin-bottom: 30px;
}
.list-team {
    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: 40px;
}
.list-team:after{
	content:"";
	display: block;
	width:32%;
}
.list-team li {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border: 5px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    width: 32%;
	margin-bottom: 20px;
}
.list-team li .photo {
	width: 30%;
}
.list-team li .photo img {
    border-radius: 50%;	
}
.list-team li div {
    width: 70%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-team li div .name {
	font-weight: 700;
	font-size: 16px;
}
.list-team li div .com {
	font-size: 14px;
	line-height: 140%;
}
.ttl-supporter {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 40px;
}
.supporter-list {
    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: 50px;
}
.supporter-list:after{
	content:"";
	display: block;
	width:32%;
}
.supporter-list .box {
	display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border: 5px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    width: 32%;
	margin-bottom: 20px;
}
.supporter-list .box .photo {
	width: 30%;
}
.supporter-list .box .photo img {
    border-radius: 50%;
}
.supporter-list .box div {
    width: 70%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.supporter-list .box div .label {
    font-size: 13px;
    line-height: 100%;
}
.supporter-list .box div .name {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 16px;
}
.supporter-list .box div .name a {
    color: #555555;
    position: relative;
	text-decoration:underline;
}
/*
.supporter-list .box div .name a:after {
	display: block;
	content: '';
	position: absolute;
	top: 3.5px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #f26968;
	border-bottom: 2px solid #f26968;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -15px;
}
*/
.supporter-list .box div .sns li {
    display: inline;
    margin-right: 3px;
}
.supporter-list .box div .sns li a {
    width: 34px;
    display: inline-block;
    border-radius: 17px;
    text-align: center;
    height: 34px;
}
.supporter-list .box div .sns li .tw,
.supporter-box div .sns li .tw{
    background-color: #000000;
}
.supporter-list .box div .sns li .fb,
.supporter-box div .sns li .fb {
    background-color: #678CD9;
}
.supporter-list .box div .sns li .insta,
.supporter-box div .sns li .insta{
    background-color: #db52a8;
}
.supporter-list .box div .sns li .home,
.supporter-box div .sns li .home {
    background-color: #6cbf84;
}
.supporter-list .box div .sns li a img,
.supporter-box div .sns li a img {
	height: 16px;
	width: 16px;
}
.supporter-box {
	margin: 0 auto;
	width: 500px;
	border: 5px solid #CCCCCC;
    padding: 30px 20px;
	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;
}
.supporter-box .photo {
	width: 20%;
}
.supporter-box .photo img {
	border-radius: 50%;	
}
.supporter-box div {
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}
.supporter-box div .label {
	font-size: 14px;
    line-height: 100%;
	margin-bottom: 5px;
}
.supporter-box div .name {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}
.supporter-box div .sns {
}
.supporter-box div .sns li {
	display: inline;
    margin-right: 3px;
}
.supporter-box div .sns li a {
    width: 34px;
    display: inline-block;
    border-radius: 17px;
    text-align: center;
    height: 34px;
}
.fan-voice {
    padding: 10px 40px 40px;
    border: 5px solid #f79f2d;
    margin-top: 50px;
}
.fan-voice .btn-more {
    margin-bottom: 0px;
}
.list-fanvoice {
    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: 30px;
}
.list-fanvoice:after{
	content:"";
	display: block;
	width:31%;
}
.list-fanvoice li {
    width: 31%;
}
.list-fanvoice li a {
    display: block;
    color: #555555;
    text-decoration: none;
    line-height: 150%;
}
.list-fanvoice li a .thum {
	position: relative;
	width: 100%;
	padding: 66% 0 0;
	background-position: center top;
	background-size: cover;
}
.list-fanvoice li a .inner .ttl {
    font-size: 16px;
    font-weight: 700;
	padding: 15px 10px 0px;
}
.bnr-dotop {
	text-align: center;
	margin-bottom: 40px;
}
.bnr-dotop img {
	width: 350px;
}
.page-notfound {
	text-align: center;
}
.page-notfound .txt {
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 150%;
	padding-top: 40px;
}
.list-archivebnr {
	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: 30px;
}
.list-archivebnr:after{
	content:"";
	display: block;
	width:31%;
}
.list-archivebnr li {
	width: 31%;
	margin-bottom: 20px;
}

#post-footer .perf-box .in .perf .small,
#post-footer .perf-box .in .text .small {
font-size: 12px;
}
#post-footer .perf-box .in .perf .big,
#post-footer .perf-box .in .text .big {
font-size: 20px;
}
#post-footer .perf-box .in .perf .bold,
#post-footer .perf-box .in .text .bold {
font-weight: 700;
}
#post-footer .perf-box .in .perf .red,
#post-footer .perf-box .in .text .red {
color: #D70003;	
}
#post-footer .perf-box .in .perf .block,
#post-footer .perf-box .in .text .block {
display: inline;	
}

/* 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%;
}

.link {
    margin-bottom: 20px;
}

/* TOPバナー */
.main-topban {
	display: flex;
	justify-content: center;
}

.main-topban div {
	margin: 0 2% 3%;
	width: 38%;
	justify-content: center;
}

.main-topban div.inner {
	width: 100%;
text-align: center;
	margin: 0;
}