@charset 'utf-8';
/*------------------------------------global*/
* {
	font-size: 16px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	min-width: 320px;
	color: #fff;
	font-family: "Arial", "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}
ol,ul,dl,dt,dd,li {
	list-style: none;
}
a {
	color: #FF9900;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
object {
	outline: none;
}

form,fieldset {
	border: none;
}
button,
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

table {
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}
table,tr,th,td,caption{
	border-width: 1px;
	border-style: solid;
}
*:focus {
	outline: none;
}
iframe {
	border: none;
}

h1 {
	background: url(/img/background-grid-star.jpg) repeat center top;
	padding: 0.1rem;
	font-size: 0.7rem;
}
h2 {
	vertical-align: middle;
	background: #FF6600;
	border: 1px solid rgba(255,130,0,0.7);
	text-align: left;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

h3 {
	font-weight: bold;
	vertical-align: middle;
}
h4 {
	margin-bottom: 0.5rem;
	padding: 0.5rem;
	line-height: 1;
	background: #000;
	border-left: 0.5rem solid #f60;
	text-align: left;
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
}

select,
button,
input {
	padding: 0.3rem;
	border: 2px solid rgba(255,255,255,0.8);
	border-radius: 0.3rem;
}

button,
input[type="button"],
input[type="submit"] {
	transition: 0.2s;
	padding: 0.3rem 2rem;
	background: #FF9900;
	color: #fff;
	font-size: 0.9rem;
	cursor: pointer;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: 0.9;
}

.underconstruction {
	padding: 2rem;
}
/*------------------------------------slick*/
.slider {
	display: none;
}
.slick-slide img {
	margin: 0 auto;
}
.slider.slick-initialized {
	display: block;
}

/*------------------------------------header*/
header .info .sns {
	display: flex;
	justify-content: flex-end;
}
header .info .sns li a {
	display: block;
	font-size: 0.8rem;
	color: #fff;
	padding: 0.3rem;
}
header .info .sns li a img {
	width: 35px;
}

/*------------------------------------.breadcrumb*/
.breadcrumb {
	padding: 0.3rem;
	line-height: 1.1;
	text-align: left;
}
.breadcrumb li {
	display: inline-block;
	color: #222;
	font-size: 0.7rem;
}
.breadcrumb li * {
	font-size: 0.7rem;
	color: #996600;
}
.breadcrumb li::after {
	content: '>';
	margin: 0 0.3rem;
	color: #996600;
}
.breadcrumb li:last-child::after {
	content: '';
}

/*------------------------------------section*/
section {
	min-height: 80vh;
	margin: 0 auto;
}

/*------------------------------------.more*/
.more {
	margin: 1rem 0;
	text-align: right;
}
.more a {
	display: inline-block;
	background: #CC0066;
	color: #fff;
	line-height: 1;
	font-size: 0.8rem;
	font-weight: bold;
	padding: 0.3rem;
}
.more a::after {
	content: '';
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
	margin-right: 0.3rem;
}
/*------------------------------------.note*/
main article.note {
	text-align: left;
}
main article.note p {
	display: inline-block;
}

/*------------------------------------.list*/
.list dt p {
	order: 2;
	width: 100%;
	padding: 0.3rem;
	text-align: right;
	font-size: 0.7rem;
	color: #ccc;
	line-height: 1.1;
}
.list dt p b {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1rem;
	text-align: left;
	font-weight: normal;
	color: #fff;
}

.list dl {
	display: block;
}
.list dl dt {
	padding: 0.3rem;
}
.list dl dt a {
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	gap: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid rgba(255,255,115,0.4);
	background: url(/img/icon-right.png) no-repeat right center;
	padding: 0;
}
.list dl dt a:hover {
	text-decoration: none;
}
.list dl dt:last-child a,
.list dl dt:nth-last-child(2) a {
	border-bottom: none;
}
.list dl dt a p {
	order: 2;
	padding-right: 1.5rem;
}
.list dl dt a p b {
	font-size: 1rem;
	text-overflow: unset;
	overflow: unset;
	white-space: unset;
}
.list dl dt a figure {
	order: 1;
}
.list dl dt a figure span {
	display: block;
	width: 100px;
	height: 100px;
}
.list dl dt a figure span img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

/*------------------------------------.post*/
.post {
	margin: 1rem auto;
	text-align: left;
}
.post h3 {
	font-size: 0.8rem;
	line-height: 1.1;
	margin-bottom: 1rem;
	border-left: 1rem solid #f60;
	padding: 0.5rem;
}
.post h3 .date {
	display: block;
	margin-bottom: 0.1rem;
	font-weight: normal;
	font-size: 0.8rem;
	color: #f60;
}
.post h3 a,
.post h3 b {
	color: #fff;
	font-size: 2rem;
	text-align: left;
	display: block;
}
.post figure {
	text-align: center;
	margin-bottom: 0.5rem;
}
.post .content{
	background: #fff;
	color: #222;
}
.post .comment{
	font-size: inherit;
	max-width: 500px;
	margin: 0 auto;

}
.post .comment * {
	font-size: inherit;
}
.post .comment .link {
	text-align: right;
}
.post .comment .link a {
	display: inline-block;
	padding: 0.3rem;
	line-height: 1;
	background: #CC3366;
	color: #fff;
	font-size: 0.8rem;
}
.post .comment .link a::after {
	content: '';
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
	margin-left: 0.3rem;
}

/*------------------------------------cast-thumb*/
.cast-thumb {
	margin: 0 auto;
	display: grid;
	justify-content: space-between;
}
.cast-thumb figure {
	border: 1px solid #f60;
	background: #fff;
}
.cast-thumb figure a {
	position: relative;
	display: block;
	height: 70vw;
	min-height: 225px;
	max-height: 260px;
}
.cast-thumb figure .grade {
	max-height: 20px;
	height: 10vw;
}
.cast-thumb figure .newmark {
	position: absolute;
	bottom: 17px;
	right: -5px;
}
.cast-thumb figure .lineup {
	position: absolute;
	bottom: 17px;
	left: -5px;
}
.cast-thumb figure .deview {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 100px;
	line-height: 1;
	padding: 0.2rem;
	background: #FF6699;
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
}
.cast-thumb figure .comment {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 100%;
	line-height: 1;
	padding: 0.2rem;
	background: #FF6699;
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
}
.cast-thumb figure .time {
	display: block;
	width: 100%;
	line-height: 1;
	padding: 0.2rem;
	background: #f90;
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
}
.cast-thumb figure figcaption {
	margin: 0.2rem 0;
	font-size: 0.7rem;
	line-height: 1.1;
	color: #555;
}

.cast-thumb figure figcaption b {
	color: #f06;
	letter-spacing: 0;
}
.cast-thumb figure .icon {
	display: grid;
	grid-template-columns: repeat(auto-fill,33%);
	justify-content: space-between;
}
.cast-thumb figure .icon li {
	background: #FF6699;
	color: #fff;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 0.3rem 0.1rem;
	border-radius: 0.3rem;
	border: 1px solid rgba(255,255,255,0.5);
}

/*------------------------------------footer*/
footer {
	margin-top: 0.5rem;
	padding: 0.5rem;
	background: #111;
	color: #fff;
}
footer .description {
	display: inline-block;
	text-align: left;
	font-size: 0.8rem;
	color: #fff;
}

footer li {
	display: inline-block;
	margin: 0.5rem;
}
footer li > * {
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
	color: #fff;
}
footer ul li,
footer ul li * {
	font-size: 0.8rem;
}
footer address {
	font-size: 0.6rem;
	font-style: normal;
	padding:1rem 0;
}
footer address * {
	color: #fff;
	font-size: 0.6rem;
	font-style: normal;
}

footer .totop {
	position: fixed;
	bottom: 0.3rem;
	right: 0.3rem;
}
footer .totop a {
	background: rgba(255,202,0,0.9);
	text-decoration: none;
	color: #fff;
	border-radius: 3rem;
	font-size: 1.2rem;
	padding: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*------------------------------------ forPC*/
@media (min-width: 769px) {
	body {
		background: #000 url(/img/background.jpg) repeat center top;
	}
	a img {
		transition: 0.2s;
	}
	a img:hover {
		filter: brightness(1.1);
	}

	header {
		max-width: 1020px;
		margin: 0 auto;
		align-items: center;
		background: url(/img/background-grid-star.jpg) repeat-x center top;
		background-size: auto 100%;
	}
	header .header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .header figcaption {
		font-weight: bold;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		text-shadow: 0 0 0.3rem #f90,0 0 0.3rem #f90,0 0 0.3rem #f90,0 0 0.3rem #f90,0 0 0.3rem #f90;
	}

/*------------------------------------header nav*/
	header nav {
		min-width: 1020px;
	}
	header nav ol {
		width: 1020px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		background: url(/img/background-menu.jpg) repeat-x center center;
		background-size: auto 100%;
	}

	header nav ol li a {
		transition: 0.2s;
		display: block;
		min-width: 120px;
		width: 100%;
		line-height: 1.1;
		padding: 0.8rem 1rem;
		font-weight: bold;
		font-size: 0.95rem;
		background: rgba(255,255,255,0);
		color: #fff;
		border: 1px solid rgba(0,0,0,0.8);
	}
	header nav ol li a:hover {
		text-decoration: none;
		background: rgba(255,255,255,0.4);
	}
	header nav ol li a span {
		display: block;
		margin: 0.1rem auto;
		color: #fff;
		font-size: 0.6rem;
	}
/*------------------------------------breadcrumb*/
	.breadcrumb {
		width: 100%;
	}
/*------------------------------------main*/
	main {
		max-width: 1020px;
		margin: 0 auto;
		padding: 10px;
		background: rgba(0,0,0,0.8);
	}
/*------------------------------------.more*/
	.more a {
		transition: 0.2s;
	}
	.more a:hover {
		filter: brightness(1.2);
		text-decoration: none;
	}
/*------------------------------------section*/
	h3 {
		font-size: 1.7rem;
	}
	h3::before,
	h3::after {
		width: 60px;
		height: 36px;
		margin: 0 0.5rem;
	}
	section article {
		margin-bottom: 10px;
	}
/*------------------------------------.post*/
	.post .content{
		display: flex;
	}
	.post .content figure {
		width: 500px;
		padding: 0.5rem;
	}
	.post .comment {
		padding: 0.5rem;
	}
	.post .comment .link a {
		transition: 0.2s;
	}
	.post .comment .link a:hover {
		filter: brightness(1.2);
	}
/*------------------------------------.cast-thumb*/
	.cast-thumb {
		grid-gap: 0.1rem;
		grid-template-columns: repeat(auto-fill,minmax(19.7%,auto));
	}
	.cast-thumb figure {
		padding: 0.2rem;
	}
	.cast-thumb figure figcaption {
		letter-spacing: 0.1rem;
	}
/*------------------------------------footer*/
	footer nav {

	}
}
/*------------------------------------ forSP*/
@media (max-width: 768px) {
	body {
		background: #fff url(/img/background-sp.jpg) repeat center top;
	}
	h1 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 0 0.5rem;
	}
	h2 {
		font-size: 1.3rem;
	}

	h3 {
		font-size: 1.2rem;
		margin: 0.3rem auto;
		background: #333;
	}

	h4 {
		font-size: 1rem;
	}


/*------------------------------------ header*/
	header figure {
		padding-left: 65px;
	}
	header figure a {
		display: block;
		width: 100%;
		height: 20vw;
		max-width: 750px;
		max-height: 100px;
		background: url(/img/head-logo.png) no-repeat center center;
		background-size: contain;
	}
	header figcaption {
		font-size: 0.7rem;
		text-shadow: 0 0 0.3rem #f90, 0 0 0.3rem #f90, 0 0 0.3rem #f90, 0 0 0.3rem #f90, 0 0 0.3rem #f90;
	}
	header .info,
	header figure a img {
		display: none;
	}

/*------------------------------------ header nav */
	header nav {
		position: fixed;
		top: 20px;
		left: 0;
		background: #ffca00;
		border: 2px solid rgba(255,255,255,0.5);
		border-radius: 0.3rem;
		padding: 0.3rem;
		min-width: 50px;
		line-height: 1;
		cursor: pointer;
		margin: 0.2rem;
		z-index: 100;
		color: #ff6600;
	}
	header nav::before {
		content: '≡';
		line-height: 1;
		font-size: 2rem;
		font-weight: bold;
		display: block;
	}
	header nav::after {
		content: 'メニュー';
		font-size: 0.5rem;
		font-weight: bold;
		display: block;
	}

	header nav ol {
		display: none;
	}
/*------------------------------------ .breadcrumb */
	.breadcrumb {
		width: 100%;
		overflow: auto;
		white-space: nowrap;
		padding: 0 0.3rem;
	}

/*------------------------------------ section */
	main {
		background: rgba(0,0,0,0.8);
		padding: 0.3rem;
	}
	section {
		width: auto;
		padding: 0;
	}
	section article {
		margin-bottom: 1rem;
	}
/*------------------------------------.cast-thumb*/
	.cast-thumb {
		grid-gap: 0.2rem;
		grid-template-columns: repeat(auto-fill,minmax(49%,auto));
	}
	.cast-thumb figure {
		padding: 0.2rem;
	}
	.cast-thumb figure .newmark {
		width: 40px;
	}
	.cast-thumb figure figcaption {
		letter-spacing: unset;
	}

/*------------------------------------ .post */
	.post h3 a,
	.post h3 b {
		font-size: 1.4rem;
		display: block;
	}
	.post .comment {
		padding: 0.5rem;
	}

/*------------------------------------ footer */
	footer .description {
		padding: 0.3rem;
	}
	footer nav ol {
		transition: 0.2s;
		position: fixed;
		width: 200px;
		left: -100vw;
		top: 0;
		height: 100vh;
		background: #FAF0C0;
		z-index: 100;
		overflow: auto;
	}
	footer nav.active ol {
		left: 0;
	}
	footer nav li {
		display: block;
		margin: 0;
		text-align: left;
		border-right: 1px solid rgba(255,255,255,0.2);
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	footer nav li > * {
		font-size: 1rem;
		font-weight: bold;
		letter-spacing: unset;
	}
	footer nav li > a {
		display: block;
		padding: 0.8rem 1rem;
		color: #ff6600;

	}
	footer ul {
		position: fixed;
		bottom: 0.3rem;
		left: 0.3rem;
		border: 2px solid rgba(255,255,255,0.5);
		border-radius: 0.5rem;
		background: #FF9900;
		background: rgba(255,153,0,0.9);
		padding: 0.3rem;
	}
	footer ul li {
		display: block;
		margin: unset;
	}
	footer ul li,
	footer ul li * {
		letter-spacing: unset;
		line-height: 1.1;
		font-size: 0.8rem;
		font-weight: bold;
		color: #fff;
	}
	footer ul li:first-child a b {
		display: block;
		letter-spacing: 0.1rem;
		font-size: 1.3rem;
		line-height: 1.1;
		padding: 0.3rem;
	}
	footer ul li:first-child a span::before {
		content: '';
		display: inline-block;
		width: 1rem;
		height: 1rem;
		vertical-align: bottom;
		background: url(/img/icon-tel.png) no-repeat center center;
		background-size: 100%;
		margin-right: 0.3rem;
	}
	footer ul li:first-child a span::after {
		content: 'をかける';
	}
}
