/*
Theme Name: あんさんぶるスターズ！THE STAGE Witness of Miracle
*/

@charset "UTF-8";
/* リセット */
@import url(reset.css);
@import url( './css/fragment.css' );

:root {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/* 色定義 */
	--wom--mint: #9AC0C4;		/* ミント */
	--wom--dark: #4BA6B7;		/* 濃いミント */
	--wom--gray: #707070;		/* グレー */
}

body, p {
	padding: 0;
	margin: 0;
}
a,
a:hover,
a:visited {
	text-decoration: none;
	color: #000;
}

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;
}

br.sp-only {
	display: none;
}


#wrap {
	width: 100%;
	background: url( 'img/background_wom.jpg' );
	background-size: 1920px;
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#wrap-fragment {
	width: 100%;
	background-size: contain;
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

@media (max-width: 1199px) {
	#wrap {
		background: url( 'img/background_wom_min.jpg' );
		background-size: 100%;
	}
}

#container-outer {
	max-width: 1200px;
	margin: 0 auto;
}
#container-inner {
	padding: 0 30px 80px;
}
@media (max-width: 639px) {
	#container-inner { padding: 0 0 80px; }
	br.sp-only { display: block; }
	br.pc-only { display: none; }
}

.gradation-a {
	background: linear-gradient( to right, #cfdfee, #d6ead1 20%, #f1ddd1 42%, #e7cde3 67%, #cfdfee 82%, #d6ead1 );
}
.gradation-b {
	background: linear-gradient( to right, #cfdfee, #d6ead1 20%, #f1ddd1 42%, #e7cde3 67%, #cfdfee 82%, #ddcee5 );
}
.back-trans-white {
	background-color: rgba( 255, 255, 255, 0.7 );
}
.back-shadow-pink{
	box-shadow: 0 0 10px 3px rgba( 221, 206, 229, 0.4 );
}

/* ヘッダー ************************************ */

#header {
	margin: 0 15px;
}
#navigation {
	display: grid;
	grid-template-columns: 18% 82%;
	padding: 20px 0;
}

/* ヘッドロゴ */
.header-logo {
	width: 100%;
}
.header-logo img {
	width: 100%;
}
@media (max-width: 999px) {
	#navigation {
		grid-template-columns: 1fr;
	}
	.header-logo {
		width: 200px;
		margin: 0 auto;
	}
}

/* ナビゲーション */

.navi-bar {
	font-family: 'Montserrat', sans-serif;
	margin: 0 5%;
}
ul.navi-menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
/*	justify-content: space-between;	*/
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
}
ul.navi-menu li {
	margin: 0 10px;
}
ul.navi-menu li div.menu-maker {
	width: 100%;
	height: 2px;
	margin-top: 15px;
	background-color: var(--wom--mint);
}
ul.navi-menu li div.nonselect {
	opacity: 0;
}
ul.navi-menu li div.selected {
	opacity: 1;
}
ul.navi-menu li a,
ul.navi-menu li div.no-link {
	color: var(--wom--gray);
}

ul.navi-menu li a:hover {
	font-style: italic;
	color: var(--wom--mint);
}
.mint-letter { color: var(--wom--mint); }
.dark-letter { color: var(--wom--dark); }

@media (max-width: 999px) {
	ul.navi-menu {
		justify-content: center;
	}
}
/* スマホ等用メニュー */

#area-out,
#sp-navi-menu,
#sp-menu-head {
	display: none;
}
#area-out,
#sp-navi-menu,
#sp-menu-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#area-out {
	z-index: 10;
	height: 100%;
	background-color: #dddddd;
	opacity: 0.8;
}
#sp-navi-menu {
	font-family: 'Montserrat', sans-serif;
	z-index: 11;
	top: 60px;
	background-color: #ffffff;
}
#sp-navi-menu ul {
	padding: 0 20px 5px;
	line-height: 2em;
	font-weight: bold;
	color: white;
}
#sp-navi-menu ul li {
}
#sp-navi-menu ul li a {
	display: block;
	width: 100%;
	color: var(--wom--gray);
}
#sp-navi-menu ul li ul.sub-menu li a {
	color: white;
}
#sp-navi-menu ul li a:hover {
	font-style: italic;
	color: var(--wom--mint);
}
#sp-menu-head {
	z-index: 12;
	grid-template-columns: 200px auto 40px;
	height: 60px;
	padding: 10px 15px;
	background-color: white;
	box-sizing: border-box;
}

/* 三本メニュー */
.ham-menu {
	position: relative;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid var(--wom--gray);
	border-radius: 5px;
	cursor: pointer;
}
.menu-line-u,
.menu-line-m,
.menu-line-d {
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	background-color: var(--wom--gray);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.menu-line-u { top: 30%; }
.menu-line-m { top: 50%; }
.menu-line-d { top: 70%; }

@media (max-width: 799px) {
	#navigation {
		display: none;
	}
	#sp-menu-head {
		display: grid;
	}
}

/* Specialメニュー用 */
ul.sub-menu {
	display: none;
	position: absolute;
	transform: translate( -10px, 7px);
}
ul.sub-menu:hover {
	display: block;
}

ul.sub-menu li.sub-link {
	padding: 0 5px;
	line-height: 2em;
	background-color: var(--wom--mint);
}
ul.sub-menu li.select-link {
	padding: 0 5px;
	line-height: 2em;
	background-color: var(--wom--dark);
}
ul.navi-menu li ul.sub-menu li.sub-link a,
ul.navi-menu li ul.sub-menu li.select-link a {
	color: white;
}

ul.sub-menu li.sub-link:hover {
	background-color: var(--wom--dark);
	font-style: italic;
	color: white;
}

/* ul.sub-menu li.sub-link .brown-letter{
	color: #2f2725;
} */
@media (max-width: 799px) {
	ul.sub-menu {
		transform: translate( -20px, 7px);
	}
}
/* コンテンツ ********************************** */

#contents-frame,
#contents-s-frame {
	padding: 0 30px;
}
@media (max-width: 799px) {
	#contents-frame {
		margin-top: 80px;
		padding: 0 10px;
	}
	#contents-s-frame {
		padding: 0 10px;
	}
}
/* パンくずリスト */
#contents-breadcrumbs {
	padding: 30px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: var(--wom--gray);
}
/* コンテンツヘッド */

#contents-head {
	padding: 50px 50px 30px;
}
.contents-title {
	position: relative;
	height: 55px;
	padding: 0 7px;
	text-align: center;
	background-color: white;
}
.contents-subject {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}
/* .subject-name, */
.title-name {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 2px;
	transform: translate( -50%, -50% );
}
.title-name img {
	height: 55px;
}
.subject-side {
	margin-top: 5px;
}
.subject-l { margin-right: 10px; }
.subject-r { margin-left: 10px; }

.subject-title {
	display: block;
	color: black;
}
span.deco-line {
	display: block;
	width: 100%;
	height: 5px;
}

span.slide-right {
	margin-left: 10px;
}
span.slide-left {
	margin-right: 10px;
}
@media (max-width: 499px) {
	span.horizon-line { display: none; }
	.title-l { margin-right: 0; }
	.title-r { margin-left: 0; }
	.title-name { margin: 0 auto; }
}

@media (max-width: 799px) {
	.title-name img {
		width: 100%;
		height: initial;
	}
}
/* コンテンツメイン */
#contents-main {
	padding: 30px 60px;
	color: black;
}
.contents-center {
	text-align: center;
}
.contents-left {
}
.contents-margin-m {
	width: 720px;
	margin: 0 auto;
}
@media (max-width: 974px) {
	.contents-margin-m {
		width: auto;
	}
}
@media (max-width: 799px) {
	#contents-main { padding: 30px 30px; }
	#contents-head { padding: 30px 30px; }
}

.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; }
.txt-interval-m { line-height: 2em; }
.txt-interval-s { line-height: 1.5em; }
@media (max-width: 599px) {
	.txt-interval-l { line-height: 2em; }
}

.gold-letter	{ color: #be9c59; }
.red-letter	{ color: #cb2e39; }
.pink-letter	{ color: #EF9BBE; }

.btm-line { text-decoration: underline; }
.dis-line { text-decoration: line-through; }

.txt-indent { margin-left: 50px; }

ul.attention-list,
ul.qa-list {
	list-style-type: none;
}
li.attention-remark,
li.qa-remark {
	padding-left: 1em;
	text-indent: -1em;
}
/* トップページ個別 **************************** */
.logo-ornament {
/*	position: relative;	*/
	margin: 130px 90px 150px;
/*	height: 800px;	*/
}
.center-logo {
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);	*/
	width: 100%;
	margin: 0 auto;
}
.center-logo img {
	width: 100%;
}
.logo-visual {
	margin: 0 100px;
	height: auto;
}
.center-key-visual {
	margin-top: 20px;
}
.center-key-visual img {
	width: 100%;
}
@media (max-width: 599px) {
	.logo-visual {
		margin: 0 50px;
	}
}
@media (max-width: 429px) {
	.logo-visual {
		margin: 0 0px;
	}
}

@media (max-width: 999px) {
	.logo-ornament {
		margin: 50px 50px 90px;
	}
}
@media (max-width: 799px) {
	.center-key-visual {
		margin-top: 80px;
	}
}
@media (max-width: 699px) {
	.logo-ornament {
		margin: 80px 20px 90px;
	}
}
@media (max-width: 599px) {
}
@media (max-width: 499px) {
	.logo-ornament {
		margin: 40px 0 70px;

	}
}
/* NEWS個別 */
.news-list-box {
	width: calc( 100% - 1px );
	padding: 0;
	height: 240px;
	margin-bottom: 50px;
}
.news-box {
	width: 255px;
	height: 200px;
	border-right: 1px solid var(--wom--gray);
	box-sizing: border-box;
	color: black;
}

div.news-box:first-child {
	border-left: 1px solid var(--wom--gray);
}

.news-img img {
	width: 100%;
	height: auto;
}
.news-img,
.news-detail {
	padding: 10px 20px;
}
.news-detail {
	position: relative;
	height: 155px;
}
.news-detail a:hover {
	text-decoration: underline;
}

.news-date,
.news-category {
	position: absolute;
	padding: 3px 5px;
}
.news-date {
	bottom: 0;
	right: 20px;
}
.news-category {
	bottom: 0;
	left: 20px;
	background-color: #6f6b64;
	color: white;
}
.news-list-box .slick-list {
	height: 240px;
/* なぜか480になるので強制で変更 */
}
@media (max-width: 699px) {
	.news-date {
		left: 15px;
		bottom: -20px;
	}
	.news-detail {
		height: 145px;
	}
}
@media (max-width: 449px) {
	.news-detail {
		height: 155px;
	}
}
@media (max-width: 414px) {
	.news-img,
	.news-detail {
		padding: 10px 10px;
	}
	.news-category {
		left: 10px;
	}
	.news-date {
		left: 6px;
	}
}
@media (max-width: 349px) {
	.news-date,
	.news-category {
		font-size: x-small;
	}
}

/* Twitter個別 */
.twitter-box {
	width: 500px;
	height: 600px;
	margin: 30px auto 50px;
	background-color: white;
}
@media (max-width: 579px) {
	.twitter-box {
		width: 100%;
	}
}

/* バナー個別 */
.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: black;
	transition: all 0.2s 0s ease-out;
}
.banner-notice:hover {
	background-color: var( --wom--dark );
	color: white;
}
.banner-notice a:hover {
	color: white;
}
.banner-shadow {
	border: 1px solid var( --wom--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 {
	position: relative;
	padding-left: 20px;
}
p.info-caption::before {
	content: url( 'img/p_mark.png' );
	position: absolute;
	transform: translate( -20px, 16px );
}
.info-news {
	padding: 40px 0;
}
.news-more {
	padding-top: 20px;
}
.news-more img {
	height: auto;
}
.news-link a,
.news-link a:visited {
	text-decoration: none;
	color: black;
}
.news-link a:hover {
	text-decoration: underline;
}

/* Introduction個別 **************************** */
.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: 1fr 1fr;

}
.schedule-detail { margin-bottom: 40px; }
.schedule-summary { margin-bottom: 30px; }
.dvd-summary { margin-bottom: 20px; }

.sub-box-left {
	position: relative;
	width: 120px;
}
span.summary-name {
	display: block;
	padding: 5px 0 3px 0;
}

span.summary-name {
	background-color: white;
	box-shadow: 2px 2px rgba( 200, 200, 200, 0.8 );
	color: black;
}
.schedule-table {
	margin-bottom: 20px;
}
.schedule-table img {
	width: 100%;
}
p.sub-caption,
p.sum-caption,
p.rem-caption,
p.goods-title {
	position: relative;
	padding-left: 20px;
}
p.sub-caption::before,
p.sum-caption::before,
p.goods-title::before {
	content: url( 'img/p_mark.png' );
	position: absolute;
	left: 0;
}
p.rem-caption::before {
	content: '■';
	position: absolute;
	left: 0;
}
p.sub-caption::before { top: 5px; }
p.sum-caption::before { top: 7px; }
p.rem-caption::before { top: 0px; }
p.goods-title::before { top: 13px; }

.caution-box {
	width: 100%;
	padding: 10px;
	background-color: rgba( 207, 223, 238, 0.5 );
	box-sizing: border-box;
	color: black;
}

.notice-box {
	width: 100%;
	padding: 10px 14px;
	box-sizing: border-box;
	border: 1px solid var( --wom--mint );
}

a.link-a,
a.link-a:visited,
a.link-url,
a.link-url:visited {
	text-decoration: none;
	color: var(--wom--dark);
}
a.link-a:hover,
a.link-url:hover {
	text-decoration: underline;
	cursor: pointer;
}
a.link-url {
	font-weight: bold;
}

@media (max-width: 599px) {
	.schedule-summary,
	.dvd-summary {
		grid-template-columns: 1fr;
	}
	.sub-box-left {
		width: 100px;
	}
	.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;
	border: 1px solid #be9c59;
}
.btn-color-mint {
	background-color: var(--wom--dark);
	border: 1px solid var(--wom--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( 250, 250, 250, 0.6 );
	z-index: 20;
	overflow-y: auto;
}
.modal-area,
.modal-top {
	position: absolute;
	left: 50%;
	transform: translate( -50%, 0 );
	width: 1020px;
	z-index: 21;
}
.modal-area { margin: 2rem auto; }
.modal-top { margin: 98px auto; }

.modal-contents {
	background-color: white;
	border: 1px solid var( --wom--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 .half-img {
	width: 480px;
	margin: 0 auto;
}
.modal-article .full-img img,
.modal-article .half-img img {
	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: 599px) {
	.modal-article .half-img { width: auto; }
}
@media (max-width: 799px) {
	.modal-area,
	.modal-top {
		width: 90%;
	}
	.modal-top { margin: 5rem auto; }
	.modal-contents { padding: 29px 14px; }
}
/* Cast & Staff個別 **************************** */

.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;
}
.photo-double {
	display: grid;
	grid-template-columns: 25% 50% 25%;
	margin-bottom: 37px;
}
.cast-photo {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.cast-single {
	display: grid;
	grid-template-columns: 1fr;
}
.single-space { display: none; }
.photo-frame {
	position: relative;
/*	margin: 0 30px 15px;	*/
	margin-bottom: 15px;
}
.p-frame-l-l {
	margin-right: 24px;
}
.p-frame-l-r {
	margin-left: 8px;
	margin-right: 16px;
}
.p-frame-r-l {
	margin-left: 16px;
	margin-right: 8px;
}
.p-frame-r-r {
	margin-left: 24px;
}
.photo-img {
	position: relative;
	margin: 0 auto;
/*	padding: 5px;
	background-color: #444444;	*/
	cursor: pointer;
	overflow: hidden;
}
.photo-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: -85%;
	width: 50%;
	height: 100%;
	background: linear-gradient( to right, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 0.4 ) 90%, rgba( 255, 255, 255, 0 ) 100% );
	transform: skewX( -25deg );

}

.photo-img:hover::before {
	animation: twinkle 0.5s;
}
@keyframes twinkle {
	100% { left: 135%; }
}

.photo-img img {
	width: 100%;
}
.unit-caption {
	margin: 2rem 0;
	text-align: center;
	line-height: 5rem;
}
.unit-name {
	position: absolute;
	top: 0;
	left: -30px;
}
.unit-logo img {
	width: 180px;
}
.cast-name {
	margin-top: 0.5rem;
/*	font-family: YuMincho,'Yu Mincho',serif;	*/
}
.unit-space {
	margin-bottom: 0;
}
.name-list {
	display: grid;
	grid-template-columns: auto 1em auto;
}
.name-left { text-align: right; }
.name-right { text-align: left; }
.name-center {
	text-align: center;
	width: auto;
}

@media (max-width: 999px) {
	.photo-rows {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}
	.unit-space { margin-bottom: 37px; }
	.photo-double,
	.photo-triple {
		grid-template-columns: 1fr;
	}
	.double-space,
	.triple-space {
		display: none;
	}
	.cast-single { grid-template-columns: 25% 50% 25%; }
	.single-space { display: block; }

	.p-frame-l-l {
		margin-right: 15px;
	}
	.p-frame-l-r {
		margin-left: 15px;
		margin-right: 0;
	}
	.p-frame-r-l {
		margin-left: 0;
		margin-right: 15px;
	}
	.p-frame-r-r {
		margin-left: 15px;
	}

}
@media (max-width: 949px) {
}
@media (max-width: 899px) {
}
@media (max-width: 859px) {
	.photo-frame { margin: 0 20px 15px; }
}
@media (max-width: 659px) {
	.cast-photo { grid-template-columns: 1fr; }
	.photo-frame { margin: 0 100px 15px; }
	.cast-single { grid-template-columns: 1fr; }
	.single-space { display: none; }
}
@media (max-width: 639px) {
	.photo-frame { margin: 0 100px 15px; }
}
@media (max-width: 569px) {
	.photo-frame { margin: 0 85px 15px; }
}
@media (max-width: 499px) {
	.photo-frame { margin: 0 75px 15px; }
}
@media (max-width: 459px) {
	.photo-frame { margin: 0 65px 15px; }
}
@media (max-width: 419px) {
	.photo-frame { margin: 0 50px 15px; }
}
@media (max-width: 399px) {
	.photo-frame { margin: 0 45px 15px; }
}
@media (max-width: 359px) {
	.photo-frame { margin: 0 35px 15px; }
}
/* 画面POPUP用 */
.cast-up,
.close-area,
.close-cast  {
	position: fixed;
	display: none;
}
.close-area {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 250, 250, 250, 0.6 );
	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;
	cursor: pointer;
}
.close-bar {
	position: absolute;
	display: block;
	width: 64px;
	height: 6px;
	margin-top: 29px;
	background-color: var( --wom--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-caption {
	width: 100%;
	font-size: 18pt;
	font-weight: bold;
	line-height: 2.5rem;
}

.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( --wom--mint );
	text-align: left;
}
.goods-attention-box-row {
	height: 100%;
/*	grid-template-rows: auto auto;	*/
}
.subject-box {
	background-color: var( --wom--mint );
	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( --wom--mint );
	border-right: 1px solid var( --wom--mint );
}
.box-line-white {
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.box-position {
/*	position: relative;	*/
	display: table;
	width: calc( 100% - 22px );
}
.box-central {
	display: table-cell;
	vertical-align: middle;
/*	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translateY(-50%) translateX(-50%);	*/
}

@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( --wom--mint );
		border-right: 0px solid var( --wom--mint );
		border-top: 1px solid var( --wom--mint );
		border-bottom: 1px solid var( --wom--mint );
	}
	.box-line-white {
		border-left: 0px solid white;
		border-right: 0px solid white;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
	.box-position {
	width: calc( 100% - 10px );
	}
}
.goods-disc {
	display: grid;
	grid-template-columns: 65% 20% 15%;
}
.goods-title {
	font-size: 22px;
}
.goods-subject {
	margin-top: 18px;
}
p.goods-price {
	text-align: right;
	margin-top: 8px;
}

.goods-photo {
	margin: 0 auto;
}
.goods-img {
	padding: 5px;
}
.goods-img img {
	width: 100%;
}
.goods-column-a {
	display: grid;
	grid-template-columns: 1fr;
	width: 40%;
}
.goods-column-b {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 70%;
}
.goods-column-c {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 90%;
}

.goods-spacer { margin-right: 20px; }

@media (max-width: 999px) {
	.goods-disc { grid-template-columns: 1fr; }
	p.goods-price {
		text-align: left;
		margin-top: 0;
	}
}
@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個別 ************************************* */

.q-notice {
	margin-top: 40px;
	position: relative;
	border-bottom: 1px solid #d1c3df;
	padding: 5px 0 25px 0;
	cursor: pointer;
}
.a-notice {
	display: none;
	margin: 20px 0 40px 0;
}
.q-logo {
	position: absolute;
	top: 0;
	left: 0;
}
.d-triangle {
	position: absolute;
	bottom: 0;
	right: 0;
	transition: ease-in-out 300ms;
}
.u-triangle {
	transform: rotate( 180deg );
}

/* Blu-ray/DVD個別 ***************************** */

/* Movie個別 *********************************** */

.movie-list-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.movie-box {
	box-sizing: border-box;
	padding: 20px;
}
.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-notice,
#footer {
	width: 100%;
	padding: 10px 0;
}
#footer {
	display: grid;
	grid-template-columns: 50% 50%;
}
.footer-notice {
}

.event-box-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.social-item {
	padding: 0 15px;
}
.copyright {
	margin: 20px auto;
	text-align: center;
	font-size: x-small;
	color: black;
}
.copyright span {
	padding: 10px 20px;
}
.copyright a {
	color: black;
}
.copyright a:hover {
	text-decoration: underline;
}
@media (max-width: 799px) {
	.footer-notice,
	#footer {
		grid-template-columns: 1fr;
	}
	.copyright {
		margin: 5px auto;
	}
}
/* 過去のコンテンツ **************************** */
#footer-wrap {
	width: 100%;
	background-color: white;
	height: auto;
}
.footer-border {
	border-top: 10px solid;
	border-image: linear-gradient( to right, #cfdfee, #d6ead1 20%, #f1ddd1 42%, #e7cde3 67%, #cfdfee 82%, #ddcee5 ) 1;
}

#event-past {
	max-width: 1100px;
	margin: 0 auto;
	color: black;
}
.event-box-inner {
	padding: 30px 100px;
}

.event-item {
	height: 90px;
	padding: 0 15px;
}
.event-item img {
	width: 190px;
}

/* 上へ戻る */

#totop {
	position: fixed;
	bottom: -60px;
	right: -60px;
	width: 120px;
	height: 120px;
	cursor: pointer;
	background: linear-gradient( to right, #8A7FBB, #9B80BC 60% , #B882BE );
	transform: rotate( 45deg );
}
.top-arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 85px;
	bottom: 45px;
	border-top: 2px solid white;
	border-left: 2px solid white;
}

#totop:hover {
	opacity: 0.5;
	transition: 0.3s;
}
.wp-block-image { margin: 0 0 1em; }