#ct_bg {min-width:1200px;overflow:hidden;}
@media screen and (max-width: 639px) {
    #ct_bg {min-width:100%;}
}

.mainVisCol {
	height: 657px;
	position: relative;
}
.mainVisCol .mapCol {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1400px;
	height: 657px;
	margin-left: -700px;
}
.mainVisCol .mapCol .pcMap {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1400px;
	height: auto;
	margin-left: -700px;
}
.mainVisCol .mapCol .pcMap .mapBase {
	width: 100%;
	height: auto;
}
.mainVisCol .mapCol .spMap .mapBase {
	width: 100%;
	height: auto;
}
.mainVisCol .mapCol .pcMap .mapAmine {
	position: absolute;
    width: 98px;
    height: auto;
    top: 220px;
    left: 648px;
}
.mainVisCol .mapCol .spMap .mapAmine {
	position: absolute;
    width: 12%;
    height: auto;
    top: 38.25%;
    left: 44.25%;
}
.mainVisCol .mapCol .pcMap .mapMask {
	position: absolute;
	width: 384px;
	height: auto;
	top: 305px;
	left: 542px;
}
.mainVisCol .mapCol .spMap .mapMask {
    position: absolute;
    width: 37%;
    height: auto;
    top: 52%;
    left: 35%;
}
.mainVisCol .mapCol .pcMap .mapHeli {
    position: absolute;
    width: 87px;
    height: auto;
    top: 244px;
    left: 514px;
}
.mainVisCol .mapCol .spMap .mapHeli {
    position: absolute;
    width: 10%;
    height: auto;
    top: 41%;
    left: 30%;
}
.mainVisCol .mapCol .pcToy {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: auto;
}
.mainVisCol .mapCol .spMap,
.mainVisCol .mapCol .spToy {
	display: none;
}
.mainVisCol .mapCol .mapLogo {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 147px;
	margin-left: -680px;
	height: auto;
	z-index: 3;
}
@media screen and (max-width: 1380px) {
	.mainVisCol .mapCol .mapLogo {
		top: 10px;
		margin-left: -590px;
	}
}
.mainVisCol .mapCol .areaSet .spTtl {
	display: none;
}
.mainVisCol .mapCol .areaSet .areaItem {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	cursor: pointer;
    z-index:3;
}
.mainVisCol .mapCol .areaSet .areaItem .pointWrap {
	position: relative;
	width: 110px;
	height: 110px;
}
.mainVisCol .mapCol .areaSet .areaItem .point {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 2px solid #fff;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
	transition: width 0.2s ease-out, height 0.2s ease-out;
}
.mainVisCol .mapCol .areaSet .areaItem .point img {
	width: 85px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -41px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.mainVisCol .mapCol .areaSet .areaItem:hover .pointWrap {
	opacity: 1 !important;
}
.mainVisCol .mapCol .areaSet .areaItem:hover .point {
	width: 110px;
	height: 110px;
}
.mainVisCol .mapCol .areaSet .areaItem:hover .point img {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.mainVisCol .mapCol .areaSet .areaItem01 {
	margin-top: 0px;/*margin-top: 60px; 202008修正*/
    margin-left: 35px;/*202008追記*/
}
.mainVisCol .mapCol .areaSet .areaItem01 .point {
	background: #e70012;
}
.mainVisCol .mapCol .areaSet .areaItem01 .point img {
	margin-top: -39px;
}

.mainVisCol .mapCol .areaSet .areaItem02 {
	margin-top: -224px;
	margin-left: -237px;
}
.mainVisCol .mapCol .areaSet .areaItem02 .point {
	background: #22ac38;
}

.mainVisCol .mapCol .areaSet .areaItem03 {
	margin-top: -124px;
	margin-left: 348px;
}
.mainVisCol .mapCol .areaSet .areaItem03 .point {
	background: #004ea2;
}
.mainVisCol .mapCol .areaSet .areaItem03 .point img {
	margin-top: -40px;
	margin-left: -42px;
}

.mainVisCol .mapCol .areaSet .areaItem04 {
	margin-top: -98px;
	margin-left: -322px;
}
.mainVisCol .mapCol .areaSet .areaItem04 .point {
	background: #1a0b08;
}
.mainVisCol .mapCol .areaSet .areaItem04 .point img {
	margin-top: -36px;
	margin-left: -41px;
}

.mainVisCol .mapCol .areaSet .areaItem05 {
	margin-top: 48px;
	margin-left: 412px;
}
.mainVisCol .mapCol .areaSet .areaItem05 .point {
	background: #fff100;
}
.mainVisCol .mapCol .areaSet .areaItem05 .point img {
	margin-top: -45px;
	margin-left: -42px;
}

.mainVisCol .pointBalloon {
	position: absolute;
	top: 50%;
	left: 50%;
	/*margin-top: -110px;
	margin-left: -90px;　202008修正*/
    margin-top: -50px;
	margin-left: -130px;
	cursor: pointer;
	z-index: 2;
}
.mainVisCol .pointBalloon {
	-webkit-animation-name: biyon-tate;
	        animation-name: biyon-tate;
	-webkit-animation-duration: 1000ms;
	        animation-duration: 1000ms;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
}
@-webkit-keyframes biyon-tate {
	0% {
	}
	25% {
		-webkit-transform: scale(0.9, 1.4);
		        transform: scale(0.9, 1.4);
	}
	100% {
		-webkit-transform: scaleX(1.4, 0.7);
		        transform: scaleX(1.4, 0.7);
	}
}
@keyframes biyon-tate {
	0% {
	}
	25% {
		-webkit-transform: scale(0.9, 1.4);
		        transform: scale(0.9, 1.4);
	}
	100% {
		-webkit-transform: scaleX(1.4, 0.7);
		        transform: scaleX(1.4, 0.7);
	}
}
.mainVisCol .pointBalloon img {
	width: 66px;
	height: 66px;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	display: block;
}
.mainVisCol .pointBalloon:hover img {
	opacity: 0.7;
}

.mainVisCol .numBoard {
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 200px;
	background: url(../img/top_main_board.png) no-repeat center center;
	background-size: 195px auto;
	z-index: 2;
}
.mainVisCol .numBoard .spImg {
	display: none;
}

@media screen and (max-width: 639px) {
	.mainVisCol {
		height: auto;
	}
	.mainVisCol .mapCol {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		margin-left: 0;
	}
	.mainVisCol .spMapCol {
		position: relative;
	}
	.mainVisCol .mapCol .pcMap,
	.mainVisCol .mapCol .pcMapAnime,
	.mainVisCol .mapCol .pcMapMask {
		display: none;
	}
	.mainVisCol .mapCol .pcToy {
		display: none;
	}
	.mainVisCol .mapCol .spMap,
	.mainVisCol .mapCol .spToy {
		display: block;
		width: 100%;
		height: auto;
	}
	.mainVisCol .mapCol .spToy {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.mainVisCol .mapCol .mapLogo {
		position: absolute;
		top: 14px;
		left: 12px;
		width: 19.6%;
		margin-left: 0;
		height: auto;
	}
	.mainVisCol .mapCol .areaSet {
		padding: 10px 0;
		background-color: #111;
	}
	.mainVisCol .mapCol .areaSet .spTtl {
		display: block;
		text-align: center;
		font-size: 12px;
		color: #5e5e5e;
		font-weight: bold;
	}
	.mainVisCol .mapCol .areaSet .areaList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
				align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
		max-width: 350px;
		margin: 10px auto 0;
	}
	.mainVisCol .mapCol .areaSet .areaItem {
		position: static;
		width: 20%;
		height: auto;
		border-radius: 0;
		-webkit-transform: none;
				transform: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 0 10px;
		margin: 0 !important;	
	}
	.mainVisCol .mapCol .areaSet .areaItem .pointWrap {
		opacity: 1 !important;
		width: auto;
		height: auto;
	}
	.mainVisCol .mapCol .areaSet .areaItem .point {
		position: static;
		overflow: hidden;
		width: auto;
		height: auto;
		border-radius: 0;
		border: none;
		-webkit-transform: none;
				transform: none;
		-webkit-transition: none;
		transition: none;
		background: none;
	}
	.mainVisCol .mapCol .areaSet .areaItem .point img {
		width: 100%;
		height: auto;
		position: static;
		margin: 0;
		opacity: 1 !important;
	}
	.mainVisCol .mapCol .areaSet .areaItem:hover .point {
		width: auto;
		height: auto;
	}
	.mainVisCol .mapCol .areaSet .areaItem:hover .point img {
		opacity: 1;
	}
	.mainVisCol .pointBalloon {
		/*margin-top: -9%;
		margin-left: -10%;　202008修正*/
        margin-top: -2.75%;
		margin-left: -14%;
		cursor: pointer;
	}
	.mainVisCol .pointBalloon {
		width: 8%;
        top:45.25%;
	}
	.mainVisCol .pointBalloon img {
		width: 100%;
		height: auto;
	}
	.mainVisCol .pointBalloon:hover img {
		opacity: 1 !important;
	}

	.mainVisCol .numBoard {
		position: absolute;
		top: 25px;
		left: 37.5%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		/*padding-right: 4%;
		padding-left: 26%;*/
		margin-left: 0;
		width: 27%;
		height: auto;
		background: none;
	}
	.mainVisCol .numBoard .spImg {
		display: block;
		width: 100%;
	}
}


.slide .slidePrev,
.slide .slideNext {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	margin-top: -50px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
.slide .slidePrev {
	right: 50%;
	border-radius: 100px 0 0 100px;
}
.slide .slideNext {
	left: 50%;
	border-radius: 0 100px 100px 0;
}
.slide .slidePrev img,
.slide .slideNext img {
	width: 15px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12.5px 0 0 -7.5px;
}
.slide .pager {
	position: absolute;
	width: 100%;
	text-align: center;
}
.slide .pager .pagerItem {
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	margin: 0 12px;
	background: #fff;
	vertical-align: bottom;
	cursor: pointer;
}
.slide .pager .pagerItem.current {
	background: #111;
	cursor: default;
}

@media screen and (max-width: 639px) {
	.slide .slidePrev,
	.slide .slideNext {
		width: 30px;
		height: 60px;
		margin-top: -30px;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
	}
	.slide .slidePrev {
		right: auto;
		left: 0;
		border-radius: 60px 0 0 60px;
	}
	.slide .slideNext {
		left: auto;
		right: 0;
		border-radius: 0 60px 60px 0;
	}
	.slide .slidePrev img,
	.slide .slideNext img {
		width: 9px;
		margin: -7.5px 0 0 -4.5px;
	}
	.slide .pager {
		left: 0;
	}
	.slide .pager .pagerItem {
		width: 12px;
		height: 12px;
		margin: 0 9px;
	}
}

.slide3ItemCol {
	margin-top: 45px;
}
.slide3ItemCol .slide {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.slide3ItemCol .slide .slideInr {
	margin: 0 -10.5px;
	padding: 20px 0;
	overflow: hidden;
}
.slide3ItemCol .slide .mask {
	width: 407px;
	overflow: visible;
}
.slide3ItemCol .slide .slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slide3ItemCol .slide .slider .item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}
.slide3ItemCol .slide .slider .item .itemInr {
	display: block;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.slide3ItemCol .slide .slider .item .thum {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.slide3ItemCol .slide .slider .item .thum img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.slide3ItemCol .slide .slider .item a:hover .thum img {
	opacity: 0.7;
}
.slide3ItemCol .slide .slidePrev {
	margin-right: 620px;
}
.slide3ItemCol .slide .slideNext {
	margin-left: 620px;
}
.slide3ItemCol .slide .pager {
	bottom: -26px;
}

@media screen and (max-width: 639px) {
	.slide3ItemCol {
		margin-top: 50px;
	}
	.slide3ItemCol .slide {
		width: auto;
		padding: 0 40px;
	}
	.slide3ItemCol .slide .slideInr {
		margin: 0;
		padding: 20px 0;
		overflow: hidden;
	}
	.slide3ItemCol .slide .mask {
		width: auto;
	}
	.slide3ItemCol .slide .slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.slide3ItemCol .slide .slider .item {
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		padding: 0 10px;
	}
	.slide3ItemCol .slide .slider .item .itemInr {
		border-radius: 4px;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
		width: 100%;
	}
	.slide3ItemCol .slide .slider .item .thum {
		border-radius: 4px 4px 0 0;
	}
	.slide3ItemCol .slide .slider .item a:hover .thum img {
		opacity: 1;
	}
	.slide3ItemCol .slide .slidePrev {
		margin-right: 0;
		left: 10px;
	}
	.slide3ItemCol .slide .slideNext {
		margin-left: 0;
		right: 10px;
	}
	.slide3ItemCol .slide .pager {
		bottom: -13px;
	}
}


.section .btnLine {
	margin-top: 90px;
}
.section .btnMore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	width: 300px;
	height: 60px;
	background: #cbcbcb;
	border-radius: 40px;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
			box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.section a.btnMore {
	background: #111;
}
.section a.btnMore:hover {
	opacity: 0.7;
}
.section .btnMore img {
	width: 100px;
	height: auto;
}

@media screen and (max-width: 639px) {
	.section .btnLine {
		margin-top: 52px;
		padding: 0 10px;
	}
	.section .btnMore {
		width: 100%;
		max-width: 225px;
		height: 50px;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
	}
	.section .btnMore img {
		width: 100%;
		max-width: 90px;
	}
}


.secNewitem {
	height: 620px;
	background: url(../img/top_newitem_bg.png) no-repeat center top;
	background-size: cover;
}
.secNewitem .secInr {
	padding-top: 67px;
	background: url(../img/top_newitem_img.png) no-repeat center top;
	background-size: 1200px auto;
}
.secNewitem .secTtl img {
	width: 108px;
}
.secNewitem .slideCol {
	margin: 63px -10px 0;
	position: relative;
}
.secNewitem .slideCol .slidBelt {
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.5);
}
.secNewitem .slide {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.secNewitem .slide::before,
.secNewitem .slide::after {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	position: absolute;
	top: 0;
	z-index: 2;
	border-radius: 9px;
}
.secNewitem .slide::before {
	left: 50%;
	margin-left: 510px;
}
.secNewitem .slide::after {
	right: 50%;
	margin-right: 510px;
}
.secNewitem .slide .mask {
	width: 500px;
	overflow: visible;
}
.secNewitem .slide .slider .item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px;
}
.secNewitem .slide .slider .item img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.secNewitem .slide .slider .item a:hover img {
	opacity: 0.7;
}
.secNewitem .slide .slidePrev {
	margin-right: 510px;
	z-index: 3;
}
.secNewitem .slide .slideNext {
	margin-left: 510px;
	z-index: 3;
}
.secNewitem .slide .pager {
	bottom: -66px;
}

@media screen and (max-width: 639px) {
	.secNewitem {
		height: auto;
		overflow: hidden;
		background-image: url(../img/top_newitem_bg_sp.png);
	}
	.secNewitem .secInr {
		padding-top: 64px;
		padding-bottom: 105px;
		background-image: url(../img/top_newitem_img_sp.png);
		background-size: 375px auto;
	}
	.secNewitem .secTtl {
		display: block;
		width: 85px;
		height: 44px;
		background: url(../img/top_newitem_ttl_sp.png) no-repeat center top;
		background-size: 85px auto;
		margin: 0 auto;
	}
	.secNewitem .secTtl img {
		display: none;
	}
	.secNewitem .slideCol {
		margin: 62px 0 0;
	}
	.secNewitem .slideCol .slidBelt {
		padding: 10px 0;
	}
	.secNewitem .slide {
		width: auto;
		margin: 0 auto;
		padding: 0 62px;
	}
	.secNewitem .slide::before,
	.secNewitem .slide::after {
		width: 68px;
		border-radius: 4px;
		left: auto;
		right: auto;
		margin: 0;
	}
	.secNewitem .slide::before {
		right: -10px;
	}
	.secNewitem .slide::after {
		left: -10px;
	}
	.secNewitem .slide .mask {
		width: 100%;
	}
	.secNewitem .slide .slider .item {
		padding: 0 5px;
	}
	.secNewitem .slide .slider .item a:hover img {
		opacity: 1;
	}
	.secNewitem .slide .slidePrev {
		margin-right: 0;
		left: 27px;
	}
	.secNewitem .slide .slideNext {
		margin-left: 0;
		right: 27px;
	}
	.secNewitem .slide .pager {
		bottom: -42px;
	}
}


.secMovie {
	/*height: 870px;*/
    height: 980px;
	background: url(../img/top_movie_bg.png) repeat center top;
}
.secMovie .secInr {
	width: auto;
	padding-top: 103px;
	background: url(../img/top_movie_img.png) no-repeat center top;
	background-size: 1200px auto;
	position: relative;
	color: #333;
}
.secMovie .secInr::before {
	content: "";
	display: block;
	position: absolute;
	top: -109px;
	left: 50%;
	margin-left: -710px;
	width: 495px;
	height: 293px;
	background: url(../img/top_movie_img02.png) no-repeat left top;
	background-size: 495px auto;
}
.secMovie .secTtl img {
	/*width: 142px;*/
    width: 240px;
}
.secMovie .slideCol .slide .slider .item .thum {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.secMovie .slideCol .slide .slider .item .thum iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.secMovie .slideCol .slide .slider .item .txtCol {
	padding: 20px 20px 30px;
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.secMovie .slideCol .slide .slider .item a {
	color: #333;
	text-decoration: none;
}
.secMovie .slideCol .slide .slider .item a:hover .itemTtl {
	text-decoration: underline;
}
.secMovie .slideCol .slide .slider .item rt {
	font-size: 10px;
	position: relative;
	top: -4px;
	-webkit-transform: scale(0.8) translateY(-3px);
	        transform: scale(0.8) translateY(-3px);
	-webkit-transform-origin: bottom top;
	        transform-origin: bottom top;
}
.is_firefox .secMovie .slideCol .slide .slider .item rt {
	top: 0;
	font-size: 8px;
}

@media screen and (max-width: 639px) {
	.secMovie {
		height: auto;
		background: url(../img/top_movie_bg_sp.png) no-repeat center top;
		background-size: cover;
	}
	.secMovie .secInr {
		width: auto;
		padding-top: 63px;
		padding-bottom: 70px;
		background-image: url(../img/top_movie_img_sp.png);
		background-size: 375px auto;
        background-position:60% 5%;
	}
	.secMovie .secInr::before {
		top: -50px;
		left: -10px;
		margin-left: 0;
		width: 190px;
		height: 113px;
		background-size: 190px auto;
	}
	.secMovie .secTtl img {
		/*width: 110px;*/
        width: 150px;
	}
	.secMovie .slideCol .slide .slider .item .txtCol {
		padding: 14px 10px 14px 12px;
	}

	.secMovie .slideCol .slide .slider .item a:hover .itemTtl {
		text-decoration: underline;
	}
}



.secProduct {
	height: 840px;
	background: url(../img/top_product_bg.png) no-repeat center top;
	background-size: cover;
}
.secProduct .secInr {
	width: auto;
	padding-top: 97px;
	background: url(../img/top_product_img.png) no-repeat center top;
	background-size: 1200px auto;
	position: relative;
	color: #333;
}
.secProduct .secInr::before {
	content: "";
	display: block;
	position: absolute;
	top: -207px;
	left: 60%;
	margin-left: 170px;
	width: 221px;
	height: 402px;
	background: url(../img/top_product_img02.png) no-repeat right top;
	background-size: 221px auto;
	pointer-events: none;
}
.secProduct .secTtl img {
	width: 146px;
}
.secProduct .slideCol .slide .slider .item .itemInr {
	background: #f6f20d;
}
.secProduct .slideCol .slide .slider .item .txtCol {
	font-size: 16px;
	line-height: 2;
	color: #333;
	padding: 0 85px 0 20px;
	position: relative;
}
.secProduct .slideCol .slide .slider .hasAreaIcn .txtCol::after {
	content: "";
	width: 53px;
	height: 53px;
	overflow: hidden;
	background: no-repeat center center;
	background-size: 53px auto;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -27px;
}
.secProduct .slideCol .slide .slider .areaIcn01 .txtCol::after {
	background-image: url(../img/top_area_icn01.png);
}
.secProduct .slideCol .slide .slider .areaIcn02 .txtCol::after {
	background-image: url(../img/top_area_icn02.png);
}
.secProduct .slideCol .slide .slider .areaIcn03 .txtCol::after {
	background-image: url(../img/top_area_icn03.png);
}
.secProduct .slideCol .slide .slider .areaIcn04 .txtCol::after {
	background-image: url(../img/top_area_icn04.png);
}
.secProduct .slideCol .slide .slider .areaIcn05 .txtCol::after {
	background-image: url(../img/top_area_icn05.png);
}
.secProduct .slideCol .slide .slider .item .txtCol .colInr {
	min-height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.secProduct .slideCol .slide .slider .item a {
	color: #333;
	text-decoration: none;
}
.secProduct .slideCol .slide .slider .item a:hover .itemTtl {
	text-decoration: underline;
}
.secProduct .slideCol .slide .slider .item rt {
	font-size: 10px;
	position: relative;
	top: -4px;
	-webkit-transform: scale(0.8) translateY(-3px);
	        transform: scale(0.8) translateY(-3px);
	-webkit-transform-origin: bottom top;
	        transform-origin: bottom top;
}
.is_firefox .secProduct .slideCol .slide .slider .item rt {
	top: 0;
	font-size: 8px;
}

@media screen and (max-width: 639px) {
	.secProduct {
		height: auto;
		background-image: url(../img/top_product_bg_sp.png);
	}
	.secProduct .secInr {
		padding-top: 68px;
		padding-bottom: 70px;
		background-image: url(../img/top_product_img_sp.png);
		background-size: 375px auto;
	}
    .secProduct .secInr::before {
		top: -95px;
		left: auto;
		right: 0;
		margin-left: 0;
		width: 120px;
		height: 250px;
		background-size: 120px auto;
		pointer-events: none;
	}
	.secProduct .secTtl {
		width: 112px;
		height: 44px;
		background: url(../img/top_product_ttl_sp.png) no-repeat center center;
		background-size: 112px;
		margin: 0 auto;
	}
	.secProduct .secTtl img {
		display: none;
	}
	.secProduct .slideCol .slide .slider .item .txtCol {
		font-size: 16px;
		color: #333;
		padding: 10px 63px 10px 12px;
		position: relative;
	}
	.secProduct .slideCol .slide .slider .hasAreaIcn .txtCol::after {
		width: 50px;
		height: 50px;
		background-size: 50px auto;
		right: 10px;
		margin-top: -25px;
	}
	.secProduct .slideCol .slide .slider .item .txtCol .colInr {
		min-height: 66px;
	}
}

.secInfo {
	background: url(../img/top_info_bg.png) no-repeat center top;
	background-size: cover;
}
.secInfo .secInr {
	width: auto;
	padding-top: 87px;
	padding-bottom: 118px;
	background: url(../img/top_info_img.png) no-repeat center top;
	background-size: 1200px auto;
	position: relative;
	color: #333;
}
.secInfo .secTtl img {
	width: 144px;
}
.secInfo .infoList {
	width: 100%;
	max-width: 1200px;
	margin: 58px auto 0;
}
.secInfo .infoList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 22px 0 22px 40px;
	text-align: left;
}
.secInfo .infoList .item:not(:first-child) {
	border-top: 1px solid #ccc;
}
.secInfo .infoList .item .cat {
	width: 180px;
}
.secInfo .infoList .item .cat .catLabel {
	width: 140px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
					justify-content: center;
	border-radius: 30px;
	font-size: 14px;
}
.secInfo .infoList .item .cat .catNews {
	background: #34dff8;
}
.secInfo .infoList .item .cat .catCampaign {
	background: #f4f225;
}
.secInfo .infoList .item .cat .catEvent {
	background: #f5c3d4;
}
.secInfo .infoList .item .date {
	width: 317px;
	font-size: 16px;
	line-height: 1.7;
	padding-top: 2px;
}
.secInfo .infoList .item .ttl {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
					flex: 1;
	font-size: 16px;
	line-height: 1.7;
	padding-top: 2px;
}
.secInfo .infoList .item .ttl a {
	color: #333;
	text-decoration: none;
}
.secInfo .infoList .item .ttl a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 639px) {
	.secInfo {
		background-image: url(../img/top_info_bg_sp.png);
		background-size: cover;
	}
	.secInfo .secInr {
		padding: 65px 15px 55px;
		background-image: url(../img/top_info_img_sp.png);
		background-size: 375px auto;
	}
	.secInfo .secTtl img {
		width: 111px;
	}
	.secInfo .infoList {
		width: auto;
		max-width: none;
		margin: 42px auto 0;
	}
	.secInfo .infoList .item {
		display: block;
		padding: 23px 0 20px;
		border-bottom: 1px solid #ccc;
	}
	.secInfo .infoList .item:not(:first-child) {
		border-top: none;
	}
	.secInfo .infoList .item .cat {
		width: auto;
	}
	.secInfo .infoList .item .cat .catLabel {
		width: 120px;
		height: 23px;
		font-size: 12px;
	}
	.secInfo .infoList .item .date {
		width: auto;
		font-size: 14px;
		padding-top: 10px;
	}
	.secInfo .infoList .item .ttl {
		font-size: 14px;
		padding-top: 5px;
	}
}


.modalPlace {
	display: none;
}
.modal {
	position: relative;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	z-index: 3010;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}
.modal .modalInr {
	display: table-cell;
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
}
.modal .modalCts {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.modal .modalCts .modalClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background: #000;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	z-index: 2;
}
.modal .modalCts .modalClose::before,
.modal .modalCts .modalClose::after {
	content: "";
	width: 26px;
	height: 3px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 25px;
	left: 22px;
}
.modal .modalCts .modalClose::before {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.modal .modalCts .modalClose::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.modal .modalCts .modalClose .txt {
	font-size: 14px;
	position: absolute;
	bottom: 9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	white-space: nowrap;
}

@media screen and (min-width: 640px) {
	.modal .modalCts {
		width: 1000px !important;
	}
}

@media screen and (max-width: 639px) {
	.modalPlace {
	}
	.modal {
		min-width: 0;
	}
	.modal .modalInr {
		padding: 15px;
	}
	.modal .modalCts {
		width: 100%;
		max-width: 345px;
		border-radius: 4px;
	}
	.modal .modalCts .modalClose {
		width: 50px;
		height: 50px;
	}
	.modal .modalCts .modalClose::before,
	.modal .modalCts .modalClose::after {
		width: 21px;
		height: 2px;
		top: 17px;
		left: 15px;
	}
	.modal .modalCts .modalClose::before {
	}
	.modal .modalCts .modalClose::after {
	}
	.modal .modalCts .modalClose .txt {
		font-size: 10px;
		bottom: 7px;
	}
}

.modalArea .modalBgMap {
	min-height: 400px;
	background: no-repeat right top;
	background-size: 376px;
}
.modalArea .modalBg {
	min-height: 400px;
	background: no-repeat center bottom;
	background-size: 100%;
	text-align: left;
}
.modalArea .modalBg .txtCol {
	padding: 52px 0 0 160px;
	position: relative;
}
.modalArea .modalBg .txtCol::before,
.modalArea .modalBg .txtCol .modalTtl::before {
	content: "";
	display: block;
	overflow: hidden;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
}
.modalArea .modalBg .txtCol::before {
	width: 125px;
	height: 215px;
	top: 136px;
	left: 22px;
	background-size: 120px auto;
}
.modalArea .modalBg .txtCol .modalTtl::before {
	width: 120px;
	height: 113px;
	top: 16px;
	left: 23px;
	background-size: 120px auto;
}
.modalArea .modalBg .txtCol .modalTtl img {
	height: 38px;
	width: auto;
}
.modalArea .modalBg .txtCol .dscCol {
	min-height: 115px;
	margin-top: 24px;
	width: 420px;
	line-height: 1.8;
	font-size: 18px;
}
.modalArea .btnLine {
	margin-top: 12px;
	margin-left: 160px;
	width: 300px;
}
.modalArea .btnMore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background: #111;
	border-radius: 40px;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
			box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.modalArea .btnMore:hover {
	opacity: 0.7;
}
.modalArea .btnMore img {
	width: auto;
	height: 18px;
}

.modalArea01 .modalBgMap {
	min-height: 356px;
}
.modalArea01 .modalBg {
	min-height: 356px;
	background-image: url(../img/top_modal_area01_bg.png);
}
.modalArea01 .modalBgMap {
	background-image: url(../img/top_modal_area01_map.png);
}
.modalArea01 .modalBg .txtCol::before {
	background-image: url(../img/top_modal_area01_chara.png);
}
.modalArea01 .modalBg .txtCol .modalTtl::before {
	background-image: url(../img/top_modal_area01_icn.png);
}

.modalArea02 .modalBg {
	background-image: url(../img/top_modal_area02_bg.png);
}
.modalArea02 .modalBgMap {
	background-image: url(../img/top_modal_area02_map.png);
}
.modalArea02 .modalBg .txtCol::before {
	background-image: url(../img/top_modal_area02_chara.png);
}
.modalArea02 .modalBg .txtCol .modalTtl::before {
	background-image: url(../img/top_modal_area02_icn.png);
}

.modalArea03 .modalBg {
	background-image: url(../img/top_modal_area03_bg.png);
}
.modalArea03 .modalBgMap {
	background-image: url(../img/top_modal_area03_map.png);
}
.modalArea03 .modalBg .txtCol::before {
	background-image: url(../img/top_modal_area03_chara.png);
}
.modalArea03 .modalBg .txtCol .modalTtl::before {
	background-image: url(../img/top_modal_area03_icn.png);
}

.modalArea04 .modalBg {
	background-image: url(../img/top_modal_area04_bg.png);
}
.modalArea04 .modalBgMap {
	background-image: url(../img/top_modal_area04_map.png);
}
.modalArea04 .modalBg .txtCol::before {
	background-image: url(../img/top_modal_area04_chara.png);
}
.modalArea04 .modalBg .txtCol .modalTtl::before {
	background-image: url(../img/top_modal_area04_icn.png);
}

.modalArea05 .modalBg {
	background-image: url(../img/top_modal_area05_bg.png);
}
.modalArea05 .modalBgMap {
	background-image: url(../img/top_modal_area05_map.png);
}
.modalArea05 .modalBg .txtCol::before {
	background-image: url(../img/top_modal_area05_chara.png);
}
.modalArea05 .modalBg .txtCol .modalTtl::before {
	background-image: url(../img/top_modal_area05_icn.png);
}

.modalArea .modalSlide {
	padding: 0 65px 17px;
}
.modalArea .modalSlide .slideCol {
	margin-top: 0;
}
.modalArea .modalSlide .slide {
	width: 870px;
}
.modalArea .modalSlide .slide .slideInr {
	margin: 0;
    padding: 10px 0;
}
.modalArea .modalSlide .slide .mask {
	width: 290px;
}
.modalArea .modalSlide .slide .slider .item {
	padding: 0 5px;
}
.modalArea .modalSlide .slide .slideNext,
.modalArea .modalSlide .slide .slidePrev {
	width: 35px;
	height: 70px;
}
.modalArea .modalSlide .slide .slideNext img,
.modalArea .modalSlide .slide .slidePrev img {
	width: 10px;
	height: auto;
	margin: -8.5px 0 0 -5px;
}
.modalArea .modalSlide .slide .slideNext {
	margin-left: 437px;
}
.modalArea .modalSlide .slide .slidePrev {
	margin-right: 437px;
}
.modalArea .modalSlide .slide .item .txtCol {
	text-align: center;
	padding: 15px;
}
.modalArea .modalSlide .slide .item .itemTtl {
	font-size: 16px;
	min-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.modalArea .modalSlide .slide .item a {
	color: #333;
	text-decoration: none;
}
.modalArea .modalSlide .slide .item a:hover .itemTtl {
	text-decoration: underline;
}
.modalArea .modalSlide .slide .item rt {
	font-size: 10px;
	position: relative;
	top: -4px;
	-webkit-transform: scale(0.8) translateY(-3px);
	        transform: scale(0.8) translateY(-3px);
	-webkit-transform-origin: bottom top;
	        transform-origin: bottom top;
}
.is_firefox .modalArea .modalSlide .slide .item rt {
	top: 0;
	font-size: 8px;
}

.modalArea01 .modalSlide {
	background: #e60012;
	margin-top: -1px;
}


.modalTower .modalCtsInr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.modalTower .modalCtsInr .txtCol {
	width: 50%;
	padding: 32px 60px 50px;
	text-align: left;
}
.modalTower .modalCtsInr .txtCol .modalTtl {
    padding-top:48px;
}
.modalTower .modalCtsInr .txtCol .modalTtl img {
	width: 326px;
	height: auto;
}
.modalTower .modalCtsInr .txtCol .txtDsc {
	font-size: 18px;
	line-height: 1.77;
	margin-top: 80px;
}
.modalTower .modalCtsInr .txtCol .spImg {
	display: none;
}
.modalTower .modalCtsInr .txtCol .timeCol {
	margin-top: 65px;
	border: 2px solid #111;
	border-radius: 5px;
	padding: 18px 18px 35px;
}
.modalTower .modalCtsInr .txtCol .timeCol .colTtl img {
	width: 138px;
	height: auto;
}
.modalTower .modalCtsInr .txtCol .timeCol .timeDateLine {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
			justify-content: space-between;
	margin-top: 14px;
	line-height: 1;
	font-size: 56px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 7px;
	letter-spacing: 1px;
}
.modalTower .modalCtsInr .txtCol .timeCol .timeNumCol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
			align-items: center;
}
.modalTower .modalCtsInr .txtCol .timeCol .numBox {
	display: inline-block;
	font-weight: bold;
	position: relative;
}
.modalTower .modalCtsInr .txtCol .timeCol .numBox .unit {
	font-size: 11px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	white-space: nowrap;
	letter-spacing: normal;
}
.modalTower .modalCtsInr .txtCol .timeCol .sep {
	display: inline-block;
	font-weight: bold;
	position: relative;
	top: -3px;
}
.modalTower .btnLine {
	margin-top: 70px;
    margin-bottom:70px;
}
.modalTower .btnMore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	width: 300px;
	height: 60px;
	background: #cbcbcb;
	border-radius: 40px;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
			box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.modalTower a.btnMore {
	background: #111;
}
.modalTower a.btnMore:hover {
	opacity: 0.7;
}
.modalTower .btnMore img {
	width: 172px;
	height: auto;
}
.modalTower .modalCtsInr .imgCol {
	width: 50%;
	background: url(../img/top_modal_tower_img.jpg) no-repeat right center;
	background-size: cover;
}



.is_jsModalShow,
.is_jsModalShow body {
	height: 100%;
}

@media screen and (max-width: 639px) {
	.modalArea .modalBgMap {
		min-height: 0;
		background: no-repeat right 75px;
		background-size: 125px auto;
	}
	.modalArea .modalBg {
		min-height: 0;
		padding-bottom: 60px;
	}
	.modalArea .modalBg .txtCol {
		padding: 20px 0 0 85px;
	}
	.modalArea .modalBg .txtCol::before,
	.modalArea .modalBg .txtCol .modalTtl::before {
	}
	.modalArea .modalBg .txtCol::before {
		width: 63px;
		height: 108px;
		top: 88px;
		left: 12px;
		background-size: 63px auto;
	}
	.modalArea .modalBg .txtCol .modalTtl::before {
		width: 61px;
		height: 57px;
		top: 15px;
		left: 12px;
		background-size: 61px auto;
	}
	.modalArea .modalBg .txtCol .modalTtl {
		height: 52px;
		background: no-repeat left top;
		background-size: auto 52px;
	}
	.modalArea .modalBg .txtCol .modalTtl img {
		display: none;
	}
	.modalArea .modalBg .txtCol .dscCol {
		min-height: 140px;
		margin-top: 15px;
		padding-right: 135px;
		width: auto;
		line-height: 1.7;
		font-size: 12px;
	}
	.modalArea .btnLine {
		margin-top: 10px;
		width: auto;
		padding: 0 40px;
		margin-left: 0;
	}
	.modalArea .btnMore {
		height: 50px;
	}
	.modalArea .btnMore:hover {
		opacity: 1;
	}
	.modalArea .btnMore img {
		width: auto;
		height: 16px;
	}
	
	.modalArea01 .modalBgMap {
	}
	.modalArea01 .modalBg {
		padding-bottom: 43px;
	}
	.modalArea01 .modalBgMap {
		background-position: right 60px;
		background-image: url(../img/top_modal_area01_map_sp.png);
	}
	.modalArea01 .modalBg .txtCol::before {
	}
	.modalArea01 .modalBg .txtCol .modalTtl::before {
	}
	.modalArea01 .modalBg .txtCol .modalTtl {
		height: 34px;
		background-image: url(../img/top_modal_area01_ttl_sp.png);
		background-size: auto 33.5px;
	}
	
	.modalArea02 .modalBg {
		background-image: url(../img/top_modal_area02_bg.png);
	}
	.modalArea02 .modalBgMap {
		background-image: url(../img/top_modal_area02_map_sp.png);
	}
	.modalArea02 .modalBg .txtCol::before {
	}
	.modalArea02 .modalBg .txtCol .modalTtl::before {
	}
	.modalArea02 .modalBg .txtCol .modalTtl {
		background-image: url(../img/top_modal_area02_ttl_sp.png);
	}

	.modalArea03 .modalBg {
		background-image: url(../img/top_modal_area03_bg.png);
	}
	.modalArea03 .modalBgMap {
		background-image: url(../img/top_modal_area03_map_sp.png);
	}
	.modalArea03 .modalBg .txtCol::before {
	}
	.modalArea03 .modalBg .txtCol .modalTtl::before {
	}
	.modalArea03 .modalBg .txtCol .modalTtl {
		background-image: url(../img/top_modal_area03_ttl_sp.png);
	}

	.modalArea04 .modalBg {
		background-image: url(../img/top_modal_area04_bg.png);
	}
	.modalArea04 .modalBgMap {
		background-image: url(../img/top_modal_area04_map_sp.png);
	}
	.modalArea04 .modalBg .txtCol::before {
	}
	.modalArea04 .modalBg .txtCol .modalTtl::before {
	}
	.modalArea04 .modalBg .txtCol .modalTtl {
		background-image: url(../img/top_modal_area04_ttl_sp.png);
	}
	
	.modalArea05 .modalBg {
		background-image: url(../img/top_modal_area05_bg.png);
	}
	.modalArea05 .modalBgMap {
		background-image: url(../img/top_modal_area05_map_sp.png);
	}
	.modalArea05 .modalBg .txtCol::before {
	}
	.modalArea05 .modalBg .txtCol .modalTtl::before {
	}
	.modalArea05 .modalBg .txtCol .modalTtl {
		background-image: url(../img/top_modal_area05_ttl_sp.png);
	}

	.modalArea .modalSlide {
		padding: 0 0 8px;
	}
	.modalArea .modalSlide .slideCol {
	}
	.modalArea .modalSlide .slide {
		width: auto;
		padding: 0 50px;
	}
	.modalArea .modalSlide .slide .slideInr {
		margin: 0;
		padding: 10px 0 12px;
	}
	.modalArea .modalSlide .slide .mask {
		width: auto;
		overflow: hidden;
	}
	.modalArea .modalSlide .slide .slider .item {
		padding: 0 10px;
	}
	.modalArea .modalSlide .slide .slideNext,
	.modalArea .modalSlide .slide .slidePrev {
		width: 30px;
		height: 61px;
		left: auto;
		right: auto;
	}
	.modalArea .modalSlide .slide .slideNext img,
	.modalArea .modalSlide .slide .slidePrev img {
		width: 8px;
		height: auto;
		margin: -7.5px 0 0 -4px;
	}
	.modalArea .modalSlide .slide .slideNext {
		margin-left: 0;
		right: 18px;
	}
	.modalArea .modalSlide .slide .slidePrev {
		margin-right: 0;
		left: 18px;
	}
	.modalArea .modalSlide .slide .item .txtCol {
		text-align: center;
		padding: 15px;
	}
	.modalArea .modalSlide .slide .item .itemTtl {
		font-size: 16px;
		min-height: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}
	.modalArea .modalSlide .slide .item a {
		color: #333;
		text-decoration: none;
	}
	.modalArea .modalSlide .slide .item a:hover .itemTtl {
		text-decoration: underline;
	}
	.modalArea .modalSlide .slide .item rt {
		font-size: 10px;
		position: relative;
		top: -4px;
		-webkit-transform: scale(0.8) translateY(-3px);
				transform: scale(0.8) translateY(-3px);
		-webkit-transform-origin: bottom top;
				transform-origin: bottom top;
	}
	.is_firefox .modalArea .modalSlide .slide .item rt {
		top: 0;
		font-size: 8px;
	}
	
	.modalArea01 .modalSlide {
	}


	.modalTower .modalCtsInr {
		display: block;
		min-height: 0;
		padding: 20px 30px 22px;
	}
	.modalTower .modalCtsInr .txtCol {
		width: auto;
		padding: 0;
		text-align: left;
	}
    .modalTower .modalCtsInr .txtCol .modalTtl {
    padding-top:24px;
    }
	.modalTower .modalCtsInr .txtCol .modalTtl img {
		width: 100%;
		max-width: 202px;
	}
	.modalTower .modalCtsInr .txtCol .txtDsc {
		font-size: 12px;
		line-height: 1.66;
		margin-top: 18px;
	}
	.modalTower .modalCtsInr .txtCol .spImg {
		display: block;
		margin: 20px -30px 0;
	}
	.modalTower .modalCtsInr .txtCol .spImg img {
		width: 100%;
		height: auto;
	}
	.modalTower .modalCtsInr .txtCol .timeCol {
		margin-top: 20px;
		border: 1px solid #111;
		padding: 12px 15px 23px;
	}
	.modalTower .modalCtsInr .txtCol .timeCol .colTtl img {
		width: 103px;
		height: auto;
	}
	.modalTower .modalCtsInr .txtCol .timeCol .timeDateLine {
		margin-top: 0;
		font-size: 42px;
		padding: 0 7px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.modalTower .modalCtsInr .txtCol .timeCol .dateCol {
		white-space: nowrap;
		margin-top: 12px;
	}
	.modalTower .modalCtsInr .txtCol .timeCol .timeNumCol {
		white-space: nowrap;
		margin-top: 12px;
	}
	.modalTower .modalCtsInr .txtCol .timeCol .numBox {
	}
	.modalTower .modalCtsInr .txtCol .timeCol .numBox .unit {
		font-size: 10px;
		bottom: -12px;
		-webkit-transform-origin: center top;
		        transform-origin: center top;
		-webkit-transform: scale(0.9), translateX(-50%);
		        transform: scale(0.9), translateX(-50%);
	}
	.modalTower .modalCtsInr .txtCol .timeCol .sep {
		margin-left: -3px;
		top: -3px;
	}
	.modalTower .btnLine {
		margin-top: 40px;
        margin-bottom:30px;
	}
	.modalTower .btnMore {
		width: 100%;
		max-width: 265px;
		height: 50px;
		text-decoration: none;
	}
	.modalTower a.btnMore {
	}
	.modalTower a.btnMore:hover {
	}
	.modalTower .btnMore img {
		width: 154px;
	}
	.modalTower .modalCtsInr .imgCol {
		display: none;
	}
}

.modalArea {
	display: none;
}
.modalTower {
	/* display: table; */
}

/*confetti*/
.confetti-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index:2;
}

.confetti {
    width: 15px;
    height: 15px;
    background-color: #95c3de;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-animation: confetti 9s linear -4s infinite;
    animation: confetti 9s linear -4s infinite;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    overflow: hidden;
}
@media screen and (max-width: 639px) {
    .confetti {
        width: 10px;
        height: 10px;
    }
}

.confetti:nth-child(1) {
  background-color: #28b55e;
  left: 10%;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.confetti:nth-child(2) {
  background-color: #2692da;
  left: 20%;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}

.confetti:nth-child(3) {
  background-color: #f2d74e;
  left: 30%;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

.confetti:nth-child(4) {
  background-color: #ff9a91;
  left: 40%;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
}

.confetti:nth-child(5) {
  background-color: #95c3de;
  left: 50%;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

.confetti:nth-child(6) {
  background-color: #ee3c42;
  left: 60%;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}

.confetti:nth-child(7) {
  background-color: #ff9a91;
  left: 70%;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.confetti:nth-child(8) {
  background-color: #2692da;
  left: 80%;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.confetti:nth-child(9) {
  background-color: #f2d74e;
  left: 90%;
  -webkit-animation-delay: -3.5s;
          animation-delay: -3.5s;
}

.confetti:nth-child(10) {
  background-color: #ee3c42;
  left: 100%;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
}

.confetti:nth-child(11) {
  background-color: #ee3c42;
  left: 10%;
  -webkit-animation-delay: -3.25s;
          animation-delay: -3.25s;
}

.confetti:nth-child(12) {
  background-color: #95c3de;
  left: 75%;
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
}

.confetti:nth-child(13) {
  background-color: #28b55e;
  left: 40%;
  -webkit-animation-delay: -1.25s;
          animation-delay: -1.25s;
}

.confetti:nth-child(14) {
  background-color: #28b55e;
  left: 52%;
  -webkit-animation-delay: -1.25s;
          animation-delay: -1.25s;
}

.confetti:nth-child(15) {
  background-color: #2692da;
  left: 55%;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.confetti:nth-child(16) {
  background-color: #95c3de;
  left: 30%;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.confetti:nth-child(17) {
  background-color: #28b55e;
  left: 95%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.confetti:nth-child(18) {
  background-color: #f2d74e;
  left: 50%;
  -webkit-animation-delay: -3.25s;
          animation-delay: -3.25s;
}

.confetti:nth-child(19) {
  background-color: #ff9a91;
  left: 5%;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

.confetti:nth-child(20) {
  background-color: #2692da;
  left: 66%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.confetti:nth-child(21) {
  background-color: #f2d74e;
  left: 20%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.confetti:nth-child(22) {
  background-color: #ff9a91;
  left: 30%;
  -webkit-animation-delay: -6.5s;
          animation-delay: -6.5s;
}

.confetti:nth-child(23) {
  background-color: #ee3c42;
  left: 40%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.confetti:nth-child(24) {
  background-color: #28b55e;
  left: 56%;
  -webkit-animation-delay: -6.7s;
          animation-delay: -6.7s;
}

.confetti:nth-child(25) {
  background-color: #f0daff;
  left: 65%;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.confetti:nth-child(26) {
  background-color: #95c3de;
  left: 75%;
  -webkit-animation-delay: -5.5s;
          animation-delay: -5.5s;
}

.confetti:nth-child(27) {
  background-color: #ee3c42;
  left: 83%;
  -webkit-animation-delay: -0.17s;
          animation-delay: -0.17s;
}

.confetti:nth-child(28) {
  background-color: #ff9a91;
  left: 88%;
  -webkit-animation-delay: -7.5s;
          animation-delay: -7.5s;
}

.confetti:nth-child(29) {
  background-color: #ff9a91;
  left: 92%;
  -webkit-animation-delay: -4.5s;
          animation-delay: -4.5s;
}

.confetti:nth-child(30) {
  background-color: #f2d74e;
  left: 97%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.confetti:nth-child(31) {
  background-color: #28b55e;
  left: 20.25%;
  -webkit-animation-delay: -7.7s;
          animation-delay: -7.7s;
}

.confetti:nth-child(32) {
  background-color: #f0daff;
  left: 35.25%;
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
}

.confetti:nth-child(33) {
  background-color: #f0daff;
  left: 40.25%;
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}

.confetti:nth-child(34) {
  background-color: #28b55e;
  left: 65.25%;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
}

.confetti:nth-child(35) {
  background-color: #ff9a91;
  left: 72.25%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.confetti:nth-child(36) {
  background-color: #f2d74e;
  left: 77.25%;
  -webkit-animation-delay: -5.25s;
          animation-delay: -5.25s;
}

.confetti:nth-child(37) {
  background-color: #f0daff;
  left: 85%;
  -webkit-animation-delay: -2.3s;
          animation-delay: -2.3s;
}

.confetti:nth-child(38) {
  background-color: #ff9a91;
  left: 17.5%;
  -webkit-animation-delay: -1.25s;
          animation-delay: -1.25s;
}

.confetti:nth-child(39) {
  background-color: #95c3de;
  left: 25%;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

.confetti:nth-child(40) {
  background-color: #ee3c42;
  left: 55%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.confetti:nth-child(41) {
  background-color: #ee3c42;
  left: 60%;
  -webkit-animation-delay: -3.5s;
          animation-delay: -3.5s;
}
.confetti:nth-child(42) {
  background-color: #2692da;
  left: 30%;
  -webkit-animation-delay: -1.75s;
          animation-delay: -1.75s;
}
.confetti:nth-child(43) {
  background-color: #ffffff;
  left: 32.5%;
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.confetti:nth-child(44) {
  background-color: #28b55e;
  left: 92%;
  -webkit-animation-delay: 3.35s;
          animation-delay: 3.35s;
}
.confetti:nth-child(45) {
  background-color: #ffffff;
  left: 83%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.confetti:nth-child(46) {
  background-color: #ff9a91;
  left: 55%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.confetti:nth-child(47) {
  background-color: #ffffff;
  left: 49.5%;
  -webkit-animation-delay: -1.75s;
          animation-delay: -1.75s;
}
.confetti:nth-child(48) {
  background-color: #28b55e;
  left: 50%;
  -webkit-animation-delay: -3.5s;
          animation-delay: -3.5s;
}
.confetti:nth-child(49) {
  background-color: #f2d74e;
  left: 64.5%;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.confetti:nth-child(50) {
  background-color: #f0daff;
  left: 72.5%;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

@-webkit-keyframes confetti {
  0% {
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
  }
  100% {
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
  }
}

@keyframes confetti {
  0% {
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
  }
  100% {
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
  }
}
