/*
Theme Name: dramatica2_pir
*/

@charset "UTF-8";
/* リセット */
@import url(reset.css);

:root {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

	/* 色定義 */
	--pir--dark: #231815;		/* 濃いグレー */
	--pir--dawndark: #717171;	/* 少し濃いグレー */
	--pir--gray: #a0a0a0;		/* グレー */
	--pir--lightgray: #d3d3d3;	/* 少し薄いグレー */
	--pir--pale: #efefef;		/* 薄いグレー */
}

body, p {
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #888;
}

h1, h2, h3 {
	font-family: "Mplus 1p", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h4, h5, h6 {
	font-family: "Sawarabi Gothic", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: x-large;
	font-weight: bold;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: small;
	font-weight: normal;
	line-height: 1.5em;
}

.font-min {
/*	font-family: 'Libre Caslon Display', serif;	*/
/*	font-family: 'Noto Serif JP', serif;	*/
	font-family: 'Libre Caslon Display', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
}

ul {
	padding: 0 0 0 2em;
	margin: 0;
}

br.sp-only { display: none; }
span.no-ret { white-space: nowrap; }
@media (max-width: 799px) {
	br.sp-only { display: block; }
}

#wrap {
	width: 100%;
/*	background-color: #ffdddd;	*/
}
#container-outer {
	max-width: 1198px;
	margin: 0 auto;
	border: 1px solid #231815;
	background-size: 100% auto;
}
.background-a { background: url( 'img/background_a.png' ); }
.background-b { background: url( 'img/background_b.png' ); }
.background-top { background: url( 'img/background_top.png' ); }

#container-inner {
	padding: 0;

}

.back-layer {
	position: absolute;
}

/* ローディング ******************************** */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 99;
}
#logo-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15%;
	height: auto;
	transform: translate( -50%, -50% );
}
#logo-loading .logo-img {
	animation: loading-animation 3s linear infinite;
}
#logo-loading img {
	max-width: 100%;
	vertical-align: top;
}

@keyframes loading-animation {
	0% { transform: rotateY( 0deg ); }
	100% { transform: rotateY( 360deg ); }
}
@media (max-width: 999px) {
	#logo-loading { width: 25%; }
}
@media (max-width: 599px) {
	#logo-loading { width: 40%; }
}

/* ヘッダー ************************************ */

#header {
	height: 110px;
	padding: 0;
	background-color: white;
	border-bottom: 1px solid #231815;
}
#navigation {
	display: grid;
	grid-template-columns: 1fr 120px;
}

/* ナビゲーション */

.navi-bar {
	font-family: 'Abhaya Libre', serif;
	position: relative;
	margin: 0 0 0 50px;
}
ul.navi-menu {
	display: flex;
	flex-direction: row;
/*	justify-content: space-between;	*/
	position: absolute;
	top: 50%;
	padding: 0;
	transform: translateY( -50% );
}
ul.navi-menu li {
	font-size: 11pt;
/*	font-weight: bold;	*/
}
ul.navi-menu li .menu-back,
ul.navi-menu li .this-menu {
	margin: 0 15px;
	width: 100%;
	line-height: 1.6rem;
	height: 24px;
	text-align: center;
	vertical-align: middle;
}

ul.navi-menu li .menu-back {
	background: linear-gradient( to right, #231815 0%, #231815 50%, #ffffff 50%, #ffffff 100% );
	background-size: 201% auto;
	background-position: right center;
}
ul.navi-menu li .this-menu {
	color: white;
	background-color: var(--pir--dark);
}

ul.navi-menu li .menu-back a,
ul.navi-menu li .menu-back span,
ul.navi-menu li .this-menu span {
	display: block;
	width: 100%;
	mix-blend-mode: difference;
}
ul.navi-menu li .menu-back a,
ul.navi-menu li .menu-back span {
	color: #efefef;
}

/* ヘッドロゴ */
.header-logo {
	height: 110px;
	position: relative;
}
.header-logo img {
	position: absolute;
	margin: 0 auto;
	width: 100px;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY( -50% );
}
.back-dark { background-color: var(--pir--dark); }
.back-white { background-color: white; }
.dark-letter { color: var(--pir--dark); }
.white-letter { color: white; }

/* SPメニュー用 */
.sp-hamburger {
	display: none;
	grid-template-columns: 1fr 60px;
}
#sp-back-dark,
#sp-back-white,
#sp-navi-menu {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#sp-back-dark {
	z-index: 10;
	background-color: var(--pir--dark);
	transform: translateX( -100% );
}
#sp-back-white {
	z-index: 11;
	background-color: white;
	transform: translateX( -100% );
}
#sp-navi-menu {
	z-index: 15;
	opacity: 0;
}
.sp-menu-close {
	position: fixed;
	z-index: 16;
	top: 0px;
	right: 20px;
}
ul.sp-menu {
	font-family: 'Abhaya Libre', serif;
	width: 100%;
	margin-top: 1.5rem;
	padding: 0;
}
ul.sp-menu li {
	width: auto;
	margin: 0.5rem auto;
	font-size: 14pt;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
}
ul.sp-menu li .sp-menu-back {
	display: inline-block;
	padding: 0 20px;
}
@media (max-width: 999px) {
	#header { height: 80px; }
	#navigation { grid-template-columns: 120px 1fr; }
	.navi-bar { display: none; }
	.sp-hamburger { display: grid; }
	.header-logo { height: 80px; }
}
.menu-slide-animation-a {
	animation-name: menu-slide-anime;
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.menu-slide-animation-b {
	animation-name: menu-slide-anime;
	animation-duration: 0.8s;
	animation-delay: 0.5s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.menu-put-animation {
	animation-name: menu-put-anime;
	animation-duration: 0.5s;
	animation-delay: 1.0s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes menu-slide-anime {
	0% { transform: translateX( -100% ); }
	100%{ transform: translateX( 0 ); }
}
@keyframes menu-put-anime {
	0% { opacity: 0; }
	100%{ opacity: 1; }
}

/* Specialメニュー用 */
ul.sub-menu {
	display: none;
	position: absolute;
	transform: translate( -29px, -2px);
	width: 140px;
}
ul.sub-menu:hover {
	display: block;
}

ul.sub-menu li.sub-link {
	padding: 0 15px;
	line-height: 2em;
	background-color: var( --pir--pale );
	text-align: left;
}
ul.sub-menu li.sub-link a {
	color: var( --pir--pale );
	mix-blend-mode: difference;
}
ul.sub-menu li.sub-link:hover,
ul.sub-menu li.this-sub {
	background-color: var( --pir--dark );
	color: var( --pir--pale );
}
ul.sub-menu li.this-sub a,
ul.sub-menu li.sub-link:hover a {
	color: var( --pir--pale );
}
@media (max-width: 799px) {
	ul.sub-menu {
		transform: translate( -50%, 0px);
		width: auto;
		padding: 0;
		margin: 0 auto;
		left: 50%;
	}
	ul.sub-menu li {
		font-weight: normal;
		margin: 0;
	}
	ul.sub-menu li.this-sub {
		padding: 0 15px;
	}
}

/* サイドタイトル（固定） */
.side-fix {
	position: fixed;
	top: 50%;
	transform: translateY( -50% );
}
.side-logo {
	margin: 0 20px;
}
.side-logo img {
	width: 10px;
	height: auto;
	filter: drop-shadow( 0px 0px 2px rgba( 255, 255, 255, 1 ) );
}

/* コンテンツ ********************************** */

#contents-frame {
	padding: 0;
}

@media (max-width: 799px) {
	.contents-frame {
		margin-top: 80px;
		padding: 0 10px;
	}
}

/* パンくずリスト */
#contents-breadcrumbs {
	font-family: 'Abhaya Libre', serif;
	padding: 30px 0;
	margin: 0 50px;
	font-size: small;
	font-weight: bold;
	color: #231815;
}
.breadcrumbs-head {
	color: var(--pir--gray);
}
/* コンテンツヘッド */

#contents-head {
	display: grid;
	padding: 0;
}

.contents-title {
	overflow: hidden;
}

.slide-title {
	animation-name: slide-animation;
	animation-duration: 2s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	animation-iteration-count: 1;
}
@keyframes slide-animation {
	0% {
		transform: translateX( -100% );
		opacity: 0;
	}
	100%{
		transform: translateX( 0 );
		opacity: 1;
	}
}

.title-name img {
	width: 100%;
}
.title-space {
}
/* --- */
.logo-information { 	grid-template-columns: 63.33% 36.67%; }
.logo-introduction { 	grid-template-columns: 70% 30%; }
.logo-schedule { 	grid-template-columns: 55.17% 44.83%; }
.logo-cast {		grid-template-columns: 66.17% 33.83%; }
.logo-goods {		grid-template-columns: 46.75% 53.25%; }
.logo-qa {		grid-template-columns: 42.25% 57.75%; }
.logo-dvd {		grid-template-columns: 80% 20%; }
.logo-movie {		grid-template-columns: 44.3% 55.7%; }
.logo-vod {		grid-template-columns: 70% 30%; }

@media (max-width: 699px) {
.logo-information { 	grid-template-columns: 76% 24%; }
.logo-introduction { 	grid-template-columns: 84.2% 15.8%; }
.logo-schedule { 	grid-template-columns: 66.2% 33.8%; }
.logo-cast {		grid-template-columns: 79.4% 20.6%; }
.logo-goods {		grid-template-columns: 56.1% 43.9%; }
.logo-qa {		grid-template-columns: 50.7% 49.3%; }
.logo-dvd {		grid-template-columns: 95.8% 4.2%; }
.logo-movie {		grid-template-columns: 53.2% 46.8%; }
.logo-vod {		grid-template-columns: 84.1% 15.9%; }
}
/* --- */
/* コンテンツメイン */
#contents-main,
#top-main {
	margin: 0;
	color: #231815;
}
#contents-main {
	padding: 50px 0;
}
#top-main {
	padding: 0 0 50px;
}
.contents-title {
}
.contents-articles {
	margin: 0 149px;
}
.contents-news-articles {
	margin: 0 152px;
}
@media (max-width: 999px) {
	.contents-articles { margin: 0 109px; }
}
@media (max-width: 799px) {
	.contents-articles { margin: 0 69px; }
}
@media (max-width: 599px) {
	.contents-articles { margin: 0 39px; }
}
.contents-subject {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr auto 1fr 1fr;
}
.title-name,
.subject-name {
	width: 100%;
}
.title-side {
	padding-top: 4px;
}

span.slide-right {
	margin-left: 10px;
}
span.slide-left {
	margin-right: 10px;
}
@media (max-width: 499px) {
	.title-name { margin: 0 auto; }
}
/*
	.title-name img { width: 100%; }
*/

/* 共通 */
.contents-left {
}
.contents-center,
.txt-center {
	text-align: center;
}
.txt-bold {
	font-weight: bold;
}
.txt-large {
	font-size: large;
}
.txt-small {
	font-size: small;
}
.txt-x-large {
	font-size: x-large;
}
.txt-xx-large {
	font-size: xx-large;
}
.txt-interval-l {
	line-height: 3em;
}

@media (max-width: 599px) {
	.txt-interval-l {
		line-height: 2em;
	}
}
.txt-interval-m {
	line-height: 2em;
}
.txt-interval-s {
	line-height: 1.5em;
}
.gold-letter {
/*	color: #be9c59;		gold */
}
.red-letter {
	color: #cb2e39;
}
.btm-line {
	text-decoration: underline;
}
.dis-line {
	text-decoration: line-through;
}
.txt-indent {
	margin-left: 50px;
}
.img-center {
	margin: 0 auto;
}
.img-width {
	width: 50%;
}
@media (max-width: 799px) {
	.img-width {
		width: 100%;
	}
}
.backcolor-dark {
	background-color: #231815;
}
ul.attention-list,
ul.qa-list {
	list-style-type: none;
	padding: 0;
}
li.attention-remark,
li.qa-remark {
	padding-left: 1em;
	text-indent: -1em;
}
/*	.gold-box {
	padding: 10px;
	background-color: #2f2725;
	border: 1px solid #be9c59;
}	*/
.main-caption {
	width: 100%;
	font-size: 16pt;
	font-weight: bold;
	line-height: 3rem;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #231815;
}
/* トップページ個別 **************************** */
.center-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 50%;
	margin: 0 auto;
}
.center-logo img {
/*	width: 410px;	*/
	width: 100%;
}
.logo-visual img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

@media (max-width: 599px) {
}
@media (max-width: 429px) {
}

@media (max-width: 999px) {
	.center-logo {
		width: 60%;
	}
}
@media (max-width: 699px) {
	.logo-ornament {
		margin: 0 25px;
		height: 600px;
	}
}
@media (max-width: 599px) {
	.center-logo {
		width: 75%;
	}
}

/* パッシング */
.passing-box {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.passing-flow {
	width: 100%;
	height: 4rem;
	transform: translateX( -100% );
	position: absolute;
}
.passing-title {
	margin: 0 150px;
}
.passing-name {
	line-height: 4rem;
	font-family: serif;
	font-size: 44pt;
	opacity: 0;
}
.passing-bg-white {
	background-color: white;
}
.passing-white {
	color: white;
}
.passing-bg-dark {
	background-color: #231815;
}
.passing-dark {
	color: #231815;
}

@keyframes flow-animation {
	0% { transform: translateX( -100% ); }
	50%{ transform: translateX( 0 ); }
	100%{ transform: translateX( 100% ); }
}
.passing-animation {
	animation-name: flow-animation;
	animation-duration: 3s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	animation-iteration-count: 1;
}

@keyframes text-animation {
	0% { opacity: 0; }
	50%{ opacity: 0; }
	50%{ opacity: 1; }
	100%{ opacity: 1; }
}
.passing-text {
	animation-name: text-animation;
	animation-duration: 3s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@media (max-width: 999px) {
	.passing-title { margin: 0 109px; }
}
@media (max-width: 799px) {
	.passing-title { margin: 0 69px; }
}
@media (max-width: 599px) {
	.passing-title { margin: 0 39px; }
	.passing-name {
		font-size: 28pt;
		line-height: 2rem;
	}
}

/* NEWS個別 */
.news-list-box {
	width: 100%;
	padding: 10px 0 60px 0;
	height: 240px;
}
.news-slider {
	background-color: #efefef;
}
.news-box {
	width: 255px;
	height: 200px;
	border-right: 1px solid #231815;
	box-sizing: border-box;
	color: black;
}
div.news-box:first-child {
/*	border-left: 1px solid #231815;	*/
}
.news-date {
	font-family: 'Libre Caslon Display', serif;
	height: 50px;
	padding: 20px 20px 10px;
	display: grid;
	grid-template-columns: 25px auto;
}
.date-year {
	font-size: 16pt;
	transform: rotate(90deg) translateY(-39%);
	transform-origin: 0 0;
}
.date-month {
	font-size: 38pt;
}
.news-detail {
	padding: 10px 20px 20px;
}
.news-detail {
	position: relative;
	height: 130px;
}
.news-detail a:hover {
	text-decoration: underline;
}

.news-category {
	position: absolute;
	padding: 3px 5px;
}
.news-category {
	bottom: 20px;
	left: 20px;
	background-color: var(--pir--gray);
	color: white;
}
.news-list-box .slick-list {
	height: 240px;
/* なぜか480になるので強制で変更 */
}
@media (max-width: 449px) {
	.news-detail {
		height: 145px;
	}
}
@media (max-width: 414px) {
	.news-detail {
		padding: 10px 10px;
	}
	.news-date {
		right: 10px;
		padding: 15px 10px 10px;
	}
	.news-category {
		bottom: 10px;
		left: 10px;
	}
}
@media (max-width: 349px) {
	.news-date,
	.news-category {
		font-size: x-small;
	}
}

/* Twitter個別 */
.twitter-box {
	width: 500px;
	height: 400px;
	margin: 10px 0 0 150px;
	background-color: white;
}
@media (max-width: 999px) {
	.twitter-box { margin-left: 109px; }
}
@media (max-width: 799px) {
	.twitter-box { margin-left: 69px; }
}
@media (max-width: 599px) {
	.twitter-box {
		margin: 10px 39px 0;
		width: 80%;
	}
}
/* バナー個別 */
.banner-area {
	width: 400px;
	margin: 0 auto;
	padding: 2rem 0;
}
.banner-notice {
	position: relative;
	z-index: 9;
	height: auto;
	background-color: white;
	text-align: center;
	color: var( --pir--dark );
}
.banner-shadow {
	border: 4px double var( --pir--dark );
	cursor: pointer;
}
.banner-word {
	padding: 1.3rem 0;
	font-family: 'Libre Caslon Display', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.4rem;
	z-index: 8;
}
.banner-shadow::before,
.banner-shadow::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	box-sizing: border-box;
	z-index: -1;
	border: solid 1px white;
	transition: all 0.2s 0s ease-out;
}
.banner-shadow::before {
	left: 0;
	background-color: white;
}
.banner-shadow::after {
	right: 0;
}
.banner-shadow:hover::before { transform: translate( -15px,-15px ); }
.banner-shadow:hover::after { transform: translate( 15px, 15px ); }

@media (max-width: 499px) {
	.banner-area {
		width: 90%;
	}
	.banner-word {
		font-size: 12pt;
		line-height: 1.2rem;
	}
}

/* Information個別 ***************************** */
p.info-caption {
	font-weight: bold;
	line-height: 2rem;
	border-bottom: solid 1px #231815;
	padding-bottom: 0.5rem;
}
.info-news {
	padding: 40px 0;
}
.news-more {
	padding-top: 15px;
}
.news-more img {
	height: auto;
}
.news-link {
	display: block;
	margin-top: 0.5rem;
}
.news-link a,
.news-link a:visited {
	text-decoration: none;
	color: var( --pir--dark );
}
.news-link a:hover {
	text-decoration: underline;
}
@media (max-width: 639px) {

}
/* Introduction個別 **************************** */
.goods-caption,
.intro-caption {
	width: 100%;
	font-size: 18pt;
	font-weight: bold;
	line-height: 2.5rem;
	border-bottom: solid 1px #231815;
}
.about-image {
	max-width: 550px;
	margin: 0 auto;
}
.about-image img {
	width: 100%;
}
@media (max-width: 599px) {
	.contents-subject {
		grid-template-columns: 1fr;
	}
	.subject-side {
		display: none;
	}
}


/* Schedule個別 ******************************** */
.dvd-summary {
	display: grid;
	grid-template-columns: 100px 1fr;

}
.dvd-summary { margin-bottom: 20px; }

.schedule-table {
	margin-bottom: 20px;
}
.schedule-table img {
	width: 100%;
}
p.sub-caption,
p.sum-caption {
	position: relative;
	padding-left: 20px;
}
p.sub-caption::before,
p.sum-caption::before {
	content: '■';
	position: absolute;
	left: 0;
	color: #a0a0a0;
}
p.sub-caption::before {
	top: 5px;
}
p.sum-caption::before {
	top: 0;
}
.caution-box {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 14px;
	background-color: #231815;
	color: white;
}
.notice-box {
	width: 100%;
	border: 1px solid var(--pir--dark);
	box-sizing: border-box;
	padding: 10px 14px;
}

a.link-a,
a.link-a:visited {
	text-decoration: none;
	color: #5f8bc8;
}
a.link-a:hover {
	text-decoration: underline;
}
@media (max-width: 599px) {
	.schedule-summary,
	.dvd-summary {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}
	.sub-box-left {
		width: 100px;
	}
	.sub-box-right {
		margin-top: 50px;
		padding-left: 0;
	}
	.dvd-sub-box-right {
		margin-top: 20px;
		padding-left: 0;
	}
}
/* リセールPOPUP用 */
.modal-btn {
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}
.btn-color-red {
	background-color: #cb2e39;
	border: 1px solid #cb2e39;
} 
.btn-color-gold {
	background-color: #be9c59;	/* gold */
	border: 1px solid #be9c59;	/* gold */
}
.btn-color-dark {
	background-color: var(--pir--dark);
	border: 1px solid var(--pir--dark);
}

#erase-modal,
#erase-top,
.modal-area,
.modal-top {
	display: none;
}
#erase-modal,
#erase-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 255, 255, 255, 0.8 );
	z-index: 20;
	overflow-y: auto;
}
.modal-area,
.modal-top {
	position: absolute;
	left: 50%;
	transform: translate( -50%, 0 );
	width: 1020px;
	margin: 2rem auto;
	z-index: 21;
}
.modal-contents {
	background-color: white;
	border: 1px solid var(--pir--dark);
	padding: 29px;
}
.modal-close {
	display: inline-block;
	padding: 5px;
	background-color: #6f6b64;
	border: 1px solid #6f6b64;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}
.modal-article .full-img {
	width: 960px;
}
.modal-article .full-img img {
	display : block;
	margin: 0 auto;
	max-width: 100%;
	}
.align-right {
	width: 100%;
	text-align: right;
}

@media (max-width: 1199px) {
	.modal-area,
	.modal-top {
		width: 80%;
	}
	.modal-article .full-img { width: auto; }
}
@media (max-width: 799px) {
	.modal-area,
	.modal-top {
		width: 90%;
	}
	.modal-contents {
		padding: 29px 14px;
	}
}
/* Cast & Staff個別 **************************** */

.cast-caption {
	font-family: 'Libre Caslon Display', serif;
	font-size: 52pt;
	margin-bottom: 50px;
}
.photo-rows {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 37px;
}
.photo-triple {
	display: grid;
	grid-template-columns: 12.5% 50% 25% 12.5%;
	margin-bottom: 37px;
}
.cast-photo {
	display: grid;
	margin-bottom: 0px;
}
.cast-one,
.cast-thr {
	grid-template-columns: 1fr 1fr 1fr;
}
.cast-two {
	grid-template-columns: 0.5fr 1fr 1fr 0.5fr;
}

.single-space { display: none; }
.photo-space { width: 90px; }
.photo-frame {
	position: relative;
	margin: 0 0 30px;
}
.photo-one {
/*	width: 33.3333%;	*/
}
.photo-img {
	position: relative;
	margin: 0 30px;
	z-index: 1;
}
.photo-img::before,
.photo-img::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: -1;
	border: solid 1px #231815;
	transition: all 0.2s 0s ease-out;
}
.photo-img::before {
	left: 0;
	background-color: var( --pir--dark );
}
.photo-img::after {
	right: 0;
}
.photo-img:hover::before { transform: translate( -20px,-20px ); }
.photo-img:hover::after { transform: translate( 20px, 20px ); }

.photo-img img {
	width: 100%;
	vertical-align: top;
	cursor: pointer;
}
.cast-name { margin: 25px 30px 0; }
.cast-role {
	font-size: 14pt;
	line-height: 1.5em;
}
.role-name {
	font-family: 'Libre Caslon Display', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
	font-weight: bold;
}

@media (max-width: 1099px) {
	.photo-space { width: 60px; }
	.cast-role { font-size: 14pt; }
}
@media (max-width: 999px) {
	.photo-rows {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}
	.photo-triple { grid-template-columns: 1fr; }
	.single-space { display: block; }
	.photo-space { width: 40px; }
	.photo-img:hover::before { transform: translate( -20px,-20px ); }
	.photo-img:hover::after { transform: translate( 20px, 20px ); }
	.cast-photo { margin-bottom: 0px; }
}
@media (max-width: 899px) {
	.cast-role { font-size: 13pt; }
	.photo-img { margin: 0 20px; }

}
@media (max-width: 699px) {
	.photo-space { width: 20px; }
}
@media (max-width: 659px) {
	.cast-photo { grid-template-columns: 1fr; }
	.photo-frame { margin: 0 80px 40px; }
	.cast-single { grid-template-columns: 1fr; }
	.photo-spacer { display: none; }
	.photo-img { margin: 0 30px; }
	.photo-img:hover::before { transform: translate( -30px,-30px ); }
	.photo-img:hover::after { transform: translate( 30px, 30px ); }
	.cast-role { font-size: 14pt; }
}
@media (max-width: 639px) {
	.photo-frame { margin: 0 60px 40px; }
}
@media (max-width: 569px) {
	.photo-frame { margin: 0 40px 40px; }
}
@media (max-width: 499px) {
	.photo-frame { margin: 0 30px 40px; }
	.photo-img:hover::before { transform: translate( -25px,-25px ); }
	.photo-img:hover::after { transform: translate( 25px, 25px ); }
}
@media (max-width: 459px) {
	.photo-frame { margin: 0 20px 40px; }
	.cast-role { font-size: 12.6pt; }
}
@media (max-width: 419px) {
	.photo-frame { margin: 0 10px 40px; }
}
@media (max-width: 399px) {
	.photo-frame { margin: 0 5px 40px; }
}
/* 画面POPUP用 */
.cast-up,
.close-area,
.close-cast  {
	position: fixed;
	display: none;
}
.close-area {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 255, 255, 255, 0.8 );
	z-index: 20;
}

.cast-up {
	top: 50%;
	left: calc( 50% - 30px );
	transform: translate( -50%, -50% );
	width: 440px;
	height: auto;
	margin: 0 30px;
	z-index: 21;
}
.cast-up ul li a img {
	max-width: 100%;
}
.close-cast {
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	z-index: 21;
	background-color: white;
	cursor: pointer;
}
.close-bar {
	position: absolute;
	display: block;
	width: 64px;
	height: 6px;
	margin-top: 29px;
	background-color: var( --pir--dark );
}
.close-bar:first-child {
	transform: rotate( 45deg );
}
.close-bar:last-child {
	transform: rotate( -45deg );
}
@media (max-width: 499px) {
	.cast-up {
		width: calc( 100% - 60px );
	}
}

/* Goods個別 *********************************** */
.goods-box {
	width: 100%;
	box-sizing: border-box;
}
.goods-attention-box-col {
	display: grid;
	grid-template-columns: 59% 16% 25.1%;	/* 端数により計100％にならないため */
	border: 1px solid var( --pir--dark );
	text-align: left;
}
.goods-attention-box-row {
	height: 100%;
/*	grid-template-rows: auto auto;	*/
}
.subject-box {
	background-color: var( --pir--dark );
	line-height: 3em;
	height: 3em;
	padding: 10px;
	color: white;
}
.detail-box {
	height: calc( 100% - 3em - 48px );
	padding: 10px;
}
.box-line-dark {
	border-left: 1px solid var( --pir--dark );
	border-right: 1px solid var( --pir--dark );
}
.box-line-white {
	border-left: 1px solid white;
	border-right: 1px solid white;
}
@media (max-width: 639px) {
	.goods-attention-box-col {
		grid-template-columns: auto;
		grid-template-rows: auto auto auto;
	}
	.goods-attention-box-row {
		display: grid;
		grid-template-columns: 30% 70%;
		grid-template-rows: auto;
	}
	.subject-box {
		line-height: 1.5em;
		height: calc( 100% - 22px);
		padding: 10px 5px;
	}
	.detail-box {
		height: auto;
		padding: 10px 5px;
	}
	.box-line-dark {
		border-left: 0px solid var( --pir--dark );
		border-right: 0px solid var( --pir--dark );
		border-top: 1px solid var( --pir--dark );
		border-bottom: 1px solid var( --pir--dark );
	}
	.box-line-white {
		border-left: 0px solid white;
		border-right: 0px solid white;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
}
.goods-photo { margin: 0 auto; }
.goods-img {
/*	padding: 5px;	*/
	margin: 10px 0;
}
.goods-img img { width: 100%; }

.goods-column-a,
.goods-column-b,
.goods-column-c,
.goods-column-d {
	display: grid;
}
.goods-column-a {
	grid-template-columns: 1fr;
	width: 40%;
}
.goods-column-b {
	grid-template-columns: 1fr 1fr;
	width: 70%;
}
.goods-column-c {
	grid-template-columns: 1fr 1fr 1fr;
	width: 90%;
}
.goods-column-d {
	grid-template-columns: 1fr;
	width: 60%;
}

.goods-spacer { margin-right: 20px; }
p.goods-price {
	text-align: right;
	margin-top: 0.8em;
}

@media (max-width: 799px) {
	.goods-column-a { width: 60%;}
	.goods-column-b,
	.goods-column-c {
		width: 100%;
	}
	.goods-column-d { width: 80%;}
}
@media (max-width: 639px) {
	.goods-column-a,
	.goods-column-d {
		width: 100%;
	}
	.goods-column-c { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 429px) {
	.goods-column-b,
	.goods-column-c {
		grid-template-columns: 1fr;
	}
	.goods-spacer { margin-right: 0; }
}

/* Q&A個別 ************************************* */

.qa-indent {
	margin: 0 20px 0 50px;
}
.q-notice {
	margin-top: 30px;
	border-bottom: 1px solid var( --pir--dark );
	padding: 20px 0 20px 0;
	cursor: pointer;
}
.a-notice {
	display: none;
	margin: 20px 0 40px 0;
	padding-top: 30px;
}
.q-notice,
.a-notice {
	position: relative;
}
.q-logo,
.a-logo {
	position: absolute;
	top: 0;
	left: 0;
}
.q-logo img,
.a-logo img {
	max-width: 50%;
}

.triangle {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 20px;
	height: 20px;
}
.arrow-open {
	background: url( 'img/arrow_open.png' ) no-repeat left top/ 100% 100%;
}
.arrow-close {
	background: url( 'img/arrow_close.png' ) no-repeat left top/ 100% 100%;
}

/* Blu-ray/DVD個別 ***************************** */

/* Movie個別 *********************************** */

.movie-list-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.movie-box {
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}
.movie-frame {
	position: relative;
	padding-bottom: 56.25%; /* アスペクト比 16:9の場合の縦幅 */
	height: 0;
	overflow: hidden;
}
.movie-frame iframe {
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.movie-list-box { grid-template-columns: 1fr; }
}

/* ******** ************************************ */


/* フッター ************************************ */

#footer {
	width: 100%;
	padding: 10px 0;
	background-color: #231815;
}
.copyright {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	font-size: x-small;
	color: white;
}
.copy-line {
	line-height: 1.5rem;
	vertical-align: top;
}
.copyright a { color: white; }
.copyright a:hover { text-decoration: underline; }
.act1-logo { width: 320px; }
@media (max-width: 799px) {
	.copyright { margin: 5px auto; }
	.act1-logo { width: 220px; }
}

/* 上へ戻る */

#totop {
	position: fixed;
	bottom: 155px;
	right: 30px;
/*	width: 62px;	*/
	height: 74px;
	cursor: pointer;
}
.totop-arrow,
.totop-body {
	width: 10px;
}
.totop-arrow {
	position: relative;
	height: 85px;
	margin-bottom: 10px;
	overflow: hidden;
}
.totop-body {
}
.totop-body img {
	width: 100%;
	height: auto;
}

span.arrow-head,
span.arrow-shaft {
	display: block;
}

span.arrow-head {
	width: 15px;
	border-bottom: solid 1px var(--pir--dark);
	transform: translate( 0, 15px ) rotate( 50deg ) ;
	transform-origin: left top;
	transition: 0.3s;
}

span.arrow-shaft {
	width: 90px;
	border-bottom: solid 1px var(--pir--dark);
	transform: translate( 1px, 15px ) rotate( 90deg ) ;
	transform-origin: left top;
	transition: 0.3s;
}

@media (max-width: 599px) {
	#totop { right: 20px; }
}


/* SPメニュー用 */
.ham-menu {
	position: relative;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid white;
	cursor: pointer;
	margin-top: 18px;
}
.menu-line-u,
.menu-line-m,
.menu-line-d,
.menu-line-l,
.menu-line-r {
	position: absolute;
	display: block;
	height: 2px;
	background-color: var(--pir--dark);
}
.menu-line-u,
.menu-line-m,
.menu-line-d {
	width: 30px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.menu-line-l,
.menu-line-r {
	top: 17px;
	width: 36px;
}

.menu-line-u {
	top: 30%;
}
.menu-line-m {
	top: 50%;
}
.menu-line-d {
	top: 70%;
}
.menu-line-l {
	transform: rotate( 45deg );
}
.menu-line-r {
	transform: rotate( -45deg );
}
/* ******** ************************************ */
ol, ul {
	box-sizing: initial !important;
}
.wp-block-image {
	margin: 0 0 1em;
}
