@charset "utf-8";

/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900|Noto+Serif+JP:400,700,900&display=swap');*/

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

font-family: kan48typos-std, sans-serif;

*/

/* --------------
 reset
-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
ol,ul{list-style:none}
caption,th{text-align:left}

img {max-width:100% !important; height:auto;vertical-align: bottom;}
iframe {max-width:100% !important; border:0;}
iframe img{max-width:none !important; border:0;}

body * {
	box-sizing: border-box;
}

.printOnly {
	display: none;
}


/* --------------
 clearfix
-------------- */
div:after,ul:after,ol:after,dl:after,
header:after,footer:after,
nav:after,section:after,article:after {
	content: ""; 
	display: block;
	clear: both;
}

/* --------------
 base
-------------- */
body {
	color: #000;
	/*background-color: #fff;*/
	font: 14px/1.4 'ten-mincho', serif;
	scroll-behavior: smooth;
	overflow-x: hidden;
	letter-spacing: .1em;
  /*position: relative;*/
}
/*body::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(60deg,#ffffff 0%,#ffffff 5%,#fff2ff 15%,#ffffff 25%,#ffffff 35%,#fff2ff 45%,#ffffff 55%,#ffffff 65%,#fff2ff 75%,#ffffff 85%,#ffffff 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}*/

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}
/*.serif {
	font-family: 'Noto Serif JP', serif;
}*/


h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
	word-break: break-word !important;
}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.0em;}
h6 {font-size: 1.0em;}

	
/* link */
a {
	color: #FF2FC1;
/*	word-break: break-all;*/
	word-break: break-word;
	text-decoration: none;
}
a:hover {
	color: #db5db5;
}
a img {
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
	opacity:0.7;
}


a.break {
	word-break: break-all;
}
.inlineblock { display: inline-block !important; }
.block { display: block !important; }


.pointer {
	cursor: pointer;
}

a.kill {
	pointer-events: none;
}

/* --------------
 modules css
-------------- */
/* ---------- font size */

.fs05 { font-size: 0.5em; }
.fs06 { font-size: 0.6em; }
.fs07 { font-size: 0.7em; }
.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.fs10 { font-size: 1.0em; }
.fs11 { font-size: 1.1em; }
.fs12 { font-size: 1.2em; }
.fs13 { font-size: 1.3em; }
.fs14 { font-size: 1.4em; }
.fs15 { font-size: 1.5em; }
.fs16 { font-size: 1.6em; }
.fs17 { font-size: 1.7em; }
.fs18 { font-size: 1.8em; }
.fs19 { font-size: 1.9em; }
.fs20 { font-size: 2.0em; }
.fs21 { font-size: 2.1em; }
.fs22 { font-size: 2.2em; }
.fs23 { font-size: 2.3em; }
.fs24 { font-size: 2.4em; }
.fs25 { font-size: 2.5em; }
.fs30 { font-size: 3.0em; }


/* ---------- font weight */
.normal {	font-weight: 400;}
.bold {	font-weight: 700;}
.black {	font-weight: 900;}

/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}

.alt { vertical-align: top !important;}
.alb { text-align: bottom !important;}
.alm { vertical-align: middle !important;}

.alj {	
	/* 文字均等割付 */
 text-align: justify !important;
 text-justify: inter-ideograph !important;
}


/* ---------- float */
.noFloat { float: none !important;}

/* ---------- Cancele */

.both { clear: both;}

/* ---------- margin,padding */
.mb0 {	margin-bottom: 0px !important;}
.mb3 {	margin-bottom: 3px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mb1rem { margin-bottom: 1rem !important; }
.mb2rem { margin-bottom: 2rem !important; }
.mb3rem { margin-bottom: 3rem !important; }

.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml20 {	margin-left: 20px !important;}
.ml30 {	margin-left: 30px !important;}

.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr20 {	margin-right: 20px !important;}
.mr30 {	margin-right: 30px !important;}

.mt0 {	margin-top: 0px !important;}
.mt3 {	margin-top: 3px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}
.mt50 {	margin-top: 50px !important;}

.mt1rem { margin-top: 1rem !important; }
.mt2rem { margin-top: 2rem !important; }
.mt3rem { margin-top: 3rem !important; }

.pb0 {	padding-bottom: 0px !important;}
.pb3 {	padding-bottom: 3px !important;}
.pb5 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb30 {	padding-bottom: 30px !important;}

.pt0 {	padding-top: 0px !important;}
.pt3 {	padding-top: 3px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt15 {	padding-top: 15px !important;}
.pt20 {	padding-top: 20px !important;}
.pt30 {	padding-top: 30px !important;}

.pl0 {	padding-left: 0px !important;}
.pl3 {	padding-left: 3px !important;}
.pl5 {	padding-left: 5px !important;}
.pl10 {	padding-left: 10px !important;}

.pr0 {	padding-right: 0px !important;}
.pr3 {	padding-right: 3px !important;}
.pr5 {	padding-right: 5px !important;}
.pr10 {	padding-right: 10px !important;}

/* ----- text */

.clNormal { color: #000; }

.clWt { color: #fff; }
.clGray { color: #888; }
.clBk { color: #000; }

.clRed { color: #E71F22; }
.clDRed { color: #841515; }
.clYlw { color: #ffeb0e; }
.clBlue { color: #1845bf; }
.clGrn { color: #409347; }
.clPink { color: #e46c7d; }
.clOg { color: #eb621f; }
.clPpl { color: #844ACC; }
.clBeige { color: #b3a89a; }


.cl-notice { color: #FF1317; }
.cl-warning { color: #EF4245; }
.cl-hidden { color: #DCDCDC; }

.cl-pdf { color:#D8190C; }
.cl-word { color:#265195; }
.cl-excel { color:#1E6E42; }

.cl-facebook { color: #3B5998; }
.cl-twitter { color: #55acee; }
.cl-youtube { color: #ff0000; }
.cl-openrec { color: #ffc511; }

.lh10 {	line-height: 1.0;}
.lh12 {	line-height: 1.2;}
.lh15 {	line-height: 1.5;}
.lh18 {	line-height: 1.8;}
.lh20 {	line-height: 2.0;}

.strongTxt {
  font-weight: bold;
  text-shadow: 0 0 5px #920784,0 0 10px #920784;
}

/* ----- list */
.ulDisc {
	margin-left: 2em;
	list-style: outside disc;
}

.olDecimal {
	margin-left: 2em;
	list-style: outside decimal;
}

.ulDisc li, .olDecimal li,
.ulKome li {
	margin-bottom: 5px;
}


.ulKome {
	padding-left: 1.2em;
  text-align: left;
}
.ulKome li {
	text-indent: -1.2em;
}
.kome10 {
	text-indent: -1em;
	padding-left: 1em;
}
.kome15 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.kome20 {
	text-indent: -2em;
	padding-left: 2em;
}

/* ----- decoration (button, etc...) */

.flc {
	margin-left: auto;
	margin-right: auto;
}
.inlineB {
  display: inline-block;
}

.bgBox { padding: 10px; }
.bg-color { padding: 1rem 0;}
.bgWt { background-color: #fff !important; }
.bgBk { background-color: #000 !important; }
.bgGray { background-color: #eee !important; }

hr {
	width: 100%;
	height: 1px;
	border-style: none;
	background: #eee;
	margin-top: 1em;
	margin-bottom: .5em;
}
.hr-transparent {
	background: rgba(0,0,0,0);
	margin: .5em 0;
}

.bdrR5 {
	border-radius: 5px;
	overflow: hidden !important;
}

.bdrR10 {
	border-radius: 10px;
	overflow: hidden !important;
}
.bdrR20 {
	border-radius: 20px;
	overflow: hidden !important;
}
.bdrR30 {
	border-radius: 30px;
	overflow: hidden !important;
}
.bdrAll2-gray {
	 border: #aaa solid 2px;
}

/* ----- button */
.dtlBtn {
  margin-top: 30px;
}
.dtlBtn a,
.dtlBtn span {
  background: rgba(255,255,255,.8) url("../img/icP.png") no-repeat center center / cover;
  font-weight: bold;
  color: #9e1f23;
  padding: 10px 25px 10px 20px;
  box-shadow: 0 0 5px #920784 inset;
  border: 1px solid #920784;
  transition: all .2s ease;
  display: inline-block;
  position: relative;
}
.dtlBtn.dtlBtnBig a{
  background: rgba(255,255,255,1) url("../img/icLP.png") no-repeat center center / cover;
  /*box-shadow: 0 0 5px #920784 inset, 0 0 5px #920784, 0 0 10px #920784;*/
}
.dtlBtn a:hover {
  background: rgba(255,255,255,.5) url("../img/icW.png") no-repeat center center / cover;
  transition: all .2s ease;
}
.dtlBtn.dtlBtnBig a:hover{
  background: rgba(255,255,255,.7) url("../img/icLP.png") no-repeat center center / cover;
  box-shadow: 0 0 10px #920784 inset, 0 0 10px #920784, 0 0 10px #920784;
}
.dtlBtn.dtlBtnBig a:hover img {
  opacity: 1;
}
.dtlBtn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color:#9e1f23 #9e1f23 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.dtlBtn.dtlBtnBig a:after{
  border-width: 5px;
}

.btnA {
	display: inline-block;
	background: rgba(255,255,255,.9);
	color: #111;
	padding: .8em 1em;
	position: relative;
	vertical-align: bottom;
	border: #111 solid 2px;
	font-weight: bold;
	line-height: 1.1;
}
.btnA.ppl { border-color: #9bb0d9; }
.btnA.pink { border-color: #f4adad; }
.btnA.sblue { border-color: #78c2dd; }
.btnA.grn { border-color: #5cbd96; }
.btnA.ylw { border-color: #e3cf4d; }
.btnA.blue { border-color: #00AFDA; }
.btnA.red { border-color: #E60021; }

.btnA.ppl .svg-inline--fa { color: #9bb0d9; }
.btnA.pink .svg-inline--fa { color: #f4adad; }
.btnA.sblue .svg-inline--fa { color: #78c2dd; }
.btnA.grn .svg-inline--fa { color: #5cbd96; }
.btnA.ylw .svg-inline--fa { color: #e3cf4d; }
.btnA.blue .svg-inline--fa { color: #00AFDA; }
.btnA.red .svg-inline--fa { color: #E60021; }

.btnA:hover {
	filter: brightness(110%) saturate(120%);
	color: #E40003;
}


/* ----- youtube */


.youtubeBox {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.youtubeBox iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}


/* ----- youtube */
.nl {
  display: inline-block;
}


/* --------------
 common
-------------- */

.main {
	position: relative;
}

/* =container
-------------------------------------------------------------- **/
.contents{
	/*margin-bottom: 5rem;*/
	padding: 4rem 0;
}
/*.contents + .contents {
	border-top: rgba(255,205,20,.3) solid 1px;
}*/
.clm2 > .fll > a,
.clm3 > .fll > a,
.clm4 > .fll > a,
.clm5 > .fll > a,
.clm6 > .fll > a,
.spclm2 > .fll > a,
.spclm3 > .fll > a
.spclm4 > .fll > a,
.spclm5 > .fll > a,
.spclm6 > .fll > a {
	display: block;
	text-decoration: none;
}

.toggleCont {
	margin-bottom: 1rem;
	border: #eee solid 2px;
}
.toggle {
	position: relative;
	cursor: pointer;
	padding: .5em;
	padding-right: 1.5em;
	background: #eee;
	margin: 0 !important;
}
.toggle:hover {
	color: #fff;
}
.toggle.complete:before,
.toggle.complete:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2%;
	margin: auto;
	display: block;
	width: 10px;
	height: 2px;
	background: #fff;
	transition: all .3s ease;
	border-top-color: #000;
}
.toggle.complete:after {
	width: 2px;
	height: 10px;
	right: calc(2% + 4px);
}
.toggle.complete.open:after {
	transform: rotateZ(90deg);
	background: #fff;
}
.toggleBox {
	padding: .5rem;
}
.toggleBox > *:last-child {
	margin-bottom: 0 !important;
}

/* =Roading
---------------------------------------------------- */
#wrapper {
  display: none;
}
.loadCover{
	width: 100vw;
	height: 100vh;
	/*background: rgba(0,0,0,1.00);*/
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.loadTxt {
	font-weight: bolder;
}
.loadTxt,
.loadImg {
	-webkit-animation: blink 1.5s linear infinite;
	-moz-animation: blink 1.5s linear infinite;
	-ms-animation: blink 1.5s linear infinite;
	-o-animation:blink 1.5s linear infinite;
	animation: blink 1.5s linear infinite;
}

@-webkit-keyframes blink {
	0% {opacity: .5;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	100% {opacity: .5;}
}
@-moz-keyframes blink {
	0% {opacity: .5;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	100% {opacity: .5;}
}
@-ms-keyframes blink {
	0% {opacity: .5;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	100% {opacity: .5;}
}
@-o-keyframes blink {
	0% {opacity: .5;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	100% {opacity: .5;}
}
@keyframes blink {
	0% {opacity: .5;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	100% {opacity: .5;}
}

/* =move
---------------------------------------------------- */
.zoom {
  transition: all .5s;
  transform: translate(0, 0)  scale(0.5);
  opacity: 0;
}
.zoom.move1 {
  transform: scale(1.0);
  opacity: 1;
}

.moveL {
  transition: all .5s ease-out;
  transform: translateX(-100%);
  opacity: 0;
}
.moveL.move2 {
  transform: none;
  opacity: 1;
}
.moveR {
  transition: all .5s ease-out;
  transform: translateX(100%);
  opacity: 0;
}
.moveR.move3 {
  transform: none;
  opacity: 1;
}

/* =headline / titles
---------------------------------------------------- */

.contents h2 {
	margin-top: 2rem;
	line-height: 1;
	letter-spacing: .5rem;
	text-indent: 0.3rem;
	font-size: 2.0em;
	margin-bottom: 2rem;
	/*text-shadow: 0 0 3px rgba(0,0,0,1);*/
}
.contents h2 small {
	display: inline-block;
	/*text-indent: 1rem;*/
	font-size: .5em;
  font-family: 'ten-mincho', serif;
}
.contents h3 {
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 1.8em;
	line-height: 1.1em;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.contents h3:before, .contents h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.contents h3:before {
  left:0;
}
.contents h3:after {
  right: 0;
}


.contents h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.3em;
	line-height: 1.1em;
}
.contents h5 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.contents .headlineA {
	border-left: .2em solid #ccc;
	padding: .1em 0;
	padding-left: .3em;
}
.contents.bdLine {
    border-top: rgba(208,20,255,.3) solid 1px;
}

/* コンテンツ中身 */
.contents p {
	margin-bottom: 1rem;
}
/* テーブル */
/*.contents table, .contents table td, .contents table th {
	border-collapse: collapse;
}
.contents table {
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid #fff;
}
.contents table th, .contents table td {
	padding: 5px 10px;
}
.contents table th {
	background: #f3feff;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.contents table td {
	background: #fff;
	border-bottom: 1px solid #5cbd96;
}


.contents table th.nonbrd {
	border-top: none;
	border-bottom: none;
}

.contents table th.nonTbrd {
	border-top: none;
}

.contents table th.bg-timetable {
	background-color: #5cbd96;
}*/

.tblDtl {
  width: 100%;
}
.tblDtl th,.shadowHL {
  text-shadow: 0 0 5px #920784,0 0 15px #920784;
  color: #fff;
}




/* 画像中央寄せトリミング */
.centerPhoto {
	position: relative;
	/*width: 100%;*/
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	
}

.centerPhoto img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.centerPhoto.imgBnrFeature img {
	max-width: none !important;
	width: 120%;
}

/* 64:27 */
.centerPhoto.size6427 {
	padding-top: 42.18%;
}

/* 4:3 */
.centerPhoto.size43 {
	padding-top: 75%;
}
/* 1:1 */
.centerPhoto.size11 {
	padding-top: 100%;
}
.centerPhoto.size11 img {
	max-width: none !important;
	max-height: 100% !important;
}

.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}



/* =sns
---------------------------------------------------- */
#sns {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	padding: 1rem .5em;
	/*background: rgba(0,0,0,.5);*/
	z-index: 100;
}

#sns .btnSns a {
	position: relative;
	display: inline-block;
	margin: 0 .25em;
	padding: 0;
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	line-height: 2.5em;
	border-radius: 50%;
	background: #aaa;
	color: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	transition: all .3s ease; 
	top: 0;
}
#sns .btnSns.btnTw a {
	background: #55acee;
}
#sns .btnSns.btnFb a {
	background: #3B5998;
}
#sns .btnSns.btnLine a {
	background: #00b900;
}
#sns .btnSns.btnInsta a {
	background: #CF2E92;
}

#sns .btnSns a:hover {
	top: -5px;
}


/* =copyright
---------------------------------------------------- */
#copyright {
	padding: 7px 0;
	text-align: center;
	font-size: .7em;
	background: #000;
	color: #fff;
}
#copyright a {
	color: #eee;
	
}


/* --------------
 page contents
-------------- */
.pageNav a small {
	color: #c04298;
}

.visualwrap{
  overflow: hidden;
  position: relative;
  color: #fff;
}

.visualwrap:before{
  content: '';
  width: 200vw;
  height: calc(100% - 0.11 * (0.11 * 50% + 50vw) * 2);
  background-image: linear-gradient(60deg,#ffffff 0%,#ffffff 15%,#fff2ff 30%,#ffffff 45%,#fff2ff 60%,#ffffff 75%,#ffffff 100%);
  /*box-shadow: 0 0 20px #FF2FC1,0 0 10px #FF2FC1;*/
  transform-origin: center;
  transform: rotate(-4.5deg) translate3d(0, 0, 0);
  position: absolute;
  top: calc(0.11 * (0.11 * 50% + 50vw));
  left: -50vw;
  z-index: -1;
}

#visual {
	position: relative;
	background: url("../img/mv.jpg") no-repeat center center /contain;
}
#visual a {
	color: #fff;
}

.visual_AppIcon {
	position: relative;
	z-index: 100;
}

.gameAppliBtn {
  position: absolute;
  left: 2%;
  animation: appliBtn 2.5s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes appliBtn {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

.bg-img-b {
	position: relative;
	min-height: 150px;
	background: url("../img/b.png?1015") no-repeat center /auto 150px;

}
.bg-img-b b {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.gradation-text-w {
	display: inline-block;
	/*background: rgb(255,255,145);
	background: -moz-linear-gradient(left,  rgba(255,255,145,1) 0%, rgba(255,108,203,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,145,1) 0%,rgba(255,108,203,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,145,1) 0%,rgba(255,108,203,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebbc', endColorstr='#f995d6',GradientType=1 );
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 5px rgba(255,255,255,.3);*/
  color: #920784;
	font-weight: 900;
}
@media all and (-ms-high-contrast: none) { /* IE10,11用 */
	.gradation-text-w {
		background: none;
		text-shadow: none;
    color: #fff;
	}
}

.fixBnr {
	z-index: 100;
}

.emblem-txt img {
  width: 50%;
}
.emblem {
  margin: 30px auto!important;
}
.emblem img {
  width: 30%;
}

/* =outline --------------------------------- */
#summary.contents {
  /*padding-top: 0;*/
  position: relative;
	/*background: linear-gradient(rgba(100,60,140,1) 0%, rgba(30,20,40,1) 50%);*/
	/*background: linear-gradient(rgba(0,0,0,1) 0%, rgba(30,20,40,1) 50%);*/
}

#summary {
  position: relative;
}
#summary p {
  position: relative;
  z-index: 10;
}
.mvTxtBox {
  position: absolute !important;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transform: rotate(-6deg);
}

/*#summary p.eventinfo {
  background: url("../img/map.png") no-repeat center / contain;
}*/
#summary .solomonImg {
  /*position: absolute;
  right: 0;
  z-index: 8;*/
}
#summary .solomonImg.moveR.move3 {
  position: absolute;
  right: 0;
  z-index: 8;
}
#summary .solomonImg img {
  height: 100vh;
}
.mt1rem a {
  font-size: 1.5em;
  color: #db5db5;
}


.endinfo {
    margin: 1em auto 7em;
}

.endinfo p {
    font-size: 326%;
    transform: rotate(-4deg);
    font-weight: 600;
    color: #f7ad34;
    text-shadow: 0 0 10px #f9e257;
}

.bluerayinfo{
	font-size: 326%;	
}


/* =covid --------------------------------- */

.covid_box {
  margin-top: 30px;
}

/*チェックは見えなくする*/
.covid_box input {
    display: none;
}
/*中身を非表示にしておく*/
.covid_box .covid_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  margin-top: 20px;
}
/*クリックで中身表示*/
.covid_box input:checked ~ .covid_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.covidBtn {
  padding: .8em 2em .8em 1em;
  border: solid 1px #920784;
  margin: 2em 0;
  cursor: pointer;
  position: relative;
  color: #920784;
}
.covidBtn:hover {
  background-color: #fff2ff;
}
.covidBtn::after {
  position: absolute;
  right: 8px;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  color: #920784;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.covid_box input:checked + .covidBtn::after {
    content: '\f106';
}

/* =outline --------------------------------- */

#outline.contents {
  position: relative;
}
#outline.contents .hashBtn {
  content: "";
  position: absolute;
  top: 0%;
  left: 2%;
}
.aboutList .aboutIn {
  margin-bottom: 20px;
}

/* =ticket --------------------------------- */

#ticket{
  overflow: hidden;
  padding: calc(100vw * 0.15) 0;
  position: relative;
  color: #fff;
}

#ticket:before{
  content: '';
  width: 0;
  height: calc(100% - 0.11 * (0.11 * 50% + 50vw) * 2);
  background-image: linear-gradient(60deg,#220a0a 0%,#681d1e 25%,#9e1f23 30%,#681d1e 35%,#340f0f 45%,#681d1e 55%,#aa2024 60%,#681d1e 65%,#220a0a 100%);
  box-shadow: 0 0 20px #000,0 0 10px #000;
  transform-origin: center;
  transform: rotate(-4.5deg) translate3d(0, 0, 0);
  position: absolute;
  top: calc(0.11 * (0.11 * 50% + 50vw));
  left: -50vw;
  z-index: -1;
}
#ticket.bgOpen:before{
  width: 200vw;
}

#ticket.contents h2 {
  margin-top: 0;
}

.ticketBox {
	font-size: 1.3em;
	padding: 1%;
	position: relative;
	z-index: 5;
	margin: 0 2%;
  background-color: #fff;
}
.ticketBox:before,
.ticketBox:after {
	content: '';
	display: block;
	width: 13px;
	height: 30px;
	position: absolute;
	z-index: 6;
	background-color: #681d1e;
}
.ticketBox:before {
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotateZ(180deg);
	border-radius: 100% 0 0 100% / 50%;
}
.ticketBox:after {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-radius: 100% 0 0 100% / 50%;
}
.ticketBox {
	margin-bottom: .5rem;
}
.ticketBox.limited {
  position: relative;
}
.ticketBox.limited .tickt72 {
  width: 20%;
  margin-bottom: 0;
  position: absolute;
  bottom: -10px;
  z-index: 10;
  /*transform: rotate(-15deg);*/
}
.ticketList {
	font-weight: bold;
	font-size: 1.5em;
  color: #000;
	padding: 3%;
	border: #000 solid 1px;
	position: relative;
	z-index: 7;
}
.ticket1,
.ticket2 {
  position: relative;
  margin-top: 1rem !important;
}

.ticketList p {
  margin-bottom: 0;
}
.ticket1-1 {
  background: rgba(255,255,255,.3);
  margin-top: 50px;
  padding: 5px;
  position: relative;
}
.ticket1-1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  /*border-width: 0 17.5px 40px 17.5px;*/
  border-width: 0 10px 25px 10px;
  border-color: transparent transparent rgba(255,255,255,.3) transparent;
  position: absolute;
  /*top: -40px;*/
  top: -25px;
  left: 30%;
}
.spItem {
  border: 1px solid #dfda3f;
}
#ticket .inContent:last-child {
  padding-bottom: 2rem;
}

.stepBox {
  background: rgba(255,255,255,.7) url("../img/icW.png") no-repeat center center / 30%;
  box-shadow: 0 0 5px #920784,0 0 10px #920784 inset;
  color: #000;
  margin-bottom: 30px;
  padding: 2rem 1rem;
  border-radius: 10px;
  position: relative;
}
.stepBox:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.stepBox:last-child:after {
  display: none;
}
.stepBox p {
  margin-bottom: 0;
}

.inBox {
  background: rgba(255,255,255,.1);
  padding: 15px;
  margin-bottom: 15px;
}
.inBox h5 {
  margin-top: 0;
}
.inBox p {
  margin-bottom: 0;
}
.soldoutBox {
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  bottom: 75%;
  left: 0;
  z-index: 10;
}
.soldout1 {
  display: inline-block;
  margin-left: 10px;
}
.soldout2 {
  color: #9e1f23;
  display: inline-block;
  background: rgba(255,255,255,.85);
  margin-top: 10px;
  padding: 5px 15px;
  transform: rotate(-8deg) translateY(30%);
}

.coasterCont {
  position: relative;
}
.endTxt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.endTxt span {
  color: #9e1f23;
  font-size: 5em;
  font-weight: bold;
  box-shadow: 0 0 10px #920784 inset;
  border: none;
  padding: 2% 6%;
  display: inline-block;
  transform: rotate(-8deg);
}
.ulGoods li {
  margin-bottom: 15px;
}
/* =cast --------------------------------- */
#cast.contents {
  /*padding-top: 0;*/
}

#cast.contents h2 {
  margin-top: 0;
}

/* =cast --------------------------------- */
#goods.contents {
  padding-bottom: 0;
}
/* =news --------------------------------- */

.banner p {
  height: 3em;
  margin: 0 auto 10px;
  transition: all .2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner a {
  border: 1px solid #5f1d4b;
	background: rgba(95, 29, 75,0);
  transition: all .2s ease;
}
.banner a:hover {
	background: rgba(95, 29, 75,.25);
}
