@charset "utf-8";
#ct_bg .mainArea01 {
	background-color: #e60012;
	font-size: 0;
	height: 400px;
}

#ct_bg .mainArea01 .item01 img {
	min-width: 1600px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#ct_bg .subSection01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

#ct_bg .subContentsArea01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .heading01 {
	padding: 36px 20px 68px;
	margin-bottom: -40px;
	background-color: #bbeff2;
	font-size: 3.6rem;
	line-height: 1.5;
}

#ct_bg .heading01 > span {
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-top: 82px;
	text-align: center;
}

#ct_bg .heading01 > span::before {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 148px;
	height: 73px;
	content: "";
}

#ct_bg .heading01 > .tit_lineup::before {
	background: url(../img/tit_index01.png) no-repeat 50% 0/100%;
}
#ct_bg .heading01 > .tit_movie::before {
	background: url(../img/tit_index02.png) no-repeat 50% 0/100%;
}

#ct_bg .heading02 {
	border-bottom: solid 2px #bbeff2;
	padding-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

#ct_bg .colWrap01 {
	margin: 0 auto;
	width: 960px;
	height: 0;
	opacity: 0;
	transition: opacity .3s;
}
#ct_bg .colWrap01.slick-initialized{
	opacity: 1;
	height: auto;
}

#ct_bg .colWrap01 .slick-list {
	padding-bottom: 30px;
}

#ct_bg .colWrap01 .slick-slide {
	margin-left: 10px;
	margin-right: 10px;
}

#ct_bg .colWrap01 .slick-arrow {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	border-top: 2px solid #1d888f;
	border-right: 2px solid #1d888f;
	transition: border .3s;
}

#ct_bg .colWrap01 .slick-arrow:hover {
	border-color: #e60012;
}

#ct_bg .colWrap01 .slick-arrow.slick-prev {
	transform: rotate(-135deg);
	left: -40px;
}

#ct_bg .colWrap01 .slick-arrow.slick-next {
	transform: rotate(45deg);
	right: -40px;
}

#ct_bg .col01 {
	width: 300px;
}

#ct_bg .frameArea01 {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.15);
	border: solid 4px #fff;
}

#ct_bg .frameArea01 > .image01 > a {
	position: relative;
	display: block;
}

#ct_bg .frameArea01 > .image01 > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	opacity: 0;
	transition: opacity .3s;
	content: "";
}

#ct_bg .frameArea01 > .image01 > a:hover::before {
	opacity: 1.0;
}

#ct_bg .frameArea01 > .inner01 {
	background-color: #ebebeb;
	padding: 10px 13px 20px;
}

#ct_bg .frameArea01 > .inner01 > .title01 {
	font-weight: bold;
	line-height: 1.5;
}

#ct_bg .frameArea01 > .inner01 > .title01 > .text01 {
	display: block;
	margin-bottom: 1px;
	font-size: 1.4rem;
}

#ct_bg .frameArea01 > .inner01 > .text01 {
	margin-top: 4px;
	color: #1d888f;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5;
}

#ct_bg .frameArea02 {
	position: relative;
	padding: 20px 27px;
	border: solid 4px #bbeff2;
	background-color: #fff;
}

#ct_bg .frameArea02 > .inner01 {
	padding-top: 25px;
	padding-right: 10px;
	height: 540px;
	overflow: auto;
}

#ct_bg .cont_news {
	width: 600px;
	background: url(../img/icon_index01.png) no-repeat 100% 0/85px;
}

#ct_bg .list01 > dt {
	color: #1d888f;
	font-size: 1.4rem;
}

#ct_bg .list01 > dt > .icon01 {
	display: inline-block;
	margin-left: 10px;
	color: #e60012;
	font-weight: bold;
}

#ct_bg .list01 > dt:not(:first-child) {
	margin-top: 20px;
}

#ct_bg .list01 > dd {
	margin-top: 4px;
	font-size: 1.4rem;
}

#ct_bg .bnrList01 {
	width: 320px;
}

#ct_bg .bnrList01 > li:not(:first-child) {
	margin-top: 20px;
}

#ct_bg .bnrList01 > li > a {
	display: block;
	position: relative;
	z-index: 1;

}

#ct_bg .bnrList01 > li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s,visibility .3s;
	opacity: 0;
	visibility: hidden;
	background: rgba(255,255,255,.5);
	content: "";
}

#ct_bg .bnrList01 > li > a:hover::before {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg .btn01 {
	display: table;
	margin: 25px auto 0;
}

#ct_bg .btn01 > a {
	display: block;
	padding: 10px 30px 8px;
	border-radius: 100px;
	border: solid 2px #1d888f;
	background-color: #fff;
	color: #1d888f;
	font-weight: bold;
	text-decoration: none;
	transition: background .3s,color .3s;
}

#ct_bg .btn01 > a:hover {
	background-color: #1d888f;
	color: #fff;
}

#ct_bg .btn01 > a > .inner01 {
	position: relative;
	padding-right: 17px;
}

#ct_bg .btn01 > a > .inner01::before {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -9px;
	width: 14px;
	height: 14px;
	right: 0;
	border-top: 1px solid #1d888f;
	border-right: 1px solid #1d888f;
	transition: border .3s;
	transform: rotate(45deg);
	content: "";
}

#ct_bg .btn01 > a:hover > .inner01::before {
	border-color: #fff;
}

#ct_bg .slideElm {
	opacity: 0;
	height: 0;
	transition: opacity .3s;
}
#ct_bg .slideElm.slick-initialized{
	opacity: 1;
	height: auto;
}

#ct_bg .slideArea01 {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ebebeb;
	height: 625px;
}

#ct_bg .slideArea01 > .inner01 {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .slideArea01 .item01 {
	width: 690px;
}

#ct_bg .slider02 {
	margin-bottom: 0;
}

#ct_bg .slider02 .slick-slide {
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}

#ct_bg .slider02 .slick-slide a {
	position: relative;
	display: block;
}

#ct_bg .slider02 .slick-slide a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(38,38,38,.8);
	transition: opacity .5s;
	opacity: 1.0;
	content: "";
}

#ct_bg .slider02 .slick-slide a::before {
	transition: opacity .5s;
}

#ct_bg .slider02 .slick-slide.slick-current a::before {
	opacity: 0;
}

#ct_bg .slider02 .slick-slide a::after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.5);
	transition: opacity .5s;
	opacity: 0;
	content: "";
}

#ct_bg .slider02 .slick-slide.slick-current a:hover::after {
	opacity: 1.0;
}

#ct_bg .slider02 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#ct_bg .slider02::before,
#ct_bg .slider02::after {
	position: absolute;
	z-index: 1;
	background-color: #ebebeb;
	width: 30px;
	height: 100%;
	top: 0;
	content: "";
}

#ct_bg .slider02::before {
	left: 105px;
}

#ct_bg .slider02::after {
	right: 105px;
}

#ct_bg .slider02 .slick-list {
	overflow: visible;
}

#ct_bg .slider02 .slick-dots {
	display: block;
	height: auto;
	margin-top: 2px;
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .slider02 .slick-dots > li {
	width: 30px;
	height: 4px;
	margin-left: 5px;
	margin-right: 5px;
}

#ct_bg .slider02 .slick-dots > li > button {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
	background-color: #999;
	transition: background .3s;
}

#ct_bg .slider02 .slick-dots > li > button:hover {
	background-color: #e60012;
}

#ct_bg .slider02 .slick-dots > li.slick-active > button {
	background-color: #e60012;
}

#ct_bg .slider02 .slick-dots > li > button::before {
	content: none;
}

#ct_bg .slider02 .slick-dots > li > button:not(:first-child) {
	display: none;
}

#ct_bg .slider02 .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
}

#ct_bg .slider02 .slick-arrow.slick-prev {
	left: 50px;
	border-width: 55px 55px 55px 0;
	border-color: transparent #ebebeb transparent transparent;
}

#ct_bg .slider02 .slick-arrow.slick-next {
	right: 50px;
	border-width: 55px 0 55px 55px;
	border-color: transparent transparent transparent #ebebeb;
}

#ct_bg .slider02 .slick-arrow.slick-prev::before,
#ct_bg .slider02 .slick-arrow.slick-next::before {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	border-top: 2px solid #1d888f;
	border-right: 2px solid #1d888f;
	transition: border .3s;
	content: "";
}

#ct_bg .slider02 .slick-arrow.slick-prev:hover::before,
#ct_bg .slider02 .slick-arrow.slick-next:hover::before {
	border-color: #e60315;
	opacity: 1.0;
}

#ct_bg .slider02 .slick-arrow.slick-prev::before {
	left: 40px;
	transform: rotate(-135deg);
}

#ct_bg .slider02 .slick-arrow.slick-next::before {
	right: 40px;
	transform: rotate(45deg);
}

#ct_bg .slider03 {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .slider03 .item01 .movieWrap01 {
	display: none;
}

#ct_bg .slider03 .item01 .image01 {
	position: relative;
	border: solid 4px #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.15);
	overflow: hidden;
}

#ct_bg .slider03 .item01 .image01::before,
#ct_bg .slider03 .item01 .image01::after {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	pointer-events: none;
	content: "";
}

#ct_bg .slider03 .item01 .image01::before {
	width: 100px;
	height: 100px;
	border: solid 3px #fff;
	border-radius: 50%;
	transform: translate(-50%,-50%);
}

#ct_bg .slider03 .item01 .image01::after {
	width: 0;
	height: 0;
	margin-left: -15px;
	border-style: solid;
	border-width: 24px 0 24px 40px;
	border-color: transparent transparent transparent #fff;
	transform: translateY(-50%);
}

#ct_bg .slider03 .item01 .image01 a {
	position: relative;
	display: block;
	z-index: 1;
}

#ct_bg .slider03 .item01 .image01 a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	background: rgba(0,0,0,.3);
	transition: opacity .3s,visibility .3s;
	content: "";
}

#ct_bg .slider03 .item01 .image01 a:hover::before {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg .slider03 .item01 .image01 a img {
	transition: transform .3s;
}

#ct_bg .slider03 .item01 .image01 a:hover img {
	transform: scale(1.1,1.1)
}

#ct_bg .slider03 .item01 .text01 {
	margin-top: 10px;
}

#ct_bg .slider03 .slick-slide {
	margin-left: 10px;
	margin-right: 10px;
}

#ct_bg .slider03 .slick-arrow {
	position: absolute;
	z-index: 3;
	top: 95px;
	width: 42px;
	height: 42px;
	border-top: 2px solid #1d888f;
	border-right: 2px solid #1d888f;
	transition: border .3s;
}

#ct_bg .slider03 .slick-arrow:hover {
	border-color: #e60012;
}

#ct_bg .slider03 .slick-arrow.slick-prev {
	transform: rotate(-135deg);
	left: -30px;
}

#ct_bg .slider03 .slick-arrow.slick-next {
	transform: rotate(45deg);
	right: -30px;
}

#ct_bg .date01 {
	display: inline-block;
	margin-bottom: 6px;
	border: solid 1px #1d888f;
	background-color: #fff;
	padding: 2px 8px 0;
	color: #1d888f;
	font-weight: bold;
	font-size: 1.2rem;
}

@media screen and (max-width: 639px) {
#ct_bg .mainArea01 {
	height: 66.66vw;
}
#ct_bg .mainArea01 .item01 img {
	min-width: inherit;
	left: inherit;
	transform: translateX(0);
}
#ct_bg .slideArea01 {
	height: 92.8vw;
}

#ct_bg .subSection01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .subContentsArea01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	display: block;
}

#ct_bg .heading01 {
	width: 108.695%;
	padding-bottom: 72px;
	margin-left: -4.3475%;
	font-size: 2.4rem;

}

#ct_bg .heading01 > span {
	padding-top: 62px;
}

#ct_bg .heading01 > span::before {
	width: 110px;
	height: 54px;
}

#ct_bg .heading02 {
	padding-bottom: 15px;
	font-size: 1.8rem;
}

#ct_bg .colWrap01 {
	margin: 0 auto;
	width: 100%;
	height: auto;
	opacity: 1.0;
}

#ct_bg .col01 {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 70px;
}

#ct_bg .col01.mallBtnNone {
	padding-bottom: 0;
}

#ct_bg .col01::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #ebebeb;
	content: "";
}

#ct_bg .col01.mallBtnNone::before {
	content: none;
}

#ct_bg .col01:not(:first-child) {
	margin-top: 20px;
}

#ct_bg .col01 > .image01 {
	width: 120px;
}

#ct_bg .col01 .mallBtn01 {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

#ct_bg .frameArea01 > .image01 > a:hover::before {
	opacity: 0;
}

#ct_bg .frameArea01 > .inner01 {
	padding: 12px 15px;
	width: calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	background-color: #fff;
}

#ct_bg .frameArea01 > .inner01 > .text01 {
	margin-top: 10px;
	font-size: 1.2rem;
}

#ct_bg .frameArea02 {
	padding: 25px 7.703%;
}

#ct_bg .frameArea02 > .inner01 {
	padding-right: 10px;
	height: 100%;
	max-height: 300px;
}

#ct_bg .cont_news {
	width: 100%;
}

#ct_bg .list01 > dt {
	font-size: 1.2rem;
}

#ct_bg .list01 > dd {
	font-size: 1.2rem;
}

#ct_bg .bnrList01 {
	width: 100%;
	margin-top: 60px;
}

#ct_bg .bnrList01 > li {
	width: 69.565%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .bnrList01 > li > a:hover::before {
	opacity: 0;
	visibility: hidden;
}

#ct_bg .btn01 > a {
	padding: 11px 40px;
}

#ct_bg .btn01 > a:hover {
	background-color: #fff;
	color: #1d888f;
}

#ct_bg .btn01 > a > .inner01 {
	padding-right: 15px;
}

#ct_bg .btn01 > a > .inner01::before {
	margin-top: -8px;
	width: 12px;
	height: 12px;
}

#ct_bg .btn01 > a:hover > .inner01::before {
	border-color: #fff;
}

#ct_bg .btn01 > a:hover {
	background-color: #fff;
	color: #1d888f;
}

#ct_bg .btn01 > a:hover > .inner01::before {
	border-color: #1d888f;
}

#ct_bg .slideArea01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .slideArea01 .item01 {
	width: 100%;
}

#ct_bg .slider02 .slick-slide {
	margin-left: 0;
	margin-right: 0;
}

#ct_bg .slider02 .slick-slide a::before {
	content: none;
}

#ct_bg .slider02 .slick-slide.slick-current a:hover::after {
	opacity: 0;
}

#ct_bg .slider02::before,
#ct_bg .slider02::after {
	content: none;
}

#ct_bg .slider02 .slick-list {
	overflow: hidden;
}

#ct_bg .slider02 .slick-dots {
	margin-top: 2px;
}

#ct_bg .slider02 .slick-dots > li > button {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
	background-color: #999;
	transition: background .3s;
}

#ct_bg .slider02 .slick-dots > li > button:hover {
	background-color: #999;
}

#ct_bg .slider02 .slick-arrow,
#ct_bg .slider02 .slick-arrow.slick-prev,
#ct_bg .slider02 .slick-arrow.slick-next {
	display: none !important;
}

#ct_bg .slider02 .slick-arrow.slick-prev::before,
#ct_bg .slider02 .slick-arrow.slick-next::before {
	content: none;
}

#ct_bg .slider03 .slick-arrow:hover {
	border-color: #1d888f;
}

#ct_bg .slider03 {
	width: 88.405%;
}

#ct_bg .slider03 .item01 .image01::before {
	width: 20.266vw;
	height: 20.266vw;
	border-width: 2px;
}

#ct_bg .slider03 .item01 .image01::after {
	margin-left: -3vw;
	border-width: 4.8vw 0 4.8vw 8.266vw;
}

#ct_bg .slider03 .item01 .image01 a:hover::before {
	opacity: 0;
	visibility: hidden;
}

#ct_bg .slider03 .item01 .image01 a:hover img {
	transform: scale(1.0,1.0)
}

#ct_bg .slider03 .item01 .image01 {
	display: none;
}

#ct_bg .slider03 .item01 .movieWrap01 {
	display: block;
}

#ct_bg .slider03 .slick-slide {
	margin-left: 0;
	margin-right: 0;
}

#ct_bg .slider03 .slick-arrow {
	top: 18.666vw;
	width: 8.266vw;
	height: 8.266vw;
}

#ct_bg .slider03 .slick-arrow:hover {
	border-color: #1d888f;
}

#ct_bg .slider03 .slick-arrow.slick-prev {
	left: -6vw;
}

#ct_bg .slider03 .slick-arrow.slick-next {
	right: -6vw;
}

#ct_bg .date01 {
	font-size: 1.1rem;
}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
