@charset "UTF-8";
#cx_spContentsMain{overflow: auto !important; contain: none;}

.innerWrap{padding-bottom: 40px;}
.innerWrap::after{display: none;}

/* chart */
#chart{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 1200px;
}
#chart h2{
	position: relative;
	margin: 0 auto;
	width:100%;
	max-width: 1200px;
	padding-top: 80px;
	background-size: auto min(13vh, 60px);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-image: url("../../img/common/bg01.png");
	z-index: 10;
}
#chart h2 img{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
#cast .contentsWrap{
	position: relative;
	margin: 0 auto;
}
#chart .contentsInner{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
#chart .chartWrap{
	position: relative;
	margin: 5px auto 0 auto;
	padding: 0;
	max-width: 1200px;
	overflow: visible;
}
#chart .chartWrap .attention{
	position: absolute;
	top:0;
	right: 2%;
	font-size: min(2.2vw, 1.2rem);
	color: #d78362;
	z-index: 20;
	text-align: center;
	line-height: 1em;
}
#chart .chartWrap ul{
	position: relative;
	margin: -6% auto 0 auto;
	width: 100%;
	height: 0;
	padding-top:124.75%;
	background-image: url("../../img/chart/bg_chart.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 0;
}
#chart .chartWrap ul li{
	position: absolute;
	cursor: pointer;
	width: 17.084%;
	z-index: 100;
}
#chart .chartWrap ul li img{transition: 0.3s ease-in-out;}
#chart .chartWrap ul li:hover img{transform: translateY(-10px);}
#chart .chartWrap ul li:nth-child(1){
	top: 8.5%;
	left: 31.5%;
	width: 18.584%;
}
#chart .chartWrap ul li:nth-child(2){
    top: 9.32%;
    left: 59%;
    width: 18.584%;
}
#chart .chartWrap ul li:nth-child(3){
    top: 30.4%;
    left: 20%;
}
#chart .chartWrap ul li:nth-child(4){
	top: 30.45%;
    left: 46.8%;
}
#chart .chartWrap ul li:nth-child(5){
	bottom: 26.7%;
    left: 37.7%;
}
#chart .chartWrap ul li:nth-child(6){
	bottom:26.6%;
    right: 18.6%;
}
#chart .chartWrap ul li:nth-child(7){
	bottom: 2.8%;
	left: 24.8%;
}
#chart .chartWrap ul li:nth-child(8){
	bottom: 2.8%;
	left: 51.2%;
}
#popUp{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234,180,95,.9);
	z-index: 100000;
	opacity: 0;
	display: none;
	overflow-y: auto !important;
}
#popUp.disp{display: block;animation: display .5s ease-out 0s 1 forwards;}
@keyframes display {
  100% {opacity: 1; }
}
#popUp::-webkit-scrollbar{display:none;}
#winClose{
	position: fixed;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1501;
	overflow: hidden;
	scrollbar-width: none;
}
#closeBtn{
	position: fixed;
	top: -25px;
	right: -10px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 2001;
	transition: all .3s ease-out;
}
#closeBtn:hover{opacity: 0.6;}
.castArea {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1502;
	width: calc(100% - 30px);
    max-width: 580px;
}
.castArea #castData{
	position: relative;
	margin: 0 auto;
	width: 100% ;
	max-width: 584px;
	z-index: 2000;
}
.castArea #txtWrap{
	position: absolute;
	width: 94%;
	padding-top: 54%;
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
}
.castArea #txtWrap #txt{
	position: absolute;
	top:0;
	left: 0;
	width: calc(100% - 1px);
	padding: 0 15px ;
	height: 100%;
	font-size: 1.3rem;
	line-height: 1.7em;
}

.ps__rail-y {
  	display: block;
	opacity: 1;
	height: 150px;
}
.ps--active-y > .ps__rail-y  { width: 4px;opacity: 1;background-color: #e5dbd8;}
.ps__thumb-y {
	background-color: #d78362;
	height: 150px;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #d78362;
	height: 3px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #d78362;
  width: 8px;
}

@media screen and (min-width: 769px) {
	
	.innerWrap{padding-bottom: 60px;}
	.innerWrap::after{display: block;}

	/* chart */
	#chart h2{
		margin: 0 auto 20px auto;
		padding-top: 140px;
		background-size: auto 104px;
	}
	#chart .chartWrap{margin: 0 auto;}
	#chart .chartWrap .attention{
		top:3.5%;
		right: 8%;
		font-size: min(3vw, 1.25rem);
	}
	#chart .chartWrap ul{margin: -8.4% auto 0 auto;}
	
	#closeBtn{
		position: absolute;
		top:25px;
		right: -20px;
		width: 52px;
		height: 61px;
	}
	
	.castArea {
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 40px);
		max-width: 804px;
	}
	.castArea #castData{max-width: 804px;}
	.castArea #txtWrap{
		width: 51%;
		padding-top: 29.5%;
		bottom: 6%;
		left: auto;
		right: 3.5%;
		transform: translateX(0);
	}
	.castArea #txtWrap #txt{
		font-size: 1.6rem;
		line-height: 1.7em;
	}
}

@media screen and (max-height: 595px) and (max-width: 768px){
	.castArea {top: 20px;transform: translate(-50%, 0);}
}

@media screen and (max-height: 550px) and (min-width: 769px){
	.castArea {
		position: relative;
		margin: 40px auto 20px auto;
		top:auto;
		left: auto;
		transform: translate(0, 0);
	}
}