@charset "UTF-8";
#ct_bg .movieTitle {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 13px;
}
#ct_bg .movieText01 {
	margin-top: 10px;
}
#ct_bg .movieText02 {
	margin-top: 5px;
}
#ct_bg .movieTextBtn02 {
	margin-top: 5px;
}
#ct_bg .movieTextBtn02 > span.title {
	display: none;
}
#ct_bg .storyBox01 {
	background: #fff;
	padding: 0 20px 35px;
	border-radius: 0 0 10px 10px;
}
#ct_bg .storyBox01 > .inner01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .storyBox01 > .inner01::after {
	display: block;
	content:"";
	width: 32.15%;
}
#ct_bg .storyBox01 > .inner01 > .storyItem {
	margin-top: 20px;
	width: 32.15%;
}
#ct_bg .storyBox01 > .inner01 > .storyItem:nth-child(3n + 3) {

}
#ct_bg .storyBox01 > .inner01 > .storyItem:nth-child(n + 4) {
}
#ct_bg .storyBox01.type02 {
	padding-top: 20px;
	padding-left: 200px;
	padding-right: 200px;
	position: relative;
	background: #fff url("../img/img_index03.png") no-repeat calc(100% - 26px) calc(100% - 58px);
}
#ct_bg .storyBox01.type02::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -23px;
	width: 187px;
	height: 110px;
	background: url("../img/img_index02.png") no-repeat 0 0;
	transform: translate(0, -22%);
}
#ct_bg .storyBox01.type02::after {
	content: '';
	position: absolute;
	top: 0;
	right: -19px;
	width: 196px;
	height: 114px;
	background: url("../img/img_index01.png") no-repeat 0 0;
	transform: translate(0, 41%);
}
#ct_bg .mainImg01 {
	margin-bottom: 42px;
}
#ct_bg .comingSoonText01 {
	text-align: center;
	margin-bottom: 78px;
}
#ct_bg .text01 {
	text-align: center;
	margin-bottom: 78px;
}
#ct_bg .subSection01.ti01 .heading02,
#ct_bg .subSection01.ti02 .heading02 {
	min-height: 100px;
}
#ct_bg .subSection01.ti01 .heading02 > span {
	position: relative;
	top: 0;
	margin: 0 auto;
	padding-left: 250px;
	display: table;
	line-height: 1.2;
	text-align: left;
}
#ct_bg .subSection01.ti01 .heading02 > span > span {
	font-size: 2.2rem;
}
#ct_bg .subSection01.ti01 .heading02 > span::before {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	display: block;
	width: 230px;
	height: 67px;
	background: url("../img/h2_index01.png") no-repeat;
	background-size: 230px;
}
#ct_bg .subSection01.ti02 .heading02.left {
	text-align: left;
}
#ct_bg .subSection01.ti02 .heading02 > span {
	position: relative;
	top: 0;
	margin: 0 auto;
	padding-left: 250px;
	display: table;
	line-height: 1.2;
	text-align: left;
}
#ct_bg .subSection01.ti02 .heading02 > span > span {
	font-size: 2.2rem;
}
#ct_bg .subSection01.ti02 .heading02 > span::before {
	position: absolute;
	top: 0;
	left: 13px;
	content: "";
	display: block;
	width: 217px;
	height: 84px;
	background: url("../img/h2_index02.png") no-repeat;
	background-size: 217px;
}
@media screen and (max-width: 767px) {
	#ct_bg .movieTitle {
		font-size: 1.4rem;
		margin-top: 13px;
	}
	#ct_bg .movieText01 {
		margin-top: 5px;
	}
	#ct_bg .movieText02 {
		display: none;
	}
	#ct_bg .movieTextBtn02 {
		border-top: 1px solid #007130;
	}
	#ct_bg .movieTextBtn02 > span.title {
		display: block;
		padding: 10px 0;
		text-align: center;
		border-bottom: 1px solid #007130;
		font-size: 1.4rem;
		font-weight: 600;
		color: #007130;
		cursor: default;
	}
	#ct_bg .movieTextBtn02 > span.title:hover {
		cursor: pointer;
	}
	#ct_bg .movieTextBtn02 > span.title > span {
		position: relative;
		display: table;
		margin: 0 auto;
		padding-right: 1rem;
	}
	#ct_bg .movieTextBtn02 > span.title > span::after {
		position: absolute;
		top: calc(50% - 8px);
		right: -1rem;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #007130;
		border-right: 2px solid #007130;
		transform: rotate(135deg);
	}
	#ct_bg .movieTextBtn02 > span.title.on > span::after {
		top: calc(50% - 3px)!important;
		transform: rotate(-45deg)!important;
	}
	#ct_bg .movieTextBtn02 > span.text {
		display: none;
		margin-top: 10px;
	}
	#ct_bg .mainImg01 {
		margin-left: -2.8169%;
		margin-right: -2.8169%;
		margin-bottom: 30px;
	}
	#ct_bg .comingSoonText01 {
		margin-bottom: 50px;
	}
	#ct_bg .storyBox01 {
		background: #fff;
		/*padding: 20px 15px 27px;*/
		padding: 5px 15px 27px;
	}
	#ct_bg .storyBox01.type02 {
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		background: #fff;
	}
	#ct_bg .storyBox01.type02::before {
		width: 0;
		height: 0;
		background: none;
	}
	#ct_bg .storyBox01.type02::after {
		width: 0;
		height: 0;
		background: none;
	}
	#ct_bg .storyBox01 > .inner01 {
		justify-content: space-between;
	}
	#ct_bg .storyBox01 > .inner01 > .storyItem {
		width: 48.5%;
		margin-right: 0;
		margin-top: 20px;
	}
	/*#ct_bg .storyBox01 > .inner01 > .storyItem:nth-child(n + 3) {
	margin-top: 20px;
	}*/
	#ct_bg .text01 {
		text-align: center;
		margin-bottom: 50px;
	}
	#ct_bg .text01 img {
		width: 65.63%;
	}
	#ct_bg .subSection01.ti01 .heading02,
	#ct_bg .subSection01.ti02 .heading02 {
		min-height: 87px;
	}
	#ct_bg .subSection01.ti01 .heading02 > span {
		padding-top: 60px;
		padding-left: 0;
		text-align: center;
	}
	#ct_bg .subSection01.ti01 .heading02 > span::before {
		width: 155px;
		height: 45px;
		background-size: 155px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	#ct_bg .subSection01.ti02 .heading02 > span {
		padding-top: 60px;
		padding-left: 0;
		text-align: center;
	}
	#ct_bg .subSection01.ti01 .heading02 > span > span,
	#ct_bg .subSection01.ti02 .heading02 > span > span {
		font-size: 1.8rem;
	}
	#ct_bg .subSection01.ti02 .heading02 > span::before {
		width: 146px;
		height: 57px;
		background-size: 146px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}
@media screen and (max-width: 369px) {
	#ct_bg .subSection01.ti01 .heading02 > span,
	#ct_bg .subSection01.ti02 .heading02 > span {
		font-size: 1.8rem;
		white-space: normal;
	}
	#ct_bg .subSection01.ti01 .heading02 > span > span,
	#ct_bg .subSection01.ti02 .heading02 > span > span {
		font-size: 1.4rem;
	}
}