/*
 Theme Name: t072x
 Template: twentyseventeen
*/

ul, ol {
	margin: 0 0 1.5em 1.5em;
}

/* slick flexbox 対策 */
* {
	min-height: 0;
	min-width: 0;
}

/* 背景をページの下部まで伸ばす */
div.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width:782px) {
	.admin-bar div.site {
	    min-height: calc(100vh - 46px);
	}
}
@media screen and (min-width:783px) {
	.admin-bar div.site {
	    min-height: calc(100vh - 32px);
	}
}

/* iphone 対応 */
button,
input,
select,
textarea {
	font-size: 16px;
}

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-feature-settings: "palt";
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 400;
}

a,
button,
input[type="button"],
input[type="submit"] {
	transition: all 0.5s ease !important;
	box-shadow: none !important;
}
a:hover,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	box-shadow: none !important;
	opacity: 0.6;
}
.entry-content a img, .widget a img {
	box-shadow: none;
}

#wpadminbar .ab-empty-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
	color: #eee !important;
}

.page #content {
	padding-bottom: 0 !important;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-bottom: 0.2em;
	padding-top: 1.2em;
}
.single-krc_cast .entry-header {
	text-align: center;
}
.entry-header h1 span {
	font-size: 0.8em;
}

.nav-subtitle {
	font-size: 1.0em;
	font-weight: 400;
}
@media screen and (min-width: 48em) {
	.nav-links .nav-title {
	    margin-left: 2.0em;
		margin-right: 2.0em;
	}
}
.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	box-shadow: none;
}
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	box-shadow: none;
}

/* メルマガ購読ウィジェット ボタン */
button, input[type="button"], input[type="submit"] {
    border: 1px solid rgba( 255, 255, 255, 0.2 );
}
/* 記事編集ボタン */
.entry-footer .edit-link a.post-edit-link {
    border: 1px solid rgba( 255, 255, 255, 0.2 );
	color: #fff !important;
}

/* 背景色、背景画像の設定、サイト設定によるcss書き出し分を除く */
.site {
	position: relative;
	z-index: 1;
}
.site::after {
	content: '';
	background-position: top center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.site-content-contain {
	background: none;
	/* コンテンツがウィンド高さより低いとき、footer をページ最下部に配置する */
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* front page slick 隙間空き対策 */
.my-front-page .site-content-contain {
	margin-top: -1px;
}

/* 横幅1200px(75em)未満のとき */
/* 最大幅900px(トップページはnone) */
/* サイドバーを非表示 */
.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	padding-left: 4px;
	padding-right: 4px;
}
body:not(.my-front-page) .wrap {
	max-width: 900px;
}
.has-sidebar #secondary {
	display: none;
}
@media screen and (min-width: 1200px) {
	.has-sidebar #secondary {
		float: right;
		width: 36%
	}
}

#primary {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

/* 横幅1200px以上のとき */
/* 最大幅1200px */
/* サイドバーを表示(トップページは非表示) */
@media screen and (min-width: 1200px) {
	.wrap,
	body:not(.my-front-page) .wrap,
	body:not(.cast-search) .wrap {
		max-width: 1200px;
		padding-left: 4px;
		padding-right: 4px;
	}
	body:not(.my-front-page) #primary {
		float: left !important;
		width: 75% !important;
		max-width: none !important;
	}
	body:not(.my-front-page) #secondary {
		display: block;
		width: 25% !important;
		padding-left: 8px !important;
	}
	.navigation-top .wrap {
		max-width: 1200px;
	}
	.site-footer .wrap {
		padding-left: 4px;
		padding-right: 4px;
	}
}


.navigation-top .wrap {
	padding-left: 4px;
	padding-right: 4px;
}
@media screen and (min-width: 768px) {
	.navigation-top .wrap {
		max-width: 1200px;
	}
}


/* ヘッドトップバー */
.hdtop {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 90000;
	background-color: #001b13;
}
.hdtop a {
	color: #fff !important;
	text-decoration: underline !important;
}
.hdtop a:hover {
	text-decoration: none !important;
}

.hdtopinner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 4px;
	padding-right: 4px;
	height: 20px;
}
.hdtopinner h1 {
	display: none; /* 1200px未満は非表示 */
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 400 !important;
}
.pankuzu {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	color: #fff;
	font-size: 11px;
	overflow: hidden;
}
.breadcrumbs ol {
	list-style: none;
	margin: 0;
}
.breadcrumbs li {
	display: inline;
}
.breadcrumbs a {
	text-decoration: none !important;
}
/* ヘッダー（年齢認証ページを含まない） */
.site-branding {
	display: none;
}
.site-branding .site-branding-inner {
	display: flex;
	justify-content: space-between;
	height: 66px;
}
.site-branding-text {
    flex-grow: 1;
	max-width: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
	.site-branding-text {
		max-width: 65% !important;
	}
}
.site-branding-telopen {
	padding-left: 1.0em;
	padding-right: 1.0em;
	white-space: nowrap;
	overflow: hidden;
}
.site-branding-number {
	white-space: nowrap;
	overflow: hidden;
}
.site-branding-text span {
	display: block;
    font-size: calc(167% + 1.0vw);
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.2em;
/*
	-moz-text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
*/
}
@media screen and (min-width: 1200px) {
	.site-branding-text span {
		font-size: 240%;
	}
}
.site-branding-text span:nth-of-type(2) {
    font-size: calc(100% + 0.5vw);
	margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
	.site-branding-text span:nth-of-type(2) {
		font-size: 138%;
	}
}
.site-branding-telopen > span {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-branding-telopen span i {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 18px;
	font-style: normal;
	padding: 4px 8px;
	margin-right: 0.4em;
}
.site-branding-telopen span {
	font-size: 150%;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
}
.site-branding-telopen span:nth-child(2) {
	margin-bottom: 0;
}
.site-branding-telopen span strong {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	font-style: normal;
	padding: 4px 8px;
	margin-right: 0.4em;
}
.site-branding-telopen span:nth-child(2) span {
	font-size: 100%;
	margin-bottom: 0;
}
.site-branding-number > span {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-branding-number span {
	font-size: 100%;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 13.5px;
}
.site-branding-number span:nth-child(2) {
	margin-bottom: 0;
}
.site-branding-number span strong {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	font-style: normal;
	padding: 4px 8px;
	margin-right: 0.4em;
}
.site-branding-number span span {
	font-size: 150%;
	margin-bottom: 0;
}
.site-branding-number span span span {
	font-size: 50%;
}
@media screen and (min-width: 1200px) {
	.site-branding {
		display: block;
		padding-bottom: 1em;
		padding-top: 1em;
	}
}
.site-branding .site-branding-inner-logo a {
	display: block;
	width: 100%;
	height: 100%
}
	
/* 年齢認証ページ */
/* slick初期化中は非表示にする */
.front-slick {
	display: none;
}
/* slick初期化終了で表示にする */
.front-slick.slick-initialized {
	display: block;
}
.front-slick-container {
	position: relative;
	overflow: hidden;
}
.front-slick + .front-logo {
	width: 90%;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
/* fade のときスライダーの最大高さ＆最大幅を制限、センタリング */
.fade .slick-list {
	max-height: 50vh;
	max-width: 2000px;
	margin: 0 auto;
}
.multiple {
	transform: rotate( -3deg );
	margin: 0 calc( -50vw * 0.052 ) calc( 50vw * 0.052 * 2 ); /* 0.052 = tan( 3° ) */
	top: calc( 50vw * 0.052 );
}
.title_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 1200px) {
	.front-slick + .front-logo {
		width: calc( 1200px * 0.9 );
	}
}
.no-front-slick + .front-logo {
	font-size: 1.0em;
	margin-bottom: 0;
}
.front-logo span {
	display: block;
    font-size: calc(200% + 5.0vw);
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.2em;
	text-align: center;
	-moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1200px) {
	.front-logo span {
		font-size: 600%;
	}
}
.front-logo span:nth-of-type(2) {
    font-size: calc(103% + 1.4vw);
}
@media screen and (min-width: 1200px) {
	.front-logo span:nth-of-type(2) {
		font-size: 213%;
	}
}
.page.my-front-page #content {
	padding-top: 6.0vw;
}
.agearea {
	flex-basis: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	list-style-type: none;
}
.agearea li:first-child {
	line-height: 1;
}
.agearea li {
	text-align: center;
}
.enterarea {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
}
.enterarea * {
	flex-basis: unset !important;
}
.enterarea.cyouhoukei {
	margin-top: 2.5em;
}
.enterarea.maru a {
	display: block;
	text-align: center;
	width: 29.25vw;
	border-radius: 29.25vw;
	font-size: 5.625vw;
	line-height: 29.25vw;
}
.enterarea.cyouhoukei a {
	display: block;
	text-align: center;
	width: 29.25vw;
	border-radius: 0;
	font-size: 1.4em;
	line-height: 2.6em;
}

@media screen and (min-width: 640px) {
	.enterarea.maru a {
		width: 187.2px;
		border-radius: 187.2px;
		font-size: 2.4em;
		line-height: 187.2px;
	}
	.enterarea.cyouhoukei a {
		width: 29.25vw;
		border-radius: 0;
		font-size: 1.4em;
		line-height: 2.6em;
	}
}
.enterarea span {
	display: inline-block;
	width: 40%;
	text-align: center;
	font-size: calc(80% + 0.9375vw);
	padding-left: 0.5em;
	padding-right: 0.5em;
}
@media screen and (min-width: 640px) {
	.enterarea span {
		font-size: 1.2em;
	}
}
.agemark {
	font-size: calc(270% + 3vw);
}
@media screen and (min-width: 640px) {
	.agemark {
		font-size: 4.0em;
	}
}
.agetxt {
	font-size: calc(100% + 0.2vw);
}
@media screen and (min-width: 640px) {
	.agetxt {
		font-size: 1.085em;
	}
}
.nenrei_free {
	flex-basis: 100%;
	margin-bottom: 2.5em;
	text-align: center;
}
.nenrei_free2 {
	flex-basis: 100%;
	margin-bottom: 2.5em;
	text-align: center;
}
.h-links {
	margin-bottom: 2.5em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.h-links {
		flex-basis: 90%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
.h-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin: 0;
}
.h-links ul li {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 1.0em;
}
.h-links ul li table {
	margin-bottom: 0;
}
.h-links ul li tr {
	border-bottom: none;
}
.h-links ul li td {
	padding: 0;
}
.h-links ul li img {
	vertical-align: top;
}
.h-links ul li p {
	margin-bottom: 0;
}

/* フッター */
.site-footer {
	border: none;
	font-size: 0.875rem;
}
.cast-search .site-footer {
/*	display: none; */
}
@media screen and (min-width: 768px) {
	.site-footer {
		margin-top: 0.5em;
	}
	.site-footer .wrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
}
.site-footer .widget-area {
	display: none;
}
.site-footer .footer_description {
	margin-bottom: 2.5em;
}
.site-footer .footer-logo {
	margin-bottom: 2.5em;
}
.site-footer .widget-area {
	display: none;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 2.5em;
}
.site-footer .widget-area .widget {
	padding-bottom: 0;
}
@media screen and (min-width: 768px) {
	.site-footer .widget-column.footer-widget-1 {
		float: none;
		width: 100%;
	}
	.site-footer .widget-area {
		display: block;
	}
}
.site-footer .widget_nav_menu ul {
	display: flex;
	flex-wrap: wrap;
}
.site-footer .widget_nav_menu li {
	width: 20%;
	border: none;
}
.site-footer .widget_nav_menu li a {
	text-decoration: underline !important;
}
.site-footer .site-info {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.75rem;
	text-align: center;
}
.site-footer .site-info span {
}
.site-footer .site-info p {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.site-footer .site-info p {
		display: inline-block;
	}
}
.site-footer .footer-logo span {
	display: block;
    font-size: 120%;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin-bottom: 1.2em;
}
.site-footer .footer-logo span i {
	margin-right: 0.2em;
}
.site-footer .footer-logo span:nth-of-type(1) {
    font-size: calc(167% + 1.0vw);
	margin-bottom: 0.2em;
}
@media screen and (min-width: 1200px) {
	.site-footer .footer-logo span:nth-of-type(1) {
		font-size: 240%;
	}
}
.site-footer .footer-logo span:nth-of-type(2) {
    font-size: calc(100% + 0.5vw);
}
@media screen and (min-width: 1200px) {
	.site-footer .footer-logo span:nth-of-type(2) {
		font-size: 138%;
	}
}

/* メニュー */
.navigation-top {
	display: none;
}
.navigation-top-mobile {
	display: block;
}
.custom-header {
	display: none;
}
.custom-header-mobile {
	margin-bottom: calc(20px + 58px);
}
@media screen and (min-width: 1200px) {
	.custom-header {
		display: block;
	}
	.custom-header-mobile {
		display: none;
	}
	.navigation-top {
		display: block;
	}
	.navigation-top-mobile {
		display: none;
	}
	.hdtopinner h1 {
		display: block;
	}
	.hdtop {
		position: relative;
	}
	.hdtopinner {
		justify-content: space-between;
	}
	.pankuzu {
		flex-grow: 0;
	}
}
.navigation-top-mobile {
	position: fixed;
	top: 20px;
    left: 0;
    z-index: 90000;
	width: 100%;
	height: 58px;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	overflow: hidden;
}
@media screen and (max-width:782px) {
	.admin-bar .navigation-top-mobile {
	    top: calc(46px + 20px);
	}
}
@media screen and (min-width:783px) {
	.admin-bar .navigation-top-mobile {
		top: calc(32px + 20px);
	}
}
#wpadminbar {
	position: fixed; /* 管理バーを常にfixedにする */
}


.navigation-top-mobile-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mba-m,
.tela-m {
	width: 51px;
	height: 58px;
	border-right: 1px #f0f0f0 solid;
	background-color: #fff;
}
.logoa-m {
	width: calc( 100% - 102px );
}
.logoa-m .site-branding-text {
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
.logoa-m .site-branding-text span {
	font-size: 1.5em;
}
.logoa-m .site-branding-text span:nth-child(2) {
	font-size: 1.0em;
}
.tela-m {
	border-right: none;
	border-left: 1px #f0f0f0 solid;
	font-size: 20px;
	text-align: center;
	padding-top: 4px;
}
.tela-m a {
	color: #000 !important;
}
.tela-m span {
	display: block;
	margin-top: -6px;
	font-size: 12px;
	font-weight: 700;
}
.tela-m a {
	display: block;
	width: 100%;
	height: 100%;
}

/* XO Smart Menu */
#xo-smart-menu-button {
	position: fixed;
	width: 50px;
	height: 58px;
	padding: 10px 12px 26px;
	z-index: 100000;
	top: 20px;
	left: 0;
	border: none;
	border-radius: 0;
	background-color: rgba( 255,255,255,0);
}
#xo-smart-menu-button:after {
	content: 'MENU';
    color: #000;
    font-size: 12px;
    margin: 0 -12px;
    text-align: center;
    display: block;
}
#xo-smart-menu-button {
	top: 20px;
}
#xo-smart-menu-slide {
	top: 78px;
	height: calc(100% - 78px); /* ヘッダー分の高さをマイナスする admin-barが無いとき */
	left: -75%;
	width: 75%;
	max-width: 440px;
}
#xo-smart-menu-menu a {
	font-size: 1.0rem;
	padding: 0.8rem 0;
}
#xo-smart-menu-menu i {
	padding-right: 0.2rem;
}
#xo-smart-menu-slide.smart-menu-open {
	left: 0;
}
#xo-smart-menu-close-button {
	top: -58px;
	left: 0;
}
#xo-smart-menu-close-button:before {
	width: 50px;
	height: 50px;
	background-position: 11px 11px;
}
@media screen and ( max-width: 782px ) {
	.admin-bar #xo-smart-menu-button {
		top: calc(20px + 46px); /* admin-barが有るとき */
	}
	.admin-bar #xo-smart-menu-slide {
		top: calc(78px + 46px); /* admin-barが有るとき */
	}
	.admin-bar #xo-smart-menu-slide {
		height: calc(100% - 78px - 46px); /* ヘッダー分の高さをマイナスする admin-barが有るとき */
	}
}
@media screen and ( min-width: 783px ) {
	.admin-bar #xo-smart-menu-button {
		top: calc(20px + 32px); /* admin-barが有るとき */
	}
	.admin-bar #xo-smart-menu-slide {
		top: calc(78px + 32px); /* admin-barが有るとき */
	}
	.admin-bar #xo-smart-menu-slide {
		height: calc(100% - 78px - 32px); /* ヘッダー分の高さをマイナスする admin-barが有るとき */
	}
}




footer.site-footer ul.menu li.menu-item i {
	/* display: none; */
	padding-right: 0.2em;
}
.navigation-top ul#top-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.navigation-top ul#top-menu li a {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 149px;
	height: 49px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	font-weight: 100;
}
.navigation-top ul#top-menu li i {
	font-size: 24px;
}
.navigation-top ul#top-menu li span {
	display: block;
	font-size: 14px;
	line-height: 14px;
}



/* 固定ページ */
.site-content {
    padding: 4px 0;
}
@media screen and (min-width:1200px) {
	.site-content {
    	padding: 8px 0;
	}
}


/* トップページ */
.block-common {
	padding-bottom: 8px;
}

.slick960x300 .slick-dots li button:before,
.slick960x540 .slick-dots li button:before,
.pickupcast .slick-dots li button:before,
.castphotos .slick-dots li button:before,
.news .slick-dots li button:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	font-weight: 900;
	content: '\f111';
}

/* ブロックタイトル */
h2.block-title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 1.0em 0 0;
	margin: 0;
	font-size: calc(98.7% + 1.0vw);
	font-weight: 400 !important;
}
h2.block-title {
	padding-bottom: 0.75em;
}
.block-common h2.block-title {
	padding-top: 1.0em;
	padding-bottom: 0.75em;
}
h2.block-title > span {
	display: block;
}
h2.block-title > span i {
	margin-right: 0.2em;
}
h2.block-title a {
	display: block;
	position: absolute;
	right: 0;
	font-size: 0.67em;
}
@media screen and (min-width:900px) {
	h2.block-title {
		font-size: calc(14.805px + 9px);
	}
}
h2.block-title > span::after {
	background-color: #fff;
	content: '';
	display: block;
	margin-top: 0.1em;
	height: 0.2em;
	border-radius: 0.1em;
}
aside.widget-area h2.block-title a span {
	display: none;
}

/* 新着情報ブロック */
.top-news-cell {
	margin: 0 0.25em;
}
.top-news-cell a {
	display: flex;
	justify-content: space-between;
}
.top-news-photo {
	width: 20%;
	min-width: 80px;
	max-width: 128px;
}
.top-news-content {
	width: 80%;
	padding-left: 1em;
}
.top-news-content span {
	display: block;
	font-size: 0.8em;
}
.top-news-content h3 {
	margin-bottom: 8px;
	padding-bottom: 4px;
	padding-top: 0;
	font-size: 1.2em;
	font-weight: 400 !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.top-news-content p {
	margin-bottom: 0;
}

/* cast cell */
.cast_cell.slick-slide {
	margin-left: 0.25em;
	margin-right: 0.25em;
}
.cast_cell .cast_img {
	position: relative;
}
.cast_cell .cast_img img {
	display: block;
	height: auto;
	width: 100%;
}
.cast_gtn {
    font-size: 0.67em;
}
.cast_cell .cast_img .cast_gtn {
    padding: 4px 10px;
    width: 100%;
    text-align: left;
    position: absolute;
 	line-height: 2.0;
    top: 0px;
    z-index: 0;
}
.cast_gtn .grade {
	color: #000;
	text-shadow:0px 4px 1px gold,0px 3px 1px gold,1px 3px 1px gold,2px 3px 1px gold,2px 2px 1px gold,3px 2px 1px gold,3px 1px 1px gold,3px 0px 1px gold,4px 0px 1px gold,3px -1px 1px gold,3px -2px 1px gold,3px -3px 1px gold,2px -3px 1px gold,2px -4px 1px gold,1px -4px 1px gold,0px -4px 1px gold,-1px -4px 1px gold,-2px -4px 1px gold,-3px -4px 1px gold,-3px -3px 1px gold,-4px -3px 1px gold,-4px -2px 1px gold,-4px -1px 1px gold,-4px 0px 1px gold,-4px 1px 1px gold,-4px 2px 1px gold,-3px 2px 1px gold,-3px 3px 1px gold,-2px 3px 1px gold,-1px 3px 1px gold;
}
.cast_gtn .type {
	color: #fff;
	text-shadow:0px 4px 1px cornflowerblue,0px 3px 1px cornflowerblue,1px 3px 1px cornflowerblue,2px 3px 1px cornflowerblue,2px 2px 1px cornflowerblue,3px 2px 1px cornflowerblue,3px 1px 1px cornflowerblue,3px 0px 1px cornflowerblue,4px 0px 1px cornflowerblue,3px -1px 1px cornflowerblue,3px -2px 1px cornflowerblue,3px -3px 1px cornflowerblue,2px -3px 1px cornflowerblue,2px -4px 1px cornflowerblue,1px -4px 1px cornflowerblue,0px -4px 1px cornflowerblue,-1px -4px 1px cornflowerblue,-2px -4px 1px cornflowerblue,-3px -4px 1px cornflowerblue,-3px -3px 1px cornflowerblue,-4px -3px 1px cornflowerblue,-4px -2px 1px cornflowerblue,-4px -1px 1px cornflowerblue,-4px 0px 1px cornflowerblue,-4px 1px 1px cornflowerblue,-4px 2px 1px cornflowerblue,-3px 2px 1px cornflowerblue,-3px 3px 1px cornflowerblue,-2px 3px 1px cornflowerblue,-1px 3px 1px cornflowerblue;
}
.cast_gtn .new {
	color: #fff;
	text-shadow:0px 4px 1px red,0px 3px 1px red,1px 3px 1px red,2px 3px 1px red,2px 2px 1px red,3px 2px 1px red,3px 1px 1px red,3px 0px 1px red,4px 0px 1px red,3px -1px 1px red,3px -2px 1px red,3px -3px 1px red,2px -3px 1px red,2px -4px 1px red,1px -4px 1px red,0px -4px 1px red,-1px -4px 1px red,-2px -4px 1px red,-3px -4px 1px red,-3px -3px 1px red,-4px -3px 1px red,-4px -2px 1px red,-4px -1px 1px red,-4px 0px 1px red,-4px 1px 1px red,-4px 2px 1px red,-3px 2px 1px red,-3px 3px 1px red,-2px 3px 1px red,-1px 3px 1px red;
}
.cast_gtn span {
	white-space: nowrap;
    margin-right: 10px;
}
.cast_cell .cast_img .cast_img_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}
.cast_cell .cast_img .cast_sche {
	background-color: rgba( 51, 51, 51, 0.8 );
	font-size: 0.8em;
    text-align: center;
	line-height: 2.0;
	margin-top: 1px;
}
.cast_cell .cast_img .sutaffukomennto {
	background-color: rgba( 51, 51, 51, 0.8 );
	padding: 4px;
}
.cast_cell .cast_info.top {
	margin-bottom: 0.5em;
}
.cast_cell .cast_info.bottom {
	margin-top: 0.5em;
}
.cast_cell .cast_info h3 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: 400;
	text-align: center;
}
.cast_cell .cast_info .size {
	text-align: center;
	font-size: 0.8em;
}

/* top new cast */
.top-newcast-cells {
	display: flex;
	flex-wrap: wrap;
}
.top-newcast-cells .cast_cell {
	width: calc( ( 100% - 0.5em) / 2 - 0.1px );
	margin: 0 0 1em;
}
.top-newcast-cells .cast_cell:nth-child(2n) {
	margin-right: 0;
}
.top-newcast-cells .cast_cell:nth-child(2n+1) {
	margin-right: 0.5em;
}
@media screen and (min-width:400px) {
	.top-newcast-cells .cast_cell {
		width: calc( ( 100% - 1.0em ) / 3 - 0.1px );
	}
	.top-newcast-cells .cast_cell:nth-child(3n) {
		margin-right: 0;
	}
	.top-newcast-cells .cast_cell:nth-child(3n+1),
	.top-newcast-cells .cast_cell:nth-child(3n+2) {
		margin-right: 0.5em;
	}
}
@media screen and (min-width:600px) {
	.top-newcast-cells .cast_cell {
		width: calc( ( 100% - 1.5em ) / 4 - 0.1px );
	}
	.top-newcast-cells .cast_cell:nth-child(4n) {
		margin-right: 0;
	}
	.top-newcast-cells .cast_cell:nth-child(4n+1),
	.top-newcast-cells .cast_cell:nth-child(4n+2),
	.top-newcast-cells .cast_cell:nth-child(4n+3) {
		margin-right: 0.5em;
	}
}

/* top schedule */
/* schedule */
.top-todaysschedulest-cells,
.schedule_cast_cells {
	display: flex;
	flex-wrap: wrap;
}
.top-todaysschedulest-cells .cast_cell,
.schedule_cast_cells .cast_cell {
	width: calc( ( 100% - 0.5em ) / 2 - 0.1px);
	margin-bottom: 1em;
}
.top-todaysschedulest-cells .cast_cell:nth-child(2n),
.schedule_cast_cells .cast_cell .cast_cell:nth-child(2n) {
	margin-right: 0;
}
.top-todaysschedulest-cells .cast_cell:nth-child(2n+1),
.schedule_cast_cells .cast_cell:nth-child(2n+1) {
	margin-right: 0.5em;
}
@media screen and (min-width:400px) {
	.top-todaysschedulest-cells .cast_cell,
	.schedule_cast_cells .cast_cell {
		width: calc( ( 100% - 1.0em ) / 3 - 0.1px );
	}
	.top-todaysschedulest-cells .cast_cell:nth-child(3n),
	.schedule_cast_cells .cast_cell:nth-child(3n) {
		margin-right: 0;
	}
	.top-todaysschedulest-cells .cast_cell:nth-child(3n+1),
	.top-todaysschedulest-cells .cast_cell:nth-child(3n+2),
	.schedule_cast_cells .cast_cell:nth-child(3n+1),
	.schedule_cast_cells .cast_cell:nth-child(3n+2) {
		margin-right: 0.5em;
	}
}
@media screen and (min-width:600px) {
	.top-todaysschedulest-cells .cast_cell,
	.schedule_cast_cells .cast_cell {
		width: calc( (  100% - 1.5em ) / 4 - 0.1px );
	}
	.top-todaysschedulest-cells .cast_cell:nth-child(4n),
	.schedule_cast_cells .cast_cell:nth-child(4n) {
		margin-right: 0;
	}
	.top-todaysschedulest-cells .cast_cell:nth-child(4n+1),
	.top-todaysschedulest-cells .cast_cell:nth-child(4n+2),
	.top-todaysschedulest-cells .cast_cell:nth-child(4n+3),
	.schedule_cast_cells .cast_cell:nth-child(4n+1),
	.schedule_cast_cells .cast_cell:nth-child(4n+2),
	.schedule_cast_cells .cast_cell:nth-child(4n+3) {
		margin-right: 0.5em;
	}
}


/* schedule */
.schedule_calendar {
	margin-bottom: 1.0em;
	display: flex;
	justify-content: center;
	column-gap: 0.5em;
	flex-wrap: wrap;
}
.schedule_calendar a {
	display: none;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #f0f0f0;
	color: #000 !important;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 1.2;
	border: 1px solid rgba( 0, 0, 0, 0.4);
}
.schedule_calendar.mline a {
	display: flex;
}
.schedule_calendar a:nth-child(-n + 3) {
	display: flex;
}
@media screen and (min-width:450px) {
	.schedule_calendar a:nth-child(-n + 5) {
		display: flex;
	}
}
@media screen and (min-width:620px) {
	.schedule_calendar a {
		display: flex;
	}
}
.schedule_calendar a.target {
	background-color: forestgreen;
	color: white !important;
}

/* top standby */
.top-standby-cells {
	display: flex;
	flex-wrap: wrap;
}
.top-standby-cells .cast_cell {
	width: calc( ( 100% - 1.0em ) / 3 - 0.1px );
	margin-bottom: 1em;
}
.top-standby-cells .cast_cell:nth-child(3n) {
	margin-right: 0;
}
.top-standby-cells .cast_cell:nth-child(3n+1),
.top-standby-cells .cast_cell:nth-child(3n+2) {
	margin-right: 0.5em;
}
@media screen and (min-width:450px) {
	.top-standby-cells .cast_cell {
		width: calc( ( 100% - 1.5em ) / 4 - 0.1px );
	}
	.top-standby-cells .cast_cell:nth-child(4n) {
		margin-right: 0;
	}
	.top-standby-cells .cast_cell:nth-child(4n+1),
	.top-standby-cells .cast_cell:nth-child(4n+2),
	.top-standby-cells .cast_cell:nth-child(4n+3) {
		margin-right: 0.5em;
	}
}
@media screen and (min-width:600px) {
	.top-standby-cells .cast_cell {
		width: calc( ( 100% - 2.0em ) / 5 - 0.1px );
	}
	.top-standby-cells .cast_cell:nth-child(5n) {
		margin-right: 0;
	}
	.top-standby-cells .cast_cell:nth-child(5n+1),
	.top-standby-cells .cast_cell:nth-child(5n+2),
	.top-standby-cells .cast_cell:nth-child(5n+3),
	.top-standby-cells .cast_cell:nth-child(5n+4) {
		margin-right: 0.5em;
	}
}
@media screen and (min-width:750px) {
	.top-standby-cells .cast_cell {
		width: calc( ( 100% - 2.5em ) / 6 - 0.1px );
	}
	.top-standby-cells .cast_cell:nth-child(6n) {
		margin-right: 0;
	}
	.top-standby-cells .cast_cell:nth-child(6n+1),
	.top-standby-cells .cast_cell:nth-child(6n+2),
	.top-standby-cells .cast_cell:nth-child(6n+3),
	.top-standby-cells .cast_cell:nth-child(6n+4),
	.top-standby-cells .cast_cell:nth-child(6n+5) {
		margin-right: 0.5em;
	}
}

/* block subscription */
.g-recaptcha {
	transform: scale(0.9539);
	transform-origin: 0 0;
}
.g-recaptcha div {
	margin-left: auto;
	margin-right: auto;
}
.email_posts_subscribers p:nth-of-type(2),
.email_posts_subscribers p:nth-of-type(3) {
	display: none;
}
.email {
	display: none;
}
.email_posts_subscribers br {
	display: none;
}
.block-subscription-cells {
	text-align: center;
}
.block-subscription-cells p {
	margin-bottom: 1.0em;
}

/* block banners */
.block-banners-cells {
	display: flex;
	flex-wrap: wrap;
}
.block-banners-cell {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}
.block-banners-cell img {
	display: block;
}
@media screen and (min-width:321px) {
	.block-banners-cell {
		width: calc( ( 100% - 0.25em ) / 2 - 0.1px );
	}
	.block-banners-cell:nth-child(2n) {
		margin-right: 0;
	}
	.block-banners-cell:nth-child(2n+1) {
		margin-right: 0.25em;
	}
}
@media screen and (min-width:641px) {
	.block-banners-cell {
		width: calc( ( 100% - 1.0em ) / 3 - 0.1px );
	}
	.block-banners-cell:nth-child(3n) {
		margin-right: 0;
	}
	.block-banners-cell:nth-child(3n+1),
	.block-banners-cell:nth-child(3n+2) {
		margin-right: 0.25em;
	}
}
@media screen and (min-width:1200px) {
	aside.widget-area .block-banners-cell {
		width: 100%;
		margin-right: 0;
	}
}
.widget {
	padding-bottom: 0;
}
#secondary {
	padding-bottom: 0;
}


.noresult {
	width: 100%;
	text-align: center;
}


/* top site now */
.site-now {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.site-now div {
	display: flex;
	align-items: baseline;
}
.site-now div span.number {
	font-size: calc(0.76em + 2.07vw);	
}
@media screen and (min-width:900px) {
	.site-now div span.number {
		font-size: 2.0em;	
	}
}
.site-now div:nth-child(2) span:nth-child(3) {
	margin-right: 1.0em;
}
.site-now div strong {
	font-style: normal;
	margin-right: 0.2em;
	font-weight: 400;
}


/* top block photodiary, photodiary list page */
/* movie list page */
.block-photodiary-cells,
.block-movie-cells {
	display: flex;
	flex-wrap: wrap;
}
.block-photodiary-cell,
.block-movie-cell {
	width: 100%;
	margin: 0 0 1.0em;
}
@media screen and (min-width:300px) {
	.block-photodiary-cell,
	.block-movie-cell {
		width: calc( ( 100% - 0.5em ) / 2 - 0.1px );
	}
	.block-photodiary-cell:nth-child(2n),
	.block-movie-cell:nth-child(2n) {
		margin-right: 0;
	}
	.block-photodiary-cell:nth-child(2n+1),
	.block-movie-cell:nth-child(2n+1) {
		margin-right: 0.5em;
	}
}
@media screen and (min-width:600px) {
	.block-photodiary-cell,
	.block-movie-cell {
		width: calc( ( 100% - 1.0em ) / 3 - 0.1px );
	}
	.block-photodiary-cell:nth-child(3n),
	.block-movie-cell:nth-child(3n) {
		margin-right: 0;
	}
	.block-photodiary-cell:nth-child(3n+1),
	.block-photodiary-cell:nth-child(3n+2),
	.block-movie-cell:nth-child(3n+1),
	.block-movie-cell:nth-child(3n+2) {
		margin-right: 0.5em;
	}
}
@media screen and (min-width:1200px) {
	aside.widget-area .block-photodiary-cell,
	aside.widget-area .block-movie-cell {
		width: 100%;
		margin-right: 0;
	}
}
.block-photodiary-photo,
.block-movie-photo {
	position: relative;
}
.block-photodiary-photo img,
.block-movie-photo img {
	display: block;
}
.block-photodiary-photo h3,
.block-movie-photo h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: rgba( 51, 51, 51, 0.8 );
	margin: 0;
	padding: 4px;
	font-size: 1.0em;
	white-space: nowrap;
	overflow: hidden;
}
.block-photodiary-content,
.block-movie-content {
	margin-top: 0.5em;
	text-align: center;
}
.block-photodiary-content h3,
.block-movie-content h3 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: 400 !important;
}
.block-photodiary-content span,
.block-movie-content span {
	font-size: 0.8em;
}


/* widget */
h2.widget-title {
	display: none;
}

/* 写メ日記 meta */
.photodiary-term::before,
.movie-term::before {
	content: ' by '
}
.photodiary-term,
.movie-term {
	text-transform: none;
}
article.block-photodiary-cell {
	padding-bottom: 0 !important;
}
.photodiary-term-link,
.movie-term-link {
	margin-bottom: 1.0em;
	font-size: 1.2em;
}

/* キャスト検索 */
.cast-search #uwpqsf_id {
	margin-bottom: 4px;
	padding: 20px calc(-9.6px + 5.5vw);
	background-color: #f0f0f0;
	border-radius: 10px;
	border: none;
	border-bottom: 1px #ddd solid;
	color: #000;
}
form#uwpqsffrom_40 .uform_title {
	font-size: 1.2em;
	font-weight: 400 !important;
	border-bottom: 1px #ccc dotted;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
form#uwpqsffrom_40 .uwpqsf_class > span[class*="taxolabel-"] {
	font-weight: 400 !important;
}
form#uwpqsffrom_40 .togglecheck input[type='checkbox'] {
   display: none;
}
form#uwpqsffrom_40 .togglecheck label {
    display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 4.0em;
    width: 100%;
	margin: 0 0 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #ccc;
	color: #000;
	font-weight: 400;
}
form#uwpqsffrom_40 .togglecheck label.checked {
	border-style: solid;
	border-width: 1px;
}
form#uwpqsffrom_40 div[id^="tax-select-"] {
	display: inline-block;
    width: 100%;
	margin: 0 0 20px;
}
form#uwpqsffrom_40 .uwpqsf_class {
	overflow: hidden;
	margin-bottom: 20px;
}
@media screen and (max-width:320px) {
	.cast-search #uwpqsf_id {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media screen and (min-width:900px) {
	.cast-search #uwpqsf_id {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width:350px) {
	form#uwpqsffrom_40 .togglecheck label {
	    width: 49%;
		margin: 0 1% 10px 0;
	}
	form#uwpqsffrom_40 div[id^="tax-select-"] {
		display: inline-block;
    	width: 49%;
		margin: 0 1% 20px 0;
	}
}
@media screen and (min-width:768px) {
	form#uwpqsffrom_40 .togglecheck label {
	    width: 32%;
		margin: 0 1% 10px 0;
	}
	form#uwpqsffrom_40 div[id^="tax-select-"] {
		display: inline-block;
    	width: 32%;
		margin: 0 1% 20px 0;
	}
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: rgba(243, 243, 243, 1.0);
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
	transform: translateY(-100%);
	overflow: auto;
}
.admin-bar .overlay {
    top: 46px;
	height: calc(100% - 46px);
}
@media screen and (min-width:783px) {
	.admin-bar .overlay {
		top: 32px;
		height: calc(100% - 32px);
	}
}

.overlay.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.overlay-wrap {
	position: relative;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.overlay-close {
	font-size: 1.0em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 40px;
	top: 20px;
	border: none;
	background: rgba(243, 243, 243, 1.0);
	color: #000;
}
.overlay-close:hover {
	background-color: inherit;
}
.no-scroll {
	overflow: hidden;
}

.cast-search .cast-list-body {
	display: flex;
	flex-wrap: wrap;
}
.cast-search main.site-main .cast_cell {
	width: calc( ( 100% - 0.5em ) / 2 - 0.1px );
	margin-bottom: 1em;
}
.cast-search main.site-main .cast_cell:nth-child(2n) {
	margin-right: 0;
}
.cast-search main.site-main .cast_cell:nth-child(2n+1) {
	margin-right: 0.5em;
}
@media screen and (min-width:400px) {
	.cast-search main.site-main .cast_cell {
		width: calc( ( 100% - 1.0em ) / 3 - 0.1px );
	}
	.cast-search main.site-main .cast_cell:nth-child(3n) {
		margin-right: 0;
	}
	.cast-search main.site-main .cast_cell:nth-child(3n+1),
	.cast-search main.site-main .cast_cell:nth-child(3n+2) {
		margin-right: 0.5em;
	}
}
@media screen and (min-width:600px) {
	.cast-search main.site-main .cast_cell {
		width: calc( ( 100% - 1.5em ) / 4 - 0.1px );
	}
	.cast-search main.site-main .cast_cell:nth-child(4n) {
		margin-right: 0;
	}
	.cast-search main.site-main .cast_cell:nth-child(4n+1),
	.cast-search main.site-main .cast_cell:nth-child(4n+2),
	.cast-search main.site-main .cast_cell:nth-child(4n+3) {
		margin-right: 0.5em;
	}
}
.searchblock {
	margin-bottom: 20px;
}
.searchblock .overlay-trigger {
	margin-bottom: 20px;
}
@media screen and (min-width:600px) {
	.searchblock {
		display: flex;
		align-items: center;
	}
	.searchblock .narabekaeblock {
		margin-left: 1.0em;
	}
	.searchblock .overlay-trigger {
		margin-bottom: 0;
	}
}
.searchblock .overlay-trigger {
	flex-grow: 1;
}
.searchblock .overlay-trigger button {
	width: 100%;
	height: 5.0em;
}
.searchblock .narabekaeblock {
	flex-grow: 0;
}
.searchblock .narabekaeblock .result {
	text-align: center;
	font-size: 1.2em;
}
.searchblock .narabekaeblock .narabekae {
	text-align: center;
}
.searchblock .narabekaeblock .narabekae div {
	display: inline-flex;
	flex-wrap: wrap;
}
.searchblock .narabekaeblock .narabekae div a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.2em;
	width: 6.0em;
	height: 2.0em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	color: #000 !important;
}
.searchblock .narabekaeblock .narabekae div a.current {
	border-style: solid;
	border-width: 1px;
}

/* キャスト個別ページ */
.single-krc_cast .cast-content {
	display: flex;
	flex-wrap: wrap;
}
.single-krc_cast .cast-content .cast-img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 1.5em;
}
.single-krc_cast .cast-content .cast-qanda {
	width: 100%;
	margin-bottom: 1.5em;
}
@media screen and (min-width:600px) {
	.single-krc_cast .cast-content .cast-img {
		width: 46%;
	}
	.single-krc_cast .cast-content .cast-qanda {
		width: 52%;
		margin-left: 2%;
	}
}
.single-krc_cast .cast-content .cast-cast-msg,
.single-krc_cast .cast-content .cast-sutaffu-msg,
.single-krc_cast .cast-content .cast-kihon-play,
.single-krc_cast .cast-content .cast-opt-play,
.single-krc_cast .cast-content .cast-schedules {
	width: 100%;
	margin: 0 0 1.5em;
}
.single-krc_cast .cast-content .cast-cast-msg p,
.single-krc_cast .cast-content .cast-sutaffu-msg p {
	margin: 0;
}
.single-krc_cast .su-tabs-mobile-stack .su-tabs-nav span {
	display: inline-block;
	color: #000;
	font-size: 1.0em;
}
.single-krc_cast .su-tabs-pane {
	color: #000;
	font-size: 1.0em;
}
.single-krc_cast .su-tabs-pane.su-clearfix h2,
.single-krc_cast .su-tabs-pane.su-u-clearfix h2 {
	margin-bottom: 0.4em;
	color: #000;
}
.single-krc_cast .slick-prev {
	left: 2px;
}
.single-krc_cast .slick-next {
	right: 2px;
}
.single-krc_cast .slick-prev,
.single-krc_cast .slick-next {
	z-index: 1;
}
.single-krc_cast .slick-prev::before {
	content: "\f359";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.single-krc_cast .slick-next::before {
	content: "\f35a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.cast-qanda .cast-qanda-body {
    border: 1px solid #ddd;
}
.cast-qanda dl {
	margin: 0;
	display: flex;
	height: 4.0em;
	border-bottom: 1px solid #ddd;
	line-height: 1.2;
}
.cast-qanda dl:last-of-type {
	border-bottom: none;
}
.cast-qanda dt {
	margin: 0;
	padding: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	background-color: #f0f0f0;
	border-right: 1px solid #ddd;
	overflow: hidden;
	font-weight: 400;
}
.cast-qanda dd {
	margin: 0;
	padding: 0.2em;
	display: flex;
	align-items: center;
	width: 60%;
	overflow: hidden;
}
.cast-kihon-play div,
.cast-opt-play div,
.system .kplay div,
.system .oplay div {
	display: flex;
	flex-wrap: wrap;
}
.cast-kihon-play div span,
.cast-opt-play div span,
.system .kplay div span,
.system .oplay div span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 0.4em);
	height: 4.0em;
	margin: 0.2em;
	padding: 0.2em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	line-height: 1.0;
	text-align: center;
}
@media screen and (min-width:600px) {
	.cast-kihon-play div span,
	.cast-opt-play div span,
	.system .kplay div span,
	.system .oplay div span {
		width: calc(33.3% - 0.4em);
	}
}
@media screen and (min-width:900px) {
	.cast-kihon-play div span,
	.cast-opt-play div span,
	.system .kplay div span,
	.system .oplay div span {
		width: calc(25% - 0.4em);
	}
}
.cast-kihon-play div span.ng,
.cast-opt-play div span.ng {
	opacity: 0.4;
}
.cast-kihon-play div span i,
.cast-opt-play div span i {
	font-size: 0.8em;
	margin-right: 0.4em;
}
.cast-schedules .krc_calendar a,
.cast-schedules .krc_calendar a:hover {
	color: #000;
}
.cast-schedules .krc_calendar {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ddd;
}
.cast-schedules .krc_calendar dl {
	display: flex;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.cast-schedules .krc_calendar dl:last-of-type {
	border-bottom: none;
}
.cast-schedules .krc_calendar dt {
	width: 40%;
	font-weight: 400;
	border-right: 1px solid #ddd;
	background-color: #f0f0f0;
}
.cast-schedules .krc_calendar dd {
	width: 60%;
}
@media screen and (min-width:48em) {
	.cast-schedules .krc_calendar dl {
		display: block;
		width: calc(100% / 7 - 0.1px);
		border-right: 1px solid #ddd;
		border-bottom: none;
	}
	.cast-schedules .krc_calendar dt,
	.cast-schedules .krc_calendar dd {
		width: 100%;
	}
	.cast-schedules .krc_calendar dt {
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.cast-schedules .krc_calendar dl:last-of-type {
		border-right: none;
	}
}
.cast-schedules .krc_calendar dt,
.cast-schedules .krc_calendar dd {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	min-height: 3.0em;
	text-align: center;
}
.cast-schedules .krc_calendar dt.sat {
	background-color: steelblue;
}
.cast-schedules .krc_calendar dt.sun {
	background-color: tomato;
}
.cast-schedules .krc_calendar dt.target {
	font-weight: bold;
}
.single-krc_cast .su-tabs .block-photodiary-content h3,
.single-krc_cast .su-tabs .block-photodiary-content span {
	color: #000;
}
.single-krc_cast .su-tabs a,
.single-krc_cast .su-tabs a a:hover {
	color: #000;
}
.single-krc_cast .su-tabs .cast-photodiary-more,
.single-krc_cast .su-tabs .cast-movie-more {
	text-align: right;
}
.single-krc_cast .su-tabs .cast-movie-tab h3 {
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0 0 1.0em;
	font-size: 1.2em;
}
#cast-img-slick .slick-dots {
	position: static;
	margin-top: 4px;
}
#cast-img-slick .slick-dots li {
	width: 19.2%;
	margin: 0 0 0 1.0%;
}
#cast-img-slick .slick-dots li:first-child {
	margin-left: 0;
}
#cast-img-slick .slick-dots li img {
	width: 100%;
	cursor: pointer;
	transition: .2s ease-in-out;
}
#cast-img-slick .slick-dots .slick-active img,
#cast-img-slick .slick-dots li:hover img {
	opacity: .6;
}

#cast-img-slick.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* GUIDE */
/* SYSTEM */
/* recruit */
.guide .gaiyou,
.guide .goriyou,
.guide .kiyaku,
.system .ryoukin,
.system .course,
.system .kplay,
.system .oplay,
.system .koutsuuhi,
.recruit .gaiyou,
.recruit .youkou,
.recruit .oubo {
	line-height: 1.75;
	margin-bottom: 2.0em;
}
.guide h2:not(.block-title)::before,
.system h2:not(.block-title)::before,
.recruit h2:not(.block-title)::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0a4';
	font-weight: 400;
	padding-right: 0.2em;
}
.system h3 {
	padding: 0;
	margin: 1.0em 0 0;
}
.system h3::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	padding-right: 0.2em;
}
.guide .gaiyou table,
.system .ryoukin table,
.system .course table,
.system .koutsuuhi table,
.recruit .gaiyou table,
.recruit .youkou table {
	margin-bottom: 0;
}
.guide .gaiyou th,
.system .ryoukin th,
.system .course th,
.system .koutsuuhi th,
.recruit .gaiyou th,
.recruit .youkou th {
	font-weight: 400;
	width: 33%;
	padding: 0.8em;
}
.guide .gaiyou td,
.system .ryoukin td,
.system .course td,
.system .koutsuuhi td,
.recruit .gaiyou td,
.recruit .youkou td {
	padding: 0.8em;
}
.guide .setsumei {
    padding: 1.0em;
	border-style: solid;
	border-width: 1px;
    border-radius: 0.5em;
}
.guide .setsumei p {
	margin-bottom: 0;
}
.guide .setsumei ul,
.guide .kiyaku ul,
.recruit .gaiyou ul,
.recruit .youkou ul {
	margin: 0.5em 0 0.5em 1.5em;
}
.guide .yajirushi {
	font-size: 2.0em;
	text-align: center;
	margin: 0.2em 0;
}
.system .kplay div span,
.system .oplay div span {
	color: #000;
}
.recruit .oubo h3:nth-of-type(1) {
	display: inline-block;
	margin: 0;
	padding: 0 1.0em 0 0;
}
.recruit .oubo h3:nth-of-type(1)::before {
	font-family: "Font Awesome 5 Free";
	content: '\f098';
	font-weight: 900;
	padding-right: 0.2em;
}
.recruit .oubo h3:nth-of-type(2) {
	margin: 0.75em 0 0;
	padding: 0;
}
.recruit .oubo h3:nth-of-type(2)::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight: 900;
	padding-right: 0.2em;
}

/* RESERVATION */

/* contact */
/* recruit */
/* RESERVATION */

/* form */
.wpcf7-not-valid-tip {
	font-size: 1.0em;
	color: red;
	font-weight: 800;
	text-shadow: 1px 0 0 #fff,
		1px 1px 0 #fff,
		0 1px 0 #fff,
		-1px 1px 0 #fff,
		-1px 0 0 #fff,
		-1px -1px 0 #fff,
		0 -1px 0 #fff,
		1px -1px 0 #fff;
}

/* hotellist */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0 0 1.0em;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.acf-map h4,
.acf-map p {
	color: #000;
	margin: 0;
	font-size: 1.0em;
}
.acf-map a {
	color: #000 !important;
}
ul.utilities {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
ul.utilities div {
	margin-bottom: 0.5em;
	width: 100%;
	padding: 0.4em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;
	background-color: #fff;
}
ul.utilities span {
	display: block;
	width: 100%;
	font-size: 1.2em;
}
ul.utilities div p {
	margin-bottom: 0;
	color: #000;
}
ul.utilities div a {
	color: #000 !important;
}
ul.utilities div li {
	font-size: 1.2em;
	list-style: none;
}
@media screen and (min-width:600px) {
	ul.utilities div {
		width: calc( ( 100% - 0.5em) / 2 - 0.1px );
	}
}
.post-navigation {
	margin: 0;
}
.gm-style .gm-style-iw-c {
	padding: 12px !important;
}


/* スケジュール自動更新 */
.dto th,
.purelovers th {
	width: 33%;
}
.ikform {
	text-align: center;
	padding-bottom: 2.0em;
}


/* キャストリスト検索 */
/* 基本プレイ及びオプションプレイが全て削除されたとき Ultimate WPQSF から checkbox が出力されるのを非表示にする */
#uwpqsffrom_40 {
	visibility:hidden;
}
#uwpqsffrom_40 * {
	visibility:visible;
}


/* 動画 */
.video-cell {
	min-width: 100%;
}


/* キャストフォトズ */
.block-cast-photos-cell {
	position: relative;
	margin-right: 0.5em;
	margin-bottom: 1em;
}
.cast-photos-caption {
	position: absolute;
	right: 4px;
	bottom: 0px;
	font-size: 12px;
	color: #000;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin: 0;
}


/* グーグルマップバグ対応 */
.gm-style iframe + div {
	border:none!important;
}


/* ブロック横並び表示 */
@media screen and (min-width: calc( 1200px ) ) {
	.entry-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		column-gap: 1.0em;
	}
	.column50 {
		min-width: calc(50% - 0.5em);
		flex-basis: 0;
		flex-grow: 1;
	}
	.column100 {
		min-width: 100%;
		flex-grow: 1;
	}
	.moddup {
		display: none;
	}
	.enterarea_outer {
		flex-basis: 100%;
	}
}


/* 最新情報一覧 */
.post-cell {
	margin: 0 0.25em;
}
.post-cell a {
	display: flex;
	justify-content: flex-start;
}
.post-photo {
	min-width: 80px;
	max-width: 128px;
}
.post-content {
	padding-left: 1em;
}
.post-content p {
	margin-bottom: 0;
}


.page-links {
	padding: 1.0em 0;
}
.pagination, .comments-pagination {
	padding: 1.0em 0;
}


/* movie */
.video-inner {
	width: 100%;
	aspect-ratio: 16 / 9;
}


/* キャストシングルページ タブ */
.su-tabs {
	margin:0 0 1.5em;
	padding:3px;
	border-radius:3px;
	background:#eee
}
.su-tabs-nav span {
	display:inline-block;
	margin-right:3px;
	padding:10px 15px;
	min-height:40px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	color:#333;
	font-size:13px;
	line-height:20px;
	cursor:pointer;
	transition:all .2s
}
.su-tabs-nav span:hover {
	background:#f5f5f5
}
.su-tabs-nav span.su-tabs-current {
	background:#fff;
	cursor:default
}
.su-tabs-nav span:focus {
	outline:currentColor thin dotted
}
.su-tabs-nav span.su-tabs-disabled {
	opacity:.5;
	cursor:default
}
.su-tabs-pane {
	padding:15px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	background:#fff;
	color:#333;
	font-size:13px
}
.su-tabs-pane:not(.su-tabs-pane-open) {
	overflow:hidden!important;
	padding-top:0!important;
	padding-bottom:0!important;
	min-height:0!important;
	height:0!important;
	border:none!important
}
.su-tabs-nav,
.su-tabs-nav span,
.su-tabs-pane,
.su-tabs-panes {
	box-sizing:border-box!important
}
.su-tabs-vertical {
	display:flex
}
.su-tabs-vertical .su-tabs-nav {
	width:30%
}
.su-tabs-vertical .su-tabs-nav>span {
	display:block;
	margin-right:0;
	border-radius:0;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.su-tabs-vertical .su-tabs-panes {
	width:70%
}
.su-tabs-vertical .su-tabs-panes .su-tabs-pane {
	height:100%;
	border-radius:0;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
@media only screen and (max-width:768px) {
	.su-tabs-vertical {
	 flex-direction:column
	}
	.su-tabs-vertical .su-tabs-nav,
	.su-tabs-vertical .su-tabs-panes {
	 width:100%
	}
	.su-tabs-vertical .su-tabs-nav .su-tabs-pane,
	.su-tabs-vertical .su-tabs-nav>span,
	.su-tabs-vertical .su-tabs-panes .su-tabs-pane,
	.su-tabs-vertical .su-tabs-panes>span {
	 border-radius:3px
	}
	.su-tabs-mobile-stack .su-tabs-nav span {
	 display:block
	}
	.su-tabs-mobile-scroll .su-tabs-nav {
	 display:flex;
	 align-items:flex-end;
	 white-space:nowrap;
	 overflow-x:auto
	}
}


/* キャスト検索 form uwpqsf */
/*the ajax loading icon*/
.umloading {width:100%;height:20px;background:rgba(255, 255, 255, 0.8) url('ajax_loader.gif') no-repeat 50% 50%;}
/*the form div*/
#uwpqsf_id{border:1px solid #ccc;}
/*Form title*/
.uform_title{font-weight:bold!important;text-align:center;margin:auto 0 auto 0}
.uwpqsf_class{width:100%;margin-bottom:5px;clear:both}
/*label for each field*/
.uwpqsf_class > span[class*='taxolabel-'], .uwpqsf_class > span[class*='cmflabel-']{float:left;padding:5px;font-weight:bold !important;clear:both;width:100%}
/*dropdown*/
.uwpqsf_class select {width:98%;margin-left:1%;margin-right:1%}

/*taxonomy and meta field radio OPTIONS*/
.uwpqsf_class > label{float:left;width:100%;}
/*Checkboxes*/
[class*='tax-check-'] label,[class*='cmf-check-'] label {float:left;width:50%;}

/*search button*/
.uwpqsf_submit{text-align:center;margin-bottom:15px;}
/*keyword search label*/
.uwpqsf_class-keyword{padding:5px;font-weight:bold !important;}
/*text input for keyword*/
input#uwpqsf_id_key{width:97%;margin-left:1%;margin-right:1%}

/*Pagination*/
.uwpqsfpagi{text-align:center;margin-top:15px;margin-bottom:15px;clear:both;width:100%}

a.upagievent{padding-left: 12px; padding-right: 12px; height: 25px; line-height: 25px; display: inline-block; 
	text-align: center; 
	}
span.upagicurrent{padding-left: 12px; padding-right: 12px; height: 25px; line-height: 25px; display: inline-block; 
	text-align: center;color:#000}

/* キャスト検索 追加 */
.uwpqsf_block {
	display: flex;
	flex-wrap: wrap;
}


/* GTranslate */
.gt_switcher_wrapper {
	display: none;
}
.my-front-page .gt_switcher_wrapper {
	display: inherit;
	right: 0 !important;
}
.my-front-page.admin-bar .gt_switcher_wrapper {
	top: 46px !important;
}
@media screen and (min-width: 783px) {
	.my-front-page.admin-bar .gt_switcher_wrapper {
		top: 32px !important;
	}
}
.gtranslate_wrapper .gt_switcher a {
	line-height: 1.0em;
}


/* admin bar logout */
#wpadminbar #wp-admin-bar-new-logout a.ab-item {
	white-space: nowrap;
}
#wpadminbar #wp-admin-bar-new-logout > .ab-item::before {
	content: "\f110";
	top: 2px;
}
@media screen and (max-width: 782px) {
	#wpadminbar li#wp-admin-bar-new-logout {
		display: block;
		position: static;
	}
	#wpadminbar #wp-admin-bar-new-logout a.ab-item {
		text-overflow: clip;
		white-space: nowrap;
	}
	#wpadminbar #wp-admin-bar-new-logout > .ab-item {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 52px;
		padding: 0;
		color: #a7aaad;
		position: relative;
	}
	#wpadminbar #wp-admin-bar-new-logout > .ab-item::before {
		display: block;
		text-indent: 0;
		font: normal 32px/1 dashicons;
		speak: never;
		top: 7px;
		width: 52px;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}


/* reCAPTCHA v3 バッジ非表示 */
.grecaptcha-badge {
	visibility: hidden;
}
