@charset "utf-8";
/*
Theme Name: tsukipro-no-theme
Theme URI: http://www.
Description: --
Author: --
Author URI: http://www.
Version: 1.0
*/


/* Font setting
--------------------------------------------- */
html { font-size: 62.5%; }
body { font-size: 1.2rem; color: #6a6a6a;}
body { font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", arial, sans-serif; }
.pNavItem, .section-head { font-family: Arial Narrow, Arial, "Hiragino Kaku Gothic ProN", sans-serif; }

/* BASE Layout
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
img {
	height: auto; 
	max-width: 100%;
	vertical-align: middle;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	word-break: break-all;
	text-decoration: none;
	color: #000;
}
a[href]:hover {
	/*text-decoration: underline;*/
	opacity: .85;
}
dd {
	margin-left: 0;
}
.wrapper {
	min-width: 1000px;
}
.topics a:hover img {
	opacity: 1;
}
.container {
	margin: 0 auto; 
	max-width: 980px;
}
.fl-l { float: left; }
.fl-r { float: right; }
.al-center { text-align: center; }	
.bold { font-weight: bold; }

/* clearfix */
.cf::after {
    clear:both;
    content:"";
    display:block;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
/* box-sizing:border-box; */
header, .pNavItem, .release-item, .series-link.border {
	box-sizing: border-box;
}
.slide-show img, .series-link img  {
	width: 100%;
	height: auto;
}

/* header
--------------------------------------------- */
header {
	position: relative;
	background-color: #fff;
	height: 170px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	z-index: 2000;
}
.logo {
	position: relative;
	height: 170px;
	width: 121px;
	margin: 0;
	overflow: hidden;
}
.logo a {
	display: block;
	margin: 0 -1px;
}
.logo a img {
	position: relative;
	top: -1px;
	width: 123px;
}
header .primary {
	padding: 33px 0 0;
}
.pNavItem {
	position: relative;
	float: left;
	width: 96px;
	margin: 0 12px;
	padding: 14px 0;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	border-top: #cfcfcf solid 2px;
}
.pNavItem:last-child {
	margin-right: 0;
}
.pNavLink {
	white-space: nowrap;
}
.pNavItem:hover, .pNavItem.active, .post-type-archive-schedule .pNavSche {
	top: -3px;
	padding-bottom: 11px;
	border-top: #fff000 solid 5px;
}
header .secondary {
	float: right;
	padding: 26px 0 0;
}
.sNavItem {
	float: left;
	padding: 0 16px;
	text-align: center;
	height: 22px;
	line-height: 22px;
}
.sNavItem +.sNavItem {
	border-left: #cfcfcf solid 1px;
}
.sNavItem.m01 {
	padding-left: 14px;
}
.sNavItem img {
	vertical-align: middle;
}
.sNavItem.search {
	float: right;
	height: 24px;
	padding: 0 0 0 9px;
	border-left: none;
	border-bottom: #cfcfcf solid 1px;
}
.sNavItem.search .searchBox {
	display: block;
	width: 14em;
}
.sNavItem.search label {
	float: left;
}
.sNavItem.search input[type="text"] {
	float: left;
	border: none;
	width: 11em;
	margin-left: 3px;
	padding : 1px;
	outline: none;
}
.sNavItem.search input[type="submit"] {
	background: url(_assets/img/common/arw01.png) no-repeat center center;
	width: 16px;
	height: 22px;
	border: none;
}

/* .contents
--------------------------------------------- */
.contents {
	background-color: #fff;
	max-width: 980px;
	margin: 0 auto;
	line-height: 1.75;
	box-shadow: 0 4px 30px rgba(0,0,0,0.09);
}
.kv {
	height: 618px;
	overflow: hidden;
}
.section-head {
	margin-bottom: 4em;
	padding: 1.1em 2em;
	border-top: #fff000 solid 4px;
	border-bottom: #ccc solid 2px;
	color: #000;
}
.secTitle {
	display: inline-block;
	font-size: 1.9rem;
}
.section-head .more-link {
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 22px;
	padding-right: 30px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
}
.section-head .more-link::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	background: url(_assets/img/common/arw02.png) no-repeat right center;
	width: 18px;
	height: 10px;
	border-left: #333 solid 1px; 
}
main .inner {
	padding: 0 2em;
	padding-bottom: 5em;
}
/* news */
.kv + main section:first-child .container {
	padding-top: 0;
}
.information-list {
	margin-top: -1.7em;
}
.info-item {
	padding: 1.5em 0;
	border-bottom: #ccc dashed 1px;
}
.info-item .date ,
.news.detail .date {
	font-weight: bold;
	margin-right: 3em;
	letter-spacing: .1rem;
	font-feature-settings : "palt";	
}
.info-item .date {
	float: left;	
}
.news-link {
	color: #6a6a6a;
	display: block;
	margin-left: 11em;
}
/* release */
.release-list {
	margin-bottom: -1.5em;
}
.release-date {
	margin: 0;
	clear: both;
}
.release-date dt {
	clear: both;
	float: left;
	padding: 1.4em 0 1.3em;
	border-top: #fff000 solid 5px;
	border-bottom: #ccc solid 2px;
	font-weight: bold;
	color: #000;
	width: 112px;
	text-align: center;
	word-break: break-all;
	overflow-wrap: break-word;
}
.release-date .yy,
.release-date .mmdd,
.release-date .release {
	display: block;
	line-height: 1.35;
}
.release-date .yy {
	padding-left: .8em;
	font-size: 1.5rem;
	letter-spacing: 12px;
	letter-spacing: 12px;
}
.release-date .mmdd {
	font-size: 2.6rem;
	letter-spacing: 1px;
	position: relative;
	left: -6px;
}
.release-date .release {
	padding-top: 2px;
	letter-spacing: 3px;
}
.new-release .list-wrap {
	margin-left: 125px;
	margin-right: -15px;
}
.release-item {
	float: left;
	width: 33.3333%;
	padding: 0 15px 2.7em;
	min-height: 145px;　/* 回り込み回避 300331 */
}
.release-link ,
.release-item a {
	display: block;
	line-height: 1.41;
}
.release-link , /* jq用（overflowの最後の文字を...に置き換え） */
.release-item a {
  overflow: hidden;
}
.home .release-link , /* jq用（overflowの最後の文字を...に置き換え） */
.home .release-item a {
  max-height: 80px;
}
.release-link .figure ,
.release-item a .figure {
	float: left;
	width: 78px;
	margin: 0 1em 0 0;
	border: #333 solid 1px;
	/*line-height: 80px;*/
	overflow: hidden;
	text-align: center;
}
.home .release-link .figure ,
.home .release-item a .figure {
	max-height: 78px;
}
.release-link .figure img ,
.release-item a .figure img {
	vertical-align: top;
}
.home .release-link .figure img ,
.home .release-item a .figure img {
	max-height: 78px;
	width: auto;
}
.release-link h3,
.release-link .text,
.release-link h3 + p ,
.release-item a h3,
.release-item a .text,
.release-item a h3 + p {
	display: inline;
	font-size: 1.2rem;
	line-height: 1.3;
}
.release-link .text ,
.release-item a .text {
	color: #6a6a6a;
}
.release-item .buy-btn {
	float: left;
	padding: .8em .3em 0 0;
}
.release-item .post .buy-btn {
	padding-right: .8em;
}
/* movie-twitter */
.container.main ,
.container.movie {
	float: left;
	width: 653px;
}
.container.movie .section-head {
	padding-right: 1em;
}
.movie-list {
	margin-right: -24px;
	margin-bottom: -1.5em;
}
.movie-item {
	float: left;
	width: 192px;
	height: 181px;
	margin: 0 22px 1.5em 0;
}
.movie-item:nth-of-type(3n) {
	margin-right: 0;
}
.movie-item p {
	margin: 0;
}
.movie-item iframe {
	display: table;
}
.movie-item .title {
	margin-top: .8em;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #333;
}
.container.aside ,
.container.twitter {
	float: right;
	width: 270px;
}
.container.twitter .inner {
	margin-top: -1.1em;
	padding-left: 1em;
}
/* series */
.series .inner {
	margin-bottom: -2em;
}
.series-list {
	margin-right: -10px;
}
.series-item {
	float: left;
	width: 225px;
	height: 47px;
	margin: 0 10px 3.5em 0;
}
.series-link {
	display: block;
	max-height: 45px;
	overflow: hidden;
}
.series-link.border {
	border: #d1d1d1 solid 1px;
}

/* slider-pro */
.slider-pro {
	z-index: 1000;
	opacity: 0;
	transition: opacity 1s;
}
.slider-pro.fadeIn {
	opacity: 1;
}
.sp-bottom-thumbnails {
    margin-top: 0;
}
.sp-bottom-thumbnails .sp-thumbnail-container {
    margin-left: 3px;
    margin-right: 3px;
	border-top: 4px solid #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	opacity: .45;
}
.sp-bottom-thumbnails .sp-thumbnail-container:hover {
	opacity: 1;
}
.sp-bottom-thumbnails .sp-selected-thumbnail {
	border-top: 4px solid #fff000;
	opacity: 1;
}
.sp-thumbnail-arrow {
    position: absolute;
    display: block;
    width: 42px;
    height: 50px;
    cursor: pointer;
}
.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff000;
    -webkit-transform: skew(0deg,0deg);
    -ms-transform: skew(0deg,0deg);
    transform: skew(0deg,0deg);
}
.sp-next-thumbnail-arrow:before {
    right: 0;
    top: -11px;
}
.sp-next-thumbnail-arrow:after,
.sp-previous-thumbnail-arrow:after {
    right: 0;
    top: -17px;
    background: url(_assets/img/common/arw02.png) no-repeat center;
    border: #fff solid 6px; 
    border-right: none; 
}
.sp-previous-thumbnail-arrow:before {
    left: 0;
    top: -11px;
}
.sp-previous-thumbnail-arrow:after {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* footer
--------------------------------------------- */
footer {
	background-color: #fff;
	padding: 2.5em 0 2em;
	box-shadow: 0 0 36px rgba(0,0,0,0.1);
	text-align: center;
	border-bottom: #fff000 solid 7px;
}
.copy, .footer-bnr, footer li {
	display: inline-block;
	vertical-align: middle;
}
.copy {
	display: inline-table;
	padding-right: 5em;
	color: #333;
	line-height: 2;
	text-align: left;
}
footer li {
	padding-left: 2em;
}

/* lower pages
--------------------------------------------- */
section:first-child .container ,
section.contact .container ,
section.about .container {
	padding-top: 5em;
}
.post-content span[style*="#ffff99"] ,
.post-content span[style*="rgb(255, 255, 153)"] /* forIE */{
	/*background-color: #444;*/
	color: #000 !important;
}

/* 検索結果 */
.search .catTitBlock {
	margin-bottom: 2em;
}
.search .catTitBlock h3 {
	padding-bottom: 1em;
	background: url(_assets/img/common/dotLine.png) repeat-x left bottom;
}
.search .articleList .cf {
	padding: 0.85em 0 1em;
	border-bottom: #ddd dotted 1px;
}
.search .articleList h4 {
	font-size: 14px;
}
/* ニュース・スケジュール記事 */
.catTitBlock {
	margin-bottom: 3.5em;
	padding-top: 2px;
	color: #333;
	background: url(_assets/img/common/dotLine.png) repeat-x left top;
}
.catTit {
	font-size: 1.8rem;
	margin-bottom: .9rem;
}
.catTitBtm {
	display: block;
	padding: 1em 0 1.7rem;
	background: url(_assets/img/common/dotLine.png) repeat-x left bottom;
}
.catTit.catTitBtm {
	padding-top: 0;
}
.catTitBlock h3 + em {
	padding-top: 0;
}
.catTitBlock em {
	padding-top: 1.5em;
	color: #6a6a6a;
	font-style: normal;
}
.news.detail .date,
.releaseInfo .detail .date {
	font-size: 1.3rem;
	font-weight: bold;
}
.schedule h3 {
	background: none;
}
.schedule dl {
	background: url(_assets/img/common/dotLine.png) repeat-x left bottom;
	padding-bottom: 1em;
}
.schedule dl .date {
	margin-bottom: -.5em;
	padding-top: .5em;
}

/* スケジュール アイコン*/

.series span {
	display: inline-block;
	margin-right: 0.2em;
	color: #FFFFFF;
	padding: 0px 6px;
	font-weight: bold;
}
.series .sq ,
.series .sch-sq {
	background: #ee0000
}
.series .tv ,
.series .sch-tv {
	background: #dc143c;
}
.series .cd ,
.series .sch-cd {
	background: #20b2aa;
}
.series .book ,
.series .sch-book {
	background: #008000;
}
.series .bdDvd ,
.series .sch-bddvd {
	background: #000080;
}
.series .event ,
.series .sch-event {
	background: #d2691e;
}
.series .shop ,
.series .sch-shop {
	background: #ff1493;
}
.series .alive ,
.series .sch-alive {
	background: #800080;
}
.series .algeki ,
.series .sch-algeki {
	background: #808080;
}
.series .twin ,
.series .sch-twin {
	background: #8b0000;
}
.series .total ,
.series .sch-total {
	background: #32c032;
}
.series .sta ,
.series .sch-sta {
	background: #fcfc00;
	color: #000;
}
.series .collabo ,
.series .sch-collabo {
	background: #ff4500;
}
.series .tkut ,
.series .sch-tkut ,
.series .tsukitomo ,
.series .sch-tsukitomo {
	background: #ffff00;
	color: #000;
}
.series .game ,
.series .sch-game {
	background: #800080;
}


/* リリース */
.releaseInfo .main {
	padding-bottom: 1.5em;
}
.releaseInfo .release-item {
	float: none;
	width: 100%;
}
.releaseInfo .main .release-item {
	padding-right: 0;
}
.releaseInfo .main .release-item + .release-item {
	margin-top: -1.5em;
}
.releaseInfo .release-link {
  overflow: initial;
  max-height: initial;
}
.releaseInfo .main .release-link .figure {
	width: 112px;
	margin-right: 1.1em;
}
.releaseInfo .index .main .release-link .figure {
	max-height: 112px;
}
.releaseInfo .index .release-link .figure img ,
.releaseInfo .index .release-item a .figure img {
	max-height: 112px;
	width: auto;
}
.releaseInfo .release-link h3 {
	margin-top: 0;
	font-size: 1.6rem;
	display: block;
}
.releaseInfo .release-item .release-link > p {
    display: block;
	margin-left: 127px;
}
.detail .releaseInfo .release-link iframe {
	width: 460px !important;
	height: 258px !important;
}
.releaseInfo .main .release-link .text {
    display: block;
    line-height: 1.45;
    height: 2.8em;
    overflow-y: hidden;
}
.releaseInfo .buy {
	margin-left: 127px;
}
.releaseInfo .post .buy {
	margin-left: 0;
}
.releaseInfo .buy .item {
	float: left;
    padding: .8em 0 0 1em;
}
.detail .item-list {
	margin: 0 0 0 -15px;
}
.aside .list-wrap {
	margin:0;
}
.aside .release-item {
	padding-bottom: 1em;
	float: none;
}
.aside .release-list h3 {
	font-size: 1.2rem;
	margin-bottom: 0.3em;
}
.aside h4 {
	position: relative;
	margin-bottom: 0;
	display: block;
}
.aside h4 a {
	font-size: 1.4rem;
	padding-left: 1.2em;
}
.aside h4 a::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	background: url(_assets/img/common/arw02.png) no-repeat left center;
	width: 18px;
	height: 10px;
}
.aside h4 a.click::after {
	top: 3px;
	left: 0;
	background: url(_assets/img/common/arw04.png) no-repeat left center;
}
.aside .target {
	margin-top: 0.5em;
}
.aside .target li {
	margin-left: 2em;
}
.aside .target li a {
	line-height: 2;
}
.aside .target select {
	width: 12em;
	padding:  0.3em 0.5em;
}
.releaseInfo .detail .inner {
	padding-right: .5em;
}
.releaseInfo .detail .release-item {
	box-sizing: border-box;
}
.releaseInfo .picBox {
	float: left;
	display:block;
	width: 200px;
}
.detail .main .release-link .figure {
	width: 200px;
	height: auto;
	max-height: initial;
	margin-bottom: 1em;
}
.releaseInfo .post ,
.releaseInfo .ec {
	width: 390px;
	float: right;
	margin: 0;
}
.releaseInfo .post {
	margin-top: -.2em;
	padding-bottom: 1em;
	line-height: 1.75;
}
.releaseInfo .post p {
	margin-top: 0;	
}
.releaseInfo .post p a {
	display: inline-block;	
}
.releaseInfo .detail .post a {
	max-height: initial;
}

.releaseInfo .aside .release-link {
	max-height: initial;	
	height: auto;	
}
.releaseInfo .aside h3 {
	margin-left: 92px;	
}
.releaseInfo .aside .text {
	display: block;
	margin-left: 92px;
}
.releaseInfo .aside .text p {
	display: inline;	
}
.releaseInfo .aside .text p {
	display: inline;	
}
.releaseInfo .detail .post iframe {
	width: calc(100% + .5em);
	height: 223px;
}


/* イベント */
.event .info-item a {
	display: inline-block;
	padding: .2em 0;
	font-weight: bold;
}
.event .info-item a .endTxt {
	background: #feef00;
	padding: 0.5em 0.6em .3em;
	margin-right: 2.1em;
}
.event .info-item a .min {
	color: #6a6a6a;
	margin-left: 1.4em;
	font-size: 1.1rem;
	font-weight: normal;
}
.event.detail dt {
	margin-bottom: .2em;
	font-weight: bold;
}
.event.detail dd {
	padding-bottom: .5em;
}
.event iframe {
	margin: .7em 0;
}


/* ABOUT US */
.about .catTitBlock h3 + p > em {
	padding-top: 0;
} 
.about table {
	text-align: left;
}
.about table th ,
.about table td {
	padding: 0.5em;
	box-sizing: border-box;
	vertical-align: top;
}
.about table th {
	font-weight: bold;
	width: 10em;
}
.aboutPic {
	max-width: 870px;
	margin: 40px .5em 0;
}

/* CONTACT */
main .contact .inner {
	min-height: 360px;
}
.contact .catTitBlock {
	line-height: 1.95;
}
.contact .fomrTable {
	margin-top: 4em;
	text-align: left;
}
.contact .fomrTable tr {
	display: block;
	margin-bottom: 1.5em;
}
.contact .fomrTable th {
	width: 192px;
	width: 16em;
	color: #333;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.contact .fomrTable th span {
	background: #fff000;
	font-weight: bold;
	padding: 0.2em 0.5em;
	margin-left: 0.5em;
}
.contact .fomrTable textarea ,
.contact .fomrTable select ,
.contact .fomrTable input {
	width: 720px;
	font-size: 1.3rem;
	padding: 0 0.5em;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	color: #6a6a6a;
}
.contact .fomrTable td {
	font-size: 1.3rem;
}
::-webkit-input-placeholder {
	color: #bbb;
	opacity: 1;
}
:-moz-placeholder {
	color: #bbb;
	opacity: 1;
}
.contact .fomrTable textarea {
	height: 8em;
	resize: none;
}
.contact .fomrTable select {
padding: 0.3em 0.5em;
}
.contact .fomrTable input {
	border: none;
	outline: none;
	border-bottom: 1px solid #cfcfcf;
}
.err {
	color: #ff0000;
	font-weight: bold;
	padding-left: 1em;
}
.action {
	text-align:center;
}
.action button ,
.action input[type="submit"] {
	width: 150px;
	height: 42px;
	margin: 0 1em;
	cursor: pointer;
}
.toTop ,
.action .btnSubmit ,
.action input[type="submit"] {
	border: none;
	position: relative;
	background: #cfcfcf;
}
.toTop span ,
.action .btnSubmit span {
	padding-right: 2em;
}
.toTop:after ,
.action .btnSubmit:after ,
.action input[type="submit"]:after {
	content: "";
	position: absolute;
	top: 16px;
	left: 82px;
	display: block;
	background: url(_assets/img/common/arw02.png) no-repeat right center;
	width: 18px;
	height: 10px;
	border-left: #333 solid 1px;
}
.action .btnReset {
	border: 1px solid  #cfcfcf;
	background: #FFF;
	color: #6a6a6a;
}
.toTop {
	width: 200px;
	height: 42px;
	line-height:42px;
	margin: 0 1em;
	display: block;
	margin: 3em auto 0;
}
.toTop:after {
	left: 160px;
}
p.compTxt {
	text-align: center;
	font-size: 1.5rem;
	margin: 2em 0;
}


/* pager */
.wp-pagenavi {
	text-align: center;
	clear: both;
	padding-bottom: 5em;
}
.inner .wp-pagenavi {
	padding-top: 4em;
	padding-bottom: 0;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span.current {
	background-color: #f4f4f4;
	color: #b5b5b5;
	/*font-size: 1.5rem;
	font-weight: normal;*/ 
}
.wp-pagenavi .prevpostslink .yymm ,
.wp-pagenavi .previouspostslink .yymm {
	margin-left: 0em;
	padding-left: 0em;
}
main .wp-pagenavi a, main .wp-pagenavi span {
	margin: .5em .4em;
	padding: .5em;
	border: none; /* pagenavi-css orerwrite */
}
.wp-pagenavi a {
	font-weight: bold;
}
.wp-pagenavi .prev-link a ,
.wp-pagenavi .previouspostslink {
	margin-right: 2em;
	margin-left: 2.5em;
}
.wp-pagenavi .next-link a {
	margin-left: 2em;
	margin-right: 2.5em;
}
.wp-pagenavi .back {
	margin: .5em 2em;
}
.prevdaylink::after ,
.prev-link a::before ,
.previouspostslink::before ,
.previouspostslink a::before {
	content: "";
	position: absolute;
	top: .75em;
	left: -2.2em;
	display: block;
	background: url(_assets/img/common/arw03.png) no-repeat left center;
	width: 18px;
	height: 10px;
	border-right: #333 solid 1px;
}
.schedule_navi ,
.otherslink ,
.prev-link a ,
.previouspostslink ,
.nextpostslink ,
.next-link a {
	position: relative;
}
.wp-pagenavi .first ,
.wp-pagenavi .last {
	display: none;
}
.nextdaylink::after ,
.otherslink::after ,
.next-link a::after ,
.nextpostslink::after {
	content: "";
	position: absolute;
	top: .75em;
	right: -2.2em;
	display: block;
	background: url(_assets/img/common/arw02.png) no-repeat right center;
	width: 18px;
	height: 10px;
	border-left: #333 solid 1px; 
}
.releaseInfo .wp-pagenavi {
	position: relative;
	top: -1.5em;
}
.schedule_navi {
	background: url(_assets/img/common/dotLine.png) repeat-x left bottom;
	padding-bottom: 3em;
	text-align: center;	
}
.schedule_navi li {
	display: inline-block;
	min-width: 34px;
	font-weight: bold;
	color: #000;
}
.schedule_navi .thisMonth {
	
}
.schedule_navi .sch-prev {
	float: left;
	margin-left: 2em;
}
.schedule_navi .sch-next {
	float: right;
	margin-right: 2em;
}
.schedule_navi .sch-prev a ,
.schedule_navi .sch-next a {
	color: #6a6a6a;
}
.schedule_navi .sch-prev span ,
.schedule_navi .sch-next span {
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.schedule_navi a::before ,
.schedule_navi a::after {
	border: none;
	top: 15px;
}
.nextdaylink::after {
	right: 0;
}
.prevdaylink::after {
	left: 0;
}
.schedule_navi .thisMonth {
	margin-top: -8px;
}
.schedule_navi .yy {
	letter-spacing: 2px;
	font-size: 1.4rem;
}
.schedule_navi .mm {
	font-size: 2.0rem;
	margin-right: 0;
	margin-top: -8px;
	display:block;
}
.aside .others {
	margin: 3em 3.5em 0 0;
	text-align: right;
}
.otherslink {
	padding-top: .5em;
	font-weight: bold;
}

/* talent */
main .talent-artist .inner ,
.releaseInfo main .inner {
	padding-right: .5em;
}
.unitBox {
	clear: both;
	margin-top: 6em;
}
.unitBox:first-child {
	margin-top: 0;
}
.unitBox li:nth-child(6n+1) {
	clear: both;
}
.unitBox li {
	width: 16.666%;
	float: left;
	text-align: center;
	padding: 0 .5em;
	box-sizing: border-box;
}
.unitBox li a {
	display: block;
	border-bottom: 2px solid #FFF;
	box-sizing: border-box;
	padding: 0 5px;
}
.unitBox li a:hover {
	/*border-bottom: 2px solid #fff000;*/
}
.unitBox li span {
	display: block;
	margin-top: .2em;
	font-weight: bold;
}
.talent {
	clear: both;
	position: relative;
	margin-top: 50px;
	min-height: 434px;
}
.talent .charaImg {
	position: absolute;
	left: 0;
	width: 250px;
	margin: 0;
	top: 100px;
}
.talent h4.nameTIt {
	border-top: 4px solid #fff000;
	border-bottom: 1px solid #ccc;
	padding: 1em 0.5em;
	font-size: 2rem;
	color: #333;
	clear: both;
}
.talent h4.nameTIt span {
	font-size: 1.2rem;
	margin-left: 2em;
}
.talent h4.nameTIt span:first-child {
	color: #6a6a6a;
	margin-left: 1em;
}
.profileBox .charaImg {
	float: left;
	width: 250px;
}
.profileBox > ul ,
.relation-release {
	float: right;
	width: 355px;
	padding-left: 1em;
	box-sizing :border-box;
}
.profileBox ul em {
	font-style: normal;
	line-height: 1.5;
	display: block;
	margin-bottom: 1em;
}
.profileBox > ul > li {
	clear: both;
}
.profileBox .like  {
	line-height: 1.3;
}
.profileBox li strong {
	float: left;
	color: #333;
	padding-right: 0.8em;
}
.profileBox li.like strong ,
.profileBox li.like span {
	display: block;
}
.profileBox li.like span {
	margin-left: 6em;
}
.profileBox li.new-release strong {
	line-height: 1.35;
}
.profileBox .release-item ,
.relation-release .release-item {
	float: none;
	width: 300px;
	display: block;
	margin: .5em 0 0 4.8em;
	padding-top: .3em;
	padding-bottom: 1em;
}
.profileBox .release-link h3, .profileBox .release-link .text {
	display: inline;
	font-size: 1.2rem;
	line-height: 1.3;
}
.profileBox .release-link p {
	margin-bottom: 0;
}
.profileBox .link {
	padding-top: 1.2em;
}
.profileBox .link span {
	display: block;
	margin-left: 4.8em;
	padding-top: .2em;
	padding-left: 15px;
}
.profileBox .link span p {
	margin: 0;
}
.profileBox .link img {
	/*max-height: 78px;*/
	width: auto;
	height: 76px;
}
.profileBox .link .h-auto {
	height: auto;
}
.release-item .release-link > p ,
.release-item .release-link + p {
	/*display: none;*/
}
.relation-release strong {
	float: left;
    color: #333;
    margin-top: .8em;
    padding-right: 0.8em;
    line-height: 1.35;
}
.relation-release .release-link h3 {
	display: block;
	margin-top: 0;
}
.relation-release .release-item > a ,
.relation-release .release-item .buy {
	padding-left: 93px;
}
.relation-release .release-item .buy {
	margin: .5em 0;
}
.relation-release .release-item > a .figure {
	margin-left: -93px;
}
.relation-release .release-item a .figure {
    margin-right: 0;
}
.relation-release .release-item .item {
    float: left;
    padding: .8em .3em 0 0;
}
/* single 記事詳細黄色上書き */
.single p.kom1 {
  color: #000;
  border-left: 5px solid #000;
  border-bottom: 1px solid #000;
}
.single p.kom2 {
  color: #000;
}
.single p.kom3 {
  color: #000;
}

/* 180517 responsive test
----------------------------------------------------------- */


/* 18119 magnific-popup overwright
----------------------------------------------------------- */

.mfp-wrap ~ .wrapper header {
	position: static;
}
.mfp-bg {
	opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-bg.mfp-ready {
    opacity: 0.8;
}